From 3fb2613c031a8da00ac90fb0d0cf57ba7baff6b3 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Wed, 22 May 2024 06:00:15 -0700 Subject: [PATCH 001/160] feat: Add TypeScript types for (#3077) From 6e0cca5911e43e966c79c69ad426dda96aba0491 Mon Sep 17 00:00:00 2001 From: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Date: Wed, 22 May 2024 11:49:13 -0400 Subject: [PATCH 002/160] fix: remove header border radius on `FullscreenModal` (#3041) --- src/Modal/_ModalDialog.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Modal/_ModalDialog.scss b/src/Modal/_ModalDialog.scss index 112574551d..9ad5c8eb44 100644 --- a/src/Modal/_ModalDialog.scss +++ b/src/Modal/_ModalDialog.scss @@ -100,6 +100,10 @@ .pgn__modal-header { border-radius: 0; } + + .pgn__modal-header { + border-radius: 0; + } } // Made specific due to a selector in Modal.scss From 98fe4a5216a37aaaee4091f837f285cffd49ea69 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Fri, 31 May 2024 10:26:23 -0700 Subject: [PATCH 003/160] feat: add typings for `; diff --git a/src/IconButton/index.tsx b/src/IconButton/index.tsx index 5e38e1b35f..601479cd0e 100644 --- a/src/IconButton/index.tsx +++ b/src/IconButton/index.tsx @@ -2,9 +2,9 @@ import React from 'react'; import PropTypes from 'prop-types'; import classNames from 'classnames'; import { type Placement } from 'react-bootstrap/Overlay'; -import Icon from '../Icon'; import { OverlayTrigger } from '../Overlay'; import Tooltip from '../Tooltip'; +import Icon from '../Icon'; interface Props extends React.HTMLAttributes { iconAs?: React.ComponentType, From 2799f648ab9798daa648213ff5acfe31eaf31203 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 10:11:50 -0400 Subject: [PATCH 035/160] docs: update dependent-usage.json (#3123) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index fc03f11370..1302dbe548 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1720274854674, + "lastModified": 1720361213592, "projectUsages": [ { "version": "22.6.1", From f2827a2154c9b4b1497b67b44afae5cc27a20e6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:17:12 -0400 Subject: [PATCH 036/160] docs: update dependent-usage.json (#3126) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 1302dbe548..975e4cb9e1 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1720361213592, + "lastModified": 1720447697100, "projectUsages": [ { "version": "22.6.1", From 64fd8a1443f3113436a89e8a038f6e8125b73b72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:12:09 -0400 Subject: [PATCH 037/160] docs: update dependent-usage.json (#3127) --- dependent-usage.json | 96 +++++++++++++++++++------------------------- 1 file changed, 42 insertions(+), 54 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 975e4cb9e1..4bb2caed42 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1720447697100, + "lastModified": 1720534029510, "projectUsages": [ { "version": "22.6.1", @@ -5387,9 +5387,9 @@ }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 102, + "line": 156, "column": 12, - "index": 4533 + "index": 7373 }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableColumnHeader.jsx", @@ -6289,6 +6289,18 @@ "column": 39, "index": 249 }, + { + "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", + "line": 67, + "column": 4, + "index": 3047 + }, + { + "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", + "line": 94, + "column": 4, + "index": 4365 + }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", "line": 208, @@ -7745,9 +7757,9 @@ }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 118, + "line": 172, "column": 24, - "index": 5341 + "index": 8181 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -9515,9 +9527,9 @@ }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 95, + "line": 149, "column": 4, - "index": 4335 + "index": 7175 }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableColumnHeader.jsx", @@ -9607,9 +9619,9 @@ }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 100, + "line": 154, "column": 8, - "index": 4457 + "index": 7297 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx", @@ -9651,9 +9663,9 @@ }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 101, + "line": 155, "column": 10, - "index": 4497 + "index": 7337 }, { "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx", @@ -9683,9 +9695,9 @@ }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 105, + "line": 159, "column": 10, - "index": 4618 + "index": 7458 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx", @@ -10191,7 +10203,7 @@ "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", "line": 50, "column": 4, - "index": 2124 + "index": 2131 }, { "filePath": "src/components/SaveTemplateButton/index.jsx", @@ -11869,9 +11881,9 @@ }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 131, + "line": 185, "column": 6, - "index": 5677 + "index": 8517 } ], "Send": [ @@ -11905,7 +11917,7 @@ "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", "line": 23, "column": 4, - "index": 612 + "index": 619 } ], "DoNotDisturbOn": [ @@ -12099,9 +12111,9 @@ }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 67, + "line": 121, "column": 4, - "index": 2990 + "index": 5830 }, { "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx", @@ -14443,7 +14455,7 @@ } }, { - "version": "22.5.1", + "version": "22.6.1", "name": "@edx/frontend-app-course-authoring", "repository": { "type": "git", @@ -16674,12 +16686,6 @@ "column": 12, "index": 864 }, - { - "filePath": "src/studio-home/tabs-section/libraries-v2-tab/index.jsx", - "line": 56, - "column": 12, - "index": 1760 - }, { "filePath": "src/taxonomy/delete-dialog/index.jsx", "line": 53, @@ -23974,18 +23980,6 @@ "column": 10, "index": 811 }, - { - "filePath": "src/studio-home/tabs-section/libraries-v2-tab/index.jsx", - "line": 34, - "column": 6, - "index": 965 - }, - { - "filePath": "src/studio-home/tabs-section/libraries-v2-tab/index.jsx", - "line": 55, - "column": 10, - "index": 1707 - }, { "filePath": "src/textbooks/Textbooks.jsx", "line": 55, @@ -24809,12 +24803,6 @@ "line": 158, "column": 14, "index": 4882 - }, - { - "filePath": "src/studio-home/tabs-section/libraries-v2-tab/index.jsx", - "line": 92, - "column": 12, - "index": 2821 } ], "ClosedCaption": [ @@ -25896,19 +25884,19 @@ } }, { - "version": "22.5.1", + "version": "22.6.1", "name": "@openedx-plugins/course-app-calculator", "folderName": "calculator", "usages": {} }, { - "version": "22.5.1", + "version": "22.6.1", "name": "@openedx-plugins/course-app-edxnotes", "folderName": "edxnotes", "usages": {} }, { - "version": "22.5.1", + "version": "22.6.1", "name": "@openedx-plugins/course-app-learning_assistant", "folderName": "learning_assistant", "usages": { @@ -25929,7 +25917,7 @@ } }, { - "version": "22.5.1", + "version": "22.6.1", "name": "@openedx-plugins/course-app-live", "folderName": "live", "usages": { @@ -25982,7 +25970,7 @@ } }, { - "version": "22.5.1", + "version": "22.6.1", "name": "@openedx-plugins/course-app-ora_settings", "folderName": "ora_settings", "usages": { @@ -25997,7 +25985,7 @@ } }, { - "version": "22.5.1", + "version": "22.6.1", "name": "@openedx-plugins/course-app-proctoring", "folderName": "proctoring", "usages": { @@ -26258,13 +26246,13 @@ } }, { - "version": "22.5.1", + "version": "22.6.1", "name": "@openedx-plugins/course-app-progress", "folderName": "progress", "usages": {} }, { - "version": "22.5.1", + "version": "22.6.1", "name": "@openedx-plugins/course-app-teams", "folderName": "teams", "usages": { @@ -26353,13 +26341,13 @@ } }, { - "version": "22.5.1", + "version": "22.6.1", "name": "@openedx-plugins/course-app-wiki", "folderName": "wiki", "usages": {} }, { - "version": "22.5.1", + "version": "22.6.1", "name": "@openedx-plugins/course-app-xpert_unit_summary", "folderName": "xpert_unit_summary", "usages": { From 3e005ab8aa7a5f6625bfc3cc34861073c3d35974 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:12:05 -0400 Subject: [PATCH 038/160] docs: update dependent-usage.json (#3128) --- dependent-usage.json | 222 ++++++++++++++++++++++--------------------- 1 file changed, 114 insertions(+), 108 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 4bb2caed42..ec63eafbd9 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1720534029510, + "lastModified": 1720620430795, "projectUsages": [ { "version": "22.6.1", @@ -5585,57 +5585,57 @@ }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 98, + "line": 117, "column": 12, - "index": 3475 + "index": 4185 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 103, + "line": 122, "column": 12, - "index": 3608 + "index": 4318 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 109, + "line": 128, "column": 12, - "index": 3822 + "index": 4532 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 116, + "line": 135, "column": 12, - "index": 4104 + "index": 4814 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 124, + "line": 143, "column": 12, - "index": 4413 + "index": 5123 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 135, + "line": 154, "column": 12, - "index": 4808 + "index": 5518 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 142, + "line": 161, "column": 12, - "index": 5115 + "index": 5825 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 149, + "line": 168, "column": 12, - "index": 5370 + "index": 6080 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 155, + "line": 174, "column": 12, - "index": 5543 + "index": 6253 }, { "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", @@ -5857,9 +5857,9 @@ }, { "filePath": "src/components/ErrorPage/index.jsx", - "line": 21, - "column": 10, - "index": 630 + "line": 33, + "column": 12, + "index": 850 }, { "filePath": "src/components/FeatureAnnouncementBanner/index.jsx", @@ -6467,9 +6467,9 @@ }, { "filePath": "src/components/ErrorPage/index.jsx", - "line": 25, - "column": 12, - "index": 719 + "line": 37, + "column": 14, + "index": 947 }, { "filePath": "src/components/FeatureAnnouncementBanner/index.jsx", @@ -6711,7 +6711,7 @@ "filePath": "src/components/EnterpriseList/index.jsx", "line": 67, "column": 8, - "index": 1921 + "index": 1777 }, { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", @@ -7085,6 +7085,12 @@ "column": 4, "index": 1497 }, + { + "filePath": "src/components/EnterpriseList/index.jsx", + "line": 62, + "column": 8, + "index": 1675 + }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 84, @@ -7285,6 +7291,12 @@ "column": 6, "index": 1526 }, + { + "filePath": "src/components/EnterpriseList/index.jsx", + "line": 63, + "column": 10, + "index": 1691 + }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 85, @@ -8261,9 +8273,9 @@ }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 135, + "line": 154, "column": 23, - "index": 4819 + "index": 5529 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/EnrollBulkAction.jsx", @@ -9227,7 +9239,7 @@ "filePath": "src/components/ForbiddenPage/index.jsx", "line": 17, "column": 10, - "index": 519 + "index": 539 }, { "filePath": "src/components/UserActivationPage/index.jsx", @@ -10105,6 +10117,12 @@ "column": 2, "index": 322 }, + { + "filePath": "src/components/EnterpriseList/index.jsx", + "line": 61, + "column": 6, + "index": 1638 + }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 82, @@ -11099,17 +11117,17 @@ "MediaQuery": [ { "filePath": "src/components/EnterpriseApp/index.jsx", - "line": 130, + "line": 127, "column": 10, - "index": 4110 + "index": 3995 } ], "breakpoints": [ { "filePath": "src/components/EnterpriseApp/index.jsx", - "line": 130, + "line": 127, "column": 32, - "index": 4132 + "index": 4017 }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", @@ -11143,17 +11161,17 @@ }, { "filePath": "src/containers/EnterpriseApp/EnterpriseApp.test.jsx", - "line": 204, + "line": 191, "column": 26, - "index": 5952 + "index": 5555 } ], "ErrorIcon": [ { "filePath": "src/components/ErrorPage/index.jsx", - "line": 23, - "column": 18, - "index": 684 + "line": 35, + "column": 20, + "index": 908 }, { "filePath": "src/components/InviteLearnersModal/index.jsx", @@ -11365,9 +11383,9 @@ "Dropdown": [ { "filePath": "src/components/Header/index.jsx", - "line": 49, + "line": 46, "column": 4, - "index": 1337 + "index": 1181 }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", @@ -11397,9 +11415,9 @@ "Dropdown.Toggle": [ { "filePath": "src/components/Header/index.jsx", - "line": 50, + "line": 47, "column": 6, - "index": 1354 + "index": 1198 }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", @@ -11429,17 +11447,17 @@ "AvatarButton": [ { "filePath": "src/components/Header/index.jsx", - "line": 51, + "line": 48, "column": 12, - "index": 1383 + "index": 1227 } ], "Dropdown.Menu": [ { "filePath": "src/components/Header/index.jsx", - "line": 59, + "line": 56, "column": 6, - "index": 1565 + "index": 1409 }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", @@ -11469,9 +11487,9 @@ "Dropdown.Item": [ { "filePath": "src/components/Header/index.jsx", - "line": 60, + "line": 57, "column": 8, - "index": 1589 + "index": 1433 }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", @@ -11549,31 +11567,31 @@ "Navbar": [ { "filePath": "src/components/Header/index.jsx", - "line": 100, + "line": 88, "column": 6, - "index": 2649 + "index": 2167 } ], "Nav": [ { "filePath": "src/components/Header/index.jsx", - "line": 101, + "line": 89, "column": 8, - "index": 2732 + "index": 2250 }, { "filePath": "src/components/Header/index.jsx", - "line": 111, + "line": 99, "column": 10, - "index": 3077 + "index": 2595 } ], "Nav.Link": [ { "filePath": "src/components/Header/index.jsx", - "line": 103, + "line": 91, "column": 10, - "index": 2816 + "index": 2334 } ], "useWindowSize": [ @@ -12485,65 +12503,65 @@ "TrendingUp": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 98, + "line": 117, "column": 23, - "index": 3486 + "index": 4196 } ], "InsertChartOutlined": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 103, + "line": 122, "column": 23, - "index": 3619 + "index": 4329 } ], "Tag": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 109, + "line": 128, "column": 23, - "index": 3833 + "index": 4543 } ], "CreditCard": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 116, + "line": 135, "column": 23, - "index": 4115 + "index": 4825 } ], "MoneyOutline": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 124, + "line": 143, "column": 23, - "index": 4424 + "index": 5134 } ], "Description": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 142, + "line": 161, "column": 23, - "index": 5126 + "index": 5836 } ], "Settings": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 149, + "line": 168, "column": 23, - "index": 5381 + "index": 6091 } ], "Support": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 155, + "line": 174, "column": 23, - "index": 5554 + "index": 6264 } ], "Email": [ @@ -16658,9 +16676,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 123, + "line": 134, "column": 14, - "index": 3762 + "index": 4090 }, { "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", @@ -19512,15 +19530,15 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 73, + "line": 79, "column": 8, - "index": 2182 + "index": 2478 }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 96, + "line": 107, "column": 6, - "index": 3089 + "index": 3361 }, { "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx", @@ -20484,9 +20502,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 67, + "line": 73, "column": 8, - "index": 1994 + "index": 2290 } ], "Container": [ @@ -20636,15 +20654,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 167, - "column": 6, - "index": 5121 - }, - { - "filePath": "src/studio-home/tabs-section/LibraryV2Placeholder.jsx", - "line": 17, + "line": 178, "column": 6, - "index": 472 + "index": 5449 }, { "filePath": "src/taxonomy/delete-dialog/index.jsx", @@ -20826,9 +20838,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 134, + "line": 145, "column": 6, - "index": 4044 + "index": 4372 }, { "filePath": "src/studio-home/verify-email-layout/index.jsx", @@ -21020,15 +21032,15 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 141, + "line": 152, "column": 8, - "index": 4268 + "index": 4596 }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 157, + "line": 168, "column": 8, - "index": 4965 + "index": 5293 }, { "filePath": "src/studio-home/verify-email-layout/index.jsx", @@ -21194,9 +21206,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 123, + "line": 134, "column": 25, - "index": 3773 + "index": 4101 }, { "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", @@ -21512,12 +21524,6 @@ "column": 6, "index": 744 }, - { - "filePath": "src/header/Header.jsx", - "line": 22, - "column": 69, - "index": 669 - }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", "line": 295, @@ -22806,15 +22812,15 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 75, + "line": 81, "column": 22, - "index": 2248 + "index": 2544 }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 98, + "line": 109, "column": 20, - "index": 3151 + "index": 3423 }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", @@ -23940,9 +23946,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 122, + "line": 133, "column": 12, - "index": 3707 + "index": 4035 }, { "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", From 92bf6bcfa545fb862803fed1da9a3e8ac4dd6656 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:12:12 -0400 Subject: [PATCH 039/160] docs: update dependent-usage.json (#3131) --- dependent-usage.json | 652 ++++++++++++++++++++++++------------------- 1 file changed, 362 insertions(+), 290 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index ec63eafbd9..2d48e02650 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1720620430795, + "lastModified": 1720706841679, "projectUsages": [ { "version": "22.6.1", @@ -31704,9 +31704,9 @@ }, { "filePath": "src/components/dashboard/sidebar/SubsidiesSummary.jsx", - "line": 78, + "line": 42, "column": 6, - "index": 2919 + "index": 1447 }, { "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx", @@ -31794,9 +31794,9 @@ }, { "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx", - "line": 53, + "line": 56, "column": 10, - "index": 1905 + "index": 2064 }, { "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", @@ -32142,9 +32142,9 @@ }, { "filePath": "src/components/program-progress/ProgramProgressPage.jsx", - "line": 62, + "line": 60, "column": 6, - "index": 2472 + "index": 2470 }, { "filePath": "src/components/program/ProgramDataBar.jsx", @@ -32280,15 +32280,15 @@ }, { "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", - "line": 21, + "line": 19, "column": 6, - "index": 775 + "index": 734 }, { - "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", - "line": 25, + "filePath": "src/components/dashboard/sidebar/data/hooks/useSubscriptionSummaryCard.jsx", + "line": 134, "column": 6, - "index": 986 + "index": 4521 }, { "filePath": "src/components/my-career/CategoryCard.jsx", @@ -32365,10 +32365,10 @@ "index": 271 }, { - "filePath": "src/components/dashboard/sidebar/SidebarCard.jsx", - "line": 11, - "column": 2, - "index": 202 + "filePath": "src/components/dashboard/sidebar/SubsidiesSummary.jsx", + "line": 121, + "column": 4, + "index": 4229 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", @@ -32420,9 +32420,9 @@ }, { "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx", - "line": 14, + "line": 15, "column": 6, - "index": 557 + "index": 611 }, { "filePath": "src/components/pathway/SearchPathwayCard.jsx", @@ -32505,10 +32505,34 @@ "index": 2077 }, { - "filePath": "src/components/dashboard/sidebar/SidebarCard.jsx", - "line": 12, - "column": 14, - "index": 250 + "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", + "line": 59, + "column": 8, + "index": 2039 + }, + { + "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", + "line": 95, + "column": 6, + "index": 3393 + }, + { + "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx", + "line": 103, + "column": 6, + "index": 3519 + }, + { + "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", + "line": 69, + "column": 8, + "index": 2629 + }, + { + "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", + "line": 98, + "column": 6, + "index": 3573 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", @@ -32620,6 +32644,18 @@ "column": 6, "index": 2490 }, + { + "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", + "line": 77, + "column": 8, + "index": 2762 + }, + { + "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", + "line": 119, + "column": 6, + "index": 4312 + }, { "filePath": "src/components/dashboard/sidebar/DashboardSidebar.jsx", "line": 11, @@ -32627,10 +32663,28 @@ "index": 284 }, { - "filePath": "src/components/dashboard/sidebar/SidebarCard.jsx", - "line": 13, + "filePath": "src/components/dashboard/sidebar/data/hooks/useSubscriptionSummaryCard.jsx", + "line": 65, + "column": 6, + "index": 2330 + }, + { + "filePath": "src/components/dashboard/sidebar/data/hooks/useSubscriptionSummaryCard.jsx", + "line": 87, "column": 4, - "index": 285 + "index": 2934 + }, + { + "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx", + "line": 119, + "column": 6, + "index": 4089 + }, + { + "filePath": "src/components/dashboard/sidebar/SubsidiesSummary.jsx", + "line": 41, + "column": 4, + "index": 1426 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", @@ -32706,9 +32760,9 @@ }, { "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx", - "line": 15, + "line": 16, "column": 8, - "index": 589 + "index": 643 }, { "filePath": "src/components/pathway/SearchPathwayCard.jsx", @@ -33062,9 +33116,9 @@ }, { "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx", - "line": 52, + "line": 55, "column": 8, - "index": 1883 + "index": 2042 }, { "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx", @@ -33118,9 +33172,9 @@ }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 50, + "line": 52, "column": 8, - "index": 1718 + "index": 1873 }, { "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx", @@ -33142,9 +33196,9 @@ }, { "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx", - "line": 22, + "line": 25, "column": 8, - "index": 808 + "index": 956 }, { "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", @@ -33598,9 +33652,9 @@ }, { "filePath": "src/components/program-progress/ProgramProgressPage.jsx", - "line": 64, + "line": 62, "column": 8, - "index": 2550 + "index": 2548 }, { "filePath": "src/components/program/ProgramPage.jsx", @@ -33992,27 +34046,27 @@ }, { "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", - "line": 108, + "line": 109, "column": 14, - "index": 3974 + "index": 4050 }, { "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx", - "line": 60, + "line": 69, "column": 4, - "index": 2238 + "index": 2508 }, { "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", - "line": 113, + "line": 80, "column": 16, - "index": 4335 + "index": 3143 }, { "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", - "line": 168, + "line": 108, "column": 12, - "index": 6641 + "index": 4057 }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", @@ -34022,9 +34076,9 @@ }, { "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx", - "line": 26, + "line": 27, "column": 12, - "index": 1120 + "index": 1174 }, { "filePath": "src/components/pathway/SearchPathwayCard.jsx", @@ -34270,6 +34324,36 @@ "column": 2, "index": 385 }, + { + "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", + "line": 61, + "column": 12, + "index": 2083 + }, + { + "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", + "line": 97, + "column": 10, + "index": 3433 + }, + { + "filePath": "src/components/dashboard/sidebar/LearnerCreditSummaryCard.jsx", + "line": 106, + "column": 12, + "index": 3572 + }, + { + "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", + "line": 71, + "column": 12, + "index": 2673 + }, + { + "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", + "line": 100, + "column": 10, + "index": 3613 + }, { "filePath": "src/components/pathway/SearchPathwayCard.jsx", "line": 138, @@ -34396,9 +34480,9 @@ }, { "filePath": "src/components/program-progress/ProgramProgressPage.jsx", - "line": 124, + "line": 122, "column": 10, - "index": 5291 + "index": 5289 }, { "filePath": "src/components/program/ProgramEndorsements.jsx", @@ -34506,9 +34590,9 @@ }, { "filePath": "src/components/program-progress/ProgramProgressPage.jsx", - "line": 124, + "line": 122, "column": 32, - "index": 5313 + "index": 5311 }, { "filePath": "src/components/program/ProgramEndorsements.jsx", @@ -35046,15 +35130,15 @@ }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 140, + "line": 142, "column": 6, - "index": 4590 + "index": 4754 }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 180, + "line": 182, "column": 4, - "index": 5898 + "index": 6062 }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", @@ -35492,15 +35576,15 @@ "WarningFilled": [ { "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", - "line": 72, + "line": 70, "column": 16, - "index": 2613 + "index": 2590 }, { - "filePath": "src/components/dashboard/sidebar/SubscriptionSummaryCard.jsx", - "line": 120, - "column": 90, - "index": 4672 + "filePath": "src/components/dashboard/sidebar/data/hooks/useSubscriptionSummaryCard.jsx", + "line": 124, + "column": 6, + "index": 4132 }, { "filePath": "src/components/program/ProgramCourses.jsx", @@ -35854,9 +35938,9 @@ }, { "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx", - "line": 46, + "line": 49, "column": 4, - "index": 1673 + "index": 1832 } ], "Form.Label": [ @@ -46692,9 +46776,9 @@ }, { "filePath": "src/CurrentRefinements.jsx", - "line": 145, + "line": 125, "column": 10, - "index": 5475 + "index": 4887 }, { "filePath": "src/MobileFilterMenu.jsx", @@ -46718,29 +46802,29 @@ "Badge": [ { "filePath": "src/CurrentRefinements.jsx", - "line": 103, + "line": 83, "column": 10, - "index": 3669 + "index": 3081 }, { "filePath": "src/CurrentRefinements.jsx", - "line": 126, + "line": 106, "column": 10, - "index": 4590 + "index": 4002 }, { "filePath": "src/FacetItem.jsx", - "line": 22, + "line": 27, "column": 6, - "index": 690 + "index": 906 } ], "CloseSmall": [ { "filePath": "src/CurrentRefinements.jsx", - "line": 112, + "line": 92, "column": 12, - "index": 4012 + "index": 3424 } ], "Dropdown": [ @@ -46788,9 +46872,9 @@ "Dropdown.Item": [ { "filePath": "src/FacetItem.jsx", - "line": 11, - "column": 2, - "index": 303 + "line": 16, + "column": 4, + "index": 433 }, { "filePath": "src/LearningTypeRadioFacet.jsx", @@ -46820,9 +46904,9 @@ "Input": [ { "filePath": "src/FacetItem.jsx", - "line": 12, - "column": 4, - "index": 382 + "line": 17, + "column": 6, + "index": 514 }, { "filePath": "src/LearningTypeRadioFacet.jsx", @@ -47149,23 +47233,23 @@ "Toast": [ { "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 33, - "column": 8, - "index": 732 + "line": 26, + "column": 6, + "index": 487 }, { "filePath": "src/editors/containers/TextEditor/index.jsx", - "line": 71, + "line": 73, "column": 8, - "index": 1842 + "index": 1918 } ], "ModalDialog.Footer": [ { "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 38, - "column": 6, - "index": 867 + "line": 30, + "column": 4, + "index": 613 }, { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", @@ -47183,9 +47267,9 @@ "ActionRow": [ { "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 39, - "column": 8, - "index": 918 + "line": 31, + "column": 6, + "index": 662 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", @@ -47320,208 +47404,18 @@ "index": 4794 } ], - "Hyperlink": [ + "Button": [ { "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 44, - "column": 10, - "index": 1084 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", - "line": 36, - "column": 10, - "index": 1431 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", - "line": 83, - "column": 8, - "index": 2770 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", - "line": 40, - "column": 10, - "index": 1139 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 79, - "column": 6, - "index": 2895 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx", - "line": 35, - "column": 6, - "index": 1042 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDisplay.jsx", - "line": 31, - "column": 8, - "index": 836 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx", - "line": 75, + "line": 32, "column": 8, - "index": 2278 + "index": 682 }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", - "line": 50, - "column": 14, - "index": 1670 - } - ], - "ActionRow.Spacer": [ { "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 49, - "column": 10, - "index": 1320 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 31, - "column": 10, - "index": 955 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 35, - "column": 10, - "index": 1112 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 50, - "column": 18, - "index": 1729 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 73, - "column": 16, - "index": 2767 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", - "line": 29, - "column": 8, - "index": 670 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 70, - "column": 12, - "index": 2157 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 54, - "column": 20, - "index": 1626 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 73, - "column": 20, - "index": 2394 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 98, - "column": 20, - "index": 3465 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 124, - "column": 20, - "index": 4568 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", - "line": 54, - "column": 12, - "index": 1691 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", - "line": 26, - "column": 6, - "index": 663 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 147, - "column": 14, - "index": 4687 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 68, - "column": 10, - "index": 2096 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 77, - "column": 8, - "index": 2318 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 85, - "column": 12, - "index": 2552 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 139, - "column": 10, - "index": 4769 - }, - { - "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", - "line": 51, - "column": 8, - "index": 1064 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 59, - "column": 23, - "index": 1447 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 99, - "column": 10, - "index": 2761 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", - "line": 190, + "line": 39, "column": 8, - "index": 4902 - } - ], - "Button": [ - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 50, - "column": 10, - "index": 1351 - }, - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 57, - "column": 10, - "index": 1604 + "index": 921 }, { "filePath": "src/editors/containers/EditorContainer/index.jsx", @@ -47713,9 +47607,9 @@ "Spinner": [ { "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 63, - "column": 16, - "index": 1803 + "line": 45, + "column": 14, + "index": 1108 }, { "filePath": "src/editors/containers/GameEditor/index.jsx", @@ -47731,9 +47625,9 @@ }, { "filePath": "src/editors/containers/TextEditor/index.jsx", - "line": 78, + "line": 80, "column": 14, - "index": 2083 + "index": 2159 }, { "filePath": "src/editors/containers/VideoEditor/index.jsx", @@ -49266,6 +49160,56 @@ "index": 1406 } ], + "Hyperlink": [ + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", + "line": 36, + "column": 10, + "index": 1431 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", + "line": 83, + "column": 8, + "index": 2770 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", + "line": 40, + "column": 10, + "index": 1139 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 79, + "column": 6, + "index": 2895 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx", + "line": 35, + "column": 6, + "index": 1042 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDisplay.jsx", + "line": 31, + "column": 8, + "index": 836 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx", + "line": 75, + "column": 8, + "index": 2278 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", + "line": 50, + "column": 14, + "index": 1670 + } + ], "Card": [ { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/SwitchToAdvancedEditorCard.jsx", @@ -49313,9 +49257,9 @@ }, { "filePath": "src/editors/sharedComponents/RawEditor/index.jsx", - "line": 23, + "line": 25, "column": 8, - "index": 462 + "index": 598 } ], "Collapsible.Visible": [ @@ -49394,6 +49338,134 @@ "index": 859 } ], + "ActionRow.Spacer": [ + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 31, + "column": 10, + "index": 955 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 35, + "column": 10, + "index": 1112 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 50, + "column": 18, + "index": 1729 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 73, + "column": 16, + "index": 2767 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", + "line": 29, + "column": 8, + "index": 670 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 70, + "column": 12, + "index": 2157 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 54, + "column": 20, + "index": 1626 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 73, + "column": 20, + "index": 2394 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 98, + "column": 20, + "index": 3465 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 124, + "column": 20, + "index": 4568 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", + "line": 54, + "column": 12, + "index": 1691 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", + "line": 26, + "column": 6, + "index": 663 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 147, + "column": 14, + "index": 4687 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 68, + "column": 10, + "index": 2096 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 77, + "column": 8, + "index": 2318 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 85, + "column": 12, + "index": 2552 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 139, + "column": 10, + "index": 4769 + }, + { + "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", + "line": 51, + "column": 8, + "index": 1064 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 59, + "column": 23, + "index": 1447 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 99, + "column": 10, + "index": 2761 + }, + { + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", + "line": 190, + "column": 8, + "index": 4902 + } + ], "Form.RadioSet": [ { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", From 0f2160e6c6480a6ce680523418922dcb0de442ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:20:10 -0400 Subject: [PATCH 040/160] docs: update dependent-usage.json (#3132) --- dependent-usage.json | 296 +++++++++++++++++++++++++------------------ 1 file changed, 173 insertions(+), 123 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 2d48e02650..79a3f65aed 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1720706841679, + "lastModified": 1720793654251, "projectUsages": [ { "version": "22.6.1", @@ -683,21 +683,21 @@ "Alert": [ { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 221, + "line": 219, "column": 8, - "index": 8098 + "index": 7974 }, { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 243, + "line": 241, "column": 8, - "index": 8812 + "index": 8688 }, { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 336, + "line": 334, "column": 4, - "index": 12142 + "index": 12018 }, { "filePath": "src/account-settings/name-change/NameChange.jsx", @@ -733,9 +733,9 @@ "Hyperlink": [ { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 251, + "line": 249, "column": 16, - "index": 9291 + "index": 9167 }, { "filePath": "src/account-settings/BetaLanguageBanner.jsx", @@ -761,12 +761,6 @@ "column": 4, "index": 318 }, - { - "filePath": "src/account-settings/demographics/DemographicsSection.jsx", - "line": 170, - "column": 10, - "index": 6770 - }, { "filePath": "src/account-settings/reset-password/ConfirmationAlert.jsx", "line": 15, @@ -801,37 +795,37 @@ "CheckCircle": [ { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 297, + "line": 295, "column": 14, - "index": 10664 + "index": 10540 }, { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 397, + "line": 395, "column": 27, - "index": 14020 + "index": 13896 }, { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 529, + "line": 517, "column": 20, - "index": 18527 + "index": 18052 } ], "Error": [ { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 312, + "line": 310, "column": 14, - "index": 11230 + "index": 11106 } ], "Button": [ { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 321, + "line": 319, "column": 16, - "index": 11659 + "index": 11535 }, { "filePath": "src/account-settings/BetaLanguageBanner.jsx", @@ -963,23 +957,23 @@ "WarningFilled": [ { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 338, + "line": 336, "column": 12, - "index": 12185 + "index": 12061 }, { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 399, + "line": 397, "column": 27, - "index": 14164 + "index": 14040 } ], "Alert.Heading": [ { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 340, + "line": 338, "column": 6, - "index": 12212 + "index": 12088 }, { "filePath": "src/account-settings/OneTimeDismissibleAlert.jsx", @@ -991,21 +985,21 @@ "Icon": [ { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 397, + "line": 395, "column": 16, - "index": 14009 + "index": 13885 }, { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 399, + "line": 397, "column": 16, - "index": 14153 + "index": 14029 }, { "filePath": "src/account-settings/JumpNav.jsx", - "line": 88, + "line": 77, "column": 16, - "index": 3215 + "index": 2794 }, { "filePath": "src/notification-preferences/NotificationCourses.jsx", @@ -1032,12 +1026,6 @@ "line": 95, "column": 6, "index": 2300 - }, - { - "filePath": "src/account-settings/demographics/Checkboxes.jsx", - "line": 43, - "column": 8, - "index": 1249 } ], "ModalDialog": [ @@ -1466,19 +1454,21 @@ "index": 779 } ], - "Form.Control": [ + "useToggle": [ { - "filePath": "src/account-settings/demographics/DemographicsSection.jsx", - "line": 202, - "column": 16, - "index": 8243 + "filePath": "src/account-settings/DOBForm.jsx", + "line": 24, + "column": 40, + "index": 773 }, { - "filePath": "src/account-settings/demographics/DemographicsSection.jsx", - "line": 279, - "column": 16, - "index": 12682 - }, + "filePath": "src/notification-preferences/EmailCadences.jsx", + "line": 21, + "column": 32, + "index": 659 + } + ], + "Form.Control": [ { "filePath": "src/account-settings/DOBForm.jsx", "line": 99, @@ -1528,20 +1518,6 @@ "index": 7340 } ], - "useToggle": [ - { - "filePath": "src/account-settings/DOBForm.jsx", - "line": 24, - "column": 40, - "index": 773 - }, - { - "filePath": "src/notification-preferences/EmailCadences.jsx", - "line": 21, - "column": 32, - "index": 659 - } - ], "Form.Text": [ { "filePath": "src/account-settings/EditableField.jsx", @@ -1571,9 +1547,9 @@ "useWindowSize": [ { "filePath": "src/account-settings/JumpNav.jsx", - "line": 19, + "line": 17, "column": 21, - "index": 744 + "index": 681 }, { "filePath": "src/hooks.js", @@ -1585,9 +1561,9 @@ "breakpoints": [ { "filePath": "src/account-settings/JumpNav.jsx", - "line": 19, + "line": 17, "column": 45, - "index": 768 + "index": 705 }, { "filePath": "src/hooks.js", @@ -1599,9 +1575,9 @@ "OpenInNew": [ { "filePath": "src/account-settings/JumpNav.jsx", - "line": 88, + "line": 77, "column": 72, - "index": 3271 + "index": 2850 } ], "Col": [ @@ -31946,15 +31922,15 @@ }, { "filePath": "src/components/search/SearchResults.jsx", - "line": 159, + "line": 158, "column": 10, - "index": 4692 + "index": 4691 }, { "filePath": "src/components/search/SearchResults.jsx", - "line": 166, + "line": 165, "column": 10, - "index": 4989 + "index": 4988 }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", @@ -32190,9 +32166,9 @@ }, { "filePath": "src/components/search/SearchResults.jsx", - "line": 132, + "line": 131, "column": 4, - "index": 3686 + "index": 3685 }, { "filePath": "src/components/site-header/SiteHeader.jsx", @@ -32322,9 +32298,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 47, + "line": 48, "column": 70, - "index": 1849 + "index": 1890 }, { "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx", @@ -32450,9 +32426,9 @@ }, { "filePath": "src/components/search/SearchCourseCard.jsx", - "line": 92, + "line": 91, "column": 4, - "index": 2670 + "index": 2669 }, { "filePath": "src/components/search/SearchProgramCard.jsx", @@ -32460,6 +32436,12 @@ "column": 4, "index": 3122 }, + { + "filePath": "src/components/search/SearchVideoCard.jsx", + "line": 39, + "column": 4, + "index": 1048 + }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", "line": 10, @@ -32572,9 +32554,9 @@ }, { "filePath": "src/components/search/SearchCourseCard.jsx", - "line": 110, + "line": 109, "column": 6, - "index": 3173 + "index": 3172 }, { "filePath": "src/components/search/SearchProgramCard.jsx", @@ -32582,6 +32564,12 @@ "column": 6, "index": 3589 }, + { + "filePath": "src/components/search/SearchVideoCard.jsx", + "line": 56, + "column": 6, + "index": 1501 + }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", "line": 12, @@ -32808,9 +32796,9 @@ }, { "filePath": "src/components/search/SearchCourseCard.jsx", - "line": 118, + "line": 117, "column": 6, - "index": 3466 + "index": 3465 }, { "filePath": "src/components/search/SearchProgramCard.jsx", @@ -32818,6 +32806,12 @@ "column": 6, "index": 3953 }, + { + "filePath": "src/components/search/SearchVideoCard.jsx", + "line": 64, + "column": 6, + "index": 1730 + }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", "line": 13, @@ -34234,15 +34228,15 @@ }, { "filePath": "src/components/search/SearchResults.jsx", - "line": 136, + "line": 135, "column": 12, - "index": 3901 + "index": 3900 }, { "filePath": "src/components/search/SearchResults.jsx", - "line": 158, + "line": 157, "column": 10, - "index": 4635 + "index": 4634 }, { "filePath": "src/components/skills-quiz/JobDescriptions.jsx", @@ -34380,9 +34374,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 175, + "line": 176, "column": 10, - "index": 6260 + "index": 6301 }, { "filePath": "src/components/site-header/SiteHeaderLogos.jsx", @@ -34658,9 +34652,9 @@ }, { "filePath": "src/components/search/SearchCourseCard.jsx", - "line": 103, + "line": 102, "column": 6, - "index": 2923 + "index": 2922 }, { "filePath": "src/components/search/SearchProgramCard.jsx", @@ -34668,6 +34662,12 @@ "column": 6, "index": 3368 }, + { + "filePath": "src/components/search/SearchVideoCard.jsx", + "line": 49, + "column": 6, + "index": 1267 + }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", "line": 11, @@ -34738,15 +34738,15 @@ }, { "filePath": "src/components/search/SearchCourseCard.jsx", - "line": 111, + "line": 110, "column": 32, - "index": 3218 + "index": 3217 }, { "filePath": "src/components/search/SearchCourseCard.jsx", - "line": 113, + "line": 112, "column": 10, - "index": 3327 + "index": 3326 }, { "filePath": "src/components/search/SearchProgramCard.jsx", @@ -34760,6 +34760,18 @@ "column": 12, "index": 3793 }, + { + "filePath": "src/components/search/SearchVideoCard.jsx", + "line": 57, + "column": 32, + "index": 1546 + }, + { + "filePath": "src/components/search/SearchVideoCard.jsx", + "line": 59, + "column": 10, + "index": 1637 + }, { "filePath": "src/components/skills-quiz/CourseCard.jsx", "line": 68, @@ -34800,9 +34812,9 @@ }, { "filePath": "src/components/search/SearchCourseCard.jsx", - "line": 119, + "line": 118, "column": 6, - "index": 3489 + "index": 3488 }, { "filePath": "src/components/search/SearchProgramCard.jsx", @@ -34810,6 +34822,12 @@ "column": 6, "index": 4325 }, + { + "filePath": "src/components/search/SearchVideoCard.jsx", + "line": 65, + "column": 6, + "index": 1753 + }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 223, @@ -34962,6 +34980,12 @@ "column": 12, "index": 4167 }, + { + "filePath": "src/components/search/SearchVideoCard.jsx", + "line": 76, + "column": 8, + "index": 2259 + }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", "line": 218, @@ -35776,6 +35800,12 @@ "column": 23, "index": 530 }, + { + "filePath": "src/components/search/SearchVideoCard.jsx", + "line": 67, + "column": 30, + "index": 1878 + }, { "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx", "line": 120, @@ -36145,6 +36175,14 @@ "index": 7663 } ], + "PlayCircleOutline": [ + { + "filePath": "src/components/search/SearchVideoCard.jsx", + "line": 76, + "column": 19, + "index": 2270 + } + ], "Dropdown.Header": [ { "filePath": "src/components/site-header/AvatarDropdown.jsx", @@ -46836,9 +46874,9 @@ }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 32, + "line": 35, "column": 6, - "index": 1367 + "index": 1524 } ], "Dropdown.Toggle": [ @@ -46850,9 +46888,9 @@ }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 33, + "line": 36, "column": 8, - "index": 1425 + "index": 1582 } ], "Dropdown.Menu": [ @@ -46864,9 +46902,9 @@ }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 44, + "line": 47, "column": 8, - "index": 1834 + "index": 1991 } ], "Dropdown.Item": [ @@ -46878,27 +46916,33 @@ }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 45, + "line": 48, "column": 10, - "index": 1860 + "index": 2017 }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 61, + "line": 64, "column": 10, - "index": 2575 + "index": 2732 }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 77, + "line": 80, "column": 10, - "index": 3345 + "index": 3502 }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 97, + "line": 100, "column": 14, - "index": 4357 + "index": 4514 + }, + { + "filePath": "src/LearningTypeRadioFacet.jsx", + "line": 120, + "column": 14, + "index": 5439 } ], "Input": [ @@ -46910,27 +46954,33 @@ }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 46, + "line": 49, "column": 12, - "index": 1947 + "index": 2104 }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 62, + "line": 65, "column": 12, - "index": 2662 + "index": 2819 }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 78, + "line": 81, "column": 12, - "index": 3432 + "index": 3589 }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 98, + "line": 101, + "column": 16, + "index": 4605 + }, + { + "filePath": "src/LearningTypeRadioFacet.jsx", + "line": 121, "column": 16, - "index": 4448 + "index": 5530 }, { "filePath": "src/TypeaheadFacetDropdown.jsx", From 0b35907c2efa69b02c1b6b6d2d8e998d1bcccf6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 10:11:55 -0400 Subject: [PATCH 041/160] docs: update dependent-usage.json (#3134) --- dependent-usage.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 79a3f65aed..127d1532b9 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1720793654251, + "lastModified": 1720879625878, "projectUsages": [ { "version": "22.6.1", @@ -53240,9 +53240,9 @@ "SearchField.Advanced": [ { "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx", - "line": 99, + "line": 103, "column": 6, - "index": 3185 + "index": 3282 }, { "filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx", @@ -53264,17 +53264,17 @@ }, { "filePath": "src/packages/search-page/components/SearchBox/index.jsx", - "line": 105, + "line": 106, "column": 10, - "index": 3335 + "index": 3391 } ], "SearchField.Input": [ { "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx", - "line": 116, + "line": 120, "column": 10, - "index": 4001 + "index": 4098 }, { "filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx", @@ -53296,23 +53296,23 @@ }, { "filePath": "src/packages/search-page/components/SearchBox/index.jsx", - "line": 123, + "line": 124, "column": 14, - "index": 3965 + "index": 4021 } ], "SearchField.SubmitButton": [ { "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx", - "line": 128, + "line": 132, "column": 12, - "index": 4450 + "index": 4547 }, { "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx", - "line": 136, + "line": 140, "column": 10, - "index": 4661 + "index": 4758 }, { "filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx", @@ -53340,9 +53340,9 @@ }, { "filePath": "src/packages/search-page/components/SearchBox/index.jsx", - "line": 135, + "line": 136, "column": 12, - "index": 4488 + "index": 4544 } ], "IconButton": [ From 3631ae8c11e753f9b855a5d3d0d06286779d1f79 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 10:21:31 -0400 Subject: [PATCH 042/160] docs: update dependent-usage.json (#3135) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 127d1532b9..98271767fe 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1720879625878, + "lastModified": 1720966360499, "projectUsages": [ { "version": "22.6.1", From 804233aa97b23f6165a2b23ef8f07ea0ab69c9aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:16:09 -0400 Subject: [PATCH 043/160] docs: update dependent-usage.json (#3136) --- dependent-usage.json | 46 ++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 98271767fe..5345748648 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1720966360499, + "lastModified": 1721052436334, "projectUsages": [ { "version": "22.6.1", @@ -29922,7 +29922,7 @@ } }, { - "version": "22.4.0", + "version": "22.6.1", "name": "@edx/frontend-app-learner-dashboard", "repository": { "type": "git", @@ -32438,9 +32438,9 @@ }, { "filePath": "src/components/search/SearchVideoCard.jsx", - "line": 39, + "line": 48, "column": 4, - "index": 1048 + "index": 1431 }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", @@ -32566,9 +32566,9 @@ }, { "filePath": "src/components/search/SearchVideoCard.jsx", - "line": 56, + "line": 65, "column": 6, - "index": 1501 + "index": 1884 }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", @@ -32808,9 +32808,9 @@ }, { "filePath": "src/components/search/SearchVideoCard.jsx", - "line": 64, + "line": 73, "column": 6, - "index": 1730 + "index": 2113 }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", @@ -34664,9 +34664,9 @@ }, { "filePath": "src/components/search/SearchVideoCard.jsx", - "line": 49, + "line": 58, "column": 6, - "index": 1267 + "index": 1650 }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", @@ -34762,15 +34762,15 @@ }, { "filePath": "src/components/search/SearchVideoCard.jsx", - "line": 57, + "line": 66, "column": 32, - "index": 1546 + "index": 1929 }, { "filePath": "src/components/search/SearchVideoCard.jsx", - "line": 59, + "line": 68, "column": 10, - "index": 1637 + "index": 2020 }, { "filePath": "src/components/skills-quiz/CourseCard.jsx", @@ -34824,9 +34824,9 @@ }, { "filePath": "src/components/search/SearchVideoCard.jsx", - "line": 65, + "line": 74, "column": 6, - "index": 1753 + "index": 2136 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", @@ -34982,9 +34982,9 @@ }, { "filePath": "src/components/search/SearchVideoCard.jsx", - "line": 76, + "line": 85, "column": 8, - "index": 2259 + "index": 2664 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", @@ -35802,9 +35802,9 @@ }, { "filePath": "src/components/search/SearchVideoCard.jsx", - "line": 67, + "line": 76, "column": 30, - "index": 1878 + "index": 2261 }, { "filePath": "src/components/skills-quiz-v2/JobCardComponent.jsx", @@ -36178,9 +36178,9 @@ "PlayCircleOutline": [ { "filePath": "src/components/search/SearchVideoCard.jsx", - "line": 76, + "line": 85, "column": 19, - "index": 2270 + "index": 2675 } ], "Dropdown.Header": [ @@ -36564,7 +36564,7 @@ } }, { - "version": "22.6.0", + "version": "22.6.1", "name": "@edx/frontend-app-learner-record", "repository": { "type": "git", From 76d653a7654d5f283df819fb7854559d73c9cd95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:16:54 -0400 Subject: [PATCH 044/160] docs: update dependent-usage.json (#3137) --- dependent-usage.json | 158 ++++++++++++++++++++++++++----------------- 1 file changed, 97 insertions(+), 61 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 5345748648..3b93e4ec67 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1721052436334, + "lastModified": 1721138882070, "projectUsages": [ { "version": "22.6.1", @@ -31608,9 +31608,15 @@ }, { "filePath": "src/components/course/EnrollModal.jsx", - "line": 90, - "column": 8, - "index": 2958 + "line": 267, + "column": 10, + "index": 9670 + }, + { + "filePath": "src/components/course/EnrollModal.jsx", + "line": 274, + "column": 10, + "index": 9947 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", @@ -31632,9 +31638,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/ContinueLearningButton.jsx", - "line": 55, + "line": 56, "column": 4, - "index": 1876 + "index": 1894 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx", @@ -31650,9 +31656,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpgradeCourseButton.jsx", - "line": 47, + "line": 46, "column": 6, - "index": 1294 + "index": 1272 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", @@ -31978,9 +31984,9 @@ }, { "filePath": "src/components/course/EnrollModal.jsx", - "line": 94, - "column": 24, - "index": 3064 + "line": 280, + "column": 14, + "index": 10227 }, { "filePath": "src/components/DelayedFallback/DelayedFallbackContainer.jsx", @@ -32986,9 +32992,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/ContinueLearningButton.jsx", - "line": 56, + "line": 57, "column": 10, - "index": 1894 + "index": 1912 }, { "filePath": "src/components/dashboard/sidebar/SupportInformation.jsx", @@ -33052,6 +33058,12 @@ "column": 8, "index": 2424 }, + { + "filePath": "src/components/course/EnrollModal.jsx", + "line": 261, + "column": 4, + "index": 9494 + }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx", "line": 59, @@ -33072,6 +33084,12 @@ "column": 12, "index": 2586 }, + { + "filePath": "src/components/course/EnrollModal.jsx", + "line": 266, + "column": 8, + "index": 9648 + }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx", "line": 64, @@ -34150,9 +34168,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx", - "line": 113, + "line": 114, "column": 14, - "index": 3520 + "index": 3613 }, { "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", @@ -34288,6 +34306,18 @@ "column": 4, "index": 4042 }, + { + "filePath": "src/components/course/EnrollModal.jsx", + "line": 109, + "column": 4, + "index": 5161 + }, + { + "filePath": "src/components/course/EnrollModal.jsx", + "line": 147, + "column": 12, + "index": 6342 + }, { "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx", "line": 31, @@ -34312,6 +34342,12 @@ "column": 16, "index": 17275 }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/InProgressCourseCard.jsx", + "line": 70, + "column": 4, + "index": 2460 + }, { "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx", "line": 11, @@ -34848,6 +34884,12 @@ "column": 6, "index": 310 }, + { + "filePath": "src/components/course/EnrollModal.jsx", + "line": 110, + "column": 6, + "index": 5206 + }, { "filePath": "src/components/course/VerifiedCertPitch.jsx", "line": 11, @@ -35127,50 +35169,6 @@ "index": 1359 } ], - "Modal": [ - { - "filePath": "src/components/course/EnrollModal.jsx", - "line": 84, - "column": 4, - "index": 2808 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", - "line": 114, - "column": 6, - "index": 2684 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx", - "line": 76, - "column": 6, - "index": 2455 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx", - "line": 70, - "column": 6, - "index": 1949 - }, - { - "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 142, - "column": 6, - "index": 4754 - }, - { - "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 182, - "column": 4, - "index": 6062 - }, - { - "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", - "line": 30, - "column": 4, - "index": 919 - } - ], "CheckCircle": [ { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", @@ -35523,6 +35521,44 @@ "index": 16404 } ], + "Modal": [ + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", + "line": 114, + "column": 6, + "index": 2684 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx", + "line": 76, + "column": 6, + "index": 2455 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx", + "line": 70, + "column": 6, + "index": 1949 + }, + { + "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", + "line": 142, + "column": 6, + "index": 4754 + }, + { + "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", + "line": 182, + "column": 4, + "index": 6062 + }, + { + "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", + "line": 30, + "column": 4, + "index": 919 + } + ], "Input": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", @@ -35574,9 +35610,9 @@ "Collapsible": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx", - "line": 139, + "line": 136, "column": 6, - "index": 4095 + "index": 4070 }, { "filePath": "src/components/pathway-progress/PathwayStep.jsx", From 3354a467c65e4427a5019956fca2161d7aa72f31 Mon Sep 17 00:00:00 2001 From: Alison Langston <46360176+alangsto@users.noreply.github.com> Date: Wed, 17 Jul 2024 08:15:28 -0400 Subject: [PATCH 045/160] feat: add ability to disable SelectMenu (#3138) --- src/Menu/SelectMenu.jsx | 5 +++++ src/Menu/SelectMenu.test.jsx | 6 ++++++ src/Menu/select-menu.md | 8 ++++++++ 3 files changed, 19 insertions(+) diff --git a/src/Menu/SelectMenu.jsx b/src/Menu/SelectMenu.jsx index 5bee47ba7b..0e6feb9506 100644 --- a/src/Menu/SelectMenu.jsx +++ b/src/Menu/SelectMenu.jsx @@ -15,6 +15,7 @@ function SelectMenu({ children, className, variant, + disabled, ...props }) { const [triggerTarget, setTriggerTarget] = useState(null); @@ -89,6 +90,7 @@ function SelectMenu({ variant={variant} iconAfter={ExpandMore} onClick={open} + disabled={disabled} > {selected !== undefined && children[selected] ? children[selected].props.children : defaultMessage} @@ -131,12 +133,15 @@ SelectMenu.propTypes = { className: PropTypes.string, /** Specifies variant to use. */ variant: PropTypes.string, + /** Specifies if the `SelectMenu` is disabled. */ + disabled: PropTypes.bool, }; SelectMenu.defaultProps = { defaultMessage: SELECT_MENU_DEFAULT_MESSAGE, className: undefined, variant: 'outline-primary', + disabled: false, }; const SelectMenuWithDeprecatedProp = withDeprecatedProps(SelectMenu, 'SelectMenu', { diff --git a/src/Menu/SelectMenu.test.jsx b/src/Menu/SelectMenu.test.jsx index 9d542da4e2..49d0f544a5 100644 --- a/src/Menu/SelectMenu.test.jsx +++ b/src/Menu/SelectMenu.test.jsx @@ -58,6 +58,12 @@ describe('correct rendering', () => { const button = screen.getByRole('button'); expect(button).toHaveClass('btn-brand'); }); + + it('renders as disabled', () => { + render(DefaultSelectMenu({ disabled: true })); + const button = screen.getByRole('button'); + expect(button).toBeDisabled(); + }); }); describe('mouse behavior & keyboard behavior', () => { diff --git a/src/Menu/select-menu.md b/src/Menu/select-menu.md index 0aa7ad33fc..e11a6116f2 100644 --- a/src/Menu/select-menu.md +++ b/src/Menu/select-menu.md @@ -56,3 +56,11 @@ The ``Modal`` brings focus to the first menu element upon the click of the trigg M. Hortens ``` + +## Disabled + +```jsx live + + A Menu Item + +``` From 3e7508987987b325f0be6daa5df4975119204213 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:11:51 -0400 Subject: [PATCH 046/160] docs: update dependent-usage.json (#3140) --- dependent-usage.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 3b93e4ec67..78235a3137 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1721138882070, + "lastModified": 1721225222168, "projectUsages": [ { "version": "22.6.1", @@ -51777,18 +51777,6 @@ "line": 314, "column": 16, "index": 11291 - }, - { - "filePath": "src/pages/secure-preview/storefront/bundle-page/index.jsx", - "line": 45, - "column": 6, - "index": 2102 - }, - { - "filePath": "src/pages/secure-preview/storefront/microdegree-page/index.jsx", - "line": 47, - "column": 6, - "index": 2191 } ], "Icon": [ From 47b114adc7558f3d1562533d5972b14a7d0248d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:12:25 -0400 Subject: [PATCH 047/160] docs: update dependent-usage.json (#3141) --- dependent-usage.json | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 78235a3137..1727117083 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,8 +1,8 @@ { - "lastModified": 1721225222168, + "lastModified": 1721311649612, "projectUsages": [ { - "version": "22.6.1", + "version": "22.7.0", "name": "edx-credentials", "repository": { "type": "git", @@ -31610,13 +31610,13 @@ "filePath": "src/components/course/EnrollModal.jsx", "line": 267, "column": 10, - "index": 9670 + "index": 9672 }, { "filePath": "src/components/course/EnrollModal.jsx", "line": 274, "column": 10, - "index": 9947 + "index": 9949 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", @@ -31986,7 +31986,7 @@ "filePath": "src/components/course/EnrollModal.jsx", "line": 280, "column": 14, - "index": 10227 + "index": 10229 }, { "filePath": "src/components/DelayedFallback/DelayedFallbackContainer.jsx", @@ -32350,7 +32350,7 @@ "filePath": "src/components/dashboard/sidebar/SubsidiesSummary.jsx", "line": 121, "column": 4, - "index": 4229 + "index": 4230 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", @@ -33062,7 +33062,7 @@ "filePath": "src/components/course/EnrollModal.jsx", "line": 261, "column": 4, - "index": 9494 + "index": 9496 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx", @@ -33088,7 +33088,7 @@ "filePath": "src/components/course/EnrollModal.jsx", "line": 266, "column": 8, - "index": 9648 + "index": 9650 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx", @@ -37840,15 +37840,15 @@ }, { "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 77, + "line": 83, "column": 6, - "index": 2273 + "index": 2406 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 98, - "column": 6, - "index": 3051 + "line": 123, + "column": 8, + "index": 3612 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/UnitButton.jsx", @@ -38802,9 +38802,9 @@ }, { "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 50, + "line": 56, "column": 53, - "index": 1453 + "index": 1586 }, { "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx", @@ -38966,9 +38966,9 @@ }, { "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 50, + "line": 56, "column": 77, - "index": 1477 + "index": 1610 }, { "filePath": "src/courseware/course/sequence/Sequence.test.jsx", @@ -39402,6 +39402,12 @@ "column": 32, "index": 971 }, + { + "filePath": "src/courseware/course/sequence/Sequence.jsx", + "line": 41, + "column": 32, + "index": 1469 + }, { "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx", "line": 29, From b6c33141e5b954ecaf45d4ac5bc5969b2360d596 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:18:08 -0400 Subject: [PATCH 048/160] docs: update dependent-usage.json (#3142) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 1727117083..f9cca025ae 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1721311649612, + "lastModified": 1721398095511, "projectUsages": [ { "version": "22.7.0", From 6cf16c0f012cb1d4a41c20f7e010839f75c62e64 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 19 Jul 2024 15:55:14 -0400 Subject: [PATCH 049/160] docs: Update catalog-info extension. (#3143) Backstage doesn't read `.yml` files only `.yaml` --- catalog-info.yml => catalog-info.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename catalog-info.yml => catalog-info.yaml (100%) diff --git a/catalog-info.yml b/catalog-info.yaml similarity index 100% rename from catalog-info.yml rename to catalog-info.yaml From 3895ede07d34404aeb4e41afb9e8ad21c8783e2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 10:12:08 -0400 Subject: [PATCH 050/160] docs: update dependent-usage.json (#3144) --- dependent-usage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index f9cca025ae..07746d721b 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1721398095511, + "lastModified": 1721484441062, "projectUsages": [ { "version": "22.7.0", @@ -12589,7 +12589,7 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@edx/frontend-app-authn", "repository": { "type": "git", From 25a7034128fc7e6d7cd6535f5b8306afcbe23af5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 10:15:37 -0400 Subject: [PATCH 051/160] docs: update dependent-usage.json (#3145) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 07746d721b..29a3bce254 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1721484441062, + "lastModified": 1721570806944, "projectUsages": [ { "version": "22.7.0", From 104cab8c2d6ac1ccaa593ad88daf1138e032d1ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:13:03 -0400 Subject: [PATCH 052/160] docs: update dependent-usage.json (#3146) --- dependent-usage.json | 244 ++++++++++++++++++++++++++++--------------- 1 file changed, 159 insertions(+), 85 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 29a3bce254..1cee0b1af1 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1721570806944, + "lastModified": 1721657285599, "projectUsages": [ { "version": "22.7.0", @@ -29922,7 +29922,7 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@edx/frontend-app-learner-dashboard", "repository": { "type": "git", @@ -31638,9 +31638,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/ContinueLearningButton.jsx", - "line": 56, + "line": 57, "column": 4, - "index": 1894 + "index": 1903 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx", @@ -31656,9 +31656,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpgradeCourseButton.jsx", - "line": 46, - "column": 6, - "index": 1272 + "line": 99, + "column": 8, + "index": 3233 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", @@ -32104,6 +32104,12 @@ "column": 8, "index": 770 }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 66, + "column": 4, + "index": 1959 + }, { "filePath": "src/components/NotFoundPage/index.jsx", "line": 16, @@ -32208,6 +32214,12 @@ "column": 16, "index": 2540 }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 68, + "column": 8, + "index": 2062 + }, { "filePath": "src/components/pathway-progress/PathwayProgressHeader.jsx", "line": 19, @@ -32990,11 +33002,29 @@ "column": 30, "index": 4561 }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", + "line": 166, + "column": 4, + "index": 6003 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/CompletedCourseCard.jsx", + "line": 54, + "column": 12, + "index": 1668 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/CompletedCourseCard.jsx", + "line": 70, + "column": 10, + "index": 2158 + }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/ContinueLearningButton.jsx", - "line": 57, + "line": 58, "column": 10, - "index": 1912 + "index": 1921 }, { "filePath": "src/components/dashboard/sidebar/SupportInformation.jsx", @@ -33472,27 +33502,15 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 462, - "column": 8, - "index": 14774 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 477, + "line": 503, "column": 6, - "index": 14985 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 572, - "column": 12, - "index": 18146 + "index": 15691 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 580, - "column": 14, - "index": 18553 + "line": 601, + "column": 16, + "index": 18629 }, { "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx", @@ -33608,6 +33626,12 @@ "column": 16, "index": 19926 }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 74, + "column": 6, + "index": 2204 + }, { "filePath": "src/components/my-career/AddJobRole.jsx", "line": 39, @@ -33792,21 +33816,15 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 463, - "column": 10, - "index": 14790 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 478, + "line": 504, "column": 8, - "index": 14999 + "index": 15705 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 573, - "column": 14, - "index": 18195 + "line": 602, + "column": 18, + "index": 18682 }, { "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx", @@ -34052,9 +34070,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 518, + "line": 535, "column": 11, - "index": 15901 + "index": 16352 }, { "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", @@ -34080,11 +34098,17 @@ "column": 12, "index": 4057 }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 100, + "column": 22, + "index": 3406 + }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", "line": 46, "column": 20, - "index": 1522 + "index": 1521 }, { "filePath": "src/components/pathway-progress/SubscriptionStatusCard.jsx", @@ -34162,9 +34186,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 545, - "column": 10, - "index": 17054 + "line": 568, + "column": 12, + "index": 17306 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx", @@ -34172,6 +34196,12 @@ "column": 14, "index": 3613 }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 17, + "column": 6, + "index": 751 + }, { "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", "line": 14, @@ -34326,27 +34356,45 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 359, + "line": 390, "column": 6, - "index": 11206 + "index": 11929 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 407, + "line": 439, "column": 6, - "index": 13079 + "index": 13851 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 553, - "column": 16, - "index": 17275 + "line": 541, + "column": 6, + "index": 16594 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", + "line": 572, + "column": 12, + "index": 17382 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", + "line": 575, + "column": 18, + "index": 17506 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/InProgressCourseCard.jsx", - "line": 70, + "line": 92, "column": 4, - "index": 2460 + "index": 3770 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/InProgressCourseCard.jsx", + "line": 118, + "column": 6, + "index": 4558 }, { "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx", @@ -34502,6 +34550,12 @@ "column": 4, "index": 757 }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 117, + "column": 8, + "index": 4017 + }, { "filePath": "src/components/my-career/AddJobRole.jsx", "line": 95, @@ -34594,6 +34648,12 @@ "column": 62, "index": 11282 }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 117, + "column": 30, + "index": 4039 + }, { "filePath": "src/components/my-career/AddJobRole.jsx", "line": 95, @@ -34898,27 +34958,27 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 291, + "line": 322, "column": 20, - "index": 9315 + "index": 10096 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 366, + "line": 397, "column": 18, - "index": 11572 + "index": 12290 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 413, + "line": 445, "column": 20, - "index": 13512 + "index": 14284 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 526, + "line": 546, "column": 8, - "index": 16393 + "index": 16711 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -35143,6 +35203,12 @@ "line": 34, "column": 10, "index": 1060 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpgradeCourseButton.jsx", + "line": 43, + "column": 4, + "index": 1754 } ], "Popover": [ @@ -35294,9 +35360,9 @@ "Dropdown": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 287, + "line": 318, "column": 8, - "index": 9202 + "index": 9983 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -35326,9 +35392,9 @@ "Dropdown.Toggle": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 288, + "line": 319, "column": 10, - "index": 9223 + "index": 10004 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -35358,25 +35424,25 @@ "IconButton": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 289, + "line": 320, "column": 16, - "index": 9256 + "index": 10037 } ], "MoreVert": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 290, + "line": 321, "column": 17, - "index": 9285 + "index": 10066 } ], "Dropdown.Menu": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 296, + "line": 328, "column": 10, - "index": 9516 + "index": 10323 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -35406,9 +35472,9 @@ "Dropdown.Item": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 298, + "line": 330, "column": 14, - "index": 9587 + "index": 10394 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -35474,23 +35540,23 @@ "IconButtonWithTooltip": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 363, + "line": 394, "column": 8, - "index": 11466 + "index": 12184 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 410, + "line": 442, "column": 10, - "index": 13340 + "index": 14112 } ], "InfoOutline": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 367, + "line": 398, "column": 15, - "index": 11593 + "index": 12311 }, { "filePath": "src/components/skills-quiz/JobDescriptions.jsx", @@ -35502,9 +35568,9 @@ "Warning": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 414, + "line": 446, "column": 17, - "index": 13535 + "index": 14307 }, { "filePath": "src/components/search/SearchError.jsx", @@ -35516,9 +35582,9 @@ "Info": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 526, + "line": 546, "column": 19, - "index": 16404 + "index": 16722 } ], "Modal": [ @@ -35581,6 +35647,14 @@ "index": 412 } ], + "Tooltip": [ + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpgradeCourseButton.jsx", + "line": 46, + "column": 8, + "index": 1817 + } + ], "Bubble": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx", @@ -36600,7 +36674,7 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@edx/frontend-app-learner-record", "repository": { "type": "git", @@ -46602,7 +46676,7 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@edx/frontend-component-header", "repository": { "type": "git", @@ -50920,7 +50994,7 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@edx/frontend-template-application", "repository": { "type": "git", From f87b8788ca4a0d802405a8453ac99b377a48f673 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:12:33 -0400 Subject: [PATCH 053/160] docs: update dependent-usage.json (#3149) --- dependent-usage.json | 268 +++++++++++++++++++++---------------------- 1 file changed, 131 insertions(+), 137 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 1cee0b1af1..0bc46d6d68 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1721657285599, + "lastModified": 1721743656950, "projectUsages": [ { "version": "22.7.0", @@ -2279,7 +2279,7 @@ "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", "line": 106, "column": 4, - "index": 2905 + "index": 3023 }, { "filePath": "src/components/learner-credit-management/tests/BudgetDetailPageWrapper.test.jsx", @@ -2878,22 +2878,22 @@ "index": 1437 }, { - "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 182, - "column": 39, - "index": 5602 + "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx", + "line": 45, + "column": 37, + "index": 1460 }, { - "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 195, - "column": 41, - "index": 6206 + "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx", + "line": 58, + "column": 37, + "index": 2018 }, { - "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 210, - "column": 35, - "index": 6880 + "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx", + "line": 77, + "column": 33, + "index": 2740 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx", @@ -4143,9 +4143,9 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 219, + "line": 153, "column": 4, - "index": 7017 + "index": 4563 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -4378,10 +4378,10 @@ "index": 1870 }, { - "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 158, - "column": 6, - "index": 4664 + "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx", + "line": 21, + "column": 4, + "index": 552 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -4467,7 +4467,7 @@ "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", "line": 131, "column": 8, - "index": 3751 + "index": 3817 }, { "filePath": "src/components/settings/SettingsAccessTab/StatusTableCell.jsx", @@ -4853,13 +4853,13 @@ "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", "line": 130, "column": 6, - "index": 3702 + "index": 3768 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 225, + "line": 159, "column": 8, - "index": 7157 + "index": 4703 }, { "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx", @@ -6691,27 +6691,27 @@ }, { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 39, + "line": 40, "column": 10, - "index": 1548 + "index": 1578 }, { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 40, + "line": 41, "column": 8, - "index": 1590 + "index": 1620 }, { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 83, + "line": 82, "column": 4, - "index": 2660 + "index": 2616 }, { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 95, + "line": 94, "column": 32, - "index": 3018 + "index": 2983 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", @@ -7520,28 +7520,28 @@ "index": 1661 }, { - "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 170, - "column": 8, - "index": 4994 + "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx", + "line": 33, + "column": 6, + "index": 867 }, { - "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 173, - "column": 14, - "index": 5138 + "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx", + "line": 36, + "column": 12, + "index": 1014 }, { - "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 186, - "column": 16, - "index": 5735 + "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx", + "line": 49, + "column": 12, + "index": 1583 }, { - "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 201, - "column": 10, - "index": 6348 + "filePath": "src/components/learner-credit-management/SubBudgetCardUtilization.jsx", + "line": 64, + "column": 8, + "index": 2144 }, { "filePath": "src/components/settings/SettingsAccessTab/index.jsx", @@ -7697,9 +7697,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailAssignments.jsx", - "line": 70, + "line": 87, "column": 14, - "index": 2931 + "index": 3635 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", @@ -7721,9 +7721,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailRedemptions.jsx", - "line": 67, - "column": 16, - "index": 2877 + "line": 53, + "column": 14, + "index": 2344 }, { "filePath": "src/components/learner-credit-management/cards/CourseCardFooterActions.jsx", @@ -9941,21 +9941,21 @@ }, { "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", - "line": 28, + "line": 37, "column": 6, - "index": 892 + "index": 1294 }, { "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", - "line": 47, + "line": 56, "column": 8, - "index": 1499 + "index": 1901 }, { "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", - "line": 68, + "line": 77, "column": 8, - "index": 2174 + "index": 2587 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", @@ -10751,7 +10751,7 @@ "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", "line": 143, "column": 6, - "index": 4172 + "index": 4178 }, { "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx", @@ -11869,9 +11869,9 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentStatusTableCell.jsx", - "line": 122, + "line": 135, "column": 9, - "index": 4265 + "index": 4794 }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", @@ -11957,9 +11957,9 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 224, + "line": 158, "column": 6, - "index": 7137 + "index": 4683 }, { "filePath": "src/components/subscriptions/SubscriptionCard.jsx", @@ -11971,9 +11971,9 @@ "DataTable.FilterStatus": [ { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 21, + "line": 22, "column": 31, - "index": 1142 + "index": 1172 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", @@ -16198,7 +16198,7 @@ "filePath": "src/course-unit/add-component/add-component-btn/AddComponentIcon.jsx", "line": 10, "column": 9, - "index": 335 + "index": 363 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", @@ -16222,13 +16222,13 @@ "filePath": "src/course-unit/course-sequence/sequence-navigation/UnitIcon.jsx", "line": 10, "column": 9, - "index": 309 + "index": 347 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 109, "column": 26, - "index": 3799 + "index": 3827 }, { "filePath": "src/course-unit/sidebar/components/SidebarHeader.jsx", @@ -18030,7 +18030,7 @@ "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 97, "column": 12, - "index": 3328 + "index": 3356 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -21318,31 +21318,31 @@ "filePath": "src/course-unit/add-component/AddComponent.jsx", "line": 16, "column": 56, - "index": 690 + "index": 718 }, { "filePath": "src/course-unit/add-component/AddComponent.jsx", "line": 17, "column": 44, - "index": 752 + "index": 780 }, { "filePath": "src/course-unit/add-component/AddComponent.jsx", "line": 18, "column": 74, - "index": 844 + "index": 872 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 28, "column": 65, - "index": 1366 + "index": 1394 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 29, "column": 74, - "index": 1458 + "index": 1486 }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", @@ -21614,7 +21614,7 @@ "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 86, "column": 6, - "index": 3066 + "index": 3094 }, { "filePath": "src/course-unit/sidebar/index.jsx", @@ -21864,7 +21864,7 @@ "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 93, "column": 8, - "index": 3219 + "index": 3247 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -21986,13 +21986,13 @@ "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 98, "column": 14, - "index": 3371 + "index": 3399 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 106, "column": 22, - "index": 3647 + "index": 3675 }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", @@ -22288,7 +22288,7 @@ "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 147, "column": 8, - "index": 5407 + "index": 5435 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -22902,31 +22902,31 @@ "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 112, "column": 18, - "index": 3874 + "index": 3902 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 115, "column": 18, - "index": 4074 + "index": 4102 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 119, "column": 20, - "index": 4249 + "index": 4277 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 123, "column": 18, - "index": 4472 + "index": 4500 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 126, "column": 18, - "index": 4650 + "index": 4678 }, { "filePath": "src/files-and-videos/generic/FileMenu.jsx", @@ -23480,7 +23480,7 @@ "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 100, "column": 24, - "index": 3477 + "index": 3505 }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", @@ -23536,7 +23536,7 @@ "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 103, "column": 14, - "index": 3555 + "index": 3583 }, { "filePath": "src/files-and-videos/generic/FileMenu.jsx", @@ -23634,7 +23634,7 @@ "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 104, "column": 16, - "index": 3582 + "index": 3610 }, { "filePath": "src/files-and-videos/generic/FileMenu.jsx", @@ -23714,7 +23714,7 @@ "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 107, "column": 23, - "index": 3682 + "index": 3710 } ], "Dropdown.Menu": [ @@ -23746,7 +23746,7 @@ "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", "line": 111, "column": 16, - "index": 3840 + "index": 3868 }, { "filePath": "src/files-and-videos/generic/FileMenu.jsx", @@ -31608,15 +31608,9 @@ }, { "filePath": "src/components/course/EnrollModal.jsx", - "line": 267, - "column": 10, - "index": 9672 - }, - { - "filePath": "src/components/course/EnrollModal.jsx", - "line": 274, + "line": 290, "column": 10, - "index": 9949 + "index": 10858 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", @@ -31656,9 +31650,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpgradeCourseButton.jsx", - "line": 99, + "line": 135, "column": 8, - "index": 3233 + "index": 4091 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", @@ -31982,12 +31976,6 @@ "column": 12, "index": 6226 }, - { - "filePath": "src/components/course/EnrollModal.jsx", - "line": 280, - "column": 14, - "index": 10229 - }, { "filePath": "src/components/DelayedFallback/DelayedFallbackContainer.jsx", "line": 41, @@ -33090,9 +33078,9 @@ }, { "filePath": "src/components/course/EnrollModal.jsx", - "line": 261, + "line": 284, "column": 4, - "index": 9496 + "index": 10682 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx", @@ -33116,9 +33104,9 @@ }, { "filePath": "src/components/course/EnrollModal.jsx", - "line": 266, + "line": 289, "column": 8, - "index": 9650 + "index": 10836 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx", @@ -34338,15 +34326,15 @@ }, { "filePath": "src/components/course/EnrollModal.jsx", - "line": 109, + "line": 123, "column": 4, - "index": 5161 + "index": 5969 }, { "filePath": "src/components/course/EnrollModal.jsx", - "line": 147, + "line": 161, "column": 12, - "index": 6342 + "index": 7150 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx", @@ -34946,9 +34934,9 @@ }, { "filePath": "src/components/course/EnrollModal.jsx", - "line": 110, + "line": 124, "column": 6, - "index": 5206 + "index": 6014 }, { "filePath": "src/components/course/VerifiedCertPitch.jsx", @@ -35235,29 +35223,13 @@ "index": 1359 } ], - "CheckCircle": [ + "StatefulButton": [ { - "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", - "line": 107, - "column": 22, - "index": 4402 + "filePath": "src/components/course/EnrollModal.jsx", + "line": 296, + "column": 10, + "index": 11036 }, - { - "filePath": "src/components/program-progress/ProgramProgressCourses.jsx", - "line": 94, - "column": 8, - "index": 3229 - } - ], - "ResponsiveContext.Provider": [ - { - "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx", - "line": 58, - "column": 4, - "index": 1979 - } - ], - "StatefulButton": [ { "filePath": "src/components/course/SubsidyRequestButton.jsx", "line": 126, @@ -35307,6 +35279,28 @@ "index": 2415 } ], + "CheckCircle": [ + { + "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", + "line": 107, + "column": 22, + "index": 4402 + }, + { + "filePath": "src/components/program-progress/ProgramProgressCourses.jsx", + "line": 94, + "column": 8, + "index": 3229 + } + ], + "ResponsiveContext.Provider": [ + { + "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx", + "line": 58, + "column": 4, + "index": 1979 + } + ], "RocketLaunch": [ { "filePath": "src/components/course/VerifiedCertPitch.jsx", From a53f5813639236ad36091ddd025ae6c0358bdfe1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:13:43 -0400 Subject: [PATCH 054/160] docs: update dependent-usage.json (#3150) --- dependent-usage.json | 54 ++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 0bc46d6d68..b32805b512 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1721743656950, + "lastModified": 1721830128224, "projectUsages": [ { "version": "22.7.0", @@ -1729,9 +1729,9 @@ "NavItem": [ { "filePath": "src/notification-preferences/NotificationPreferenceColumn.jsx", - "line": 92, + "line": 78, "column": 6, - "index": 3488 + "index": 2805 }, { "filePath": "src/notification-preferences/NotificationPreferences.jsx", @@ -26685,9 +26685,9 @@ }, { "filePath": "src/discussions/common/ActionsDropdown.jsx", - "line": 98, + "line": 99, "column": 18, - "index": 2923 + "index": 2965 }, { "filePath": "src/discussions/common/AuthorLabel.jsx", @@ -26961,9 +26961,9 @@ }, { "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx", - "line": 115, + "line": 151, "column": 8, - "index": 3900 + "index": 5190 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", @@ -27323,9 +27323,9 @@ }, { "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx", - "line": 167, + "line": 206, "column": 12, - "index": 5852 + "index": 7229 }, { "filePath": "src/discussions/post-comments/comments/CommentsSort.jsx", @@ -28161,9 +28161,9 @@ "Form.Group": [ { "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx", - "line": 117, + "line": 153, "column": 12, - "index": 4018 + "index": 5308 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", @@ -28211,9 +28211,9 @@ "Form.Control": [ { "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx", - "line": 123, + "line": 159, "column": 14, - "index": 4191 + "index": 5481 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", @@ -28249,9 +28249,9 @@ "StatefulButton": [ { "filePath": "src/discussions/post-comments/comments/comment/CommentEditor.jsx", - "line": 173, + "line": 212, "column": 12, - "index": 6059 + "index": 7436 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", @@ -32304,9 +32304,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 48, + "line": 44, "column": 70, - "index": 1890 + "index": 1884 }, { "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx", @@ -34446,9 +34446,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 176, + "line": 172, "column": 10, - "index": 6301 + "index": 6295 }, { "filePath": "src/components/site-header/SiteHeaderLogos.jsx", @@ -38810,15 +38810,15 @@ }, { "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx", - "line": 21, + "line": 23, "column": 34, - "index": 589 + "index": 708 }, { "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx", - "line": 22, + "line": 24, "column": 35, - "index": 676 + "index": 795 }, { "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx", @@ -38956,15 +38956,15 @@ }, { "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx", - "line": 21, + "line": 23, "column": 58, - "index": 613 + "index": 732 }, { "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx", - "line": 22, + "line": 24, "column": 59, - "index": 700 + "index": 819 }, { "filePath": "src/courseware/course/new-sidebar/sidebars/discussions-notifications/notifications/NotificationsWidget.test.jsx", From af12f438165ee0f320016bd0db1a8ab816f539c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:17:21 -0400 Subject: [PATCH 055/160] docs: update dependent-usage.json (#3151) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index b32805b512..7d8b6adfde 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1721830128224, + "lastModified": 1721916618128, "projectUsages": [ { "version": "22.7.0", From 8b365234fc270188e9d02b3649c594f86435cc4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:16:38 -0400 Subject: [PATCH 056/160] docs: update dependent-usage.json (#3152) --- dependent-usage.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 7d8b6adfde..a00bb15b7c 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1721916618128, + "lastModified": 1722002864790, "projectUsages": [ { "version": "22.7.0", @@ -51290,9 +51290,9 @@ }, { "filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx", - "line": 60, + "line": 66, "column": 6, - "index": 1966 + "index": 2317 }, { "filePath": "src/packages/home-page/components/PopularTopics/index.jsx", @@ -53496,9 +53496,9 @@ }, { "filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx", - "line": 73, + "line": 79, "column": 12, - "index": 2473 + "index": 2824 }, { "filePath": "src/packages/home-page/components/ProductOfferings/components/ProductFilter/index.jsx", @@ -53528,9 +53528,9 @@ }, { "filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx", - "line": 74, + "line": 80, "column": 14, - "index": 2515 + "index": 2866 }, { "filePath": "src/packages/home-page/components/ProductOfferings/components/ProductFilter/index.jsx", @@ -53568,9 +53568,9 @@ }, { "filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx", - "line": 82, + "line": 88, "column": 14, - "index": 2989 + "index": 3340 }, { "filePath": "src/packages/home-page/components/ProductOfferings/components/ProductFilter/index.jsx", @@ -54224,9 +54224,9 @@ }, { "filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx", - "line": 84, - "column": 18, - "index": 3073 + "line": 94, + "column": 20, + "index": 3597 }, { "filePath": "src/packages/home-page/components/ProductOfferings/components/ProductFilter/index.jsx", @@ -54298,9 +54298,9 @@ "Card": [ { "filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/variants/DesktopVariant/index.jsx", - "line": 80, + "line": 84, "column": 6, - "index": 2879 + "index": 3041 }, { "filePath": "src/packages/learn-index-page/template/AllTopicsPage/index.jsx", From 5f4001b22335db2d08e71ecb5ddb46fa8225aa4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 10:12:34 -0400 Subject: [PATCH 057/160] docs: update dependent-usage.json (#3154) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index a00bb15b7c..9ed0598312 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722002864790, + "lastModified": 1722089264614, "projectUsages": [ { "version": "22.7.0", From dd5ce84892c295cd63c0ae0b3154d15770dbfd2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 10:12:22 -0400 Subject: [PATCH 058/160] docs: update dependent-usage.json (#3155) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 9ed0598312..83a9185f08 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722089264614, + "lastModified": 1722175648568, "projectUsages": [ { "version": "22.7.0", From a12a3756bb06dba71b3a863f6726c3ba5176f43e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:16:48 -0400 Subject: [PATCH 059/160] docs: update dependent-usage.json (#3156) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 83a9185f08..14dc8aafb9 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722175648568, + "lastModified": 1722262075348, "projectUsages": [ { "version": "22.7.0", From 3fe12b9dcf217c4bf8c056cbaef2c448923263f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:16:07 -0400 Subject: [PATCH 060/160] docs: update dependent-usage.json (#3157) --- dependent-usage.json | 114 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 91 insertions(+), 23 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 14dc8aafb9..8d3a95d735 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722262075348, + "lastModified": 1722348433767, "projectUsages": [ { "version": "22.7.0", @@ -31702,6 +31702,12 @@ "column": 8, "index": 1175 }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 246, + "column": 16, + "index": 10586 + }, { "filePath": "src/components/my-career/AddJobRole.jsx", "line": 65, @@ -32094,9 +32100,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 66, + "line": 79, "column": 4, - "index": 1959 + "index": 2605 }, { "filePath": "src/components/NotFoundPage/index.jsx", @@ -32204,9 +32210,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 68, + "line": 81, "column": 8, - "index": 2062 + "index": 2708 }, { "filePath": "src/components/pathway-progress/PathwayProgressHeader.jsx", @@ -33044,6 +33050,24 @@ "column": 32, "index": 18758 }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 147, + "column": 18, + "index": 5497 + }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 235, + "column": 22, + "index": 10225 + }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 248, + "column": 22, + "index": 10652 + }, { "filePath": "src/components/program/ProgramInstructors.jsx", "line": 23, @@ -33616,9 +33640,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 74, + "line": 87, "column": 6, - "index": 2204 + "index": 2850 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -34088,9 +34112,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 100, + "line": 113, "column": 22, - "index": 3406 + "index": 4069 }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", @@ -34186,9 +34210,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 17, + "line": 29, "column": 6, - "index": 751 + "index": 1088 }, { "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", @@ -34538,12 +34562,6 @@ "column": 4, "index": 757 }, - { - "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 117, - "column": 8, - "index": 4017 - }, { "filePath": "src/components/my-career/AddJobRole.jsx", "line": 95, @@ -34636,12 +34654,6 @@ "column": 62, "index": 11282 }, - { - "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 117, - "column": 30, - "index": 4039 - }, { "filePath": "src/components/my-career/AddJobRole.jsx", "line": 95, @@ -34968,6 +34980,30 @@ "column": 8, "index": 16711 }, + { + "filePath": "src/components/microlearning/VideoCourseReview.jsx", + "line": 43, + "column": 14, + "index": 1742 + }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 186, + "column": 18, + "index": 7385 + }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 198, + "column": 16, + "index": 8174 + }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 206, + "column": 18, + "index": 8669 + }, { "filePath": "src/components/my-career/AddJobRole.jsx", "line": 15, @@ -35118,6 +35154,12 @@ "column": 22, "index": 2351 }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 206, + "column": 56, + "index": 8707 + }, { "filePath": "src/components/program/ProgramSidebar.jsx", "line": 53, @@ -35178,6 +35220,12 @@ "column": 18, "index": 6533 }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 198, + "column": 54, + "index": 8212 + }, { "filePath": "src/components/program/ProgramSidebar.jsx", "line": 35, @@ -35197,6 +35245,12 @@ "line": 43, "column": 4, "index": 1754 + }, + { + "filePath": "src/components/microlearning/VideoCourseReview.jsx", + "line": 27, + "column": 8, + "index": 1035 } ], "Popover": [ @@ -35647,6 +35701,12 @@ "line": 46, "column": 8, "index": 1817 + }, + { + "filePath": "src/components/microlearning/VideoCourseReview.jsx", + "line": 30, + "column": 12, + "index": 1110 } ], "Bubble": [ @@ -35869,6 +35929,14 @@ "index": 17649 } ], + "Timelapse": [ + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 186, + "column": 56, + "index": 7423 + } + ], "Plus": [ { "filePath": "src/components/my-career/AddJobRole.jsx", From e2da7e1d6b06f6d90fe2ad89bb882a16e265d616 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:15:46 -0400 Subject: [PATCH 061/160] docs: update dependent-usage.json (#3159) --- dependent-usage.json | 714 +++++++++++++++++++++---------------------- 1 file changed, 349 insertions(+), 365 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 8d3a95d735..331c8b3a4c 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722348433767, + "lastModified": 1722438402208, "projectUsages": [ { "version": "22.7.0", @@ -3005,6 +3005,30 @@ "column": 14, "index": 3384 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 45, + "column": 12, + "index": 1449 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 59, + "column": 12, + "index": 1909 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 73, + "column": 12, + "index": 2363 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 118, + "column": 12, + "index": 4339 + }, { "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", "line": 120, @@ -3367,6 +3391,30 @@ "column": 14, "index": 6493 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 46, + "column": 14, + "index": 1476 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 60, + "column": 14, + "index": 1936 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 74, + "column": 14, + "index": 2390 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 119, + "column": 14, + "index": 4366 + }, { "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx", "line": 60, @@ -3525,6 +3573,30 @@ "column": 22, "index": 2687 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 53, + "column": 14, + "index": 1763 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 67, + "column": 14, + "index": 2217 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 81, + "column": 14, + "index": 2695 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 126, + "column": 14, + "index": 4656 + }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitleInput.jsx", "line": 62, @@ -5575,43 +5647,49 @@ "filePath": "src/components/Sidebar/index.jsx", "line": 128, "column": 12, - "index": 4532 + "index": 4525 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 135, + "line": 134, "column": 12, - "index": 4814 + "index": 4716 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 143, + "line": 141, "column": 12, - "index": 5123 + "index": 4998 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 154, + "line": 149, "column": 12, - "index": 5518 + "index": 5307 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 161, + "line": 160, "column": 12, - "index": 5825 + "index": 5702 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 168, + "line": 167, "column": 12, - "index": 6080 + "index": 6009 }, { "filePath": "src/components/Sidebar/index.jsx", "line": 174, "column": 12, - "index": 6253 + "index": 6264 + }, + { + "filePath": "src/components/Sidebar/index.jsx", + "line": 180, + "column": 12, + "index": 6437 }, { "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", @@ -7598,6 +7676,178 @@ "index": 2645 } ], + "Tabs": [ + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 175, + "column": 10, + "index": 6664 + }, + { + "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", + "line": 107, + "column": 4, + "index": 3515 + }, + { + "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", + "line": 49, + "column": 6, + "index": 1887 + }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailTabsAndRoutes.jsx", + "line": 145, + "column": 6, + "index": 4523 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", + "line": 16, + "column": 6, + "index": 687 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 205, + "column": 6, + "index": 6130 + }, + { + "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", + "line": 116, + "column": 4, + "index": 4132 + } + ], + "Tab": [ + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 182, + "column": 12, + "index": 6836 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 192, + "column": 12, + "index": 7206 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 202, + "column": 12, + "index": 7576 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 212, + "column": 12, + "index": 7947 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 222, + "column": 12, + "index": 8318 + }, + { + "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", + "line": 62, + "column": 6, + "index": 2165 + }, + { + "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", + "line": 80, + "column": 8, + "index": 2679 + }, + { + "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", + "line": 57, + "column": 8, + "index": 2075 + }, + { + "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", + "line": 67, + "column": 8, + "index": 2466 + }, + { + "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", + "line": 37, + "column": 6, + "index": 1294 + }, + { + "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", + "line": 56, + "column": 8, + "index": 1901 + }, + { + "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", + "line": 77, + "column": 8, + "index": 2587 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", + "line": 22, + "column": 8, + "index": 830 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", + "line": 27, + "column": 8, + "index": 1160 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 90, + "column": 8, + "index": 2683 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 109, + "column": 8, + "index": 3404 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 123, + "column": 8, + "index": 3788 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 140, + "column": 8, + "index": 4306 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 155, + "column": 8, + "index": 4796 + }, + { + "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", + "line": 67, + "column": 6, + "index": 2402 + }, + { + "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", + "line": 84, + "column": 8, + "index": 3015 + } + ], "Hyperlink": [ { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", @@ -8249,9 +8499,9 @@ }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 154, + "line": 160, "column": 23, - "index": 5529 + "index": 5713 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/EnrollBulkAction.jsx", @@ -9914,142 +10164,6 @@ "index": 5971 } ], - "Tab": [ - { - "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", - "line": 62, - "column": 6, - "index": 2165 - }, - { - "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", - "line": 80, - "column": 8, - "index": 2679 - }, - { - "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", - "line": 57, - "column": 8, - "index": 2075 - }, - { - "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", - "line": 67, - "column": 8, - "index": 2466 - }, - { - "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", - "line": 37, - "column": 6, - "index": 1294 - }, - { - "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", - "line": 56, - "column": 8, - "index": 1901 - }, - { - "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", - "line": 77, - "column": 8, - "index": 2587 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", - "line": 22, - "column": 8, - "index": 830 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", - "line": 27, - "column": 8, - "index": 1160 - }, - { - "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 90, - "column": 8, - "index": 2683 - }, - { - "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 109, - "column": 8, - "index": 3404 - }, - { - "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 123, - "column": 8, - "index": 3788 - }, - { - "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 140, - "column": 8, - "index": 4306 - }, - { - "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 155, - "column": 8, - "index": 4796 - }, - { - "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", - "line": 67, - "column": 6, - "index": 2402 - }, - { - "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", - "line": 84, - "column": 8, - "index": 3015 - } - ], - "Tabs": [ - { - "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", - "line": 107, - "column": 4, - "index": 3515 - }, - { - "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", - "line": 49, - "column": 6, - "index": 1887 - }, - { - "filePath": "src/components/learner-credit-management/BudgetDetailTabsAndRoutes.jsx", - "line": 145, - "column": 6, - "index": 4523 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", - "line": 16, - "column": 6, - "index": 687 - }, - { - "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 205, - "column": 6, - "index": 6130 - }, - { - "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", - "line": 116, - "column": 4, - "index": 4132 - } - ], "Container": [ { "filePath": "src/components/CodeManagement/index.jsx", @@ -12490,54 +12604,60 @@ "line": 122, "column": 23, "index": 4329 + }, + { + "filePath": "src/components/Sidebar/index.jsx", + "line": 128, + "column": 23, + "index": 4536 } ], "Tag": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 128, + "line": 134, "column": 23, - "index": 4543 + "index": 4727 } ], "CreditCard": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 135, + "line": 141, "column": 23, - "index": 4825 + "index": 5009 } ], "MoneyOutline": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 143, + "line": 149, "column": 23, - "index": 5134 + "index": 5318 } ], "Description": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 161, + "line": 167, "column": 23, - "index": 5836 + "index": 6020 } ], "Settings": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 168, + "line": 174, "column": 23, - "index": 6091 + "index": 6275 } ], "Support": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 174, + "line": 180, "column": 23, - "index": 6264 + "index": 6448 } ], "Email": [ @@ -29933,9 +30053,9 @@ "Alert": [ { "filePath": "src/App.jsx", - "line": 102, + "line": 87, "column": 16, - "index": 3222 + "index": 2769 }, { "filePath": "src/components/Banner.jsx", @@ -30021,7 +30141,7 @@ "filePath": "src/containers/Dashboard/hooks.test.js", "line": 52, "column": 10, - "index": 1484 + "index": 1482 }, { "filePath": "src/containers/LearnerDashboardHeader/hooks.js", @@ -30040,36 +30160,6 @@ "line": 37, "column": 6, "index": 928 - }, - { - "filePath": "src/ExperimentContext.jsx", - "line": 37, - "column": 20, - "index": 1129 - }, - { - "filePath": "src/ExperimentContext.test.jsx", - "line": 107, - "column": 6, - "index": 3299 - }, - { - "filePath": "src/widgets/ProductRecommendations/hooks.js", - "line": 23, - "column": 20, - "index": 929 - }, - { - "filePath": "src/widgets/ProductRecommendations/hooks.test.js", - "line": 98, - "column": 6, - "index": 2670 - }, - { - "filePath": "src/widgets/ProductRecommendations/hooks.test.js", - "line": 107, - "column": 6, - "index": 2989 } ], "breakpoints": [ @@ -30165,7 +30255,7 @@ }, { "filePath": "src/containers/Dashboard/hooks.js", - "line": 31, + "line": 32, "column": 34, "index": 1002 }, @@ -30192,18 +30282,6 @@ "line": 37, "column": 49, "index": 971 - }, - { - "filePath": "src/ExperimentContext.jsx", - "line": 38, - "column": 27, - "index": 1173 - }, - { - "filePath": "src/widgets/ProductRecommendations/hooks.js", - "line": 24, - "column": 17, - "index": 963 } ], "Button": [ @@ -30559,18 +30637,6 @@ "column": 10, "index": 1022 }, - { - "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx", - "line": 53, - "column": 10, - "index": 1379 - }, - { - "filePath": "src/widgets/ProductRecommendations/components/ProductCardHeader.jsx", - "line": 52, - "column": 6, - "index": 1724 - }, { "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx", "line": 15, @@ -30656,12 +30722,6 @@ "line": 44, "column": 8, "index": 1231 - }, - { - "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx", - "line": 81, - "column": 10, - "index": 2157 } ], "Dropdown": [ @@ -30762,12 +30822,6 @@ "line": 15, "column": 26, "index": 488 - }, - { - "filePath": "src/widgets/ProductRecommendations/components/ProductCardHeader.jsx", - "line": 63, - "column": 10, - "index": 2105 } ], "Dropdown.Menu": [ @@ -30859,12 +30913,6 @@ "column": 4, "index": 707 }, - { - "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx", - "line": 51, - "column": 4, - "index": 1307 - }, { "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx", "line": 20, @@ -30904,12 +30952,6 @@ "line": 39, "column": 6, "index": 1076 - }, - { - "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx", - "line": 66, - "column": 6, - "index": 1701 } ], "Card.Section": [ @@ -30919,12 +30961,6 @@ "column": 14, "index": 1216 }, - { - "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx", - "line": 79, - "column": 6, - "index": 2074 - }, { "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx", "line": 27, @@ -31157,19 +31193,13 @@ "filePath": "src/containers/Dashboard/DashboardLayout.jsx", "line": 38, "column": 4, - "index": 871 + "index": 825 }, { "filePath": "src/containers/RelatedProgramsModal/index.jsx", "line": 42, "column": 8, "index": 1295 - }, - { - "filePath": "src/widgets/ProductRecommendations/components/LoadedView.jsx", - "line": 25, - "column": 4, - "index": 935 } ], "Row": [ @@ -31177,13 +31207,7 @@ "filePath": "src/containers/Dashboard/DashboardLayout.jsx", "line": 39, "column": 6, - "index": 905 - }, - { - "filePath": "src/containers/Dashboard/DashboardLayout.jsx", - "line": 48, - "column": 6, - "index": 1256 + "index": 859 }, { "filePath": "src/containers/RelatedProgramsModal/index.jsx", @@ -31197,19 +31221,13 @@ "filePath": "src/containers/Dashboard/DashboardLayout.jsx", "line": 40, "column": 8, - "index": 919 + "index": 873 }, { "filePath": "src/containers/Dashboard/DashboardLayout.jsx", "line": 43, "column": 8, - "index": 1027 - }, - { - "filePath": "src/containers/Dashboard/DashboardLayout.jsx", - "line": 49, - "column": 8, - "index": 1270 + "index": 981 }, { "filePath": "src/containers/RelatedProgramsModal/index.jsx", @@ -31391,12 +31409,6 @@ "column": 6, "index": 779 }, - { - "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx", - "line": 60, - "column": 6, - "index": 1530 - }, { "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx", "line": 22, @@ -31450,41 +31462,13 @@ "index": 516 } ], - "Skeleton": [ - { - "filePath": "src/widgets/ProductRecommendations/components/LoadingView.jsx", - "line": 5, - "column": 2, - "index": 110 - } - ], "Truncate": [ - { - "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx", - "line": 69, - "column": 10, - "index": 1766 - }, - { - "filePath": "src/widgets/ProductRecommendations/components/ProductCard.jsx", - "line": 74, - "column": 10, - "index": 1931 - }, { "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx", "line": 29, "column": 16, "index": 1040 } - ], - "ChevronRight": [ - { - "filePath": "src/widgets/ProductRecommendations/components/ProductCardHeader.jsx", - "line": 63, - "column": 21, - "index": 2116 - } ] } }, @@ -31704,9 +31688,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 246, + "line": 248, "column": 16, - "index": 10586 + "index": 10641 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -33052,21 +33036,21 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 147, + "line": 149, "column": 18, - "index": 5497 + "index": 5552 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 235, + "line": 237, "column": 22, - "index": 10225 + "index": 10280 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 248, + "line": 250, "column": 22, - "index": 10652 + "index": 10707 }, { "filePath": "src/components/program/ProgramInstructors.jsx", @@ -34114,7 +34098,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 113, "column": 22, - "index": 4069 + "index": 4068 }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", @@ -34988,21 +34972,21 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 186, + "line": 188, "column": 18, - "index": 7385 + "index": 7440 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 198, + "line": 200, "column": 16, - "index": 8174 + "index": 8229 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 206, + "line": 208, "column": 18, - "index": 8669 + "index": 8724 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -35156,9 +35140,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 206, + "line": 208, "column": 56, - "index": 8707 + "index": 8762 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -35222,9 +35206,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 198, + "line": 200, "column": 54, - "index": 8212 + "index": 8267 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -35932,9 +35916,9 @@ "Timelapse": [ { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 186, + "line": 188, "column": 56, - "index": 7423 + "index": 7478 } ], "Plus": [ @@ -36552,7 +36536,7 @@ } }, { - "version": "20.46.3", + "version": "21.13.1", "name": "frontend-app-learner-portal", "repository": "https://github.com/openedx/frontend-app-learner-portal-programs", "folderName": "frontend-app-learner-portal-programs", @@ -36562,7 +36546,7 @@ "filePath": "src/components/course-enrollments/course-cards/BaseCourseCard.jsx", "line": 152, "column": 10, - "index": 3892 + "index": 3896 } ], "Modal": [ @@ -36570,7 +36554,7 @@ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", "line": 117, "column": 6, - "index": 2834 + "index": 2842 } ], "Alert": [ @@ -36578,31 +36562,31 @@ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", "line": 122, "column": 14, - "index": 2954 + "index": 2962 }, { "filePath": "src/components/course-enrollments/CourseEnrollments.jsx", "line": 52, "column": 4, - "index": 1453 + "index": 1461 }, { "filePath": "src/components/course-enrollments/CourseEnrollments.jsx", "line": 67, "column": 6, - "index": 1826 + "index": 1834 }, { "filePath": "src/components/program/ProgramPage.jsx", "line": 80, "column": 6, - "index": 2561 + "index": 2569 }, { "filePath": "src/components/programs-list/ProgramListPage.jsx", "line": 81, "column": 4, - "index": 2499 + "index": 2507 } ], "Warning": [ @@ -36610,25 +36594,25 @@ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", "line": 125, "column": 22, - "index": 3052 + "index": 3060 }, { "filePath": "src/components/course-enrollments/CourseEnrollments.jsx", "line": 55, "column": 12, - "index": 1521 + "index": 1529 }, { "filePath": "src/components/program/ProgramPage.jsx", "line": 82, "column": 14, - "index": 2607 + "index": 2615 }, { "filePath": "src/components/programs-list/ProgramListPage.jsx", "line": 83, "column": 12, - "index": 2541 + "index": 2549 } ], "Input": [ @@ -36636,7 +36620,7 @@ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", "line": 132, "column": 14, - "index": 3277 + "index": 3285 } ], "StatefulButton": [ @@ -36644,7 +36628,7 @@ "filePath": "src/components/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", "line": 151, "column": 10, - "index": 3949 + "index": 3957 } ], "Button": [ @@ -36652,13 +36636,13 @@ "filePath": "src/components/course-enrollments/course-cards/UpcomingCourseCard.jsx", "line": 10, "column": 4, - "index": 253 + "index": 257 }, { "filePath": "src/components/program/sidebar/Links.jsx", "line": 65, "column": 10, - "index": 1727 + "index": 1731 } ], "CheckCircle": [ @@ -36666,7 +36650,7 @@ "filePath": "src/components/course-enrollments/CourseEnrollments.jsx", "line": 69, "column": 14, - "index": 1873 + "index": 1881 } ], "breakpoints": [ @@ -36674,31 +36658,31 @@ "filePath": "src/components/course-enrollments/CourseEnrollments.jsx", "line": 113, "column": 30, - "index": 3038 + "index": 3046 }, { "filePath": "src/components/course-enrollments/tests/CourseEnrollments.test.jsx", "line": 156, "column": 52, - "index": 5005 + "index": 5009 }, { "filePath": "src/components/course-enrollments/tests/CourseEnrollments.test.jsx", "line": 168, "column": 52, - "index": 5491 + "index": 5495 }, { "filePath": "src/components/program/ProgramPage.jsx", "line": 128, "column": 48, - "index": 4226 + "index": 4234 }, { "filePath": "src/components/program/tab-components/JourneyTab.jsx", "line": 16, "column": 30, - "index": 466 + "index": 470 } ], "Collapsible": [ @@ -36706,7 +36690,7 @@ "filePath": "src/components/course-enrollments/CourseSection.jsx", "line": 83, "column": 8, - "index": 2045 + "index": 2049 } ], "Alert.Link": [ @@ -36714,7 +36698,7 @@ "filePath": "src/components/program/ProgramPage.jsx", "line": 91, "column": 10, - "index": 2882 + "index": 2890 } ], "Tabs": [ @@ -36722,7 +36706,7 @@ "filePath": "src/components/program/TabularView.jsx", "line": 37, "column": 6, - "index": 1206 + "index": 1210 } ], "Tab": [ @@ -36730,7 +36714,7 @@ "filePath": "src/components/program/TabularView.jsx", "line": 40, "column": 10, - "index": 1373 + "index": 1377 } ] } @@ -43022,7 +43006,7 @@ } }, { - "version": "20.46.2", + "version": "21.13.1", "name": "@edx/frontend-app-program-console", "repository": { "type": "git", @@ -43035,13 +43019,13 @@ "filePath": "src/console/ConsolePage.jsx", "line": 64, "column": 6, - "index": 1807 + "index": 1811 }, { "filePath": "src/report/reportSection.jsx", "line": 36, "column": 8, - "index": 1090 + "index": 1094 } ], "Alert": [ @@ -43049,31 +43033,31 @@ "filePath": "src/console/ConsolePage.jsx", "line": 117, "column": 8, - "index": 3634 + "index": 3638 }, { "filePath": "src/console/ConsolePage.jsx", "line": 133, "column": 8, - "index": 4223 + "index": 4227 }, { "filePath": "src/console/ConsolePage.jsx", "line": 152, "column": 12, - "index": 4986 + "index": 4990 }, { "filePath": "src/console/ConsolePage.jsx", "line": 174, "column": 20, - "index": 6001 + "index": 6005 }, { "filePath": "src/report/reportSection.jsx", "line": 22, "column": 4, - "index": 695 + "index": 699 } ], "SearchField": [ @@ -43081,7 +43065,7 @@ "filePath": "src/console/ConsolePage.jsx", "line": 146, "column": 12, - "index": 4750 + "index": 4754 } ], "Pagination": [ @@ -43089,13 +43073,13 @@ "filePath": "src/console/ConsolePage.jsx", "line": 161, "column": 12, - "index": 5258 + "index": 5262 }, { "filePath": "src/console/ConsolePage.jsx", "line": 199, "column": 12, - "index": 7114 + "index": 7118 } ] } From 4c3cba44cbaa14a1f253ffd54c97fb28d5cb692d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:16:25 -0400 Subject: [PATCH 062/160] docs: update dependent-usage.json (#3160) --- dependent-usage.json | 164 +++++++++++++++++++++---------------------- 1 file changed, 82 insertions(+), 82 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 331c8b3a4c..1275684be7 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722438402208, + "lastModified": 1722521248572, "projectUsages": [ { "version": "22.7.0", @@ -3175,33 +3175,33 @@ }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 41, + "line": 43, "column": 10, - "index": 1606 + "index": 1677 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 77, + "line": 81, "column": 10, - "index": 3073 + "index": 3209 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 110, + "line": 116, "column": 12, - "index": 4537 + "index": 4744 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 125, + "line": 131, "column": 10, - "index": 5117 + "index": 5324 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 152, + "line": 160, "column": 10, - "index": 6361 + "index": 6659 }, { "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx", @@ -3489,39 +3489,39 @@ }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 16, + "line": 17, "column": 12, - "index": 482 + "index": 519 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 44, + "line": 47, "column": 12, - "index": 1689 + "index": 1793 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 80, + "line": 85, "column": 12, - "index": 3160 + "index": 3333 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 111, + "line": 117, "column": 14, - "index": 4564 + "index": 4771 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 128, + "line": 135, "column": 12, - "index": 5213 + "index": 5466 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 155, + "line": 164, "column": 12, - "index": 6448 + "index": 6783 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigIDPStep.jsx", @@ -3683,33 +3683,33 @@ }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 23, + "line": 24, "column": 12, - "index": 811 + "index": 848 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 51, + "line": 54, "column": 12, - "index": 2006 + "index": 2110 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 87, + "line": 92, "column": 12, - "index": 3489 + "index": 3662 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 129, + "line": 136, "column": 12, - "index": 5264 + "index": 5517 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 162, + "line": 171, "column": 12, - "index": 6780 + "index": 7115 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/APICredentialsPage.jsx", @@ -9525,9 +9525,9 @@ }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 118, + "line": 124, "column": 14, - "index": 4915 + "index": 5122 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", @@ -11339,33 +11339,33 @@ }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 28, + "line": 30, "column": 12, - "index": 995 + "index": 1066 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 56, + "line": 60, "column": 12, - "index": 2174 + "index": 2310 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 92, + "line": 98, "column": 12, - "index": 3673 + "index": 3880 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 135, + "line": 143, "column": 12, - "index": 5450 + "index": 5748 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", - "line": 167, + "line": 177, "column": 12, - "index": 6964 + "index": 7333 }, { "filePath": "src/components/settings/SettingsSSOTab/steps/SSOConfigConfigureStep.jsx", @@ -31564,19 +31564,19 @@ "filePath": "src/components/course/data/utils.jsx", "line": 511, "column": 6, - "index": 18223 + "index": 18222 }, { "filePath": "src/components/course/data/utils.jsx", "line": 527, "column": 6, - "index": 18601 + "index": 18600 }, { "filePath": "src/components/course/data/utils.jsx", "line": 553, "column": 6, - "index": 19211 + "index": 19210 }, { "filePath": "src/components/course/enrollment/components/ToExecutiveEducation2UEnrollment.jsx", @@ -31634,9 +31634,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/UpgradeCourseButton.jsx", - "line": 135, + "line": 137, "column": 8, - "index": 4091 + "index": 4117 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", @@ -31688,9 +31688,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 248, + "line": 254, "column": 16, - "index": 10641 + "index": 10940 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -32966,13 +32966,13 @@ "filePath": "src/components/course/data/utils.jsx", "line": 512, "column": 12, - "index": 18243 + "index": 18242 }, { "filePath": "src/components/course/data/utils.jsx", "line": 528, "column": 12, - "index": 18621 + "index": 18620 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", @@ -33036,21 +33036,21 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 149, + "line": 155, "column": 18, - "index": 5552 + "index": 5851 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 237, + "line": 243, "column": 22, - "index": 10280 + "index": 10579 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 250, + "line": 256, "column": 22, - "index": 10707 + "index": 11006 }, { "filePath": "src/components/program/ProgramInstructors.jsx", @@ -33194,7 +33194,7 @@ "filePath": "src/components/course/data/utils.jsx", "line": 554, "column": 12, - "index": 19231 + "index": 19230 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", @@ -34096,9 +34096,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 113, + "line": 119, "column": 22, - "index": 4068 + "index": 4367 }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", @@ -34190,7 +34190,7 @@ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx", "line": 114, "column": 14, - "index": 3613 + "index": 3585 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", @@ -34382,15 +34382,15 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/InProgressCourseCard.jsx", - "line": 92, + "line": 97, "column": 4, - "index": 3770 + "index": 3807 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/InProgressCourseCard.jsx", - "line": 118, + "line": 124, "column": 6, - "index": 4558 + "index": 4625 }, { "filePath": "src/components/dashboard/main-content/DashboardMainContent.jsx", @@ -34972,21 +34972,21 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 188, + "line": 194, "column": 18, - "index": 7440 + "index": 7739 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 200, + "line": 206, "column": 16, - "index": 8229 + "index": 8528 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 208, + "line": 214, "column": 18, - "index": 8724 + "index": 9023 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -35140,9 +35140,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 208, + "line": 214, "column": 56, - "index": 8762 + "index": 9061 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -35206,9 +35206,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 200, + "line": 206, "column": 54, - "index": 8267 + "index": 8566 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -35698,7 +35698,7 @@ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx", "line": 43, "column": 13, - "index": 1475 + "index": 1500 }, { "filePath": "src/components/progress-category-bubbles/ProgressCategoryBubbles.jsx", @@ -35724,7 +35724,7 @@ "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx", "line": 136, "column": 6, - "index": 4070 + "index": 4042 }, { "filePath": "src/components/pathway-progress/PathwayStep.jsx", @@ -35916,9 +35916,9 @@ "Timelapse": [ { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 188, + "line": 194, "column": 56, - "index": 7478 + "index": 7777 } ], "Plus": [ From 0e9a8989a86de795fa80a4107a5868fe97e6497e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:17:32 -0400 Subject: [PATCH 063/160] docs: update dependent-usage.json (#3161) --- dependent-usage.json | 998 +++++++++++++++++++++---------------------- 1 file changed, 499 insertions(+), 499 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 1275684be7..ff6e6216ce 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722521248572, + "lastModified": 1722607669527, "projectUsages": [ { "version": "22.7.0", @@ -29555,7 +29555,7 @@ } }, { - "version": "22.1.1", + "version": "22.2.1", "name": "@edx/frontend-app-gradebook", "repository": { "type": "git", @@ -43085,7 +43085,7 @@ } }, { - "version": "20.46.3", + "version": "21.13.1", "name": "edx-frontend-app-publisher", "repository": "https://github.com/openedx/frontend-app-publisher", "folderName": "frontend-app-publisher", @@ -43095,7 +43095,7 @@ "filePath": "src/components/ActionButton/index.jsx", "line": 8, "column": 2, - "index": 297 + "index": 301 } ], "Icon": [ @@ -43103,25 +43103,25 @@ "filePath": "src/components/Collaborator/index.jsx", "line": 32, "column": 8, - "index": 836 + "index": 840 }, { "filePath": "src/components/Collaborator/index.jsx", "line": 53, "column": 12, - "index": 1442 + "index": 1446 }, { "filePath": "src/components/SidePanes/CommentsPane.jsx", "line": 100, "column": 24, - "index": 2842 + "index": 2846 }, { "filePath": "src/components/SidePanes/UsersPane.jsx", "line": 125, "column": 13, - "index": 3432 + "index": 3440 } ], "Alert": [ @@ -43129,151 +43129,151 @@ "filePath": "src/components/CollaboratorPage/index.jsx", "line": 56, "column": 8, - "index": 1439 + "index": 1443 }, { "filePath": "src/components/CollaboratorPage/index.jsx", "line": 93, "column": 12, - "index": 2372 + "index": 2376 }, { "filePath": "src/components/CollaboratorPage/index.jsx", "line": 117, "column": 14, - "index": 3271 + "index": 3275 }, { "filePath": "src/components/CreateCoursePage/index.jsx", "line": 100, "column": 8, - "index": 2609 + "index": 2613 }, { "filePath": "src/components/CreateCoursePage/index.jsx", "line": 200, "column": 16, - "index": 5646 + "index": 5650 }, { "filePath": "src/components/CreateCourseRunPage/index.jsx", "line": 156, "column": 12, - "index": 4815 + "index": 4819 }, { "filePath": "src/components/CreateCourseRunPage/index.jsx", "line": 181, "column": 16, - "index": 5802 + "index": 5806 }, { "filePath": "src/components/EditCoursePage/index.jsx", "line": 709, "column": 8, - "index": 24122 + "index": 24126 }, { "filePath": "src/components/EditCoursePage/index.jsx", "line": 825, "column": 10, - "index": 27538 + "index": 27542 }, { "filePath": "src/components/EditCoursePage/index.jsx", "line": 835, "column": 10, - "index": 27821 + "index": 27825 }, { "filePath": "src/components/EditCoursePage/index.jsx", "line": 885, "column": 10, - "index": 29671 + "index": 29675 }, { "filePath": "src/components/EditCoursePage/index.jsx", "line": 922, "column": 12, - "index": 31055 + "index": 31059 }, { "filePath": "src/components/EditCoursePage/TranscriptLanguage.jsx", "line": 36, "column": 10, - "index": 900 + "index": 904 }, { "filePath": "src/components/ImageUpload/index.jsx", "line": 95, "column": 12, - "index": 2414 + "index": 2418 }, { "filePath": "src/components/ImageUpload/index.jsx", "line": 101, "column": 12, - "index": 2574 + "index": 2578 }, { "filePath": "src/components/ListField/index.jsx", "line": 189, "column": 10, - "index": 5140 + "index": 5144 }, { "filePath": "src/components/ReduxFormCreatableSelect/index.jsx", "line": 84, "column": 12, - "index": 2085 + "index": 2089 }, { "filePath": "src/components/RichEditor/index.jsx", "line": 77, "column": 10, - "index": 2171 + "index": 2175 }, { "filePath": "src/components/SidePanes/CommentsPane.jsx", "line": 107, "column": 10, - "index": 3208 + "index": 3212 }, { "filePath": "src/components/SidePanes/CommentsPane.jsx", "line": 146, "column": 12, - "index": 4378 + "index": 4382 }, { "filePath": "src/components/SidePanes/UsersPane.jsx", "line": 141, "column": 13, - "index": 4036 + "index": 4044 }, { "filePath": "src/components/StafferPage/index.jsx", "line": 114, "column": 8, - "index": 3015 + "index": 3019 }, { "filePath": "src/components/StafferPage/index.jsx", "line": 164, "column": 12, - "index": 4496 + "index": 4500 }, { "filePath": "src/components/StafferPage/index.jsx", "line": 193, "column": 16, - "index": 5561 + "index": 5565 }, { "filePath": "src/components/TableComponent/index.jsx", "line": 129, "column": 6, - "index": 4035 + "index": 4043 } ], "Alert.Heading": [ @@ -43281,25 +43281,25 @@ "filePath": "src/components/CollaboratorPage/index.jsx", "line": 60, "column": 10, - "index": 1514 + "index": 1518 }, { "filePath": "src/components/CreateCoursePage/index.jsx", "line": 104, "column": 10, - "index": 2684 + "index": 2688 }, { "filePath": "src/components/EditCoursePage/index.jsx", "line": 715, "column": 10, - "index": 24237 + "index": 24241 }, { "filePath": "src/components/StafferPage/index.jsx", "line": 120, "column": 10, - "index": 3130 + "index": 3134 } ], "Collapsible": [ @@ -43307,7 +43307,7 @@ "filePath": "src/components/Collapsible/index.jsx", "line": 8, "column": 32, - "index": 341 + "index": 345 } ], "Collapsible.Advanced": [ @@ -43315,7 +43315,7 @@ "filePath": "src/components/Collapsible/index.jsx", "line": 32, "column": 2, - "index": 771 + "index": 775 } ], "Collapsible.Trigger": [ @@ -43323,7 +43323,7 @@ "filePath": "src/components/Collapsible/index.jsx", "line": 33, "column": 4, - "index": 838 + "index": 842 } ], "Collapsible.Visible": [ @@ -43331,13 +43331,13 @@ "filePath": "src/components/Collapsible/index.jsx", "line": 35, "column": 6, - "index": 956 + "index": 960 }, { "filePath": "src/components/Collapsible/index.jsx", "line": 38, "column": 6, - "index": 1066 + "index": 1070 } ], "ModalDialog": [ @@ -43345,7 +43345,7 @@ "filePath": "src/components/ConfirmationModal/index.jsx", "line": 14, "column": 2, - "index": 241 + "index": 245 } ], "ModalDialog.Header": [ @@ -43353,7 +43353,7 @@ "filePath": "src/components/ConfirmationModal/index.jsx", "line": 19, "column": 4, - "index": 325 + "index": 329 } ], "ModalDialog.Title": [ @@ -43361,7 +43361,7 @@ "filePath": "src/components/ConfirmationModal/index.jsx", "line": 20, "column": 6, - "index": 352 + "index": 356 } ], "ModalDialog.Body": [ @@ -43369,7 +43369,7 @@ "filePath": "src/components/ConfirmationModal/index.jsx", "line": 24, "column": 4, - "index": 445 + "index": 449 } ], "ModalDialog.Footer": [ @@ -43377,7 +43377,7 @@ "filePath": "src/components/ConfirmationModal/index.jsx", "line": 29, "column": 4, - "index": 548 + "index": 552 } ], "ActionRow": [ @@ -43385,7 +43385,7 @@ "filePath": "src/components/ConfirmationModal/index.jsx", "line": 30, "column": 6, - "index": 575 + "index": 579 } ], "ModalDialog.CloseButton": [ @@ -43393,7 +43393,7 @@ "filePath": "src/components/ConfirmationModal/index.jsx", "line": 31, "column": 8, - "index": 595 + "index": 599 } ], "Button": [ @@ -43401,7 +43401,7 @@ "filePath": "src/components/ConfirmationModal/index.jsx", "line": 34, "column": 8, - "index": 696 + "index": 700 } ], "SearchField": [ @@ -43409,7 +43409,7 @@ "filePath": "src/components/CourseTable/index.jsx", "line": 167, "column": 10, - "index": 5694 + "index": 5698 } ], "Form.Group": [ @@ -43417,31 +43417,31 @@ "filePath": "src/components/DateTimeField/index.jsx", "line": 87, "column": 10, - "index": 2121 + "index": 2125 }, { "filePath": "src/components/DateTimeField/index.jsx", "line": 113, "column": 10, - "index": 2978 + "index": 2982 }, { "filePath": "src/components/RenderInputTextField/index.jsx", "line": 18, "column": 2, - "index": 282 + "index": 286 }, { "filePath": "src/components/RenderSelectField/index.jsx", "line": 16, "column": 2, - "index": 253 + "index": 257 }, { "filePath": "src/components/RenderSelectField/updated-paragon-component.jsx", "line": 22, "column": 2, - "index": 763 + "index": 767 } ], "Form.Label": [ @@ -43449,31 +43449,31 @@ "filePath": "src/components/DateTimeField/index.jsx", "line": 88, "column": 12, - "index": 2179 + "index": 2183 }, { "filePath": "src/components/DateTimeField/index.jsx", "line": 114, "column": 12, - "index": 3036 + "index": 3040 }, { "filePath": "src/components/RenderInputTextField/index.jsx", "line": 19, "column": 4, - "index": 361 + "index": 365 }, { "filePath": "src/components/RenderSelectField/index.jsx", "line": 17, "column": 21, - "index": 349 + "index": 353 }, { "filePath": "src/components/RenderSelectField/updated-paragon-component.jsx", "line": 23, "column": 4, - "index": 842 + "index": 846 } ], "Form.Control": [ @@ -43481,31 +43481,31 @@ "filePath": "src/components/DateTimeField/index.jsx", "line": 96, "column": 12, - "index": 2409 + "index": 2413 }, { "filePath": "src/components/DateTimeField/index.jsx", "line": 121, "column": 12, - "index": 3230 + "index": 3234 }, { "filePath": "src/components/RenderInputTextField/index.jsx", "line": 22, "column": 4, - "index": 410 + "index": 414 }, { "filePath": "src/components/RenderSelectField/index.jsx", "line": 18, "column": 4, - "index": 387 + "index": 391 }, { "filePath": "src/components/RenderSelectField/updated-paragon-component.jsx", "line": 26, "column": 4, - "index": 891 + "index": 895 } ], "Hyperlink": [ @@ -43513,37 +43513,37 @@ "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx", "line": 82, "column": 12, - "index": 3426 + "index": 3430 }, { "filePath": "src/components/EditCoursePage/EditCourseForm.jsx", "line": 146, "column": 10, - "index": 5117 + "index": 5125 }, { "filePath": "src/components/EditCoursePage/EditCourseForm.jsx", "line": 161, "column": 10, - "index": 5712 + "index": 5720 }, { "filePath": "src/components/EditCoursePage/EditCourseForm.test.jsx", "line": 399, "column": 8, - "index": 13345 + "index": 13349 }, { "filePath": "src/components/EditCoursePage/EditCourseForm.test.jsx", "line": 432, "column": 8, - "index": 14589 + "index": 14593 }, { "filePath": "src/components/Header/index.jsx", "line": 37, "column": 12, - "index": 1401 + "index": 1405 } ], "OverlayTrigger": [ @@ -43551,13 +43551,13 @@ "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx", "line": 89, "column": 12, - "index": 3656 + "index": 3660 }, { "filePath": "src/components/SidePanes/Pane.jsx", "line": 11, "column": 6, - "index": 335 + "index": 343 } ], "Tooltip": [ @@ -43565,13 +43565,13 @@ "filePath": "src/components/EditCoursePage/CollapsibleCourseRun.jsx", "line": 91, "column": 23, - "index": 3725 + "index": 3729 }, { "filePath": "src/components/SidePanes/Pane.jsx", "line": 15, "column": 10, - "index": 428 + "index": 436 } ], "Badge": [ @@ -43579,7 +43579,7 @@ "filePath": "src/components/EditCoursePage/CourseSkills.jsx", "line": 29, "column": 10, - "index": 588 + "index": 592 } ], "Add": [ @@ -43587,13 +43587,13 @@ "filePath": "src/components/EditCoursePage/EditCourseForm.jsx", "line": 123, "column": 8, - "index": 4457 + "index": 4465 }, { "filePath": "src/components/SidePanes/UsersPane.jsx", "line": 160, "column": 16, - "index": 4799 + "index": 4807 } ], "InfoOutline": [ @@ -43601,13 +43601,13 @@ "filePath": "src/components/FieldHelp/index.jsx", "line": 57, "column": 10, - "index": 1365 + "index": 1369 }, { "filePath": "src/components/SidePanes/Pane.jsx", "line": 20, "column": 8, - "index": 544 + "index": 552 } ], "Dropdown": [ @@ -43615,7 +43615,7 @@ "filePath": "src/components/Header/index.jsx", "line": 60, "column": 12, - "index": 2510 + "index": 2514 } ], "Dropdown.Toggle": [ @@ -43623,7 +43623,7 @@ "filePath": "src/components/Header/index.jsx", "line": 61, "column": 14, - "index": 2535 + "index": 2539 } ], "AvatarButton": [ @@ -43631,7 +43631,7 @@ "filePath": "src/components/Header/index.jsx", "line": 61, "column": 35, - "index": 2556 + "index": 2560 } ], "Dropdown.Menu": [ @@ -43639,7 +43639,7 @@ "filePath": "src/components/Header/index.jsx", "line": 65, "column": 14, - "index": 2664 + "index": 2668 } ], "Dropdown.Item": [ @@ -43647,7 +43647,7 @@ "filePath": "src/components/Header/index.jsx", "line": 66, "column": 16, - "index": 2696 + "index": 2700 } ], "Spinner": [ @@ -43655,13 +43655,13 @@ "filePath": "src/components/LoadingSpinner/index.jsx", "line": 10, "column": 4, - "index": 229 + "index": 233 }, { "filePath": "src/components/SidePanes/CatalogInclusionPane.jsx", "line": 71, "column": 10, - "index": 2576 + "index": 2580 } ], "Close": [ @@ -43669,7 +43669,7 @@ "filePath": "src/components/RemoveButton/index.jsx", "line": 20, "column": 4, - "index": 465 + "index": 469 } ], "Form": [ @@ -43677,7 +43677,7 @@ "filePath": "src/components/SidePanes/CatalogInclusionPane.jsx", "line": 60, "column": 6, - "index": 2139 + "index": 2143 } ], "Form.Switch": [ @@ -43685,7 +43685,7 @@ "filePath": "src/components/SidePanes/CatalogInclusionPane.jsx", "line": 61, "column": 8, - "index": 2171 + "index": 2175 } ], "TextArea": [ @@ -43693,7 +43693,7 @@ "filePath": "src/components/SidePanes/CommentsPane.jsx", "line": 123, "column": 14, - "index": 3621 + "index": 3625 } ], "Delete": [ @@ -43701,7 +43701,7 @@ "filePath": "src/components/Staffer/index.jsx", "line": 30, "column": 8, - "index": 809 + "index": 813 } ], "Edit": [ @@ -43709,7 +43709,7 @@ "filePath": "src/components/Staffer/index.jsx", "line": 44, "column": 10, - "index": 1276 + "index": 1280 } ], "DataTable": [ @@ -43717,7 +43717,7 @@ "filePath": "src/components/TableComponent/index.jsx", "line": 94, "column": 10, - "index": 2919 + "index": 2927 } ], "Pagination": [ @@ -43725,7 +43725,7 @@ "filePath": "src/components/TableComponent/index.jsx", "line": 107, "column": 12, - "index": 3357 + "index": 3365 } ], "ErrorIcon": [ @@ -43733,13 +43733,13 @@ "filePath": "src/components/TableComponent/index.jsx", "line": 131, "column": 14, - "index": 4081 + "index": 4089 } ] } }, { - "version": "20.46.0", + "version": "21.13.1", "name": "@edx/frontend-app-support", "repository": { "type": "git", @@ -43752,37 +43752,37 @@ "filePath": "src/Configuration/ConfigurationPage.jsx", "line": 15, "column": 4, - "index": 444 + "index": 448 }, { "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageContainer.jsx", "line": 27, "column": 4, - "index": 969 + "index": 973 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormContainer.jsx", "line": 15, "column": 6, - "index": 442 + "index": 446 }, { "filePath": "src/Configuration/Provisioning/ProvisioningPage.jsx", "line": 9, "column": 4, - "index": 208 + "index": 212 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/SubsidyDetailViewContainer.jsx", "line": 13, "column": 6, - "index": 491 + "index": 495 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/SubsidyEditViewContainer.jsx", "line": 18, "column": 6, - "index": 544 + "index": 548 } ], "Stack": [ @@ -43790,31 +43790,31 @@ "filePath": "src/Configuration/ConfigurationPage.jsx", "line": 17, "column": 6, - "index": 527 + "index": 531 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", "line": 33, "column": 10, - "index": 1145 + "index": 1153 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", "line": 59, "column": 6, - "index": 1787 + "index": 1795 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/PolicyDetailView/PolicyContainer.jsx", "line": 13, "column": 4, - "index": 601 + "index": 605 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx", "line": 16, "column": 8, - "index": 435 + "index": 443 } ], "Hyperlink": [ @@ -43822,73 +43822,73 @@ "filePath": "src/Configuration/ConfigurationPage.jsx", "line": 19, "column": 10, - "index": 598 + "index": 602 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", "line": 12, "column": 6, - "index": 537 + "index": 545 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", "line": 35, "column": 4, - "index": 1202 + "index": 1210 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", "line": 23, "column": 8, - "index": 758 + "index": 766 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/PolicyDetailView/CustomCatalogDetail.jsx", "line": 18, "column": 10, - "index": 648 + "index": 652 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/EnrollmentDetails.jsx", "line": 38, "column": 18, - "index": 1246 + "index": 1250 }, { "filePath": "src/users/CopyShowHyperLinks.jsx", "line": 10, "column": 6, - "index": 253 + "index": 257 }, { "filePath": "src/users/CopyShowHyperLinks.jsx", "line": 24, "column": 6, - "index": 647 + "index": 651 }, { "filePath": "src/users/entitlements/Entitlements.jsx", "line": 67, "column": 8, - "index": 2598 + "index": 2602 }, { "filePath": "src/users/LearnerCredentials.jsx", "line": 113, "column": 14, - "index": 3025 + "index": 3029 }, { "filePath": "src/users/orderHistory/OrderHistory.jsx", "line": 47, "column": 10, - "index": 1542 + "index": 1546 }, { "filePath": "src/users/VerifiedName.jsx", "line": 135, "column": 6, - "index": 4398 + "index": 4402 } ], "DataTable.FilterStatus": [ @@ -43896,7 +43896,7 @@ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx", "line": 20, "column": 31, - "index": 865 + "index": 869 } ], "DataTable": [ @@ -43904,13 +43904,13 @@ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx", "line": 49, "column": 6, - "index": 1737 + "index": 1741 }, { "filePath": "src/users/account-actions/PasswordHistory.jsx", "line": 71, "column": 10, - "index": 1856 + "index": 1860 } ], "Badge": [ @@ -43918,25 +43918,25 @@ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableBadges.jsx", "line": 9, "column": 4, - "index": 172 + "index": 176 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", "line": 16, "column": 40, - "index": 384 + "index": 388 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", "line": 16, "column": 83, - "index": 427 + "index": 431 }, { "filePath": "src/users/licenses/LicenseCard.jsx", "line": 67, "column": 14, - "index": 1781 + "index": 1785 } ], "IconButton": [ @@ -43944,7 +43944,7 @@ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", "line": 42, "column": 6, - "index": 1439 + "index": 1447 } ], "DjangoShort": [ @@ -43952,7 +43952,7 @@ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", "line": 44, "column": 13, - "index": 1482 + "index": 1490 } ], "Icon": [ @@ -43960,37 +43960,37 @@ "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", "line": 45, "column": 16, - "index": 1511 + "index": 1519 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", "line": 34, "column": 12, - "index": 1188 + "index": 1196 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormHelpText.jsx", "line": 12, "column": 55, - "index": 365 + "index": 373 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", "line": 66, "column": 18, - "index": 2072 + "index": 2080 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx", "line": 16, "column": 10, - "index": 489 + "index": 497 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx", "line": 23, "column": 20, - "index": 734 + "index": 742 } ], "ActionRow": [ @@ -43998,127 +43998,127 @@ "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", "line": 20, "column": 4, - "index": 515 + "index": 523 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", "line": 20, "column": 6, - "index": 645 + "index": 653 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx", "line": 253, "column": 4, - "index": 11163 + "index": 11167 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/SubsidyDetailViewContainer.jsx", "line": 14, "column": 8, - "index": 538 + "index": 542 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", "line": 53, "column": 10, - "index": 1370 + "index": 1374 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/SubsidyEditViewContainer.jsx", "line": 19, "column": 8, - "index": 591 + "index": 595 }, { "filePath": "src/users/account-actions/CancelRetirement.jsx", "line": 71, "column": 10, - "index": 2144 + "index": 2148 }, { "filePath": "src/users/account-actions/PasswordHistory.jsx", "line": 78, "column": 10, - "index": 2086 + "index": 2090 }, { "filePath": "src/users/account-actions/ResetPassword.jsx", "line": 74, "column": 10, - "index": 2217 + "index": 2221 }, { "filePath": "src/users/account-actions/RetireUser.jsx", "line": 86, "column": 10, - "index": 2661 + "index": 2665 }, { "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", "line": 64, "column": 10, - "index": 2178 + "index": 2182 }, { "filePath": "src/users/CourseReset.jsx", "line": 126, "column": 14, - "index": 3423 + "index": 3427 }, { "filePath": "src/users/courseSummary/CourseSummary.jsx", "line": 169, "column": 8, - "index": 4632 + "index": 4636 }, { "filePath": "src/users/enrollments/Certificates.jsx", "line": 210, "column": 8, - "index": 6357 + "index": 6361 }, { "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", "line": 157, "column": 8, - "index": 4292 + "index": 4296 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 117, "column": 8, - "index": 3214 + "index": 3218 }, { "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", "line": 119, "column": 8, - "index": 3352 + "index": 3356 }, { "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", "line": 114, "column": 8, - "index": 3126 + "index": 3130 }, { "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", "line": 112, "column": 8, - "index": 3072 + "index": 3076 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 86, "column": 10, - "index": 2551 + "index": 2555 }, { "filePath": "src/users/VerifiedName.jsx", "line": 170, "column": 10, - "index": 5330 + "index": 5334 } ], "ActionRow.Spacer": [ @@ -44126,31 +44126,31 @@ "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", "line": 22, "column": 6, - "index": 566 + "index": 574 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", "line": 22, "column": 8, - "index": 729 + "index": 737 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx", "line": 104, "column": 14, - "index": 3611 + "index": 3615 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/SubsidyDetailViewContainer.jsx", "line": 16, "column": 10, - "index": 602 + "index": 606 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/SubsidyEditViewContainer.jsx", "line": 21, "column": 10, - "index": 655 + "index": 659 } ], "Button": [ @@ -44158,235 +44158,235 @@ "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", "line": 23, "column": 6, - "index": 593 + "index": 601 }, { "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageButton.jsx", "line": 7, "column": 2, - "index": 153 + "index": 157 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx", "line": 129, "column": 8, - "index": 4872 + "index": 4876 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx", "line": 260, "column": 6, - "index": 11417 + "index": 11421 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/EditButton.jsx", "line": 17, "column": 4, - "index": 461 + "index": 465 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", "line": 29, "column": 6, - "index": 772 + "index": 776 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", "line": 54, "column": 12, - "index": 1394 + "index": 1398 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentIndexPage.jsx", "line": 101, "column": 10, - "index": 3357 + "index": 3361 }, { "filePath": "src/ProgramEnrollments/LinkProgramEnrollments.jsx", "line": 76, "column": 10, - "index": 2374 + "index": 2378 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 157, "column": 10, - "index": 5137 + "index": 5141 }, { "filePath": "src/userMessages/Alert.jsx", "line": 49, "column": 22, - "index": 1254 + "index": 1258 }, { "filePath": "src/users/account-actions/CancelRetirement.jsx", "line": 48, "column": 6, - "index": 1414 + "index": 1418 }, { "filePath": "src/users/account-actions/CancelRetirement.jsx", "line": 80, "column": 18, - "index": 2381 + "index": 2385 }, { "filePath": "src/users/account-actions/PasswordHistory.jsx", "line": 48, "column": 8, - "index": 1182 + "index": 1186 }, { "filePath": "src/users/account-actions/ResetPassword.jsx", "line": 51, "column": 6, - "index": 1503 + "index": 1507 }, { "filePath": "src/users/account-actions/ResetPassword.jsx", "line": 82, "column": 16, - "index": 2435 + "index": 2439 }, { "filePath": "src/users/account-actions/RetireUser.jsx", "line": 61, "column": 6, - "index": 1910 + "index": 1914 }, { "filePath": "src/users/account-actions/RetireUser.jsx", "line": 94, "column": 16, - "index": 2879 + "index": 2883 }, { "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", "line": 28, "column": 6, - "index": 734 + "index": 738 }, { "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", "line": 70, "column": 12, - "index": 2341 + "index": 2345 }, { "filePath": "src/users/CourseReset.jsx", "line": 112, "column": 10, - "index": 3089 + "index": 3093 }, { "filePath": "src/users/CourseReset.jsx", "line": 127, "column": 16, - "index": 3451 + "index": 3455 }, { "filePath": "src/users/CourseReset.jsx", "line": 134, "column": 16, - "index": 3691 + "index": 3695 }, { "filePath": "src/users/CourseReset.jsx", "line": 165, "column": 8, - "index": 4652 + "index": 4656 }, { "filePath": "src/users/enrollments/Certificates.jsx", "line": 159, "column": 24, - "index": 4984 + "index": 4988 }, { "filePath": "src/users/enrollments/Certificates.jsx", "line": 169, "column": 24, - "index": 5382 + "index": 5386 }, { "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", "line": 166, "column": 14, - "index": 4563 + "index": 4567 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 126, "column": 14, - "index": 3485 + "index": 3489 }, { "filePath": "src/users/enrollments/Enrollments.jsx", "line": 291, "column": 8, - "index": 9339 + "index": 9343 }, { "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", "line": 128, "column": 14, - "index": 3624 + "index": 3628 }, { "filePath": "src/users/entitlements/Entitlements.jsx", "line": 250, "column": 8, - "index": 7917 + "index": 7921 }, { "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", "line": 123, "column": 14, - "index": 3398 + "index": 3402 }, { "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", "line": 121, "column": 14, - "index": 3344 + "index": 3348 }, { "filePath": "src/users/LearnerCredentials.jsx", "line": 26, "column": 10, - "index": 813 + "index": 817 }, { "filePath": "src/users/LearnerCredentials.jsx", "line": 52, "column": 8, - "index": 1447 + "index": 1451 }, { "filePath": "src/users/LearnerRecords.jsx", "line": 73, "column": 18, - "index": 2311 + "index": 2315 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 115, "column": 14, - "index": 3496 + "index": 3500 }, { "filePath": "src/users/UserSearch.jsx", "line": 22, "column": 8, - "index": 679 + "index": 683 }, { "filePath": "src/users/VerifiedName.jsx", "line": 55, "column": 10, - "index": 2095 + "index": 2099 } ], "Add": [ @@ -44394,7 +44394,7 @@ "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", "line": 26, "column": 20, - "index": 677 + "index": 685 } ], "Toast": [ @@ -44402,7 +44402,7 @@ "filePath": "src/Configuration/Provisioning/DashboardToast.jsx", "line": 16, "column": 4, - "index": 495 + "index": 499 } ], "Image": [ @@ -44410,7 +44410,7 @@ "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageImage.jsx", "line": 5, "column": 2, - "index": 131 + "index": 135 } ], "Form.AutosuggestOption": [ @@ -44418,25 +44418,25 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx", "line": 66, "column": 8, - "index": 2609 + "index": 2613 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx", "line": 78, "column": 10, - "index": 3169 + "index": 3173 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx", "line": 91, "column": 6, - "index": 3514 + "index": 3518 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx", "line": 67, "column": 10, - "index": 2708 + "index": 2712 } ], "Form.Group": [ @@ -44444,103 +44444,103 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx", "line": 105, "column": 8, - "index": 3936 + "index": 3940 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx", "line": 78, "column": 6, - "index": 3295 + "index": 3299 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx", "line": 107, "column": 8, - "index": 4191 + "index": 4195 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx", "line": 69, "column": 6, - "index": 2387 + "index": 2391 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx", "line": 44, "column": 6, - "index": 1478 + "index": 1482 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx", "line": 45, "column": 6, - "index": 1615 + "index": 1619 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCapAmount.jsx", "line": 48, "column": 6, - "index": 2128 + "index": 2132 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx", "line": 63, "column": 6, - "index": 2125 + "index": 2129 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx", "line": 80, "column": 6, - "index": 2575 + "index": 2579 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx", "line": 43, "column": 6, - "index": 1756 + "index": 1760 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx", "line": 46, "column": 6, - "index": 1864 + "index": 1868 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx", "line": 55, "column": 4, - "index": 2270 + "index": 2274 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInternalOnly.jsx", "line": 32, "column": 6, - "index": 1124 + "index": 1128 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx", "line": 38, "column": 6, - "index": 1320 + "index": 1324 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", "line": 72, "column": 6, - "index": 2192 + "index": 2200 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTitle.jsx", "line": 44, "column": 6, - "index": 1499 + "index": 1503 }, { "filePath": "src/users/CourseReset.jsx", "line": 146, "column": 12, - "index": 4135 + "index": 4139 } ], "Form.Autosuggest": [ @@ -44548,13 +44548,13 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormCustomCatalogDropdown.jsx", "line": 108, "column": 10, - "index": 3997 + "index": 4001 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomerDropdown.jsx", "line": 56, "column": 6, - "index": 2289 + "index": 2293 } ], "Warning": [ @@ -44562,7 +44562,7 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", "line": 34, "column": 23, - "index": 1199 + "index": 1207 } ], "Col": [ @@ -44570,79 +44570,79 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", "line": 35, "column": 12, - "index": 1252 + "index": 1260 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollment.jsx", "line": 46, "column": 18, - "index": 1599 + "index": 1603 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollment.jsx", "line": 49, "column": 18, - "index": 1758 + "index": 1762 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 168, "column": 16, - "index": 5525 + "index": 5529 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 171, "column": 16, - "index": 5619 + "index": 5623 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 178, "column": 16, - "index": 5876 + "index": 5880 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 181, "column": 16, - "index": 5967 + "index": 5971 }, { "filePath": "src/users/licenses/LicenseCard.jsx", "line": 66, "column": 12, - "index": 1731 + "index": 1735 }, { "filePath": "src/users/licenses/LicenseCard.jsx", "line": 70, "column": 12, - "index": 1922 + "index": 1926 }, { "filePath": "src/users/licenses/Licenses.jsx", "line": 36, "column": 14, - "index": 1051 + "index": 1055 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 105, "column": 12, - "index": 3092 + "index": 3096 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 108, "column": 12, - "index": 3234 + "index": 3238 }, { "filePath": "src/users/SingleSignOnRecords.jsx", "line": 45, "column": 14, - "index": 1675 + "index": 1679 } ], "Form.Control": [ @@ -44650,55 +44650,55 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx", "line": 83, "column": 8, - "index": 3421 + "index": 3425 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormAccountDetails.jsx", "line": 110, "column": 10, - "index": 4252 + "index": 4256 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx", "line": 46, "column": 8, - "index": 1583 + "index": 1587 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCapAmount.jsx", "line": 51, "column": 8, - "index": 2183 + "index": 2187 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormCustomer.jsx", "line": 51, "column": 8, - "index": 2027 + "index": 2031 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", "line": 76, "column": 8, - "index": 2317 + "index": 2325 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", "line": 84, "column": 8, - "index": 2578 + "index": 2586 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTitle.jsx", "line": 48, "column": 8, - "index": 1604 + "index": 1608 }, { "filePath": "src/users/CourseReset.jsx", "line": 147, "column": 14, - "index": 4162 + "index": 4166 } ], "Form.Label": [ @@ -44706,37 +44706,37 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx", "line": 70, "column": 8, - "index": 2427 + "index": 2431 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormDescription.jsx", "line": 45, "column": 8, - "index": 1499 + "index": 1503 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx", "line": 48, "column": 8, - "index": 1670 + "index": 1674 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx", "line": 66, "column": 8, - "index": 2180 + "index": 2184 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx", "line": 81, "column": 8, - "index": 2615 + "index": 2619 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx", "line": 39, "column": 8, - "index": 1360 + "index": 1364 } ], "Form.RadioSet": [ @@ -44744,31 +44744,31 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx", "line": 88, "column": 14, - "index": 3244 + "index": 3248 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx", "line": 49, "column": 8, - "index": 1746 + "index": 1750 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx", "line": 75, "column": 8, - "index": 2648 + "index": 2652 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx", "line": 83, "column": 8, - "index": 2731 + "index": 2735 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx", "line": 40, "column": 8, - "index": 1437 + "index": 1441 } ], "Form.Radio": [ @@ -44776,31 +44776,31 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormCatalog.jsx", "line": 95, "column": 20, - "index": 3492 + "index": 3496 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPerLearnerCap.jsx", "line": 56, "column": 12, - "index": 2006 + "index": 2010 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx", "line": 83, "column": 14, - "index": 2915 + "index": 2919 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx", "line": 105, "column": 14, - "index": 3646 + "index": 3650 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx", "line": 47, "column": 12, - "index": 1636 + "index": 1640 } ], "Spinner": [ @@ -44808,7 +44808,7 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx", "line": 93, "column": 16, - "index": 3200 + "index": 3204 } ], "Alert": [ @@ -44816,109 +44816,109 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx", "line": 9, "column": 6, - "index": 280 + "index": 288 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx", "line": 21, "column": 6, - "index": 610 + "index": 618 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 113, "column": 8, - "index": 3466 + "index": 3470 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 202, "column": 16, - "index": 6754 + "index": 6758 }, { "filePath": "src/users/account-actions/CancelRetirement.jsx", "line": 31, "column": 19, - "index": 924 + "index": 928 }, { "filePath": "src/users/account-actions/CancelRetirement.jsx", "line": 34, "column": 10, - "index": 1005 + "index": 1009 }, { "filePath": "src/users/account-actions/ResetPassword.jsx", "line": 31, "column": 19, - "index": 886 + "index": 890 }, { "filePath": "src/users/account-actions/ResetPassword.jsx", "line": 34, "column": 10, - "index": 967 + "index": 971 }, { "filePath": "src/users/account-actions/RetireUser.jsx", "line": 36, "column": 19, - "index": 994 + "index": 998 }, { "filePath": "src/users/account-actions/RetireUser.jsx", "line": 39, "column": 10, - "index": 1075 + "index": 1079 }, { "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", "line": 49, "column": 12, - "index": 1613 + "index": 1617 }, { "filePath": "src/users/CourseReset.jsx", "line": 156, "column": 14, - "index": 4440 + "index": 4444 }, { "filePath": "src/users/CourseReset.jsx", "line": 178, "column": 8, - "index": 4886 + "index": 4890 }, { "filePath": "src/users/enrollments/Certificates.jsx", "line": 119, "column": 20, - "index": 3799 + "index": 3803 }, { "filePath": "src/users/EnterpriseAssociations.jsx", "line": 40, "column": 16, - "index": 1477 + "index": 1481 }, { "filePath": "src/users/LearnerCredentials.jsx", "line": 16, "column": 6, - "index": 518 + "index": 522 }, { "filePath": "src/users/LearnerRecords.jsx", "line": 53, "column": 6, - "index": 1474 + "index": 1478 }, { "filePath": "src/users/LearnerRecords.jsx", "line": 80, "column": 18, - "index": 2631 + "index": 2635 } ], "Info": [ @@ -44926,7 +44926,7 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx", "line": 11, "column": 14, - "index": 326 + "index": 334 } ], "Alert.Heading": [ @@ -44934,13 +44934,13 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAlert.jsx", "line": 13, "column": 8, - "index": 348 + "index": 356 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx", "line": 29, "column": 8, - "index": 771 + "index": 779 } ], "WarningFilled": [ @@ -44948,7 +44948,7 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormHelpText.jsx", "line": 12, "column": 66, - "index": 376 + "index": 384 } ], "useToggle": [ @@ -44956,19 +44956,19 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx", "line": 8, "column": 28, - "index": 366 + "index": 374 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", "line": 13, "column": 32, - "index": 374 + "index": 378 }, { "filePath": "src/users/CourseReset.jsx", "line": 19, "column": 32, - "index": 614 + "index": 618 } ], "Edit": [ @@ -44976,7 +44976,7 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx", "line": 23, "column": 14, - "index": 654 + "index": 662 } ], "Form.Checkbox": [ @@ -44984,7 +44984,7 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInternalOnly.jsx", "line": 35, "column": 8, - "index": 1179 + "index": 1183 } ], "StatefulButton": [ @@ -44992,13 +44992,13 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubmissionButton.jsx", "line": 254, "column": 6, - "index": 11220 + "index": 11224 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/SaveEditsButton.jsx", "line": 248, "column": 4, - "index": 11150 + "index": 11154 } ], "IconButtonWithTooltip": [ @@ -45006,13 +45006,13 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", "line": 61, "column": 8, - "index": 1908 + "index": 1916 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx", "line": 18, "column": 10, - "index": 560 + "index": 568 } ], "InfoOutline": [ @@ -45020,13 +45020,13 @@ "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", "line": 62, "column": 15, - "index": 1946 + "index": 1954 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx", "line": 19, "column": 17, - "index": 600 + "index": 608 } ], "Check": [ @@ -45034,7 +45034,7 @@ "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx", "line": 16, "column": 21, - "index": 500 + "index": 508 } ], "ModalDialog": [ @@ -45042,91 +45042,91 @@ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", "line": 32, "column": 6, - "index": 884 + "index": 888 }, { "filePath": "src/users/account-actions/CancelRetirement.jsx", "line": 55, "column": 6, - "index": 1624 + "index": 1628 }, { "filePath": "src/users/account-actions/PasswordHistory.jsx", "line": 58, "column": 6, - "index": 1409 + "index": 1413 }, { "filePath": "src/users/account-actions/ResetPassword.jsx", "line": 58, "column": 6, - "index": 1704 + "index": 1708 }, { "filePath": "src/users/account-actions/RetireUser.jsx", "line": 70, "column": 6, - "index": 2152 + "index": 2156 }, { "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", "line": 36, "column": 6, - "index": 1070 + "index": 1074 }, { "filePath": "src/users/courseSummary/CourseSummary.jsx", "line": 146, "column": 4, - "index": 3981 + "index": 3985 }, { "filePath": "src/users/enrollments/Certificates.jsx", "line": 191, "column": 4, - "index": 5876 + "index": 5880 }, { "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", "line": 137, "column": 4, - "index": 3754 + "index": 3758 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 97, "column": 4, - "index": 2672 + "index": 2676 }, { "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", "line": 99, "column": 4, - "index": 2806 + "index": 2810 }, { "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", "line": 94, "column": 4, - "index": 2585 + "index": 2589 }, { "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", "line": 92, "column": 4, - "index": 2527 + "index": 2531 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 66, "column": 6, - "index": 1918 + "index": 1922 }, { "filePath": "src/users/VerifiedName.jsx", "line": 148, "column": 6, - "index": 4666 + "index": 4670 } ], "ModalDialog.Header": [ @@ -45134,91 +45134,91 @@ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", "line": 40, "column": 8, - "index": 1068 + "index": 1072 }, { "filePath": "src/users/account-actions/CancelRetirement.jsx", "line": 62, "column": 8, - "index": 1828 + "index": 1832 }, { "filePath": "src/users/account-actions/PasswordHistory.jsx", "line": 65, "column": 8, - "index": 1614 + "index": 1618 }, { "filePath": "src/users/account-actions/ResetPassword.jsx", "line": 65, "column": 8, - "index": 1899 + "index": 1903 }, { "filePath": "src/users/account-actions/RetireUser.jsx", "line": 77, "column": 8, - "index": 2333 + "index": 2337 }, { "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", "line": 42, "column": 8, - "index": 1259 + "index": 1263 }, { "filePath": "src/users/courseSummary/CourseSummary.jsx", "line": 156, "column": 6, - "index": 4183 + "index": 4187 }, { "filePath": "src/users/enrollments/Certificates.jsx", "line": 201, "column": 6, - "index": 6075 + "index": 6079 }, { "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", "line": 148, "column": 6, - "index": 4000 + "index": 4004 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 108, "column": 6, - "index": 2918 + "index": 2922 }, { "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", "line": 110, "column": 6, - "index": 3053 + "index": 3057 }, { "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", "line": 105, "column": 6, - "index": 2832 + "index": 2836 }, { "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", "line": 103, "column": 6, - "index": 2776 + "index": 2780 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 72, "column": 8, - "index": 2102 + "index": 2106 }, { "filePath": "src/users/VerifiedName.jsx", "line": 157, "column": 8, - "index": 4888 + "index": 4892 } ], "ModalDialog.Title": [ @@ -45226,91 +45226,91 @@ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", "line": 41, "column": 10, - "index": 1099 + "index": 1103 }, { "filePath": "src/users/account-actions/CancelRetirement.jsx", "line": 63, "column": 10, - "index": 1876 + "index": 1880 }, { "filePath": "src/users/account-actions/PasswordHistory.jsx", "line": 66, "column": 10, - "index": 1662 + "index": 1666 }, { "filePath": "src/users/account-actions/ResetPassword.jsx", "line": 66, "column": 10, - "index": 1952 + "index": 1956 }, { "filePath": "src/users/account-actions/RetireUser.jsx", "line": 78, "column": 10, - "index": 2386 + "index": 2390 }, { "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", "line": 43, "column": 10, - "index": 1313 + "index": 1317 }, { "filePath": "src/users/courseSummary/CourseSummary.jsx", "line": 157, "column": 8, - "index": 4229 + "index": 4233 }, { "filePath": "src/users/enrollments/Certificates.jsx", "line": 202, "column": 8, - "index": 6121 + "index": 6125 }, { "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", "line": 149, "column": 8, - "index": 4046 + "index": 4050 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 109, "column": 8, - "index": 2964 + "index": 2968 }, { "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", "line": 111, "column": 8, - "index": 3099 + "index": 3103 }, { "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", "line": 106, "column": 8, - "index": 2878 + "index": 2882 }, { "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", "line": 104, "column": 8, - "index": 2822 + "index": 2826 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 73, "column": 10, - "index": 2150 + "index": 2154 }, { "filePath": "src/users/VerifiedName.jsx", "line": 158, "column": 10, - "index": 4936 + "index": 4940 } ], "ModalDialog.Body": [ @@ -45318,91 +45318,91 @@ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", "line": 46, "column": 8, - "index": 1222 + "index": 1226 }, { "filePath": "src/users/account-actions/CancelRetirement.jsx", "line": 67, "column": 8, - "index": 2019 + "index": 2023 }, { "filePath": "src/users/account-actions/PasswordHistory.jsx", "line": 70, "column": 8, - "index": 1810 + "index": 1814 }, { "filePath": "src/users/account-actions/ResetPassword.jsx", "line": 70, "column": 8, - "index": 2092 + "index": 2096 }, { "filePath": "src/users/account-actions/RetireUser.jsx", "line": 82, "column": 8, - "index": 2536 + "index": 2540 }, { "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", "line": 47, "column": 8, - "index": 1549 + "index": 1553 }, { "filePath": "src/users/courseSummary/CourseSummary.jsx", "line": 165, "column": 6, - "index": 4501 + "index": 4505 }, { "filePath": "src/users/enrollments/Certificates.jsx", "line": 206, "column": 6, - "index": 6250 + "index": 6254 }, { "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", "line": 153, "column": 6, - "index": 4181 + "index": 4185 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 113, "column": 6, - "index": 3103 + "index": 3107 }, { "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", "line": 115, "column": 6, - "index": 3239 + "index": 3243 }, { "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", "line": 110, "column": 6, - "index": 3014 + "index": 3018 }, { "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", "line": 108, "column": 6, - "index": 2959 + "index": 2963 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 77, "column": 8, - "index": 2287 + "index": 2291 }, { "filePath": "src/users/VerifiedName.jsx", "line": 162, "column": 8, - "index": 5083 + "index": 5087 } ], "ModalDialog.Footer": [ @@ -45410,91 +45410,91 @@ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", "line": 52, "column": 8, - "index": 1339 + "index": 1343 }, { "filePath": "src/users/account-actions/CancelRetirement.jsx", "line": 70, "column": 8, - "index": 2113 + "index": 2117 }, { "filePath": "src/users/account-actions/PasswordHistory.jsx", "line": 77, "column": 8, - "index": 2055 + "index": 2059 }, { "filePath": "src/users/account-actions/ResetPassword.jsx", "line": 73, "column": 8, - "index": 2186 + "index": 2190 }, { "filePath": "src/users/account-actions/RetireUser.jsx", "line": 85, "column": 8, - "index": 2630 + "index": 2634 }, { "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", "line": 63, "column": 8, - "index": 2147 + "index": 2151 }, { "filePath": "src/users/courseSummary/CourseSummary.jsx", "line": 168, "column": 6, - "index": 4603 + "index": 4607 }, { "filePath": "src/users/enrollments/Certificates.jsx", "line": 209, "column": 6, - "index": 6328 + "index": 6332 }, { "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", "line": 156, "column": 6, - "index": 4263 + "index": 4267 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 116, "column": 6, - "index": 3185 + "index": 3189 }, { "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", "line": 118, "column": 6, - "index": 3323 + "index": 3327 }, { "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", "line": 113, "column": 6, - "index": 3097 + "index": 3101 }, { "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", "line": 111, "column": 6, - "index": 3043 + "index": 3047 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 85, "column": 8, - "index": 2520 + "index": 2524 }, { "filePath": "src/users/VerifiedName.jsx", "line": 169, "column": 8, - "index": 5299 + "index": 5303 } ], "ModalDialog.CloseButton": [ @@ -45502,91 +45502,91 @@ "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", "line": 55, "column": 12, - "index": 1514 + "index": 1518 }, { "filePath": "src/users/account-actions/CancelRetirement.jsx", "line": 72, "column": 12, - "index": 2168 + "index": 2172 }, { "filePath": "src/users/account-actions/PasswordHistory.jsx", "line": 79, "column": 12, - "index": 2110 + "index": 2114 }, { "filePath": "src/users/account-actions/ResetPassword.jsx", "line": 75, "column": 12, - "index": 2241 + "index": 2245 }, { "filePath": "src/users/account-actions/RetireUser.jsx", "line": 87, "column": 12, - "index": 2685 + "index": 2689 }, { "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", "line": 65, "column": 12, - "index": 2202 + "index": 2206 }, { "filePath": "src/users/courseSummary/CourseSummary.jsx", "line": 170, "column": 10, - "index": 4654 + "index": 4658 }, { "filePath": "src/users/enrollments/Certificates.jsx", "line": 211, "column": 10, - "index": 6379 + "index": 6383 }, { "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", "line": 158, "column": 10, - "index": 4314 + "index": 4318 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 118, "column": 10, - "index": 3236 + "index": 3240 }, { "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", "line": 120, "column": 10, - "index": 3374 + "index": 3378 }, { "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", "line": 115, "column": 10, - "index": 3148 + "index": 3152 }, { "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", "line": 113, "column": 10, - "index": 3094 + "index": 3098 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 87, "column": 12, - "index": 2575 + "index": 2579 }, { "filePath": "src/users/VerifiedName.jsx", "line": 171, "column": 12, - "index": 5354 + "index": 5358 } ], "Row": [ @@ -45594,49 +45594,49 @@ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollment.jsx", "line": 45, "column": 16, - "index": 1575 + "index": 1579 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 167, "column": 14, - "index": 5467 + "index": 5471 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 177, "column": 14, - "index": 5812 + "index": 5816 }, { "filePath": "src/users/licenses/LicenseCard.jsx", "line": 65, "column": 10, - "index": 1713 + "index": 1717 }, { "filePath": "src/users/licenses/Licenses.jsx", "line": 34, "column": 10, - "index": 966 + "index": 970 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 104, "column": 10, - "index": 3074 + "index": 3078 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 113, "column": 10, - "index": 3438 + "index": 3442 }, { "filePath": "src/users/SingleSignOnRecords.jsx", "line": 43, "column": 10, - "index": 1593 + "index": 1597 } ], "Card": [ @@ -45644,19 +45644,19 @@ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", "line": 10, "column": 4, - "index": 238 + "index": 242 }, { "filePath": "src/users/licenses/LicenseCard.jsx", "line": 56, "column": 6, - "index": 1459 + "index": 1463 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 95, "column": 6, - "index": 2782 + "index": 2786 } ], "Card.Header": [ @@ -45664,31 +45664,31 @@ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", "line": 11, "column": 6, - "index": 251 + "index": 255 }, { "filePath": "src/users/licenses/LicenseCard.jsx", "line": 57, "column": 8, - "index": 1507 + "index": 1511 }, { "filePath": "src/users/licenses/LicenseCard.jsx", "line": 75, "column": 8, - "index": 2117 + "index": 2121 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 96, "column": 8, - "index": 2830 + "index": 2834 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 126, "column": 8, - "index": 3764 + "index": 3768 } ], "Card.Section": [ @@ -45696,31 +45696,31 @@ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", "line": 21, "column": 6, - "index": 530 + "index": 534 }, { "filePath": "src/users/licenses/LicenseCard.jsx", "line": 64, "column": 8, - "index": 1688 + "index": 1692 }, { "filePath": "src/users/licenses/LicenseCard.jsx", "line": 83, "column": 8, - "index": 2275 + "index": 2279 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 103, "column": 8, - "index": 3049 + "index": 3053 }, { "filePath": "src/users/SingleSignOnRecordCard.jsx", "line": 134, "column": 8, - "index": 3921 + "index": 3925 } ], "Card.Footer": [ @@ -45728,7 +45728,7 @@ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", "line": 39, "column": 6, - "index": 957 + "index": 961 } ], "Input": [ @@ -45736,103 +45736,103 @@ "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentIndexPage.jsx", "line": 100, "column": 10, - "index": 3235 + "index": 3239 }, { "filePath": "src/ProgramEnrollments/LinkProgramEnrollments.jsx", "line": 51, "column": 12, - "index": 1563 + "index": 1567 }, { "filePath": "src/ProgramEnrollments/LinkProgramEnrollments.jsx", "line": 66, "column": 12, - "index": 2045 + "index": 2049 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 121, "column": 14, - "index": 3771 + "index": 3775 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 134, "column": 14, - "index": 4270 + "index": 4274 }, { "filePath": "src/ProgramEnrollments/ProgramInspector/ProgramInspector.jsx", "line": 145, "column": 14, - "index": 4693 + "index": 4697 }, { "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", "line": 55, "column": 12, - "index": 1920 + "index": 1924 }, { "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", "line": 122, "column": 8, - "index": 3425 + "index": 3429 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 58, "column": 8, - "index": 1722 + "index": 1726 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 84, "column": 8, - "index": 2406 + "index": 2410 }, { "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", "line": 63, "column": 6, - "index": 1839 + "index": 1843 }, { "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", "line": 73, "column": 6, - "index": 2108 + "index": 2112 }, { "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", "line": 87, "column": 6, - "index": 2567 + "index": 2571 }, { "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", "line": 80, "column": 6, - "index": 2289 + "index": 2293 }, { "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", "line": 78, "column": 6, - "index": 2231 + "index": 2235 }, { "filePath": "src/users/EntitlementsAndEnrollmentsContainer.jsx", "line": 15, "column": 8, - "index": 480 + "index": 484 }, { "filePath": "src/users/UserSearch.jsx", "line": 21, "column": 8, - "index": 547 + "index": 551 } ], "Tabs": [ @@ -45840,19 +45840,19 @@ "filePath": "src/ProgramEnrollments/ProgramEnrollmentsIndexPage.jsx", "line": 20, "column": 4, - "index": 618 + "index": 622 }, { "filePath": "src/SupportToolsTab/SupportToolsTab.jsx", "line": 47, "column": 8, - "index": 1568 + "index": 1572 }, { "filePath": "src/users/LearnerInformation.jsx", "line": 19, "column": 6, - "index": 641 + "index": 645 } ], "Tab": [ @@ -45860,73 +45860,73 @@ "filePath": "src/ProgramEnrollments/ProgramEnrollmentsIndexPage.jsx", "line": 21, "column": 6, - "index": 694 + "index": 698 }, { "filePath": "src/ProgramEnrollments/ProgramEnrollmentsIndexPage.jsx", "line": 25, "column": 6, - "index": 838 + "index": 842 }, { "filePath": "src/SupportToolsTab/SupportToolsTab.jsx", "line": 57, "column": 10, - "index": 1862 + "index": 1866 }, { "filePath": "src/SupportToolsTab/SupportToolsTab.jsx", "line": 62, "column": 10, - "index": 2016 + "index": 2020 }, { "filePath": "src/SupportToolsTab/SupportToolsTab.jsx", "line": 69, "column": 10, - "index": 2244 + "index": 2248 }, { "filePath": "src/users/LearnerInformation.jsx", "line": 23, "column": 8, - "index": 736 + "index": 740 }, { "filePath": "src/users/LearnerInformation.jsx", "line": 31, "column": 8, - "index": 936 + "index": 940 }, { "filePath": "src/users/LearnerInformation.jsx", "line": 36, "column": 8, - "index": 1123 + "index": 1127 }, { "filePath": "src/users/LearnerInformation.jsx", "line": 41, "column": 8, - "index": 1277 + "index": 1281 }, { "filePath": "src/users/LearnerInformation.jsx", "line": 52, "column": 8, - "index": 1530 + "index": 1534 }, { "filePath": "src/users/LearnerInformation.jsx", "line": 57, "column": 8, - "index": 1686 + "index": 1690 }, { "filePath": "src/users/LearnerInformation.jsx", "line": 61, "column": 8, - "index": 1829 + "index": 1833 } ], "Dropdown": [ @@ -45934,25 +45934,25 @@ "filePath": "src/supportHeader/DesktopHeader.jsx", "line": 54, "column": 6, - "index": 1367 + "index": 1371 }, { "filePath": "src/supportHeader/MobileHeader.jsx", "line": 56, "column": 6, - "index": 1326 + "index": 1330 }, { "filePath": "src/users/enrollments/Enrollments.jsx", "line": 90, "column": 8, - "index": 3548 + "index": 3552 }, { "filePath": "src/users/entitlements/Entitlements.jsx", "line": 104, "column": 8, - "index": 3729 + "index": 3733 } ], "Dropdown.Toggle": [ @@ -45960,25 +45960,25 @@ "filePath": "src/supportHeader/DesktopHeader.jsx", "line": 55, "column": 8, - "index": 1386 + "index": 1390 }, { "filePath": "src/supportHeader/MobileHeader.jsx", "line": 57, "column": 8, - "index": 1345 + "index": 1349 }, { "filePath": "src/users/enrollments/Enrollments.jsx", "line": 91, "column": 10, - "index": 3569 + "index": 3573 }, { "filePath": "src/users/entitlements/Entitlements.jsx", "line": 105, "column": 10, - "index": 3750 + "index": 3754 } ], "AvatarButton": [ @@ -45986,13 +45986,13 @@ "filePath": "src/supportHeader/DesktopHeader.jsx", "line": 55, "column": 65, - "index": 1443 + "index": 1447 }, { "filePath": "src/supportHeader/MobileHeader.jsx", "line": 57, "column": 57, - "index": 1394 + "index": 1398 } ], "Dropdown.Menu": [ @@ -46000,25 +46000,25 @@ "filePath": "src/supportHeader/DesktopHeader.jsx", "line": 59, "column": 8, - "index": 1528 + "index": 1532 }, { "filePath": "src/supportHeader/MobileHeader.jsx", "line": 61, "column": 8, - "index": 1479 + "index": 1483 }, { "filePath": "src/users/enrollments/Enrollments.jsx", "line": 94, "column": 10, - "index": 3659 + "index": 3663 }, { "filePath": "src/users/entitlements/Entitlements.jsx", "line": 108, "column": 10, - "index": 3840 + "index": 3844 } ], "Dropdown.Item": [ @@ -46026,49 +46026,49 @@ "filePath": "src/supportHeader/DesktopHeader.jsx", "line": 70, "column": 6, - "index": 1815 + "index": 1819 }, { "filePath": "src/supportHeader/DesktopHeader.jsx", "line": 78, "column": 6, - "index": 2077 + "index": 2081 }, { "filePath": "src/supportHeader/MobileHeader.jsx", "line": 72, "column": 6, - "index": 1766 + "index": 1770 }, { "filePath": "src/supportHeader/MobileHeader.jsx", "line": 80, "column": 6, - "index": 2028 + "index": 2032 }, { "filePath": "src/users/enrollments/Enrollments.jsx", "line": 95, "column": 12, - "index": 3687 + "index": 3691 }, { "filePath": "src/users/enrollments/Enrollments.jsx", "line": 104, "column": 12, - "index": 3957 + "index": 3961 }, { "filePath": "src/users/entitlements/Entitlements.jsx", "line": 109, "column": 12, - "index": 3868 + "index": 3872 }, { "filePath": "src/users/entitlements/Entitlements.jsx", "line": 121, "column": 12, - "index": 4307 + "index": 4311 } ], "AlertModal": [ @@ -46076,7 +46076,7 @@ "filePath": "src/users/CourseReset.jsx", "line": 120, "column": 10, - "index": 3257 + "index": 3261 } ], "InputSelect": [ @@ -46084,25 +46084,25 @@ "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", "line": 102, "column": 8, - "index": 2909 + "index": 2913 }, { "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", "line": 112, "column": 8, - "index": 3166 + "index": 3170 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 66, "column": 8, - "index": 1951 + "index": 1955 }, { "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", "line": 75, "column": 8, - "index": 2175 + "index": 2179 } ], "TransitionReplace": [ @@ -46110,31 +46110,31 @@ "filePath": "src/users/enrollments/Enrollments.jsx", "line": 317, "column": 6, - "index": 10103 + "index": 10107 }, { "filePath": "src/users/enrollments/Enrollments.jsx", "line": 331, "column": 6, - "index": 10573 + "index": 10577 }, { "filePath": "src/users/entitlements/Entitlements.jsx", "line": 277, "column": 6, - "index": 8673 + "index": 8677 }, { "filePath": "src/users/entitlements/Entitlements.jsx", "line": 291, "column": 6, - "index": 9144 + "index": 9148 }, { "filePath": "src/users/LearnerCredentials.jsx", "line": 23, "column": 4, - "index": 754 + "index": 758 } ], "OverlayTrigger": [ @@ -46142,7 +46142,7 @@ "filePath": "src/users/VerifiedName.jsx", "line": 43, "column": 8, - "index": 1544 + "index": 1548 } ], "Popover": [ @@ -46150,7 +46150,7 @@ "filePath": "src/users/VerifiedName.jsx", "line": 47, "column": 12, - "index": 1647 + "index": 1651 } ], "Popover.Title": [ @@ -46158,7 +46158,7 @@ "filePath": "src/users/VerifiedName.jsx", "line": 48, "column": 14, - "index": 1745 + "index": 1749 } ], "Popover.Content": [ @@ -46166,7 +46166,7 @@ "filePath": "src/users/VerifiedName.jsx", "line": 49, "column": 14, - "index": 1864 + "index": 1868 } ] } @@ -46216,9 +46216,9 @@ "Dropdown": [ { "filePath": "src/DesktopHeader.jsx", - "line": 86, + "line": 88, "column": 6, - "index": 2135 + "index": 2275 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -46230,9 +46230,9 @@ "Dropdown.Toggle": [ { "filePath": "src/DesktopHeader.jsx", - "line": 87, + "line": 89, "column": 8, - "index": 2154 + "index": 2294 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -46244,23 +46244,23 @@ "AvatarButton": [ { "filePath": "src/DesktopHeader.jsx", - "line": 89, + "line": 91, "column": 14, - "index": 2214 + "index": 2354 }, { "filePath": "src/MobileHeader.jsx", - "line": 171, + "line": 178, "column": 21, - "index": 5517 + "index": 5873 } ], "Dropdown.Menu": [ { "filePath": "src/DesktopHeader.jsx", - "line": 95, + "line": 97, "column": 8, - "index": 2409 + "index": 2549 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -46272,15 +46272,15 @@ "Dropdown.Item": [ { "filePath": "src/DesktopHeader.jsx", - "line": 97, + "line": 99, "column": 12, - "index": 2480 + "index": 2620 }, { "filePath": "src/DesktopHeader.jsx", - "line": 114, + "line": 118, "column": 16, - "index": 3134 + "index": 3365 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -46346,17 +46346,17 @@ "Dropdown.Header": [ { "filePath": "src/DesktopHeader.jsx", - "line": 110, + "line": 113, "column": 32, - "index": 2944 + "index": 3116 } ], "Dropdown.Divider": [ { "filePath": "src/DesktopHeader.jsx", - "line": 123, + "line": 127, "column": 46, - "index": 3502 + "index": 3733 } ], "Badge": [ From ca07177bdeec120585e937a005d6bb4a132b421b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 10:12:29 -0400 Subject: [PATCH 064/160] docs: update dependent-usage.json (#3162) --- dependent-usage.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index ff6e6216ce..838bc2e422 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722607669527, + "lastModified": 1722694058396, "projectUsages": [ { "version": "22.7.0", @@ -14660,7 +14660,7 @@ "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 161, "column": 22, - "index": 4903 + "index": 4901 }, { "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx", @@ -16270,7 +16270,7 @@ "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 156, "column": 22, - "index": 4733 + "index": 4731 }, { "filePath": "src/course-outline/card-header/StatusBadge.jsx", @@ -20274,7 +20274,7 @@ "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarHeader.jsx", "line": 21, "column": 4, - "index": 577 + "index": 571 }, { "filePath": "src/content-tags-drawer/TagsTree.jsx", @@ -22100,7 +22100,7 @@ "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 153, "column": 18, - "index": 4612 + "index": 4610 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", @@ -22950,55 +22950,55 @@ "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 160, "column": 16, - "index": 4866 + "index": 4864 }, { "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 170, "column": 14, - "index": 5324 + "index": 5322 }, { "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 177, "column": 14, - "index": 5624 + "index": 5622 }, { "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 184, "column": 16, - "index": 5960 + "index": 5958 }, { "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 193, "column": 16, - "index": 6313 + "index": 6311 }, { "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 198, "column": 16, - "index": 6514 + "index": 6512 }, { "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 207, "column": 18, - "index": 6863 + "index": 6861 }, { "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 214, "column": 18, - "index": 7192 + "index": 7190 }, { "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 224, "column": 16, - "index": 7602 + "index": 7600 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", @@ -23620,7 +23620,7 @@ "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 148, "column": 10, - "index": 4307 + "index": 4305 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", @@ -23730,7 +23730,7 @@ "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 149, "column": 12, - "index": 4406 + "index": 4404 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", @@ -23828,7 +23828,7 @@ "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 154, "column": 19, - "index": 4643 + "index": 4641 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", @@ -23842,7 +23842,7 @@ "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 158, "column": 12, - "index": 4766 + "index": 4764 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", From f9e3f368cec2ff12d8e877e5950871cf9dbe9594 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 10:12:30 -0400 Subject: [PATCH 065/160] docs: update dependent-usage.json (#3164) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 838bc2e422..ccd3093894 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722694058396, + "lastModified": 1722780456975, "projectUsages": [ { "version": "22.7.0", From 717fd68906f4be8851619e0ab010bd6674951cb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:12:56 -0400 Subject: [PATCH 066/160] docs: update dependent-usage.json (#3166) --- dependent-usage.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index ccd3093894..98df2c2bc7 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722780456975, + "lastModified": 1722866882334, "projectUsages": [ { "version": "22.7.0", @@ -16546,19 +16546,19 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 69, "column": 28, - "index": 2282 + "index": 2268 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 81, "column": 44, - "index": 2788 + "index": 2774 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 109, "column": 22, - "index": 3985 + "index": 3971 }, { "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", @@ -18234,7 +18234,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 63, "column": 12, - "index": 2074 + "index": 2060 }, { "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", @@ -18612,19 +18612,19 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 64, "column": 14, - "index": 2100 + "index": 2086 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 83, "column": 12, - "index": 2901 + "index": 2887 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 118, - "column": 10, - "index": 4265 + "line": 117, + "column": 8, + "index": 4190 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -22166,13 +22166,13 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 66, "column": 18, - "index": 2174 + "index": 2160 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 81, "column": 14, - "index": 2758 + "index": 2744 }, { "filePath": "src/generic/CollapsableEditor.jsx", @@ -22346,7 +22346,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 80, "column": 14, - "index": 2723 + "index": 2709 }, { "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", @@ -23260,7 +23260,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 102, "column": 18, - "index": 3632 + "index": 3618 }, { "filePath": "src/generic/CollapsableEditor.jsx", @@ -23292,7 +23292,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 105, "column": 20, - "index": 3756 + "index": 3742 }, { "filePath": "src/generic/CollapsableEditor.jsx", @@ -23502,7 +23502,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 54, "column": 4, - "index": 1876 + "index": 1862 } ], "Collapsible": [ @@ -23564,7 +23564,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 81, "column": 55, - "index": 2799 + "index": 2785 }, { "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", @@ -25260,7 +25260,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 70, "column": 25, - "index": 2313 + "index": 2299 } ], "ChevronRight": [ @@ -25268,7 +25268,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 109, "column": 33, - "index": 3996 + "index": 3982 } ], "WarningFilled": [ From bf2bc21a395b10a63d06c901a26bf81bcf428dac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:13:10 -0400 Subject: [PATCH 067/160] docs: update dependent-usage.json (#3168) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 98df2c2bc7..8434f1478a 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722866882334, + "lastModified": 1722953297155, "projectUsages": [ { "version": "22.7.0", From db5c1a06ef177a1bbfe9aa6662c308f4d5a1a50b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:17:19 -0400 Subject: [PATCH 068/160] docs: update dependent-usage.json (#3172) --- dependent-usage.json | 388 +++++++++++++++++++++++++++++++------------ 1 file changed, 281 insertions(+), 107 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 8434f1478a..a115080903 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1722953297155, + "lastModified": 1723039700246, "projectUsages": [ { "version": "22.7.0", @@ -43754,6 +43754,12 @@ "column": 4, "index": 448 }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", + "line": 52, + "column": 4, + "index": 1238 + }, { "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageContainer.jsx", "line": 27, @@ -43792,6 +43798,12 @@ "column": 6, "index": 531 }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 31, + "column": 2, + "index": 906 + }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", "line": 33, @@ -43824,6 +43836,18 @@ "column": 10, "index": 602 }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", + "line": 25, + "column": 8, + "index": 664 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", + "line": 38, + "column": 8, + "index": 1020 + }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", "line": 12, @@ -43891,15 +43915,225 @@ "index": 4402 } ], - "DataTable.FilterStatus": [ + "Icon": [ { - "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx", - "line": 20, - "column": 31, - "index": 869 + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", + "line": 53, + "column": 10, + "index": 1491 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", + "line": 75, + "column": 6, + "index": 1972 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", + "line": 84, + "column": 6, + "index": 2163 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", + "line": 93, + "column": 6, + "index": 2356 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 11, + "column": 11, + "index": 426 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 18, + "column": 11, + "index": 599 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 25, + "column": 11, + "index": 780 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 54, + "column": 6, + "index": 1718 + }, + { + "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", + "line": 45, + "column": 16, + "index": 1519 + }, + { + "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", + "line": 34, + "column": 12, + "index": 1196 + }, + { + "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormHelpText.jsx", + "line": 12, + "column": 55, + "index": 373 + }, + { + "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", + "line": 66, + "column": 18, + "index": 2080 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx", + "line": 16, + "column": 10, + "index": 497 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx", + "line": 23, + "column": 20, + "index": 742 + } + ], + "ContentCopy": [ + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", + "line": 55, + "column": 17, + "index": 1544 + } + ], + "Toast": [ + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", + "line": 61, + "column": 6, + "index": 1698 + }, + { + "filePath": "src/Configuration/Provisioning/DashboardToast.jsx", + "line": 16, + "column": 4, + "index": 499 + } + ], + "Check": [ + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", + "line": 75, + "column": 17, + "index": 1983 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", + "line": 84, + "column": 17, + "index": 2174 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", + "line": 93, + "column": 17, + "index": 2367 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 11, + "column": 22, + "index": 437 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 18, + "column": 22, + "index": 610 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 25, + "column": 22, + "index": 791 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx", + "line": 16, + "column": 21, + "index": 508 + } + ], + "OverlayTrigger": [ + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 39, + "column": 4, + "index": 1232 + }, + { + "filePath": "src/users/VerifiedName.jsx", + "line": 43, + "column": 8, + "index": 1548 + } + ], + "Tooltip": [ + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 43, + "column": 8, + "index": 1331 + } + ], + "InfoOutline": [ + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 54, + "column": 27, + "index": 1739 + }, + { + "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", + "line": 62, + "column": 15, + "index": 1954 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx", + "line": 19, + "column": 17, + "index": 608 } ], "DataTable": [ + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 64, + "column": 6, + "index": 2046 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", + "line": 55, + "column": 8, + "index": 1333 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", + "line": 70, + "column": 22, + "index": 1830 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", + "line": 71, + "column": 20, + "index": 1871 + }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx", "line": 49, @@ -43913,6 +44147,22 @@ "index": 1860 } ], + "DataTable.Table": [ + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", + "line": 86, + "column": 8, + "index": 2626 + } + ], + "DataTable.FilterStatus": [ + { + "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx", + "line": 20, + "column": 31, + "index": 869 + } + ], "Badge": [ { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableBadges.jsx", @@ -43955,44 +44205,6 @@ "index": 1490 } ], - "Icon": [ - { - "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", - "line": 45, - "column": 16, - "index": 1519 - }, - { - "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", - "line": 34, - "column": 12, - "index": 1196 - }, - { - "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormHelpText.jsx", - "line": 12, - "column": 55, - "index": 373 - }, - { - "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", - "line": 66, - "column": 18, - "index": 2080 - }, - { - "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx", - "line": 16, - "column": 10, - "index": 497 - }, - { - "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx", - "line": 23, - "column": 20, - "index": 742 - } - ], "ActionRow": [ { "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", @@ -44397,14 +44609,6 @@ "index": 685 } ], - "Toast": [ - { - "filePath": "src/Configuration/Provisioning/DashboardToast.jsx", - "line": 16, - "column": 4, - "index": 499 - } - ], "Image": [ { "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageImage.jsx", @@ -45015,28 +45219,6 @@ "index": 568 } ], - "InfoOutline": [ - { - "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", - "line": 62, - "column": 15, - "index": 1954 - }, - { - "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx", - "line": 19, - "column": 17, - "index": 608 - } - ], - "Check": [ - { - "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx", - "line": 16, - "column": 21, - "index": 508 - } - ], "ModalDialog": [ { "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", @@ -46137,14 +46319,6 @@ "index": 758 } ], - "OverlayTrigger": [ - { - "filePath": "src/users/VerifiedName.jsx", - "line": 43, - "column": 8, - "index": 1548 - } - ], "Popover": [ { "filePath": "src/users/VerifiedName.jsx", @@ -47038,7 +47212,7 @@ "filePath": "src/LearningTypeRadioFacet.jsx", "line": 35, "column": 6, - "index": 1524 + "index": 1538 } ], "Dropdown.Toggle": [ @@ -47052,7 +47226,7 @@ "filePath": "src/LearningTypeRadioFacet.jsx", "line": 36, "column": 8, - "index": 1582 + "index": 1596 } ], "Dropdown.Menu": [ @@ -47066,7 +47240,7 @@ "filePath": "src/LearningTypeRadioFacet.jsx", "line": 47, "column": 8, - "index": 1991 + "index": 2005 } ], "Dropdown.Item": [ @@ -47080,31 +47254,31 @@ "filePath": "src/LearningTypeRadioFacet.jsx", "line": 48, "column": 10, - "index": 2017 + "index": 2031 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 64, "column": 10, - "index": 2732 + "index": 2746 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 80, "column": 10, - "index": 3502 + "index": 3516 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 100, "column": 14, - "index": 4514 + "index": 4528 }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 120, - "column": 14, - "index": 5439 + "line": 119, + "column": 10, + "index": 5420 } ], "Input": [ @@ -47118,31 +47292,31 @@ "filePath": "src/LearningTypeRadioFacet.jsx", "line": 49, "column": 12, - "index": 2104 + "index": 2118 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 65, "column": 12, - "index": 2819 + "index": 2833 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 81, "column": 12, - "index": 3589 + "index": 3603 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 101, "column": 16, - "index": 4605 + "index": 4619 }, { "filePath": "src/LearningTypeRadioFacet.jsx", - "line": 121, - "column": 16, - "index": 5530 + "line": 120, + "column": 12, + "index": 5507 }, { "filePath": "src/TypeaheadFacetDropdown.jsx", @@ -53390,9 +53564,9 @@ "SearchField.Advanced": [ { "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx", - "line": 103, + "line": 105, "column": 6, - "index": 3282 + "index": 3415 }, { "filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx", @@ -53422,9 +53596,9 @@ "SearchField.Input": [ { "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx", - "line": 120, + "line": 122, "column": 10, - "index": 4098 + "index": 4231 }, { "filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx", @@ -53454,15 +53628,15 @@ "SearchField.SubmitButton": [ { "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx", - "line": 132, + "line": 134, "column": 12, - "index": 4547 + "index": 4680 }, { "filePath": "src/packages/common/ui/Header/components/SearchBox.jsx", - "line": 140, + "line": 142, "column": 10, - "index": 4758 + "index": 4891 }, { "filePath": "src/packages/home-page/components/Hero/components/HomeSearchBar/components/HomeSearchInput/index.jsx", From 965c252a9783c15455d0d2fa7985b7512db869e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:12:29 -0400 Subject: [PATCH 069/160] docs: update dependent-usage.json (#3173) --- dependent-usage.json | 210 ++++++++++++++++++++++++++----------------- 1 file changed, 129 insertions(+), 81 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index a115080903..ac29fec3eb 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723039700246, + "lastModified": 1723126058522, "projectUsages": [ { "version": "22.7.0", @@ -16564,13 +16564,13 @@ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", "line": 10, "column": 14, - "index": 336 + "index": 345 }, { "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", "line": 12, "column": 14, - "index": 404 + "index": 413 }, { "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", @@ -20392,9 +20392,9 @@ }, { "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx", - "line": 12, + "line": 25, "column": 8, - "index": 449 + "index": 718 }, { "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx", @@ -23224,6 +23224,12 @@ "column": 8, "index": 1487 }, + { + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", + "line": 15, + "column": 8, + "index": 502 + }, { "filePath": "src/generic/Loading.jsx", "line": 7, @@ -23992,9 +23998,9 @@ }, { "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx", - "line": 15, + "line": 28, "column": 12, - "index": 625 + "index": 894 }, { "filePath": "src/group-configurations/common/TitleButton.jsx", @@ -24974,7 +24980,7 @@ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", "line": 10, "column": 25, - "index": 347 + "index": 356 }, { "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", @@ -25138,7 +25144,7 @@ "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", "line": 12, "column": 25, - "index": 415 + "index": 424 } ], "ExpandMore": [ @@ -25287,14 +25293,6 @@ "index": 2152 } ], - "ProgressBar": [ - { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx", - "line": 25, - "column": 14, - "index": 974 - } - ], "VideoFile": [ { "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", @@ -26761,6 +26759,18 @@ "column": 10, "index": 3576 }, + { + "filePath": "src/components/PostHelpPanel.jsx", + "line": 24, + "column": 18, + "index": 776 + }, + { + "filePath": "src/components/PostHelpPanel.jsx", + "line": 42, + "column": 20, + "index": 1390 + }, { "filePath": "src/components/PostPreviewPanel.jsx", "line": 29, @@ -27087,9 +27097,9 @@ }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 243, + "line": 244, "column": 6, - "index": 8855 + "index": 8918 }, { "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx", @@ -27119,9 +27129,9 @@ }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 249, + "line": 250, "column": 8, - "index": 9157 + "index": 9220 }, { "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx", @@ -27199,9 +27209,9 @@ }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 188, + "line": 189, "column": 10, - "index": 7537 + "index": 7600 }, { "filePath": "src/discussions/posts/post-filter-bar/PostFilterBar.jsx", @@ -27280,7 +27290,41 @@ "index": 1634 } ], + "IconButtonWithTooltip": [ + { + "filePath": "src/components/PostHelpPanel.jsx", + "line": 19, + "column": 8, + "index": 510 + } + ], + "HelpOutline": [ + { + "filePath": "src/components/PostHelpPanel.jsx", + "line": 23, + "column": 15, + "index": 745 + }, + { + "filePath": "src/components/TopicStats.jsx", + "line": 61, + "column": 21, + "index": 2063 + }, + { + "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx", + "line": 91, + "column": 27, + "index": 3850 + } + ], "IconButton": [ + { + "filePath": "src/components/PostHelpPanel.jsx", + "line": 38, + "column": 10, + "index": 1225 + }, { "filePath": "src/components/PostPreviewPanel.jsx", "line": 25, @@ -27349,6 +27393,12 @@ } ], "Close": [ + { + "filePath": "src/components/PostHelpPanel.jsx", + "line": 41, + "column": 17, + "index": 1363 + }, { "filePath": "src/components/PostPreviewPanel.jsx", "line": 28, @@ -27362,6 +27412,26 @@ "index": 2835 } ], + "Hyperlink": [ + { + "filePath": "src/components/PostHelpPanel.jsx", + "line": 51, + "column": 12, + "index": 1802 + }, + { + "filePath": "src/components/PostHelpPanel.jsx", + "line": 59, + "column": 12, + "index": 2161 + }, + { + "filePath": "src/discussions/posts/post/Post.jsx", + "line": 197, + "column": 10, + "index": 7995 + } + ], "Button": [ { "filePath": "src/components/PostPreviewPanel.jsx", @@ -27491,9 +27561,9 @@ }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 449, + "line": 451, "column": 10, - "index": 16647 + "index": 16738 }, { "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx", @@ -27846,20 +27916,6 @@ "index": 3129 } ], - "HelpOutline": [ - { - "filePath": "src/components/TopicStats.jsx", - "line": 61, - "column": 21, - "index": 2063 - }, - { - "filePath": "src/discussions/topics/topic-group/topic/Topic.jsx", - "line": 91, - "column": 27, - "index": 3850 - } - ], "Report": [ { "filePath": "src/components/TopicStats.jsx", @@ -28287,39 +28343,39 @@ }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 271, + "line": 272, "column": 10, - "index": 9948 + "index": 10011 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 333, + "line": 334, "column": 10, - "index": 12542 + "index": 12605 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 353, + "line": 354, "column": 10, - "index": 13347 + "index": 13410 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 373, + "line": 374, "column": 10, - "index": 13985 + "index": 14048 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 418, + "line": 420, "column": 12, - "index": 15674 + "index": 15765 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 432, + "line": 434, "column": 12, - "index": 16129 + "index": 16220 }, { "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx", @@ -28337,27 +28393,27 @@ }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 272, + "line": 273, "column": 12, - "index": 9995 + "index": 10058 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 334, + "line": 335, "column": 12, - "index": 12595 + "index": 12658 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 360, + "line": 361, "column": 12, - "index": 13533 + "index": 13596 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 380, + "line": 381, "column": 12, - "index": 14186 + "index": 14249 }, { "filePath": "src/discussions/posts/post/ClosePostReasonModal.jsx", @@ -28375,39 +28431,39 @@ }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 455, + "line": 457, "column": 10, - "index": 16835 + "index": 16926 } ], "Post": [ { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 261, + "line": 262, "column": 18, - "index": 9608 + "index": 9671 } ], "Help": [ { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 267, + "line": 268, "column": 18, - "index": 9817 + "index": 9880 } ], "Form.Checkbox": [ { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 419, + "line": 421, "column": 14, - "index": 15701 + "index": 15792 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", - "line": 433, + "line": 435, "column": 14, - "index": 16156 + "index": 16247 } ], "Card": [ @@ -28426,14 +28482,6 @@ "index": 900 } ], - "Hyperlink": [ - { - "filePath": "src/discussions/posts/post/Post.jsx", - "line": 197, - "column": 10, - "index": 7995 - } - ], "People": [ { "filePath": "src/discussions/posts/post/PostFooter.jsx", @@ -32294,9 +32342,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 44, + "line": 46, "column": 70, - "index": 1884 + "index": 1966 }, { "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx", @@ -34454,9 +34502,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 172, + "line": 181, "column": 10, - "index": 6295 + "index": 6619 }, { "filePath": "src/components/site-header/SiteHeaderLogos.jsx", From 9636040fdaadd011aade93aacfe08c48dbda8590 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:12:48 -0400 Subject: [PATCH 070/160] docs: update dependent-usage.json (#3174) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index ac29fec3eb..ad6bf63a50 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723126058522, + "lastModified": 1723212475884, "projectUsages": [ { "version": "22.7.0", From 5fff87c51a11157f33e9dcbec1e35f37c5f3e465 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 10:12:05 -0400 Subject: [PATCH 071/160] docs: update dependent-usage.json (#3175) --- dependent-usage.json | 374 +++++++++++++++++++++++++++---------------- 1 file changed, 238 insertions(+), 136 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index ad6bf63a50..0315e0efe0 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723212475884, + "lastModified": 1723298829623, "projectUsages": [ { "version": "22.7.0", @@ -43808,6 +43808,18 @@ "column": 4, "index": 1238 }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 41, + "column": 8, + "index": 1015 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 58, + "column": 6, + "index": 1610 + }, { "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageContainer.jsx", "line": 27, @@ -43852,6 +43864,12 @@ "column": 2, "index": 906 }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 59, + "column": 8, + "index": 1647 + }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", "line": 33, @@ -43886,15 +43904,21 @@ }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", - "line": 25, + "line": 21, "column": 8, - "index": 664 + "index": 602 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", - "line": 38, + "line": 34, "column": 8, - "index": 1020 + "index": 958 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", + "line": 45, + "column": 10, + "index": 1367 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", @@ -43966,27 +43990,27 @@ "Icon": [ { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", - "line": 53, + "line": 49, "column": 10, - "index": 1491 + "index": 1429 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", - "line": 75, + "line": 71, "column": 6, - "index": 1972 + "index": 1910 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", - "line": 84, + "line": 80, "column": 6, - "index": 2163 + "index": 2101 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", - "line": 93, + "line": 89, "column": 6, - "index": 2356 + "index": 2294 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", @@ -44012,6 +44036,12 @@ "column": 6, "index": 1718 }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", + "line": 61, + "column": 12, + "index": 1894 + }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", "line": 45, @@ -44052,17 +44082,29 @@ "ContentCopy": [ { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", - "line": 55, + "line": 51, "column": 17, - "index": 1544 + "index": 1482 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", + "line": 63, + "column": 19, + "index": 1951 } ], "Toast": [ { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", - "line": 61, + "line": 57, "column": 6, - "index": 1698 + "index": 1636 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", + "line": 73, + "column": 6, + "index": 2315 }, { "filePath": "src/Configuration/Provisioning/DashboardToast.jsx", @@ -44074,21 +44116,21 @@ "Check": [ { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", - "line": 75, + "line": 71, "column": 17, - "index": 1983 + "index": 1921 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", - "line": 84, + "line": 80, "column": 17, - "index": 2174 + "index": 2112 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", - "line": 93, + "line": 89, "column": 17, - "index": 2367 + "index": 2305 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", @@ -44203,57 +44245,77 @@ "index": 2626 } ], - "DataTable.FilterStatus": [ + "Card": [ { - "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx", + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", "line": 20, - "column": 31, - "index": 869 + "column": 6, + "index": 531 + }, + { + "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", + "line": 10, + "column": 4, + "index": 242 + }, + { + "filePath": "src/users/licenses/LicenseCard.jsx", + "line": 56, + "column": 6, + "index": 1463 + }, + { + "filePath": "src/users/SingleSignOnRecordCard.jsx", + "line": 95, + "column": 6, + "index": 2786 } ], - "Badge": [ + "Card.Section": [ { - "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableBadges.jsx", - "line": 9, - "column": 4, - "index": 176 + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", + "line": 21, + "column": 8, + "index": 578 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", - "line": 16, - "column": 40, - "index": 388 + "line": 21, + "column": 6, + "index": 534 }, { - "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", - "line": 16, - "column": 83, - "index": 431 + "filePath": "src/users/licenses/LicenseCard.jsx", + "line": 64, + "column": 8, + "index": 1692 }, { "filePath": "src/users/licenses/LicenseCard.jsx", - "line": 67, - "column": 14, - "index": 1785 - } - ], - "IconButton": [ + "line": 83, + "column": 8, + "index": 2279 + }, { - "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", - "line": 42, - "column": 6, - "index": 1447 - } - ], - "DjangoShort": [ + "filePath": "src/users/SingleSignOnRecordCard.jsx", + "line": 103, + "column": 8, + "index": 3053 + }, { - "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", - "line": 44, - "column": 13, - "index": 1490 + "filePath": "src/users/SingleSignOnRecordCard.jsx", + "line": 134, + "column": 8, + "index": 3925 } ], "ActionRow": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", + "line": 23, + "column": 12, + "index": 625 + }, { "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", "line": 20, @@ -44381,39 +44443,19 @@ "index": 5334 } ], - "ActionRow.Spacer": [ - { - "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", - "line": 22, - "column": 6, - "index": 574 - }, - { - "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", - "line": 22, - "column": 8, - "index": 737 - }, + "Button": [ { - "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx", - "line": 104, + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", + "line": 24, "column": 14, - "index": 3615 + "index": 651 }, { - "filePath": "src/Configuration/Provisioning/SubsidyDetailView/SubsidyDetailViewContainer.jsx", - "line": 16, - "column": 10, - "index": 606 + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", + "line": 25, + "column": 14, + "index": 695 }, - { - "filePath": "src/Configuration/Provisioning/SubsidyEditView/SubsidyEditViewContainer.jsx", - "line": 21, - "column": 10, - "index": 659 - } - ], - "Button": [ { "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", "line": 23, @@ -44649,6 +44691,118 @@ "index": 2099 } ], + "Launch": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", + "line": 32, + "column": 27, + "index": 1022 + } + ], + "Breadcrumb": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 42, + "column": 10, + "index": 1054 + } + ], + "Skeleton": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 57, + "column": 10, + "index": 1590 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 60, + "column": 83, + "index": 1746 + } + ], + "DataTable.FilterStatus": [ + { + "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx", + "line": 20, + "column": 31, + "index": 869 + } + ], + "Badge": [ + { + "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableBadges.jsx", + "line": 9, + "column": 4, + "index": 176 + }, + { + "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", + "line": 16, + "column": 40, + "index": 388 + }, + { + "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", + "line": 16, + "column": 83, + "index": 431 + }, + { + "filePath": "src/users/licenses/LicenseCard.jsx", + "line": 67, + "column": 14, + "index": 1785 + } + ], + "IconButton": [ + { + "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", + "line": 42, + "column": 6, + "index": 1447 + } + ], + "DjangoShort": [ + { + "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", + "line": 44, + "column": 13, + "index": 1490 + } + ], + "ActionRow.Spacer": [ + { + "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", + "line": 22, + "column": 6, + "index": 574 + }, + { + "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", + "line": 22, + "column": 8, + "index": 737 + }, + { + "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx", + "line": 104, + "column": 14, + "index": 3615 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyDetailView/SubsidyDetailViewContainer.jsx", + "line": 16, + "column": 10, + "index": 606 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyEditView/SubsidyEditViewContainer.jsx", + "line": 21, + "column": 10, + "index": 659 + } + ], "Add": [ { "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", @@ -45869,26 +46023,6 @@ "index": 1597 } ], - "Card": [ - { - "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", - "line": 10, - "column": 4, - "index": 242 - }, - { - "filePath": "src/users/licenses/LicenseCard.jsx", - "line": 56, - "column": 6, - "index": 1463 - }, - { - "filePath": "src/users/SingleSignOnRecordCard.jsx", - "line": 95, - "column": 6, - "index": 2786 - } - ], "Card.Header": [ { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", @@ -45921,38 +46055,6 @@ "index": 3768 } ], - "Card.Section": [ - { - "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", - "line": 21, - "column": 6, - "index": 534 - }, - { - "filePath": "src/users/licenses/LicenseCard.jsx", - "line": 64, - "column": 8, - "index": 1692 - }, - { - "filePath": "src/users/licenses/LicenseCard.jsx", - "line": 83, - "column": 8, - "index": 2279 - }, - { - "filePath": "src/users/SingleSignOnRecordCard.jsx", - "line": 103, - "column": 8, - "index": 3053 - }, - { - "filePath": "src/users/SingleSignOnRecordCard.jsx", - "line": 134, - "column": 8, - "index": 3925 - } - ], "Card.Footer": [ { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", From 8a4517a8892a50b6dec34e9dc28130464303433c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 10:11:45 -0400 Subject: [PATCH 072/160] docs: update dependent-usage.json (#3176) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 0315e0efe0..5d7b1d03ea 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723298829623, + "lastModified": 1723385215718, "projectUsages": [ { "version": "22.7.0", From 7b8a5075e08d5f92566497b4ee6f2e3c91672e3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:13:03 -0400 Subject: [PATCH 073/160] docs: update dependent-usage.json (#3177) --- dependent-usage.json | 292 +++++++------------------------------------ 1 file changed, 47 insertions(+), 245 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 5d7b1d03ea..1035d02986 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723385215718, + "lastModified": 1723471671587, "projectUsages": [ { "version": "22.7.0", @@ -3061,9 +3061,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 105, + "line": 100, "column": 12, - "index": 4109 + "index": 4103 }, { "filePath": "src/components/learner-credit-management/invite-modal/FileUpload.jsx", @@ -3617,9 +3617,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 106, + "line": 101, "column": 14, - "index": 4153 + "index": 4147 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", @@ -4089,15 +4089,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 164, + "line": 159, "column": 14, - "index": 7096 + "index": 7090 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 187, + "line": 182, "column": 16, - "index": 8314 + "index": 8308 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", @@ -4325,15 +4325,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 165, + "line": 160, "column": 16, - "index": 7153 + "index": 7147 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 188, + "line": 183, "column": 18, - "index": 8373 + "index": 8367 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", @@ -4659,33 +4659,33 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 83, + "line": 78, "column": 6, - "index": 3184 + "index": 3178 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 163, + "line": 158, "column": 12, - "index": 7064 + "index": 7058 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 166, + "line": 161, "column": 18, - "index": 7209 + "index": 7203 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 167, + "line": 162, "column": 20, - "index": 7247 + "index": 7241 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 178, + "line": 173, "column": 22, - "index": 7889 + "index": 7883 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", @@ -7147,15 +7147,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 84, + "line": 79, "column": 8, - "index": 3208 + "index": 3202 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 96, + "line": 91, "column": 8, - "index": 3713 + "index": 3707 }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", @@ -7353,21 +7353,21 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 85, + "line": 80, "column": 10, - "index": 3224 + "index": 3218 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 97, + "line": 92, "column": 10, - "index": 3729 + "index": 3723 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 141, + "line": 136, "column": 10, - "index": 5943 + "index": 5937 }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", @@ -10215,9 +10215,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 82, + "line": 77, "column": 4, - "index": 3139 + "index": 3133 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx", @@ -30193,21 +30193,21 @@ }, { "filePath": "src/containers/LearnerDashboardHeader/hooks.js", - "line": 14, + "line": 17, "column": 20, - "index": 401 + "index": 516 }, { "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js", - "line": 33, + "line": 34, "column": 6, - "index": 743 + "index": 776 }, { "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js", - "line": 37, + "line": 38, "column": 6, - "index": 928 + "index": 961 } ], "breakpoints": [ @@ -30315,21 +30315,21 @@ }, { "filePath": "src/containers/LearnerDashboardHeader/hooks.js", - "line": 15, + "line": 18, "column": 52, - "index": 470 + "index": 585 }, { "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js", - "line": 33, + "line": 34, "column": 49, - "index": 786 + "index": 819 }, { "filePath": "src/containers/LearnerDashboardHeader/hooks.test.js", - "line": 37, + "line": 38, "column": 49, - "index": 971 + "index": 1004 } ], "Button": [ @@ -30411,66 +30411,6 @@ "column": 10, "index": 1244 }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx", - "line": 32, - "column": 6, - "index": 965 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx", - "line": 35, - "column": 6, - "index": 1079 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx", - "line": 38, - "column": 6, - "index": 1211 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx", - "line": 46, - "column": 6, - "index": 1430 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx", - "line": 52, - "column": 12, - "index": 1639 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx", - "line": 57, - "column": 12, - "index": 1857 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx", - "line": 64, - "column": 10, - "index": 2134 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx", - "line": 71, - "column": 10, - "index": 2368 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx", - "line": 79, - "column": 12, - "index": 2635 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx", - "line": 87, - "column": 10, - "index": 2867 - }, { "filePath": "src/containers/LearnerDashboardHeader/ConfirmEmailBanner/index.jsx", "line": 36, @@ -30483,30 +30423,6 @@ "column": 10, "index": 1686 }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx", - "line": 33, - "column": 8, - "index": 988 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx", - "line": 41, - "column": 8, - "index": 1185 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx", - "line": 49, - "column": 8, - "index": 1388 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/index.jsx", - "line": 59, - "column": 8, - "index": 1690 - }, { "filePath": "src/containers/SelectSessionModal/index.jsx", "line": 66, @@ -30753,18 +30669,6 @@ "column": 12, "index": 1330 }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/CollapseMenuBody.jsx", - "line": 59, - "column": 14, - "index": 1967 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 50, - "column": 14, - "index": 1836 - }, { "filePath": "src/containers/RelatedProgramsModal/components/ProgramCard.jsx", "line": 44, @@ -30778,12 +30682,6 @@ "line": 42, "column": 6, "index": 1281 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 19, - "column": 6, - "index": 591 } ], "Dropdown.Toggle": [ @@ -30792,12 +30690,6 @@ "line": 43, "column": 8, "index": 1332 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 20, - "column": 8, - "index": 640 } ], "IconButton": [ @@ -30806,12 +30698,6 @@ "line": 45, "column": 14, "index": 1414 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/index.jsx", - "line": 23, - "column": 10, - "index": 723 } ], "MoreVert": [ @@ -30841,12 +30727,6 @@ "column": 18, "index": 2035 }, - { - "filePath": "src/containers/LearnerDashboardHeader/CollapsedHeader/index.jsx", - "line": 27, - "column": 20, - "index": 845 - }, { "filePath": "src/containers/MasqueradeBar/index.jsx", "line": 44, @@ -30878,12 +30758,6 @@ "line": 51, "column": 8, "index": 1574 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 31, - "column": 8, - "index": 966 } ], "Dropdown.Item": [ @@ -30898,48 +30772,6 @@ "line": 36, "column": 8, "index": 1163 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 35, - "column": 14, - "index": 1193 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 39, - "column": 16, - "index": 1396 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 48, - "column": 12, - "index": 1719 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 55, - "column": 10, - "index": 2010 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 58, - "column": 10, - "index": 2185 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 62, - "column": 12, - "index": 2372 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 67, - "column": 10, - "index": 2561 } ], "Card": [ @@ -31362,36 +31194,6 @@ "index": 1402 } ], - "AvatarButton": [ - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 21, - "column": 14, - "index": 671 - } - ], - "Dropdown.Header": [ - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 34, - "column": 14, - "index": 1102 - } - ], - "Dropdown.Divider": [ - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 43, - "column": 14, - "index": 1598 - }, - { - "filePath": "src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx", - "line": 66, - "column": 10, - "index": 2530 - } - ], "FormLabel": [ { "filePath": "src/containers/MasqueradeBar/index.jsx", From 98b0ae4149cb8e2ab996366a56e719766ad1afc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:16:03 -0400 Subject: [PATCH 074/160] docs: update dependent-usage.json (#3178) --- dependent-usage.json | 242 +++++++++++++++++++++---------------------- 1 file changed, 121 insertions(+), 121 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 1035d02986..7856ab6149 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723471671587, + "lastModified": 1723558031383, "projectUsages": [ { "version": "22.7.0", @@ -31764,13 +31764,13 @@ "filePath": "src/components/search/SearchResults.jsx", "line": 158, "column": 10, - "index": 4691 + "index": 4705 }, { "filePath": "src/components/search/SearchResults.jsx", "line": 165, "column": 10, - "index": 4988 + "index": 5002 }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", @@ -31798,9 +31798,9 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 163, + "line": 162, "column": 6, - "index": 5468 + "index": 5423 }, { "filePath": "src/components/skills-quiz/SkillsCourses.jsx", @@ -32002,13 +32002,13 @@ "filePath": "src/components/search/SearchResults.jsx", "line": 125, "column": 6, - "index": 3549 + "index": 3563 }, { "filePath": "src/components/search/SearchResults.jsx", "line": 131, "column": 4, - "index": 3685 + "index": 3699 }, { "filePath": "src/components/site-header/SiteHeader.jsx", @@ -32308,15 +32308,15 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 167, + "line": 166, "column": 12, - "index": 5645 + "index": 5600 }, { "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx", - "line": 69, + "line": 68, "column": 8, - "index": 2289 + "index": 2244 } ], "Card.Header": [ @@ -32436,9 +32436,9 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 189, + "line": 188, "column": 14, - "index": 6421 + "index": 6376 } ], "Card.Section": [ @@ -32678,27 +32678,27 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 201, + "line": 200, "column": 14, - "index": 6860 + "index": 6815 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 211, + "line": 210, "column": 14, - "index": 7382 + "index": 7337 }, { "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx", - "line": 70, + "line": 69, "column": 10, - "index": 2306 + "index": 2261 }, { "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx", - "line": 99, + "line": 98, "column": 10, - "index": 3208 + "index": 3163 } ], "Image": [ @@ -32832,9 +32832,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 166, + "line": 165, "column": 4, - "index": 6003 + "index": 5914 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/CompletedCourseCard.jsx", @@ -33218,9 +33218,9 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 142, + "line": 141, "column": 6, - "index": 4937 + "index": 4892 }, { "filePath": "src/components/skills-quiz/SkillsCourses.jsx", @@ -33348,15 +33348,15 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 503, + "line": 499, "column": 6, - "index": 15691 + "index": 15530 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 601, + "line": 597, "column": 16, - "index": 18629 + "index": 18468 }, { "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx", @@ -33662,15 +33662,15 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 504, + "line": 500, "column": 8, - "index": 15705 + "index": 15544 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 602, + "line": 598, "column": 18, - "index": 18682 + "index": 18521 }, { "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx", @@ -33680,9 +33680,9 @@ }, { "filePath": "src/components/error-page/ErrorPage.jsx", - "line": 34, + "line": 33, "column": 8, - "index": 992 + "index": 964 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", @@ -33916,9 +33916,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 535, + "line": 531, "column": 11, - "index": 16352 + "index": 16191 }, { "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", @@ -33982,15 +33982,15 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 205, + "line": 204, "column": 22, - "index": 7136 + "index": 7091 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 212, + "line": 211, "column": 16, - "index": 7413 + "index": 7368 }, { "filePath": "src/components/skills-quiz/SelectedJobSkills.jsx", @@ -34006,15 +34006,15 @@ }, { "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx", - "line": 80, + "line": 79, "column": 18, - "index": 2681 + "index": 2636 }, { "filePath": "src/components/skills-quiz/TopSkillsOverview.jsx", - "line": 88, + "line": 87, "column": 18, - "index": 2895 + "index": 2850 } ], "Skeleton": [ @@ -34032,9 +34032,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 568, + "line": 564, "column": 12, - "index": 17306 + "index": 17145 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx", @@ -34124,13 +34124,13 @@ "filePath": "src/components/search/SearchResults.jsx", "line": 135, "column": 12, - "index": 3900 + "index": 3914 }, { "filePath": "src/components/search/SearchResults.jsx", "line": 157, "column": 10, - "index": 4634 + "index": 4648 }, { "filePath": "src/components/skills-quiz/JobDescriptions.jsx", @@ -34202,33 +34202,33 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 390, + "line": 386, "column": 6, - "index": 11929 + "index": 11768 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 439, + "line": 435, "column": 6, - "index": 13851 + "index": 13690 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 541, + "line": 537, "column": 6, - "index": 16594 + "index": 16433 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 572, + "line": 568, "column": 12, - "index": 17382 + "index": 17221 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 575, + "line": 571, "column": 18, - "index": 17506 + "index": 17345 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/InProgressCourseCard.jsx", @@ -34328,9 +34328,9 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 202, + "line": 201, "column": 16, - "index": 6891 + "index": 6846 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", @@ -34612,9 +34612,9 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 182, + "line": 181, "column": 14, - "index": 6141 + "index": 6096 } ], "Truncate": [ @@ -34716,15 +34716,15 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 191, + "line": 190, "column": 18, - "index": 6477 + "index": 6432 }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 196, + "line": 195, "column": 18, - "index": 6675 + "index": 6630 } ], "Card.Footer": [ @@ -34760,9 +34760,9 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 223, + "line": 222, "column": 14, - "index": 7850 + "index": 7805 } ], "Icon": [ @@ -34792,27 +34792,27 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 322, + "line": 318, "column": 20, - "index": 10096 + "index": 9914 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 397, + "line": 393, "column": 18, - "index": 12290 + "index": 12129 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 445, + "line": 441, "column": 20, - "index": 14284 + "index": 14123 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 546, + "line": 542, "column": 8, - "index": 16711 + "index": 16550 }, { "filePath": "src/components/microlearning/VideoCourseReview.jsx", @@ -34948,9 +34948,9 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 218, + "line": 217, "column": 20, - "index": 7652 + "index": 7607 }, { "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx", @@ -35242,9 +35242,9 @@ "Dropdown": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 318, + "line": 314, "column": 8, - "index": 9983 + "index": 9801 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -35274,9 +35274,9 @@ "Dropdown.Toggle": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 319, + "line": 315, "column": 10, - "index": 10004 + "index": 9822 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -35306,25 +35306,25 @@ "IconButton": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 320, + "line": 316, "column": 16, - "index": 10037 + "index": 9855 } ], "MoreVert": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 321, + "line": 317, "column": 17, - "index": 10066 + "index": 9884 } ], "Dropdown.Menu": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 328, + "line": 324, "column": 10, - "index": 10323 + "index": 10141 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -35354,9 +35354,9 @@ "Dropdown.Item": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 330, + "line": 326, "column": 14, - "index": 10394 + "index": 10212 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -35422,23 +35422,23 @@ "IconButtonWithTooltip": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 394, + "line": 390, "column": 8, - "index": 12184 + "index": 12023 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 442, + "line": 438, "column": 10, - "index": 14112 + "index": 13951 } ], "InfoOutline": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 398, + "line": 394, "column": 15, - "index": 12311 + "index": 12150 }, { "filePath": "src/components/skills-quiz/JobDescriptions.jsx", @@ -35450,9 +35450,9 @@ "Warning": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 446, + "line": 442, "column": 17, - "index": 14307 + "index": 14146 }, { "filePath": "src/components/search/SearchError.jsx", @@ -35464,9 +35464,9 @@ "Info": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 546, + "line": 542, "column": 19, - "index": 16722 + "index": 16561 } ], "Modal": [ @@ -36156,9 +36156,9 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 146, + "line": 145, "column": 14, - "index": 5039 + "index": 4994 }, { "filePath": "src/components/skills-quiz/SkillsCourses.jsx", @@ -36176,9 +36176,9 @@ }, { "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 218, + "line": 217, "column": 31, - "index": 7663 + "index": 7618 } ], "PlayCircleOutline": [ @@ -48025,9 +48025,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", - "line": 60, + "line": 62, "column": 6, - "index": 1930 + "index": 1969 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", @@ -48049,9 +48049,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", - "line": 74, + "line": 78, "column": 6, - "index": 2414 + "index": 2486 }, { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", @@ -48195,9 +48195,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", - "line": 61, + "line": 63, "column": 8, - "index": 1951 + "index": 1990 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", @@ -48219,15 +48219,15 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", - "line": 75, + "line": 79, "column": 8, - "index": 2457 + "index": 2529 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", - "line": 92, + "line": 96, "column": 10, - "index": 3068 + "index": 3140 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", @@ -49463,9 +49463,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", - "line": 71, + "line": 75, "column": 8, - "index": 2352 + "index": 2433 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx", @@ -49507,9 +49507,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", - "line": 83, + "line": 87, "column": 8, - "index": 2770 + "index": 2851 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", @@ -49571,9 +49571,9 @@ "Alert": [ { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", - "line": 63, + "line": 67, "column": 7, - "index": 2131 + "index": 2203 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", From 56f476582de17a7fe215ab1d6a914268234f8fab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:12:55 -0400 Subject: [PATCH 075/160] docs: update dependent-usage.json (#3179) --- dependent-usage.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 7856ab6149..979013f65d 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723558031383, + "lastModified": 1723644485340, "projectUsages": [ { "version": "22.7.0", @@ -14569,7 +14569,7 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@edx/frontend-app-course-authoring", "repository": { "type": "git", @@ -25984,19 +25984,19 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@openedx-plugins/course-app-calculator", "folderName": "calculator", "usages": {} }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@openedx-plugins/course-app-edxnotes", "folderName": "edxnotes", "usages": {} }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@openedx-plugins/course-app-learning_assistant", "folderName": "learning_assistant", "usages": { @@ -26017,7 +26017,7 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@openedx-plugins/course-app-live", "folderName": "live", "usages": { @@ -26070,7 +26070,7 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@openedx-plugins/course-app-ora_settings", "folderName": "ora_settings", "usages": { @@ -26085,7 +26085,7 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@openedx-plugins/course-app-proctoring", "folderName": "proctoring", "usages": { @@ -26346,13 +26346,13 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@openedx-plugins/course-app-progress", "folderName": "progress", "usages": {} }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@openedx-plugins/course-app-teams", "folderName": "teams", "usages": { @@ -26441,13 +26441,13 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@openedx-plugins/course-app-wiki", "folderName": "wiki", "usages": {} }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@openedx-plugins/course-app-xpert_unit_summary", "folderName": "xpert_unit_summary", "usages": { @@ -51248,13 +51248,13 @@ "filePath": "src/packages/about-edx-page/template/AboutEdXPage/index.jsx", "line": 228, "column": 10, - "index": 11116 + "index": 11148 }, { "filePath": "src/packages/about-edx-page/template/AboutEdXPage/index.jsx", "line": 258, "column": 10, - "index": 12813 + "index": 12845 }, { "filePath": "src/packages/become-page/components/BecomeCards.jsx", From f4fb80c4671d34f7bedca3a3dc34cc857ab92296 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:16:15 -0400 Subject: [PATCH 076/160] docs: update dependent-usage.json (#3180) --- dependent-usage.json | 818 ++++++++++++++++++++++--------------------- 1 file changed, 428 insertions(+), 390 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 979013f65d..acd069fdfe 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723644485340, + "lastModified": 1723730837962, "projectUsages": [ { "version": "22.7.0", @@ -31412,19 +31412,19 @@ }, { "filePath": "src/components/course/data/utils.jsx", - "line": 511, + "line": 514, "column": 6, "index": 18222 }, { "filePath": "src/components/course/data/utils.jsx", - "line": 527, + "line": 530, "column": 6, "index": 18600 }, { "filePath": "src/components/course/data/utils.jsx", - "line": 553, + "line": 556, "column": 6, "index": 19210 }, @@ -31862,9 +31862,9 @@ }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 68, + "line": 61, "column": 6, - "index": 2314 + "index": 2358 }, { "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx", @@ -32038,9 +32038,9 @@ }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 73, + "line": 66, "column": 16, - "index": 2540 + "index": 2584 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", @@ -32712,13 +32712,13 @@ "filePath": "src/components/course/course-header/CoursePreview.jsx", "line": 41, "column": 14, - "index": 1310 + "index": 1309 }, { "filePath": "src/components/course/course-header/CoursePreview.jsx", "line": 54, "column": 8, - "index": 1890 + "index": 1883 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", @@ -32778,9 +32778,9 @@ }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 83, + "line": 76, "column": 18, - "index": 2894 + "index": 2938 }, { "filePath": "src/components/course/CourseAssociatedPrograms.jsx", @@ -32814,13 +32814,13 @@ }, { "filePath": "src/components/course/data/utils.jsx", - "line": 512, + "line": 515, "column": 12, "index": 18242 }, { "filePath": "src/components/course/data/utils.jsx", - "line": 528, + "line": 531, "column": 12, "index": 18620 }, @@ -33042,7 +33042,7 @@ }, { "filePath": "src/components/course/data/utils.jsx", - "line": 554, + "line": 557, "column": 12, "index": 19230 }, @@ -33288,9 +33288,15 @@ "Row": [ { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 69, + "line": 62, "column": 8, - "index": 2344 + "index": 2388 + }, + { + "filePath": "src/components/course/course-header/CourseImportantDates.jsx", + "line": 45, + "column": 2, + "index": 1566 }, { "filePath": "src/components/course/CourseReview.jsx", @@ -33572,21 +33578,33 @@ "Col": [ { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 70, + "line": 63, "column": 10, - "index": 2377 + "index": 2421 }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 134, + "line": 127, "column": 10, - "index": 4840 + "index": 4884 }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 140, + "line": 134, "column": 10, - "index": 5120 + "index": 5201 + }, + { + "filePath": "src/components/course/course-header/CourseImportantDates.jsx", + "line": 46, + "column": 4, + "index": 1636 + }, + { + "filePath": "src/components/course/course-header/CourseImportantDates.jsx", + "line": 52, + "column": 4, + "index": 1792 }, { "filePath": "src/components/course/CourseReview.jsx", @@ -33904,9 +33922,9 @@ "Badge": [ { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 109, + "line": 102, "column": 16, - "index": 3848 + "index": 3892 }, { "filePath": "src/components/course/CourseSkills.jsx", @@ -34017,159 +34035,13 @@ "index": 2850 } ], - "Skeleton": [ - { - "filePath": "src/components/course/course-header/CoursePreview.jsx", - "line": 13, - "column": 6, - "index": 554 - }, - { - "filePath": "src/components/course/CourseSidebarPrice.jsx", - "line": 28, - "column": 11, - "index": 901 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 564, - "column": 12, - "index": 17145 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx", - "line": 114, - "column": 14, - "index": 3585 - }, + "Stack": [ { - "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 29, + "filePath": "src/components/course/course-header/CourseImportantDates.jsx", + "line": 47, "column": 6, - "index": 1088 - }, - { - "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", - "line": 14, - "column": 10, - "index": 213 - }, - { - "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", - "line": 16, - "column": 8, - "index": 260 - }, - { - "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", - "line": 21, - "column": 12, - "index": 371 - }, - { - "filePath": "src/components/pathway/PathwayModal.jsx", - "line": 111, - "column": 28, - "index": 3705 - }, - { - "filePath": "src/components/pathway/PathwayModal.jsx", - "line": 123, - "column": 8, - "index": 4070 - }, - { - "filePath": "src/components/pathway/PathwayModal.jsx", - "line": 137, - "column": 25, - "index": 4447 - }, - { - "filePath": "src/components/pathway/PathwayModal.jsx", - "line": 160, - "column": 25, - "index": 5573 - }, - { - "filePath": "src/components/pathway/PathwayModal.jsx", - "line": 182, - "column": 25, - "index": 6620 - }, - { - "filePath": "src/components/pathway/PathwayModal.jsx", - "line": 206, - "column": 21, - "index": 7735 - }, - { - "filePath": "src/components/pathway/PathwayModal.jsx", - "line": 214, - "column": 10, - "index": 8117 - }, - { - "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx", - "line": 114, - "column": 27, - "index": 3627 - }, - { - "filePath": "src/components/search/popular-results/PopularResults.jsx", - "line": 30, - "column": 10, - "index": 1026 - }, - { - "filePath": "src/components/search/SearchResults.jsx", - "line": 135, - "column": 12, - "index": 3914 - }, - { - "filePath": "src/components/search/SearchResults.jsx", - "line": 157, - "column": 10, - "index": 4648 - }, - { - "filePath": "src/components/skills-quiz/JobDescriptions.jsx", - "line": 20, - "column": 37, - "index": 1033 + "index": 1665 }, - { - "filePath": "src/components/skills-quiz/SkillsCourses.jsx", - "line": 107, - "column": 12, - "index": 3427 - } - ], - "PlayCircleFilled": [ - { - "filePath": "src/components/course/course-header/CoursePreview.jsx", - "line": 43, - "column": 16, - "index": 1460 - } - ], - "Card.Status": [ - { - "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", - "line": 41, - "column": 4, - "index": 1804 - } - ], - "Lock": [ - { - "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", - "line": 43, - "column": 12, - "index": 1853 - } - ], - "Stack": [ { "filePath": "src/components/course/course-header/data/hooks/useCourseRunCardAction.jsx", "line": 74, @@ -34339,6 +34211,366 @@ "index": 13412 } ], + "Icon": [ + { + "filePath": "src/components/course/course-header/CourseImportantDates.jsx", + "line": 48, + "column": 8, + "index": 1712 + }, + { + "filePath": "src/components/course/CourseReview.jsx", + "line": 133, + "column": 12, + "index": 5512 + }, + { + "filePath": "src/components/course/CourseSidebarListItem.jsx", + "line": 12, + "column": 6, + "index": 310 + }, + { + "filePath": "src/components/course/EnrollModal.jsx", + "line": 124, + "column": 6, + "index": 6014 + }, + { + "filePath": "src/components/course/VerifiedCertPitch.jsx", + "line": 11, + "column": 4, + "index": 424 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", + "line": 318, + "column": 20, + "index": 9914 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", + "line": 393, + "column": 18, + "index": 12129 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", + "line": 441, + "column": 20, + "index": 14123 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", + "line": 542, + "column": 8, + "index": 16550 + }, + { + "filePath": "src/components/microlearning/VideoCourseReview.jsx", + "line": 43, + "column": 14, + "index": 1742 + }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 194, + "column": 18, + "index": 7739 + }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 206, + "column": 16, + "index": 8528 + }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 214, + "column": 18, + "index": 9023 + }, + { + "filePath": "src/components/my-career/AddJobRole.jsx", + "line": 15, + "column": 2, + "index": 644 + }, + { + "filePath": "src/components/my-career/VisualizeCareer.jsx", + "line": 18, + "column": 2, + "index": 728 + }, + { + "filePath": "src/components/pathway-progress/PathwayStep.jsx", + "line": 45, + "column": 20, + "index": 1549 + }, + { + "filePath": "src/components/pathway-progress/PathwayStep.jsx", + "line": 46, + "column": 22, + "index": 1598 + }, + { + "filePath": "src/components/pathway/PathwayModal.jsx", + "line": 139, + "column": 16, + "index": 4567 + }, + { + "filePath": "src/components/pathway/PathwayModal.jsx", + "line": 162, + "column": 16, + "index": 5699 + }, + { + "filePath": "src/components/pathway/PathwayModal.jsx", + "line": 184, + "column": 16, + "index": 6747 + }, + { + "filePath": "src/components/preview-expand/PreviewExpand.jsx", + "line": 26, + "column": 8, + "index": 752 + }, + { + "filePath": "src/components/program/ProgramCourses.jsx", + "line": 42, + "column": 40, + "index": 1490 + }, + { + "filePath": "src/components/program/ProgramCourses.jsx", + "line": 45, + "column": 18, + "index": 1675 + }, + { + "filePath": "src/components/program/ProgramCourses.jsx", + "line": 49, + "column": 18, + "index": 1823 + }, + { + "filePath": "src/components/program/ProgramCourses.jsx", + "line": 58, + "column": 22, + "index": 2250 + }, + { + "filePath": "src/components/program/ProgramFAQ.jsx", + "line": 21, + "column": 26, + "index": 669 + }, + { + "filePath": "src/components/program/ProgramFAQ.jsx", + "line": 22, + "column": 28, + "index": 724 + }, + { + "filePath": "src/components/program/ProgramSidebarListItem.jsx", + "line": 11, + "column": 6, + "index": 284 + }, + { + "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", + "line": 79, + "column": 12, + "index": 2294 + }, + { + "filePath": "src/components/search/SearchProgramCard.jsx", + "line": 140, + "column": 12, + "index": 4167 + }, + { + "filePath": "src/components/search/SearchVideoCard.jsx", + "line": 85, + "column": 8, + "index": 2664 + }, + { + "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", + "line": 217, + "column": 20, + "index": 7607 + }, + { + "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx", + "line": 8, + "column": 4, + "index": 262 + } + ], + "Calendar": [ + { + "filePath": "src/components/course/course-header/CourseImportantDates.jsx", + "line": 48, + "column": 29, + "index": 1733 + } + ], + "Skeleton": [ + { + "filePath": "src/components/course/course-header/CoursePreview.jsx", + "line": 13, + "column": 6, + "index": 554 + }, + { + "filePath": "src/components/course/CourseSidebarPrice.jsx", + "line": 28, + "column": 11, + "index": 901 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", + "line": 564, + "column": 12, + "index": 17145 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx", + "line": 114, + "column": 14, + "index": 3585 + }, + { + "filePath": "src/components/microlearning/VideoDetailPage.jsx", + "line": 29, + "column": 6, + "index": 1088 + }, + { + "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", + "line": 14, + "column": 10, + "index": 213 + }, + { + "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", + "line": 16, + "column": 8, + "index": 260 + }, + { + "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", + "line": 21, + "column": 12, + "index": 371 + }, + { + "filePath": "src/components/pathway/PathwayModal.jsx", + "line": 111, + "column": 28, + "index": 3705 + }, + { + "filePath": "src/components/pathway/PathwayModal.jsx", + "line": 123, + "column": 8, + "index": 4070 + }, + { + "filePath": "src/components/pathway/PathwayModal.jsx", + "line": 137, + "column": 25, + "index": 4447 + }, + { + "filePath": "src/components/pathway/PathwayModal.jsx", + "line": 160, + "column": 25, + "index": 5573 + }, + { + "filePath": "src/components/pathway/PathwayModal.jsx", + "line": 182, + "column": 25, + "index": 6620 + }, + { + "filePath": "src/components/pathway/PathwayModal.jsx", + "line": 206, + "column": 21, + "index": 7735 + }, + { + "filePath": "src/components/pathway/PathwayModal.jsx", + "line": 214, + "column": 10, + "index": 8117 + }, + { + "filePath": "src/components/search/content-highlights/ContentHighlightSet.jsx", + "line": 114, + "column": 27, + "index": 3627 + }, + { + "filePath": "src/components/search/popular-results/PopularResults.jsx", + "line": 30, + "column": 10, + "index": 1026 + }, + { + "filePath": "src/components/search/SearchResults.jsx", + "line": 135, + "column": 12, + "index": 3914 + }, + { + "filePath": "src/components/search/SearchResults.jsx", + "line": 157, + "column": 10, + "index": 4648 + }, + { + "filePath": "src/components/skills-quiz/JobDescriptions.jsx", + "line": 20, + "column": 37, + "index": 1033 + }, + { + "filePath": "src/components/skills-quiz/SkillsCourses.jsx", + "line": 107, + "column": 12, + "index": 3427 + } + ], + "PlayCircleFilled": [ + { + "filePath": "src/components/course/course-header/CoursePreview.jsx", + "line": 43, + "column": 16, + "index": 1453 + } + ], + "Card.Status": [ + { + "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", + "line": 41, + "column": 4, + "index": 1804 + } + ], + "Lock": [ + { + "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", + "line": 43, + "column": 12, + "index": 1853 + } + ], "Error": [ { "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx", @@ -34765,200 +34997,6 @@ "index": 7805 } ], - "Icon": [ - { - "filePath": "src/components/course/CourseReview.jsx", - "line": 133, - "column": 12, - "index": 5512 - }, - { - "filePath": "src/components/course/CourseSidebarListItem.jsx", - "line": 12, - "column": 6, - "index": 310 - }, - { - "filePath": "src/components/course/EnrollModal.jsx", - "line": 124, - "column": 6, - "index": 6014 - }, - { - "filePath": "src/components/course/VerifiedCertPitch.jsx", - "line": 11, - "column": 4, - "index": 424 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 318, - "column": 20, - "index": 9914 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 393, - "column": 18, - "index": 12129 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 441, - "column": 20, - "index": 14123 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 542, - "column": 8, - "index": 16550 - }, - { - "filePath": "src/components/microlearning/VideoCourseReview.jsx", - "line": 43, - "column": 14, - "index": 1742 - }, - { - "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 194, - "column": 18, - "index": 7739 - }, - { - "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 206, - "column": 16, - "index": 8528 - }, - { - "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 214, - "column": 18, - "index": 9023 - }, - { - "filePath": "src/components/my-career/AddJobRole.jsx", - "line": 15, - "column": 2, - "index": 644 - }, - { - "filePath": "src/components/my-career/VisualizeCareer.jsx", - "line": 18, - "column": 2, - "index": 728 - }, - { - "filePath": "src/components/pathway-progress/PathwayStep.jsx", - "line": 45, - "column": 20, - "index": 1549 - }, - { - "filePath": "src/components/pathway-progress/PathwayStep.jsx", - "line": 46, - "column": 22, - "index": 1598 - }, - { - "filePath": "src/components/pathway/PathwayModal.jsx", - "line": 139, - "column": 16, - "index": 4567 - }, - { - "filePath": "src/components/pathway/PathwayModal.jsx", - "line": 162, - "column": 16, - "index": 5699 - }, - { - "filePath": "src/components/pathway/PathwayModal.jsx", - "line": 184, - "column": 16, - "index": 6747 - }, - { - "filePath": "src/components/preview-expand/PreviewExpand.jsx", - "line": 26, - "column": 8, - "index": 752 - }, - { - "filePath": "src/components/program/ProgramCourses.jsx", - "line": 42, - "column": 40, - "index": 1490 - }, - { - "filePath": "src/components/program/ProgramCourses.jsx", - "line": 45, - "column": 18, - "index": 1675 - }, - { - "filePath": "src/components/program/ProgramCourses.jsx", - "line": 49, - "column": 18, - "index": 1823 - }, - { - "filePath": "src/components/program/ProgramCourses.jsx", - "line": 58, - "column": 22, - "index": 2250 - }, - { - "filePath": "src/components/program/ProgramFAQ.jsx", - "line": 21, - "column": 26, - "index": 669 - }, - { - "filePath": "src/components/program/ProgramFAQ.jsx", - "line": 22, - "column": 28, - "index": 724 - }, - { - "filePath": "src/components/program/ProgramSidebarListItem.jsx", - "line": 11, - "column": 6, - "index": 284 - }, - { - "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", - "line": 79, - "column": 12, - "index": 2294 - }, - { - "filePath": "src/components/search/SearchProgramCard.jsx", - "line": 140, - "column": 12, - "index": 4167 - }, - { - "filePath": "src/components/search/SearchVideoCard.jsx", - "line": 85, - "column": 8, - "index": 2664 - }, - { - "filePath": "src/components/skills-quiz/SearchProgramCard.jsx", - "line": 217, - "column": 20, - "index": 7607 - }, - { - "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx", - "line": 8, - "column": 4, - "index": 262 - } - ], "StarFilled": [ { "filePath": "src/components/course/CourseReview.jsx", @@ -38846,15 +38884,15 @@ }, { "filePath": "src/courseware/course/Course.test.jsx", - "line": 52, + "line": 50, "column": 24, - "index": 1626 + "index": 1590 }, { "filePath": "src/courseware/course/Course.test.jsx", - "line": 377, + "line": 382, "column": 24, - "index": 15112 + "index": 15143 }, { "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx", @@ -38944,13 +38982,13 @@ "filePath": "src/courseware/course/sequence/Sequence.test.jsx", "line": 46, "column": 24, - "index": 1676 + "index": 1681 }, { "filePath": "src/courseware/course/sequence/Sequence.test.jsx", - "line": 444, + "line": 464, "column": 26, - "index": 19105 + "index": 19514 }, { "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx", @@ -38978,9 +39016,9 @@ }, { "filePath": "src/courseware/course/sidebar/sidebars/notifications/NotificationTray.test.jsx", - "line": 151, + "line": 133, "column": 24, - "index": 5100 + "index": 4583 }, { "filePath": "src/courseware/course/sidebar/SidebarTriggers.jsx", @@ -51540,9 +51578,9 @@ }, { "filePath": "src/packages/learn-page/components/CTABanner/index.jsx", - "line": 57, + "line": 40, "column": 6, - "index": 2024 + "index": 1443 }, { "filePath": "src/packages/learn-page/components/DynamicProductList/index.jsx", @@ -52886,9 +52924,9 @@ }, { "filePath": "src/packages/open-course-page/components/EnrollButton/EnrollButtonLink.jsx", - "line": 304, + "line": 330, "column": 20, - "index": 9966 + "index": 10890 }, { "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx", @@ -53668,9 +53706,9 @@ "Dropdown": [ { "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx", - "line": 185, + "line": 225, "column": 8, - "index": 5841 + "index": 7547 }, { "filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx", @@ -53700,9 +53738,9 @@ "Dropdown.Toggle": [ { "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx", - "line": 190, + "line": 230, "column": 10, - "index": 5970 + "index": 7676 }, { "filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx", @@ -53732,17 +53770,17 @@ "AvatarButton": [ { "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx", - "line": 191, + "line": 231, "column": 16, - "index": 6003 + "index": 7709 } ], "Dropdown.Menu": [ { "filePath": "src/packages/common/ui/Header/components/UserMenu/index.jsx", - "line": 209, + "line": 249, "column": 10, - "index": 6650 + "index": 8356 }, { "filePath": "src/packages/home-page/components/NewOnEdxCarousel/v2/index.jsx", From 272ec09f3cffbc40874e79b9dab80c1c93e978d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:15:49 -0400 Subject: [PATCH 077/160] docs: update dependent-usage.json (#3181) --- dependent-usage.json | 124 +++++++++++++++++++++++++++++-------------- 1 file changed, 83 insertions(+), 41 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index acd069fdfe..0f255b0382 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723730837962, + "lastModified": 1723817218608, "projectUsages": [ { "version": "22.7.0", @@ -43648,17 +43648,23 @@ "column": 4, "index": 1238 }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerIntegrations.jsx", + "line": 17, + "column": 4, + "index": 712 + }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 41, + "line": 42, "column": 8, - "index": 1015 + "index": 1074 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 58, + "line": 59, "column": 6, - "index": 1610 + "index": 1669 }, { "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageContainer.jsx", @@ -43706,9 +43712,9 @@ }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 59, + "line": 60, "column": 8, - "index": 1647 + "index": 1706 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", @@ -43756,9 +43762,15 @@ }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 45, + "line": 46, "column": 10, - "index": 1367 + "index": 1417 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", + "line": 21, + "column": 8, + "index": 531 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", @@ -43878,9 +43890,9 @@ }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 61, + "line": 62, "column": 12, - "index": 1894 + "index": 1944 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", @@ -43928,9 +43940,9 @@ }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 63, + "line": 64, "column": 19, - "index": 1951 + "index": 2001 } ], "Toast": [ @@ -43942,9 +43954,9 @@ }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 73, + "line": 74, "column": 6, - "index": 2315 + "index": 2365 }, { "filePath": "src/Configuration/Provisioning/DashboardToast.jsx", @@ -44088,9 +44100,15 @@ "Card": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 20, + "line": 21, "column": 6, - "index": 531 + "index": 572 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", + "line": 11, + "column": 2, + "index": 197 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", @@ -44114,9 +44132,21 @@ "Card.Section": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 21, + "line": 22, "column": 8, - "index": 578 + "index": 619 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", + "line": 12, + "column": 4, + "index": 225 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", + "line": 16, + "column": 4, + "index": 376 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", @@ -44152,9 +44182,9 @@ "ActionRow": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 23, + "line": 24, "column": 12, - "index": 625 + "index": 666 }, { "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", @@ -44286,15 +44316,21 @@ "Button": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 24, + "line": 25, "column": 14, - "index": 651 + "index": 692 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 25, + "line": 26, "column": 14, - "index": 695 + "index": 736 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", + "line": 20, + "column": 6, + "index": 514 }, { "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", @@ -44534,31 +44570,45 @@ "Launch": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 32, + "line": 33, "column": 27, - "index": 1022 + "index": 1072 + } + ], + "Card.Footer": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", + "line": 19, + "column": 4, + "index": 494 + }, + { + "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", + "line": 39, + "column": 6, + "index": 961 } ], "Breadcrumb": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 42, + "line": 43, "column": 10, - "index": 1054 + "index": 1113 } ], "Skeleton": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 57, + "line": 58, "column": 10, - "index": 1590 + "index": 1649 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 60, + "line": 61, "column": 83, - "index": 1746 + "index": 1805 } ], "DataTable.FilterStatus": [ @@ -45895,14 +45945,6 @@ "index": 3768 } ], - "Card.Footer": [ - { - "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", - "line": 39, - "column": 6, - "index": 961 - } - ], "Input": [ { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentIndexPage.jsx", From c18c956a5ec7cb983bb379db68b26baf286cb7e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 10:12:21 -0400 Subject: [PATCH 078/160] docs: update dependent-usage.json (#3182) --- dependent-usage.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 0f255b0382..a9fe9cb627 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723817218608, + "lastModified": 1723903645894, "projectUsages": [ { "version": "22.7.0", @@ -49611,9 +49611,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDisplay.jsx", - "line": 31, - "column": 8, - "index": 836 + "line": 32, + "column": 10, + "index": 893 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx", From 90d8d5807399a293d397968069e2322e95a6dc9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 10:11:58 -0400 Subject: [PATCH 079/160] docs: update dependent-usage.json (#3183) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index a9fe9cb627..66037513a9 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723903645894, + "lastModified": 1723990027425, "projectUsages": [ { "version": "22.7.0", From 3e88821cb439c08cda84ddbe291289ff5ed3bd42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:17:41 -0400 Subject: [PATCH 080/160] docs: update dependent-usage.json (#3184) --- dependent-usage.json | 52 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 12 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 66037513a9..297f95e55e 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1723990027425, + "lastModified": 1724076530877, "projectUsages": [ { "version": "22.7.0", @@ -31460,9 +31460,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/AssignedCourseCard.jsx", - "line": 24, + "line": 21, "column": 4, - "index": 990 + "index": 853 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/ContinueLearningButton.jsx", @@ -31490,9 +31490,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", - "line": 88, + "line": 87, "column": 4, - "index": 3181 + "index": 3097 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseEnrollmentsEmptyState.jsx", @@ -33048,9 +33048,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", - "line": 88, + "line": 87, "column": 16, - "index": 3193 + "index": 3109 }, { "filePath": "src/components/dashboard/sidebar/SupportInformation.jsx", @@ -33158,9 +33158,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", - "line": 98, + "line": 97, "column": 4, - "index": 3545 + "index": 3461 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseEnrollmentsAlert.jsx", @@ -33250,9 +33250,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", - "line": 117, + "line": 116, "column": 6, - "index": 4342 + "index": 4258 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/NewGroupAssignmentAlert.jsx", @@ -37392,6 +37392,12 @@ "column": 14, "index": 3327 }, + { + "filePath": "src/preferences-unsubscribe/index.jsx", + "line": 71, + "column": 24, + "index": 3070 + }, { "filePath": "src/shared/links.jsx", "line": 10, @@ -38130,6 +38136,12 @@ "column": 24, "index": 16299 }, + { + "filePath": "src/preferences-unsubscribe/index.jsx", + "line": 57, + "column": 16, + "index": 2082 + }, { "filePath": "src/product-tours/newUserCourseHomeTour/LaunchCourseHomeTourButton.jsx", "line": 48, @@ -39657,6 +39669,22 @@ "index": 1069 } ], + "ErrorOutline": [ + { + "filePath": "src/preferences-unsubscribe/index.jsx", + "line": 42, + "column": 4, + "index": 1468 + } + ], + "Container": [ + { + "filePath": "src/preferences-unsubscribe/index.jsx", + "line": 51, + "column": 6, + "index": 1748 + } + ], "Compass": [ { "filePath": "src/product-tours/newUserCourseHomeTour/LaunchCourseHomeTourButton.jsx", @@ -42717,7 +42745,7 @@ } }, { - "version": "22.6.1", + "version": "22.7.0", "name": "@edx/frontend-app-profile", "repository": { "type": "git", From 070e9c9568e23b29f0946cf352ceb8ee490e42e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:15:26 -0400 Subject: [PATCH 081/160] docs: update dependent-usage.json (#3185) --- dependent-usage.json | 1306 +++++++++++++++++++++++------------------- 1 file changed, 707 insertions(+), 599 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 297f95e55e..f9b56c88a1 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1724076530877, + "lastModified": 1724162981004, "projectUsages": [ { "version": "22.7.0", @@ -4971,6 +4971,12 @@ "column": 82, "index": 2690 }, + { + "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", + "line": 14, + "column": 32, + "index": 544 + }, { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", "line": 21, @@ -5183,15 +5189,33 @@ }, { "filePath": "src/components/Admin/index.jsx", - "line": 302, + "line": 313, "column": 8, - "index": 11407 + "index": 11592 }, { "filePath": "src/components/Admin/index.jsx", - "line": 323, + "line": 334, "column": 8, - "index": 12247 + "index": 12432 + }, + { + "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", + "line": 85, + "column": 19, + "index": 3087 + }, + { + "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", + "line": 87, + "column": 20, + "index": 3209 + }, + { + "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", + "line": 88, + "column": 23, + "index": 3254 }, { "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx", @@ -5753,29 +5777,29 @@ "Undo": [ { "filePath": "src/components/Admin/index.jsx", - "line": 302, + "line": 313, "column": 19, - "index": 11418 + "index": 11603 }, { "filePath": "src/components/Admin/index.jsx", - "line": 323, + "line": 334, "column": 19, - "index": 12258 + "index": 12443 } ], "Alert": [ { "filePath": "src/components/Admin/index.jsx", - "line": 335, + "line": 346, "column": 6, - "index": 12582 + "index": 12767 }, { "filePath": "src/components/Admin/index.jsx", - "line": 360, + "line": 371, "column": 6, - "index": 13335 + "index": 13520 }, { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", @@ -6189,15 +6213,15 @@ "Error": [ { "filePath": "src/components/Admin/index.jsx", - "line": 337, + "line": 348, "column": 14, - "index": 12628 + "index": 12813 }, { "filePath": "src/components/Admin/index.jsx", - "line": 363, + "line": 374, "column": 14, - "index": 13406 + "index": 13591 }, { "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx", @@ -6425,15 +6449,15 @@ "Alert.Heading": [ { "filePath": "src/components/Admin/index.jsx", - "line": 339, + "line": 350, "column": 8, - "index": 12651 + "index": 12836 }, { "filePath": "src/components/Admin/index.jsx", - "line": 365, + "line": 376, "column": 8, - "index": 13429 + "index": 13614 }, { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", @@ -6724,6 +6748,196 @@ "index": 4240 } ], + "Tabs": [ + { + "filePath": "src/components/Admin/index.jsx", + "line": 505, + "column": 16, + "index": 18670 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 175, + "column": 10, + "index": 6664 + }, + { + "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", + "line": 107, + "column": 4, + "index": 3515 + }, + { + "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", + "line": 49, + "column": 6, + "index": 1887 + }, + { + "filePath": "src/components/learner-credit-management/BudgetDetailTabsAndRoutes.jsx", + "line": 145, + "column": 6, + "index": 4523 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", + "line": 16, + "column": 6, + "index": 687 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 205, + "column": 6, + "index": 6130 + }, + { + "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", + "line": 116, + "column": 4, + "index": 4132 + } + ], + "Tab": [ + { + "filePath": "src/components/Admin/index.jsx", + "line": 512, + "column": 18, + "index": 18900 + }, + { + "filePath": "src/components/Admin/index.jsx", + "line": 545, + "column": 18, + "index": 20562 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 182, + "column": 12, + "index": 6836 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 192, + "column": 12, + "index": 7206 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 202, + "column": 12, + "index": 7576 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 212, + "column": 12, + "index": 7947 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 222, + "column": 12, + "index": 8318 + }, + { + "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", + "line": 62, + "column": 6, + "index": 2165 + }, + { + "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", + "line": 80, + "column": 8, + "index": 2679 + }, + { + "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", + "line": 57, + "column": 8, + "index": 2075 + }, + { + "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", + "line": 67, + "column": 8, + "index": 2466 + }, + { + "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", + "line": 37, + "column": 6, + "index": 1294 + }, + { + "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", + "line": 56, + "column": 8, + "index": 1901 + }, + { + "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", + "line": 77, + "column": 8, + "index": 2587 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", + "line": 22, + "column": 8, + "index": 830 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", + "line": 27, + "column": 8, + "index": 1160 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 90, + "column": 8, + "index": 2683 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 109, + "column": 8, + "index": 3404 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 123, + "column": 8, + "index": 3788 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 140, + "column": 8, + "index": 4306 + }, + { + "filePath": "src/components/settings/SettingsTabs.jsx", + "line": 155, + "column": 8, + "index": 4796 + }, + { + "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", + "line": 67, + "column": 6, + "index": 2402 + }, + { + "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", + "line": 84, + "column": 8, + "index": 3015 + } + ], "DataTable": [ { "filePath": "src/components/Admin/licenses/LicenseManagementTable/index.jsx", @@ -6749,6 +6963,18 @@ "column": 34, "index": 8842 }, + { + "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx", + "line": 65, + "column": 6, + "index": 2331 + }, + { + "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx", + "line": 67, + "column": 34, + "index": 2406 + }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", "line": 159, @@ -6889,6 +7115,12 @@ "column": 14, "index": 9446 }, + { + "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx", + "line": 153, + "column": 8, + "index": 5649 + }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", "line": 116, @@ -6951,6 +7183,12 @@ "column": 6, "index": 3694 }, + { + "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", + "line": 54, + "column": 5, + "index": 1633 + }, { "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx", "line": 155, @@ -7676,176 +7914,504 @@ "index": 2645 } ], - "Tabs": [ + "StatefulButton": [ { - "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 175, + "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", + "line": 58, + "column": 6, + "index": 1718 + }, + { + "filePath": "src/components/ConfirmationModal/index.jsx", + "line": 120, "column": 10, - "index": 6664 + "index": 3929 }, { - "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", - "line": 107, - "column": 4, - "index": 3515 + "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx", + "line": 111, + "column": 10, + "index": 4304 }, { - "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", - "line": 49, - "column": 6, - "index": 1887 + "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx", + "line": 131, + "column": 12, + "index": 4599 }, { - "filePath": "src/components/learner-credit-management/BudgetDetailTabsAndRoutes.jsx", - "line": 145, - "column": 6, - "index": 4523 + "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", + "line": 316, + "column": 16, + "index": 12044 }, { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", - "line": 16, + "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", + "line": 252, + "column": 12, + "index": 9059 + }, + { + "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx", + "line": 71, + "column": 10, + "index": 2565 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", + "line": 100, + "column": 12, + "index": 3563 + }, + { + "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx", + "line": 203, + "column": 10, + "index": 7883 + }, + { + "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx", + "line": 65, + "column": 10, + "index": 2408 + }, + { + "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", + "line": 522, + "column": 12, + "index": 21283 + }, + { + "filePath": "src/components/SaveTemplateButton/index.jsx", + "line": 142, "column": 6, - "index": 687 + "index": 4568 }, { - "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 205, + "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx", + "line": 59, + "column": 10, + "index": 1718 + }, + { + "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx", + "line": 79, + "column": 10, + "index": 2268 + }, + { + "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessGenerateLinkButton.jsx", + "line": 64, + "column": 4, + "index": 2046 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", + "line": 63, "column": 6, - "index": 6130 + "index": 1795 }, { - "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", - "line": 116, + "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", + "line": 43, "column": 4, - "index": 4132 + "index": 1561 + }, + { + "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx", + "line": 225, + "column": 10, + "index": 7238 + }, + { + "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", + "line": 191, + "column": 10, + "index": 5636 + }, + { + "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", + "line": 166, + "column": 12, + "index": 5368 + }, + { + "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", + "line": 237, + "column": 12, + "index": 9495 + }, + { + "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", + "line": 112, + "column": 10, + "index": 3341 } ], - "Tab": [ + "Download": [ { - "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 182, - "column": 12, - "index": 6836 + "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", + "line": 85, + "column": 30, + "index": 3098 }, { - "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 192, + "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", + "line": 88, + "column": 34, + "index": 3265 + }, + { + "filePath": "src/components/learner-credit-management/members-tab/GroupMembersCsvDownloadTableAction.jsx", + "line": 122, + "column": 20, + "index": 4696 + }, + { + "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", + "line": 549, + "column": 36, + "index": 22541 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", + "line": 74, + "column": 30, + "index": 2130 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", + "line": 77, + "column": 34, + "index": 2297 + }, + { + "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", + "line": 64, + "column": 28, + "index": 2367 + } + ], + "Spinner": [ + { + "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", + "line": 86, + "column": 19, + "index": 3131 + }, + { + "filePath": "src/components/CodeAssignmentModal/index.jsx", + "line": 426, + "column": 62, + "index": 12843 + }, + { + "filePath": "src/components/CodeReminderModal/index.jsx", + "line": 240, + "column": 55, + "index": 6933 + }, + { + "filePath": "src/components/CodeRevokeModal/index.jsx", + "line": 248, + "column": 62, + "index": 7097 + }, + { + "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", + "line": 128, "column": 12, - "index": 7206 + "index": 5055 }, { - "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 202, + "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", + "line": 155, "column": 12, - "index": 7576 + "index": 6353 }, { - "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "filePath": "src/components/DownloadCsvButton/index.jsx", + "line": 39, + "column": 24, + "index": 1076 + }, + { + "filePath": "src/components/InviteLearnersModal/index.jsx", + "line": 268, + "column": 31, + "index": 8668 + }, + { + "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx", "line": 212, - "column": 12, - "index": 7947 + "column": 23, + "index": 8251 }, { - "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 222, - "column": 12, - "index": 8318 + "filePath": "src/components/NumberCard/index.jsx", + "line": 156, + "column": 15, + "index": 4878 }, { - "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", - "line": 62, - "column": 6, - "index": 2165 + "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", + "line": 550, + "column": 25, + "index": 22580 }, { - "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", - "line": 80, + "filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx", + "line": 122, + "column": 33, + "index": 3344 + }, + { + "filePath": "src/components/SaveTemplateButton/index.jsx", + "line": 153, + "column": 19, + "index": 4935 + }, + { + "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx", + "line": 33, "column": 8, - "index": 2679 + "index": 675 }, { - "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", - "line": 57, + "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", + "line": 112, + "column": 24, + "index": 4440 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", + "line": 75, + "column": 19, + "index": 2163 + }, + { + "filePath": "src/components/settings/SettingsSSOTab/index.jsx", + "line": 121, + "column": 18, + "index": 5332 + }, + { + "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", + "line": 65, + "column": 17, + "index": 2398 + }, + { + "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx", + "line": 232, + "column": 23, + "index": 7522 + }, + { + "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", + "line": 199, + "column": 23, + "index": 5971 + } + ], + "Check": [ + { + "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", + "line": 87, + "column": 31, + "index": 3220 + }, + { + "filePath": "src/components/CodeSearchResults/CodeSearchResultsTable.jsx", + "line": 116, + "column": 44, + "index": 2944 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx", + "line": 31, + "column": 23, + "index": 1174 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx", + "line": 40, + "column": 23, + "index": 1573 + }, + { + "filePath": "src/components/ReportingConfig/index.jsx", + "line": 150, + "column": 29, + "index": 4992 + }, + { + "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", + "line": 551, + "column": 37, + "index": 22675 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", + "line": 76, + "column": 31, + "index": 2252 + }, + { + "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", + "line": 66, + "column": 29, + "index": 2485 + } + ], + "DataTable.TableControlBar": [ + { + "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx", + "line": 151, "column": 8, - "index": 2075 + "index": 5583 }, { - "filePath": "src/components/ContentHighlights/ContentHighlightsDashboard.jsx", - "line": 67, + "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", + "line": 178, "column": 8, - "index": 2466 + "index": 5318 }, { - "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", - "line": 37, + "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", + "line": 102, "column": 6, - "index": 1294 + "index": 3341 }, { - "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", - "line": 56, + "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx", + "line": 96, "column": 8, - "index": 1901 + "index": 2626 }, { - "filePath": "src/components/learner-credit-management/data/hooks/useBudgetDetailTabs.jsx", - "line": 77, + "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", + "line": 98, "column": 8, - "index": 2587 + "index": 2953 }, { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", - "line": 22, - "column": 8, - "index": 830 + "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", + "line": 206, + "column": 10, + "index": 7866 }, { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ErrorReportingTable.jsx", - "line": 27, + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", + "line": 145, "column": 8, - "index": 1160 + "index": 4137 }, { - "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 90, + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx", + "line": 152, "column": 8, - "index": 2683 + "index": 4423 }, { - "filePath": "src/components/settings/SettingsTabs.jsx", + "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx", "line": 109, + "column": 6, + "index": 3219 + } + ], + "DataTable.Table": [ + { + "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx", + "line": 152, "column": 8, - "index": 3404 + "index": 5621 }, { - "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 123, + "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", + "line": 179, "column": 8, - "index": 3788 + "index": 5356 }, { - "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 140, + "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", + "line": 115, + "column": 33, + "index": 3696 + }, + { + "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", + "line": 207, + "column": 10, + "index": 7906 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", + "line": 146, "column": 8, - "index": 4306 + "index": 4175 }, { - "filePath": "src/components/settings/SettingsTabs.jsx", - "line": 155, + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx", + "line": 153, "column": 8, - "index": 4796 + "index": 4461 }, { - "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", - "line": 67, + "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx", + "line": 110, "column": 6, - "index": 2402 + "index": 3255 + } + ], + "DataTable.TableFooter": [ + { + "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx", + "line": 160, + "column": 8, + "index": 5954 }, { - "filePath": "src/components/subscriptions/SubscriptionTabs.jsx", - "line": 84, + "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", + "line": 180, "column": 8, - "index": 3015 + "index": 5384 + }, + { + "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", + "line": 117, + "column": 6, + "index": 3782 + }, + { + "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx", + "line": 101, + "column": 8, + "index": 2765 + }, + { + "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", + "line": 104, + "column": 8, + "index": 3152 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", + "line": 148, + "column": 8, + "index": 4263 + }, + { + "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx", + "line": 155, + "column": 8, + "index": 4549 + }, + { + "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx", + "line": 119, + "column": 6, + "index": 3636 } ], "Hyperlink": [ @@ -8518,138 +9084,6 @@ "index": 4539 } ], - "DataTable.TableControlBar": [ - { - "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", - "line": 178, - "column": 8, - "index": 5318 - }, - { - "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", - "line": 102, - "column": 6, - "index": 3341 - }, - { - "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx", - "line": 96, - "column": 8, - "index": 2626 - }, - { - "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 98, - "column": 8, - "index": 2953 - }, - { - "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", - "line": 206, - "column": 10, - "index": 7866 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", - "line": 145, - "column": 8, - "index": 4137 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx", - "line": 152, - "column": 8, - "index": 4423 - }, - { - "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx", - "line": 109, - "column": 6, - "index": 3219 - } - ], - "DataTable.Table": [ - { - "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", - "line": 179, - "column": 8, - "index": 5356 - }, - { - "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", - "line": 115, - "column": 33, - "index": 3696 - }, - { - "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", - "line": 207, - "column": 10, - "index": 7906 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", - "line": 146, - "column": 8, - "index": 4175 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx", - "line": 153, - "column": 8, - "index": 4461 - }, - { - "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx", - "line": 110, - "column": 6, - "index": 3255 - } - ], - "DataTable.TableFooter": [ - { - "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", - "line": 180, - "column": 8, - "index": 5384 - }, - { - "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", - "line": 117, - "column": 6, - "index": 3782 - }, - { - "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx", - "line": 101, - "column": 8, - "index": 2765 - }, - { - "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 104, - "column": 8, - "index": 3152 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", - "line": 148, - "column": 8, - "index": 4263 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/LearnerMetadataTable.jsx", - "line": 155, - "column": 8, - "index": 4549 - }, - { - "filePath": "src/components/SubsidyRequestManagementTable/SubsidyRequestManagementTable.jsx", - "line": 119, - "column": 6, - "index": 3636 - } - ], "DataTable.RowStatus": [ { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -10048,122 +10482,6 @@ "index": 5525 } ], - "Spinner": [ - { - "filePath": "src/components/CodeAssignmentModal/index.jsx", - "line": 426, - "column": 62, - "index": 12843 - }, - { - "filePath": "src/components/CodeReminderModal/index.jsx", - "line": 240, - "column": 55, - "index": 6933 - }, - { - "filePath": "src/components/CodeRevokeModal/index.jsx", - "line": 248, - "column": 62, - "index": 7097 - }, - { - "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", - "line": 128, - "column": 12, - "index": 5055 - }, - { - "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", - "line": 155, - "column": 12, - "index": 6353 - }, - { - "filePath": "src/components/DownloadCsvButton/index.jsx", - "line": 39, - "column": 24, - "index": 1076 - }, - { - "filePath": "src/components/InviteLearnersModal/index.jsx", - "line": 268, - "column": 31, - "index": 8668 - }, - { - "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx", - "line": 212, - "column": 23, - "index": 8251 - }, - { - "filePath": "src/components/NumberCard/index.jsx", - "line": 156, - "column": 15, - "index": 4878 - }, - { - "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 550, - "column": 25, - "index": 22580 - }, - { - "filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx", - "line": 122, - "column": 33, - "index": 3344 - }, - { - "filePath": "src/components/SaveTemplateButton/index.jsx", - "line": 153, - "column": 19, - "index": 4935 - }, - { - "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessTabSection.jsx", - "line": 33, - "column": 8, - "index": 675 - }, - { - "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", - "line": 112, - "column": 24, - "index": 4440 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", - "line": 75, - "column": 19, - "index": 2163 - }, - { - "filePath": "src/components/settings/SettingsSSOTab/index.jsx", - "line": 121, - "column": 18, - "index": 5332 - }, - { - "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", - "line": 65, - "column": 17, - "index": 2398 - }, - { - "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx", - "line": 232, - "column": 23, - "index": 7522 - }, - { - "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 199, - "column": 23, - "index": 5971 - } - ], "Container": [ { "filePath": "src/components/CodeManagement/index.jsx", @@ -10442,50 +10760,6 @@ "index": 23636 } ], - "Check": [ - { - "filePath": "src/components/CodeSearchResults/CodeSearchResultsTable.jsx", - "line": 116, - "column": 44, - "index": 2944 - }, - { - "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx", - "line": 31, - "column": 23, - "index": 1174 - }, - { - "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx", - "line": 40, - "column": 23, - "index": 1573 - }, - { - "filePath": "src/components/ReportingConfig/index.jsx", - "line": 150, - "column": 29, - "index": 4992 - }, - { - "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 551, - "column": 37, - "index": 22675 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", - "line": 76, - "column": 31, - "index": 2252 - }, - { - "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", - "line": 66, - "column": 29, - "index": 2485 - } - ], "TransitionReplace": [ { "filePath": "src/components/CodeSearchResults/index.jsx", @@ -10494,134 +10768,6 @@ "index": 2032 } ], - "StatefulButton": [ - { - "filePath": "src/components/ConfirmationModal/index.jsx", - "line": 120, - "column": 10, - "index": 3929 - }, - { - "filePath": "src/components/ContentHighlights/DeleteArchivedHighlightsDialogs.jsx", - "line": 111, - "column": 10, - "index": 4304 - }, - { - "filePath": "src/components/ContentHighlights/DeleteHighlightSet.jsx", - "line": 131, - "column": 12, - "index": 4599 - }, - { - "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", - "line": 316, - "column": 16, - "index": 12044 - }, - { - "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 252, - "column": 12, - "index": 9059 - }, - { - "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx", - "line": 71, - "column": 10, - "index": 2565 - }, - { - "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", - "line": 100, - "column": 12, - "index": 3563 - }, - { - "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx", - "line": 203, - "column": 10, - "index": 7883 - }, - { - "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx", - "line": 65, - "column": 10, - "index": 2408 - }, - { - "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 522, - "column": 12, - "index": 21283 - }, - { - "filePath": "src/components/SaveTemplateButton/index.jsx", - "line": 142, - "column": 6, - "index": 4568 - }, - { - "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx", - "line": 59, - "column": 10, - "index": 1718 - }, - { - "filePath": "src/components/settings/SettingsAccessTab/LinkDeactivationAlertModal.jsx", - "line": 79, - "column": 10, - "index": 2268 - }, - { - "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessGenerateLinkButton.jsx", - "line": 64, - "column": 4, - "index": 2046 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", - "line": 63, - "column": 6, - "index": 1795 - }, - { - "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", - "line": 43, - "column": 4, - "index": 1561 - }, - { - "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx", - "line": 225, - "column": 10, - "index": 7238 - }, - { - "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 191, - "column": 10, - "index": 5636 - }, - { - "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 166, - "column": 12, - "index": 5368 - }, - { - "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 237, - "column": 12, - "index": 9495 - }, - { - "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", - "line": 112, - "column": 10, - "index": 3341 - } - ], "Add": [ { "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityAlert.jsx", @@ -12248,38 +12394,6 @@ "index": 3711 } ], - "Download": [ - { - "filePath": "src/components/learner-credit-management/members-tab/GroupMembersCsvDownloadTableAction.jsx", - "line": 122, - "column": 20, - "index": 4696 - }, - { - "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 549, - "column": 36, - "index": 22541 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", - "line": 74, - "column": 30, - "index": 2130 - }, - { - "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", - "line": 77, - "column": 34, - "index": 2297 - }, - { - "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", - "line": 64, - "column": 28, - "index": 2367 - } - ], "MoreVert": [ { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", @@ -31538,9 +31652,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 254, + "line": 244, "column": 16, - "index": 10940 + "index": 10765 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -31934,9 +32048,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 79, + "line": 78, "column": 4, - "index": 2605 + "index": 2680 }, { "filePath": "src/components/NotFoundPage/index.jsx", @@ -32042,12 +32156,6 @@ "column": 16, "index": 2584 }, - { - "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 81, - "column": 8, - "index": 2708 - }, { "filePath": "src/components/pathway-progress/PathwayProgressHeader.jsx", "line": 19, @@ -32886,21 +32994,21 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 155, + "line": 147, "column": 18, - "index": 5851 + "index": 5752 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 243, + "line": 234, "column": 22, - "index": 10579 + "index": 10444 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 256, + "line": 246, "column": 22, - "index": 11006 + "index": 10831 }, { "filePath": "src/components/program/ProgramInstructors.jsx", @@ -33480,9 +33588,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 87, + "line": 79, "column": 6, - "index": 2850 + "index": 2751 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -33964,9 +34072,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 119, + "line": 111, "column": 22, - "index": 4367 + "index": 4268 }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", @@ -34274,21 +34382,21 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 194, + "line": 185, "column": 18, - "index": 7739 + "index": 7604 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 206, + "line": 197, "column": 16, - "index": 8528 + "index": 8393 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 214, + "line": 205, "column": 18, - "index": 9023 + "index": 8888 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -34446,9 +34554,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 29, + "line": 31, "column": 6, - "index": 1088 + "index": 1153 }, { "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", @@ -35028,9 +35136,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 214, + "line": 205, "column": 56, - "index": 9061 + "index": 8926 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -35094,9 +35202,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 206, + "line": 197, "column": 54, - "index": 8566 + "index": 8431 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -35804,9 +35912,9 @@ "Timelapse": [ { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 194, + "line": 185, "column": 56, - "index": 7777 + "index": 7642 } ], "Plus": [ From 2d0bc2920e277788232cf6bcea4d95a7d1ec8d2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:12:55 -0400 Subject: [PATCH 082/160] docs: update dependent-usage.json (#3188) --- dependent-usage.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index f9b56c88a1..9f03186fab 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1724162981004, + "lastModified": 1724249280028, "projectUsages": [ { "version": "22.7.0", @@ -6809,7 +6809,7 @@ "filePath": "src/components/Admin/index.jsx", "line": 545, "column": 18, - "index": 20562 + "index": 20569 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", @@ -53102,9 +53102,9 @@ }, { "filePath": "src/packages/open-course-page/components/EnrollButton/EnrollButtonLink.jsx", - "line": 330, + "line": 332, "column": 20, - "index": 10890 + "index": 10932 }, { "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx", From 14eba5d335cdfdb85dcf2f2aaee770ecf02ab549 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:17:10 -0400 Subject: [PATCH 083/160] docs: update dependent-usage.json (#3189) --- dependent-usage.json | 1502 +++++++++++++++++++++++++----------------- 1 file changed, 900 insertions(+), 602 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 9f03186fab..efe899fd56 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1724249280028, + "lastModified": 1724335693100, "projectUsages": [ { "version": "22.7.0", @@ -16754,9 +16754,9 @@ }, { "filePath": "src/generic/processing-notification/index.jsx", - "line": 18, + "line": 16, "column": 4, - "index": 521 + "index": 463 }, { "filePath": "src/generic/tag-count/index.jsx", @@ -17228,9 +17228,9 @@ }, { "filePath": "src/generic/processing-notification/index.jsx", - "line": 11, + "line": 9, "column": 2, - "index": 369 + "index": 311 }, { "filePath": "src/group-configurations/common/TitleButton.jsx", @@ -25618,9 +25618,9 @@ "IconSettings": [ { "filePath": "src/generic/processing-notification/index.jsx", - "line": 18, + "line": 16, "column": 56, - "index": 573 + "index": 515 } ], "WarningFilledIcon": [ @@ -31654,7 +31654,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 244, "column": 16, - "index": 10765 + "index": 10748 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -32050,7 +32050,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 78, "column": 4, - "index": 2680 + "index": 2701 }, { "filePath": "src/components/NotFoundPage/index.jsx", @@ -32992,24 +32992,6 @@ "column": 32, "index": 18758 }, - { - "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 147, - "column": 18, - "index": 5752 - }, - { - "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 234, - "column": 22, - "index": 10444 - }, - { - "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 246, - "column": 22, - "index": 10831 - }, { "filePath": "src/components/program/ProgramInstructors.jsx", "line": 23, @@ -33590,7 +33572,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 79, "column": 6, - "index": 2751 + "index": 2772 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -34074,7 +34056,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 111, "column": 22, - "index": 4268 + "index": 4289 }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", @@ -34384,19 +34366,19 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 185, "column": 18, - "index": 7604 + "index": 7606 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 197, "column": 16, - "index": 8393 + "index": 8395 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 205, "column": 18, - "index": 8888 + "index": 8890 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -34556,7 +34538,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 31, "column": 6, - "index": 1153 + "index": 1174 }, { "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", @@ -35138,7 +35120,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 205, "column": 56, - "index": 8926 + "index": 8928 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -35204,7 +35186,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 197, "column": 54, - "index": 8431 + "index": 8433 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -35914,7 +35896,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 185, "column": 56, - "index": 7642 + "index": 7644 } ], "Plus": [ @@ -43785,22 +43767,28 @@ "index": 1238 }, { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerIntegrations.jsx", - "line": 17, - "column": 4, - "index": 712 + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 43, + "column": 8, + "index": 1135 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 42, - "column": 8, - "index": 1074 + "line": 60, + "column": 6, + "index": 1729 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 59, + "line": 65, "column": 6, - "index": 1669 + "index": 1934 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 70, + "column": 6, + "index": 2139 }, { "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageContainer.jsx", @@ -43844,13 +43832,37 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 31, "column": 2, - "index": 906 + "index": 909 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 60, + "line": 61, "column": 8, - "index": 1706 + "index": 1766 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 66, + "column": 8, + "index": 1971 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 71, + "column": 8, + "index": 2176 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", + "line": 48, + "column": 8, + "index": 1517 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", + "line": 45, + "column": 8, + "index": 1417 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", @@ -43898,15 +43910,15 @@ }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 46, + "line": 48, "column": 10, - "index": 1417 + "index": 1702 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", "line": 21, "column": 8, - "index": 531 + "index": 536 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", @@ -44004,31 +44016,91 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 11, "column": 11, - "index": 426 + "index": 429 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 18, "column": 11, - "index": 599 + "index": 602 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 25, "column": 11, - "index": 780 + "index": 783 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 54, "column": 6, - "index": 1718 + "index": 1721 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 62, + "line": 64, "column": 12, - "index": 1944 + "index": 2229 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 36, + "column": 10, + "index": 1070 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 53, + "column": 10, + "index": 1633 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 74, + "column": 10, + "index": 2544 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 85, + "column": 10, + "index": 2890 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 95, + "column": 10, + "index": 3193 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 105, + "column": 10, + "index": 3484 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 115, + "column": 10, + "index": 3747 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 125, + "column": 10, + "index": 4028 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 135, + "column": 10, + "index": 4313 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 145, + "column": 10, + "index": 4598 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", @@ -44076,9 +44148,9 @@ }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 64, + "line": 66, "column": 19, - "index": 2001 + "index": 2286 } ], "Toast": [ @@ -44090,9 +44162,9 @@ }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 74, + "line": 76, "column": 6, - "index": 2365 + "index": 2650 }, { "filePath": "src/Configuration/Provisioning/DashboardToast.jsx", @@ -44124,19 +44196,79 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 11, "column": 22, - "index": 437 + "index": 440 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 18, "column": 22, - "index": 610 + "index": 613 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 25, "column": 22, - "index": 791 + "index": 794 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 41, + "column": 17, + "index": 1215 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 58, + "column": 17, + "index": 1796 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 79, + "column": 17, + "index": 2702 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 90, + "column": 17, + "index": 3062 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 100, + "column": 17, + "index": 3367 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 110, + "column": 17, + "index": 3638 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 120, + "column": 17, + "index": 3913 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 130, + "column": 17, + "index": 4190 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 140, + "column": 17, + "index": 4475 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 150, + "column": 17, + "index": 4769 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx", @@ -44150,7 +44282,7 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 39, "column": 4, - "index": 1232 + "index": 1235 }, { "filePath": "src/users/VerifiedName.jsx", @@ -44164,7 +44296,7 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 43, "column": 8, - "index": 1331 + "index": 1334 } ], "InfoOutline": [ @@ -44172,7 +44304,7 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 54, "column": 27, - "index": 1739 + "index": 1742 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", @@ -44192,7 +44324,7 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 64, "column": 6, - "index": 2046 + "index": 2049 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", @@ -44230,15 +44362,41 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 86, "column": 8, - "index": 2626 + "index": 2629 + } + ], + "useToggle": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", + "line": 14, + "column": 53, + "index": 655 + }, + { + "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx", + "line": 8, + "column": 28, + "index": 374 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", + "line": 13, + "column": 32, + "index": 378 + }, + { + "filePath": "src/users/CourseReset.jsx", + "line": 19, + "column": 32, + "index": 618 } ], "Card": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 21, + "line": 23, "column": 6, - "index": 572 + "index": 835 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", @@ -44246,6 +44404,18 @@ "column": 2, "index": 197 }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", + "line": 20, + "column": 4, + "index": 599 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", + "line": 19, + "column": 4, + "index": 591 + }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", "line": 10, @@ -44268,9 +44438,9 @@ "Card.Section": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 22, + "line": 24, "column": 8, - "index": 619 + "index": 882 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", @@ -44282,7 +44452,19 @@ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", "line": 16, "column": 4, - "index": 376 + "index": 381 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", + "line": 21, + "column": 6, + "index": 629 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", + "line": 20, + "column": 6, + "index": 621 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", @@ -44318,9 +44500,27 @@ "ActionRow": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 24, + "line": 26, "column": 12, - "index": 666 + "index": 929 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 157, + "column": 8, + "index": 4910 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", + "line": 24, + "column": 10, + "index": 702 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", + "line": 23, + "column": 10, + "index": 694 }, { "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", @@ -44452,21 +44652,51 @@ "Button": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 25, + "line": 27, "column": 14, - "index": 692 + "index": 955 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 26, + "line": 28, "column": 14, - "index": 736 + "index": 1021 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 161, + "column": 10, + "index": 5058 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", "line": 20, "column": 6, - "index": 514 + "index": 519 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", + "line": 25, + "column": 12, + "index": 726 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", + "line": 34, + "column": 12, + "index": 1065 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", + "line": 24, + "column": 12, + "index": 718 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", + "line": 32, + "column": 12, + "index": 1027 }, { "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", @@ -44706,45 +44936,619 @@ "Launch": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 33, + "line": 35, "column": 27, + "index": 1357 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 166, + "column": 23, + "index": 5284 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", + "line": 41, + "column": 25, + "index": 1394 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", + "line": 38, + "column": 25, + "index": 1294 + } + ], + "ModalDialog": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 16, + "column": 4, + "index": 516 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", + "line": 32, + "column": 6, + "index": 888 + }, + { + "filePath": "src/users/account-actions/CancelRetirement.jsx", + "line": 55, + "column": 6, + "index": 1628 + }, + { + "filePath": "src/users/account-actions/PasswordHistory.jsx", + "line": 58, + "column": 6, + "index": 1413 + }, + { + "filePath": "src/users/account-actions/ResetPassword.jsx", + "line": 58, + "column": 6, + "index": 1708 + }, + { + "filePath": "src/users/account-actions/RetireUser.jsx", + "line": 70, + "column": 6, + "index": 2156 + }, + { + "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", + "line": 36, + "column": 6, + "index": 1074 + }, + { + "filePath": "src/users/courseSummary/CourseSummary.jsx", + "line": 146, + "column": 4, + "index": 3985 + }, + { + "filePath": "src/users/enrollments/Certificates.jsx", + "line": 191, + "column": 4, + "index": 5880 + }, + { + "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", + "line": 137, + "column": 4, + "index": 3758 + }, + { + "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", + "line": 97, + "column": 4, + "index": 2676 + }, + { + "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", + "line": 99, + "column": 4, + "index": 2810 + }, + { + "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", + "line": 94, + "column": 4, + "index": 2589 + }, + { + "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", + "line": 92, + "column": 4, + "index": 2531 + }, + { + "filePath": "src/users/SingleSignOnRecordCard.jsx", + "line": 66, + "column": 6, + "index": 1922 + }, + { + "filePath": "src/users/VerifiedName.jsx", + "line": 148, + "column": 6, + "index": 4670 + } + ], + "ModalDialog.Header": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 24, + "column": 6, + "index": 691 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", + "line": 40, + "column": 8, "index": 1072 + }, + { + "filePath": "src/users/account-actions/CancelRetirement.jsx", + "line": 62, + "column": 8, + "index": 1832 + }, + { + "filePath": "src/users/account-actions/PasswordHistory.jsx", + "line": 65, + "column": 8, + "index": 1618 + }, + { + "filePath": "src/users/account-actions/ResetPassword.jsx", + "line": 65, + "column": 8, + "index": 1903 + }, + { + "filePath": "src/users/account-actions/RetireUser.jsx", + "line": 77, + "column": 8, + "index": 2337 + }, + { + "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", + "line": 42, + "column": 8, + "index": 1263 + }, + { + "filePath": "src/users/courseSummary/CourseSummary.jsx", + "line": 156, + "column": 6, + "index": 4187 + }, + { + "filePath": "src/users/enrollments/Certificates.jsx", + "line": 201, + "column": 6, + "index": 6079 + }, + { + "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", + "line": 148, + "column": 6, + "index": 4004 + }, + { + "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", + "line": 108, + "column": 6, + "index": 2922 + }, + { + "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", + "line": 110, + "column": 6, + "index": 3057 + }, + { + "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", + "line": 105, + "column": 6, + "index": 2836 + }, + { + "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", + "line": 103, + "column": 6, + "index": 2780 + }, + { + "filePath": "src/users/SingleSignOnRecordCard.jsx", + "line": 72, + "column": 8, + "index": 2106 + }, + { + "filePath": "src/users/VerifiedName.jsx", + "line": 157, + "column": 8, + "index": 4892 } ], - "Card.Footer": [ + "ModalDialog.Body": [ { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", - "line": 19, + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 30, + "column": 6, + "index": 800 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", + "line": 46, + "column": 8, + "index": 1226 + }, + { + "filePath": "src/users/account-actions/CancelRetirement.jsx", + "line": 67, + "column": 8, + "index": 2023 + }, + { + "filePath": "src/users/account-actions/PasswordHistory.jsx", + "line": 70, + "column": 8, + "index": 1814 + }, + { + "filePath": "src/users/account-actions/ResetPassword.jsx", + "line": 70, + "column": 8, + "index": 2096 + }, + { + "filePath": "src/users/account-actions/RetireUser.jsx", + "line": 82, + "column": 8, + "index": 2540 + }, + { + "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", + "line": 47, + "column": 8, + "index": 1553 + }, + { + "filePath": "src/users/courseSummary/CourseSummary.jsx", + "line": 165, + "column": 6, + "index": 4505 + }, + { + "filePath": "src/users/enrollments/Certificates.jsx", + "line": 206, + "column": 6, + "index": 6254 + }, + { + "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", + "line": 153, + "column": 6, + "index": 4185 + }, + { + "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", + "line": 113, + "column": 6, + "index": 3107 + }, + { + "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", + "line": 115, + "column": 6, + "index": 3243 + }, + { + "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", + "line": 110, + "column": 6, + "index": 3018 + }, + { + "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", + "line": 108, + "column": 6, + "index": 2963 + }, + { + "filePath": "src/users/SingleSignOnRecordCard.jsx", + "line": 77, + "column": 8, + "index": 2291 + }, + { + "filePath": "src/users/VerifiedName.jsx", + "line": 162, + "column": 8, + "index": 5087 + } + ], + "Badge": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 31, + "column": 8, + "index": 827 + }, + { + "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableBadges.jsx", + "line": 9, "column": 4, - "index": 494 + "index": 176 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", - "line": 39, + "line": 16, + "column": 40, + "index": 388 + }, + { + "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", + "line": 16, + "column": 83, + "index": 431 + }, + { + "filePath": "src/users/licenses/LicenseCard.jsx", + "line": 67, + "column": 14, + "index": 1785 + } + ], + "ModalDialog.Footer": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 156, "column": 6, - "index": 961 + "index": 4881 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", + "line": 52, + "column": 8, + "index": 1343 + }, + { + "filePath": "src/users/account-actions/CancelRetirement.jsx", + "line": 70, + "column": 8, + "index": 2117 + }, + { + "filePath": "src/users/account-actions/PasswordHistory.jsx", + "line": 77, + "column": 8, + "index": 2059 + }, + { + "filePath": "src/users/account-actions/ResetPassword.jsx", + "line": 73, + "column": 8, + "index": 2190 + }, + { + "filePath": "src/users/account-actions/RetireUser.jsx", + "line": 85, + "column": 8, + "index": 2634 + }, + { + "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", + "line": 63, + "column": 8, + "index": 2151 + }, + { + "filePath": "src/users/courseSummary/CourseSummary.jsx", + "line": 168, + "column": 6, + "index": 4607 + }, + { + "filePath": "src/users/enrollments/Certificates.jsx", + "line": 209, + "column": 6, + "index": 6332 + }, + { + "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", + "line": 156, + "column": 6, + "index": 4267 + }, + { + "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", + "line": 116, + "column": 6, + "index": 3189 + }, + { + "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", + "line": 118, + "column": 6, + "index": 3327 + }, + { + "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", + "line": 113, + "column": 6, + "index": 3101 + }, + { + "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", + "line": 111, + "column": 6, + "index": 3047 + }, + { + "filePath": "src/users/SingleSignOnRecordCard.jsx", + "line": 85, + "column": 8, + "index": 2524 + }, + { + "filePath": "src/users/VerifiedName.jsx", + "line": 169, + "column": 8, + "index": 5303 } ], - "Breadcrumb": [ + "ModalDialog.CloseButton": [ { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 43, + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", + "line": 158, "column": 10, - "index": 1113 + "index": 4932 + }, + { + "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", + "line": 55, + "column": 12, + "index": 1518 + }, + { + "filePath": "src/users/account-actions/CancelRetirement.jsx", + "line": 72, + "column": 12, + "index": 2172 + }, + { + "filePath": "src/users/account-actions/PasswordHistory.jsx", + "line": 79, + "column": 12, + "index": 2114 + }, + { + "filePath": "src/users/account-actions/ResetPassword.jsx", + "line": 75, + "column": 12, + "index": 2245 + }, + { + "filePath": "src/users/account-actions/RetireUser.jsx", + "line": 87, + "column": 12, + "index": 2689 + }, + { + "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", + "line": 65, + "column": 12, + "index": 2206 + }, + { + "filePath": "src/users/courseSummary/CourseSummary.jsx", + "line": 170, + "column": 10, + "index": 4658 + }, + { + "filePath": "src/users/enrollments/Certificates.jsx", + "line": 211, + "column": 10, + "index": 6383 + }, + { + "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", + "line": 158, + "column": 10, + "index": 4318 + }, + { + "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", + "line": 118, + "column": 10, + "index": 3240 + }, + { + "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", + "line": 120, + "column": 10, + "index": 3378 + }, + { + "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", + "line": 115, + "column": 10, + "index": 3152 + }, + { + "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", + "line": 113, + "column": 10, + "index": 3098 + }, + { + "filePath": "src/users/SingleSignOnRecordCard.jsx", + "line": 87, + "column": 12, + "index": 2579 + }, + { + "filePath": "src/users/VerifiedName.jsx", + "line": 171, + "column": 12, + "index": 5358 + } + ], + "Form.Switch": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerPlanContainer.jsx", + "line": 39, + "column": 12, + "index": 1633 } ], "Skeleton": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerPlanContainer.jsx", + "line": 60, + "column": 10, + "index": 2300 + }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 58, + "line": 59, "column": 10, - "index": 1649 + "index": 1709 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 61, + "line": 62, "column": 83, - "index": 1805 + "index": 1865 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 67, + "column": 83, + "index": 2070 + } + ], + "Card.Footer": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", + "line": 19, + "column": 4, + "index": 499 + }, + { + "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", + "line": 39, + "column": 6, + "index": 961 + } + ], + "Breadcrumb": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", + "line": 44, + "column": 10, + "index": 1174 + } + ], + "Chip": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", + "line": 52, + "column": 23, + "index": 1608 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", + "line": 49, + "column": 23, + "index": 1508 } ], "DataTable.FilterStatus": [ @@ -44755,32 +45559,6 @@ "index": 869 } ], - "Badge": [ - { - "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableBadges.jsx", - "line": 9, - "column": 4, - "index": 176 - }, - { - "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", - "line": 16, - "column": 40, - "index": 388 - }, - { - "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", - "line": 16, - "column": 83, - "index": 431 - }, - { - "filePath": "src/users/licenses/LicenseCard.jsx", - "line": 67, - "column": 14, - "index": 1785 - } - ], "IconButton": [ { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", @@ -45383,26 +46161,6 @@ "index": 384 } ], - "useToggle": [ - { - "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx", - "line": 8, - "column": 28, - "index": 374 - }, - { - "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", - "line": 13, - "column": 32, - "index": 378 - }, - { - "filePath": "src/users/CourseReset.jsx", - "line": 19, - "column": 32, - "index": 618 - } - ], "Edit": [ { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx", @@ -45447,190 +46205,6 @@ "index": 568 } ], - "ModalDialog": [ - { - "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", - "line": 32, - "column": 6, - "index": 888 - }, - { - "filePath": "src/users/account-actions/CancelRetirement.jsx", - "line": 55, - "column": 6, - "index": 1628 - }, - { - "filePath": "src/users/account-actions/PasswordHistory.jsx", - "line": 58, - "column": 6, - "index": 1413 - }, - { - "filePath": "src/users/account-actions/ResetPassword.jsx", - "line": 58, - "column": 6, - "index": 1708 - }, - { - "filePath": "src/users/account-actions/RetireUser.jsx", - "line": 70, - "column": 6, - "index": 2156 - }, - { - "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", - "line": 36, - "column": 6, - "index": 1074 - }, - { - "filePath": "src/users/courseSummary/CourseSummary.jsx", - "line": 146, - "column": 4, - "index": 3985 - }, - { - "filePath": "src/users/enrollments/Certificates.jsx", - "line": 191, - "column": 4, - "index": 5880 - }, - { - "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", - "line": 137, - "column": 4, - "index": 3758 - }, - { - "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", - "line": 97, - "column": 4, - "index": 2676 - }, - { - "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", - "line": 99, - "column": 4, - "index": 2810 - }, - { - "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", - "line": 94, - "column": 4, - "index": 2589 - }, - { - "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", - "line": 92, - "column": 4, - "index": 2531 - }, - { - "filePath": "src/users/SingleSignOnRecordCard.jsx", - "line": 66, - "column": 6, - "index": 1922 - }, - { - "filePath": "src/users/VerifiedName.jsx", - "line": 148, - "column": 6, - "index": 4670 - } - ], - "ModalDialog.Header": [ - { - "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", - "line": 40, - "column": 8, - "index": 1072 - }, - { - "filePath": "src/users/account-actions/CancelRetirement.jsx", - "line": 62, - "column": 8, - "index": 1832 - }, - { - "filePath": "src/users/account-actions/PasswordHistory.jsx", - "line": 65, - "column": 8, - "index": 1618 - }, - { - "filePath": "src/users/account-actions/ResetPassword.jsx", - "line": 65, - "column": 8, - "index": 1903 - }, - { - "filePath": "src/users/account-actions/RetireUser.jsx", - "line": 77, - "column": 8, - "index": 2337 - }, - { - "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", - "line": 42, - "column": 8, - "index": 1263 - }, - { - "filePath": "src/users/courseSummary/CourseSummary.jsx", - "line": 156, - "column": 6, - "index": 4187 - }, - { - "filePath": "src/users/enrollments/Certificates.jsx", - "line": 201, - "column": 6, - "index": 6079 - }, - { - "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", - "line": 148, - "column": 6, - "index": 4004 - }, - { - "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", - "line": 108, - "column": 6, - "index": 2922 - }, - { - "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", - "line": 110, - "column": 6, - "index": 3057 - }, - { - "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", - "line": 105, - "column": 6, - "index": 2836 - }, - { - "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", - "line": 103, - "column": 6, - "index": 2780 - }, - { - "filePath": "src/users/SingleSignOnRecordCard.jsx", - "line": 72, - "column": 8, - "index": 2106 - }, - { - "filePath": "src/users/VerifiedName.jsx", - "line": 157, - "column": 8, - "index": 4892 - } - ], "ModalDialog.Title": [ { "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", @@ -45723,282 +46297,6 @@ "index": 4940 } ], - "ModalDialog.Body": [ - { - "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", - "line": 46, - "column": 8, - "index": 1226 - }, - { - "filePath": "src/users/account-actions/CancelRetirement.jsx", - "line": 67, - "column": 8, - "index": 2023 - }, - { - "filePath": "src/users/account-actions/PasswordHistory.jsx", - "line": 70, - "column": 8, - "index": 1814 - }, - { - "filePath": "src/users/account-actions/ResetPassword.jsx", - "line": 70, - "column": 8, - "index": 2096 - }, - { - "filePath": "src/users/account-actions/RetireUser.jsx", - "line": 82, - "column": 8, - "index": 2540 - }, - { - "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", - "line": 47, - "column": 8, - "index": 1553 - }, - { - "filePath": "src/users/courseSummary/CourseSummary.jsx", - "line": 165, - "column": 6, - "index": 4505 - }, - { - "filePath": "src/users/enrollments/Certificates.jsx", - "line": 206, - "column": 6, - "index": 6254 - }, - { - "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", - "line": 153, - "column": 6, - "index": 4185 - }, - { - "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", - "line": 113, - "column": 6, - "index": 3107 - }, - { - "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", - "line": 115, - "column": 6, - "index": 3243 - }, - { - "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", - "line": 110, - "column": 6, - "index": 3018 - }, - { - "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", - "line": 108, - "column": 6, - "index": 2963 - }, - { - "filePath": "src/users/SingleSignOnRecordCard.jsx", - "line": 77, - "column": 8, - "index": 2291 - }, - { - "filePath": "src/users/VerifiedName.jsx", - "line": 162, - "column": 8, - "index": 5087 - } - ], - "ModalDialog.Footer": [ - { - "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", - "line": 52, - "column": 8, - "index": 1343 - }, - { - "filePath": "src/users/account-actions/CancelRetirement.jsx", - "line": 70, - "column": 8, - "index": 2117 - }, - { - "filePath": "src/users/account-actions/PasswordHistory.jsx", - "line": 77, - "column": 8, - "index": 2059 - }, - { - "filePath": "src/users/account-actions/ResetPassword.jsx", - "line": 73, - "column": 8, - "index": 2190 - }, - { - "filePath": "src/users/account-actions/RetireUser.jsx", - "line": 85, - "column": 8, - "index": 2634 - }, - { - "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", - "line": 63, - "column": 8, - "index": 2151 - }, - { - "filePath": "src/users/courseSummary/CourseSummary.jsx", - "line": 168, - "column": 6, - "index": 4607 - }, - { - "filePath": "src/users/enrollments/Certificates.jsx", - "line": 209, - "column": 6, - "index": 6332 - }, - { - "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", - "line": 156, - "column": 6, - "index": 4267 - }, - { - "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", - "line": 116, - "column": 6, - "index": 3189 - }, - { - "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", - "line": 118, - "column": 6, - "index": 3327 - }, - { - "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", - "line": 113, - "column": 6, - "index": 3101 - }, - { - "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", - "line": 111, - "column": 6, - "index": 3047 - }, - { - "filePath": "src/users/SingleSignOnRecordCard.jsx", - "line": 85, - "column": 8, - "index": 2524 - }, - { - "filePath": "src/users/VerifiedName.jsx", - "line": 169, - "column": 8, - "index": 5303 - } - ], - "ModalDialog.CloseButton": [ - { - "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", - "line": 55, - "column": 12, - "index": 1518 - }, - { - "filePath": "src/users/account-actions/CancelRetirement.jsx", - "line": 72, - "column": 12, - "index": 2172 - }, - { - "filePath": "src/users/account-actions/PasswordHistory.jsx", - "line": 79, - "column": 12, - "index": 2114 - }, - { - "filePath": "src/users/account-actions/ResetPassword.jsx", - "line": 75, - "column": 12, - "index": 2245 - }, - { - "filePath": "src/users/account-actions/RetireUser.jsx", - "line": 87, - "column": 12, - "index": 2689 - }, - { - "filePath": "src/users/account-actions/TogglePasswordStatus.jsx", - "line": 65, - "column": 12, - "index": 2206 - }, - { - "filePath": "src/users/courseSummary/CourseSummary.jsx", - "line": 170, - "column": 10, - "index": 4658 - }, - { - "filePath": "src/users/enrollments/Certificates.jsx", - "line": 211, - "column": 10, - "index": 6383 - }, - { - "filePath": "src/users/enrollments/ChangeEnrollmentForm.jsx", - "line": 158, - "column": 10, - "index": 4318 - }, - { - "filePath": "src/users/enrollments/CreateEnrollmentForm.jsx", - "line": 118, - "column": 10, - "index": 3240 - }, - { - "filePath": "src/users/entitlements/CreateEntitlementForm.jsx", - "line": 120, - "column": 10, - "index": 3378 - }, - { - "filePath": "src/users/entitlements/ExpireEntitlementForm.jsx", - "line": 115, - "column": 10, - "index": 3152 - }, - { - "filePath": "src/users/entitlements/ReissueEntitlementForm.jsx", - "line": 113, - "column": 10, - "index": 3098 - }, - { - "filePath": "src/users/SingleSignOnRecordCard.jsx", - "line": 87, - "column": 12, - "index": 2579 - }, - { - "filePath": "src/users/VerifiedName.jsx", - "line": 171, - "column": 12, - "index": 5358 - } - ], "Row": [ { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollment.jsx", From c53d4852ca33345c0cf10a943cb373e3ba3955b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:16:32 -0400 Subject: [PATCH 084/160] docs: update dependent-usage.json (#3190) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index efe899fd56..52b9b12ba6 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1724335693100, + "lastModified": 1724422057584, "projectUsages": [ { "version": "22.7.0", From 3e1b24d146fc5993fb1e25997e1d0b6777a1761d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 10:12:30 -0400 Subject: [PATCH 085/160] docs: update dependent-usage.json (#3191) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 52b9b12ba6..724d622ed6 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1724422057584, + "lastModified": 1724508459617, "projectUsages": [ { "version": "22.7.0", From 41e8be0b264ed57be8656ca8ce36f50e07c5fb53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 10:11:50 -0400 Subject: [PATCH 086/160] docs: update dependent-usage.json (#3192) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 724d622ed6..058ba1860c 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1724508459617, + "lastModified": 1724594812847, "projectUsages": [ { "version": "22.7.0", From 7788115e5ead8a2bef4ef21b7642bc3e3f56039b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:17:00 -0400 Subject: [PATCH 087/160] docs: update dependent-usage.json (#3193) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 058ba1860c..b981f192a8 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1724594812847, + "lastModified": 1724681288742, "projectUsages": [ { "version": "22.7.0", From 56f409feb3bca56455858f8091f209db86da335b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:16:42 -0400 Subject: [PATCH 088/160] docs: update dependent-usage.json (#3194) --- dependent-usage.json | 490 +++++++++++++++++++++++++++---------------- 1 file changed, 309 insertions(+), 181 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index b981f192a8..3055f8fe43 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1724681288742, + "lastModified": 1724767665817, "projectUsages": [ { "version": "22.7.0", @@ -3007,27 +3007,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 45, + "line": 48, "column": 12, - "index": 1449 + "index": 1597 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 59, + "line": 64, "column": 12, - "index": 1909 + "index": 2154 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 73, + "line": 80, "column": 12, - "index": 2363 + "index": 2734 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 118, + "line": 125, "column": 12, - "index": 4339 + "index": 4710 }, { "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", @@ -3393,27 +3393,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 46, + "line": 49, "column": 14, - "index": 1476 + "index": 1624 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 60, + "line": 65, "column": 14, - "index": 1936 + "index": 2181 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 74, + "line": 81, "column": 14, - "index": 2390 + "index": 2761 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 119, + "line": 126, "column": 14, - "index": 4366 + "index": 4737 }, { "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx", @@ -3575,27 +3575,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 53, + "line": 56, "column": 14, - "index": 1763 + "index": 1911 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 67, + "line": 72, "column": 14, - "index": 2217 + "index": 2462 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 81, + "line": 88, "column": 14, - "index": 2695 + "index": 3066 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 126, + "line": 133, "column": 14, - "index": 4656 + "index": 5027 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitleInput.jsx", @@ -4977,6 +4977,12 @@ "column": 32, "index": 544 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", + "line": 17, + "column": 32, + "index": 714 + }, { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", "line": 21, @@ -5217,6 +5223,24 @@ "column": 23, "index": 3254 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", + "line": 97, + "column": 19, + "index": 3704 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", + "line": 99, + "column": 20, + "index": 3826 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", + "line": 100, + "column": 17, + "index": 3865 + }, { "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx", "line": 17, @@ -6757,9 +6781,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 175, + "line": 182, "column": 10, - "index": 6664 + "index": 7067 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -6813,33 +6837,33 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 182, + "line": 189, "column": 12, - "index": 6836 + "index": 7239 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 192, + "line": 205, "column": 12, - "index": 7206 + "index": 7823 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 202, + "line": 219, "column": 12, - "index": 7576 + "index": 8323 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 212, + "line": 235, "column": 12, - "index": 7947 + "index": 8908 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 222, + "line": 249, "column": 12, - "index": 8318 + "index": 9409 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -7189,6 +7213,12 @@ "column": 5, "index": 1633 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", + "line": 66, + "column": 5, + "index": 2282 + }, { "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx", "line": 155, @@ -7921,6 +7951,12 @@ "column": 6, "index": 1718 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", + "line": 70, + "column": 6, + "index": 2367 + }, { "filePath": "src/components/ConfirmationModal/index.jsx", "line": 120, @@ -8061,6 +8097,12 @@ "column": 34, "index": 3265 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", + "line": 97, + "column": 30, + "index": 3715 + }, { "filePath": "src/components/learner-credit-management/members-tab/GroupMembersCsvDownloadTableAction.jsx", "line": 122, @@ -8099,6 +8141,12 @@ "column": 19, "index": 3131 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", + "line": 98, + "column": 19, + "index": 3748 + }, { "filePath": "src/components/CodeAssignmentModal/index.jsx", "line": 426, @@ -8221,6 +8269,12 @@ "column": 31, "index": 3220 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", + "line": 99, + "column": 31, + "index": 3837 + }, { "filePath": "src/components/CodeSearchResults/CodeSearchResultsTable.jsx", "line": 116, @@ -8414,6 +8468,50 @@ "index": 3636 } ], + "Close": [ + { + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", + "line": 100, + "column": 28, + "index": 3876 + }, + { + "filePath": "src/components/CodeSearchResults/CodeSearchResultsHeading.jsx", + "line": 19, + "column": 36, + "index": 696 + }, + { + "filePath": "src/components/FileInput/index.jsx", + "line": 138, + "column": 25, + "index": 3480 + }, + { + "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx", + "line": 94, + "column": 47, + "index": 2979 + }, + { + "filePath": "src/components/ReportingConfig/index.jsx", + "line": 155, + "column": 29, + "index": 5165 + }, + { + "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", + "line": 552, + "column": 34, + "index": 22720 + }, + { + "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", + "line": 574, + "column": 25, + "index": 23636 + } + ], "Hyperlink": [ { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", @@ -10722,44 +10820,6 @@ "index": 6032 } ], - "Close": [ - { - "filePath": "src/components/CodeSearchResults/CodeSearchResultsHeading.jsx", - "line": 19, - "column": 36, - "index": 696 - }, - { - "filePath": "src/components/FileInput/index.jsx", - "line": 138, - "column": 25, - "index": 3480 - }, - { - "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx", - "line": 94, - "column": 47, - "index": 2979 - }, - { - "filePath": "src/components/ReportingConfig/index.jsx", - "line": 155, - "column": 29, - "index": 5165 - }, - { - "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 552, - "column": 34, - "index": 22720 - }, - { - "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 574, - "column": 25, - "index": 23636 - } - ], "TransitionReplace": [ { "filePath": "src/components/CodeSearchResults/index.jsx", @@ -31584,6 +31644,24 @@ "column": 4, "index": 1903 }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", + "line": 122, + "column": 12, + "index": 2910 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx", + "line": 86, + "column": 12, + "index": 2729 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx", + "line": 80, + "column": 12, + "index": 2240 + }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx", "line": 65, @@ -31632,6 +31710,18 @@ "column": 6, "index": 1447 }, + { + "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", + "line": 108, + "column": 12, + "index": 3780 + }, + { + "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", + "line": 169, + "column": 10, + "index": 5894 + }, { "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx", "line": 25, @@ -31646,9 +31736,9 @@ }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", - "line": 39, + "line": 35, "column": 8, - "index": 1175 + "index": 1050 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", @@ -32220,6 +32310,12 @@ "column": 6, "index": 4521 }, + { + "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", + "line": 28, + "column": 28, + "index": 1144 + }, { "filePath": "src/components/my-career/CategoryCard.jsx", "line": 21, @@ -33035,6 +33131,24 @@ "line": 59, "column": 4, "index": 1847 + }, + { + "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", + "line": 101, + "column": 6, + "index": 3546 + }, + { + "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", + "line": 161, + "column": 4, + "index": 5597 + }, + { + "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", + "line": 30, + "column": 4, + "index": 924 } ], "ActionRow": [ @@ -33056,12 +33170,42 @@ "column": 8, "index": 10836 }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", + "line": 121, + "column": 10, + "index": 2886 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx", + "line": 85, + "column": 10, + "index": 2705 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx", + "line": 79, + "column": 10, + "index": 2216 + }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx", "line": 64, "column": 8, "index": 1973 }, + { + "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", + "line": 107, + "column": 10, + "index": 3756 + }, + { + "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", + "line": 168, + "column": 8, + "index": 5872 + }, { "filePath": "src/components/my-career/VisualizeCareer.jsx", "line": 70, @@ -33150,9 +33294,9 @@ }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 52, + "line": 44, "column": 8, - "index": 1873 + "index": 1676 }, { "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx", @@ -33224,9 +33368,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", - "line": 119, - "column": 14, - "index": 2789 + "line": 137, + "column": 10, + "index": 3435 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/ModalError.jsx", @@ -34670,9 +34814,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", - "line": 119, - "column": 44, - "index": 2819 + "line": 137, + "column": 40, + "index": 3465 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/ModalError.jsx", @@ -35254,21 +35398,21 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", - "line": 141, - "column": 10, - "index": 3716 + "line": 123, + "column": 12, + "index": 3037 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx", - "line": 80, - "column": 10, - "index": 2558 + "line": 87, + "column": 12, + "index": 2858 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx", - "line": 74, - "column": 10, - "index": 2069 + "line": 81, + "column": 12, + "index": 2313 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/unenroll/UnenrollModal.jsx", @@ -35597,50 +35741,100 @@ "index": 16561 } ], - "Modal": [ + "StandardModal": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", "line": 114, "column": 6, - "index": 2684 + "index": 2697 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx", - "line": 76, + "line": 78, "column": 6, - "index": 2455 + "index": 2485 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx", - "line": 70, + "line": 72, "column": 6, - "index": 1949 + "index": 1979 }, { - "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 142, - "column": 6, - "index": 4754 + "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx", + "line": 22, + "column": 4, + "index": 788 }, { - "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 182, + "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx", + "line": 49, "column": 4, - "index": 6062 + "index": 1832 + } + ], + "Form.Group": [ + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", + "line": 141, + "column": 8, + "index": 3593 }, { - "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", - "line": 30, - "column": 4, - "index": 919 + "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", + "line": 261, + "column": 20, + "index": 10659 + }, + { + "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", + "line": 284, + "column": 20, + "index": 11806 + }, + { + "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", + "line": 309, + "column": 20, + "index": 12960 + }, + { + "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", + "line": 345, + "column": 22, + "index": 14718 + }, + { + "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", + "line": 394, + "column": 20, + "index": 17546 + }, + { + "filePath": "src/components/my-career/SearchJobRole.jsx", + "line": 88, + "column": 8, + "index": 2875 + }, + { + "filePath": "src/components/program-progress/ProgramProgressCourses.jsx", + "line": 255, + "column": 28, + "index": 10264 } ], - "Input": [ + "Form.Checkbox": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", - "line": 124, - "column": 14, - "index": 3006 + "line": 142, + "column": 10, + "index": 3616 + }, + { + "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", + "line": 255, + "column": 24, + "index": 10085 } ], "Alert.Link": [ @@ -35807,50 +36001,6 @@ "index": 2162 } ], - "Form.Group": [ - { - "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 261, - "column": 20, - "index": 10659 - }, - { - "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 284, - "column": 20, - "index": 11806 - }, - { - "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 309, - "column": 20, - "index": 12960 - }, - { - "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 345, - "column": 22, - "index": 14718 - }, - { - "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 394, - "column": 20, - "index": 17546 - }, - { - "filePath": "src/components/my-career/SearchJobRole.jsx", - "line": 88, - "column": 8, - "index": 2875 - }, - { - "filePath": "src/components/program-progress/ProgramProgressCourses.jsx", - "line": 255, - "column": 28, - "index": 10264 - } - ], "Form.Control": [ { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", @@ -36093,20 +36243,6 @@ "index": 6758 } ], - "StandardModal": [ - { - "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx", - "line": 22, - "column": 4, - "index": 788 - }, - { - "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx", - "line": 49, - "column": 4, - "index": 1832 - } - ], "Form.Label": [ { "filePath": "src/components/program-progress/ProgramProgressCourses.jsx", @@ -36451,14 +36587,6 @@ "index": 14352 } ], - "Form.Checkbox": [ - { - "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 255, - "column": 24, - "index": 10085 - } - ], "ModalDialog.Footer": [ { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", From 7e74ca867a45d109132c518f1f05c199fdf849dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:13:04 -0400 Subject: [PATCH 089/160] docs: update dependent-usage.json (#3195) --- dependent-usage.json | 114 +++++++++++++++++++------------------------ 1 file changed, 51 insertions(+), 63 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 3055f8fe43..2edd586cc7 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1724767665817, + "lastModified": 1724854086151, "projectUsages": [ { "version": "22.7.0", @@ -6999,6 +6999,12 @@ "column": 34, "index": 2406 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", + "line": 56, + "column": 8, + "index": 2009 + }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", "line": 159, @@ -7145,6 +7151,12 @@ "column": 8, "index": 5649 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", + "line": 115, + "column": 10, + "index": 4309 + }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", "line": 116, @@ -8147,6 +8159,12 @@ "column": 19, "index": 3748 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/ProgressOverlay.jsx", + "line": 10, + "column": 34, + "index": 400 + }, { "filePath": "src/components/CodeAssignmentModal/index.jsx", "line": 426, @@ -8325,6 +8343,12 @@ "column": 8, "index": 5583 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", + "line": 113, + "column": 10, + "index": 4239 + }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", "line": 178, @@ -8381,6 +8405,12 @@ "column": 8, "index": 5621 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", + "line": 114, + "column": 10, + "index": 4279 + }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", "line": 179, @@ -8425,6 +8455,12 @@ "column": 8, "index": 5954 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", + "line": 122, + "column": 10, + "index": 4625 + }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", "line": 180, @@ -8512,6 +8548,14 @@ "index": 23636 } ], + "TablePaginationMinimal": [ + { + "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", + "line": 123, + "column": 12, + "index": 4661 + } + ], "Hyperlink": [ { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", @@ -30638,12 +30682,6 @@ "line": 43, "column": 8, "index": 1134 - }, - { - "filePath": "src/widgets/RecommendationsPanel/LoadedView.jsx", - "line": 38, - "column": 8, - "index": 1103 } ], "ActionRow": [ @@ -30773,13 +30811,7 @@ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", "line": 31, "column": 10, - "index": 1022 - }, - { - "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx", - "line": 15, - "column": 4, - "index": 435 + "index": 1000 } ], "Form": [ @@ -30923,7 +30955,7 @@ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", "line": 15, "column": 26, - "index": 488 + "index": 466 } ], "Dropdown.Menu": [ @@ -30965,13 +30997,7 @@ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", "line": 21, "column": 4, - "index": 707 - }, - { - "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx", - "line": 20, - "column": 6, - "index": 561 + "index": 685 } ], "Card.Body": [ @@ -30985,13 +31011,7 @@ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", "line": 26, "column": 6, - "index": 874 - }, - { - "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx", - "line": 26, - "column": 10, - "index": 860 + "index": 852 } ], "Card.Header": [ @@ -31014,12 +31034,6 @@ "line": 32, "column": 14, "index": 1216 - }, - { - "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx", - "line": 27, - "column": 12, - "index": 922 } ], "Card.Footer": [ @@ -31234,12 +31248,6 @@ "line": 32, "column": 20, "index": 1016 - }, - { - "filePath": "src/widgets/RecommendationsPanel/LoadedView.jsx", - "line": 40, - "column": 22, - "index": 1162 } ], "Container": [ @@ -31296,12 +31304,6 @@ "line": 11, "column": 6, "index": 265 - }, - { - "filePath": "src/widgets/RecommendationsPanel/LoadingView.jsx", - "line": 10, - "column": 6, - "index": 306 } ], "ModalDialog": [ @@ -31431,13 +31433,7 @@ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", "line": 22, "column": 6, - "index": 779 - }, - { - "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx", - "line": 22, - "column": 10, - "index": 750 + "index": 757 } ], "ModalDialog.Header": [ @@ -31483,15 +31479,7 @@ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", "line": 15, "column": 54, - "index": 516 - } - ], - "Truncate": [ - { - "filePath": "src/widgets/RecommendationsPanel/components/CourseCard.jsx", - "line": 29, - "column": 16, - "index": 1040 + "index": 494 } ] } From 243bc8179124f3719efdfcb4f21142173ad8b45c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:43:32 -0400 Subject: [PATCH 090/160] docs: update dependent-usage.json (#3197) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 2edd586cc7..ec01ecdfc2 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1724854086151, + "lastModified": 1724941958159, "projectUsages": [ { "version": "22.7.0", From d6d2807d420f3220d371f50e1b456e79adb4c1a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:17:00 -0400 Subject: [PATCH 091/160] docs: update dependent-usage.json (#3199) --- dependent-usage.json | 14636 ++++++++++++++++++++++++----------------- 1 file changed, 8696 insertions(+), 5940 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index ec01ecdfc2..0b76dacb4f 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1724941958159, + "lastModified": 1725026883530, "projectUsages": [ { "version": "22.7.0", @@ -14902,31 +14902,31 @@ "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", "line": 110, "column": 8, - "index": 3338 + "index": 3351 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", "line": 144, "column": 20, - "index": 4318 + "index": 4331 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", "line": 162, "column": 22, - "index": 4943 + "index": 4956 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", "line": 211, "column": 22, - "index": 6530 + "index": 6543 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", "line": 228, "column": 22, - "index": 7140 + "index": 7153 }, { "filePath": "src/course-outline/status-bar/StatusBar.jsx", @@ -14960,9 +14960,57 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 138, + "line": 136, + "column": 10, + "index": 4685 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", + "line": 36, + "column": 10, + "index": 1424 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", + "line": 87, + "column": 8, + "index": 2841 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", + "line": 40, + "column": 10, + "index": 1132 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 79, + "column": 6, + "index": 2888 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx", + "line": 35, + "column": 6, + "index": 1035 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDisplay.jsx", + "line": 32, "column": 10, - "index": 4585 + "index": 886 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx", + "line": 75, + "column": 8, + "index": 2271 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", + "line": 50, + "column": 14, + "index": 1663 }, { "filePath": "src/export-page/export-sidebar/ExportSidebar.jsx", @@ -15236,11 +15284,155 @@ "column": 12, "index": 3498 }, + { + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.jsx", + "line": 15, + "column": 2, + "index": 295 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Feedback/FeedbackControl.jsx", + "line": 19, + "column": 2, + "index": 521 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GeneralFeedback/index.jsx", + "line": 27, + "column": 6, + "index": 906 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Randomization/index.jsx", + "line": 32, + "column": 6, + "index": 1051 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", + "line": 49, + "column": 6, + "index": 1551 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", + "line": 62, + "column": 6, + "index": 1959 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", + "line": 45, + "column": 6, + "index": 1372 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", + "line": 69, + "column": 8, + "index": 2181 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TimerCard.jsx", + "line": 27, + "column": 6, + "index": 791 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", + "line": 78, + "column": 6, + "index": 2479 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 28, + "column": 6, + "index": 682 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", + "line": 49, + "column": 8, + "index": 1262 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", + "line": 61, + "column": 8, + "index": 1752 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 35, + "column": 6, + "index": 772 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 48, + "column": 16, + "index": 1297 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 67, + "column": 16, + "index": 2101 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 92, + "column": 16, + "index": 3172 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 118, + "column": 16, + "index": 4278 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 122, + "column": 10, + "index": 3771 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 72, + "column": 6, + "index": 2000 + }, + { + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", + "line": 28, + "column": 2, + "index": 801 + }, + { + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", + "line": 38, + "column": 2, + "index": 980 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 35, + "column": 6, + "index": 727 + }, + { + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/FormGroup.jsx", + "line": 19, + "column": 4, + "index": 503 + }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", "line": 143, "column": 8, - "index": 4274 + "index": 4284 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", @@ -15366,7 +15558,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 223, "column": 10, - "index": 6984 + "index": 6992 }, { "filePath": "src/generic/datepicker-control/DatepickerControl.jsx", @@ -15612,7 +15804,7 @@ "filePath": "src/studio-home/organization-section/index.jsx", "line": 48, "column": 6, - "index": 1647 + "index": 1655 }, { "filePath": "src/taxonomy/delete-dialog/index.jsx", @@ -15730,6 +15922,66 @@ "column": 14, "index": 839 }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx", + "line": 25, + "column": 6, + "index": 546 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Feedback/FeedbackControl.jsx", + "line": 20, + "column": 4, + "index": 538 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 32, + "column": 10, + "index": 979 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 51, + "column": 20, + "index": 1436 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 70, + "column": 20, + "index": 2202 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 95, + "column": 20, + "index": 3273 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 121, + "column": 20, + "index": 4379 + }, + { + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", + "line": 29, + "column": 4, + "index": 837 + }, + { + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", + "line": 52, + "column": 6, + "index": 1562 + }, + { + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", + "line": 39, + "column": 4, + "index": 997 + }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", "line": 30, @@ -15860,7 +16112,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 229, "column": 12, - "index": 7195 + "index": 7203 }, { "filePath": "src/generic/datepicker-control/DatepickerControl.jsx", @@ -16134,6 +16386,150 @@ "column": 12, "index": 2007 }, + { + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.jsx", + "line": 16, + "column": 4, + "index": 343 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", + "line": 55, + "column": 8, + "index": 1972 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", + "line": 69, + "column": 8, + "index": 2351 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GeneralFeedback/index.jsx", + "line": 28, + "column": 8, + "index": 927 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", + "line": 22, + "column": 6, + "index": 520 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Randomization/index.jsx", + "line": 33, + "column": 8, + "index": 1072 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", + "line": 50, + "column": 8, + "index": 1572 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", + "line": 63, + "column": 8, + "index": 1980 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", + "line": 46, + "column": 8, + "index": 1415 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", + "line": 70, + "column": 10, + "index": 2231 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TimerCard.jsx", + "line": 28, + "column": 8, + "index": 812 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", + "line": 79, + "column": 8, + "index": 2522 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", + "line": 96, + "column": 10, + "index": 3133 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", + "line": 50, + "column": 10, + "index": 1294 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", + "line": 62, + "column": 10, + "index": 1784 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", + "line": 37, + "column": 8, + "index": 934 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 74, + "column": 10, + "index": 2087 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 83, + "column": 10, + "index": 2469 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 101, + "column": 12, + "index": 3267 + }, + { + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", + "line": 32, + "column": 4, + "index": 940 + }, + { + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", + "line": 43, + "column": 6, + "index": 1133 + }, + { + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", + "line": 50, + "column": 6, + "index": 1381 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 36, + "column": 8, + "index": 770 + }, + { + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/FormGroup.jsx", + "line": 24, + "column": 6, + "index": 628 + }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", "line": 94, @@ -16198,7 +16594,7 @@ "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", "line": 231, "column": 14, - "index": 7286 + "index": 7294 }, { "filePath": "src/generic/FormikControl.jsx", @@ -16368,7 +16764,7 @@ "filePath": "plugins/course-apps/live/Settings.jsx", "line": 112, "column": 20, - "index": 4636 + "index": 4650 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -16426,21 +16822,21 @@ }, { "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 381, + "line": 382, "column": 12, - "index": 13202 + "index": 13204 }, { "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 385, + "line": 386, "column": 12, - "index": 13322 + "index": 13324 }, { "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", "line": 283, "column": 20, - "index": 10965 + "index": 10966 }, { "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", @@ -16636,8337 +17032,11093 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 97, + "line": 95, "column": 15, - "index": 3172 + "index": 3272 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 98, + "line": 96, "column": 15, - "index": 3207 + "index": 3307 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 67, - "column": 18, - "index": 1690 + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", + "line": 21, + "column": 16, + "index": 580 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 84, - "column": 18, - "index": 2239 + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", + "line": 28, + "column": 16, + "index": 793 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 98, - "column": 18, - "index": 2796 + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx", + "line": 57, + "column": 16, + "index": 1464 }, { - "filePath": "src/files-and-videos/files-page/FileThumbnail.jsx", - "line": 47, + "filePath": "src/editors/containers/EditorContainer/index.jsx", + "line": 64, + "column": 20, + "index": 2040 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", + "line": 114, "column": 10, - "index": 1099 + "index": 3821 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 30, - "column": 14, - "index": 640 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", + "line": 121, + "column": 18, + "index": 4046 }, { - "filePath": "src/files-and-videos/generic/InfoModal.jsx", - "line": 63, - "column": 16, - "index": 1666 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", + "line": 53, + "column": 12, + "index": 1602 }, { - "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", - "line": 79, - "column": 45, - "index": 2517 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", + "line": 29, + "column": 18, + "index": 734 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", - "line": 24, - "column": 8, - "index": 641 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", + "line": 34, + "column": 16, + "index": 874 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", - "line": 26, - "column": 8, - "index": 693 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TypeRow.jsx", + "line": 37, + "column": 32, + "index": 829 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/ActiveColumn.jsx", - "line": 16, - "column": 35, - "index": 675 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", + "line": 29, + "column": 14, + "index": 1075 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 42, - "column": 16, - "index": 814 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", + "line": 32, + "column": 14, + "index": 1200 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/TranscriptColumn.jsx", - "line": 16, - "column": 8, - "index": 692 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 30, + "column": 46, + "index": 871 }, { - "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", - "line": 40, - "column": 8, - "index": 1232 - }, - { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 64, - "column": 20, - "index": 1669 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", + "line": 28, + "column": 22, + "index": 876 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 100, - "column": 10, - "index": 2807 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 41, + "column": 22, + "index": 1403 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", - "line": 96, - "column": 22, - "index": 2887 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 42, + "column": 96, + "index": 1550 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 29, - "column": 16, - "index": 644 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 48, + "column": 98, + "index": 1867 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", - "line": 46, - "column": 16, - "index": 1503 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 76, + "column": 24, + "index": 2386 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", - "line": 89, - "column": 22, - "index": 3597 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", + "line": 26, + "column": 50, + "index": 645 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 69, - "column": 28, - "index": 2268 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", + "line": 27, + "column": 48, + "index": 785 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 81, - "column": 44, - "index": 2774 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", + "line": 28, + "column": 27, + "index": 897 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 109, - "column": 22, - "index": 3971 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", + "line": 29, + "column": 29, + "index": 1037 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", - "line": 10, - "column": 14, - "index": 345 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", + "line": 30, + "column": 29, + "index": 1151 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", - "line": 12, - "column": 14, - "index": 413 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", + "line": 31, + "column": 26, + "index": 1262 }, { - "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", - "line": 84, - "column": 12, - "index": 2715 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 50, + "column": 20, + "index": 1360 }, { - "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx", - "line": 26, - "column": 12, - "index": 884 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 69, + "column": 20, + "index": 2164 }, { - "filePath": "src/generic/clipboard/paste-component/components/WhatsInClipboard.jsx", - "line": 31, - "column": 6, - "index": 912 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 94, + "column": 20, + "index": 3235 }, { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 34, - "column": 63, - "index": 914 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 120, + "column": 20, + "index": 4341 }, { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 47, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", + "line": 56, "column": 22, - "index": 1313 + "index": 1767 }, { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 53, - "column": 65, - "index": 1494 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", + "line": 97, + "column": 22, + "index": 2916 }, { - "filePath": "src/generic/course-stepper/index.jsx", - "line": 78, - "column": 14, - "index": 2165 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", + "line": 29, + "column": 16, + "index": 731 }, { - "filePath": "src/generic/course-upload-image/index.jsx", - "line": 72, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 149, "column": 16, - "index": 1927 + "index": 4860 }, { - "filePath": "src/generic/datepicker-control/DatepickerControl.jsx", - "line": 48, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 73, "column": 10, - "index": 1359 + "index": 2415 }, { - "filePath": "src/generic/drag-helper/SortableItem.jsx", - "line": 76, - "column": 12, - "index": 1756 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 105, + "column": 43, + "index": 3222 }, { - "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 69, - "column": 16, - "index": 1421 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 92, + "column": 24, + "index": 2945 }, { - "filePath": "src/generic/processing-notification/index.jsx", - "line": 16, - "column": 4, - "index": 463 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", + "line": 46, + "column": 16, + "index": 1653 }, { - "filePath": "src/generic/tag-count/index.jsx", - "line": 9, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/LanguageNamesWidget.jsx", + "line": 21, "column": 6, - "index": 257 + "index": 779 }, { - "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", - "line": 198, - "column": 16, - "index": 6424 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 112, + "column": 22, + "index": 3785 }, { - "filePath": "src/group-configurations/common/UsageList.jsx", - "line": 21, - "column": 6, - "index": 702 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 137, + "column": 12, + "index": 4651 }, { - "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", - "line": 94, - "column": 26, - "index": 2846 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx", + "line": 39, + "column": 8, + "index": 1217 }, { - "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", - "line": 107, - "column": 26, - "index": 3424 + "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", + "line": 20, + "column": 8, + "index": 787 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", - "line": 115, + "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", + "line": 44, "column": 24, - "index": 3539 + "index": 1999 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", - "line": 128, - "column": 24, - "index": 4114 + "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", + "line": 81, + "column": 18, + "index": 3044 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", - "line": 66, - "column": 26, - "index": 2178 + "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx", + "line": 43, + "column": 16, + "index": 1020 }, { - "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", + "line": 64, + "column": 16, + "index": 1866 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", "line": 25, - "column": 18, - "index": 797 + "column": 15, + "index": 670 }, { - "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", - "line": 37, - "column": 14, - "index": 1068 + "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", + "line": 26, + "column": 15, + "index": 712 }, { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 29, - "column": 8, - "index": 897 - }, - { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 37, - "column": 8, - "index": 1135 + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 45, + "column": 26, + "index": 1101 }, { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 44, - "column": 8, - "index": 1325 + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 53, + "column": 16, + "index": 1320 }, { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 51, - "column": 8, - "index": 1526 + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", + "line": 162, + "column": 16, + "index": 4265 }, { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 58, - "column": 8, - "index": 1718 + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", + "line": 177, + "column": 16, + "index": 4587 }, { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 65, - "column": 8, - "index": 1907 + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 67, + "column": 18, + "index": 1690 }, { - "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", - "line": 101, - "column": 10, - "index": 2988 + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 84, + "column": 18, + "index": 2239 }, { - "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 106, - "column": 12, - "index": 3702 + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 98, + "column": 18, + "index": 2796 }, { - "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 115, - "column": 12, - "index": 3961 + "filePath": "src/files-and-videos/files-page/FileThumbnail.jsx", + "line": 47, + "column": 10, + "index": 1099 }, { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 39, - "column": 16, - "index": 1041 + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 30, + "column": 14, + "index": 640 }, { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 66, + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 63, "column": 16, - "index": 1999 + "index": 1666 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 134, - "column": 14, - "index": 4090 + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", + "line": 79, + "column": 45, + "index": 2517 }, { - "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", - "line": 33, - "column": 12, - "index": 873 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", + "line": 24, + "column": 8, + "index": 641 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", - "line": 22, - "column": 4, - "index": 773 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", + "line": 26, + "column": 8, + "index": 693 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 108, - "column": 12, - "index": 3196 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/ActiveColumn.jsx", + "line": 16, + "column": 35, + "index": 675 }, { - "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx", - "line": 33, - "column": 12, - "index": 864 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 42, + "column": 16, + "index": 814 }, { - "filePath": "src/taxonomy/delete-dialog/index.jsx", - "line": 53, - "column": 12, - "index": 1409 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/TranscriptColumn.jsx", + "line": 16, + "column": 8, + "index": 692 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 135, - "column": 14, - "index": 3916 + "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", + "line": 40, + "column": 8, + "index": 1232 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 142, - "column": 24, - "index": 4295 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 64, + "column": 20, + "index": 1669 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 413, + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 100, "column": 10, - "index": 11812 + "index": 2807 }, { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", - "line": 81, - "column": 28, - "index": 2530 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 96, + "column": 22, + "index": 2887 }, { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", - "line": 88, - "column": 28, - "index": 2846 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 29, + "column": 16, + "index": 644 }, { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", - "line": 95, - "column": 28, - "index": 3160 + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 46, + "column": 16, + "index": 1503 }, { - "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", - "line": 109, - "column": 36, - "index": 4325 + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 89, + "column": 22, + "index": 3597 }, { - "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", - "line": 119, - "column": 36, - "index": 4894 + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 69, + "column": 28, + "index": 2268 }, { - "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", - "line": 179, - "column": 18, - "index": 7797 - } - ], - "Alert.Link": [ - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 174, - "column": 16, - "index": 7323 + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 81, + "column": 44, + "index": 2774 }, { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 189, - "column": 35, - "index": 7880 + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 109, + "column": 22, + "index": 3971 }, { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 452, + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", + "line": 10, "column": 14, - "index": 17240 + "index": 345 }, { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 481, + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", + "line": 12, "column": 14, - "index": 18134 + "index": 413 }, { - "filePath": "src/generic/ConnectionErrorAlert.jsx", - "line": 14, - "column": 10, - "index": 460 + "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", + "line": 84, + "column": 12, + "index": 2715 }, { - "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx", - "line": 15, - "column": 10, - "index": 697 - } - ], - "Alert": [ - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 269, + "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx", + "line": 26, "column": 12, - "index": 10374 + "index": 884 }, { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 437, + "filePath": "src/generic/clipboard/paste-component/components/WhatsInClipboard.jsx", + "line": 31, "column": 6, - "index": 16781 + "index": 912 }, { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 464, - "column": 6, - "index": 17511 + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 34, + "column": 63, + "index": 914 }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 330, - "column": 16, - "index": 9722 + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 47, + "column": 22, + "index": 1313 }, { - "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", - "line": 71, - "column": 8, - "index": 1930 + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 53, + "column": 65, + "index": 1494 }, { - "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", - "line": 91, - "column": 8, - "index": 2740 + "filePath": "src/generic/course-stepper/index.jsx", + "line": 78, + "column": 14, + "index": 2165 }, { - "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx", - "line": 13, - "column": 6, - "index": 452 + "filePath": "src/generic/course-upload-image/index.jsx", + "line": 72, + "column": 16, + "index": 1927 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 90, - "column": 6, - "index": 2734 + "filePath": "src/generic/datepicker-control/DatepickerControl.jsx", + "line": 48, + "column": 10, + "index": 1359 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 129, - "column": 8, - "index": 3826 + "filePath": "src/generic/drag-helper/SortableItem.jsx", + "line": 76, + "column": 12, + "index": 1756 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 380, - "column": 10, - "index": 11445 + "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "line": 69, + "column": 16, + "index": 1421 }, { - "filePath": "src/course-outline/xblock-status/GradingPolicyAlert.jsx", - "line": 29, + "filePath": "src/generic/processing-notification/index.jsx", + "line": 16, + "column": 4, + "index": 463 + }, + { + "filePath": "src/generic/tag-count/index.jsx", + "line": 9, "column": 6, - "index": 654 + "index": 257 }, { - "filePath": "src/course-unit/course-xblock/xblock-messages/XBlockMessages.jsx", - "line": 22, - "column": 4, - "index": 740 + "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", + "line": 198, + "column": 16, + "index": 6424 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", - "line": 41, - "column": 8, - "index": 1203 + "filePath": "src/group-configurations/common/UsageList.jsx", + "line": 21, + "column": 6, + "index": 702 }, { - "filePath": "src/generic/alert-message/index.jsx", - "line": 6, - "column": 2, - "index": 169 + "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", + "line": 94, + "column": 26, + "index": 2846 }, { - "filePath": "src/generic/AlertProctoringError.jsx", - "line": 7, - "column": 4, - "index": 237 + "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", + "line": 107, + "column": 26, + "index": 3424 }, { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", "line": 115, - "column": 10, - "index": 3394 + "column": 24, + "index": 3539 }, { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 120, - "column": 10, - "index": 3628 + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", + "line": 128, + "column": 24, + "index": 4114 }, { - "filePath": "src/generic/configure-modal/UnitTab.jsx", - "line": 56, - "column": 12, - "index": 1526 + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", + "line": 66, + "column": 26, + "index": 2178 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 84, + "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", + "line": 25, + "column": 18, + "index": 797 + }, + { + "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", + "line": 37, "column": 14, - "index": 2586 + "index": 1068 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 115, + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 29, "column": 8, - "index": 4144 + "index": 897 }, { - "filePath": "src/generic/ConnectionErrorAlert.jsx", - "line": 9, - "column": 2, - "index": 293 + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 37, + "column": 8, + "index": 1135 }, { - "filePath": "src/generic/NotFoundAlert.jsx", - "line": 6, - "column": 2, - "index": 166 + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 44, + "column": 8, + "index": 1325 }, { - "filePath": "src/generic/PermissionDeniedAlert.jsx", - "line": 6, - "column": 2, - "index": 174 + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 51, + "column": 8, + "index": 1526 }, { - "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx", - "line": 9, - "column": 2, - "index": 301 + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 58, + "column": 8, + "index": 1718 }, { - "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx", - "line": 77, - "column": 16, - "index": 2393 + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 65, + "column": 8, + "index": 1907 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx", - "line": 110, - "column": 14, - "index": 3654 + "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", + "line": 101, + "column": 10, + "index": 2988 }, { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", - "line": 143, - "column": 16, - "index": 4975 + "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", + "line": 106, + "column": 12, + "index": 3702 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", - "line": 73, - "column": 8, - "index": 2220 + "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", + "line": 115, + "column": 12, + "index": 3961 }, { - "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 125, - "column": 18, - "index": 4070 + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 39, + "column": 16, + "index": 1041 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 177, - "column": 10, - "index": 5550 - } - ], - "Badge": [ - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 291, - "column": 18, - "index": 11131 + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 66, + "column": 16, + "index": 1999 }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 347, - "column": 22, - "index": 10557 + "filePath": "src/studio-home/StudioHome.jsx", + "line": 134, + "column": 14, + "index": 4090 }, { - "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", + "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", "line": 33, - "column": 8, - "index": 799 + "column": 12, + "index": 873 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/StatusColumn.jsx", - "line": 20, + "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", + "line": 22, "column": 4, - "index": 603 + "index": 773 }, { - "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", - "line": 88, - "column": 14, - "index": 2884 - }, - { - "filePath": "src/generic/processing-notification/index.jsx", - "line": 9, - "column": 2, - "index": 311 - }, - { - "filePath": "src/group-configurations/common/TitleButton.jsx", - "line": 44, - "column": 14, - "index": 1309 - }, - { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", - "line": 161, - "column": 24, - "index": 5875 - }, - { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/CollapseCardHeading.jsx", - "line": 18, - "column": 22, - "index": 390 - }, - { - "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 44, - "column": 10, - "index": 1195 + "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", + "line": 108, + "column": 12, + "index": 3196 }, { - "filePath": "src/taxonomy/system-defined-badge/index.jsx", - "line": 30, - "column": 6, - "index": 810 - } - ], - "Form.Text": [ - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 325, - "column": 14, - "index": 12376 + "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx", + "line": 33, + "column": 12, + "index": 864 }, { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 352, + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 53, "column": 12, - "index": 13571 + "index": 1409 }, { - "filePath": "plugins/course-apps/teams/Settings.jsx", - "line": 132, + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 135, "column": 14, - "index": 4742 + "index": 3916 }, { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 190, - "column": 10, - "index": 5989 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 142, + "column": 24, + "index": 4295 }, { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 206, + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 413, "column": 10, - "index": 6540 - }, - { - "filePath": "src/generic/configure-modal/PrereqSettings.jsx", - "line": 35, - "column": 8, - "index": 823 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 73, - "column": 14, - "index": 1934 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 77, - "column": 14, - "index": 2180 + "index": 11812 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", "line": 81, - "column": 14, - "index": 2423 + "column": 28, + "index": 2530 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 97, - "column": 14, - "index": 3196 + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 88, + "column": 28, + "index": 2846 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 101, - "column": 14, - "index": 3454 + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 95, + "column": 28, + "index": 3160 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 105, - "column": 14, - "index": 3716 + "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", + "line": 109, + "column": 36, + "index": 4325 }, { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 242, - "column": 12, - "index": 7691 + "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", + "line": 119, + "column": 36, + "index": 4894 }, { - "filePath": "src/generic/FormikControl.jsx", - "line": 36, - "column": 8, - "index": 977 - }, + "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", + "line": 179, + "column": 18, + "index": 7797 + } + ], + "Alert.Link": [ { - "filePath": "src/generic/FormSwitchGroup.jsx", - "line": 43, - "column": 8, - "index": 1133 + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 174, + "column": 16, + "index": 7323 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", - "line": 151, - "column": 12, - "index": 5934 + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 189, + "column": 35, + "index": 7880 }, { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 30, + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 452, "column": 14, - "index": 1000 + "index": 17240 }, { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 44, + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 481, "column": 14, - "index": 1588 + "index": 18134 }, { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 58, - "column": 14, - "index": 2205 + "filePath": "src/generic/ConnectionErrorAlert.jsx", + "line": 14, + "column": 10, + "index": 460 }, { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 74, - "column": 14, - "index": 2873 + "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx", + "line": 15, + "column": 10, + "index": 697 } ], - "Form.RadioSet": [ + "Alert": [ { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 373, - "column": 14, - "index": 14596 + "line": 269, + "column": 12, + "index": 10374 }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 397, - "column": 14, - "index": 15722 + "line": 437, + "column": 6, + "index": 16781 }, { - "filePath": "plugins/course-apps/teams/GroupEditor.jsx", - "line": 107, - "column": 14, - "index": 4582 + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 464, + "column": 6, + "index": 17511 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 362, + "line": 330, "column": 16, - "index": 11108 + "index": 9722 }, { - "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", - "line": 52, - "column": 10, - "index": 1603 + "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", + "line": 71, + "column": 8, + "index": 1930 }, { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 132, - "column": 6, - "index": 3949 + "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", + "line": 91, + "column": 8, + "index": 2740 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 65, - "column": 12, - "index": 1623 + "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx", + "line": 13, + "column": 6, + "index": 452 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 89, - "column": 12, - "index": 2873 + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 90, + "column": 6, + "index": 2747 }, { - "filePath": "src/schedule-and-details/pacing-section/index.jsx", - "line": 27, + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 129, "column": 8, - "index": 840 + "index": 3839 }, { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 49, - "column": 12, - "index": 1434 - } - ], - "Form.Radio": [ - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 379, - "column": 16, - "index": 14832 + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 380, + "column": 10, + "index": 11458 }, { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 382, - "column": 16, - "index": 15013 + "filePath": "src/course-outline/xblock-status/GradingPolicyAlert.jsx", + "line": 29, + "column": 6, + "index": 654 }, { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 402, - "column": 16, - "index": 15920 + "filePath": "src/course-unit/course-xblock/xblock-messages/XBlockMessages.jsx", + "line": 22, + "column": 4, + "index": 740 }, { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 405, - "column": 16, - "index": 16107 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", + "line": 67, + "column": 7, + "index": 2196 }, { - "filePath": "plugins/course-apps/teams/GroupEditor.jsx", - "line": 114, - "column": 18, - "index": 4882 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", + "line": 79, + "column": 8, + "index": 2282 }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 368, - "column": 18, - "index": 11349 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx", + "line": 22, + "column": 4, + "index": 878 }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 381, - "column": 18, - "index": 11874 + "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx", + "line": 47, + "column": 4, + "index": 1120 }, { - "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", - "line": 62, - "column": 18, - "index": 2122 + "filePath": "src/editors/sharedComponents/RawEditor/index.jsx", + "line": 25, + "column": 8, + "index": 591 }, { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 138, + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", + "line": 41, "column": 8, - "index": 4094 + "index": 1203 }, { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 141, - "column": 8, - "index": 4200 + "filePath": "src/generic/alert-message/index.jsx", + "line": 6, + "column": 2, + "index": 169 }, { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 150, - "column": 12, - "index": 4495 + "filePath": "src/generic/AlertProctoringError.jsx", + "line": 7, + "column": 4, + "index": 237 }, { "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 158, - "column": 14, - "index": 4828 + "line": 115, + "column": 10, + "index": 3394 }, { "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 166, - "column": 14, - "index": 5158 + "line": 120, + "column": 10, + "index": 3628 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 70, - "column": 14, - "index": 1794 + "filePath": "src/generic/configure-modal/UnitTab.jsx", + "line": 56, + "column": 12, + "index": 1526 }, { "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 74, + "line": 84, "column": 14, - "index": 2038 + "index": 2586 }, { "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 78, - "column": 14, - "index": 2283 + "line": 115, + "column": 8, + "index": 4144 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 94, - "column": 14, - "index": 3047 + "filePath": "src/generic/ConnectionErrorAlert.jsx", + "line": 9, + "column": 2, + "index": 293 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 98, - "column": 14, - "index": 3307 + "filePath": "src/generic/NotFoundAlert.jsx", + "line": 6, + "column": 2, + "index": 166 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 102, - "column": 14, - "index": 3564 + "filePath": "src/generic/PermissionDeniedAlert.jsx", + "line": 6, + "column": 2, + "index": 174 }, { - "filePath": "src/schedule-and-details/pacing-section/index.jsx", - "line": 32, - "column": 10, - "index": 1009 + "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx", + "line": 9, + "column": 2, + "index": 301 }, { - "filePath": "src/schedule-and-details/pacing-section/index.jsx", - "line": 39, - "column": 10, - "index": 1287 + "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx", + "line": 77, + "column": 16, + "index": 2393 }, { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 54, + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx", + "line": 110, "column": 14, - "index": 1611 + "index": 3654 }, { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 60, - "column": 14, - "index": 1830 + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", + "line": 143, + "column": 16, + "index": 4975 + }, + { + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", + "line": 73, + "column": 8, + "index": 2220 + }, + { + "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", + "line": 125, + "column": 18, + "index": 4070 + }, + { + "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", + "line": 177, + "column": 10, + "index": 5550 } ], - "ModalDialog": [ + "Badge": [ { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 579, - "column": 4, - "index": 22458 + "line": 291, + "column": 18, + "index": 11131 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 75, - "column": 2, - "index": 2509 + "line": 347, + "column": 22, + "index": 10557 }, { - "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", - "line": 34, - "column": 4, - "index": 943 + "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", + "line": 33, + "column": 8, + "index": 799 }, { - "filePath": "src/course-outline/publish-modal/PublishModal.jsx", - "line": 27, - "column": 4, - "index": 718 + "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx", + "line": 49, + "column": 12, + "index": 1614 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 235, - "column": 8, - "index": 8391 + "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx", + "line": 54, + "column": 12, + "index": 1858 }, { - "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 31, + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/StatusColumn.jsx", + "line": 20, "column": 4, - "index": 678 + "index": 603 }, { - "filePath": "src/files-and-videos/generic/InfoModal.jsx", - "line": 39, - "column": 4, - "index": 919 + "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", + "line": 88, + "column": 14, + "index": 2884 }, { - "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 65, - "column": 4, - "index": 1761 + "filePath": "src/generic/processing-notification/index.jsx", + "line": 9, + "column": 2, + "index": 311 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", - "line": 29, - "column": 4, - "index": 801 + "filePath": "src/group-configurations/common/TitleButton.jsx", + "line": 44, + "column": 14, + "index": 1309 }, { - "filePath": "src/generic/configure-modal/ConfigureModal.jsx", - "line": 261, - "column": 4, - "index": 8398 + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", + "line": 161, + "column": 24, + "index": 5875 }, { - "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 80, - "column": 4, - "index": 1741 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/CollapseCardHeading.jsx", + "line": 18, + "column": 22, + "index": 390 }, { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 21, - "column": 4, - "index": 398 + "filePath": "src/pages-and-resources/pages/PageCard.jsx", + "line": 44, + "column": 10, + "index": 1195 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 120, + "filePath": "src/taxonomy/system-defined-badge/index.jsx", + "line": 30, "column": 6, - "index": 3570 + "index": 810 + } + ], + "Form.Text": [ + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 325, + "column": 14, + "index": 12376 }, { - "filePath": "src/taxonomy/delete-dialog/index.jsx", - "line": 42, - "column": 6, - "index": 1068 + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 352, + "column": 12, + "index": 13571 }, { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 30, - "column": 6, - "index": 802 + "filePath": "plugins/course-apps/teams/Settings.jsx", + "line": 132, + "column": 14, + "index": 4742 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 426, - "column": 6, - "index": 12229 + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 190, + "column": 10, + "index": 5989 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 150, - "column": 6, - "index": 3912 - } - ], - "Form": [ + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 206, + "column": 10, + "index": 6540 + }, { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 589, - "column": 6, - "index": 22683 + "filePath": "src/generic/configure-modal/PrereqSettings.jsx", + "line": 35, + "column": 8, + "index": 823 }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 307, - "column": 10, - "index": 8879 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 73, + "column": 14, + "index": 1934 }, { - "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", - "line": 102, - "column": 6, - "index": 3108 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 77, + "column": 14, + "index": 2180 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", - "line": 38, - "column": 33, - "index": 1157 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 81, + "column": 14, + "index": 2423 }, { - "filePath": "src/generic/configure-modal/PrereqSettings.jsx", - "line": 34, - "column": 6, - "index": 808 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 97, + "column": 14, + "index": 3196 }, { - "filePath": "src/generic/configure-modal/UnitTab.jsx", - "line": 106, - "column": 26, - "index": 3570 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 101, + "column": 14, + "index": 3454 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 105, + "column": 14, + "index": 3716 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 221, - "column": 6, - "index": 6925 + "line": 242, + "column": 12, + "index": 7699 }, { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", - "line": 123, - "column": 10, - "index": 4253 + "filePath": "src/generic/FormikControl.jsx", + "line": 36, + "column": 8, + "index": 977 + }, + { + "filePath": "src/generic/FormSwitchGroup.jsx", + "line": 43, + "column": 8, + "index": 1133 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", - "line": 68, - "column": 6, - "index": 2825 + "line": 151, + "column": 12, + "index": 5934 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx", - "line": 122, + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 30, "column": 14, - "index": 5560 + "index": 1000 }, { "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 19, - "column": 8, - "index": 524 + "line": 44, + "column": 14, + "index": 1588 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 58, + "column": 14, + "index": 2205 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 74, + "column": 14, + "index": 2873 } ], - "ModalDialog.Header": [ + "Form.RadioSet": [ { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 590, - "column": 8, - "index": 22751 + "line": 373, + "column": 14, + "index": 14596 }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 84, - "column": 4, - "index": 2672 + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 397, + "column": 14, + "index": 15722 }, { - "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", - "line": 43, - "column": 6, - "index": 1155 + "filePath": "plugins/course-apps/teams/GroupEditor.jsx", + "line": 107, + "column": 14, + "index": 4582 }, { - "filePath": "src/course-outline/publish-modal/PublishModal.jsx", - "line": 35, - "column": 6, - "index": 901 + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 362, + "column": 16, + "index": 11108 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 241, + "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", + "line": 52, "column": 10, - "index": 8565 + "index": 1603 }, { - "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 36, - "column": 6, - "index": 810 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 37, + "column": 8, + "index": 1155 }, { - "filePath": "src/files-and-videos/generic/InfoModal.jsx", - "line": 48, + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 132, "column": 6, - "index": 1132 + "index": 3949 }, { - "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 72, - "column": 6, - "index": 1929 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 65, + "column": 12, + "index": 1623 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", - "line": 37, - "column": 6, - "index": 1030 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 89, + "column": 12, + "index": 2873 }, { - "filePath": "src/generic/configure-modal/ConfigureModal.jsx", - "line": 271, + "filePath": "src/schedule-and-details/pacing-section/index.jsx", + "line": 27, "column": 8, - "index": 8643 - }, - { - "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 89, - "column": 6, - "index": 1939 + "index": 840 }, { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 30, - "column": 6, - "index": 588 - }, + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 49, + "column": 12, + "index": 1434 + } + ], + "Form.Radio": [ { - "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 126, - "column": 8, - "index": 3781 + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 379, + "column": 16, + "index": 14832 }, { - "filePath": "src/taxonomy/delete-dialog/index.jsx", - "line": 51, - "column": 8, - "index": 1346 + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 382, + "column": 16, + "index": 15013 }, { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 39, - "column": 8, - "index": 1055 + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 402, + "column": 16, + "index": 15920 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 273, - "column": 2, - "index": 7865 + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 405, + "column": 16, + "index": 16107 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 411, - "column": 6, - "index": 11707 + "filePath": "plugins/course-apps/teams/GroupEditor.jsx", + "line": 114, + "column": 18, + "index": 4882 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 164, - "column": 8, - "index": 4374 - } - ], - "ModalDialog.Title": [ - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 591, - "column": 10, - "index": 22782 + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 368, + "column": 18, + "index": 11349 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 85, - "column": 6, - "index": 2699 + "line": 381, + "column": 18, + "index": 11874 }, { - "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", - "line": 44, - "column": 8, - "index": 1221 + "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", + "line": 62, + "column": 18, + "index": 2122 }, { - "filePath": "src/course-outline/publish-modal/PublishModal.jsx", - "line": 36, - "column": 8, - "index": 964 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 47, + "column": 18, + "index": 1532 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 242, - "column": 12, - "index": 8598 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 70, + "column": 16, + "index": 2576 }, { - "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 37, + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 138, "column": 8, - "index": 839 + "index": 4094 }, { - "filePath": "src/files-and-videos/generic/InfoModal.jsx", - "line": 49, + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 141, "column": 8, - "index": 1161 + "index": 4200 }, { - "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 73, - "column": 8, - "index": 1958 + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 150, + "column": 12, + "index": 4495 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", - "line": 38, - "column": 8, - "index": 1059 + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 158, + "column": 14, + "index": 4828 }, { - "filePath": "src/generic/configure-modal/ConfigureModal.jsx", - "line": 272, - "column": 10, - "index": 8710 + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 166, + "column": 14, + "index": 5158 }, { - "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 90, - "column": 8, - "index": 1968 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 70, + "column": 14, + "index": 1794 }, { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 31, - "column": 8, - "index": 617 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 74, + "column": 14, + "index": 2038 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 127, - "column": 10, - "index": 3829 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 78, + "column": 14, + "index": 2283 }, { - "filePath": "src/taxonomy/delete-dialog/index.jsx", - "line": 52, - "column": 10, - "index": 1377 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 94, + "column": 14, + "index": 3047 }, { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 40, - "column": 10, - "index": 1086 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 98, + "column": 14, + "index": 3307 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 274, - "column": 4, - "index": 7890 + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 102, + "column": 14, + "index": 3564 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 414, + "filePath": "src/schedule-and-details/pacing-section/index.jsx", + "line": 32, "column": 10, - "index": 11870 + "index": 1009 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 165, + "filePath": "src/schedule-and-details/pacing-section/index.jsx", + "line": 39, "column": 10, - "index": 4405 + "index": 1287 + }, + { + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 54, + "column": 14, + "index": 1611 + }, + { + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 60, + "column": 14, + "index": 1830 } ], - "ModalDialog.Body": [ + "ModalDialog": [ { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 595, - "column": 8, - "index": 22907 + "line": 579, + "column": 4, + "index": 22458 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 89, - "column": 4, - "index": 2818 + "line": 75, + "column": 2, + "index": 2509 }, { "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", - "line": 53, - "column": 12, - "index": 1534 + "line": 34, + "column": 4, + "index": 943 }, { "filePath": "src/course-outline/publish-modal/PublishModal.jsx", - "line": 40, - "column": 6, - "index": 1118 + "line": 27, + "column": 4, + "index": 718 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 246, - "column": 10, - "index": 8764 + "line": 233, + "column": 8, + "index": 8491 + }, + { + "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", + "line": 26, + "column": 2, + "index": 422 }, { "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 41, - "column": 6, - "index": 987 + "line": 31, + "column": 4, + "index": 678 }, { "filePath": "src/files-and-videos/generic/InfoModal.jsx", - "line": 57, - "column": 6, - "index": 1444 + "line": 39, + "column": 4, + "index": 919 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 77, - "column": 6, - "index": 2097 - }, - { + "line": 65, + "column": 4, + "index": 1771 + }, + { "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", - "line": 69, - "column": 8, - "index": 2173 + "line": 29, + "column": 4, + "index": 801 }, { "filePath": "src/generic/configure-modal/ConfigureModal.jsx", - "line": 287, - "column": 14, - "index": 9123 + "line": 261, + "column": 4, + "index": 8398 }, { "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 94, - "column": 6, - "index": 2074 + "line": 80, + "column": 4, + "index": 1741 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 33, - "column": 6, - "index": 724 + "line": 21, + "column": 4, + "index": 398 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 131, - "column": 8, - "index": 4040 + "line": 120, + "column": 6, + "index": 3570 }, { "filePath": "src/taxonomy/delete-dialog/index.jsx", - "line": 57, - "column": 8, - "index": 1633 + "line": 42, + "column": 6, + "index": 1068 }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 44, - "column": 8, - "index": 1235 + "line": 30, + "column": 6, + "index": 802 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 443, - "column": 10, - "index": 12710 + "line": 426, + "column": 6, + "index": 12229 }, { "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 172, + "line": 150, + "column": 6, + "index": 3912 + } + ], + "Form": [ + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 589, + "column": 6, + "index": 22683 + }, + { + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 307, + "column": 10, + "index": 8879 + }, + { + "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", + "line": 102, + "column": 6, + "index": 3108 + }, + { + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.test.jsx", + "line": 27, + "column": 49, + "index": 979 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx", + "line": 11, + "column": 20, + "index": 206 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx", + "line": 13, + "column": 18, + "index": 264 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 38, + "column": 33, + "index": 1157 + }, + { + "filePath": "src/generic/configure-modal/PrereqSettings.jsx", + "line": 34, + "column": 6, + "index": 808 + }, + { + "filePath": "src/generic/configure-modal/UnitTab.jsx", + "line": 106, + "column": 26, + "index": 3570 + }, + { + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 221, + "column": 6, + "index": 6933 + }, + { + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", + "line": 123, + "column": 10, + "index": 4253 + }, + { + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", + "line": 68, + "column": 6, + "index": 2825 + }, + { + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx", + "line": 122, + "column": 14, + "index": 5560 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 19, "column": 8, - "index": 4583 + "index": 524 } ], - "ModalDialog.Footer": [ + "ModalDialog.Header": [ { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 603, + "line": 590, "column": 8, - "index": 23289 + "index": 22751 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 92, + "line": 84, "column": 4, - "index": 2882 + "index": 2672 }, { "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", - "line": 73, - "column": 12, - "index": 2406 + "line": 43, + "column": 6, + "index": 1155 }, { "filePath": "src/course-outline/publish-modal/PublishModal.jsx", - "line": 70, + "line": 35, "column": 6, - "index": 2248 + "index": 901 + }, + { + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 239, + "column": 10, + "index": 8665 + }, + { + "filePath": "src/editors/containers/EditorContainer/index.jsx", + "line": 57, + "column": 6, + "index": 1742 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", + "line": 22, + "column": 6, + "index": 607 + }, + { + "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", + "line": 37, + "column": 4, + "index": 653 }, { "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 47, + "line": 36, "column": 6, - "index": 1218 + "index": 810 + }, + { + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 48, + "column": 6, + "index": 1132 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 160, + "line": 72, "column": 6, - "index": 4851 + "index": 1939 }, { "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", - "line": 73, + "line": 37, "column": 6, - "index": 2319 + "index": 1030 }, { "filePath": "src/generic/configure-modal/ConfigureModal.jsx", - "line": 292, - "column": 14, - "index": 9375 + "line": 271, + "column": 8, + "index": 8643 }, { "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 114, + "line": 89, "column": 6, - "index": 2819 + "index": 1939 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 34, + "line": 30, "column": 6, - "index": 778 + "index": 588 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 134, + "line": 126, "column": 8, - "index": 4212 + "index": 3781 }, { "filePath": "src/taxonomy/delete-dialog/index.jsx", - "line": 72, + "line": 51, "column": 8, - "index": 2135 + "index": 1346 }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 69, + "line": 39, "column": 8, - "index": 2127 + "index": 1055 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 461, - "column": 10, - "index": 13357 + "line": 273, + "column": 2, + "index": 7865 + }, + { + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 411, + "column": 6, + "index": 11707 }, { "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 219, + "line": 164, "column": 8, - "index": 6571 + "index": 4374 } ], - "ActionRow": [ + "ModalDialog.Title": [ { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 608, + "line": 591, "column": 10, - "index": 23394 + "index": 22782 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 93, + "line": 85, "column": 6, - "index": 2925 + "index": 2699 }, { - "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", - "line": 123, - "column": 6, - "index": 3893 + "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", + "line": 44, + "column": 8, + "index": 1221 }, { - "filePath": "src/advanced-settings/modal-error/ModalError.jsx", - "line": 17, - "column": 6, - "index": 552 + "filePath": "src/course-outline/publish-modal/PublishModal.jsx", + "line": 36, + "column": 8, + "index": 964 }, { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 65, - "column": 14, - "index": 1666 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 240, + "column": 12, + "index": 8698 }, { - "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", - "line": 21, + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", + "line": 23, "column": 8, - "index": 582 + "index": 668 }, { - "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 20, - "column": 2, - "index": 443 + "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", + "line": 38, + "column": 6, + "index": 747 }, { - "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx", - "line": 30, + "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", + "line": 37, "column": 8, - "index": 689 + "index": 839 }, { - "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", - "line": 74, - "column": 14, - "index": 2458 + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 49, + "column": 8, + "index": 1161 }, { - "filePath": "src/course-outline/publish-modal/PublishModal.jsx", - "line": 71, + "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", + "line": 73, "column": 8, - "index": 2294 + "index": 1968 }, { - "filePath": "src/course-rerun/index.jsx", - "line": 57, - "column": 16, - "index": 1690 + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", + "line": 38, + "column": 8, + "index": 1059 }, { - "filePath": "src/course-team/add-user-form/AddUserForm.jsx", - "line": 41, - "column": 12, - "index": 1411 + "filePath": "src/generic/configure-modal/ConfigureModal.jsx", + "line": 272, + "column": 10, + "index": 8710 }, { - "filePath": "src/course-team/info-modal/InfoModal.jsx", - "line": 42, + "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "line": 90, "column": 8, - "index": 886 + "index": 1968 }, { - "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", - "line": 29, + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", + "line": 31, "column": 8, - "index": 625 + "index": 617 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 97, - "column": 12, - "index": 3356 + "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", + "line": 127, + "column": 10, + "index": 3829 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 190, - "column": 24, - "index": 7733 + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 52, + "column": 10, + "index": 1377 }, { - "filePath": "src/course-updates/delete-modal/DeleteModal.jsx", - "line": 21, - "column": 8, - "index": 475 + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 40, + "column": 10, + "index": 1086 }, { - "filePath": "src/course-updates/update-form/UpdateForm.jsx", - "line": 111, - "column": 12, - "index": 3941 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 274, + "column": 4, + "index": 7890 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 68, - "column": 6, - "index": 1734 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 414, + "column": 10, + "index": 11870 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 109, + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 165, "column": 10, - "index": 3432 - }, + "index": 4405 + } + ], + "ModalDialog.Body": [ { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 126, + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 595, "column": 8, - "index": 4204 + "index": 22907 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 58, - "column": 6, - "index": 1432 + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 89, + "column": 4, + "index": 2818 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 75, - "column": 6, - "index": 1981 + "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", + "line": 53, + "column": 12, + "index": 1534 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 89, + "filePath": "src/course-outline/publish-modal/PublishModal.jsx", + "line": 40, "column": 6, - "index": 2413 + "index": 1118 }, { - "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 48, - "column": 8, - "index": 1247 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 244, + "column": 10, + "index": 8864 }, { - "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", - "line": 72, - "column": 8, - "index": 2014 + "filePath": "src/editors/containers/EditorContainer/index.jsx", + "line": 69, + "column": 6, + "index": 2153 }, { - "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", "line": 34, - "column": 10, - "index": 767 - }, - { - "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 161, - "column": 8, - "index": 4880 + "column": 6, + "index": 1014 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 63, - "column": 12, - "index": 2060 + "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", + "line": 44, + "column": 6, + "index": 901 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", - "line": 74, - "column": 8, - "index": 2348 + "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", + "line": 41, + "column": 6, + "index": 987 }, { - "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", - "line": 254, - "column": 8, - "index": 7426 + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 57, + "column": 6, + "index": 1444 }, { - "filePath": "src/generic/configure-modal/ConfigureModal.jsx", - "line": 293, - "column": 16, - "index": 9429 + "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", + "line": 77, + "column": 6, + "index": 2107 }, { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 254, + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", + "line": 69, "column": 8, - "index": 8069 + "index": 2173 }, { - "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 30, - "column": 8, - "index": 635 + "filePath": "src/generic/configure-modal/ConfigureModal.jsx", + "line": 287, + "column": 14, + "index": 9123 }, { "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 115, - "column": 8, - "index": 2848 + "line": 94, + "column": 6, + "index": 2074 }, { - "filePath": "src/generic/modal-notification/index.jsx", - "line": 14, + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", + "line": 33, "column": 6, - "index": 386 + "index": 724 }, { - "filePath": "src/generic/sub-header/SubHeader.jsx", - "line": 26, - "column": 10, - "index": 678 + "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", + "line": 131, + "column": 8, + "index": 4040 }, { - "filePath": "src/generic/sub-header/SubHeader.jsx", - "line": 32, + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 57, "column": 8, - "index": 844 + "index": 1633 }, { - "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", - "line": 89, - "column": 14, - "index": 2573 - }, - { - "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx", - "line": 85, - "column": 14, - "index": 2657 - }, - { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", - "line": 110, - "column": 12, - "index": 3276 - }, - { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx", - "line": 118, - "column": 12, - "index": 3913 - }, - { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 36, + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 44, "column": 8, - "index": 844 - }, - { - "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 135, - "column": 10, - "index": 4243 - }, - { - "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", - "line": 169, - "column": 10, - "index": 5753 - }, - { - "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", - "line": 67, - "column": 12, - "index": 2129 - }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 83, - "column": 12, - "index": 2484 - }, - { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 38, - "column": 14, - "index": 1013 - }, - { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 65, - "column": 14, - "index": 1971 - }, - { - "filePath": "src/taxonomy/delete-dialog/index.jsx", - "line": 73, - "column": 10, - "index": 2166 + "index": 1235 }, { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 70, + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 443, "column": 10, - "index": 2158 + "index": 12710 }, { "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 43, + "line": 172, "column": 8, - "index": 978 - }, - { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 220, - "column": 10, - "index": 6602 - }, - { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", - "line": 77, - "column": 16, - "index": 2337 - }, - { - "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", - "line": 154, - "column": 12, - "index": 6472 + "index": 4583 } ], - "ModalDialog.CloseButton": [ + "ModalDialog.Footer": [ { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 609, - "column": 12, - "index": 23418 + "line": 603, + "column": 8, + "index": 23289 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 94, - "column": 8, - "index": 2945 + "line": 92, + "column": 4, + "index": 2882 }, { "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", - "line": 75, - "column": 16, - "index": 2486 + "line": 73, + "column": 12, + "index": 2406 }, { "filePath": "src/course-outline/publish-modal/PublishModal.jsx", - "line": 72, - "column": 10, - "index": 2316 + "line": 70, + "column": 6, + "index": 2248 + }, + { + "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", + "line": 30, + "column": 4, + "index": 606 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", + "line": 27, + "column": 4, + "index": 596 + }, + { + "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", + "line": 48, + "column": 4, + "index": 987 }, { "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 49, - "column": 10, - "index": 1269 + "line": 47, + "column": 6, + "index": 1218 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 162, - "column": 10, - "index": 4902 + "line": 160, + "column": 6, + "index": 4861 + }, + { + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", + "line": 73, + "column": 6, + "index": 2319 }, { "filePath": "src/generic/configure-modal/ConfigureModal.jsx", - "line": 294, - "column": 18, - "index": 9459 + "line": 292, + "column": 14, + "index": 9375 }, { "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 116, - "column": 10, - "index": 2870 + "line": 114, + "column": 6, + "index": 2819 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 37, - "column": 10, - "index": 866 + "line": 34, + "column": 6, + "index": 778 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 136, - "column": 12, - "index": 4267 + "line": 134, + "column": 8, + "index": 4212 }, { "filePath": "src/taxonomy/delete-dialog/index.jsx", - "line": 74, - "column": 12, - "index": 2190 + "line": 72, + "column": 8, + "index": 2135 }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 71, - "column": 12, - "index": 2182 + "line": 69, + "column": 8, + "index": 2127 + }, + { + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 461, + "column": 10, + "index": 13357 }, { "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 221, - "column": 12, - "index": 6626 + "line": 219, + "column": 8, + "index": 6571 } ], - "StatefulButton": [ + "ActionRow": [ { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 612, - "column": 12, - "index": 23590 + "line": 608, + "column": 10, + "index": 23394 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 165, + "line": 93, "column": 6, - "index": 4710 - }, - { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 317, - "column": 16, - "index": 9213 + "index": 2925 }, { "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", - "line": 124, - "column": 8, - "index": 3913 + "line": 123, + "column": 6, + "index": 3893 }, { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 256, - "column": 12, - "index": 10578 + "filePath": "src/advanced-settings/modal-error/ModalError.jsx", + "line": 17, + "column": 6, + "index": 552 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 113, - "column": 12, - "index": 3615 + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 65, + "column": 14, + "index": 1666 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 196, - "column": 12, - "index": 6963 + "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", + "line": 21, + "column": 8, + "index": 582 }, { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 261, - "column": 10, - "index": 8311 - }, - { - "filePath": "src/generic/loading-button/index.jsx", - "line": 52, - "column": 4, - "index": 1064 + "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", + "line": 20, + "column": 2, + "index": 443 }, { - "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 248, - "column": 12, - "index": 10042 + "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx", + "line": 30, + "column": 8, + "index": 689 }, { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", - "line": 131, - "column": 16, - "index": 4529 + "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", + "line": 74, + "column": 14, + "index": 2458 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigFormSaveButton.jsx", - "line": 36, - "column": 6, - "index": 1547 + "filePath": "src/course-outline/publish-modal/PublishModal.jsx", + "line": 71, + "column": 8, + "index": 2294 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", - "line": 173, - "column": 12, - "index": 5971 + "filePath": "src/course-rerun/index.jsx", + "line": 57, + "column": 16, + "index": 1690 }, { - "filePath": "src/schedule-and-details/index.jsx", - "line": 371, + "filePath": "src/course-team/add-user-form/AddUserForm.jsx", + "line": 41, "column": 12, - "index": 13119 - }, - { - "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 140, - "column": 10, - "index": 4933 - } - ], - "TransitionReplace": [ - { - "filePath": "plugins/course-apps/teams/GroupEditor.jsx", - "line": 45, - "column": 4, - "index": 1630 + "index": 1411 }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 49, - "column": 2, - "index": 1816 + "filePath": "src/course-team/info-modal/InfoModal.jsx", + "line": 42, + "column": 8, + "index": 886 }, { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 144, - "column": 10, - "index": 5491 + "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", + "line": 29, + "column": 8, + "index": 625 }, { - "filePath": "src/course-outline/CourseOutline.jsx", - "line": 256, - "column": 10, - "index": 8129 + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 97, + "column": 12, + "index": 3356 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", - "line": 51, - "column": 8, - "index": 2075 + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 190, + "column": 24, + "index": 7733 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", - "line": 66, + "filePath": "src/course-updates/delete-modal/DeleteModal.jsx", + "line": 21, "column": 8, - "index": 2755 + "index": 475 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", - "line": 60, - "column": 8, - "index": 2180 + "filePath": "src/course-updates/update-form/UpdateForm.jsx", + "line": 111, + "column": 12, + "index": 3941 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 64, - "column": 14, - "index": 2086 + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 68, + "column": 6, + "index": 1734 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 83, - "column": 12, - "index": 2887 + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 109, + "column": 10, + "index": 3432 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 117, + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 124, "column": 8, - "index": 4190 + "index": 4304 }, { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 204, + "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", + "line": 31, "column": 6, - "index": 6382 + "index": 655 }, { - "filePath": "src/generic/FieldFeedback.jsx", - "line": 14, - "column": 4, - "index": 280 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", + "line": 61, + "column": 10, + "index": 1869 }, { - "filePath": "src/generic/FieldFeedback.jsx", - "line": 24, + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", + "line": 21, "column": 4, - "index": 711 + "index": 485 }, { - "filePath": "src/generic/FormikErrorFeedback.jsx", - "line": 12, - "column": 4, - "index": 381 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", + "line": 22, + "column": 2, + "index": 495 }, { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", - "line": 180, - "column": 18, - "index": 6617 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 29, + "column": 8, + "index": 751 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", - "line": 90, - "column": 6, - "index": 2923 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 46, + "column": 16, + "index": 1442 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", - "line": 103, - "column": 12, - "index": 3545 - } - ], - "Button": [ - { - "filePath": "plugins/course-apps/teams/GroupEditor.jsx", - "line": 52, + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 69, "column": 14, - "index": 2042 + "index": 2488 }, { - "filePath": "plugins/course-apps/teams/GroupEditor.jsx", - "line": 55, - "column": 14, - "index": 2194 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", + "line": 28, + "column": 6, + "index": 648 }, { - "filePath": "plugins/course-apps/teams/Settings.jsx", - "line": 147, - "column": 20, - "index": 5448 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 68, + "column": 10, + "index": 2043 }, { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 185, - "column": 22, - "index": 7406 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 49, + "column": 18, + "index": 1328 }, { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 252, - "column": 14, - "index": 10399 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 68, + "column": 18, + "index": 2132 }, { - "filePath": "src/advanced-settings/modal-error/ModalError.jsx", - "line": 18, - "column": 8, - "index": 572 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 93, + "column": 18, + "index": 3203 }, { - "filePath": "src/advanced-settings/modal-error/ModalError.jsx", - "line": 24, - "column": 8, - "index": 768 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 119, + "column": 18, + "index": 4309 }, { - "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", - "line": 49, - "column": 14, - "index": 1950 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", + "line": 36, + "column": 6, + "index": 914 }, { - "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", - "line": 52, - "column": 14, - "index": 2069 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", + "line": 24, + "column": 4, + "index": 569 }, { - "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", - "line": 61, - "column": 20, - "index": 2425 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 130, + "column": 12, + "index": 4088 }, { - "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", - "line": 64, - "column": 20, - "index": 2569 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 70, + "column": 8, + "index": 2315 }, { - "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", - "line": 70, - "column": 20, - "index": 2846 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 79, + "column": 6, + "index": 2521 }, { - "filePath": "src/certificates/certificate-signatories/CertificateSignatories.jsx", - "line": 81, - "column": 12, - "index": 2580 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 84, + "column": 10, + "index": 2709 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 132, - "column": 12, - "index": 4673 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 118, + "column": 8, + "index": 3984 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 138, - "column": 10, - "index": 4874 + "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", + "line": 49, + "column": 6, + "index": 1014 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 141, - "column": 10, - "index": 4988 + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 34, + "column": 4, + "index": 709 }, { - "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", - "line": 24, - "column": 10, - "index": 726 + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", + "line": 188, + "column": 6, + "index": 4791 }, { - "filePath": "src/certificates/layout/certificates-sidebar/CertificatesSidebar.jsx", - "line": 27, + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 58, "column": 6, - "index": 917 + "index": 1432 }, { - "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx", - "line": 25, + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 75, "column": 6, - "index": 718 + "index": 1981 }, { - "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx", - "line": 34, + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 89, "column": 6, - "index": 962 + "index": 2413 }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 76, - "column": 12, - "index": 2582 + "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", + "line": 48, + "column": 8, + "index": 1247 }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 85, - "column": 12, - "index": 2918 + "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", + "line": 72, + "column": 8, + "index": 2014 }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 135, + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", + "line": 34, "column": 10, - "index": 4223 + "index": 767 }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 395, - "column": 18, - "index": 13800 + "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", + "line": 161, + "column": 8, + "index": 4890 }, { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 55, + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 63, "column": 12, - "index": 1636 - }, - { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 204, - "column": 18, - "index": 6860 + "index": 2060 }, { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 215, - "column": 18, - "index": 7335 + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", + "line": 74, + "column": 8, + "index": 2348 }, { - "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", - "line": 311, - "column": 12, - "index": 11770 + "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", + "line": 254, + "column": 8, + "index": 7415 }, { - "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", - "line": 91, - "column": 10, - "index": 2801 + "filePath": "src/generic/configure-modal/ConfigureModal.jsx", + "line": 293, + "column": 16, + "index": 9429 }, { - "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 50, + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 254, "column": 8, - "index": 1444 + "index": 8077 }, { - "filePath": "src/course-outline/card-header/TitleButton.jsx", - "line": 35, - "column": 6, - "index": 728 + "filePath": "src/generic/delete-modal/DeleteModal.jsx", + "line": 30, + "column": 8, + "index": 635 }, { - "filePath": "src/course-outline/card-header/TitleLink.jsx", - "line": 10, - "column": 2, - "index": 198 + "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "line": 115, + "column": 8, + "index": 2848 }, { - "filePath": "src/course-outline/CourseOutline.jsx", - "line": 412, - "column": 30, - "index": 17487 + "filePath": "src/generic/modal-notification/index.jsx", + "line": 14, + "column": 6, + "index": 386 }, { - "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx", - "line": 27, + "filePath": "src/generic/sub-header/SubHeader.jsx", + "line": 26, "column": 10, - "index": 841 + "index": 678 }, { - "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx", - "line": 31, - "column": 10, - "index": 711 + "filePath": "src/generic/sub-header/SubHeader.jsx", + "line": 32, + "column": 8, + "index": 844 }, { - "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx", - "line": 34, - "column": 10, - "index": 841 + "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", + "line": 89, + "column": 14, + "index": 2573 }, { - "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", - "line": 38, - "column": 10, - "index": 1030 + "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx", + "line": 85, + "column": 14, + "index": 2657 }, { - "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", - "line": 56, - "column": 10, - "index": 1651 + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", + "line": 110, + "column": 12, + "index": 3276 }, { - "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", - "line": 67, - "column": 8, - "index": 1977 + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx", + "line": 118, + "column": 12, + "index": 3913 }, { - "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", - "line": 85, + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", + "line": 36, "column": 8, - "index": 2574 + "index": 844 }, { - "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", - "line": 78, - "column": 16, - "index": 2652 + "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", + "line": 135, + "column": 10, + "index": 4243 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 97, + "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", + "line": 169, "column": 10, - "index": 2907 + "index": 5753 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 267, + "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", + "line": 67, "column": 12, - "index": 8298 + "index": 2129 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 326, + "filePath": "src/studio-home/card-item/index.jsx", + "line": 83, "column": 12, - "index": 9901 + "index": 2484 }, { - "filePath": "src/course-outline/publish-modal/PublishModal.jsx", - "line": 75, - "column": 10, - "index": 2464 + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 38, + "column": 14, + "index": 1013 }, { - "filePath": "src/course-outline/section-card/SectionCard.jsx", - "line": 225, + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 65, "column": 14, - "index": 6818 + "index": 1971 }, { - "filePath": "src/course-outline/section-card/SectionCard.jsx", - "line": 250, - "column": 16, - "index": 7783 - }, - { - "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 125, - "column": 14, - "index": 4317 + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 73, + "column": 10, + "index": 2166 }, { - "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx", - "line": 226, - "column": 16, - "index": 7346 + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 70, + "column": 10, + "index": 2158 }, { - "filePath": "src/course-rerun/index.jsx", - "line": 58, - "column": 18, - "index": 1740 + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 43, + "column": 8, + "index": 978 }, { - "filePath": "src/course-team/add-team-member/AddTeamMember.jsx", - "line": 18, - "column": 6, - "index": 699 + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 220, + "column": 10, + "index": 6602 }, { - "filePath": "src/course-team/add-user-form/AddUserForm.jsx", - "line": 42, - "column": 14, - "index": 1437 + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 77, + "column": 16, + "index": 2337 }, { - "filePath": "src/course-team/add-user-form/AddUserForm.jsx", - "line": 45, - "column": 14, - "index": 1592 - }, + "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", + "line": 154, + "column": 12, + "index": 6472 + } + ], + "ModalDialog.CloseButton": [ { - "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", - "line": 48, + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 609, "column": 12, - "index": 1502 + "index": 23418 }, { - "filePath": "src/course-team/CourseTeam.jsx", - "line": 81, - "column": 22, - "index": 2569 + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 94, + "column": 8, + "index": 2945 }, { - "filePath": "src/course-team/info-modal/InfoModal.jsx", - "line": 43, - "column": 10, - "index": 908 + "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", + "line": 75, + "column": 16, + "index": 2486 }, { - "filePath": "src/course-team/info-modal/InfoModal.jsx", - "line": 47, - "column": 12, - "index": 1073 + "filePath": "src/course-outline/publish-modal/PublishModal.jsx", + "line": 72, + "column": 10, + "index": 2316 }, { - "filePath": "src/course-unit/add-component/add-component-btn/index.jsx", - "line": 12, - "column": 4, - "index": 330 + "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", + "line": 52, + "column": 8, + "index": 1086 }, { - "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", - "line": 31, + "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", + "line": 49, "column": 10, - "index": 678 + "index": 1269 }, { - "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", - "line": 34, + "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", + "line": 162, "column": 10, - "index": 829 - }, - { - "filePath": "src/course-unit/clipboard/paste-notification/components/ActionButton.jsx", - "line": 7, - "column": 2, - "index": 223 + "index": 4912 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 60, - "column": 8, - "index": 1938 + "filePath": "src/generic/configure-modal/ConfigureModal.jsx", + "line": 294, + "column": 18, + "index": 9459 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 81, - "column": 8, - "index": 2482 + "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "line": 116, + "column": 10, + "index": 2870 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", "line": 37, - "column": 8, - "index": 1166 - }, - { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", - "line": 46, "column": 10, - "index": 1438 + "index": 866 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx", - "line": 61, - "column": 10, - "index": 2428 + "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", + "line": 136, + "column": 12, + "index": 4267 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx", - "line": 70, + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 74, "column": 12, - "index": 2747 + "index": 2190 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/UnitButton.jsx", - "line": 16, - "column": 4, - "index": 478 + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 71, + "column": 12, + "index": 2182 }, { - "filePath": "src/course-unit/header-navigations/HeaderNavigations.jsx", - "line": 13, - "column": 6, - "index": 410 + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 221, + "column": 12, + "index": 6626 + } + ], + "StatefulButton": [ + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 612, + "column": 12, + "index": 23590 }, { - "filePath": "src/course-unit/header-navigations/HeaderNavigations.jsx", - "line": 19, + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 165, "column": 6, - "index": 569 + "index": 4710 }, { - "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx", - "line": 25, - "column": 8, - "index": 776 + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 317, + "column": 16, + "index": 9213 }, { - "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx", - "line": 30, + "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", + "line": 124, "column": 8, - "index": 1006 + "index": 3913 }, { - "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx", - "line": 42, - "column": 10, - "index": 1417 + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 256, + "column": 12, + "index": 10564 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 142, - "column": 22, - "index": 5306 + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 113, + "column": 12, + "index": 3615 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 195, - "column": 26, - "index": 7983 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 194, + "column": 12, + "index": 7063 }, { - "filePath": "src/course-updates/delete-modal/DeleteModal.jsx", - "line": 22, - "column": 10, - "index": 497 + "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", + "line": 35, + "column": 8, + "index": 952 }, { - "filePath": "src/course-updates/delete-modal/DeleteModal.jsx", - "line": 25, + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 261, "column": 10, - "index": 627 - }, - { - "filePath": "src/course-updates/update-form/UpdateForm.jsx", - "line": 112, - "column": 14, - "index": 3967 + "index": 8319 }, { - "filePath": "src/course-updates/update-form/UpdateForm.jsx", - "line": 115, - "column": 14, - "index": 4123 + "filePath": "src/generic/loading-button/index.jsx", + "line": 52, + "column": 4, + "index": 1064 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 110, + "filePath": "src/grading-settings/GradingSettings.jsx", + "line": 248, "column": 12, - "index": 3456 + "index": 10042 }, { - "filePath": "src/custom-pages/CustomPages.jsx", + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", "line": 131, - "column": 10, - "index": 4360 + "column": 16, + "index": 4529 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 145, - "column": 12, - "index": 4815 + "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigFormSaveButton.jsx", + "line": 36, + "column": 6, + "index": 1547 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 224, + "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", + "line": 173, "column": 12, - "index": 8050 + "index": 5971 }, { - "filePath": "src/export-page/CourseExportPage.jsx", - "line": 86, - "column": 22, - "index": 3877 + "filePath": "src/schedule-and-details/index.jsx", + "line": 371, + "column": 12, + "index": 13105 }, { - "filePath": "src/export-page/export-stepper/ExportStepper.jsx", - "line": 93, - "column": 65, - "index": 2953 + "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", + "line": 140, + "column": 10, + "index": 4933 + } + ], + "TransitionReplace": [ + { + "filePath": "plugins/course-apps/teams/GroupEditor.jsx", + "line": 45, + "column": 4, + "index": 1630 }, { - "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 52, - "column": 10, - "index": 1435 + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 49, + "column": 2, + "index": 1816 }, { - "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", - "line": 73, + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 144, "column": 10, - "index": 2036 + "index": 5477 }, { - "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", - "line": 76, + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 256, "column": 10, - "index": 2189 + "index": 8129 }, { - "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", - "line": 43, + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 51, "column": 8, - "index": 1342 + "index": 2075 }, { - "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 155, + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 66, "column": 8, - "index": 4655 + "index": 2755 }, { - "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 165, - "column": 10, - "index": 5059 + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 60, + "column": 8, + "index": 2180 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 59, - "column": 18, - "index": 1213 + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 64, + "column": 14, + "index": 2086 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 71, - "column": 20, - "index": 1553 + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 83, + "column": 12, + "index": 2887 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 81, - "column": 20, - "index": 1889 + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 117, + "column": 8, + "index": 4190 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 91, - "column": 20, - "index": 2222 + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 204, + "column": 6, + "index": 6390 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 100, - "column": 16, - "index": 2545 + "filePath": "src/generic/FieldFeedback.jsx", + "line": 14, + "column": 4, + "index": 280 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 109, - "column": 16, - "index": 2838 + "filePath": "src/generic/FieldFeedback.jsx", + "line": 24, + "column": 4, + "index": 711 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 117, - "column": 16, - "index": 3095 + "filePath": "src/generic/FormikErrorFeedback.jsx", + "line": 12, + "column": 4, + "index": 381 }, { - "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 38, - "column": 6, - "index": 1016 + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", + "line": 180, + "column": 18, + "index": 6617 }, { - "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 74, + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", + "line": 90, "column": 6, - "index": 2380 + "index": 2923 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 30, - "column": 8, - "index": 631 - }, + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", + "line": 103, + "column": 12, + "index": 3545 + } + ], + "Button": [ { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 59, - "column": 24, - "index": 1507 + "filePath": "plugins/course-apps/teams/GroupEditor.jsx", + "line": 52, + "column": 14, + "index": 2042 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 72, - "column": 24, - "index": 1962 + "filePath": "plugins/course-apps/teams/GroupEditor.jsx", + "line": 55, + "column": 14, + "index": 2194 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 89, - "column": 22, - "index": 2498 + "filePath": "plugins/course-apps/teams/Settings.jsx", + "line": 147, + "column": 20, + "index": 5448 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", - "line": 64, - "column": 14, - "index": 1684 + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 185, + "column": 22, + "index": 7392 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", - "line": 67, + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 252, "column": 14, - "index": 1882 + "index": 10385 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 46, - "column": 16, - "index": 1051 + "filePath": "src/advanced-settings/modal-error/ModalError.jsx", + "line": 18, + "column": 8, + "index": 572 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 54, - "column": 16, - "index": 1318 + "filePath": "src/advanced-settings/modal-error/ModalError.jsx", + "line": 24, + "column": 8, + "index": 768 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 63, - "column": 16, - "index": 1658 + "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", + "line": 49, + "column": 14, + "index": 1950 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", - "line": 127, - "column": 8, - "index": 3965 + "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", + "line": 52, + "column": 14, + "index": 2069 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", - "line": 145, - "column": 8, - "index": 4579 + "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", + "line": 61, + "column": 20, + "index": 2425 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", - "line": 148, - "column": 8, - "index": 4726 + "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", + "line": 64, + "column": 20, + "index": 2569 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", - "line": 75, - "column": 10, - "index": 2370 + "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", + "line": 70, + "column": 20, + "index": 2846 }, { - "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", - "line": 260, + "filePath": "src/certificates/certificate-signatories/CertificateSignatories.jsx", + "line": 81, "column": 12, - "index": 7624 + "index": 2580 }, { - "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", - "line": 68, + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 132, "column": 12, - "index": 2295 + "index": 4673 }, { - "filePath": "src/generic/clipboard/paste-component/components/PasteButton.jsx", - "line": 14, - "column": 4, - "index": 442 - }, - { - "filePath": "src/generic/configure-modal/ConfigureModal.jsx", - "line": 297, - "column": 18, - "index": 9631 + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 138, + "column": 10, + "index": 4874 }, { - "filePath": "src/generic/ConfirmationPopup.jsx", - "line": 26, - "column": 8, - "index": 596 + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 141, + "column": 10, + "index": 4988 }, { - "filePath": "src/generic/ConfirmationPopup.jsx", - "line": 29, - "column": 8, - "index": 723 + "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", + "line": 24, + "column": 10, + "index": 726 }, { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 255, - "column": 10, - "index": 8125 + "filePath": "src/certificates/layout/certificates-sidebar/CertificatesSidebar.jsx", + "line": 27, + "column": 6, + "index": 917 }, { - "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 31, - "column": 10, - "index": 657 + "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx", + "line": 25, + "column": 6, + "index": 718 }, { - "filePath": "src/generic/delete-modal/DeleteModal.jsx", + "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx", "line": 34, - "column": 10, - "index": 787 + "column": 6, + "index": 962 }, { - "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 119, - "column": 10, - "index": 3040 + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 77, + "column": 12, + "index": 2584 }, { - "filePath": "src/generic/modal-notification/index.jsx", - "line": 15, - "column": 8, - "index": 406 + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 86, + "column": 12, + "index": 2920 }, { - "filePath": "src/generic/modal-notification/index.jsx", - "line": 16, - "column": 8, - "index": 492 + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 136, + "column": 10, + "index": 4225 }, { - "filePath": "src/generic/tag-count/index.jsx", - "line": 20, - "column": 8, - "index": 474 + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 396, + "column": 18, + "index": 13802 }, { - "filePath": "src/grading-settings/assignment-section/index.jsx", - "line": 183, + "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", + "line": 55, "column": 12, - "index": 7390 + "index": 1636 }, { - "filePath": "src/grading-settings/grading-scale/components/GradingScaleSegment.jsx", - "line": 49, - "column": 6, - "index": 1624 + "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", + "line": 204, + "column": 18, + "index": 6860 }, { - "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 205, - "column": 20, - "index": 8374 + "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", + "line": 215, + "column": 18, + "index": 7335 }, { - "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 244, - "column": 14, - "index": 9869 + "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", + "line": 311, + "column": 12, + "index": 11771 }, { - "filePath": "src/group-configurations/common/TitleButton.jsx", - "line": 21, - "column": 4, - "index": 527 + "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", + "line": 91, + "column": 10, + "index": 2801 }, { - "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx", - "line": 86, - "column": 16, - "index": 2685 + "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", + "line": 50, + "column": 8, + "index": 1444 }, { - "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx", - "line": 89, - "column": 16, - "index": 2836 + "filePath": "src/course-outline/card-header/TitleButton.jsx", + "line": 35, + "column": 6, + "index": 728 }, { - "filePath": "src/group-configurations/content-groups-section/index.jsx", - "line": 59, - "column": 12, - "index": 2032 + "filePath": "src/course-outline/card-header/TitleLink.jsx", + "line": 10, + "column": 2, + "index": 198 }, { - "filePath": "src/group-configurations/empty-placeholder/index.jsx", - "line": 23, - "column": 6, - "index": 757 + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 412, + "column": 30, + "index": 17487 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx", - "line": 119, - "column": 14, - "index": 3986 + "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx", + "line": 27, + "column": 10, + "index": 841 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx", - "line": 122, - "column": 14, - "index": 4148 + "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx", + "line": 31, + "column": 10, + "index": 711 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", - "line": 82, - "column": 6, - "index": 2667 + "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx", + "line": 34, + "column": 10, + "index": 841 }, { - "filePath": "src/group-configurations/experiment-configurations-section/index.jsx", - "line": 47, - "column": 12, - "index": 1644 + "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", + "line": 38, + "column": 10, + "index": 1030 }, { - "filePath": "src/import-page/import-stepper/ImportStepper.jsx", - "line": 105, - "column": 8, - "index": 3692 + "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", + "line": 56, + "column": 10, + "index": 1651 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictionSchedules.jsx", + "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", "line": 67, - "column": 14, - "index": 2190 + "column": 8, + "index": 1977 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx", - "line": 78, - "column": 16, - "index": 2946 + "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", + "line": 85, + "column": 8, + "index": 2574 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", - "line": 84, - "column": 10, - "index": 2264 + "filePath": "src/course-outline/highlights-modal/HighlightsModal.jsx", + "line": 78, + "column": 16, + "index": 2652 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", - "line": 87, + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 97, "column": 10, - "index": 2420 + "index": 2920 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DiscussionRestriction.jsx", - "line": 41, - "column": 4, - "index": 1479 + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 267, + "column": 12, + "index": 8311 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", - "line": 170, + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 326, "column": 12, - "index": 5777 + "index": 9914 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppListNextButton.jsx", - "line": 21, - "column": 4, - "index": 739 + "filePath": "src/course-outline/publish-modal/PublishModal.jsx", + "line": 75, + "column": 10, + "index": 2464 }, { - "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", - "line": 107, - "column": 20, - "index": 3475 + "filePath": "src/course-outline/section-card/SectionCard.jsx", + "line": 225, + "column": 14, + "index": 6818 }, { - "filePath": "src/pages-and-resources/PagesAndResources.jsx", - "line": 81, - "column": 12, - "index": 3364 + "filePath": "src/course-outline/section-card/SectionCard.jsx", + "line": 250, + "column": 16, + "index": 7783 }, { - "filePath": "src/schedule-and-details/basic-section/index.jsx", - "line": 119, - "column": 10, - "index": 3357 + "filePath": "src/course-outline/status-bar/StatusBar.jsx", + "line": 125, + "column": 14, + "index": 4317 }, { - "filePath": "src/schedule-and-details/index.jsx", - "line": 363, - "column": 14, - "index": 12865 + "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx", + "line": 226, + "column": 16, + "index": 7346 }, { - "filePath": "src/schedule-and-details/instructors-section/index.jsx", - "line": 72, - "column": 6, - "index": 1994 + "filePath": "src/course-rerun/index.jsx", + "line": 58, + "column": 18, + "index": 1740 }, { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 95, - "column": 8, - "index": 3698 + "filePath": "src/course-team/add-team-member/AddTeamMember.jsx", + "line": 18, + "column": 6, + "index": 699 }, { - "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx", - "line": 38, - "column": 10, - "index": 1267 + "filePath": "src/course-team/add-user-form/AddUserForm.jsx", + "line": 42, + "column": 14, + "index": 1437 }, { - "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx", - "line": 43, - "column": 6, - "index": 1347 + "filePath": "src/course-team/add-user-form/AddUserForm.jsx", + "line": 45, + "column": 14, + "index": 1592 }, { - "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx", - "line": 61, - "column": 6, - "index": 1895 + "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", + "line": 48, + "column": 12, + "index": 1502 }, { - "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx", - "line": 37, - "column": 8, - "index": 1048 + "filePath": "src/course-team/CourseTeam.jsx", + "line": 81, + "column": 22, + "index": 2569 }, { - "filePath": "src/studio-home/organization-section/index.jsx", - "line": 66, - "column": 6, - "index": 2431 + "filePath": "src/course-team/info-modal/InfoModal.jsx", + "line": 43, + "column": 10, + "index": 908 }, { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 74, + "filePath": "src/course-team/info-modal/InfoModal.jsx", + "line": 47, "column": 12, - "index": 2449 + "index": 1073 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 79, - "column": 8, - "index": 2478 + "filePath": "src/course-unit/add-component/add-component-btn/index.jsx", + "line": 12, + "column": 4, + "index": 330 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 107, - "column": 6, - "index": 3361 + "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", + "line": 31, + "column": 10, + "index": 678 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx", - "line": 31, - "column": 14, - "index": 1078 + "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", + "line": 34, + "column": 10, + "index": 829 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 184, - "column": 12, - "index": 5877 + "filePath": "src/course-unit/clipboard/paste-notification/components/ActionButton.jsx", + "line": 7, + "column": 2, + "index": 223 }, { - "filePath": "src/taxonomy/delete-dialog/index.jsx", - "line": 77, - "column": 12, - "index": 2355 + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx", + "line": 60, + "column": 8, + "index": 1938 }, { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 74, - "column": 12, - "index": 2349 + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx", + "line": 81, + "column": 8, + "index": 2482 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 48, - "column": 10, - "index": 1330 + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", + "line": 37, + "column": 8, + "index": 1166 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 56, + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", + "line": 46, "column": 10, - "index": 1641 + "index": 1438 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 464, - "column": 14, - "index": 13443 + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx", + "line": 61, + "column": 10, + "index": 2428 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 467, - "column": 14, - "index": 13627 + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx", + "line": 70, + "column": 12, + "index": 2747 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 476, - "column": 18, - "index": 13961 + "filePath": "src/course-unit/course-sequence/sequence-navigation/UnitButton.jsx", + "line": 16, + "column": 4, + "index": 478 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 482, - "column": 14, - "index": 14260 + "filePath": "src/course-unit/header-navigations/HeaderNavigations.jsx", + "line": 13, + "column": 6, + "index": 410 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 502, - "column": 14, - "index": 15119 + "filePath": "src/course-unit/header-navigations/HeaderNavigations.jsx", + "line": 19, + "column": 6, + "index": 569 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 506, - "column": 14, - "index": 15376 + "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx", + "line": 25, + "column": 8, + "index": 776 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 519, - "column": 14, - "index": 15927 + "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx", + "line": 30, + "column": 8, + "index": 1006 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 523, - "column": 14, - "index": 16184 + "filePath": "src/course-unit/sidebar/components/sidebar-footer/ActionButtons.jsx", + "line": 42, + "column": 10, + "index": 1417 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 526, - "column": 14, - "index": 16340 + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 142, + "column": 22, + "index": 5306 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 535, - "column": 18, - "index": 16715 + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 195, + "column": 26, + "index": 7983 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 541, - "column": 14, - "index": 17012 + "filePath": "src/course-updates/delete-modal/DeleteModal.jsx", + "line": 22, + "column": 10, + "index": 497 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 44, + "filePath": "src/course-updates/delete-modal/DeleteModal.jsx", + "line": 25, "column": 10, - "index": 1000 + "index": 627 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 47, - "column": 10, - "index": 1132 + "filePath": "src/course-updates/update-form/UpdateForm.jsx", + "line": 112, + "column": 14, + "index": 3967 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 224, - "column": 12, - "index": 6798 + "filePath": "src/course-updates/update-form/UpdateForm.jsx", + "line": 115, + "column": 14, + "index": 4123 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 79, - "column": 6, - "index": 2359 + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 110, + "column": 12, + "index": 3456 }, { - "filePath": "src/textbooks/empty-placeholder/EmptyPlaceholder.jsx", - "line": 14, - "column": 6, - "index": 516 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 129, + "column": 10, + "index": 4460 }, { - "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", - "line": 142, - "column": 20, - "index": 6042 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 143, + "column": 12, + "index": 4915 }, { - "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", - "line": 155, - "column": 14, - "index": 6498 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 222, + "column": 12, + "index": 8150 }, { - "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", - "line": 158, - "column": 14, - "index": 6680 + "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", + "line": 32, + "column": 8, + "index": 675 }, { - "filePath": "src/textbooks/Textbooks.jsx", - "line": 76, - "column": 14, - "index": 2352 - } - ], - "Add": [ + "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", + "line": 39, + "column": 8, + "index": 914 + }, { - "filePath": "plugins/course-apps/teams/Settings.jsx", - "line": 150, - "column": 34, - "index": 5588 + "filePath": "src/editors/containers/EditorContainer/index.jsx", + "line": 39, + "column": 10, + "index": 1189 }, { - "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", - "line": 314, - "column": 26, - "index": 11864 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", + "line": 62, + "column": 12, + "index": 1893 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 97, - "column": 26, - "index": 3183 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", + "line": 65, + "column": 12, + "index": 2070 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 132, - "column": 24, - "index": 4392 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", + "line": 94, + "column": 12, + "index": 3122 }, { - "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 74, - "column": 26, - "index": 2400 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", + "line": 42, + "column": 8, + "index": 1682 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", - "line": 129, - "column": 22, - "index": 4020 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", + "line": 45, + "column": 8, + "index": 1876 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictionSchedules.jsx", - "line": 70, - "column": 28, - "index": 2308 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx", + "line": 42, + "column": 6, + "index": 1425 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx", - "line": 81, - "column": 30, - "index": 3069 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", + "line": 30, + "column": 8, + "index": 697 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 80, - "column": 20, - "index": 2387 - } - ], - "OverlayTrigger": [ + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", + "line": 37, + "column": 8, + "index": 936 + }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 154, - "column": 4, - "index": 4455 + "filePath": "src/editors/containers/VideoEditor/components/SelectVideoModal.jsx", + "line": 45, + "column": 21, + "index": 1378 }, { - "filePath": "src/course-outline/card-header/TitleButton.jsx", - "line": 25, - "column": 4, - "index": 522 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 101, + "column": 10, + "index": 3469 }, { - "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx", - "line": 19, - "column": 8, - "index": 602 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx", + "line": 71, + "column": 12, + "index": 1979 }, { - "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", - "line": 30, - "column": 8, - "index": 759 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", + "line": 112, + "column": 10, + "index": 3446 }, { - "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", - "line": 48, - "column": 8, - "index": 1318 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", + "line": 34, + "column": 4, + "index": 859 }, { - "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", - "line": 77, - "column": 6, - "index": 2323 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 172, + "column": 10, + "index": 5764 }, { - "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", - "line": 70, - "column": 20, - "index": 2452 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 93, + "column": 18, + "index": 2776 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", - "line": 15, - "column": 4, - "index": 412 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 65, + "column": 16, + "index": 2025 }, { - "filePath": "src/generic/clipboard/paste-component/index.jsx", - "line": 37, - "column": 6, - "index": 1160 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 68, + "column": 16, + "index": 2214 }, { - "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx", - "line": 31, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 143, "column": 6, - "index": 873 + "index": 4890 }, { - "filePath": "src/taxonomy/system-defined-badge/index.jsx", - "line": 25, - "column": 4, - "index": 680 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx", + "line": 29, + "column": 6, + "index": 997 }, { - "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 74, - "column": 4, - "index": 1790 + "filePath": "src/editors/sharedComponents/Button/index.jsx", + "line": 12, + "column": 2, + "index": 327 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 47, - "column": 6, - "index": 1185 - } - ], - "Tooltip": [ - { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 157, + "filePath": "src/editors/sharedComponents/CodeEditor/index.jsx", + "line": 32, "column": 8, - "index": 4520 + "index": 723 }, { - "filePath": "src/course-outline/card-header/TitleButton.jsx", - "line": 28, - "column": 8, - "index": 588 + "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", + "line": 44, + "column": 14, + "index": 1428 }, { - "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx", - "line": 22, - "column": 12, - "index": 680 + "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", + "line": 48, + "column": 14, + "index": 1641 }, { - "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", - "line": 33, + "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", + "line": 52, "column": 12, - "index": 837 + "index": 1869 }, { - "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", - "line": 51, - "column": 12, - "index": 1423 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx", + "line": 47, + "column": 8, + "index": 1499 }, { - "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", - "line": 80, - "column": 10, - "index": 2395 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx", + "line": 64, + "column": 6, + "index": 1957 }, { - "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", - "line": 73, - "column": 24, - "index": 2565 + "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", + "line": 64, + "column": 8, + "index": 1355 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", - "line": 18, + "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", + "line": 72, "column": 8, - "index": 475 + "index": 1592 }, { - "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx", - "line": 34, - "column": 10, - "index": 936 + "filePath": "src/editors/sharedComponents/SourceCodeModal/index.jsx", + "line": 32, + "column": 8, + "index": 678 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 50, + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", + "line": 192, "column": 10, - "index": 1254 - } - ], - "SpinnerSimple": [ + "index": 4970 + }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 174, - "column": 30, - "index": 5026 + "filePath": "src/export-page/CourseExportPage.jsx", + "line": 86, + "column": 22, + "index": 3877 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 61, - "column": 26, - "index": 1623 + "filePath": "src/export-page/export-stepper/ExportStepper.jsx", + "line": 93, + "column": 65, + "index": 2953 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 98, - "column": 26, - "index": 3218 - } - ], - "CheckCircleOutline": [ + "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", + "line": 52, + "column": 10, + "index": 1435 + }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 175, - "column": 29, - "index": 5096 - } - ], - "Info": [ + "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", + "line": 73, + "column": 10, + "index": 2036 + }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 330, - "column": 46, - "index": 9752 + "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", + "line": 76, + "column": 10, + "index": 2189 }, { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 137, - "column": 20, - "index": 5180 + "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", + "line": 43, + "column": 8, + "index": 1342 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/TranscriptColumn.jsx", - "line": 16, - "column": 19, - "index": 703 + "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", + "line": 155, + "column": 8, + "index": 4665 }, { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", - "line": 143, - "column": 46, - "index": 5005 - } - ], - "Alert.Heading": [ + "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", + "line": 165, + "column": 10, + "index": 5069 + }, { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 331, + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 59, "column": 18, - "index": 9792 + "index": 1213 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 133, - "column": 10, - "index": 3910 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 71, + "column": 20, + "index": 1553 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 201, - "column": 10, - "index": 6162 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 81, + "column": 20, + "index": 1889 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 376, - "column": 12, - "index": 11277 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 91, + "column": 20, + "index": 2222 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 385, - "column": 12, - "index": 11563 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 100, + "column": 16, + "index": 2545 }, { - "filePath": "src/course-unit/course-xblock/xblock-messages/XBlockMessages.jsx", - "line": 26, - "column": 6, - "index": 811 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 109, + "column": 16, + "index": 2838 }, { - "filePath": "src/files-and-videos/generic/EditFileErrors.jsx", - "line": 32, - "column": 6, - "index": 988 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 117, + "column": 16, + "index": 3095 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", - "line": 45, - "column": 10, - "index": 1289 + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", + "line": 38, + "column": 6, + "index": 1016 }, { - "filePath": "src/generic/alert-message/index.jsx", - "line": 7, - "column": 4, - "index": 192 + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", + "line": 74, + "column": 6, + "index": 2380 }, { - "filePath": "src/generic/AlertProctoringError.jsx", - "line": 11, - "column": 10, - "index": 369 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 30, + "column": 8, + "index": 631 }, { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", - "line": 144, - "column": 18, - "index": 5045 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 59, + "column": 24, + "index": 1507 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 178, - "column": 12, - "index": 5587 - } - ], - "Stack": [ + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 72, + "column": 24, + "index": 1962 + }, { - "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx", - "line": 18, - "column": 4, - "index": 480 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 89, + "column": 22, + "index": 2498 }, { - "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", - "line": 72, - "column": 10, - "index": 1966 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 64, + "column": 14, + "index": 1684 }, { - "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", - "line": 26, + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 67, "column": 14, - "index": 1054 + "index": 1882 }, { - "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", - "line": 42, - "column": 8, - "index": 1174 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 46, + "column": 16, + "index": 1051 }, { - "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", - "line": 60, - "column": 6, - "index": 1885 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 54, + "column": 16, + "index": 1318 }, { - "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", - "line": 61, + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 63, + "column": 16, + "index": 1658 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", + "line": 128, "column": 8, - "index": 1901 + "index": 3982 }, { - "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", - "line": 69, + "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", + "line": 146, "column": 8, - "index": 2377 + "index": 4657 }, { - "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx", - "line": 21, - "column": 6, - "index": 588 + "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", + "line": 149, + "column": 8, + "index": 4804 }, { - "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx", - "line": 22, - "column": 8, - "index": 604 + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", + "line": 75, + "column": 10, + "index": 2370 }, { - "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx", - "line": 27, - "column": 8, - "index": 886 + "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", + "line": 260, + "column": 12, + "index": 7613 }, { - "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", - "line": 38, - "column": 20, - "index": 1391 + "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", + "line": 68, + "column": 12, + "index": 2295 }, { - "filePath": "src/certificates/certificate-section/CertificateSection.jsx", - "line": 8, + "filePath": "src/generic/clipboard/paste-component/components/PasteButton.jsx", + "line": 14, "column": 4, - "index": 179 + "index": 442 }, { - "filePath": "src/certificates/certificate-signatories/CertificateSignatories.jsx", - "line": 44, - "column": 8, - "index": 1258 + "filePath": "src/generic/configure-modal/ConfigureModal.jsx", + "line": 297, + "column": 18, + "index": 9631 }, { - "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx", + "filePath": "src/generic/ConfirmationPopup.jsx", "line": 26, - "column": 6, - "index": 609 + "column": 8, + "index": 596 }, { - "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx", - "line": 28, + "filePath": "src/generic/ConfirmationPopup.jsx", + "line": 29, "column": 8, - "index": 774 + "index": 723 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 85, - "column": 6, - "index": 2698 + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 255, + "column": 10, + "index": 8133 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 87, - "column": 8, - "index": 2885 + "filePath": "src/generic/delete-modal/DeleteModal.jsx", + "line": 31, + "column": 10, + "index": 657 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 100, - "column": 6, - "index": 3323 + "filePath": "src/generic/delete-modal/DeleteModal.jsx", + "line": 34, + "column": 10, + "index": 787 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 120, + "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "line": 119, "column": 10, - "index": 4127 + "index": 3040 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 121, - "column": 12, - "index": 4203 + "filePath": "src/generic/modal-notification/index.jsx", + "line": 15, + "column": 8, + "index": 406 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 137, + "filePath": "src/generic/modal-notification/index.jsx", + "line": 16, "column": 8, - "index": 4808 + "index": 492 }, { - "filePath": "src/certificates/certificates-list/CertificatesList.jsx", - "line": 31, - "column": 18, - "index": 1018 + "filePath": "src/generic/tag-count/index.jsx", + "line": 20, + "column": 8, + "index": 474 }, { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 203, - "column": 16, - "index": 6803 + "filePath": "src/grading-settings/assignment-section/index.jsx", + "line": 183, + "column": 12, + "index": 7390 }, { - "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", - "line": 66, - "column": 8, - "index": 1919 + "filePath": "src/grading-settings/grading-scale/components/GradingScaleSegment.jsx", + "line": 49, + "column": 6, + "index": 1624 }, { - "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", - "line": 69, + "filePath": "src/grading-settings/GradingSettings.jsx", + "line": 205, + "column": 20, + "index": 8374 + }, + { + "filePath": "src/grading-settings/GradingSettings.jsx", + "line": 244, "column": 14, - "index": 1997 + "index": 9869 }, { - "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarHeader.jsx", + "filePath": "src/group-configurations/common/TitleButton.jsx", "line": 21, "column": 4, - "index": 571 + "index": 527 }, { - "filePath": "src/content-tags-drawer/TagsTree.jsx", - "line": 26, - "column": 4, - "index": 683 + "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx", + "line": 86, + "column": 16, + "index": 2685 }, { - "filePath": "src/course-checklist/ChecklistSection/ChecklistSection.jsx", - "line": 36, - "column": 10, - "index": 1249 + "filePath": "src/group-configurations/content-groups-section/ContentGroupForm.jsx", + "line": 89, + "column": 16, + "index": 2836 }, { - "filePath": "src/course-checklist/CourseChecklist.jsx", - "line": 67, - "column": 8, - "index": 2339 + "filePath": "src/group-configurations/content-groups-section/index.jsx", + "line": 59, + "column": 12, + "index": 2032 }, { - "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 83, + "filePath": "src/group-configurations/empty-placeholder/index.jsx", + "line": 23, "column": 6, - "index": 2535 - }, - { - "filePath": "src/course-rerun/index.jsx", - "line": 51, - "column": 16, - "index": 1448 + "index": 757 }, { - "filePath": "src/course-unit/CourseUnit.jsx", - "line": 150, + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx", + "line": 119, "column": 14, - "index": 5307 + "index": 3986 }, { - "filePath": "src/course-unit/CourseUnit.jsx", - "line": 194, + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentForm.jsx", + "line": 122, "column": 14, - "index": 7144 + "index": 4148 }, { - "filePath": "src/course-unit/sidebar/components/sidebar-footer/index.jsx", - "line": 21, + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", + "line": 82, "column": 6, - "index": 558 + "index": 2667 }, { - "filePath": "src/course-unit/sidebar/components/SidebarBody.jsx", - "line": 32, - "column": 6, - "index": 817 + "filePath": "src/group-configurations/experiment-configurations-section/index.jsx", + "line": 47, + "column": 12, + "index": 1644 }, { - "filePath": "src/course-unit/sidebar/components/SidebarHeader.jsx", - "line": 16, - "column": 4, - "index": 600 + "filePath": "src/import-page/import-stepper/ImportStepper.jsx", + "line": 105, + "column": 8, + "index": 3692 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 39, - "column": 4, - "index": 862 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictionSchedules.jsx", + "line": 67, + "column": 14, + "index": 2190 }, { - "filePath": "src/files-and-videos/generic/InfoModal.jsx", - "line": 72, - "column": 12, - "index": 2018 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx", + "line": 78, + "column": 16, + "index": 2946 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/InfoTab.jsx", - "line": 14, - "column": 4, - "index": 514 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", + "line": 84, + "column": 10, + "index": 2264 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", - "line": 101, + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", + "line": 87, + "column": 10, + "index": 2420 + }, + { + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DiscussionRestriction.jsx", + "line": 41, "column": 4, - "index": 3067 + "index": 1479 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", - "line": 28, - "column": 6, - "index": 1088 + "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", + "line": 170, + "column": 12, + "index": 5777 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", - "line": 86, + "filePath": "src/pages-and-resources/discussions/app-list/AppListNextButton.jsx", + "line": 21, "column": 4, - "index": 3438 + "index": 739 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", - "line": 144, - "column": 6, - "index": 4538 + "filePath": "src/pages-and-resources/discussions/DiscussionsSettings.jsx", + "line": 107, + "column": 20, + "index": 3475 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", - "line": 37, - "column": 6, - "index": 1128 + "filePath": "src/pages-and-resources/PagesAndResources.jsx", + "line": 81, + "column": 12, + "index": 3364 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", - "line": 101, - "column": 4, - "index": 3889 + "filePath": "src/schedule-and-details/basic-section/index.jsx", + "line": 119, + "column": 10, + "index": 3357 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx", - "line": 25, - "column": 8, - "index": 718 + "filePath": "src/schedule-and-details/index.jsx", + "line": 363, + "column": 14, + "index": 12851 }, { - "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx", - "line": 22, + "filePath": "src/schedule-and-details/instructors-section/index.jsx", + "line": 72, "column": 6, - "index": 710 + "index": 1994 }, { - "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx", - "line": 23, + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 95, "column": 8, - "index": 726 + "index": 3698 }, { - "filePath": "src/generic/configure-modal/BasicTab.jsx", - "line": 36, - "column": 12, - "index": 931 + "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx", + "line": 38, + "column": 10, + "index": 1267 }, { - "filePath": "src/generic/configure-modal/BasicTab.jsx", - "line": 76, - "column": 16, - "index": 2483 + "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx", + "line": 43, + "column": 6, + "index": 1347 }, { - "filePath": "src/group-configurations/common/TitleButton.jsx", + "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx", + "line": 61, + "column": 6, + "index": 1895 + }, + { + "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx", "line": 37, "column": 8, - "index": 1057 + "index": 1048 }, { - "filePath": "src/group-configurations/common/UsageList.jsx", - "line": 35, + "filePath": "src/studio-home/organization-section/index.jsx", + "line": 66, "column": 6, - "index": 1076 + "index": 2439 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx", - "line": 10, - "column": 4, - "index": 254 + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 74, + "column": 12, + "index": 2449 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", - "line": 40, + "filePath": "src/studio-home/StudioHome.jsx", + "line": 79, + "column": 8, + "index": 2478 + }, + { + "filePath": "src/studio-home/StudioHome.jsx", + "line": 107, "column": 6, - "index": 1206 + "index": 3361 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", - "line": 51, + "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx", + "line": 31, "column": 14, - "index": 1549 + "index": 1078 }, { - "filePath": "src/group-configurations/index.jsx", - "line": 73, + "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", + "line": 184, "column": 12, - "index": 2409 + "index": 5877 }, { - "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", - "line": 58, - "column": 6, - "index": 1812 + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 77, + "column": 12, + "index": 2355 }, { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 27, - "column": 4, - "index": 777 + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 74, + "column": 12, + "index": 2349 }, { - "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx", - "line": 22, - "column": 4, - "index": 583 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 48, + "column": 10, + "index": 1330 }, { - "filePath": "src/studio-home/processing-courses/index.jsx", - "line": 20, - "column": 6, - "index": 617 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 56, + "column": 10, + "index": 1641 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 45, - "column": 6, - "index": 1139 + "line": 464, + "column": 14, + "index": 13443 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 47, - "column": 8, - "index": 1281 + "line": 467, + "column": 14, + "index": 13627 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 102, - "column": 6, - "index": 2779 + "line": 476, + "column": 18, + "index": 13961 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 129, - "column": 12, - "index": 3707 + "line": 482, + "column": 14, + "index": 14260 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 136, + "line": 502, "column": 14, - "index": 4003 + "index": 15119 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 195, - "column": 6, - "index": 5641 + "line": 506, + "column": 14, + "index": 15376 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 227, - "column": 6, - "index": 6671 + "line": 519, + "column": 14, + "index": 15927 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 254, - "column": 6, - "index": 7453 + "line": 523, + "column": 14, + "index": 16184 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 412, - "column": 8, - "index": 11763 + "line": 526, + "column": 14, + "index": 16340 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 174, - "column": 12, - "index": 4637 - } - ], - "MailtoLink": [ - { - "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx", - "line": 43, - "column": 16, - "index": 1230 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 535, + "column": 18, + "index": 16715 }, { - "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx", - "line": 79, + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 541, "column": 14, - "index": 2248 + "index": 17012 }, { - "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", - "line": 42, - "column": 8, - "index": 1279 + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 44, + "column": 10, + "index": 1000 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", - "line": 76, - "column": 16, - "index": 3131 + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 47, + "column": 10, + "index": 1132 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", - "line": 89, - "column": 16, - "index": 3536 + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 224, + "column": 12, + "index": 6798 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/AppExternalLinks.jsx", - "line": 50, - "column": 16, - "index": 1468 + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 79, + "column": 6, + "index": 2359 }, { - "filePath": "src/schedule-and-details/basic-section/index.jsx", - "line": 113, - "column": 8, - "index": 3165 + "filePath": "src/textbooks/empty-placeholder/EmptyPlaceholder.jsx", + "line": 14, + "column": 6, + "index": 516 }, { - "filePath": "src/studio-home/home-sidebar/index.jsx", - "line": 53, - "column": 16, - "index": 1971 + "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", + "line": 142, + "column": 20, + "index": 6042 }, { - "filePath": "src/studio-home/home-sidebar/index.jsx", - "line": 83, - "column": 16, - "index": 2995 + "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", + "line": 155, + "column": 14, + "index": 6498 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 73, - "column": 8, - "index": 2290 + "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", + "line": 158, + "column": 14, + "index": 6680 + }, + { + "filePath": "src/textbooks/Textbooks.jsx", + "line": 76, + "column": 14, + "index": 2352 } ], - "Container": [ + "Add": [ { - "filePath": "src/accessibility-page/AccessibilityPage.jsx", - "line": 28, - "column": 6, - "index": 826 + "filePath": "plugins/course-apps/teams/Settings.jsx", + "line": 150, + "column": 34, + "index": 5588 }, { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 133, - "column": 6, - "index": 4976 + "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", + "line": 314, + "column": 26, + "index": 11865 }, { - "filePath": "src/certificates/layout/MainLayout.jsx", - "line": 25, - "column": 6, - "index": 821 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 95, + "column": 26, + "index": 3283 }, { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 153, - "column": 8, - "index": 4727 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 130, + "column": 24, + "index": 4492 }, { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 166, - "column": 10, - "index": 5204 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", + "line": 54, + "column": 19, + "index": 1627 }, { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 198, - "column": 10, - "index": 6554 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx", + "line": 74, + "column": 26, + "index": 2124 }, { - "filePath": "src/course-checklist/ChecklistSection/ChecklistSection.jsx", - "line": 25, - "column": 4, - "index": 837 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 175, + "column": 24, + "index": 5903 }, { - "filePath": "src/course-checklist/CourseChecklist.jsx", - "line": 55, - "column": 6, - "index": 1945 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 146, + "column": 20, + "index": 4995 }, { - "filePath": "src/course-outline/CourseOutline.jsx", - "line": 240, - "column": 6, - "index": 7316 + "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", + "line": 74, + "column": 22, + "index": 1661 }, { - "filePath": "src/course-rerun/index.jsx", - "line": 46, - "column": 6, - "index": 1264 + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", + "line": 194, + "column": 24, + "index": 5046 }, { - "filePath": "src/course-team/CourseTeam.jsx", - "line": 65, - "column": 6, - "index": 1884 + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", + "line": 74, + "column": 26, + "index": 2400 }, { - "filePath": "src/course-unit/CourseUnit.jsx", - "line": 85, - "column": 6, - "index": 3169 + "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", + "line": 130, + "column": 22, + "index": 4037 }, { - "filePath": "src/course-unit/CourseUnit.jsx", - "line": 99, - "column": 6, - "index": 3496 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/RestrictionSchedules.jsx", + "line": 70, + "column": 28, + "index": 2308 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 77, - "column": 6, - "index": 2678 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/DiscussionTopics.jsx", + "line": 81, + "column": 30, + "index": 3069 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 116, - "column": 6, - "index": 3795 - }, + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 80, + "column": 20, + "index": 2387 + } + ], + "OverlayTrigger": [ { - "filePath": "src/export-page/CourseExportPage.jsx", - "line": 62, - "column": 6, - "index": 2737 + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 154, + "column": 4, + "index": 4455 }, { - "filePath": "src/files-and-videos/files-page/FilesPage.jsx", - "line": 182, - "column": 6, - "index": 5447 + "filePath": "src/course-outline/card-header/TitleButton.jsx", + "line": 25, + "column": 4, + "index": 522 }, { - "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", - "line": 245, - "column": 6, - "index": 7082 + "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx", + "line": 19, + "column": 8, + "index": 602 }, { - "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 118, - "column": 6, - "index": 4113 + "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", + "line": 30, + "column": 8, + "index": 759 }, { - "filePath": "src/group-configurations/index.jsx", - "line": 59, - "column": 6, - "index": 1895 + "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", + "line": 48, + "column": 8, + "index": 1318 }, { - "filePath": "src/import-page/CourseImportPage.jsx", - "line": 57, + "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", + "line": 77, "column": 6, - "index": 2294 + "index": 2323 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", - "line": 117, - "column": 4, - "index": 3455 + "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", + "line": 70, + "column": 20, + "index": 2452 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", - "line": 107, - "column": 6, - "index": 3873 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 51, + "column": 18, + "index": 1761 }, { - "filePath": "src/schedule-and-details/index.jsx", - "line": 176, - "column": 6, - "index": 5287 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 140, + "column": 14, + "index": 4564 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 178, - "column": 6, - "index": 5449 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 128, + "column": 10, + "index": 4378 }, { - "filePath": "src/taxonomy/delete-dialog/index.jsx", - "line": 41, + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", + "line": 15, "column": 4, - "index": 953 + "index": 412 }, { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 29, - "column": 4, - "index": 687 + "filePath": "src/generic/clipboard/paste-component/index.jsx", + "line": 37, + "column": 6, + "index": 1160 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 153, - "column": 28, - "index": 4635 + "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx", + "line": 31, + "column": 6, + "index": 873 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 423, + "filePath": "src/taxonomy/system-defined-badge/index.jsx", + "line": 25, "column": 4, - "index": 12103 + "index": 680 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 149, + "filePath": "src/taxonomy/taxonomy-card/index.jsx", + "line": 74, "column": 4, - "index": 3797 + "index": 1790 }, { - "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 65, - "column": 8, - "index": 1714 - }, + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 47, + "column": 6, + "index": 1185 + } + ], + "Tooltip": [ { - "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 82, + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 157, "column": 8, - "index": 2240 + "index": 4520 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 186, + "filePath": "src/course-outline/card-header/TitleButton.jsx", + "line": 28, "column": 8, - "index": 5394 + "index": 588 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 196, - "column": 8, - "index": 5750 + "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx", + "line": 22, + "column": 12, + "index": 680 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 232, + "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", + "line": 33, "column": 12, - "index": 6816 + "index": 837 }, { - "filePath": "src/textbooks/Textbooks.jsx", - "line": 68, - "column": 6, - "index": 1995 - } - ], - "CheckCircle": [ + "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", + "line": 51, + "column": 12, + "index": 1423 + }, { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 150, - "column": 22, - "index": 5747 + "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", + "line": 80, + "column": 10, + "index": 2395 }, { - "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 25, - "column": 15, - "index": 628 + "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", + "line": 73, + "column": 24, + "index": 2565 }, { - "filePath": "src/grading-settings/assignment-section/index.jsx", - "line": 178, + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 54, "column": 22, - "index": 7188 + "index": 1868 }, { - "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 123, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 144, "column": 18, - "index": 4299 - } - ], - "Layout": [ - { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 161, - "column": 10, - "index": 6271 + "index": 4683 }, { - "filePath": "src/certificates/layout/MainLayout.jsx", - "line": 34, - "column": 10, - "index": 1176 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 132, + "column": 14, + "index": 4481 }, { - "filePath": "src/course-outline/CourseOutline.jsx", - "line": 286, - "column": 10, - "index": 9484 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", + "line": 18, + "column": 8, + "index": 475 }, { - "filePath": "src/course-rerun/index.jsx", - "line": 66, + "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx", + "line": 34, "column": 10, - "index": 2039 + "index": 936 }, { - "filePath": "src/course-team/CourseTeam.jsx", - "line": 67, + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 50, "column": 10, - "index": 2002 - }, + "index": 1254 + } + ], + "SpinnerSimple": [ { - "filePath": "src/course-unit/CourseUnit.jsx", - "line": 128, - "column": 10, - "index": 4502 + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 174, + "column": 30, + "index": 5026 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 127, - "column": 10, - "index": 4725 + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 61, + "column": 26, + "index": 1623 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 151, - "column": 8, - "index": 4976 - }, - { - "filePath": "src/export-page/CourseExportPage.jsx", - "line": 64, - "column": 10, - "index": 2847 + "line": 96, + "column": 26, + "index": 3318 }, { - "filePath": "src/export-page/export-footer/ExportFooter.jsx", - "line": 12, - "column": 4, - "index": 256 - }, + "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", + "line": 26, + "column": 26, + "index": 723 + } + ], + "CheckCircleOutline": [ { - "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 132, - "column": 12, - "index": 4684 - }, + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 175, + "column": 29, + "index": 5096 + } + ], + "Info": [ { - "filePath": "src/group-configurations/index.jsx", - "line": 65, - "column": 8, - "index": 2142 + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 330, + "column": 46, + "index": 9752 }, { - "filePath": "src/import-page/CourseImportPage.jsx", - "line": 59, - "column": 10, - "index": 2404 + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 137, + "column": 20, + "index": 5166 }, { - "filePath": "src/schedule-and-details/index.jsx", - "line": 227, - "column": 10, - "index": 7118 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/TranscriptColumn.jsx", + "line": 16, + "column": 19, + "index": 703 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 145, - "column": 6, - "index": 4372 - }, + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", + "line": 143, + "column": 46, + "index": 5005 + } + ], + "Alert.Heading": [ { - "filePath": "src/studio-home/verify-email-layout/index.jsx", - "line": 14, - "column": 4, - "index": 424 + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 331, + "column": 18, + "index": 9792 }, { - "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 83, + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 133, "column": 10, - "index": 2272 + "index": 3923 }, { - "filePath": "src/textbooks/Textbooks.jsx", - "line": 85, + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 201, "column": 10, - "index": 2629 - } - ], - "Layout.Element": [ + "index": 6175 + }, { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 168, + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 376, "column": 12, - "index": 6523 + "index": 11290 }, { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 226, + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 385, "column": 12, - "index": 9421 + "index": 11576 }, { - "filePath": "src/certificates/layout/MainLayout.jsx", - "line": 41, - "column": 12, - "index": 1428 + "filePath": "src/course-unit/course-xblock/xblock-messages/XBlockMessages.jsx", + "line": 26, + "column": 6, + "index": 811 }, { - "filePath": "src/certificates/layout/MainLayout.jsx", - "line": 46, - "column": 12, - "index": 1575 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx", + "line": 27, + "column": 6, + "index": 983 }, { - "filePath": "src/course-outline/CourseOutline.jsx", - "line": 293, - "column": 12, - "index": 9740 + "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx", + "line": 55, + "column": 10, + "index": 1265 }, { - "filePath": "src/course-outline/CourseOutline.jsx", - "line": 436, - "column": 12, - "index": 18479 - }, - { - "filePath": "src/course-rerun/index.jsx", - "line": 73, - "column": 12, - "index": 2291 - }, - { - "filePath": "src/course-rerun/index.jsx", - "line": 79, - "column": 12, - "index": 2508 + "filePath": "src/files-and-videos/generic/EditFileErrors.jsx", + "line": 32, + "column": 6, + "index": 1001 }, { - "filePath": "src/course-team/CourseTeam.jsx", - "line": 74, - "column": 12, - "index": 2254 + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", + "line": 45, + "column": 10, + "index": 1289 }, { - "filePath": "src/course-team/CourseTeam.jsx", - "line": 142, - "column": 12, - "index": 5209 + "filePath": "src/generic/alert-message/index.jsx", + "line": 7, + "column": 4, + "index": 192 }, { - "filePath": "src/course-unit/CourseUnit.jsx", - "line": 135, - "column": 12, - "index": 4754 + "filePath": "src/generic/AlertProctoringError.jsx", + "line": 11, + "column": 10, + "index": 369 }, { - "filePath": "src/course-unit/CourseUnit.jsx", - "line": 193, - "column": 12, - "index": 7113 + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", + "line": 144, + "column": 18, + "index": 5045 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 134, + "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", + "line": 178, "column": 12, - "index": 4917 - }, + "index": 5587 + } + ], + "Stack": [ { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 158, - "column": 10, - "index": 5324 + "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx", + "line": 18, + "column": 4, + "index": 480 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 203, + "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", + "line": 72, "column": 10, - "index": 7187 + "index": 1966 }, { - "filePath": "src/export-page/CourseExportPage.jsx", - "line": 71, - "column": 12, - "index": 3099 + "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", + "line": 26, + "column": 14, + "index": 1054 }, { - "filePath": "src/export-page/CourseExportPage.jsx", - "line": 102, - "column": 12, - "index": 4507 + "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", + "line": 42, + "column": 8, + "index": 1174 }, { - "filePath": "src/export-page/export-footer/ExportFooter.jsx", - "line": 19, + "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", + "line": 60, "column": 6, - "index": 531 + "index": 1885 }, { - "filePath": "src/export-page/export-footer/ExportFooter.jsx", - "line": 31, - "column": 6, - "index": 1178 + "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", + "line": 61, + "column": 8, + "index": 1901 }, { - "filePath": "src/export-page/export-footer/ExportFooter.jsx", - "line": 32, - "column": 6, - "index": 1203 + "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", + "line": 69, + "column": 8, + "index": 2377 }, { - "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 139, - "column": 14, - "index": 4950 + "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx", + "line": 21, + "column": 6, + "index": 588 }, { - "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 215, - "column": 14, - "index": 8748 + "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx", + "line": 22, + "column": 8, + "index": 604 }, { - "filePath": "src/group-configurations/index.jsx", - "line": 72, - "column": 10, - "index": 2380 + "filePath": "src/certificates/certificate-details/CertificateDetailsForm.jsx", + "line": 27, + "column": 8, + "index": 886 }, { - "filePath": "src/group-configurations/index.jsx", - "line": 96, - "column": 10, - "index": 3259 + "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", + "line": 38, + "column": 20, + "index": 1391 }, { - "filePath": "src/import-page/CourseImportPage.jsx", - "line": 66, - "column": 12, - "index": 2656 + "filePath": "src/certificates/certificate-section/CertificateSection.jsx", + "line": 8, + "column": 4, + "index": 179 }, { - "filePath": "src/import-page/CourseImportPage.jsx", - "line": 79, - "column": 12, - "index": 3334 + "filePath": "src/certificates/certificate-signatories/CertificateSignatories.jsx", + "line": 44, + "column": 8, + "index": 1258 }, { - "filePath": "src/schedule-and-details/index.jsx", - "line": 234, - "column": 12, - "index": 7370 + "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx", + "line": 26, + "column": 6, + "index": 609 }, { - "filePath": "src/schedule-and-details/index.jsx", - "line": 333, - "column": 12, - "index": 11837 + "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx", + "line": 28, + "column": 8, + "index": 774 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 152, - "column": 8, - "index": 4596 + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 85, + "column": 6, + "index": 2698 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 168, + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 87, "column": 8, - "index": 5293 + "index": 2885 }, { - "filePath": "src/studio-home/verify-email-layout/index.jsx", - "line": 21, + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 100, "column": 6, - "index": 634 + "index": 3323 }, { - "filePath": "src/studio-home/verify-email-layout/index.jsx", - "line": 34, - "column": 6, - "index": 1083 + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 120, + "column": 10, + "index": 4127 }, { - "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 90, + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 121, "column": 12, - "index": 2524 + "index": 4203 }, { - "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 93, - "column": 12, - "index": 2638 + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 137, + "column": 8, + "index": 4808 }, { - "filePath": "src/textbooks/Textbooks.jsx", - "line": 92, - "column": 12, - "index": 2885 + "filePath": "src/certificates/certificates-list/CertificatesList.jsx", + "line": 31, + "column": 18, + "index": 1018 }, { - "filePath": "src/textbooks/Textbooks.jsx", - "line": 122, - "column": 12, - "index": 4264 - } - ], - "Warning": [ - { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 264, + "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", + "line": 203, "column": 16, - "index": 10890 + "index": 6803 }, { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 108, - "column": 29, - "index": 3223 + "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", + "line": 66, + "column": 8, + "index": 1919 }, { - "filePath": "src/grading-settings/assignment-section/index.jsx", - "line": 143, - "column": 22, - "index": 5558 + "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", + "line": 69, + "column": 14, + "index": 1997 }, { - "filePath": "src/grading-settings/assignment-section/index.jsx", - "line": 164, - "column": 22, - "index": 6521 + "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarHeader.jsx", + "line": 21, + "column": 4, + "index": 571 }, { - "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 256, - "column": 16, - "index": 10379 + "filePath": "src/content-tags-drawer/TagsTree.jsx", + "line": 26, + "column": 4, + "index": 683 }, { - "filePath": "src/taxonomy/delete-dialog/index.jsx", - "line": 53, - "column": 23, - "index": 1420 + "filePath": "src/course-checklist/ChecklistSection/ChecklistSection.jsx", + "line": 36, + "column": 10, + "index": 1249 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 413, - "column": 21, - "index": 11823 + "filePath": "src/course-checklist/CourseChecklist.jsx", + "line": 67, + "column": 8, + "index": 2339 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 41, - "column": 12, - "index": 941 - } - ], - "AlertModal": [ - { - "filePath": "src/advanced-settings/modal-error/ModalError.jsx", - "line": 12, - "column": 2, - "index": 417 + "filePath": "src/course-outline/status-bar/StatusBar.jsx", + "line": 83, + "column": 6, + "index": 2535 }, { - "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx", - "line": 23, - "column": 4, - "index": 516 + "filePath": "src/course-rerun/index.jsx", + "line": 51, + "column": 16, + "index": 1448 }, { - "filePath": "src/course-team/info-modal/InfoModal.jsx", - "line": 36, - "column": 4, - "index": 734 + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 150, + "column": 14, + "index": 5308 }, { - "filePath": "src/course-updates/delete-modal/DeleteModal.jsx", - "line": 16, - "column": 4, - "index": 331 + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 194, + "column": 14, + "index": 7145 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 104, + "filePath": "src/course-unit/sidebar/components/sidebar-footer/index.jsx", + "line": 21, "column": 6, - "index": 3235 + "index": 558 }, { - "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", - "line": 59, - "column": 4, - "index": 1651 + "filePath": "src/course-unit/sidebar/components/SidebarBody.jsx", + "line": 32, + "column": 6, + "index": 817 }, { - "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 25, + "filePath": "src/course-unit/sidebar/components/SidebarHeader.jsx", + "line": 16, "column": 4, - "index": 526 + "index": 600 }, { - "filePath": "src/generic/modal-notification/index.jsx", - "line": 8, - "column": 2, - "index": 274 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/index.jsx", + "line": 22, + "column": 10, + "index": 782 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", - "line": 162, - "column": 6, - "index": 5501 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 67, + "column": 8, + "index": 2017 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 36, - "column": 4, - "index": 783 - } - ], - "Error": [ - { - "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx", - "line": 15, - "column": 21, - "index": 546 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 99, + "column": 8, + "index": 3380 }, { - "filePath": "src/files-and-videos/generic/InfoModal.jsx", - "line": 63, - "column": 27, - "index": 1677 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx", + "line": 56, + "column": 6, + "index": 1469 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 134, - "column": 25, - "index": 4101 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 46, + "column": 12, + "index": 1195 }, { - "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", - "line": 33, - "column": 23, - "index": 884 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDisplay.jsx", + "line": 25, + "column": 6, + "index": 496 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 108, - "column": 23, - "index": 3207 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", + "line": 84, + "column": 8, + "index": 2425 }, { - "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx", - "line": 33, - "column": 23, - "index": 875 - } - ], - "useToggle": [ + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", + "line": 104, + "column": 8, + "index": 3069 + }, { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 33, - "column": 32, - "index": 801 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", + "line": 23, + "column": 2, + "index": 499 }, { - "filePath": "src/certificates/certificate-details/hooks/useCertificateDetails.jsx", - "line": 13, - "column": 53, - "index": 544 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 120, + "column": 6, + "index": 3717 }, { - "filePath": "src/certificates/certificate-details/hooks/useCertificateDetails.jsx", - "line": 14, - "column": 59, - "index": 621 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", + "line": 46, + "column": 10, + "index": 1444 }, { - "filePath": "src/certificates/certificate-edit-form/hooks/useCertificateEditForm.jsx", - "line": 12, - "column": 53, - "index": 546 + "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", + "line": 97, + "column": 6, + "index": 2315 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 32, - "column": 32, - "index": 989 + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 39, + "column": 4, + "index": 862 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 33, - "column": 53, - "index": 1060 + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 72, + "column": 12, + "index": 2018 }, { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 62, - "column": 80, - "index": 1602 + "filePath": "src/files-and-videos/videos-page/info-sidebar/InfoTab.jsx", + "line": 14, + "column": 4, + "index": 514 }, { - "filePath": "src/course-outline/hooks.jsx", - "line": 87, - "column": 95, - "index": 2833 + "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", + "line": 102, + "column": 4, + "index": 3084 }, { - "filePath": "src/course-outline/hooks.jsx", - "line": 91, - "column": 77, - "index": 3141 + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 28, + "column": 6, + "index": 1088 }, { - "filePath": "src/course-outline/hooks.jsx", - "line": 92, - "column": 68, - "index": 3227 + "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", + "line": 86, + "column": 4, + "index": 3438 }, { - "filePath": "src/course-outline/hooks.jsx", - "line": 93, - "column": 74, - "index": 3319 + "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", + "line": 145, + "column": 6, + "index": 4616 }, { - "filePath": "src/course-outline/hooks.jsx", - "line": 94, - "column": 65, - "index": 3402 + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 37, + "column": 6, + "index": 1128 }, { - "filePath": "src/course-outline/section-card/SectionCard.jsx", - "line": 75, - "column": 44, - "index": 2556 + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 101, + "column": 4, + "index": 3889 }, { - "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 75, - "column": 80, - "index": 2451 + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx", + "line": 25, + "column": 8, + "index": 718 }, { - "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx", - "line": 50, - "column": 44, - "index": 1764 + "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx", + "line": 22, + "column": 6, + "index": 710 }, { - "filePath": "src/course-outline/unit-card/UnitCard.jsx", - "line": 41, - "column": 44, - "index": 1320 + "filePath": "src/generic/clipboard/paste-component/components/PopoverContent.jsx", + "line": 23, + "column": 8, + "index": 726 }, { - "filePath": "src/course-team/hooks.jsx", - "line": 32, - "column": 59, - "index": 1079 + "filePath": "src/generic/configure-modal/BasicTab.jsx", + "line": 36, + "column": 12, + "index": 931 }, { - "filePath": "src/course-team/hooks.jsx", - "line": 33, - "column": 46, - "index": 1143 + "filePath": "src/generic/configure-modal/BasicTab.jsx", + "line": 76, + "column": 16, + "index": 2483 }, { - "filePath": "src/course-unit/add-component/AddComponent.jsx", - "line": 16, - "column": 56, - "index": 718 + "filePath": "src/group-configurations/common/TitleButton.jsx", + "line": 37, + "column": 8, + "index": 1057 }, { - "filePath": "src/course-unit/add-component/AddComponent.jsx", - "line": 17, - "column": 44, - "index": 780 + "filePath": "src/group-configurations/common/UsageList.jsx", + "line": 35, + "column": 6, + "index": 1076 }, { - "filePath": "src/course-unit/add-component/AddComponent.jsx", - "line": 18, - "column": 74, - "index": 872 + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx", + "line": 10, + "column": 4, + "index": 254 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 28, - "column": 65, - "index": 1394 + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", + "line": 40, + "column": 6, + "index": 1206 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 29, - "column": 74, - "index": 1486 + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", + "line": 51, + "column": 14, + "index": 1549 }, { - "filePath": "src/course-unit/header-title/HeaderTitle.jsx", - "line": 27, - "column": 74, - "index": 965 + "filePath": "src/group-configurations/index.jsx", + "line": 73, + "column": 12, + "index": 2409 }, { - "filePath": "src/course-unit/sidebar/PublishControls.jsx", - "line": 24, - "column": 68, - "index": 944 + "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", + "line": 58, + "column": 6, + "index": 1812 }, { - "filePath": "src/course-unit/sidebar/PublishControls.jsx", - "line": 25, - "column": 68, - "index": 1030 + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 27, + "column": 4, + "index": 777 }, { - "filePath": "src/course-updates/hooks.jsx", - "line": 24, - "column": 62, - "index": 882 + "filePath": "src/schedule-and-details/requirements-section/grade-requirements/index.jsx", + "line": 22, + "column": 4, + "index": 583 }, { - "filePath": "src/course-updates/hooks.jsx", - "line": 25, - "column": 65, - "index": 965 + "filePath": "src/studio-home/processing-courses/index.jsx", + "line": 20, + "column": 6, + "index": 617 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 33, - "column": 86, - "index": 835 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 45, + "column": 6, + "index": 1139 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 54, - "column": 32, - "index": 1646 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 47, + "column": 8, + "index": 1281 }, { - "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 20, - "column": 32, - "index": 482 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 102, + "column": 6, + "index": 2779 }, { - "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 57, - "column": 56, - "index": 1324 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 129, + "column": 12, + "index": 3707 }, { - "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 58, - "column": 62, - "index": 1404 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 136, + "column": 14, + "index": 4003 }, { - "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 59, - "column": 59, - "index": 1481 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 195, + "column": 6, + "index": 5641 }, { - "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 60, - "column": 47, - "index": 1546 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 227, + "column": 6, + "index": 6671 }, { - "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 62, - "column": 86, - "index": 1706 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 254, + "column": 6, + "index": 7453 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 27, - "column": 36, - "index": 559 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 412, + "column": 8, + "index": 11763 }, { - "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 28, - "column": 44, - "index": 756 + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 174, + "column": 12, + "index": 4637 + } + ], + "MailtoLink": [ + { + "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx", + "line": 43, + "column": 16, + "index": 1230 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 24, - "column": 36, - "index": 511 + "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx", + "line": 79, + "column": 14, + "index": 2248 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", - "line": 26, - "column": 68, - "index": 732 + "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", + "line": 42, + "column": 8, + "index": 1279 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 23, - "column": 36, - "index": 509 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", + "line": 76, + "column": 16, + "index": 3131 }, { - "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", - "line": 61, - "column": 6, - "index": 1604 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", + "line": 89, + "column": 16, + "index": 3536 }, { - "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", - "line": 66, - "column": 6, - "index": 1710 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/AppExternalLinks.jsx", + "line": 50, + "column": 16, + "index": 1468 }, { - "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", - "line": 35, - "column": 60, - "index": 1013 + "filePath": "src/schedule-and-details/basic-section/index.jsx", + "line": 113, + "column": 8, + "index": 3165 }, { - "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", - "line": 36, - "column": 65, - "index": 1096 + "filePath": "src/studio-home/home-sidebar/index.jsx", + "line": 53, + "column": 16, + "index": 1971 }, { - "filePath": "src/group-configurations/content-groups-section/index.jsx", - "line": 18, - "column": 58, - "index": 681 + "filePath": "src/studio-home/home-sidebar/index.jsx", + "line": 83, + "column": 16, + "index": 2995 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", - "line": 35, - "column": 60, - "index": 1129 - }, + "filePath": "src/studio-home/StudioHome.jsx", + "line": 73, + "column": 8, + "index": 2290 + } + ], + "Container": [ { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", - "line": 36, - "column": 65, - "index": 1212 + "filePath": "src/accessibility-page/AccessibilityPage.jsx", + "line": 28, + "column": 6, + "index": 826 }, { - "filePath": "src/group-configurations/experiment-configurations-section/index.jsx", - "line": 22, + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 133, "column": 6, - "index": 744 + "index": 4962 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 295, - "column": 58, - "index": 8439 + "filePath": "src/certificates/layout/MainLayout.jsx", + "line": 25, + "column": 6, + "index": 821 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 78, - "column": 68, - "index": 1995 + "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", + "line": 153, + "column": 8, + "index": 4727 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 80, - "column": 58, - "index": 2072 + "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", + "line": 166, + "column": 10, + "index": 5204 }, { - "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", - "line": 57, - "column": 68, - "index": 1864 + "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", + "line": 198, + "column": 10, + "index": 6554 }, { - "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", - "line": 58, - "column": 65, - "index": 1947 + "filePath": "src/course-checklist/ChecklistSection/ChecklistSection.jsx", + "line": 25, + "column": 4, + "index": 837 }, { - "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", - "line": 59, - "column": 65, - "index": 2030 + "filePath": "src/course-checklist/CourseChecklist.jsx", + "line": 55, + "column": 6, + "index": 1945 }, { - "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", - "line": 60, - "column": 77, - "index": 2125 + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 240, + "column": 6, + "index": 7316 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 37, - "column": 65, - "index": 992 + "filePath": "src/course-rerun/index.jsx", + "line": 46, + "column": 6, + "index": 1264 }, { - "filePath": "src/textbooks/hooks.jsx", - "line": 33, - "column": 68, - "index": 1062 + "filePath": "src/course-team/CourseTeam.jsx", + "line": 65, + "column": 6, + "index": 1884 }, { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", - "line": 41, - "column": 68, - "index": 1227 + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 85, + "column": 6, + "index": 3170 }, { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", - "line": 42, - "column": 65, - "index": 1310 + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 99, + "column": 6, + "index": 3497 }, { - "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", - "line": 41, - "column": 65, - "index": 1232 - } - ], - "Card": [ + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 77, + "column": 6, + "index": 2678 + }, { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 60, + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 114, "column": 6, - "index": 1468 + "index": 3895 }, { - "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", - "line": 24, + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", + "line": 99, "column": 10, - "index": 1006 + "index": 3190 }, { - "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", - "line": 36, - "column": 16, - "index": 1331 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", + "line": 23, + "column": 4, + "index": 528 }, { - "filePath": "src/certificates/certificate-without-modes/CertificateWithoutModes.jsx", - "line": 9, + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx", + "line": 22, "column": 4, - "index": 215 + "index": 499 }, { - "filePath": "src/certificates/certificates-list/CertificatesList.jsx", - "line": 29, - "column": 14, - "index": 962 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx", + "line": 20, + "column": 4, + "index": 770 }, { - "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", - "line": 19, + "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", + "line": 31, "column": 4, - "index": 546 + "index": 927 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 86, + "filePath": "src/export-page/CourseExportPage.jsx", + "line": 62, "column": 6, - "index": 3094 + "index": 2737 }, { - "filePath": "src/course-unit/sidebar/index.jsx", - "line": 6, - "column": 2, - "index": 174 + "filePath": "src/files-and-videos/files-page/FilesPage.jsx", + "line": 182, + "column": 6, + "index": 5436 }, { - "filePath": "src/export-page/CourseExportPage.jsx", - "line": 79, - "column": 16, - "index": 3566 + "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", + "line": 245, + "column": 6, + "index": 7071 }, { - "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", - "line": 30, - "column": 4, - "index": 590 + "filePath": "src/grading-settings/GradingSettings.jsx", + "line": 118, + "column": 6, + "index": 4113 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "filePath": "src/group-configurations/index.jsx", + "line": 59, + "column": 6, + "index": 1895 + }, + { + "filePath": "src/import-page/CourseImportPage.jsx", "line": 57, - "column": 8, - "index": 1357 + "column": 6, + "index": 2294 }, { - "filePath": "src/generic/ConfirmationPopup.jsx", - "line": 17, - "column": 2, - "index": 308 + "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", + "line": 117, + "column": 4, + "index": 3455 }, { - "filePath": "src/generic/course-upload-image/index.jsx", - "line": 110, + "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", + "line": 107, "column": 6, - "index": 2904 + "index": 3873 }, { - "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 96, - "column": 10, - "index": 2160 + "filePath": "src/schedule-and-details/index.jsx", + "line": 176, + "column": 6, + "index": 5273 }, { - "filePath": "src/import-page/file-section/FileSection.jsx", - "line": 26, - "column": 4, - "index": 883 + "filePath": "src/studio-home/StudioHome.jsx", + "line": 178, + "column": 6, + "index": 5449 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", - "line": 67, - "column": 4, - "index": 2763 - }, - { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx", - "line": 121, - "column": 12, - "index": 5473 - }, - { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", - "line": 73, + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 41, "column": 4, - "index": 1858 + "index": 953 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", - "line": 23, + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 29, "column": 4, - "index": 766 + "index": 687 }, { - "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 35, - "column": 4, - "index": 948 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 153, + "column": 28, + "index": 4635 }, { - "filePath": "src/schedule-and-details/basic-section/index.jsx", - "line": 95, + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 423, "column": 4, - "index": 2637 + "index": 12103 }, { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 17, + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 149, "column": 4, - "index": 463 - }, - { - "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx", - "line": 18, - "column": 6, - "index": 551 + "index": 3797 }, { - "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx", - "line": 31, - "column": 6, - "index": 946 + "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", + "line": 65, + "column": 8, + "index": 1714 }, { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 48, - "column": 4, - "index": 1337 + "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", + "line": 82, + "column": 8, + "index": 2240 }, { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 32, + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 186, "column": 8, - "index": 801 + "index": 5394 }, { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 59, + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 196, "column": 8, - "index": 1759 + "index": 5750 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx", - "line": 17, - "column": 4, - "index": 584 + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 232, + "column": 12, + "index": 6816 }, { - "filePath": "src/studio-home/verify-email-layout/index.jsx", - "line": 24, - "column": 10, - "index": 756 + "filePath": "src/textbooks/Textbooks.jsx", + "line": 68, + "column": 6, + "index": 1995 + } + ], + "CheckCircle": [ + { + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 150, + "column": 22, + "index": 5733 }, { - "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 107, - "column": 4, - "index": 2501 + "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", + "line": 25, + "column": 15, + "index": 628 }, { - "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", - "line": 12, - "column": 4, - "index": 264 + "filePath": "src/grading-settings/assignment-section/index.jsx", + "line": 178, + "column": 22, + "index": 7188 }, { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", - "line": 73, - "column": 10, - "index": 2179 + "filePath": "src/grading-settings/GradingSettings.jsx", + "line": 123, + "column": 18, + "index": 4299 } ], - "Card.Body": [ + "Layout": [ { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 61, - "column": 8, - "index": 1520 + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 161, + "column": 10, + "index": 6257 }, { - "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", - "line": 63, - "column": 6, - "index": 1822 + "filePath": "src/certificates/layout/MainLayout.jsx", + "line": 34, + "column": 10, + "index": 1176 }, { - "filePath": "src/course-unit/sidebar/components/SidebarBody.jsx", - "line": 28, - "column": 4, - "index": 691 + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 286, + "column": 10, + "index": 9484 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", - "line": 59, + "filePath": "src/course-rerun/index.jsx", + "line": 66, "column": 10, - "index": 1502 + "index": 2039 }, { - "filePath": "src/generic/ConfirmationPopup.jsx", - "line": 23, - "column": 4, - "index": 444 + "filePath": "src/course-team/CourseTeam.jsx", + "line": 67, + "column": 10, + "index": 2002 }, { - "filePath": "src/generic/course-upload-image/index.jsx", - "line": 111, - "column": 8, - "index": 2919 + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 128, + "column": 10, + "index": 4503 }, { - "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 97, - "column": 12, - "index": 2179 + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 127, + "column": 10, + "index": 4725 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", - "line": 79, - "column": 6, - "index": 2058 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 149, + "column": 8, + "index": 5076 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", - "line": 50, - "column": 6, - "index": 1701 + "filePath": "src/export-page/CourseExportPage.jsx", + "line": 64, + "column": 10, + "index": 2847 }, { - "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 51, - "column": 6, - "index": 1409 + "filePath": "src/export-page/export-footer/ExportFooter.jsx", + "line": 12, + "column": 4, + "index": 256 }, { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 18, - "column": 6, - "index": 504 + "filePath": "src/grading-settings/GradingSettings.jsx", + "line": 132, + "column": 12, + "index": 4684 }, { - "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx", - "line": 19, + "filePath": "src/group-configurations/index.jsx", + "line": 65, "column": 8, - "index": 566 + "index": 2142 }, { - "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx", - "line": 43, - "column": 12, - "index": 1340 + "filePath": "src/import-page/CourseImportPage.jsx", + "line": 59, + "column": 10, + "index": 2404 }, { - "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 126, - "column": 6, - "index": 3003 - } - ], - "Card.Header": [ - { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 62, + "filePath": "src/schedule-and-details/index.jsx", + "line": 227, "column": 10, - "index": 1588 + "index": 7104 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 93, - "column": 8, - "index": 3247 + "filePath": "src/studio-home/StudioHome.jsx", + "line": 145, + "column": 6, + "index": 4372 }, { - "filePath": "src/export-page/CourseExportPage.jsx", - "line": 80, - "column": 18, - "index": 3591 + "filePath": "src/studio-home/verify-email-layout/index.jsx", + "line": 14, + "column": 4, + "index": 424 }, { - "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", - "line": 31, - "column": 6, - "index": 690 - }, - { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", - "line": 58, + "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", + "line": 83, "column": 10, - "index": 1391 - }, - { - "filePath": "src/generic/ConfirmationPopup.jsx", - "line": 18, - "column": 4, - "index": 349 + "index": 2272 }, { - "filePath": "src/import-page/file-section/FileSection.jsx", - "line": 27, - "column": 6, - "index": 896 - }, + "filePath": "src/textbooks/Textbooks.jsx", + "line": 85, + "column": 10, + "index": 2629 + } + ], + "Layout.Element": [ { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", - "line": 74, - "column": 6, - "index": 1901 + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 168, + "column": 12, + "index": 6509 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", - "line": 33, - "column": 6, - "index": 1059 + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 226, + "column": 12, + "index": 9407 }, { - "filePath": "src/pages-and-resources/pages/PageCard.jsx", + "filePath": "src/certificates/layout/MainLayout.jsx", "line": 41, - "column": 6, - "index": 1110 - }, - { - "filePath": "src/schedule-and-details/basic-section/index.jsx", - "line": 96, - "column": 6, - "index": 2650 + "column": 12, + "index": 1428 }, { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 49, - "column": 6, - "index": 1372 + "filePath": "src/certificates/layout/MainLayout.jsx", + "line": 46, + "column": 12, + "index": 1575 }, { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 33, - "column": 10, - "index": 840 + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 293, + "column": 12, + "index": 9740 }, { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 60, - "column": 10, - "index": 1798 + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 436, + "column": 12, + "index": 18479 }, { - "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 114, - "column": 6, - "index": 2685 + "filePath": "src/course-rerun/index.jsx", + "line": 73, + "column": 12, + "index": 2291 }, { - "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", - "line": 13, - "column": 6, - "index": 277 + "filePath": "src/course-rerun/index.jsx", + "line": 79, + "column": 12, + "index": 2508 }, { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "filePath": "src/course-team/CourseTeam.jsx", "line": 74, "column": 12, - "index": 2252 - } - ], - "IconButton": [ - { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 67, - "column": 16, - "index": 1736 - }, - { - "filePath": "src/content-tags-drawer/TagsTree.jsx", - "line": 30, - "column": 8, - "index": 833 + "index": 2254 }, { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 132, + "filePath": "src/course-team/CourseTeam.jsx", + "line": 142, "column": 12, - "index": 3626 - }, - { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 153, - "column": 18, - "index": 4610 + "index": 5209 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 98, - "column": 14, - "index": 3399 + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 135, + "column": 12, + "index": 4755 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 106, - "column": 22, - "index": 3675 + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 193, + "column": 12, + "index": 7114 }, { - "filePath": "src/course-unit/header-title/HeaderTitle.jsx", - "line": 71, - "column": 8, - "index": 2563 + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 134, + "column": 12, + "index": 4917 }, { - "filePath": "src/course-unit/header-title/HeaderTitle.jsx", - "line": 77, - "column": 8, - "index": 2758 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 156, + "column": 10, + "index": 5424 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 65, - "column": 8, - "index": 1632 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 201, + "column": 10, + "index": 7287 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 82, - "column": 8, - "index": 2181 + "filePath": "src/export-page/CourseExportPage.jsx", + "line": 71, + "column": 12, + "index": 3099 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 28, - "column": 10, - "index": 592 + "filePath": "src/export-page/CourseExportPage.jsx", + "line": 102, + "column": 12, + "index": 4507 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 40, + "filePath": "src/export-page/export-footer/ExportFooter.jsx", + "line": 19, "column": 6, - "index": 762 + "index": 531 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", - "line": 95, - "column": 12, - "index": 2853 + "filePath": "src/export-page/export-footer/ExportFooter.jsx", + "line": 31, + "column": 6, + "index": 1178 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 27, + "filePath": "src/export-page/export-footer/ExportFooter.jsx", + "line": 32, "column": 6, - "index": 592 + "index": 1203 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 66, - "column": 18, - "index": 2160 + "filePath": "src/grading-settings/GradingSettings.jsx", + "line": 139, + "column": 14, + "index": 4950 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 81, + "filePath": "src/grading-settings/GradingSettings.jsx", + "line": 215, "column": 14, - "index": 2744 + "index": 8748 }, { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 34, + "filePath": "src/group-configurations/index.jsx", + "line": 72, "column": 10, - "index": 861 - }, - { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 40, - "column": 12, - "index": 1100 + "index": 2380 }, { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 53, + "filePath": "src/group-configurations/index.jsx", + "line": 96, "column": 10, - "index": 1439 - }, - { - "filePath": "src/generic/course-upload-image/index.jsx", - "line": 69, - "column": 6, - "index": 1853 + "index": 3259 }, { - "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "filePath": "src/import-page/CourseImportPage.jsx", "line": 66, - "column": 6, - "index": 1347 + "column": 12, + "index": 2656 }, { - "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", - "line": 23, - "column": 8, - "index": 738 + "filePath": "src/import-page/CourseImportPage.jsx", + "line": 79, + "column": 12, + "index": 3334 }, { - "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", - "line": 35, - "column": 4, - "index": 1021 + "filePath": "src/schedule-and-details/index.jsx", + "line": 234, + "column": 12, + "index": 7356 }, { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 66, - "column": 20, - "index": 1867 + "filePath": "src/schedule-and-details/index.jsx", + "line": 333, + "column": 12, + "index": 11823 }, { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 140, - "column": 14, - "index": 4223 - } - ], - "InfoOutline": [ + "filePath": "src/studio-home/StudioHome.jsx", + "line": 152, + "column": 8, + "index": 4596 + }, { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 70, - "column": 23, - "index": 1838 + "filePath": "src/studio-home/StudioHome.jsx", + "line": 168, + "column": 8, + "index": 5293 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 97, - "column": 15, - "index": 2765 + "filePath": "src/studio-home/verify-email-layout/index.jsx", + "line": 21, + "column": 6, + "index": 634 }, { - "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", - "line": 101, - "column": 38, - "index": 3016 - } - ], - "ModalPopup": [ + "filePath": "src/studio-home/verify-email-layout/index.jsx", + "line": 34, + "column": 6, + "index": 1083 + }, { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 76, - "column": 16, - "index": 2076 + "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", + "line": 90, + "column": 12, + "index": 2524 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 47, - "column": 6, - "index": 920 + "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", + "line": 93, + "column": 12, + "index": 2638 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 44, - "column": 6, - "index": 1091 + "filePath": "src/textbooks/Textbooks.jsx", + "line": 92, + "column": 12, + "index": 2885 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 35, - "column": 6, - "index": 797 + "filePath": "src/textbooks/Textbooks.jsx", + "line": 122, + "column": 12, + "index": 4264 } ], - "ActionRow.Spacer": [ + "Warning": [ { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 90, + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 264, "column": 16, - "index": 2619 + "index": 10876 }, { - "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", - "line": 23, - "column": 10, - "index": 695 + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 108, + "column": 29, + "index": 3223 }, { - "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 47, - "column": 4, - "index": 1320 + "filePath": "src/grading-settings/assignment-section/index.jsx", + "line": 143, + "column": 22, + "index": 5558 }, { - "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", - "line": 30, - "column": 10, - "index": 647 + "filePath": "src/grading-settings/assignment-section/index.jsx", + "line": 164, + "column": 22, + "index": 6521 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 191, - "column": 26, - "index": 7771 + "filePath": "src/grading-settings/GradingSettings.jsx", + "line": 256, + "column": 16, + "index": 10379 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 204, - "column": 26, - "index": 8467 + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 53, + "column": 23, + "index": 1420 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 72, - "column": 8, - "index": 1891 + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 413, + "column": 21, + "index": 11823 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 130, - "column": 10, - "index": 4329 - }, + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 41, + "column": 12, + "index": 941 + } + ], + "AlertModal": [ { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 64, - "column": 8, - "index": 1603 + "filePath": "src/advanced-settings/modal-error/ModalError.jsx", + "line": 12, + "column": 2, + "index": 417 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 81, - "column": 8, - "index": 2152 + "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx", + "line": 23, + "column": 4, + "index": 516 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 102, - "column": 8, - "index": 2866 + "filePath": "src/course-team/info-modal/InfoModal.jsx", + "line": 36, + "column": 4, + "index": 734 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 80, - "column": 14, - "index": 2709 + "filePath": "src/course-updates/delete-modal/DeleteModal.jsx", + "line": 16, + "column": 4, + "index": 331 }, { - "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", - "line": 258, - "column": 10, - "index": 7551 + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 104, + "column": 6, + "index": 3235 }, { - "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", - "line": 77, - "column": 14, - "index": 2478 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", + "line": 54, + "column": 6, + "index": 1582 }, { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 40, - "column": 16, - "index": 1113 - } - ], - "Card.Section": [ - { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 94, - "column": 10, - "index": 2705 + "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", + "line": 59, + "column": 4, + "index": 1651 }, { - "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", + "filePath": "src/generic/delete-modal/DeleteModal.jsx", "line": 25, - "column": 12, - "index": 1025 + "column": 4, + "index": 526 }, { - "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", - "line": 37, - "column": 18, - "index": 1356 + "filePath": "src/generic/modal-notification/index.jsx", + "line": 8, + "column": 2, + "index": 274 }, { - "filePath": "src/certificates/certificate-without-modes/CertificateWithoutModes.jsx", - "line": 10, + "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", + "line": 162, "column": 6, - "index": 228 + "index": 5501 }, { - "filePath": "src/certificates/certificates-list/CertificatesList.jsx", - "line": 30, - "column": 16, - "index": 985 + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 36, + "column": 4, + "index": 783 + } + ], + "Error": [ + { + "filePath": "src/advanced-settings/modal-error/ModalErrorListItem.jsx", + "line": 15, + "column": 21, + "index": 546 }, { - "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", - "line": 20, - "column": 6, - "index": 559 + "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx", + "line": 49, + "column": 12, + "index": 1162 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 147, - "column": 8, - "index": 5435 - }, - { - "filePath": "src/export-page/CourseExportPage.jsx", - "line": 85, - "column": 20, - "index": 3818 + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 63, + "column": 27, + "index": 1677 }, { - "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", - "line": 56, - "column": 6, - "index": 1540 + "filePath": "src/studio-home/StudioHome.jsx", + "line": 134, + "column": 25, + "index": 4101 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", - "line": 60, - "column": 12, - "index": 1526 + "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", + "line": 33, + "column": 23, + "index": 884 }, { - "filePath": "src/generic/ConfirmationPopup.jsx", - "line": 24, - "column": 6, - "index": 462 + "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", + "line": 108, + "column": 23, + "index": 3207 }, { - "filePath": "src/import-page/file-section/FileSection.jsx", - "line": 32, - "column": 6, - "index": 1106 - }, + "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx", + "line": 33, + "column": 23, + "index": 875 + } + ], + "useToggle": [ { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", - "line": 80, - "column": 8, - "index": 2078 + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 33, + "column": 32, + "index": 801 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", - "line": 52, - "column": 10, - "index": 1761 + "filePath": "src/certificates/certificate-details/hooks/useCertificateDetails.jsx", + "line": 13, + "column": 53, + "index": 544 }, { - "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 52, - "column": 8, - "index": 1429 + "filePath": "src/certificates/certificate-details/hooks/useCertificateDetails.jsx", + "line": 14, + "column": 59, + "index": 621 }, { - "filePath": "src/schedule-and-details/basic-section/index.jsx", - "line": 101, - "column": 6, - "index": 2769 + "filePath": "src/certificates/certificate-edit-form/hooks/useCertificateEditForm.jsx", + "line": 12, + "column": 53, + "index": 546 }, { - "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx", + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", "line": 32, - "column": 8, - "index": 961 + "column": 32, + "index": 989 }, { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 46, - "column": 10, - "index": 1329 + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 33, + "column": 53, + "index": 1060 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx", - "line": 18, - "column": 6, - "index": 613 + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 62, + "column": 80, + "index": 1602 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx", - "line": 27, - "column": 10, - "index": 925 + "filePath": "src/course-outline/hooks.jsx", + "line": 87, + "column": 95, + "index": 2833 }, { - "filePath": "src/studio-home/verify-email-layout/index.jsx", - "line": 25, - "column": 12, - "index": 791 + "filePath": "src/course-outline/hooks.jsx", + "line": 91, + "column": 77, + "index": 3141 }, { - "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 131, - "column": 8, - "index": 3263 + "filePath": "src/course-outline/hooks.jsx", + "line": 92, + "column": 68, + "index": 3227 }, { - "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", - "line": 14, - "column": 6, - "index": 358 + "filePath": "src/course-outline/hooks.jsx", + "line": 93, + "column": 74, + "index": 3319 }, { - "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", - "line": 18, - "column": 6, - "index": 527 + "filePath": "src/course-outline/hooks.jsx", + "line": 94, + "column": 65, + "index": 3402 }, { - "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", - "line": 21, - "column": 6, - "index": 665 - } - ], - "Card.Status": [ + "filePath": "src/course-outline/section-card/SectionCard.jsx", + "line": 75, + "column": 44, + "index": 2556 + }, { - "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", - "line": 108, - "column": 10, - "index": 3204 - } - ], - "Card.Footer": [ + "filePath": "src/course-outline/status-bar/StatusBar.jsx", + "line": 75, + "column": 80, + "index": 2451 + }, { - "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", - "line": 48, - "column": 12, - "index": 1888 + "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx", + "line": 50, + "column": 44, + "index": 1764 }, { - "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", - "line": 60, - "column": 18, - "index": 2357 + "filePath": "src/course-outline/unit-card/UnitCard.jsx", + "line": 41, + "column": 44, + "index": 1320 }, { - "filePath": "src/course-unit/sidebar/components/sidebar-footer/index.jsx", - "line": 20, - "column": 4, - "index": 474 + "filePath": "src/course-team/hooks.jsx", + "line": 32, + "column": 59, + "index": 1079 }, { - "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", - "line": 75, - "column": 6, - "index": 2305 + "filePath": "src/course-team/hooks.jsx", + "line": 33, + "column": 46, + "index": 1143 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", - "line": 63, - "column": 12, - "index": 1656 + "filePath": "src/course-unit/add-component/AddComponent.jsx", + "line": 16, + "column": 56, + "index": 718 }, { - "filePath": "src/generic/ConfirmationPopup.jsx", - "line": 25, - "column": 6, - "index": 574 + "filePath": "src/course-unit/add-component/AddComponent.jsx", + "line": 17, + "column": 44, + "index": 780 }, { - "filePath": "src/generic/course-upload-image/index.jsx", - "line": 122, - "column": 8, - "index": 3267 + "filePath": "src/course-unit/add-component/AddComponent.jsx", + "line": 18, + "column": 74, + "index": 872 }, { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", - "line": 83, - "column": 8, - "index": 2240 + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 28, + "column": 65, + "index": 1394 }, { - "filePath": "src/schedule-and-details/basic-section/index.jsx", - "line": 112, - "column": 6, - "index": 3105 + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 29, + "column": 74, + "index": 1486 }, { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 94, - "column": 6, - "index": 3653 + "filePath": "src/course-unit/header-title/HeaderTitle.jsx", + "line": 27, + "column": 74, + "index": 965 }, { - "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx", - "line": 32, - "column": 8, - "index": 992 + "filePath": "src/course-unit/sidebar/PublishControls.jsx", + "line": 24, + "column": 68, + "index": 944 }, { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", - "line": 72, - "column": 10, - "index": 2247 - } - ], - "IconButtonWithTooltip": [ + "filePath": "src/course-unit/sidebar/PublishControls.jsx", + "line": 25, + "column": 68, + "index": 1030 + }, { - "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", - "line": 43, - "column": 10, - "index": 1223 + "filePath": "src/course-updates/hooks.jsx", + "line": 24, + "column": 62, + "index": 882 }, { - "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", - "line": 50, - "column": 10, - "index": 1557 + "filePath": "src/course-updates/hooks.jsx", + "line": 25, + "column": 65, + "index": 965 }, { - "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx", - "line": 35, - "column": 6, - "index": 1180 + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 33, + "column": 86, + "index": 835 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 89, - "column": 12, - "index": 2969 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 52, + "column": 32, + "index": 1746 }, { - "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", - "line": 55, - "column": 12, - "index": 1857 + "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", + "line": 20, + "column": 32, + "index": 482 }, { - "filePath": "src/course-updates/course-handouts/CourseHandouts.jsx", - "line": 16, - "column": 8, - "index": 623 + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 57, + "column": 56, + "index": 1324 }, { - "filePath": "src/course-updates/course-update/CourseUpdate.jsx", - "line": 30, - "column": 10, - "index": 1098 + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 58, + "column": 62, + "index": 1404 }, { - "filePath": "src/course-updates/course-update/CourseUpdate.jsx", - "line": 38, - "column": 10, - "index": 1391 + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 59, + "column": 59, + "index": 1481 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 73, - "column": 8, - "index": 1920 + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 60, + "column": 47, + "index": 1546 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 83, - "column": 8, - "index": 2325 + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 62, + "column": 86, + "index": 1706 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 93, - "column": 8, - "index": 2795 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 27, + "column": 36, + "index": 559 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 93, - "column": 8, - "index": 2584 + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", + "line": 28, + "column": 44, + "index": 756 }, { - "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", - "line": 191, + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 24, + "column": 36, + "index": 511 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 26, + "column": 68, + "index": 732 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 23, + "column": 36, + "index": 509 + }, + { + "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", + "line": 61, "column": 6, - "index": 6127 + "index": 1593 + }, + { + "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", + "line": 66, + "column": 6, + "index": 1699 }, { "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", - "line": 90, - "column": 16, - "index": 2628 + "line": 35, + "column": 60, + "index": 1013 }, { "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", - "line": 98, - "column": 16, - "index": 2995 + "line": 36, + "column": 65, + "index": 1096 + }, + { + "filePath": "src/group-configurations/content-groups-section/index.jsx", + "line": 18, + "column": 58, + "index": 681 }, { "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", - "line": 111, - "column": 14, - "index": 3329 + "line": 35, + "column": 60, + "index": 1129 }, { "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", - "line": 119, - "column": 14, - "index": 3680 + "line": 36, + "column": 65, + "index": 1212 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", - "line": 60, - "column": 16, - "index": 1930 + "filePath": "src/group-configurations/experiment-configurations-section/index.jsx", + "line": 22, + "column": 6, + "index": 744 }, { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 295, + "column": 58, + "index": 8439 + }, + { + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", "line": 78, - "column": 18, - "index": 2367 + "column": 68, + "index": 1995 }, { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", - "line": 85, - "column": 18, - "index": 2683 + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 80, + "column": 58, + "index": 2072 }, { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", - "line": 92, - "column": 18, - "index": 2993 + "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", + "line": 57, + "column": 68, + "index": 1864 }, { - "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", - "line": 104, - "column": 26, - "index": 4023 + "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", + "line": 58, + "column": 65, + "index": 1947 }, { - "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", - "line": 114, - "column": 26, - "index": 4600 - } - ], - "EditOutlineIcon": [ + "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", + "line": 59, + "column": 65, + "index": 2030 + }, { - "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", - "line": 44, - "column": 17, - "index": 1263 + "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", + "line": 60, + "column": 77, + "index": 2125 }, { - "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx", + "filePath": "src/taxonomy/TaxonomyListPage.jsx", "line": 37, - "column": 13, - "index": 1261 + "column": 65, + "index": 992 }, { - "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", - "line": 93, - "column": 23, - "index": 2803 + "filePath": "src/textbooks/hooks.jsx", + "line": 33, + "column": 68, + "index": 1062 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", - "line": 114, - "column": 21, - "index": 3498 - } - ], - "DeleteOutlineIcon": [ + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 41, + "column": 68, + "index": 1227 + }, { - "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", - "line": 51, - "column": 17, - "index": 1597 - }, - { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 90, - "column": 19, - "index": 3011 - }, - { - "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", - "line": 106, - "column": 23, - "index": 3379 + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 42, + "column": 65, + "index": 1310 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", - "line": 127, - "column": 21, - "index": 4071 + "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", + "line": 41, + "column": 65, + "index": 1232 } ], - "Image": [ + "Card": [ { - "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx", - "line": 45, + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 60, + "column": 6, + "index": 1468 + }, + { + "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", + "line": 24, "column": 10, - "index": 1578 + "index": 1006 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 113, - "column": 12, - "index": 3885 + "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", + "line": 36, + "column": 16, + "index": 1331 }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 247, - "column": 12, - "index": 8795 + "filePath": "src/certificates/certificate-without-modes/CertificateWithoutModes.jsx", + "line": 9, + "column": 4, + "index": 215 }, { - "filePath": "src/files-and-videos/files-page/FileThumbnail.jsx", - "line": 30, - "column": 8, - "index": 612 + "filePath": "src/certificates/certificates-list/CertificatesList.jsx", + "line": 29, + "column": 14, + "index": 962 }, { - "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", - "line": 59, - "column": 12, - "index": 1919 + "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", + "line": 19, + "column": 4, + "index": 546 }, { - "filePath": "src/generic/course-upload-image/index.jsx", - "line": 61, + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 86, "column": 6, - "index": 1686 + "index": 3094 }, { - "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 57, - "column": 8, - "index": 1177 - } - ], - "FormLabel": [ - { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 103, - "column": 12, - "index": 3468 + "filePath": "src/course-unit/sidebar/index.jsx", + "line": 6, + "column": 2, + "index": 174 }, { - "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", - "line": 111, - "column": 10, - "index": 3772 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/SwitchToAdvancedEditorCard.jsx", + "line": 22, + "column": 4, + "index": 819 }, { - "filePath": "src/studio-home/organization-section/index.jsx", - "line": 49, - "column": 8, - "index": 1734 - } - ], - "AddIcon": [ - { - "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", - "line": 25, - "column": 24, - "index": 758 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", + "line": 20, + "column": 4, + "index": 562 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 144, - "column": 36, - "index": 5392 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 58, + "column": 10, + "index": 1699 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 197, - "column": 40, - "index": 8077 + "filePath": "src/export-page/CourseExportPage.jsx", + "line": 79, + "column": 16, + "index": 3566 }, { - "filePath": "src/group-configurations/content-groups-section/index.jsx", - "line": 63, - "column": 26, - "index": 2174 + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", + "line": 30, + "column": 4, + "index": 590 }, { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", - "line": 85, - "column": 20, - "index": 2793 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 57, + "column": 8, + "index": 1357 }, { - "filePath": "src/group-configurations/experiment-configurations-section/index.jsx", - "line": 51, - "column": 26, - "index": 1794 + "filePath": "src/generic/ConfirmationPopup.jsx", + "line": 17, + "column": 2, + "index": 308 }, { - "filePath": "src/schedule-and-details/instructors-section/index.jsx", - "line": 72, - "column": 26, - "index": 2014 + "filePath": "src/generic/course-upload-image/index.jsx", + "line": 110, + "column": 6, + "index": 2904 }, { - "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx", - "line": 61, - "column": 26, - "index": 1915 + "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "line": 96, + "column": 10, + "index": 2160 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 81, - "column": 22, - "index": 2544 + "filePath": "src/import-page/file-section/FileSection.jsx", + "line": 26, + "column": 4, + "index": 883 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 109, - "column": 20, - "index": 3423 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", + "line": 67, + "column": 4, + "index": 2763 }, { - "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", - "line": 145, - "column": 34, - "index": 6172 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/openedx/OpenedXConfigForm.jsx", + "line": 121, + "column": 12, + "index": 5473 }, { - "filePath": "src/textbooks/Textbooks.jsx", - "line": 77, - "column": 28, - "index": 2388 - } - ], - "DropdownButton": [ - { - "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx", - "line": 22, - "column": 6, - "index": 478 - } - ], - "Dropdown.Item": [ + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", + "line": 73, + "column": 4, + "index": 1858 + }, { - "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx", + "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", "line": 23, - "column": 35, - "index": 621 + "column": 4, + "index": 766 }, { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 160, - "column": 16, - "index": 4864 + "filePath": "src/pages-and-resources/pages/PageCard.jsx", + "line": 35, + "column": 4, + "index": 948 }, { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 170, - "column": 14, - "index": 5322 + "filePath": "src/schedule-and-details/basic-section/index.jsx", + "line": 95, + "column": 4, + "index": 2637 }, { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 177, - "column": 14, - "index": 5622 + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 17, + "column": 4, + "index": 463 }, { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 184, - "column": 16, - "index": 5958 + "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx", + "line": 18, + "column": 6, + "index": 551 }, { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 193, - "column": 16, - "index": 6311 + "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx", + "line": 31, + "column": 6, + "index": 946 }, { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 198, - "column": 16, - "index": 6512 + "filePath": "src/studio-home/card-item/index.jsx", + "line": 48, + "column": 4, + "index": 1337 }, { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 207, - "column": 18, - "index": 6861 + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 32, + "column": 8, + "index": 801 }, { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 214, - "column": 18, - "index": 7190 + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 59, + "column": 8, + "index": 1759 }, { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 224, - "column": 16, - "index": 7600 + "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx", + "line": 17, + "column": 4, + "index": 584 }, { - "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 32, - "column": 16, - "index": 1216 + "filePath": "src/studio-home/verify-email-layout/index.jsx", + "line": 24, + "column": 10, + "index": 756 }, { - "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 61, - "column": 16, - "index": 2281 + "filePath": "src/taxonomy/taxonomy-card/index.jsx", + "line": 107, + "column": 4, + "index": 2501 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", - "line": 28, + "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", + "line": 12, + "column": 4, + "index": 264 + }, + { + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 73, "column": 10, - "index": 926 + "index": 2179 + } + ], + "Card.Body": [ + { + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 61, + "column": 8, + "index": 1520 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 112, - "column": 18, - "index": 3902 + "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", + "line": 63, + "column": 6, + "index": 1822 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 115, - "column": 18, - "index": 4102 + "filePath": "src/course-unit/sidebar/components/SidebarBody.jsx", + "line": 28, + "column": 4, + "index": 691 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 119, - "column": 20, - "index": 4277 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 60, + "column": 12, + "index": 1833 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 123, - "column": 18, - "index": 4500 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 59, + "column": 10, + "index": 1502 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 126, - "column": 18, - "index": 4678 + "filePath": "src/generic/ConfirmationPopup.jsx", + "line": 23, + "column": 4, + "index": 444 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 36, + "filePath": "src/generic/course-upload-image/index.jsx", + "line": 111, "column": 8, - "index": 766 + "index": 2919 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 43, - "column": 10, - "index": 967 + "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "line": 97, + "column": 12, + "index": 2179 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 48, - "column": 10, - "index": 1164 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", + "line": 79, + "column": 6, + "index": 2058 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 53, - "column": 10, - "index": 1358 + "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", + "line": 50, + "column": 6, + "index": 1701 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 58, + "filePath": "src/pages-and-resources/pages/PageCard.jsx", + "line": 51, "column": 6, - "index": 1562 + "index": 1409 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 61, + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 18, "column": 6, - "index": 1681 + "index": 504 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 65, - "column": 6, - "index": 1826 + "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx", + "line": 19, + "column": 8, + "index": 566 }, { - "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 51, + "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx", + "line": 43, "column": 12, - "index": 1502 + "index": 1340 }, { - "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 58, - "column": 10, - "index": 1762 - }, + "filePath": "src/taxonomy/taxonomy-card/index.jsx", + "line": 126, + "column": 6, + "index": 3003 + } + ], + "Card.Header": [ { - "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 65, + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 62, "column": 10, - "index": 2034 - }, - { - "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", - "line": 38, - "column": 14, - "index": 1138 + "index": 1588 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", - "line": 45, - "column": 14, - "index": 1446 + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 93, + "column": 8, + "index": 3247 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", - "line": 51, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 59, "column": 12, - "index": 1680 + "index": 1735 }, { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 182, - "column": 10, - "index": 5835 + "filePath": "src/export-page/CourseExportPage.jsx", + "line": 80, + "column": 18, + "index": 3591 }, { - "filePath": "src/schedule-and-details/details-section/index.jsx", - "line": 32, - "column": 14, - "index": 1202 + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", + "line": 31, + "column": 6, + "index": 690 }, { - "filePath": "src/schedule-and-details/requirements-section/index.jsx", - "line": 40, + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 58, "column": 10, - "index": 1336 + "index": 1391 }, { - "filePath": "src/schedule-and-details/requirements-section/index.jsx", - "line": 47, - "column": 12, - "index": 1649 + "filePath": "src/generic/ConfirmationPopup.jsx", + "line": 18, + "column": 4, + "index": 349 }, { - "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", - "line": 134, - "column": 16, - "index": 4284 + "filePath": "src/import-page/file-section/FileSection.jsx", + "line": 27, + "column": 6, + "index": 896 }, { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 73, - "column": 18, - "index": 2097 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", + "line": 74, + "column": 6, + "index": 1901 }, { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 77, - "column": 16, - "index": 2272 + "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", + "line": 33, + "column": 6, + "index": 1059 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", - "line": 44, + "filePath": "src/pages-and-resources/pages/PageCard.jsx", + "line": 41, + "column": 6, + "index": 1110 + }, + { + "filePath": "src/schedule-and-details/basic-section/index.jsx", + "line": 96, + "column": 6, + "index": 2650 + }, + { + "filePath": "src/studio-home/card-item/index.jsx", + "line": 49, + "column": 6, + "index": 1372 + }, + { + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 33, "column": 10, - "index": 1363 + "index": 840 }, { - "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", - "line": 155, + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 60, "column": 10, - "index": 4896 + "index": 1798 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 64, - "column": 12, - "index": 1775 + "filePath": "src/taxonomy/taxonomy-card/index.jsx", + "line": 114, + "column": 6, + "index": 2685 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 70, + "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", + "line": 13, + "column": 6, + "index": 277 + }, + { + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 74, "column": 12, - "index": 2033 + "index": 2252 } ], - "Spinner": [ + "IconButton": [ { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 112, - "column": 4, - "index": 3636 + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 67, + "column": 16, + "index": 1736 }, { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 158, - "column": 16, - "index": 4967 + "filePath": "src/content-tags-drawer/TagsTree.jsx", + "line": 30, + "column": 8, + "index": 833 }, { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 229, + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 132, + "column": 12, + "index": 3626 + }, + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 153, "column": 18, - "index": 7844 + "index": 4610 }, { - "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", - "line": 235, - "column": 10, - "index": 8716 + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 98, + "column": 14, + "index": 3399 }, { - "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", - "line": 51, - "column": 8, - "index": 1487 + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 106, + "column": 22, + "index": 3675 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", - "line": 15, + "filePath": "src/course-unit/header-title/HeaderTitle.jsx", + "line": 71, "column": 8, - "index": 502 + "index": 2563 }, { - "filePath": "src/generic/Loading.jsx", - "line": 7, - "column": 2, - "index": 220 + "filePath": "src/course-unit/header-title/HeaderTitle.jsx", + "line": 77, + "column": 8, + "index": 2758 }, { - "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 99, - "column": 16, - "index": 2268 + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx", + "line": 55, + "column": 6, + "index": 1378 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 145, + "filePath": "src/editors/containers/EditorContainer/index.jsx", + "line": 62, "column": 10, - "index": 4220 + "index": 1984 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 233, - "column": 14, - "index": 6889 - } - ], - "Collapsible.Advanced": [ + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", + "line": 119, + "column": 8, + "index": 3986 + }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 373, - "column": 6, - "index": 12846 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", + "line": 27, + "column": 8, + "index": 674 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 102, - "column": 18, - "index": 3618 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", + "line": 32, + "column": 6, + "index": 818 }, { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 19, - "column": 2, - "index": 373 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 30, + "column": 10, + "index": 835 }, { - "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", - "line": 99, - "column": 6, - "index": 2859 + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", + "line": 26, + "column": 12, + "index": 816 }, { - "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 98, - "column": 4, - "index": 3245 - } - ], - "Collapsible.Trigger": [ + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 42, + "column": 10, + "index": 1464 + }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 379, - "column": 8, - "index": 13086 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 48, + "column": 10, + "index": 1779 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 105, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 74, "column": 20, - "index": 3742 + "index": 2318 }, { - "filePath": "src/generic/CollapsableEditor.jsx", + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", "line": 27, - "column": 4, - "index": 566 + "column": 6, + "index": 683 }, { - "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", - "line": 100, - "column": 8, - "index": 2890 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 91, + "column": 14, + "index": 2909 }, { - "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 102, - "column": 6, - "index": 3448 - } - ], - "Collapsible.Visible": [ - { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 380, - "column": 10, - "index": 13157 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", + "line": 44, + "column": 12, + "index": 1601 }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 384, - "column": 10, - "index": 13279 + "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", + "line": 40, + "column": 14, + "index": 1811 }, { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 32, - "column": 6, - "index": 775 + "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", + "line": 77, + "column": 8, + "index": 2878 }, { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 37, + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", + "line": 57, "column": 6, - "index": 988 + "index": 1632 }, { - "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx", - "line": 14, - "column": 8, - "index": 404 + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 43, + "column": 16, + "index": 998 }, { - "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx", - "line": 17, - "column": 8, - "index": 553 + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", + "line": 158, + "column": 6, + "index": 4139 }, { - "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 104, + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", + "line": 173, + "column": 6, + "index": 4461 + }, + { + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 65, "column": 8, - "index": 3613 + "index": 1632 }, { - "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 113, + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 82, "column": 8, - "index": 3874 - } - ], - "KeyboardArrowDown": [ + "index": 2181 + }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 381, - "column": 23, - "index": 13213 - } - ], - "KeyboardArrowUp": [ + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 28, + "column": 10, + "index": 592 + }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 385, - "column": 23, - "index": 13333 - } - ], - "Collapsible.Body": [ + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 40, + "column": 6, + "index": 762 + }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 390, - "column": 8, - "index": 13484 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 95, + "column": 12, + "index": 2853 }, { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 57, - "column": 4, - "index": 1593 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 27, + "column": 6, + "index": 592 }, { - "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", - "line": 104, - "column": 8, - "index": 3150 + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 66, + "column": 18, + "index": 2160 }, { - "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 124, - "column": 6, - "index": 4163 - } - ], - "Chip": [ + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 81, + "column": 14, + "index": 2744 + }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 470, - "column": 8, - "index": 17020 + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 34, + "column": 10, + "index": 861 }, { - "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", - "line": 30, + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 40, + "column": 12, + "index": 1100 + }, + { + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 53, "column": 10, - "index": 882 + "index": 1439 }, { - "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", - "line": 76, - "column": 8, - "index": 2416 + "filePath": "src/generic/course-upload-image/index.jsx", + "line": 69, + "column": 6, + "index": 1853 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 181, - "column": 18, - "index": 5009 - } - ], - "Tag": [ + "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "line": 66, + "column": 6, + "index": 1347 + }, { - "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 472, - "column": 22, - "index": 17079 + "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", + "line": 23, + "column": 8, + "index": 738 }, { - "filePath": "src/content-tags-drawer/TagsTree.jsx", - "line": 27, - "column": 17, - "index": 731 + "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", + "line": 35, + "column": 4, + "index": 1021 }, { - "filePath": "src/generic/tag-count/index.jsx", - "line": 9, - "column": 39, - "index": 290 + "filePath": "src/studio-home/card-item/index.jsx", + "line": 66, + "column": 20, + "index": 1867 + }, + { + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 140, + "column": 14, + "index": 4223 } ], - "useCheckboxSetValues": [ + "InfoOutline": [ { - "filePath": "src/content-tags-drawer/ContentTagsCollapsibleHelper.jsx", - "line": 114, - "column": 48, - "index": 3893 + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 70, + "column": 23, + "index": 1838 }, { - "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 32, - "column": 7, - "index": 1019 - } - ], - "Toast": [ + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 41, + "column": 56, + "index": 1437 + }, { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 240, - "column": 12, - "index": 8174 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 149, + "column": 27, + "index": 4871 }, { - "filePath": "src/course-outline/CourseOutline.jsx", - "line": 483, - "column": 8, - "index": 20141 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 137, + "column": 23, + "index": 4662 }, { - "filePath": "src/files-and-videos/generic/ApiStatusToast.jsx", + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx", "line": 23, - "column": 4, - "index": 445 + "column": 12, + "index": 897 }, { - "filePath": "src/taxonomy/TaxonomyLayout.jsx", - "line": 41, - "column": 10, - "index": 1449 - } - ], - "Sheet": [ - { - "filePath": "src/content-tags-drawer/ContentTagsDrawerSheet.jsx", - "line": 17, - "column": 6, - "index": 581 + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 97, + "column": 15, + "index": 2765 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 54, - "column": 4, - "index": 1862 + "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", + "line": 101, + "column": 38, + "index": 3016 } ], - "Collapsible": [ + "ModalPopup": [ { - "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", - "line": 72, - "column": 20, - "index": 2111 + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 76, + "column": 16, + "index": 2076 }, { - "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", - "line": 34, + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 47, "column": 6, - "index": 921 + "index": 920 }, { - "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx", - "line": 10, - "column": 2, - "index": 312 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 44, + "column": 6, + "index": 1091 }, { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", - "line": 103, - "column": 14, - "index": 3419 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 35, + "column": 6, + "index": 797 } ], - "ArrowDropDown": [ + "ActionRow.Spacer": [ { - "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", - "line": 76, + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 90, + "column": 16, + "index": 2619 + }, + { + "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", + "line": 23, + "column": 10, + "index": 695 + }, + { + "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", + "line": 47, + "column": 4, + "index": 1320 + }, + { + "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", + "line": 30, + "column": 10, + "index": 647 + }, + { + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 191, + "column": 26, + "index": 7771 + }, + { + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 204, + "column": 26, + "index": 8467 + }, + { + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 72, + "column": 8, + "index": 1891 + }, + { + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 128, + "column": 10, + "index": 4429 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 31, + "column": 10, + "index": 948 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 35, + "column": 10, + "index": 1105 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 50, + "column": 18, + "index": 1722 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 73, + "column": 16, + "index": 2760 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", + "line": 29, + "column": 8, + "index": 668 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 70, + "column": 12, + "index": 2146 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 54, + "column": 20, + "index": 1619 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 73, + "column": 20, + "index": 2387 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 98, + "column": 20, + "index": 3458 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 124, + "column": 20, + "index": 4561 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", + "line": 54, + "column": 12, + "index": 1689 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", + "line": 26, + "column": 6, + "index": 656 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 151, + "column": 14, + "index": 4975 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 72, + "column": 10, + "index": 2384 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 81, + "column": 8, + "index": 2606 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 89, + "column": 12, + "index": 2840 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 139, + "column": 10, + "index": 4758 + }, + { + "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", + "line": 51, + "column": 8, + "index": 1057 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 59, + "column": 23, + "index": 1440 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 99, + "column": 10, + "index": 2754 + }, + { + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", + "line": 190, + "column": 8, + "index": 4899 + }, + { + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 64, + "column": 8, + "index": 1603 + }, + { + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 81, + "column": 8, + "index": 2152 + }, + { + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 102, + "column": 8, + "index": 2866 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 80, + "column": 14, + "index": 2709 + }, + { + "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", + "line": 258, + "column": 10, + "index": 7540 + }, + { + "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", + "line": 77, + "column": 14, + "index": 2478 + }, + { + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 40, + "column": 16, + "index": 1113 + } + ], + "Card.Section": [ + { + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 94, + "column": 10, + "index": 2705 + }, + { + "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", + "line": 25, + "column": 12, + "index": 1025 + }, + { + "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", + "line": 37, + "column": 18, + "index": 1356 + }, + { + "filePath": "src/certificates/certificate-without-modes/CertificateWithoutModes.jsx", + "line": 10, + "column": 6, + "index": 228 + }, + { + "filePath": "src/certificates/certificates-list/CertificatesList.jsx", + "line": 30, + "column": 16, + "index": 985 + }, + { + "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", + "line": 20, + "column": 6, + "index": 559 + }, + { + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 147, + "column": 8, + "index": 5435 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", + "line": 14, + "column": 4, + "index": 310 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", + "line": 21, + "column": 6, + "index": 653 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 61, + "column": 14, + "index": 1859 + }, + { + "filePath": "src/export-page/CourseExportPage.jsx", + "line": 85, + "column": 20, + "index": 3818 + }, + { + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", + "line": 56, + "column": 6, + "index": 1540 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 60, + "column": 12, + "index": 1526 + }, + { + "filePath": "src/generic/ConfirmationPopup.jsx", + "line": 24, + "column": 6, + "index": 462 + }, + { + "filePath": "src/import-page/file-section/FileSection.jsx", + "line": 32, + "column": 6, + "index": 1106 + }, + { + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", + "line": 80, + "column": 8, + "index": 2078 + }, + { + "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", + "line": 52, + "column": 10, + "index": 1761 + }, + { + "filePath": "src/pages-and-resources/pages/PageCard.jsx", + "line": 52, + "column": 8, + "index": 1429 + }, + { + "filePath": "src/schedule-and-details/basic-section/index.jsx", + "line": 101, + "column": 6, + "index": 2769 + }, + { + "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx", + "line": 32, + "column": 8, + "index": 961 + }, + { + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 46, + "column": 10, + "index": 1329 + }, + { + "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx", + "line": 18, + "column": 6, + "index": 613 + }, + { + "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx", + "line": 27, + "column": 10, + "index": 925 + }, + { + "filePath": "src/studio-home/verify-email-layout/index.jsx", + "line": 25, + "column": 12, + "index": 791 + }, + { + "filePath": "src/taxonomy/taxonomy-card/index.jsx", + "line": 131, + "column": 8, + "index": 3263 + }, + { + "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", + "line": 14, + "column": 6, + "index": 358 + }, + { + "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", + "line": 18, + "column": 6, + "index": 527 + }, + { + "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", + "line": 21, + "column": 6, + "index": 665 + } + ], + "Card.Status": [ + { + "filePath": "src/advanced-settings/setting-card/SettingCard.jsx", + "line": 108, + "column": 10, + "index": 3204 + } + ], + "Card.Footer": [ + { + "filePath": "src/certificates/certificate-create-form/CertificateCreateForm.jsx", + "line": 48, + "column": 12, + "index": 1888 + }, + { + "filePath": "src/certificates/certificate-edit-form/CertificateEditForm.jsx", + "line": 60, + "column": 18, + "index": 2357 + }, + { + "filePath": "src/course-unit/sidebar/components/sidebar-footer/index.jsx", + "line": 20, + "column": 4, + "index": 474 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 64, + "column": 14, + "index": 1995 + }, + { + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", + "line": 75, + "column": 6, + "index": 2305 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 63, + "column": 12, + "index": 1656 + }, + { + "filePath": "src/generic/ConfirmationPopup.jsx", + "line": 25, + "column": 6, + "index": 574 + }, + { + "filePath": "src/generic/course-upload-image/index.jsx", + "line": 122, + "column": 8, + "index": 3267 + }, + { + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-topics/TopicItem.jsx", + "line": 83, + "column": 8, + "index": 2240 + }, + { + "filePath": "src/schedule-and-details/basic-section/index.jsx", + "line": 112, + "column": 6, + "index": 3105 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 94, + "column": 6, + "index": 3653 + }, + { + "filePath": "src/schedule-and-details/introducing-section/introduction-video/index.jsx", + "line": 32, + "column": 8, + "index": 992 + }, + { + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 72, + "column": 10, + "index": 2247 + } + ], + "IconButtonWithTooltip": [ + { + "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", + "line": 43, + "column": 10, + "index": 1223 + }, + { + "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", + "line": 50, + "column": 10, + "index": 1557 + }, + { + "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx", + "line": 35, + "column": 6, + "index": 1180 + }, + { + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 89, + "column": 12, + "index": 2969 + }, + { + "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", + "line": 55, + "column": 12, + "index": 1857 + }, + { + "filePath": "src/course-updates/course-handouts/CourseHandouts.jsx", + "line": 16, + "column": 8, + "index": 623 + }, + { + "filePath": "src/course-updates/course-update/CourseUpdate.jsx", + "line": 30, + "column": 10, + "index": 1098 + }, + { + "filePath": "src/course-updates/course-update/CourseUpdate.jsx", + "line": 38, + "column": 10, + "index": 1391 + }, + { + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 73, + "column": 8, + "index": 1920 + }, + { + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 83, + "column": 8, + "index": 2325 + }, + { + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 93, + "column": 8, + "index": 2795 + }, + { + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", + "line": 17, + "column": 6, + "index": 421 + }, + { + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", + "line": 24, + "column": 6, + "index": 631 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", + "line": 55, + "column": 12, + "index": 1722 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", + "line": 94, + "column": 12, + "index": 2758 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 107, + "column": 12, + "index": 3544 + }, + { + "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx", + "line": 38, + "column": 6, + "index": 818 + }, + { + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 93, + "column": 8, + "index": 2584 + }, + { + "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", + "line": 191, + "column": 6, + "index": 6127 + }, + { + "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", + "line": 90, + "column": 16, + "index": 2628 + }, + { + "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", + "line": 98, + "column": 16, + "index": 2995 + }, + { + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", + "line": 111, + "column": 14, + "index": 3329 + }, + { + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", + "line": 119, + "column": 14, + "index": 3680 + }, + { + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", + "line": 60, + "column": 16, + "index": 1930 + }, + { + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 78, + "column": 18, + "index": 2367 + }, + { + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 85, + "column": 18, + "index": 2683 + }, + { + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 92, + "column": 18, + "index": 2993 + }, + { + "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", + "line": 104, + "column": 26, + "index": 4023 + }, + { + "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", + "line": 114, + "column": 26, + "index": 4600 + } + ], + "EditOutlineIcon": [ + { + "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", + "line": 44, + "column": 17, + "index": 1263 + }, + { + "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx", + "line": 37, + "column": 13, + "index": 1261 + }, + { + "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", + "line": 93, + "column": 23, + "index": 2803 + }, + { + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", + "line": 114, + "column": 21, + "index": 3498 + } + ], + "DeleteOutlineIcon": [ + { + "filePath": "src/certificates/certificate-details/CertificateDetails.jsx", + "line": 51, + "column": 17, + "index": 1597 + }, + { + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 90, + "column": 19, + "index": 3011 + }, + { + "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", + "line": 106, + "column": 23, + "index": 3379 + }, + { + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCard.jsx", + "line": 127, + "column": 21, + "index": 4071 + } + ], + "Image": [ + { + "filePath": "src/certificates/certificate-signatories/signatory/Signatory.jsx", + "line": 45, + "column": 10, + "index": 1578 + }, + { + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 113, + "column": 12, + "index": 3885 + }, + { + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 245, + "column": 12, + "index": 8895 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx", + "line": 26, + "column": 6, + "index": 723 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", + "line": 85, + "column": 10, + "index": 2474 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", + "line": 33, + "column": 10, + "index": 1050 + }, + { + "filePath": "src/editors/containers/VideoGallery/index.jsx", + "line": 51, + "column": 4, + "index": 1763 + }, + { + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx", + "line": 75, + "column": 10, + "index": 2325 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx", + "line": 42, + "column": 12, + "index": 1313 + }, + { + "filePath": "src/files-and-videos/files-page/FileThumbnail.jsx", + "line": 30, + "column": 8, + "index": 612 + }, + { + "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", + "line": 59, + "column": 12, + "index": 1919 + }, + { + "filePath": "src/generic/course-upload-image/index.jsx", + "line": 61, + "column": 6, + "index": 1686 + }, + { + "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "line": 57, + "column": 8, + "index": 1177 + } + ], + "FormLabel": [ + { + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 103, + "column": 12, + "index": 3468 + }, + { + "filePath": "src/certificates/certificate-signatories/signatory/SignatoryForm.jsx", + "line": 111, + "column": 10, + "index": 3772 + }, + { + "filePath": "src/studio-home/organization-section/index.jsx", + "line": 49, + "column": 8, + "index": 1742 + } + ], + "AddIcon": [ + { + "filePath": "src/certificates/empty-certificates-with-modes/EmptyCertificatesWithModes.jsx", + "line": 25, + "column": 24, + "index": 758 + }, + { + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 144, + "column": 36, + "index": 5392 + }, + { + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 197, + "column": 40, + "index": 8077 + }, + { + "filePath": "src/group-configurations/content-groups-section/index.jsx", + "line": 63, + "column": 26, + "index": 2174 + }, + { + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentFormGroups.jsx", + "line": 85, + "column": 20, + "index": 2793 + }, + { + "filePath": "src/group-configurations/experiment-configurations-section/index.jsx", + "line": 51, + "column": 26, + "index": 1794 + }, + { + "filePath": "src/schedule-and-details/instructors-section/index.jsx", + "line": 72, + "column": 26, + "index": 2014 + }, + { + "filePath": "src/schedule-and-details/learning-outcomes-section/index.jsx", + "line": 61, + "column": 26, + "index": 1915 + }, + { + "filePath": "src/studio-home/StudioHome.jsx", + "line": 81, + "column": 22, + "index": 2544 + }, + { + "filePath": "src/studio-home/StudioHome.jsx", + "line": 109, + "column": 20, + "index": 3423 + }, + { + "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", + "line": 145, + "column": 34, + "index": 6172 + }, + { + "filePath": "src/textbooks/Textbooks.jsx", + "line": 77, + "column": 28, + "index": 2388 + } + ], + "DropdownButton": [ + { + "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx", + "line": 22, + "column": 6, + "index": 478 + } + ], + "Dropdown.Item": [ + { + "filePath": "src/certificates/layout/header-buttons/HeaderButtons.jsx", + "line": 23, + "column": 35, + "index": 621 + }, + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 160, + "column": 16, + "index": 4864 + }, + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 170, + "column": 14, + "index": 5322 + }, + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 177, + "column": 14, + "index": 5622 + }, + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 184, + "column": 16, + "index": 5958 + }, + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 193, + "column": 16, + "index": 6311 + }, + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 198, + "column": 16, + "index": 6512 + }, + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 207, + "column": 18, + "index": 6861 + }, + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 214, + "column": 18, + "index": 7190 + }, + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 224, + "column": 16, + "index": 7600 + }, + { + "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", + "line": 32, + "column": 16, + "index": 1216 + }, + { + "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", + "line": 61, + "column": 16, + "index": 2281 + }, + { + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", + "line": 28, + "column": 10, + "index": 926 + }, + { + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 112, + "column": 18, + "index": 3902 + }, + { + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 115, + "column": 18, + "index": 4102 + }, + { + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 119, + "column": 20, + "index": 4277 + }, + { + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 123, + "column": 18, + "index": 4500 + }, + { + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 126, + "column": 18, + "index": 4678 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", + "line": 59, + "column": 12, + "index": 1781 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", + "line": 66, + "column": 12, + "index": 2098 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 81, + "column": 16, + "index": 2566 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 87, + "column": 16, + "index": 2808 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 90, + "column": 16, + "index": 3009 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 105, + "column": 22, + "index": 3201 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 108, + "column": 22, + "index": 3391 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 110, + "column": 20, + "index": 3517 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", + "line": 51, + "column": 8, + "index": 1796 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", + "line": 57, + "column": 8, + "index": 2003 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", + "line": 60, + "column": 8, + "index": 2181 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 89, + "column": 12, + "index": 2459 + }, + { + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 36, + "column": 8, + "index": 766 + }, + { + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 43, + "column": 10, + "index": 967 + }, + { + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 48, + "column": 10, + "index": 1164 + }, + { + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 53, + "column": 10, + "index": 1358 + }, + { + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 58, + "column": 6, + "index": 1562 + }, + { + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 61, + "column": 6, + "index": 1681 + }, + { + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 65, + "column": 6, + "index": 1826 + }, + { + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", + "line": 51, + "column": 12, + "index": 1502 + }, + { + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", + "line": 58, + "column": 10, + "index": 1762 + }, + { + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", + "line": 65, + "column": 10, + "index": 2034 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 38, + "column": 14, + "index": 1138 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 45, + "column": 14, + "index": 1446 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 51, + "column": 12, + "index": 1680 + }, + { + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 182, + "column": 10, + "index": 5843 + }, + { + "filePath": "src/schedule-and-details/details-section/index.jsx", + "line": 32, + "column": 14, + "index": 1202 + }, + { + "filePath": "src/schedule-and-details/requirements-section/index.jsx", + "line": 40, + "column": 10, + "index": 1336 + }, + { + "filePath": "src/schedule-and-details/requirements-section/index.jsx", + "line": 47, + "column": 12, + "index": 1649 + }, + { + "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", + "line": 134, + "column": 16, + "index": 4284 + }, + { + "filePath": "src/studio-home/card-item/index.jsx", + "line": 73, + "column": 18, + "index": 2097 + }, + { + "filePath": "src/studio-home/card-item/index.jsx", + "line": 77, + "column": 16, + "index": 2272 + }, + { + "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", + "line": 44, + "column": 10, + "index": 1363 + }, + { + "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", + "line": 155, + "column": 10, + "index": 4896 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 64, + "column": 12, + "index": 1775 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 70, + "column": 12, + "index": 2033 + } + ], + "Spinner": [ + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 113, + "column": 4, + "index": 3638 + }, + { + "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", + "line": 158, + "column": 16, + "index": 4967 + }, + { + "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", + "line": 229, + "column": 18, + "index": 7844 + }, + { + "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", + "line": 235, + "column": 10, + "index": 8717 + }, + { + "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", + "line": 45, + "column": 14, + "index": 1101 + }, + { + "filePath": "src/editors/containers/GameEditor/index.jsx", + "line": 56, + "column": 12, + "index": 1626 + }, + { + "filePath": "src/editors/containers/ProblemEditor/index.jsx", + "line": 32, + "column": 8, + "index": 955 + }, + { + "filePath": "src/editors/containers/TextEditor/index.jsx", + "line": 80, + "column": 14, + "index": 2152 + }, + { + "filePath": "src/editors/containers/VideoEditor/index.jsx", + "line": 51, + "column": 12, + "index": 1312 + }, + { + "filePath": "src/editors/containers/VideoUploadEditor/index.jsx", + "line": 24, + "column": 6, + "index": 642 + }, + { + "filePath": "src/editors/example.jsx", + "line": 53, + "column": 12, + "index": 1570 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/Gallery.jsx", + "line": 42, + "column": 8, + "index": 941 + }, + { + "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", + "line": 51, + "column": 8, + "index": 1487 + }, + { + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", + "line": 15, + "column": 8, + "index": 502 + }, + { + "filePath": "src/generic/Loading.jsx", + "line": 7, + "column": 2, + "index": 220 + }, + { + "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "line": 99, + "column": 16, + "index": 2268 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 145, + "column": 10, + "index": 4220 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 233, + "column": 14, + "index": 6889 + } + ], + "Collapsible.Advanced": [ + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 374, + "column": 6, + "index": 12848 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", + "line": 87, + "column": 4, + "index": 2834 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", + "line": 15, + "column": 6, + "index": 348 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", + "line": 22, + "column": 6, + "index": 636 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", + "line": 92, + "column": 8, + "index": 2992 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", + "line": 106, + "column": 6, + "index": 3476 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", + "line": 22, + "column": 8, + "index": 752 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 26, + "column": 2, + "index": 707 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", + "line": 26, + "column": 4, + "index": 811 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 102, + "column": 18, + "index": 3618 + }, + { + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 19, + "column": 2, + "index": 373 + }, + { + "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", + "line": 99, + "column": 6, + "index": 2859 + }, + { + "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", + "line": 98, + "column": 4, + "index": 3245 + } + ], + "Collapsible.Trigger": [ + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 380, + "column": 8, + "index": 13088 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", + "line": 113, + "column": 8, + "index": 3691 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", + "line": 26, + "column": 10, + "index": 873 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 31, + "column": 4, + "index": 858 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 105, + "column": 20, + "index": 3742 + }, + { + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 27, + "column": 4, + "index": 566 + }, + { + "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", + "line": 100, + "column": 8, + "index": 2890 + }, + { + "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", + "line": 102, + "column": 6, + "index": 3448 + } + ], + "Collapsible.Visible": [ + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 381, + "column": 10, + "index": 13159 + }, + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 385, + "column": 10, + "index": 13281 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", + "line": 28, + "column": 12, + "index": 1028 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", + "line": 31, + "column": 12, + "index": 1155 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 35, + "column": 6, + "index": 1015 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 45, + "column": 6, + "index": 1624 + }, + { + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 32, + "column": 6, + "index": 775 + }, + { + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 37, + "column": 6, + "index": 988 + }, + { + "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx", + "line": 14, + "column": 8, + "index": 404 + }, + { + "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx", + "line": 17, + "column": 8, + "index": 553 + }, + { + "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", + "line": 104, + "column": 8, + "index": 3613 + }, + { + "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", + "line": 113, + "column": 8, + "index": 3874 + } + ], + "KeyboardArrowDown": [ + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 382, + "column": 23, + "index": 13215 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", + "line": 29, + "column": 25, + "index": 1086 + } + ], + "KeyboardArrowUp": [ + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 386, + "column": 23, + "index": 13335 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", + "line": 32, + "column": 25, + "index": 1211 + } + ], + "Collapsible.Body": [ + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 391, + "column": 8, + "index": 13486 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", + "line": 102, + "column": 8, + "index": 3333 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", + "line": 18, + "column": 8, + "index": 424 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", + "line": 25, + "column": 8, + "index": 711 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", + "line": 93, + "column": 10, + "index": 3056 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", + "line": 107, + "column": 8, + "index": 3537 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 52, + "column": 4, + "index": 1966 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", + "line": 31, + "column": 6, + "index": 932 + }, + { + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 57, + "column": 4, + "index": 1593 + }, + { + "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", + "line": 104, + "column": 8, + "index": 3150 + }, + { + "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", + "line": 124, + "column": 6, + "index": 4163 + } + ], + "Chip": [ + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 471, + "column": 8, + "index": 17022 + }, + { + "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", + "line": 30, + "column": 10, + "index": 882 + }, + { + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", + "line": 76, + "column": 8, + "index": 2416 + }, + { + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 181, + "column": 18, + "index": 5009 + } + ], + "Tag": [ + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 473, + "column": 22, + "index": 17081 + }, + { + "filePath": "src/content-tags-drawer/TagsTree.jsx", + "line": 27, + "column": 17, + "index": 731 + }, + { + "filePath": "src/generic/tag-count/index.jsx", + "line": 9, + "column": 39, + "index": 290 + } + ], + "useCheckboxSetValues": [ + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsibleHelper.jsx", + "line": 114, + "column": 48, + "index": 3893 + }, + { + "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", + "line": 32, + "column": 7, + "index": 1029 + } + ], + "Toast": [ + { + "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", + "line": 240, + "column": 12, + "index": 8174 + }, + { + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 483, + "column": 8, + "index": 20141 + }, + { + "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", + "line": 26, + "column": 6, + "index": 480 + }, + { + "filePath": "src/editors/containers/TextEditor/index.jsx", + "line": 73, + "column": 8, + "index": 1911 + }, + { + "filePath": "src/files-and-videos/generic/ApiStatusToast.jsx", + "line": 23, + "column": 4, + "index": 445 + }, + { + "filePath": "src/taxonomy/TaxonomyLayout.jsx", + "line": 41, + "column": 10, + "index": 1449 + } + ], + "Sheet": [ + { + "filePath": "src/content-tags-drawer/ContentTagsDrawerSheet.jsx", + "line": 17, + "column": 6, + "index": 581 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 54, + "column": 4, + "index": 1862 + } + ], + "Collapsible": [ + { + "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", + "line": 72, + "column": 20, + "index": 2111 + }, + { + "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", + "line": 34, + "column": 6, + "index": 921 + }, + { + "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx", + "line": 10, + "column": 2, + "index": 312 + }, + { + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 103, + "column": 14, + "index": 3419 + } + ], + "ArrowDropDown": [ + { + "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", + "line": 76, "column": 49, "index": 2337 } ], - "ArrowDropUp": [ + "ArrowDropUp": [ + { + "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", + "line": 77, + "column": 47, + "index": 2403 + } + ], + "Close": [ + { + "filePath": "src/content-tags-drawer/TagsTree.jsx", + "line": 33, + "column": 15, + "index": 901 + }, + { + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", + "line": 27, + "column": 13, + "index": 770 + }, + { + "filePath": "src/editors/containers/EditorContainer/index.jsx", + "line": 63, + "column": 17, + "index": 2013 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", + "line": 27, + "column": 19, + "index": 847 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", + "line": 28, + "column": 13, + "index": 708 + }, + { + "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", + "line": 80, + "column": 15, + "index": 3019 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 50, + "column": 23, + "index": 1262 + }, + { + "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", + "line": 32, + "column": 23, + "index": 935 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", + "line": 81, + "column": 55, + "index": 2785 + }, + { + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 183, + "column": 31, + "index": 5076 + } + ], + "RadioButtonUnchecked": [ + { + "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", + "line": 33, + "column": 15, + "index": 898 + } + ], + "ModeComment": [ + { + "filePath": "src/course-checklist/ChecklistSection/ChecklistItemComment.jsx", + "line": 16, + "column": 19, + "index": 555 + } + ], + "EditIcon": [ + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 136, + "column": 22, + "index": 3825 + }, + { + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 100, + "column": 24, + "index": 3505 + }, + { + "filePath": "src/course-unit/header-title/HeaderTitle.jsx", + "line": 74, + "column": 18, + "index": 2693 + }, + { + "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", + "line": 87, + "column": 25, + "index": 2808 + } + ], + "Dropdown": [ + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 148, + "column": 10, + "index": 4305 + }, + { + "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", + "line": 22, + "column": 10, + "index": 754 + }, + { + "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", + "line": 51, + "column": 10, + "index": 1816 + }, + { + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", + "line": 19, + "column": 4, + "index": 503 + }, + { + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", + "line": 38, + "column": 14, + "index": 1188 + }, + { + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", + "line": 47, + "column": 16, + "index": 1462 + }, + { + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 103, + "column": 14, + "index": 3583 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", + "line": 47, + "column": 8, + "index": 1436 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 71, + "column": 12, + "index": 2179 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 89, + "column": 6, + "index": 2684 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", + "line": 41, + "column": 4, + "index": 1486 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 78, + "column": 6, + "index": 2099 + }, + { + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 25, + "column": 2, + "index": 471 + }, + { + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", + "line": 41, + "column": 6, + "index": 1169 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 22, + "column": 4, + "index": 524 + }, + { + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 176, + "column": 4, + "index": 5564 + }, + { + "filePath": "src/schedule-and-details/details-section/index.jsx", + "line": 26, + "column": 8, + "index": 944 + }, + { + "filePath": "src/schedule-and-details/requirements-section/index.jsx", + "line": 35, + "column": 6, + "index": 1131 + }, + { + "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", + "line": 128, + "column": 10, + "index": 3989 + }, + { + "filePath": "src/studio-home/card-item/index.jsx", + "line": 64, + "column": 12, + "index": 1805 + }, + { + "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", + "line": 32, + "column": 4, + "index": 994 + }, + { + "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", + "line": 142, + "column": 4, + "index": 4295 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 55, + "column": 8, + "index": 1413 + } + ], + "Dropdown.Toggle": [ + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 149, + "column": 12, + "index": 4404 + }, + { + "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", + "line": 23, + "column": 12, + "index": 777 + }, + { + "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", + "line": 52, + "column": 12, + "index": 1839 + }, + { + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", + "line": 20, + "column": 6, + "index": 561 + }, + { + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 104, + "column": 16, + "index": 3610 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", + "line": 48, + "column": 10, + "index": 1457 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 72, + "column": 14, + "index": 2204 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 92, + "column": 8, + "index": 2741 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", + "line": 42, + "column": 6, + "index": 1503 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 79, + "column": 8, + "index": 2118 + }, + { + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 26, + "column": 4, + "index": 527 + }, + { + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", + "line": 42, + "column": 8, + "index": 1205 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 25, + "column": 6, + "index": 597 + }, + { + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 177, + "column": 6, + "index": 5598 + }, + { + "filePath": "src/schedule-and-details/details-section/index.jsx", + "line": 27, + "column": 10, + "index": 986 + }, + { + "filePath": "src/schedule-and-details/requirements-section/index.jsx", + "line": 36, + "column": 8, + "index": 1171 + }, + { + "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", + "line": 129, + "column": 12, + "index": 4034 + }, + { + "filePath": "src/studio-home/card-item/index.jsx", + "line": 65, + "column": 14, + "index": 1830 + }, + { + "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", + "line": 33, + "column": 6, + "index": 1044 + }, + { + "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", + "line": 143, + "column": 6, + "index": 4396 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 56, + "column": 10, + "index": 1466 + } + ], + "MoveVertIcon": [ + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 154, + "column": 19, + "index": 4641 + }, + { + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 107, + "column": 23, + "index": 3710 + } + ], + "Dropdown.Menu": [ + { + "filePath": "src/course-outline/card-header/CardHeader.jsx", + "line": 158, + "column": 12, + "index": 4764 + }, + { + "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", + "line": 30, + "column": 12, + "index": 1120 + }, + { + "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", + "line": 59, + "column": 12, + "index": 2182 + }, + { + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", + "line": 26, + "column": 6, + "index": 843 + }, + { + "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", + "line": 111, + "column": 16, + "index": 3868 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", + "line": 58, + "column": 10, + "index": 1753 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 80, + "column": 14, + "index": 2496 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 102, + "column": 8, + "index": 3050 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", + "line": 50, + "column": 6, + "index": 1731 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 87, + "column": 8, + "index": 2383 + }, + { + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 34, + "column": 4, + "index": 710 + }, + { + "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", + "line": 49, + "column": 8, + "index": 1438 + }, + { + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 34, + "column": 6, + "index": 927 + }, + { + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 180, + "column": 6, + "index": 5776 + }, + { + "filePath": "src/schedule-and-details/details-section/index.jsx", + "line": 30, + "column": 10, + "index": 1125 + }, + { + "filePath": "src/schedule-and-details/requirements-section/index.jsx", + "line": 39, + "column": 8, + "index": 1310 + }, + { + "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", + "line": 132, + "column": 12, + "index": 4196 + }, + { + "filePath": "src/studio-home/card-item/index.jsx", + "line": 71, + "column": 14, + "index": 2025 + }, + { + "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", + "line": 42, + "column": 6, + "index": 1287 + }, + { + "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", + "line": 153, + "column": 6, + "index": 4795 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 63, + "column": 10, + "index": 1747 + } + ], + "Truncate": [ + { + "filePath": "src/course-outline/card-header/TitleButton.jsx", + "line": 42, + "column": 8, + "index": 987 + }, + { + "filePath": "src/course-outline/card-header/TitleLink.jsx", + "line": 17, + "column": 4, + "index": 372 + }, + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 377, + "column": 28, + "index": 11364 + }, + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 386, + "column": 28, + "index": 11650 + }, + { + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx", + "line": 52, + "column": 6, + "index": 1327 + }, + { + "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx", + "line": 69, + "column": 12, + "index": 2317 + }, + { + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 60, + "column": 10, + "index": 1504 + }, + { + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 77, + "column": 10, + "index": 2053 + }, + { + "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", + "line": 38, + "column": 12, + "index": 1022 + }, + { + "filePath": "src/files-and-videos/generic/InfoModal.jsx", + "line": 51, + "column": 12, + "index": 1245 + }, + { + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", + "line": 70, + "column": 10, + "index": 2136 + }, + { + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx", + "line": 28, + "column": 12, + "index": 894 + }, + { + "filePath": "src/group-configurations/common/TitleButton.jsx", + "line": 30, + "column": 10, + "index": 843 + }, + { + "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx", + "line": 17, + "column": 10, + "index": 501 + } + ], + "Row": [ + { + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 229, + "column": 6, + "index": 7062 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", + "line": 40, + "column": 6, + "index": 1020 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/index.jsx", + "line": 20, + "column": 6, + "index": 662 + }, + { + "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx", + "line": 32, + "column": 4, + "index": 718 + }, + { + "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", + "line": 32, + "column": 6, + "index": 1021 + }, + { + "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", + "line": 42, + "column": 10, + "index": 1297 + }, + { + "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", + "line": 27, + "column": 6, + "index": 733 + }, + { + "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", + "line": 39, + "column": 6, + "index": 1197 + }, + { + "filePath": "src/generic/drag-helper/SortableItem.jsx", + "line": 57, + "column": 4, + "index": 1211 + }, + { + "filePath": "src/group-configurations/index.jsx", + "line": 46, + "column": 6, + "index": 1583 + }, + { + "filePath": "src/studio-home/StudioHome.jsx", + "line": 133, + "column": 12, + "index": 4035 + }, + { + "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", + "line": 22, + "column": 6, + "index": 613 + }, + { + "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", + "line": 32, + "column": 10, + "index": 820 + }, + { + "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", + "line": 96, + "column": 6, + "index": 2920 + }, + { + "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", + "line": 107, + "column": 10, + "index": 3143 + }, + { + "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx", + "line": 22, + "column": 6, + "index": 604 + }, + { + "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx", + "line": 32, + "column": 10, + "index": 811 + }, + { + "filePath": "src/textbooks/Textbooks.jsx", + "line": 55, + "column": 6, + "index": 1721 + } + ], + "CheckCircleIcon": [ + { + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 262, + "column": 22, + "index": 8385 + }, + { + "filePath": "src/schedule-and-details/index.jsx", + "line": 181, + "column": 18, + "index": 5475 + } + ], + "IconAdd": [ + { + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 417, + "column": 44, + "index": 17776 + }, + { + "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", + "line": 39, + "column": 24, + "index": 1062 + }, + { + "filePath": "src/course-outline/section-card/SectionCard.jsx", + "line": 254, + "column": 30, + "index": 7954 + }, + { + "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx", + "line": 230, + "column": 30, + "index": 7511 + }, + { + "filePath": "src/course-team/add-team-member/AddTeamMember.jsx", + "line": 20, + "column": 20, + "index": 753 + }, + { + "filePath": "src/course-team/CourseTeam.jsx", + "line": 83, + "column": 36, + "index": 2655 + }, + { + "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", + "line": 197, + "column": 13, + "index": 6399 + }, + { + "filePath": "src/grading-settings/GradingSettings.jsx", + "line": 207, + "column": 34, + "index": 8456 + }, + { + "filePath": "src/group-configurations/empty-placeholder/index.jsx", + "line": 24, + "column": 20, + "index": 785 + }, + { + "filePath": "src/textbooks/empty-placeholder/EmptyPlaceholder.jsx", + "line": 14, + "column": 26, + "index": 536 + } + ], + "CampaignIcon": [ + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 72, + "column": 14, + "index": 2405 + }, + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 263, + "column": 16, + "index": 8209 + } + ], + "InfoOutlineIcon": [ + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 93, + "column": 14, + "index": 2823 + }, + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 195, + "column": 16, + "index": 5855 + }, + { + "filePath": "src/course-unit/sidebar/PublishControls.jsx", + "line": 68, + "column": 14, + "index": 2534 + }, + { + "filePath": "src/course-unit/sidebar/PublishControls.jsx", + "line": 78, + "column": 14, + "index": 3058 + } + ], + "WarningIcon": [ + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 130, + "column": 16, + "index": 3862 + }, + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 295, + "column": 16, + "index": 9045 + }, + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 322, + "column": 16, + "index": 9810 + }, + { + "filePath": "src/course-outline/xblock-status/GradingPolicyAlert.jsx", + "line": 29, + "column": 77, + "index": 725 + }, + { + "filePath": "src/course-unit/clipboard/paste-notification/index.jsx", + "line": 47, + "column": 16, + "index": 1779 + }, + { + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 141, + "column": 24, + "index": 5037 + }, + { + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 115, + "column": 41, + "index": 3425 + }, { - "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", - "line": 77, - "column": 47, - "index": 2403 + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 120, + "column": 41, + "index": 3659 + }, + { + "filePath": "src/generic/internet-connection-alert/index.jsx", + "line": 53, + "column": 12, + "index": 1408 + }, + { + "filePath": "src/generic/saving-error-alert/SavingErrorAlert.jsx", + "line": 42, + "column": 12, + "index": 1212 + }, + { + "filePath": "src/schedule-and-details/index.jsx", + "line": 384, + "column": 16, + "index": 13534 + }, + { + "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "line": 66, + "column": 27, + "index": 2010 } ], - "Close": [ + "ErrorIcon": [ { - "filePath": "src/content-tags-drawer/TagsTree.jsx", - "line": 33, - "column": 15, - "index": 901 + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 382, + "column": 18, + "index": 11512 }, { - "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", - "line": 32, + "filePath": "src/course-unit/clipboard/paste-notification/index.jsx", + "line": 70, + "column": 16, + "index": 2526 + }, + { + "filePath": "src/course-updates/course-update/CourseUpdate.jsx", + "line": 25, "column": 23, - "index": 935 + "index": 844 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", - "line": 81, - "column": 55, - "index": 2785 + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 84, + "column": 20, + "index": 3064 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 183, + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 92, + "column": 20, + "index": 3399 + }, + { + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 100, + "column": 20, + "index": 3722 + }, + { + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 108, + "column": 20, + "index": 4037 + }, + { + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 116, + "column": 20, + "index": 4358 + }, + { + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 124, + "column": 20, + "index": 4676 + }, + { + "filePath": "src/course-updates/update-form/UpdateForm.jsx", + "line": 94, "column": 31, - "index": 5076 + "index": 3191 + }, + { + "filePath": "src/export-page/export-modal-error/ExportModalError.jsx", + "line": 44, + "column": 12, + "index": 1753 } ], - "RadioButtonUnchecked": [ + "Bubble": [ { - "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 33, + "filePath": "src/course-outline/section-card/SectionCard.jsx", + "line": 231, + "column": 16, + "index": 7053 + }, + { + "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", + "line": 105, + "column": 10, + "index": 3656 + }, + { + "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", + "line": 114, + "column": 10, + "index": 3915 + } + ], + "CheckIcon": [ + { + "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx", + "line": 46, + "column": 44, + "index": 1258 + } + ], + "CalendarIcon": [ + { + "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx", + "line": 66, + "column": 44, + "index": 1873 + }, + { + "filePath": "src/course-updates/update-form/UpdateForm.jsx", + "line": 69, + "column": 25, + "index": 2048 + } + ], + "HideIcon": [ + { + "filePath": "src/course-outline/xblock-status/HideAfterDueMessage.jsx", + "line": 15, + "column": 44, + "index": 484 + } + ], + "ClockIcon": [ + { + "filePath": "src/course-outline/xblock-status/ReleaseStatus.jsx", + "line": 37, + "column": 44, + "index": 1034 + } + ], + "DeleteOutline": [ + { + "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", + "line": 56, + "column": 19, + "index": 1899 + }, + { + "filePath": "src/course-updates/course-update/CourseUpdate.jsx", + "line": 40, + "column": 17, + "index": 1502 + }, + { + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 97, "column": 15, - "index": 898 + "index": 3009 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", + "line": 120, + "column": 15, + "index": 4013 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", + "line": 28, + "column": 15, + "index": 701 + }, + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", + "line": 33, + "column": 13, + "index": 843 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", + "line": 57, + "column": 19, + "index": 1792 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", + "line": 98, + "column": 19, + "index": 2941 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", + "line": 93, + "column": 21, + "index": 2972 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 111, + "column": 19, + "index": 3748 + }, + { + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", + "line": 97, + "column": 19, + "index": 2912 + }, + { + "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", + "line": 141, + "column": 21, + "index": 4256 + } + ], + "StandardModal": [ + { + "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", + "line": 23, + "column": 4, + "index": 494 + } + ], + "ArrowDropDownIcon": [ + { + "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", + "line": 26, + "column": 21, + "index": 995 + }, + { + "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", + "line": 55, + "column": 21, + "index": 2057 } ], - "ModeComment": [ + "ChevronRightIcon": [ { - "filePath": "src/course-checklist/ChecklistSection/ChecklistItemComment.jsx", - "line": 16, - "column": 19, - "index": 555 + "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", + "line": 44, + "column": 17, + "index": 1603 } ], - "EditIcon": [ - { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 136, - "column": 22, - "index": 3825 - }, + "InfoIcon": [ { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 100, - "column": 24, - "index": 3505 + "filePath": "src/course-unit/clipboard/paste-notification/index.jsx", + "line": 87, + "column": 16, + "index": 3073 }, { - "filePath": "src/course-unit/header-title/HeaderTitle.jsx", - "line": 74, + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 208, "column": 18, - "index": 2693 - }, - { - "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", - "line": 87, - "column": 25, - "index": 2808 + "index": 6510 } ], - "Dropdown": [ + "useWindowSize": [ { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 148, - "column": 10, - "index": 4305 + "filePath": "src/course-unit/course-sequence/hooks.js", + "line": 80, + "column": 21, + "index": 3400 }, { - "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 22, - "column": 10, - "index": 754 + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx", + "line": 36, + "column": 53, + "index": 1199 }, { - "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 51, - "column": 10, - "index": 1816 + "filePath": "src/course-unit/course-sequence/Sequence.jsx", + "line": 21, + "column": 53, + "index": 697 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", - "line": 19, - "column": 4, - "index": 503 + "filePath": "src/editors/sharedComponents/SourceCodeModal/index.jsx", + "line": 25, + "column": 21, + "index": 567 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", - "line": 38, - "column": 14, - "index": 1188 + "filePath": "src/pages-and-resources/discussions/data/hook.js", + "line": 4, + "column": 21, + "index": 132 + } + ], + "breakpoints": [ + { + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx", + "line": 36, + "column": 77, + "index": 1223 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", - "line": 47, - "column": 16, - "index": 1462 + "filePath": "src/course-unit/course-sequence/Sequence.jsx", + "line": 21, + "column": 77, + "index": 721 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 103, - "column": 14, - "index": 3583 + "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", + "line": 54, + "column": 34, + "index": 1898 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 25, - "column": 2, - "index": 471 + "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", + "line": 151, + "column": 28, + "index": 5180 }, { - "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", + "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx", "line": 41, - "column": 6, - "index": 1169 + "column": 39, + "index": 1676 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", - "line": 22, - "column": 4, - "index": 524 + "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx", + "line": 125, + "column": 22, + "index": 4210 }, { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 176, - "column": 4, - "index": 5556 + "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx", + "line": 136, + "column": 22, + "index": 4680 }, { - "filePath": "src/schedule-and-details/details-section/index.jsx", - "line": 26, - "column": 8, - "index": 944 - }, + "filePath": "src/pages-and-resources/discussions/data/hook.js", + "line": 5, + "column": 28, + "index": 177 + } + ], + "PlusIcon": [ { - "filePath": "src/schedule-and-details/requirements-section/index.jsx", - "line": 35, - "column": 6, - "index": 1131 - }, + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx", + "line": 64, + "column": 24, + "index": 2558 + } + ], + "ContentPasteGoIcon": [ { - "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", - "line": 128, - "column": 10, - "index": 3989 - }, + "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx", + "line": 73, + "column": 26, + "index": 2883 + } + ], + "SettingsIcon": [ { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 64, - "column": 12, - "index": 1805 - }, + "filePath": "src/course-unit/header-title/HeaderTitle.jsx", + "line": 80, + "column": 18, + "index": 2887 + } + ], + "Form.Checkbox": [ { - "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", - "line": 32, - "column": 4, - "index": 994 + "filePath": "src/course-unit/sidebar/components/sidebar-footer/UnitVisibilityInfo.jsx", + "line": 50, + "column": 6, + "index": 1773 }, { - "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", - "line": 142, - "column": 4, - "index": 4295 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", + "line": 42, + "column": 10, + "index": 1088 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 55, + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", + "line": 75, "column": 8, - "index": 1413 - } - ], - "Dropdown.Toggle": [ - { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 149, - "column": 12, - "index": 4404 + "index": 2423 }, { - "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 23, - "column": 12, - "index": 777 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx", + "line": 54, + "column": 6, + "index": 1623 }, { - "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 52, - "column": 12, - "index": 1839 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 131, + "column": 14, + "index": 4133 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", - "line": 20, - "column": 6, - "index": 561 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", + "line": 153, + "column": 12, + "index": 5033 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 104, - "column": 16, - "index": 3610 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 119, + "column": 10, + "index": 4025 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 26, + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", + "line": 47, "column": 4, - "index": 527 + "index": 1399 }, { - "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 42, - "column": 8, - "index": 1205 + "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", + "line": 151, + "column": 14, + "index": 4524 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", - "line": 25, + "filePath": "src/generic/configure-modal/PrereqSettings.jsx", + "line": 92, "column": 6, - "index": 597 + "index": 2754 }, { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 177, + "filePath": "src/generic/configure-modal/UnitTab.jsx", + "line": 52, + "column": 10, + "index": 1275 + }, + { + "filePath": "src/generic/configure-modal/UnitTab.jsx", + "line": 135, "column": 6, - "index": 5590 + "index": 4712 }, { - "filePath": "src/schedule-and-details/details-section/index.jsx", - "line": 27, + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 109, "column": 10, - "index": 986 + "index": 3881 }, { - "filePath": "src/schedule-and-details/requirements-section/index.jsx", - "line": 36, - "column": 8, - "index": 1171 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", + "line": 118, + "column": 30, + "index": 4288 }, { - "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", - "line": 129, - "column": 12, - "index": 4034 + "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx", + "line": 33, + "column": 10, + "index": 1015 }, { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 65, - "column": 14, - "index": 1830 + "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", + "line": 212, + "column": 10, + "index": 6340 + } + ], + "EditOutline": [ + { + "filePath": "src/course-updates/course-handouts/CourseHandouts.jsx", + "line": 18, + "column": 15, + "index": 728 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", - "line": 33, - "column": 6, - "index": 1044 + "filePath": "src/course-updates/course-update/CourseUpdate.jsx", + "line": 32, + "column": 17, + "index": 1207 }, { - "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", - "line": 143, - "column": 6, - "index": 4396 + "filePath": "src/custom-pages/CustomPageCard.jsx", + "line": 77, + "column": 15, + "index": 2130 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 56, - "column": 10, - "index": 1466 + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx", + "line": 61, + "column": 13, + "index": 1557 } ], - "MoveVertIcon": [ + "Breadcrumb": [ { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 154, - "column": 19, - "index": 4641 + "filePath": "src/custom-pages/CustomPages.jsx", + "line": 116, + "column": 10, + "index": 3989 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 107, - "column": 23, - "index": 3710 + "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", + "line": 66, + "column": 10, + "index": 1746 + }, + { + "filePath": "src/textbooks/Textbooks.jsx", + "line": 73, + "column": 14, + "index": 2198 } ], - "Dropdown.Menu": [ + "ButtonGroup": [ { - "filePath": "src/course-outline/card-header/CardHeader.jsx", - "line": 158, - "column": 12, - "index": 4764 + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", + "line": 16, + "column": 4, + "index": 401 }, { - "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 30, - "column": 12, - "index": 1120 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", + "line": 41, + "column": 6, + "index": 1612 }, { - "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 59, - "column": 12, - "index": 2182 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DiscussionRestriction.jsx", + "line": 63, + "column": 6, + "index": 2358 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", - "line": 26, + "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx", + "line": 52, "column": 6, - "index": 843 + "index": 1460 + } + ], + "Check": [ + { + "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", + "line": 20, + "column": 13, + "index": 557 }, { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 111, - "column": 16, - "index": 3868 + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TypeRow.jsx", + "line": 37, + "column": 43, + "index": 840 }, { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 34, - "column": 4, - "index": 710 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 73, + "column": 50, + "index": 2455 }, { - "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 49, - "column": 8, - "index": 1438 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", + "line": 105, + "column": 83, + "index": 3262 }, { - "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", - "line": 34, - "column": 6, - "index": 927 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/ActiveColumn.jsx", + "line": 16, + "column": 46, + "index": 686 }, { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 180, - "column": 6, - "index": 5768 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 64, + "column": 45, + "index": 1694 }, { - "filePath": "src/schedule-and-details/details-section/index.jsx", - "line": 30, - "column": 10, - "index": 1125 + "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", + "line": 46, + "column": 41, + "index": 1528 }, { - "filePath": "src/schedule-and-details/requirements-section/index.jsx", - "line": 39, - "column": 8, - "index": 1310 + "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", + "line": 89, + "column": 33, + "index": 3608 }, { - "filePath": "src/schedule-and-details/schedule-section/certificate-display-row/CertificateDisplayRow.jsx", - "line": 132, - "column": 12, - "index": 4196 + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", + "line": 10, + "column": 25, + "index": 356 }, { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 71, - "column": 14, - "index": 2025 + "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", + "line": 36, + "column": 18, + "index": 1433 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", - "line": 42, + "filePath": "src/pages-and-resources/discussions/app-list/SupportedFeature.jsx", + "line": 8, "column": 6, - "index": 1287 + "index": 192 }, { - "filePath": "src/taxonomy/taxonomy-menu/TaxonomyMenu.jsx", - "line": 153, - "column": 6, - "index": 4795 + "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", + "line": 22, + "column": 15, + "index": 784 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 98, + "column": 66, + "index": 2839 + } + ], + "FeedbackOutline": [ + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", + "line": 115, + "column": 17, + "index": 3844 + } + ], + "Form.CheckboxSet": [ + { + "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", + "line": 36, + "column": 4, + "index": 917 + }, + { + "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", + "line": 144, + "column": 10, + "index": 4307 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 63, - "column": 10, - "index": 1747 + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", + "line": 110, + "column": 24, + "index": 3861 } ], - "Truncate": [ - { - "filePath": "src/course-outline/card-header/TitleButton.jsx", - "line": 42, - "column": 8, - "index": 987 - }, + "Col": [ { - "filePath": "src/course-outline/card-header/TitleLink.jsx", - "line": 17, + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", + "line": 27, "column": 4, - "index": 372 + "index": 620 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 377, - "column": 28, - "index": 11351 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", + "line": 49, + "column": 24, + "index": 1278 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 386, - "column": 28, - "index": 11637 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", + "line": 61, + "column": 24, + "index": 1768 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 60, - "column": 10, - "index": 1504 + "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", + "line": 33, + "column": 8, + "index": 1035 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 77, - "column": 10, - "index": 2053 + "filePath": "src/generic/drag-helper/SortableItem.jsx", + "line": 62, + "column": 6, + "index": 1294 }, { - "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", - "line": 38, - "column": 12, - "index": 1022 + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 21, + "column": 28, + "index": 580 }, { - "filePath": "src/files-and-videos/generic/InfoModal.jsx", - "line": 51, - "column": 12, - "index": 1245 + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 35, + "column": 28, + "index": 1164 }, { - "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", - "line": 70, - "column": 10, - "index": 2136 + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 49, + "column": 28, + "index": 1753 }, { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadProgressList.jsx", - "line": 28, - "column": 12, - "index": 894 - }, + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 64, + "column": 28, + "index": 2419 + } + ], + "ArrowBack": [ { - "filePath": "src/group-configurations/common/TitleButton.jsx", + "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", "line": 30, - "column": 10, - "index": 843 - }, - { - "filePath": "src/group-configurations/experiment-configurations-section/ExperimentCardGroup.jsx", - "line": 17, - "column": 10, - "index": 501 + "column": 27, + "index": 852 } ], - "Row": [ + "ExpandMore": [ { - "filePath": "src/course-outline/CourseOutline.jsx", - "line": 229, - "column": 6, - "index": 7062 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 42, + "column": 76, + "index": 1530 }, { - "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", - "line": 27, - "column": 6, - "index": 733 + "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", + "line": 25, + "column": 26, + "index": 681 }, { - "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", - "line": 39, - "column": 6, - "index": 1197 + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", + "line": 161, + "column": 13, + "index": 4237 }, { - "filePath": "src/generic/drag-helper/SortableItem.jsx", - "line": 57, - "column": 4, - "index": 1211 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 100, + "column": 21, + "index": 2818 }, { - "filePath": "src/group-configurations/index.jsx", - "line": 46, - "column": 6, - "index": 1583 + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 34, + "column": 43, + "index": 894 + } + ], + "ExpandLess": [ + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", + "line": 48, + "column": 78, + "index": 1847 }, { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 133, - "column": 12, - "index": 4035 + "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", + "line": 176, + "column": 13, + "index": 4559 }, { - "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", - "line": 22, + "filePath": "src/generic/CollapsableEditor.jsx", + "line": 53, + "column": 45, + "index": 1474 + } + ], + "Form.Row": [ + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", + "line": 48, "column": 6, - "index": 613 + "index": 1224 }, { - "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", - "line": 32, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 100, "column": 10, - "index": 820 + "index": 3208 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 96, + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/DiscussionRestrictionItem.jsx", + "line": 98, "column": 6, - "index": 2920 - }, - { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 107, - "column": 10, - "index": 3143 + "index": 3412 }, { - "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx", - "line": 22, + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/DiscussionRestrictionItem.jsx", + "line": 124, "column": 6, - "index": 604 + "index": 4428 }, { - "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx", - "line": 32, + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 20, "column": 10, - "index": 811 + "index": 541 }, { - "filePath": "src/textbooks/Textbooks.jsx", - "line": 55, - "column": 6, - "index": 1721 - } - ], - "CheckCircleIcon": [ - { - "filePath": "src/course-outline/CourseOutline.jsx", - "line": 262, - "column": 22, - "index": 8385 + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 63, + "column": 10, + "index": 2380 }, { - "filePath": "src/schedule-and-details/index.jsx", - "line": 181, - "column": 18, - "index": 5489 + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 79, + "column": 10, + "index": 3039 } ], - "IconAdd": [ - { - "filePath": "src/course-outline/CourseOutline.jsx", - "line": 417, - "column": 44, - "index": 17776 - }, - { - "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", - "line": 39, - "column": 24, - "index": 1062 - }, - { - "filePath": "src/course-outline/section-card/SectionCard.jsx", - "line": 254, - "column": 30, - "index": 7954 - }, - { - "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx", - "line": 230, - "column": 30, - "index": 7511 - }, + "MoreHoriz": [ { - "filePath": "src/course-team/add-team-member/AddTeamMember.jsx", - "line": 20, - "column": 20, - "index": 753 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 75, + "column": 21, + "index": 2351 }, { - "filePath": "src/course-team/CourseTeam.jsx", - "line": 83, - "column": 36, - "index": 2655 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", + "line": 45, + "column": 13, + "index": 1626 }, { - "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", - "line": 197, - "column": 13, - "index": 6399 + "filePath": "src/files-and-videos/generic/FileMenu.jsx", + "line": 29, + "column": 11, + "index": 615 }, { - "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 207, - "column": 34, - "index": 8456 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 41, + "column": 13, + "index": 787 }, { - "filePath": "src/group-configurations/empty-placeholder/index.jsx", - "line": 24, - "column": 20, - "index": 785 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 28, + "column": 13, + "index": 617 }, { - "filePath": "src/textbooks/empty-placeholder/EmptyPlaceholder.jsx", - "line": 14, - "column": 26, - "index": 536 + "filePath": "src/studio-home/card-item/index.jsx", + "line": 67, + "column": 24, + "index": 1903 } ], - "CampaignIcon": [ + "FileUpload": [ { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 72, - "column": 14, - "index": 2392 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", + "line": 104, + "column": 24, + "index": 3608 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 263, - "column": 16, - "index": 8196 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", + "line": 115, + "column": 24, + "index": 3585 + }, + { + "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", + "line": 20, + "column": 19, + "index": 798 } ], - "InfoOutlineIcon": [ + "Copyright": [ { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 93, - "column": 14, - "index": 2810 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", + "line": 26, + "column": 61, + "index": 656 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 195, - "column": 16, - "index": 5842 - }, + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 30, + "column": 15, + "index": 918 + } + ], + "Cc": [ { - "filePath": "src/course-unit/sidebar/PublishControls.jsx", - "line": 68, - "column": 14, - "index": 2534 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", + "line": 27, + "column": 59, + "index": 796 }, { - "filePath": "src/course-unit/sidebar/PublishControls.jsx", - "line": 78, - "column": 14, - "index": 3058 + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 38, + "column": 15, + "index": 1156 } ], - "WarningIcon": [ + "Attribution": [ { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 130, - "column": 16, - "index": 3849 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", + "line": 28, + "column": 38, + "index": 908 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 295, - "column": 16, - "index": 9032 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 50, + "column": 60, + "index": 1400 }, { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 322, - "column": 16, - "index": 9797 - }, + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 45, + "column": 15, + "index": 1346 + } + ], + "Nc": [ { - "filePath": "src/course-outline/xblock-status/GradingPolicyAlert.jsx", + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", "line": 29, - "column": 77, - "index": 725 + "column": 40, + "index": 1048 }, { - "filePath": "src/course-unit/clipboard/paste-notification/index.jsx", - "line": 47, - "column": 16, - "index": 1779 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 69, + "column": 31, + "index": 2175 }, { - "filePath": "src/course-unit/CourseUnit.jsx", - "line": 141, - "column": 24, - "index": 5036 - }, + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 52, + "column": 15, + "index": 1547 + } + ], + "Nd": [ { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 115, - "column": 41, - "index": 3425 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", + "line": 30, + "column": 40, + "index": 1162 }, { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 120, - "column": 41, - "index": 3659 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 94, + "column": 31, + "index": 3246 }, { - "filePath": "src/generic/internet-connection-alert/index.jsx", - "line": 53, - "column": 12, - "index": 1408 - }, + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", + "line": 59, + "column": 15, + "index": 1739 + } + ], + "Sa": [ { - "filePath": "src/generic/saving-error-alert/SavingErrorAlert.jsx", - "line": 42, - "column": 12, - "index": 1212 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", + "line": 31, + "column": 37, + "index": 1273 }, { - "filePath": "src/schedule-and-details/index.jsx", - "line": 384, - "column": 16, - "index": 13548 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 120, + "column": 31, + "index": 4352 }, { - "filePath": "src/studio-home/processing-courses/course-item/index.jsx", + "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", "line": 66, - "column": 27, - "index": 2010 + "column": 15, + "index": 1928 } ], - "ErrorIcon": [ - { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 382, - "column": 18, - "index": 11499 - }, - { - "filePath": "src/course-unit/clipboard/paste-notification/index.jsx", - "line": 70, - "column": 16, - "index": 2526 - }, - { - "filePath": "src/course-updates/course-update/CourseUpdate.jsx", - "line": 25, - "column": 23, - "index": 844 - }, - { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 84, - "column": 20, - "index": 3064 - }, + "CheckboxControl": [ { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 92, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 55, "column": 20, - "index": 3399 + "index": 1660 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 100, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 74, "column": 20, - "index": 3722 + "index": 2428 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 108, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 99, "column": 20, - "index": 4037 + "index": 3499 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 116, + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", + "line": 125, "column": 20, - "index": 4358 + "index": 4602 }, { - "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 124, - "column": 20, - "index": 4676 + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 103, + "column": 8, + "index": 2895 }, { - "filePath": "src/course-updates/update-form/UpdateForm.jsx", - "line": 94, - "column": 31, - "index": 3191 + "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", + "line": 38, + "column": 12, + "index": 1343 }, { - "filePath": "src/export-page/export-modal-error/ExportModalError.jsx", - "line": 44, - "column": 12, - "index": 1753 + "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", + "line": 68, + "column": 14, + "index": 2155 } ], - "Bubble": [ - { - "filePath": "src/course-outline/section-card/SectionCard.jsx", - "line": 231, - "column": 16, - "index": 7053 - }, + "ClosedCaption": [ { - "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 105, - "column": 10, - "index": 3656 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/LanguageNamesWidget.jsx", + "line": 16, + "column": 4, + "index": 670 }, { - "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 114, - "column": 10, - "index": 3915 + "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", + "line": 79, + "column": 66, + "index": 2538 } ], - "CheckIcon": [ + "ArrowBackIos": [ { - "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx", - "line": 46, - "column": 44, - "index": 1258 + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx", + "line": 39, + "column": 19, + "index": 1228 + }, + { + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx", + "line": 65, + "column": 20, + "index": 1985 } ], - "CalendarIcon": [ - { - "filePath": "src/course-outline/xblock-status/GradingTypeAndDueDate.jsx", - "line": 66, - "column": 44, - "index": 1873 - }, + "InputGroup": [ { - "filePath": "src/course-updates/update-form/UpdateForm.jsx", - "line": 69, - "column": 25, - "index": 2048 + "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", + "line": 30, + "column": 8, + "index": 1369 } ], - "HideIcon": [ + "FormControl": [ { - "filePath": "src/course-outline/xblock-status/HideAfterDueMessage.jsx", - "line": 15, - "column": 44, - "index": 484 + "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", + "line": 31, + "column": 10, + "index": 1392 } ], - "ClockIcon": [ + "ArrowForward": [ { - "filePath": "src/course-outline/xblock-status/ReleaseStatus.jsx", - "line": 37, - "column": 44, - "index": 1034 + "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", + "line": 43, + "column": 21, + "index": 1961 + }, + { + "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", + "line": 24, + "column": 15, + "index": 765 } ], - "DeleteOutline": [ + "Dropzone": [ { - "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", - "line": 56, - "column": 19, - "index": 1899 + "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", + "line": 85, + "column": 6, + "index": 3107 }, { - "filePath": "src/course-updates/course-update/CourseUpdate.jsx", - "line": 40, - "column": 17, - "index": 1502 + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 216, + "column": 10, + "index": 5790 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 97, - "column": 15, - "index": 3009 + "filePath": "src/generic/course-upload-image/index.jsx", + "line": 112, + "column": 10, + "index": 2964 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", - "line": 97, - "column": 19, - "index": 2912 + "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", + "line": 101, + "column": 16, + "index": 2404 + }, + { + "filePath": "src/import-page/file-section/FileSection.jsx", + "line": 35, + "column": 12, + "index": 1201 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 141, - "column": 21, - "index": 4256 + "line": 114, + "column": 12, + "index": 3179 } ], - "StandardModal": [ + "Scrollable": [ { - "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", - "line": 23, + "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", + "line": 43, "column": 4, - "index": 494 - } - ], - "ArrowDropDownIcon": [ - { - "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 26, - "column": 21, - "index": 995 + "index": 864 }, { - "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 55, - "column": 21, - "index": 2057 + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", + "line": 68, + "column": 6, + "index": 2152 } ], - "ChevronRightIcon": [ + "DragIndicator": [ { - "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 44, - "column": 17, - "index": 1603 + "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx", + "line": 42, + "column": 13, + "index": 989 + }, + { + "filePath": "src/generic/drag-helper/SortableItem.jsx", + "line": 76, + "column": 23, + "index": 1767 } ], - "InfoIcon": [ + "paragon": [ { - "filePath": "src/course-unit/clipboard/paste-notification/index.jsx", - "line": 87, - "column": 16, - "index": 3073 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 71, + "column": 6, + "index": 2542 }, { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 208, - "column": 18, - "index": 6502 - } - ], - "useWindowSize": [ + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 74, + "column": 6, + "index": 2658 + }, { - "filePath": "src/course-unit/course-sequence/hooks.js", - "line": 80, - "column": 21, - "index": 3400 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 78, + "column": 6, + "index": 2825 }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 36, - "column": 53, - "index": 1199 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 82, + "column": 6, + "index": 2986 }, { - "filePath": "src/course-unit/course-sequence/Sequence.jsx", - "line": 21, - "column": 53, - "index": 697 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 85, + "column": 6, + "index": 3102 }, { - "filePath": "src/pages-and-resources/discussions/data/hook.js", - "line": 4, - "column": 21, - "index": 132 - } - ], - "breakpoints": [ + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 94, + "column": 6, + "index": 3553 + }, { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 36, - "column": 77, - "index": 1223 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 95, + "column": 6, + "index": 3593 }, { - "filePath": "src/course-unit/course-sequence/Sequence.jsx", - "line": 21, - "column": 77, - "index": 721 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 96, + "column": 6, + "index": 3633 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", - "line": 54, - "column": 34, - "index": 1898 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 97, + "column": 6, + "index": 3675 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", - "line": 151, - "column": 28, - "index": 5180 - }, + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 98, + "column": 6, + "index": 3709 + } + ], + "icons": [ { - "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx", - "line": 41, - "column": 39, - "index": 1676 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 89, + "column": 6, + "index": 3348 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx", - "line": 125, - "column": 22, - "index": 4210 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 91, + "column": 6, + "index": 3460 }, { - "filePath": "src/pages-and-resources/discussions/app-list/AppList.test.jsx", - "line": 136, - "column": 22, - "index": 4680 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 99, + "column": 6, + "index": 3749 }, { - "filePath": "src/pages-and-resources/discussions/data/hook.js", - "line": 5, - "column": 28, - "index": 177 + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", + "line": 100, + "column": 6, + "index": 3783 } ], - "PlusIcon": [ + "Search": [ { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx", - "line": 64, - "column": 24, - "index": 2558 + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 53, + "column": 27, + "index": 1331 } ], - "ContentPasteGoIcon": [ + "SelectMenu": [ { - "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx", - "line": 73, - "column": 26, - "index": 2883 - } - ], - "SettingsIcon": [ + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 60, + "column": 6, + "index": 1469 + }, { - "filePath": "src/course-unit/header-title/HeaderTitle.jsx", - "line": 80, - "column": 18, - "index": 2887 + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 136, + "column": 4, + "index": 3906 } ], - "Form.Checkbox": [ + "MenuItem": [ { - "filePath": "src/course-unit/sidebar/components/sidebar-footer/UnitVisibilityInfo.jsx", - "line": 50, - "column": 6, - "index": 1773 + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 62, + "column": 10, + "index": 1580 }, { - "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 151, - "column": 14, - "index": 4514 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 58, + "column": 12, + "index": 1185 }, { - "filePath": "src/generic/configure-modal/PrereqSettings.jsx", - "line": 92, - "column": 6, - "index": 2754 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 70, + "column": 14, + "index": 1523 }, { - "filePath": "src/generic/configure-modal/UnitTab.jsx", - "line": 52, - "column": 10, - "index": 1275 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 80, + "column": 14, + "index": 1859 }, { - "filePath": "src/generic/configure-modal/UnitTab.jsx", - "line": 135, - "column": 6, - "index": 4712 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 90, + "column": 14, + "index": 2192 }, { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 109, + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 99, "column": 10, - "index": 3881 - }, - { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", - "line": 118, - "column": 30, - "index": 4288 + "index": 2519 }, { - "filePath": "src/schedule-and-details/requirements-section/entrance-exam/index.jsx", - "line": 33, + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 108, "column": 10, - "index": 1015 + "index": 2812 }, { - "filePath": "src/taxonomy/manage-orgs/ManageOrgsModal.jsx", - "line": 212, + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 116, "column": 10, - "index": 6340 - } - ], - "EditOutline": [ + "index": 3069 + }, { - "filePath": "src/course-updates/course-handouts/CourseHandouts.jsx", - "line": 18, - "column": 15, - "index": 728 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 58, + "column": 18, + "index": 1473 }, { - "filePath": "src/course-updates/course-update/CourseUpdate.jsx", - "line": 32, - "column": 17, - "index": 1207 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 71, + "column": 18, + "index": 1928 }, { - "filePath": "src/custom-pages/CustomPageCard.jsx", - "line": 77, - "column": 15, - "index": 2130 - } - ], - "Breadcrumb": [ + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 86, + "column": 16, + "index": 2402 + }, { - "filePath": "src/custom-pages/CustomPages.jsx", - "line": 118, + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 45, "column": 10, - "index": 3889 + "index": 1025 }, { - "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 66, + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 53, "column": 10, - "index": 1746 + "index": 1292 }, { - "filePath": "src/textbooks/Textbooks.jsx", - "line": 73, - "column": 14, - "index": 2198 - } - ], - "ArrowCircleDownIcon": [ + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 62, + "column": 10, + "index": 1632 + }, { - "filePath": "src/export-page/CourseExportPage.jsx", - "line": 91, - "column": 36, - "index": 4107 - } - ], - "ContentCopy": [ + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 100, + "column": 4, + "index": 2888 + }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 66, - "column": 15, - "index": 1659 + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 110, + "column": 4, + "index": 3252 }, { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 83, - "column": 15, - "index": 2208 + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 123, + "column": 8, + "index": 3648 } ], - "CheckboxControl": [ - { - "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", - "line": 103, - "column": 8, - "index": 2895 - }, - { - "filePath": "src/pages-and-resources/discussions/app-list/AppCard.jsx", - "line": 38, - "column": 12, - "index": 1343 - }, + "Form.SwitchSet": [ { - "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", - "line": 68, - "column": 14, - "index": 2155 + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 100, + "column": 10, + "index": 2785 } ], - "MoreHoriz": [ + "Form.Switch": [ { - "filePath": "src/files-and-videos/generic/FileMenu.jsx", - "line": 29, - "column": 11, - "index": 615 + "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", + "line": 105, + "column": 12, + "index": 2909 }, { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 41, - "column": 13, - "index": 787 - }, + "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", + "line": 129, + "column": 8, + "index": 4519 + } + ], + "ArrowCircleDownIcon": [ { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 28, - "column": 13, - "index": 617 + "filePath": "src/export-page/CourseExportPage.jsx", + "line": 91, + "column": 36, + "index": 4107 + } + ], + "ContentCopy": [ + { + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 66, + "column": 15, + "index": 1659 }, { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 67, - "column": 24, - "index": 1903 + "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", + "line": 83, + "column": 15, + "index": 2208 } ], "Dropdown.Divider": [ @@ -25021,38 +28173,6 @@ "index": 5829 } ], - "Dropzone": [ - { - "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 216, - "column": 10, - "index": 5790 - }, - { - "filePath": "src/generic/course-upload-image/index.jsx", - "line": 112, - "column": 10, - "index": 2964 - }, - { - "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", - "line": 101, - "column": 16, - "index": 2404 - }, - { - "filePath": "src/import-page/file-section/FileSection.jsx", - "line": 35, - "column": 12, - "index": 1201 - }, - { - "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", - "line": 114, - "column": 12, - "index": 3179 - } - ], "DataTable.TableControlBar": [ { "filePath": "src/files-and-videos/generic/FileTable.jsx", @@ -25119,228 +28239,52 @@ ], "Pagination": [ { - "filePath": "src/files-and-videos/generic/table-components/Footer.jsx", - "line": 17, - "column": 6, - "index": 365 - }, - { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 158, - "column": 14, - "index": 4882 - } - ], - "ClosedCaption": [ - { - "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", - "line": 79, - "column": 66, - "index": 2538 - } - ], - "Form.CheckboxSet": [ - { - "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 144, - "column": 10, - "index": 4297 - }, - { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", - "line": 110, - "column": 24, - "index": 3861 - } - ], - "Locked": [ - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", - "line": 24, - "column": 19, - "index": 652 - } - ], - "LockOpen": [ - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", - "line": 26, - "column": 19, - "index": 704 - } - ], - "Check": [ - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/ActiveColumn.jsx", - "line": 16, - "column": 46, - "index": 686 - }, - { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 64, - "column": 45, - "index": 1694 - }, - { - "filePath": "src/files-and-videos/videos-page/transcript-settings/FormDropdown.jsx", - "line": 46, - "column": 41, - "index": 1528 - }, - { - "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", - "line": 89, - "column": 33, - "index": 3608 - }, - { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadStatusIcon.jsx", - "line": 10, - "column": 25, - "index": 356 - }, - { - "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", - "line": 36, - "column": 18, - "index": 1433 - }, - { - "filePath": "src/pages-and-resources/discussions/app-list/SupportedFeature.jsx", - "line": 8, - "column": 6, - "index": 192 - }, - { - "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", - "line": 22, - "column": 15, - "index": 784 - }, - { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 98, - "column": 66, - "index": 2839 - } - ], - "Menu": [ - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 54, - "column": 8, - "index": 1084 - }, - { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 51, - "column": 8, - "index": 1255 - }, - { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 42, - "column": 8, - "index": 961 - } - ], - "MenuItem": [ - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 58, - "column": 12, - "index": 1185 - }, - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 70, - "column": 14, - "index": 1523 - }, - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 80, - "column": 14, - "index": 1859 - }, - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 90, - "column": 14, - "index": 2192 - }, - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 99, - "column": 10, - "index": 2519 - }, - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 108, - "column": 10, - "index": 2812 - }, - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 116, - "column": 10, - "index": 3069 - }, - { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 58, - "column": 18, - "index": 1473 - }, - { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 71, - "column": 18, - "index": 1928 - }, - { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 86, - "column": 16, - "index": 2402 + "filePath": "src/files-and-videos/generic/table-components/Footer.jsx", + "line": 17, + "column": 6, + "index": 365 }, { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 45, - "column": 10, - "index": 1025 - }, + "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", + "line": 158, + "column": 14, + "index": 4882 + } + ], + "Locked": [ { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 53, - "column": 10, - "index": 1292 - }, + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", + "line": 24, + "column": 19, + "index": 652 + } + ], + "LockOpen": [ { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", - "line": 62, - "column": 10, - "index": 1632 - }, + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", + "line": 26, + "column": 19, + "index": 704 + } + ], + "Menu": [ { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 100, - "column": 4, - "index": 2888 + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", + "line": 54, + "column": 8, + "index": 1084 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 110, - "column": 4, - "index": 3252 + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", + "line": 51, + "column": 8, + "index": 1255 }, { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 123, + "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", + "line": 42, "column": 8, - "index": 3648 + "index": 961 } ], "Tune": [ @@ -25365,20 +28309,6 @@ "index": 424 } ], - "ExpandMore": [ - { - "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", - "line": 100, - "column": 21, - "index": 2818 - }, - { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 34, - "column": 43, - "index": 894 - } - ], "Tabs": [ { "filePath": "src/files-and-videos/videos-page/info-sidebar/VideoInfoModalSidebar.jsx", @@ -25503,14 +28433,6 @@ "index": 1254 } ], - "Scrollable": [ - { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", - "line": 68, - "column": 6, - "index": 2152 - } - ], "VideoFile": [ { "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", @@ -25585,14 +28507,6 @@ "index": 1283 } ], - "ExpandLess": [ - { - "filePath": "src/generic/CollapsableEditor.jsx", - "line": 53, - "column": 45, - "index": 1474 - } - ], "FileUploadIcon": [ { "filePath": "src/generic/course-upload-image/index.jsx", @@ -25671,46 +28585,6 @@ "index": 1382 } ], - "Col": [ - { - "filePath": "src/generic/drag-helper/SortableItem.jsx", - "line": 62, - "column": 6, - "index": 1294 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 21, - "column": 28, - "index": 580 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 35, - "column": 28, - "index": 1164 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 49, - "column": 28, - "index": 1753 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 64, - "column": 28, - "index": 2419 - } - ], - "DragIndicator": [ - { - "filePath": "src/generic/drag-helper/SortableItem.jsx", - "line": 76, - "column": 23, - "index": 1767 - } - ], "SwitchControl": [ { "filePath": "src/generic/FormSwitchGroup.jsx", @@ -25769,60 +28643,6 @@ "index": 6389 } ], - "Form.Row": [ - { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/DiscussionRestrictionItem.jsx", - "line": 98, - "column": 6, - "index": 3412 - }, - { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/DiscussionRestrictionItem.jsx", - "line": 124, - "column": 6, - "index": 4428 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 20, - "column": 10, - "index": 541 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 63, - "column": 10, - "index": 2380 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 79, - "column": 10, - "index": 3039 - } - ], - "ButtonGroup": [ - { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DiscussionRestriction.jsx", - "line": 63, - "column": 6, - "index": 2358 - }, - { - "filePath": "src/schedule-and-details/license-section/license-selector/index.jsx", - "line": 52, - "column": 6, - "index": 1460 - } - ], - "Form.Switch": [ - { - "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", - "line": 129, - "column": 8, - "index": 4519 - } - ], "CardGrid": [ { "filePath": "src/pages-and-resources/discussions/app-list/AppList.jsx", @@ -25975,14 +28795,6 @@ "index": 7397 } ], - "ArrowForward": [ - { - "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", - "line": 24, - "column": 15, - "index": 765 - } - ], "Settings": [ { "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", @@ -26012,61 +28824,13 @@ "filePath": "src/schedule-and-details/index.jsx", "line": 194, "column": 18, - "index": 5954 + "index": 5940 }, { "filePath": "src/schedule-and-details/index.jsx", "line": 207, "column": 18, - "index": 6411 - } - ], - "Copyright": [ - { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 30, - "column": 15, - "index": 918 - } - ], - "Cc": [ - { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 38, - "column": 15, - "index": 1156 - } - ], - "Attribution": [ - { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 45, - "column": 15, - "index": 1346 - } - ], - "Nc": [ - { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 52, - "column": 15, - "index": 1547 - } - ], - "Nd": [ - { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 59, - "column": 15, - "index": 1739 - } - ], - "Sa": [ - { - "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", - "line": 66, - "column": 15, - "index": 1928 + "index": 6397 } ], "RotateRightIcon": [ @@ -26153,14 +28917,6 @@ "index": 3539 } ], - "SelectMenu": [ - { - "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 136, - "column": 4, - "index": 3906 - } - ], "ViewIcon": [ { "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", @@ -26282,7 +29038,7 @@ "filePath": "Settings.jsx", "line": 112, "column": 20, - "index": 4636 + "index": 4650 } ] } From 409bf2c26515ee6b9f5b952ef0e2821275a97ca9 Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Fri, 30 Aug 2024 12:38:39 -0700 Subject: [PATCH 092/160] chore: remove reference to deprecated frontend-lib-content-components (#3198) --- .github/workflows/analyze-dependents.yml | 5 ----- dependent-usage-analyzer/checkout-dependents.sh | 1 - 2 files changed, 6 deletions(-) diff --git a/.github/workflows/analyze-dependents.yml b/.github/workflows/analyze-dependents.yml index 9514bce931..d32acb51ef 100644 --- a/.github/workflows/analyze-dependents.yml +++ b/.github/workflows/analyze-dependents.yml @@ -160,11 +160,6 @@ jobs: with: repository: openedx/frontend-learner-portal-base path: dependent-usage-analyzer/.projects/frontend-learner-portal-base - - name: Checkout openedx/frontend-lib-content-components - uses: actions/checkout@v3 - with: - repository: openedx/frontend-lib-content-components - path: dependent-usage-analyzer/.projects/frontend-lib-content-components - name: Checkout openedx/frontend-lib-special-exams uses: actions/checkout@v3 with: diff --git a/dependent-usage-analyzer/checkout-dependents.sh b/dependent-usage-analyzer/checkout-dependents.sh index 09019b6252..fb80335c7a 100644 --- a/dependent-usage-analyzer/checkout-dependents.sh +++ b/dependent-usage-analyzer/checkout-dependents.sh @@ -32,7 +32,6 @@ mkdir .projects git clone git@github.com:openedx/frontend-component-header.git --depth 1 git clone git@github.com:openedx/frontend-enterprise.git --depth 1 git clone git@github.com:openedx/frontend-learner-portal-base.git --depth 1 - git clone git@github.com:edx/frontend-lib-content-components.git --depth 1 git clone git@github.com:edx/frontend-lib-special-exams.git --depth 1 git clone git@github.com:openedx/frontend-platform.git --depth 1 git clone git@github.com:openedx/frontend-template-application.git --depth 1 From b7bcf77483cda8fa6209e673e2cca5a1a87adfc1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 10:12:08 -0400 Subject: [PATCH 093/160] docs: update dependent-usage.json (#3202) --- dependent-usage.json | 3026 +----------------------------------------- 1 file changed, 1 insertion(+), 3025 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 0b76dacb4f..7fda1bc216 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1725026883530, + "lastModified": 1725113238844, "projectUsages": [ { "version": "22.7.0", @@ -50945,3030 +50945,6 @@ ] } }, - { - "version": "22.0.0", - "name": "@edx/frontend-lib-content-components", - "repository": { - "type": "git", - "url": "git+https://github.com/edx/frontend-lib-content-components.git" - }, - "folderName": "frontend-lib-content-components", - "usages": { - "Toast": [ - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 26, - "column": 6, - "index": 487 - }, - { - "filePath": "src/editors/containers/TextEditor/index.jsx", - "line": 73, - "column": 8, - "index": 1918 - } - ], - "ModalDialog.Footer": [ - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 30, - "column": 4, - "index": 613 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", - "line": 27, - "column": 4, - "index": 598 - }, - { - "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", - "line": 48, - "column": 4, - "index": 994 - } - ], - "ActionRow": [ - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 31, - "column": 6, - "index": 662 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", - "line": 61, - "column": 10, - "index": 1876 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", - "line": 21, - "column": 4, - "index": 492 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", - "line": 22, - "column": 2, - "index": 502 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 29, - "column": 8, - "index": 758 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 46, - "column": 16, - "index": 1449 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 69, - "column": 14, - "index": 2495 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", - "line": 28, - "column": 6, - "index": 650 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 68, - "column": 10, - "index": 2054 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 49, - "column": 18, - "index": 1335 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 68, - "column": 18, - "index": 2139 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 93, - "column": 18, - "index": 3210 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 119, - "column": 18, - "index": 4316 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", - "line": 36, - "column": 6, - "index": 916 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", - "line": 24, - "column": 4, - "index": 576 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 126, - "column": 12, - "index": 3800 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 66, - "column": 8, - "index": 2027 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 75, - "column": 6, - "index": 2233 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 80, - "column": 10, - "index": 2421 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 118, - "column": 8, - "index": 3995 - }, - { - "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", - "line": 49, - "column": 6, - "index": 1021 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 34, - "column": 4, - "index": 716 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", - "line": 188, - "column": 6, - "index": 4794 - } - ], - "Button": [ - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 32, - "column": 8, - "index": 682 - }, - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 39, - "column": 8, - "index": 921 - }, - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 39, - "column": 10, - "index": 1196 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", - "line": 62, - "column": 12, - "index": 1900 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", - "line": 65, - "column": 12, - "index": 2077 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", - "line": 94, - "column": 12, - "index": 3129 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", - "line": 42, - "column": 8, - "index": 1689 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", - "line": 45, - "column": 8, - "index": 1883 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx", - "line": 42, - "column": 6, - "index": 1432 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", - "line": 30, - "column": 8, - "index": 699 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", - "line": 37, - "column": 8, - "index": 938 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/SelectVideoModal.jsx", - "line": 41, - "column": 21, - "index": 1083 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 101, - "column": 10, - "index": 3480 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx", - "line": 71, - "column": 12, - "index": 1981 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", - "line": 112, - "column": 10, - "index": 3449 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", - "line": 34, - "column": 4, - "index": 866 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 168, - "column": 10, - "index": 5476 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 89, - "column": 18, - "index": 2488 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 61, - "column": 16, - "index": 1737 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 64, - "column": 16, - "index": 1926 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 143, - "column": 6, - "index": 4901 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx", - "line": 29, - "column": 6, - "index": 1000 - }, - { - "filePath": "src/editors/sharedComponents/Button/index.jsx", - "line": 12, - "column": 2, - "index": 327 - }, - { - "filePath": "src/editors/sharedComponents/CodeEditor/index.jsx", - "line": 32, - "column": 8, - "index": 730 - }, - { - "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", - "line": 44, - "column": 14, - "index": 1435 - }, - { - "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", - "line": 48, - "column": 14, - "index": 1648 - }, - { - "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", - "line": 52, - "column": 12, - "index": 1876 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx", - "line": 47, - "column": 8, - "index": 1492 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx", - "line": 64, - "column": 6, - "index": 1950 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", - "line": 64, - "column": 8, - "index": 1358 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", - "line": 72, - "column": 8, - "index": 1595 - }, - { - "filePath": "src/editors/sharedComponents/SourceCodeModal/index.jsx", - "line": 32, - "column": 8, - "index": 680 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", - "line": 192, - "column": 10, - "index": 4973 - } - ], - "Spinner": [ - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 45, - "column": 14, - "index": 1108 - }, - { - "filePath": "src/editors/containers/GameEditor/index.jsx", - "line": 52, - "column": 12, - "index": 1277 - }, - { - "filePath": "src/editors/containers/ProblemEditor/index.jsx", - "line": 32, - "column": 8, - "index": 962 - }, - { - "filePath": "src/editors/containers/TextEditor/index.jsx", - "line": 80, - "column": 14, - "index": 2159 - }, - { - "filePath": "src/editors/containers/VideoEditor/index.jsx", - "line": 51, - "column": 12, - "index": 1319 - }, - { - "filePath": "src/editors/containers/VideoUploadEditor/index.jsx", - "line": 24, - "column": 6, - "index": 649 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/Gallery.jsx", - "line": 42, - "column": 8, - "index": 948 - }, - { - "filePath": "src/example.jsx", - "line": 48, - "column": 12, - "index": 1219 - } - ], - "Form.Group": [ - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.jsx", - "line": 15, - "column": 2, - "index": 302 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Feedback/FeedbackControl.jsx", - "line": 19, - "column": 2, - "index": 521 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GeneralFeedback/index.jsx", - "line": 27, - "column": 6, - "index": 906 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Randomization/index.jsx", - "line": 32, - "column": 6, - "index": 1051 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", - "line": 49, - "column": 6, - "index": 1561 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", - "line": 62, - "column": 6, - "index": 1969 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", - "line": 45, - "column": 6, - "index": 1379 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", - "line": 69, - "column": 8, - "index": 2188 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TimerCard.jsx", - "line": 27, - "column": 6, - "index": 798 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", - "line": 78, - "column": 6, - "index": 2486 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 28, - "column": 6, - "index": 689 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", - "line": 49, - "column": 8, - "index": 1264 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", - "line": 61, - "column": 8, - "index": 1754 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 35, - "column": 6, - "index": 779 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 48, - "column": 16, - "index": 1304 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 67, - "column": 16, - "index": 2108 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 92, - "column": 16, - "index": 3179 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 118, - "column": 16, - "index": 4285 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 118, - "column": 10, - "index": 3483 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 72, - "column": 6, - "index": 2011 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", - "line": 28, - "column": 2, - "index": 808 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", - "line": 38, - "column": 2, - "index": 982 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 35, - "column": 6, - "index": 734 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/FormGroup.jsx", - "line": 19, - "column": 4, - "index": 506 - }, - { - "filePath": "www/src/Gallery.jsx", - "line": 41, - "column": 8, - "index": 1668 - }, - { - "filePath": "www/src/Gallery.jsx", - "line": 52, - "column": 8, - "index": 2000 - } - ], - "Form.Control": [ - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.jsx", - "line": 16, - "column": 4, - "index": 350 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 55, - "column": 8, - "index": 1979 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 69, - "column": 8, - "index": 2358 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GeneralFeedback/index.jsx", - "line": 28, - "column": 8, - "index": 927 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", - "line": 22, - "column": 6, - "index": 527 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Randomization/index.jsx", - "line": 33, - "column": 8, - "index": 1072 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", - "line": 50, - "column": 8, - "index": 1582 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", - "line": 63, - "column": 8, - "index": 1990 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", - "line": 46, - "column": 8, - "index": 1422 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", - "line": 70, - "column": 10, - "index": 2238 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TimerCard.jsx", - "line": 28, - "column": 8, - "index": 819 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", - "line": 79, - "column": 8, - "index": 2529 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", - "line": 96, - "column": 10, - "index": 3140 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", - "line": 50, - "column": 10, - "index": 1296 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", - "line": 62, - "column": 10, - "index": 1786 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", - "line": 37, - "column": 8, - "index": 936 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 74, - "column": 10, - "index": 2098 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 83, - "column": 10, - "index": 2480 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 101, - "column": 12, - "index": 3278 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", - "line": 32, - "column": 4, - "index": 947 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", - "line": 43, - "column": 6, - "index": 1135 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", - "line": 50, - "column": 6, - "index": 1383 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 36, - "column": 8, - "index": 777 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/FormGroup.jsx", - "line": 24, - "column": 6, - "index": 631 - } - ], - "Form": [ - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditableHeader.test.jsx", - "line": 26, - "column": 49, - "index": 903 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx", - "line": 11, - "column": 20, - "index": 206 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx", - "line": 13, - "column": 18, - "index": 264 - } - ], - "ButtonGroup": [ - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", - "line": 16, - "column": 2, - "index": 405 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", - "line": 41, - "column": 6, - "index": 1619 - } - ], - "IconButtonWithTooltip": [ - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", - "line": 17, - "column": 4, - "index": 423 - }, - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", - "line": 24, - "column": 4, - "index": 619 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", - "line": 55, - "column": 12, - "index": 1724 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", - "line": 94, - "column": 12, - "index": 2761 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 107, - "column": 12, - "index": 3555 - }, - { - "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx", - "line": 38, - "column": 6, - "index": 818 - } - ], - "Check": [ - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", - "line": 20, - "column": 11, - "index": 553 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TypeRow.jsx", - "line": 37, - "column": 43, - "index": 847 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 69, - "column": 50, - "index": 2167 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 101, - "column": 83, - "index": 2974 - } - ], - "Icon": [ - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", - "line": 21, - "column": 14, - "index": 574 - }, - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", - "line": 28, - "column": 14, - "index": 773 - }, - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx", - "line": 57, - "column": 16, - "index": 1471 - }, - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 64, - "column": 20, - "index": 2047 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 114, - "column": 10, - "index": 3828 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 121, - "column": 18, - "index": 4053 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", - "line": 53, - "column": 12, - "index": 1609 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", - "line": 29, - "column": 18, - "index": 741 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", - "line": 34, - "column": 16, - "index": 881 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TypeRow.jsx", - "line": 37, - "column": 32, - "index": 836 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", - "line": 29, - "column": 14, - "index": 1082 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", - "line": 32, - "column": 14, - "index": 1207 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 30, - "column": 46, - "index": 878 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 28, - "column": 22, - "index": 883 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 41, - "column": 22, - "index": 1410 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 42, - "column": 96, - "index": 1557 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 48, - "column": 98, - "index": 1874 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 76, - "column": 24, - "index": 2397 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 26, - "column": 50, - "index": 652 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 27, - "column": 48, - "index": 792 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 28, - "column": 27, - "index": 904 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 29, - "column": 29, - "index": 1044 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 30, - "column": 29, - "index": 1158 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 31, - "column": 26, - "index": 1269 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 50, - "column": 20, - "index": 1367 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 69, - "column": 20, - "index": 2171 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 94, - "column": 20, - "index": 3242 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 120, - "column": 20, - "index": 4348 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", - "line": 56, - "column": 22, - "index": 1769 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", - "line": 97, - "column": 22, - "index": 2919 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", - "line": 29, - "column": 16, - "index": 738 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 145, - "column": 16, - "index": 4572 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 69, - "column": 10, - "index": 2127 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 101, - "column": 43, - "index": 2934 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 88, - "column": 24, - "index": 2657 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", - "line": 42, - "column": 16, - "index": 1365 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/LanguageNamesWidget.jsx", - "line": 21, - "column": 6, - "index": 786 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 112, - "column": 22, - "index": 3796 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 137, - "column": 12, - "index": 4662 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx", - "line": 39, - "column": 8, - "index": 1220 - }, - { - "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", - "line": 20, - "column": 8, - "index": 787 - }, - { - "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", - "line": 44, - "column": 24, - "index": 1999 - }, - { - "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", - "line": 81, - "column": 18, - "index": 3044 - }, - { - "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx", - "line": 43, - "column": 16, - "index": 1020 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", - "line": 64, - "column": 16, - "index": 1868 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", - "line": 25, - "column": 15, - "index": 670 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", - "line": 26, - "column": 15, - "index": 712 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 45, - "column": 26, - "index": 1108 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 53, - "column": 16, - "index": 1327 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", - "line": 162, - "column": 16, - "index": 4268 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", - "line": 177, - "column": 16, - "index": 4590 - } - ], - "Close": [ - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", - "line": 27, - "column": 11, - "index": 752 - }, - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 63, - "column": 17, - "index": 2020 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 27, - "column": 19, - "index": 854 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", - "line": 28, - "column": 13, - "index": 715 - }, - { - "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", - "line": 80, - "column": 15, - "index": 3019 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 50, - "column": 23, - "index": 1269 - } - ], - "Truncate": [ - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx", - "line": 52, - "column": 6, - "index": 1334 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx", - "line": 69, - "column": 12, - "index": 2324 - } - ], - "IconButton": [ - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx", - "line": 55, - "column": 6, - "index": 1385 - }, - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 62, - "column": 10, - "index": 1991 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 119, - "column": 8, - "index": 3993 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", - "line": 27, - "column": 8, - "index": 681 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", - "line": 32, - "column": 6, - "index": 825 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 30, - "column": 10, - "index": 842 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 26, - "column": 12, - "index": 823 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 42, - "column": 10, - "index": 1471 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 48, - "column": 10, - "index": 1786 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 74, - "column": 20, - "index": 2329 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", - "line": 27, - "column": 6, - "index": 690 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 87, - "column": 14, - "index": 2621 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", - "line": 40, - "column": 12, - "index": 1313 - }, - { - "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", - "line": 40, - "column": 14, - "index": 1811 - }, - { - "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", - "line": 77, - "column": 8, - "index": 2878 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", - "line": 57, - "column": 6, - "index": 1634 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 43, - "column": 16, - "index": 1005 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", - "line": 158, - "column": 6, - "index": 4142 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", - "line": 173, - "column": 6, - "index": 4464 - } - ], - "EditOutline": [ - { - "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx", - "line": 61, - "column": 13, - "index": 1564 - } - ], - "ModalDialog.Header": [ - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 57, - "column": 6, - "index": 1749 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 22, - "column": 6, - "index": 614 - }, - { - "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", - "line": 37, - "column": 4, - "index": 660 - } - ], - "ModalDialog.Body": [ - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 69, - "column": 6, - "index": 2160 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 34, - "column": 6, - "index": 1021 - }, - { - "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", - "line": 44, - "column": 6, - "index": 908 - } - ], - "Collapsible.Advanced": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 87, - "column": 4, - "index": 2841 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", - "line": 15, - "column": 6, - "index": 348 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", - "line": 22, - "column": 6, - "index": 636 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", - "line": 92, - "column": 8, - "index": 2999 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", - "line": 106, - "column": 6, - "index": 3483 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", - "line": 22, - "column": 8, - "index": 759 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 26, - "column": 2, - "index": 714 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", - "line": 26, - "column": 4, - "index": 818 - } - ], - "Collapsible.Body": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 102, - "column": 8, - "index": 3340 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", - "line": 18, - "column": 8, - "index": 424 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", - "line": 25, - "column": 8, - "index": 711 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", - "line": 93, - "column": 10, - "index": 3063 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", - "line": 107, - "column": 8, - "index": 3544 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 52, - "column": 4, - "index": 1973 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", - "line": 31, - "column": 6, - "index": 939 - } - ], - "Collapsible.Trigger": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 113, - "column": 8, - "index": 3698 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", - "line": 26, - "column": 10, - "index": 880 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 31, - "column": 4, - "index": 865 - } - ], - "FeedbackOutline": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 115, - "column": 17, - "index": 3851 - } - ], - "DeleteOutline": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 120, - "column": 15, - "index": 4020 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", - "line": 28, - "column": 15, - "index": 708 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", - "line": 33, - "column": 13, - "index": 850 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", - "line": 57, - "column": 19, - "index": 1794 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", - "line": 98, - "column": 19, - "index": 2944 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 89, - "column": 21, - "index": 2684 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 111, - "column": 19, - "index": 3759 - } - ], - "Dropdown": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", - "line": 47, - "column": 8, - "index": 1443 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 71, - "column": 12, - "index": 2190 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 85, - "column": 6, - "index": 2396 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", - "line": 37, - "column": 4, - "index": 1198 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 78, - "column": 6, - "index": 2106 - } - ], - "Dropdown.Toggle": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", - "line": 48, - "column": 10, - "index": 1464 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 72, - "column": 14, - "index": 2215 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 88, - "column": 8, - "index": 2453 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", - "line": 38, - "column": 6, - "index": 1215 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 79, - "column": 8, - "index": 2125 - } - ], - "Add": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", - "line": 54, - "column": 19, - "index": 1634 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx", - "line": 74, - "column": 26, - "index": 2126 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 171, - "column": 24, - "index": 5615 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 146, - "column": 20, - "index": 5006 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", - "line": 74, - "column": 22, - "index": 1664 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", - "line": 194, - "column": 24, - "index": 5049 - } - ], - "Dropdown.Menu": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", - "line": 58, - "column": 10, - "index": 1760 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 80, - "column": 14, - "index": 2507 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 98, - "column": 8, - "index": 2762 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", - "line": 46, - "column": 6, - "index": 1443 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 87, - "column": 8, - "index": 2390 - } - ], - "Dropdown.Item": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", - "line": 59, - "column": 12, - "index": 1788 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", - "line": 66, - "column": 12, - "index": 2105 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 81, - "column": 16, - "index": 2577 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 87, - "column": 16, - "index": 2819 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 90, - "column": 16, - "index": 3020 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 101, - "column": 22, - "index": 2913 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 104, - "column": 22, - "index": 3103 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 106, - "column": 20, - "index": 3229 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", - "line": 47, - "column": 8, - "index": 1508 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", - "line": 53, - "column": 8, - "index": 1715 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", - "line": 56, - "column": 8, - "index": 1893 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 89, - "column": 12, - "index": 2466 - } - ], - "Form.Label": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Checker/index.jsx", - "line": 25, - "column": 6, - "index": 546 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Feedback/FeedbackControl.jsx", - "line": 20, - "column": 4, - "index": 538 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 32, - "column": 10, - "index": 986 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 51, - "column": 20, - "index": 1443 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 70, - "column": 20, - "index": 2209 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 95, - "column": 20, - "index": 3280 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 121, - "column": 20, - "index": 4386 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", - "line": 29, - "column": 4, - "index": 844 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", - "line": 52, - "column": 6, - "index": 1569 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.jsx", - "line": 39, - "column": 4, - "index": 999 - } - ], - "AlertModal": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", - "line": 54, - "column": 6, - "index": 1589 - } - ], - "Container": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", - "line": 99, - "column": 10, - "index": 3197 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", - "line": 23, - "column": 4, - "index": 535 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx", - "line": 22, - "column": 4, - "index": 506 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx", - "line": 20, - "column": 4, - "index": 777 - }, - { - "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", - "line": 31, - "column": 4, - "index": 934 - } - ], - "Card.Section": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", - "line": 14, - "column": 4, - "index": 310 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", - "line": 21, - "column": 6, - "index": 660 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 57, - "column": 14, - "index": 1571 - } - ], - "Form.CheckboxSet": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", - "line": 36, - "column": 4, - "index": 924 - } - ], - "Row": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", - "line": 40, - "column": 6, - "index": 1027 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/index.jsx", - "line": 20, - "column": 6, - "index": 664 - }, - { - "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx", - "line": 32, - "column": 4, - "index": 718 - }, - { - "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", - "line": 32, - "column": 6, - "index": 1028 - }, - { - "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", - "line": 42, - "column": 10, - "index": 1304 - } - ], - "Form.Checkbox": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", - "line": 42, - "column": 10, - "index": 1095 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", - "line": 75, - "column": 8, - "index": 2433 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx", - "line": 54, - "column": 6, - "index": 1630 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 127, - "column": 14, - "index": 3845 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 149, - "column": 12, - "index": 4745 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 119, - "column": 10, - "index": 4036 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", - "line": 47, - "column": 4, - "index": 1406 - } - ], - "Hyperlink": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", - "line": 36, - "column": 10, - "index": 1431 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ScoringCard.jsx", - "line": 87, - "column": 8, - "index": 2851 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ShowAnswerCard.jsx", - "line": 40, - "column": 10, - "index": 1139 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 79, - "column": 6, - "index": 2895 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx", - "line": 35, - "column": 6, - "index": 1042 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDisplay.jsx", - "line": 32, - "column": 10, - "index": 893 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/SocialShareWidget/index.jsx", - "line": 75, - "column": 8, - "index": 2278 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", - "line": 50, - "column": 14, - "index": 1670 - } - ], - "Card": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/SwitchToAdvancedEditorCard.jsx", - "line": 22, - "column": 4, - "index": 826 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", - "line": 20, - "column": 4, - "index": 569 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 54, - "column": 10, - "index": 1411 - } - ], - "Alert": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", - "line": 67, - "column": 7, - "index": 2203 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", - "line": 79, - "column": 8, - "index": 2285 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx", - "line": 18, - "column": 4, - "index": 583 - }, - { - "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx", - "line": 47, - "column": 4, - "index": 1127 - }, - { - "filePath": "src/editors/sharedComponents/RawEditor/index.jsx", - "line": 25, - "column": 8, - "index": 598 - } - ], - "Collapsible.Visible": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", - "line": 28, - "column": 12, - "index": 1035 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", - "line": 31, - "column": 12, - "index": 1162 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 35, - "column": 6, - "index": 1022 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 45, - "column": 6, - "index": 1631 - } - ], - "KeyboardArrowDown": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", - "line": 29, - "column": 25, - "index": 1093 - } - ], - "KeyboardArrowUp": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", - "line": 32, - "column": 25, - "index": 1218 - } - ], - "Col": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 27, - "column": 4, - "index": 627 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", - "line": 49, - "column": 24, - "index": 1280 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", - "line": 61, - "column": 24, - "index": 1770 - }, - { - "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", - "line": 33, - "column": 8, - "index": 1042 - } - ], - "ArrowBack": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 30, - "column": 27, - "index": 859 - } - ], - "ActionRow.Spacer": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 31, - "column": 10, - "index": 955 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 35, - "column": 10, - "index": 1112 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 50, - "column": 18, - "index": 1729 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 73, - "column": 16, - "index": 2767 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", - "line": 29, - "column": 8, - "index": 670 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 70, - "column": 12, - "index": 2157 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 54, - "column": 20, - "index": 1626 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 73, - "column": 20, - "index": 2394 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 98, - "column": 20, - "index": 3465 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 124, - "column": 20, - "index": 4568 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", - "line": 54, - "column": 12, - "index": 1691 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", - "line": 26, - "column": 6, - "index": 663 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 147, - "column": 14, - "index": 4687 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 68, - "column": 10, - "index": 2096 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/LanguageSelector.jsx", - "line": 77, - "column": 8, - "index": 2318 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 85, - "column": 12, - "index": 2552 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 139, - "column": 10, - "index": 4769 - }, - { - "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", - "line": 51, - "column": 8, - "index": 1064 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 59, - "column": 23, - "index": 1447 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 99, - "column": 10, - "index": 2761 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", - "line": 190, - "column": 8, - "index": 4902 - } - ], - "Form.RadioSet": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 37, - "column": 8, - "index": 1162 - }, - { - "filePath": "www/src/Gallery.jsx", - "line": 42, - "column": 10, - "index": 1691 - }, - { - "filePath": "www/src/Gallery.jsx", - "line": 59, - "column": 10, - "index": 2181 - } - ], - "Form.Radio": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 47, - "column": 18, - "index": 1539 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 70, - "column": 16, - "index": 2583 - }, - { - "filePath": "www/src/Gallery.jsx", - "line": 48, - "column": 14, - "index": 1886 - }, - { - "filePath": "www/src/Gallery.jsx", - "line": 64, - "column": 12, - "index": 2321 - }, - { - "filePath": "www/src/Gallery.jsx", - "line": 65, - "column": 12, - "index": 2379 - } - ], - "OverlayTrigger": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 51, - "column": 18, - "index": 1768 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 136, - "column": 14, - "index": 4276 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 128, - "column": 10, - "index": 4389 - } - ], - "Tooltip": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 54, - "column": 22, - "index": 1875 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 140, - "column": 18, - "index": 4395 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 132, - "column": 14, - "index": 4492 - } - ], - "Image": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx", - "line": 26, - "column": 6, - "index": 730 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", - "line": 85, - "column": 10, - "index": 2477 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", - "line": 33, - "column": 10, - "index": 1057 - }, - { - "filePath": "src/editors/containers/VideoGallery/index.jsx", - "line": 51, - "column": 4, - "index": 1765 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx", - "line": 75, - "column": 10, - "index": 2318 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx", - "line": 42, - "column": 12, - "index": 1320 - } - ], - "Stack": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/index.jsx", - "line": 22, - "column": 10, - "index": 784 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 67, - "column": 8, - "index": 2028 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 99, - "column": 8, - "index": 3391 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/index.jsx", - "line": 56, - "column": 6, - "index": 1471 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 46, - "column": 12, - "index": 1202 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDisplay.jsx", - "line": 25, - "column": 6, - "index": 503 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", - "line": 84, - "column": 8, - "index": 2428 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", - "line": 104, - "column": 8, - "index": 3072 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", - "line": 23, - "column": 2, - "index": 506 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 116, - "column": 6, - "index": 3429 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", - "line": 46, - "column": 10, - "index": 1451 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", - "line": 97, - "column": 6, - "index": 2318 - } - ], - "ModalDialog.Title": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 23, - "column": 8, - "index": 675 - }, - { - "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", - "line": 38, - "column": 6, - "index": 754 - } - ], - "InfoOutline": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 41, - "column": 56, - "index": 1444 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", - "line": 145, - "column": 27, - "index": 4583 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 137, - "column": 23, - "index": 4673 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx", - "line": 19, - "column": 12, - "index": 602 - } - ], - "ExpandMore": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 42, - "column": 76, - "index": 1537 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", - "line": 25, - "column": 26, - "index": 681 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", - "line": 161, - "column": 13, - "index": 4240 - } - ], - "ExpandLess": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", - "line": 48, - "column": 78, - "index": 1854 - }, - { - "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", - "line": 176, - "column": 13, - "index": 4562 - } - ], - "Form.Row": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", - "line": 48, - "column": 6, - "index": 1226 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 100, - "column": 10, - "index": 3219 - } - ], - "MoreHoriz": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 75, - "column": 21, - "index": 2362 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/TranscriptActionMenu.jsx", - "line": 41, - "column": 13, - "index": 1338 - } - ], - "FileUpload": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", - "line": 104, - "column": 24, - "index": 3619 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", - "line": 115, - "column": 24, - "index": 3588 - }, - { - "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", - "line": 20, - "column": 19, - "index": 798 - } - ], - "Copyright": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 26, - "column": 61, - "index": 663 - } - ], - "Cc": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 27, - "column": 59, - "index": 803 - } - ], - "Attribution": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 28, - "column": 38, - "index": 915 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 50, - "column": 60, - "index": 1407 - } - ], - "Nc": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 29, - "column": 40, - "index": 1055 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 69, - "column": 31, - "index": 2182 - } - ], - "Nd": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 30, - "column": 40, - "index": 1169 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 94, - "column": 31, - "index": 3253 - } - ], - "Sa": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseBlurb.jsx", - "line": 31, - "column": 37, - "index": 1280 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 120, - "column": 31, - "index": 4359 - } - ], - "CheckboxControl": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 55, - "column": 20, - "index": 1667 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 74, - "column": 20, - "index": 2435 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 99, - "column": 20, - "index": 3506 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", - "line": 125, - "column": 20, - "index": 4609 - } - ], - "Card.Header": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 55, - "column": 12, - "index": 1447 - } - ], - "Card.Body": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 56, - "column": 12, - "index": 1545 - } - ], - "Card.Footer": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", - "line": 60, - "column": 14, - "index": 1707 - } - ], - "ClosedCaption": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/LanguageNamesWidget.jsx", - "line": 16, - "column": 4, - "index": 677 - } - ], - "Alert.Heading": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx", - "line": 23, - "column": 6, - "index": 688 - }, - { - "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx", - "line": 55, - "column": 10, - "index": 1272 - } - ], - "ArrowBackIos": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx", - "line": 39, - "column": 19, - "index": 1231 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx", - "line": 65, - "column": 20, - "index": 1978 - } - ], - "InputGroup": [ - { - "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", - "line": 30, - "column": 8, - "index": 1369 - } - ], - "FormControl": [ - { - "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", - "line": 31, - "column": 10, - "index": 1392 - } - ], - "ArrowForward": [ - { - "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", - "line": 43, - "column": 21, - "index": 1961 - } - ], - "Dropzone": [ - { - "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", - "line": 85, - "column": 6, - "index": 3107 - } - ], - "ModalDialog": [ - { - "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", - "line": 26, - "column": 2, - "index": 429 - } - ], - "Scrollable": [ - { - "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", - "line": 43, - "column": 4, - "index": 871 - } - ], - "ModalDialog.CloseButton": [ - { - "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", - "line": 52, - "column": 8, - "index": 1093 - } - ], - "DragIndicator": [ - { - "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx", - "line": 42, - "column": 13, - "index": 989 - } - ], - "Error": [ - { - "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx", - "line": 49, - "column": 12, - "index": 1169 - } - ], - "paragon": [ - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 70, - "column": 6, - "index": 2453 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 73, - "column": 6, - "index": 2569 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 77, - "column": 6, - "index": 2736 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 81, - "column": 6, - "index": 2897 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 84, - "column": 6, - "index": 3013 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 93, - "column": 6, - "index": 3464 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 94, - "column": 6, - "index": 3504 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 95, - "column": 6, - "index": 3544 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 96, - "column": 6, - "index": 3586 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 97, - "column": 6, - "index": 3620 - } - ], - "icons": [ - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 88, - "column": 6, - "index": 3259 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 90, - "column": 6, - "index": 3371 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 98, - "column": 6, - "index": 3660 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/DimensionControls.test.jsx", - "line": 99, - "column": 6, - "index": 3694 - } - ], - "Badge": [ - { - "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx", - "line": 49, - "column": 12, - "index": 1621 - }, - { - "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx", - "line": 54, - "column": 12, - "index": 1865 - } - ], - "SpinnerSimple": [ - { - "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", - "line": 26, - "column": 26, - "index": 723 - } - ], - "StatefulButton": [ - { - "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", - "line": 35, - "column": 8, - "index": 952 - } - ], - "Search": [ - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 53, - "column": 27, - "index": 1338 - } - ], - "SelectMenu": [ - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 60, - "column": 6, - "index": 1476 - } - ], - "MenuItem": [ - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 62, - "column": 10, - "index": 1587 - } - ], - "Form.SwitchSet": [ - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 100, - "column": 10, - "index": 2792 - } - ], - "Form.Switch": [ - { - "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", - "line": 105, - "column": 12, - "index": 2916 - } - ], - "useWindowSize": [ - { - "filePath": "src/editors/sharedComponents/SourceCodeModal/index.jsx", - "line": 25, - "column": 21, - "index": 569 - } - ] - } - }, - { - "version": "22.0.0", - "name": "content-components-gallery", - "folderName": "www", - "usages": { - "Form.Group": [ - { - "filePath": "src/Gallery.jsx", - "line": 41, - "column": 8, - "index": 1668 - }, - { - "filePath": "src/Gallery.jsx", - "line": 52, - "column": 8, - "index": 2000 - } - ], - "Form.RadioSet": [ - { - "filePath": "src/Gallery.jsx", - "line": 42, - "column": 10, - "index": 1691 - }, - { - "filePath": "src/Gallery.jsx", - "line": 59, - "column": 10, - "index": 2181 - } - ], - "Form.Radio": [ - { - "filePath": "src/Gallery.jsx", - "line": 48, - "column": 14, - "index": 1886 - }, - { - "filePath": "src/Gallery.jsx", - "line": 64, - "column": 12, - "index": 2321 - }, - { - "filePath": "src/Gallery.jsx", - "line": 65, - "column": 12, - "index": 2379 - } - ] - } - }, { "version": "22.2.0", "name": "@edx/frontend-lib-special-exams", From 10a8a9b658293c190801d04679d336d030f6e885 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:16:02 -0400 Subject: [PATCH 094/160] docs: update dependent-usage.json (#3204) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 7fda1bc216..9ecc3415d2 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1725113238844, + "lastModified": 1725199631379, "projectUsages": [ { "version": "22.7.0", From 8281b97dd1c5fcd65b9e3c09494c01eb2cf5718e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:12:31 -0400 Subject: [PATCH 095/160] docs: update dependent-usage.json (#3206) --- dependent-usage.json | 46 ++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 9ecc3415d2..f5e6f7561d 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1725199631379, + "lastModified": 1725286055327, "projectUsages": [ { "version": "22.7.0", @@ -34486,9 +34486,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 244, + "line": 287, "column": 16, - "index": 10748 + "index": 12334 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -34882,9 +34882,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 78, + "line": 119, "column": 4, - "index": 2701 + "index": 4014 }, { "filePath": "src/components/NotFoundPage/index.jsx", @@ -36458,9 +36458,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 79, + "line": 120, "column": 6, - "index": 2772 + "index": 4085 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -36942,9 +36942,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 111, + "line": 152, "column": 22, - "index": 4289 + "index": 5602 }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", @@ -37252,21 +37252,21 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 185, + "line": 226, "column": 18, - "index": 7606 + "index": 8947 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 197, + "line": 238, "column": 16, - "index": 8395 + "index": 9736 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 205, + "line": 246, "column": 18, - "index": 8890 + "index": 10231 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -37424,9 +37424,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 31, + "line": 33, "column": 6, - "index": 1174 + "index": 1327 }, { "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", @@ -38006,9 +38006,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 205, + "line": 246, "column": 56, - "index": 8928 + "index": 10269 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -38072,9 +38072,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 197, + "line": 238, "column": 54, - "index": 8433 + "index": 9774 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -38788,9 +38788,9 @@ "Timelapse": [ { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 185, + "line": 226, "column": 56, - "index": 7644 + "index": 8985 } ], "Plus": [ From 84c480d9a4d9e2692359cb44bda00647201e46fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:16:21 -0400 Subject: [PATCH 096/160] docs: update dependent-usage.json (#3208) --- dependent-usage.json | 54 ++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index f5e6f7561d..661d058d16 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1725286055327, + "lastModified": 1725372449872, "projectUsages": [ { "version": "22.7.0", @@ -2331,9 +2331,9 @@ }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 569, + "line": 570, "column": 12, - "index": 23425 + "index": 23477 }, { "filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx", @@ -3163,9 +3163,9 @@ }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 518, + "line": 519, "column": 10, - "index": 21158 + "index": 21210 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", @@ -5537,27 +5537,27 @@ }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 549, + "line": 550, "column": 25, - "index": 22530 + "index": 22582 }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 551, + "line": 552, "column": 26, - "index": 22664 + "index": 22716 }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 552, + "line": 553, "column": 23, - "index": 22709 + "index": 22761 }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 574, + "line": 575, "column": 14, - "index": 23625 + "index": 23677 }, { "filePath": "src/components/SaveTemplateButton/index.jsx", @@ -8025,9 +8025,9 @@ }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 522, + "line": 523, "column": 12, - "index": 21283 + "index": 21335 }, { "filePath": "src/components/SaveTemplateButton/index.jsx", @@ -8123,9 +8123,9 @@ }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 549, + "line": 550, "column": 36, - "index": 22541 + "index": 22593 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", @@ -8221,9 +8221,9 @@ }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 550, + "line": 551, "column": 25, - "index": 22580 + "index": 22632 }, { "filePath": "src/components/RequestCodesPage/RequestCodesForm.jsx", @@ -8319,9 +8319,9 @@ }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 551, + "line": 552, "column": 37, - "index": 22675 + "index": 22727 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", @@ -8537,15 +8537,15 @@ }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 552, + "line": 553, "column": 34, - "index": 22720 + "index": 22772 }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 574, + "line": 575, "column": 25, - "index": 23636 + "index": 23688 } ], "TablePaginationMinimal": [ @@ -11583,9 +11583,9 @@ }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", - "line": 508, + "line": 509, "column": 12, - "index": 20600 + "index": 20652 }, { "filePath": "src/components/ReportingConfig/SFTPDeliveryMethodForm.jsx", From a2284154a60d88ce436f41fc8f97822a6c6d99dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:32:44 -0400 Subject: [PATCH 097/160] docs: update dependent-usage.json (#3212) --- dependent-usage.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 661d058d16..cd876673db 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1725372449872, + "lastModified": 1725459902113, "projectUsages": [ { "version": "22.7.0", @@ -29634,7 +29634,7 @@ } }, { - "version": "22.1.1", + "version": "22.7.0", "name": "@edx/frontend-app-discussions", "repository": { "type": "git", @@ -52096,7 +52096,7 @@ "filePath": "src/packages/open-course-page/components/CourseHeader/index.jsx", "line": 58, "column": 6, - "index": 1823 + "index": 1825 }, { "filePath": "src/packages/open-course-page/components/CourseMain/variants/DesktopVariant.jsx", From 36ebb4ee6c2188d5ebf007222b04646e604dec67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:21:01 -0400 Subject: [PATCH 098/160] docs: update dependent-usage.json (#3215) --- dependent-usage.json | 90 ++++++++++++++++++++++---------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index cd876673db..66797dce0f 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1725459902113, + "lastModified": 1725545496563, "projectUsages": [ { "version": "22.7.0", @@ -49728,9 +49728,9 @@ "Dropdown": [ { "filePath": "src/DesktopHeader.jsx", - "line": 88, + "line": 106, "column": 6, - "index": 2275 + "index": 2778 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -49742,9 +49742,9 @@ "Dropdown.Toggle": [ { "filePath": "src/DesktopHeader.jsx", - "line": 89, + "line": 107, "column": 8, - "index": 2294 + "index": 2797 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -49756,23 +49756,23 @@ "AvatarButton": [ { "filePath": "src/DesktopHeader.jsx", - "line": 91, + "line": 109, "column": 14, - "index": 2354 + "index": 2857 }, { "filePath": "src/MobileHeader.jsx", - "line": 178, + "line": 197, "column": 21, - "index": 5873 + "index": 6473 } ], "Dropdown.Menu": [ { "filePath": "src/DesktopHeader.jsx", - "line": 97, + "line": 115, "column": 8, - "index": 2549 + "index": 3052 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -49784,15 +49784,15 @@ "Dropdown.Item": [ { "filePath": "src/DesktopHeader.jsx", - "line": 99, + "line": 117, "column": 12, - "index": 2620 + "index": 3123 }, { "filePath": "src/DesktopHeader.jsx", - "line": 118, + "line": 136, "column": 16, - "index": 3365 + "index": 3868 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -49858,25 +49858,25 @@ "Dropdown.Header": [ { "filePath": "src/DesktopHeader.jsx", - "line": 113, + "line": 131, "column": 32, - "index": 3116 + "index": 3619 } ], "Dropdown.Divider": [ { "filePath": "src/DesktopHeader.jsx", - "line": 127, + "line": 145, "column": 46, - "index": 3733 + "index": 4236 } ], "Badge": [ { "filePath": "src/Header.jsx", - "line": 107, + "line": 112, "column": 87, - "index": 3748 + "index": 3989 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -49900,9 +49900,9 @@ }, { "filePath": "src/Notifications/index.jsx", - "line": 125, + "line": 126, "column": 16, - "index": 4681 + "index": 4735 }, { "filePath": "src/Notifications/NotificationSections.jsx", @@ -49960,9 +49960,9 @@ "OverlayTrigger": [ { "filePath": "src/Notifications/index.jsx", - "line": 79, + "line": 80, "column": 6, - "index": 2675 + "index": 2729 }, { "filePath": "src/studio-header/CourseLockUp.jsx", @@ -49974,39 +49974,39 @@ "Popover": [ { "filePath": "src/Notifications/index.jsx", - "line": 85, + "line": 86, "column": 10, - "index": 2830 + "index": 2884 } ], "Popover.Title": [ { "filePath": "src/Notifications/index.jsx", - "line": 98, + "line": 99, "column": 16, - "index": 3418 + "index": 3472 } ], "Hyperlink": [ { "filePath": "src/Notifications/index.jsx", - "line": 104, + "line": 105, "column": 18, - "index": 3753 + "index": 3807 } ], "Icon": [ { "filePath": "src/Notifications/index.jsx", - "line": 110, + "line": 111, "column": 20, - "index": 4015 + "index": 4069 }, { "filePath": "src/Notifications/index.jsx", - "line": 144, + "line": 145, "column": 20, - "index": 5344 + "index": 5398 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", @@ -50036,25 +50036,25 @@ "Settings": [ { "filePath": "src/Notifications/index.jsx", - "line": 111, + "line": 112, "column": 27, - "index": 4048 + "index": 4102 } ], "Popover.Content": [ { "filePath": "src/Notifications/index.jsx", - "line": 119, + "line": 120, "column": 14, - "index": 4360 + "index": 4414 } ], "IconButton": [ { "filePath": "src/Notifications/index.jsx", - "line": 139, + "line": 140, "column": 10, - "index": 5107 + "index": 5161 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", @@ -50066,9 +50066,9 @@ "NotificationsNone": [ { "filePath": "src/Notifications/index.jsx", - "line": 143, + "line": 144, "column": 17, - "index": 5305 + "index": 5359 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", @@ -50080,9 +50080,9 @@ "Bubble": [ { "filePath": "src/Notifications/index.jsx", - "line": 151, + "line": 154, "column": 10, - "index": 5596 + "index": 5714 } ], "Spinner": [ From d5c14babfcdbc96bd8276b0dc7916d4a548ea852 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:16:41 -0400 Subject: [PATCH 099/160] docs: update dependent-usage.json (#3217) --- dependent-usage.json | 440 +++++++++++++++++++++++++------------------ 1 file changed, 258 insertions(+), 182 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 66797dce0f..ee3fee1320 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1725545496563, + "lastModified": 1725631665718, "projectUsages": [ { "version": "22.7.0", @@ -6849,21 +6849,21 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 219, + "line": 221, "column": 12, - "index": 8323 + "index": 8407 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 235, + "line": 237, "column": 12, - "index": 8908 + "index": 8992 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 249, + "line": 251, "column": 12, - "index": 9409 + "index": 9493 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -7000,10 +7000,10 @@ "index": 2406 }, { - "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", - "line": 56, + "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", + "line": 57, "column": 8, - "index": 2009 + "index": 1513 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -7152,10 +7152,10 @@ "index": 5649 }, { - "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", - "line": 115, + "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", + "line": 73, "column": 10, - "index": 4309 + "index": 1980 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", @@ -8153,6 +8153,12 @@ "column": 19, "index": 3131 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/charts/ChartWrapper.jsx", + "line": 33, + "column": 10, + "index": 817 + }, { "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", "line": 98, @@ -8344,10 +8350,10 @@ "index": 5583 }, { - "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", - "line": 113, + "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", + "line": 71, "column": 10, - "index": 4239 + "index": 1910 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -8406,10 +8412,10 @@ "index": 5621 }, { - "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", - "line": 114, + "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", + "line": 72, "column": 10, - "index": 4279 + "index": 1950 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -8456,10 +8462,10 @@ "index": 5954 }, { - "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", - "line": 122, + "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", + "line": 80, "column": 10, - "index": 4625 + "index": 2261 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -8550,10 +8556,10 @@ ], "TablePaginationMinimal": [ { - "filePath": "src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx", - "line": 123, + "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", + "line": 81, "column": 12, - "index": 4661 + "index": 2297 } ], "Hyperlink": [ @@ -15292,9 +15298,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Feedback/FeedbackControl.jsx", - "line": 19, + "line": 22, "column": 2, - "index": 521 + "index": 565 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GeneralFeedback/index.jsx", @@ -15930,9 +15936,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/components/Feedback/FeedbackControl.jsx", - "line": 20, + "line": 23, "column": 4, - "index": 538 + "index": 582 }, { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", @@ -16394,15 +16400,15 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 55, + "line": 63, "column": 8, - "index": 1972 + "index": 2119 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 69, + "line": 77, "column": 8, - "index": 2351 + "index": 2498 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GeneralFeedback/index.jsx", @@ -17068,15 +17074,15 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 114, + "line": 127, "column": 10, - "index": 3821 + "index": 4081 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 121, + "line": 134, "column": 18, - "index": 4046 + "index": 4306 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", @@ -17092,9 +17098,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", - "line": 34, + "line": 42, "column": 16, - "index": 874 + "index": 1011 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/TypeRow.jsx", @@ -19278,9 +19284,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", - "line": 22, + "line": 25, "column": 2, - "index": 495 + "index": 539 }, { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", @@ -20420,9 +20426,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", - "line": 94, + "line": 106, "column": 12, - "index": 3122 + "index": 3307 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", @@ -22282,9 +22288,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", - "line": 23, + "line": 26, "column": 4, - "index": 528 + "index": 572 }, { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx", @@ -23792,9 +23798,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 119, + "line": 132, "column": 8, - "index": 3986 + "index": 4246 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", @@ -23804,9 +23810,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", - "line": 32, + "line": 40, "column": 6, - "index": 818 + "index": 955 }, { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", @@ -25322,9 +25328,9 @@ }, { "filePath": "src/editors/containers/TextEditor/index.jsx", - "line": 80, + "line": 87, "column": 14, - "index": 2152 + "index": 2268 }, { "filePath": "src/editors/containers/VideoEditor/index.jsx", @@ -25396,9 +25402,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 87, + "line": 95, "column": 4, - "index": 2834 + "index": 2981 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", @@ -25414,15 +25420,15 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", - "line": 92, + "line": 104, "column": 8, - "index": 2992 + "index": 3177 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", - "line": 106, + "line": 118, "column": 6, - "index": 3476 + "index": 3661 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", @@ -25476,9 +25482,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 113, + "line": 126, "column": 8, - "index": 3691 + "index": 3951 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/SettingsOption.jsx", @@ -25628,9 +25634,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 102, + "line": 110, "column": 8, - "index": 3333 + "index": 3480 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", @@ -25646,15 +25652,15 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", - "line": 93, + "line": 105, "column": 10, - "index": 3056 + "index": 3241 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", - "line": 107, + "line": 119, "column": 8, - "index": 3537 + "index": 3722 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", @@ -25768,9 +25774,9 @@ }, { "filePath": "src/editors/containers/TextEditor/index.jsx", - "line": 73, + "line": 80, "column": 8, - "index": 1911 + "index": 2027 }, { "filePath": "src/files-and-videos/generic/ApiStatusToast.jsx", @@ -26888,9 +26894,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 120, + "line": 133, "column": 15, - "index": 4013 + "index": 4273 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", @@ -26900,9 +26906,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", - "line": 33, + "line": 41, "column": 13, - "index": 843 + "index": 980 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseSelector.jsx", @@ -27344,9 +27350,9 @@ "FeedbackOutline": [ { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", - "line": 115, + "line": 128, "column": 17, - "index": 3844 + "index": 4104 } ], "Form.CheckboxSet": [ @@ -46640,27 +46646,27 @@ }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 43, + "line": 44, "column": 8, - "index": 1135 + "index": 1210 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 60, + "line": 61, "column": 6, - "index": 1729 + "index": 1804 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 65, + "line": 66, "column": 6, - "index": 1934 + "index": 2009 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 70, + "line": 71, "column": 6, - "index": 2139 + "index": 2214 }, { "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageContainer.jsx", @@ -46708,21 +46714,27 @@ }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 61, + "line": 62, "column": 8, - "index": 1766 + "index": 1841 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 66, + "line": 67, "column": 8, - "index": 1971 + "index": 2046 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 71, + "line": 72, "column": 8, - "index": 2176 + "index": 2251 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 41, + "column": 4, + "index": 1020 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", @@ -46772,19 +46784,19 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", "line": 21, "column": 8, - "index": 602 + "index": 619 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", "line": 34, "column": 8, - "index": 958 + "index": 975 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 48, + "line": 47, "column": 10, - "index": 1702 + "index": 1678 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", @@ -46864,25 +46876,25 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", "line": 49, "column": 10, - "index": 1429 + "index": 1446 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", "line": 71, "column": 6, - "index": 1910 + "index": 1927 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", "line": 80, "column": 6, - "index": 2101 + "index": 2118 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", "line": 89, "column": 6, - "index": 2294 + "index": 2311 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", @@ -46910,9 +46922,9 @@ }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 64, + "line": 63, "column": 12, - "index": 2229 + "index": 2205 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", @@ -46974,6 +46986,12 @@ "column": 10, "index": 4598 }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 17, + "column": 14, + "index": 395 + }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", "line": 45, @@ -47016,13 +47034,13 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", "line": 51, "column": 17, - "index": 1482 + "index": 1499 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 66, + "line": 65, "column": 19, - "index": 2286 + "index": 2262 } ], "Toast": [ @@ -47030,13 +47048,13 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", "line": 57, "column": 6, - "index": 1636 + "index": 1653 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 76, + "line": 75, "column": 6, - "index": 2650 + "index": 2626 }, { "filePath": "src/Configuration/Provisioning/DashboardToast.jsx", @@ -47050,19 +47068,19 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", "line": 71, "column": 17, - "index": 1921 + "index": 1938 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", "line": 80, "column": 17, - "index": 2112 + "index": 2129 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetails.jsx", "line": 89, "column": 17, - "index": 2305 + "index": 2322 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", @@ -47142,6 +47160,18 @@ "column": 17, "index": 4769 }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 60, + "column": 69, + "index": 1440 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 69, + "column": 73, + "index": 1741 + }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx", "line": 16, @@ -47216,6 +47246,12 @@ "column": 20, "index": 1871 }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUsersTable.jsx", + "line": 17, + "column": 6, + "index": 605 + }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx", "line": 49, @@ -47240,9 +47276,9 @@ "useToggle": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 14, + "line": 13, "column": 53, - "index": 655 + "index": 627 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx", @@ -47266,9 +47302,9 @@ "Card": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 23, + "line": 22, "column": 6, - "index": 835 + "index": 807 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", @@ -47310,9 +47346,9 @@ "Card.Section": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 24, + "line": 23, "column": 8, - "index": 882 + "index": 854 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", @@ -47372,9 +47408,9 @@ "ActionRow": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 26, + "line": 25, "column": 12, - "index": 929 + "index": 901 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", @@ -47524,15 +47560,15 @@ "Button": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 27, + "line": 26, "column": 14, - "index": 955 + "index": 927 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 28, + "line": 27, "column": 14, - "index": 1021 + "index": 993 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", @@ -47808,9 +47844,9 @@ "Launch": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", - "line": 35, + "line": 34, "column": 27, - "index": 1357 + "index": 1333 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", @@ -48364,27 +48400,27 @@ "Skeleton": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerPlanContainer.jsx", - "line": 60, + "line": 61, "column": 10, - "index": 2300 + "index": 2317 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 59, + "line": 60, "column": 10, - "index": 1709 + "index": 1784 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 62, + "line": 63, "column": 83, - "index": 1865 + "index": 1940 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 67, + "line": 68, "column": 83, - "index": 2070 + "index": 2145 } ], "Card.Footer": [ @@ -48404,12 +48440,46 @@ "Breadcrumb": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 44, + "line": 45, "column": 10, - "index": 1174 + "index": 1249 + } + ], + "IconButton": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 13, + "column": 4, + "index": 316 + }, + { + "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", + "line": 42, + "column": 6, + "index": 1447 + } + ], + "Person": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 16, + "column": 11, + "index": 373 } ], "Chip": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 51, + "column": 6, + "index": 1264 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 75, + "column": 4, + "index": 1854 + }, { "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", "line": 52, @@ -48423,6 +48493,20 @@ "index": 1508 } ], + "Timelapse": [ + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 52, + "column": 20, + "index": 1290 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 76, + "column": 18, + "index": 1878 + } + ], "DataTable.FilterStatus": [ { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx", @@ -48431,14 +48515,6 @@ "index": 869 } ], - "IconButton": [ - { - "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", - "line": 42, - "column": 6, - "index": 1447 - } - ], "DjangoShort": [ { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", @@ -49728,9 +49804,9 @@ "Dropdown": [ { "filePath": "src/DesktopHeader.jsx", - "line": 106, + "line": 88, "column": 6, - "index": 2778 + "index": 2275 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -49742,9 +49818,9 @@ "Dropdown.Toggle": [ { "filePath": "src/DesktopHeader.jsx", - "line": 107, + "line": 89, "column": 8, - "index": 2797 + "index": 2294 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -49756,23 +49832,23 @@ "AvatarButton": [ { "filePath": "src/DesktopHeader.jsx", - "line": 109, + "line": 91, "column": 14, - "index": 2857 + "index": 2354 }, { "filePath": "src/MobileHeader.jsx", - "line": 197, + "line": 178, "column": 21, - "index": 6473 + "index": 5873 } ], "Dropdown.Menu": [ { "filePath": "src/DesktopHeader.jsx", - "line": 115, + "line": 97, "column": 8, - "index": 3052 + "index": 2549 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -49784,15 +49860,15 @@ "Dropdown.Item": [ { "filePath": "src/DesktopHeader.jsx", - "line": 117, + "line": 99, "column": 12, - "index": 3123 + "index": 2620 }, { "filePath": "src/DesktopHeader.jsx", - "line": 136, + "line": 118, "column": 16, - "index": 3868 + "index": 3365 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -49858,25 +49934,25 @@ "Dropdown.Header": [ { "filePath": "src/DesktopHeader.jsx", - "line": 131, + "line": 113, "column": 32, - "index": 3619 + "index": 3116 } ], "Dropdown.Divider": [ { "filePath": "src/DesktopHeader.jsx", - "line": 145, + "line": 127, "column": 46, - "index": 4236 + "index": 3733 } ], "Badge": [ { "filePath": "src/Header.jsx", - "line": 112, + "line": 107, "column": 87, - "index": 3989 + "index": 3748 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -49900,9 +49976,9 @@ }, { "filePath": "src/Notifications/index.jsx", - "line": 126, + "line": 125, "column": 16, - "index": 4735 + "index": 4681 }, { "filePath": "src/Notifications/NotificationSections.jsx", @@ -49960,9 +50036,9 @@ "OverlayTrigger": [ { "filePath": "src/Notifications/index.jsx", - "line": 80, + "line": 79, "column": 6, - "index": 2729 + "index": 2675 }, { "filePath": "src/studio-header/CourseLockUp.jsx", @@ -49974,39 +50050,39 @@ "Popover": [ { "filePath": "src/Notifications/index.jsx", - "line": 86, + "line": 85, "column": 10, - "index": 2884 + "index": 2830 } ], "Popover.Title": [ { "filePath": "src/Notifications/index.jsx", - "line": 99, + "line": 98, "column": 16, - "index": 3472 + "index": 3418 } ], "Hyperlink": [ { "filePath": "src/Notifications/index.jsx", - "line": 105, + "line": 104, "column": 18, - "index": 3807 + "index": 3753 } ], "Icon": [ { "filePath": "src/Notifications/index.jsx", - "line": 111, + "line": 110, "column": 20, - "index": 4069 + "index": 4015 }, { "filePath": "src/Notifications/index.jsx", - "line": 145, + "line": 144, "column": 20, - "index": 5398 + "index": 5344 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", @@ -50036,25 +50112,25 @@ "Settings": [ { "filePath": "src/Notifications/index.jsx", - "line": 112, + "line": 111, "column": 27, - "index": 4102 + "index": 4048 } ], "Popover.Content": [ { "filePath": "src/Notifications/index.jsx", - "line": 120, + "line": 119, "column": 14, - "index": 4414 + "index": 4360 } ], "IconButton": [ { "filePath": "src/Notifications/index.jsx", - "line": 140, + "line": 139, "column": 10, - "index": 5161 + "index": 5107 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", @@ -50066,9 +50142,9 @@ "NotificationsNone": [ { "filePath": "src/Notifications/index.jsx", - "line": 144, + "line": 143, "column": 17, - "index": 5359 + "index": 5305 }, { "filePath": "src/Notifications/NotificationEmptySection.jsx", @@ -50080,9 +50156,9 @@ "Bubble": [ { "filePath": "src/Notifications/index.jsx", - "line": 154, + "line": 151, "column": 10, - "index": 5714 + "index": 5596 } ], "Spinner": [ From 1238f885da49225b2e8feb759212fe89cbc21b9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 10:11:36 -0400 Subject: [PATCH 100/160] docs: update dependent-usage.json (#3220) --- dependent-usage.json | 58 ++++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index ee3fee1320..6fcdbf2458 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1725631665718, + "lastModified": 1725718006141, "projectUsages": [ { "version": "22.7.0", @@ -14218,7 +14218,7 @@ } }, { - "version": "22.0.0", + "version": "22.7.0", "name": "@edx/frontend-app-communications", "repository": { "type": "git", @@ -17698,9 +17698,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 134, + "line": 138, "column": 14, - "index": 4090 + "index": 4271 }, { "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", @@ -21050,15 +21050,15 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 79, + "line": 81, "column": 8, - "index": 2478 + "index": 2583 }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 107, - "column": 6, - "index": 3361 + "line": 110, + "column": 8, + "index": 3516 }, { "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx", @@ -22184,9 +22184,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 73, + "line": 75, "column": 8, - "index": 2290 + "index": 2395 } ], "Container": [ @@ -22366,9 +22366,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 178, + "line": 182, "column": 6, - "index": 5449 + "index": 5630 }, { "filePath": "src/taxonomy/delete-dialog/index.jsx", @@ -22550,9 +22550,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 145, + "line": 149, "column": 6, - "index": 4372 + "index": 4553 }, { "filePath": "src/studio-home/verify-email-layout/index.jsx", @@ -22744,15 +22744,15 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 152, + "line": 156, "column": 8, - "index": 4596 + "index": 4777 }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 168, + "line": 172, "column": 8, - "index": 5293 + "index": 5474 }, { "filePath": "src/studio-home/verify-email-layout/index.jsx", @@ -22930,9 +22930,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 134, + "line": 138, "column": 25, - "index": 4101 + "index": 4282 }, { "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", @@ -24926,15 +24926,15 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 81, + "line": 83, "column": 22, - "index": 2544 + "index": 2649 }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 109, - "column": 20, - "index": 3423 + "line": 112, + "column": 22, + "index": 3582 }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", @@ -26510,9 +26510,9 @@ }, { "filePath": "src/studio-home/StudioHome.jsx", - "line": 133, + "line": 137, "column": 12, - "index": 4035 + "index": 4216 }, { "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", @@ -51022,7 +51022,7 @@ } }, { - "version": "22.2.0", + "version": "22.7.0", "name": "@edx/frontend-lib-special-exams", "repository": { "type": "git", From 49e21fe29bce98ced0dc49ee108e8dada2ffa6db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 10:16:19 -0400 Subject: [PATCH 101/160] docs: update dependent-usage.json (#3221) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 6fcdbf2458..4896f3a88c 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1725718006141, + "lastModified": 1725804447128, "projectUsages": [ { "version": "22.7.0", From 68bf7e0139268adba46c2ab38217871254f01ea9 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:33:03 -0400 Subject: [PATCH 102/160] chore: enable github action auto update in dependabot.yml (#3214) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..9186f7421b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + # Adding new check for github-actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 8f5b6093472aef80414d2db9fff3894c3357752f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:53:24 -0400 Subject: [PATCH 103/160] docs: update dependent-usage.json (#3228) --- dependent-usage.json | 132 +++++++++++++++++++++++++++++-------------- 1 file changed, 90 insertions(+), 42 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 4896f3a88c..32a9ad7304 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1725804447128, + "lastModified": 1725893041531, "projectUsages": [ { "version": "22.7.0", @@ -34490,11 +34490,17 @@ "column": 8, "index": 1050 }, + { + "filePath": "src/components/microlearning/VideoBanner.jsx", + "line": 55, + "column": 10, + "index": 2233 + }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 287, "column": 16, - "index": 12334 + "index": 12377 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -34716,15 +34722,15 @@ }, { "filePath": "src/components/search/SearchResults.jsx", - "line": 158, + "line": 163, "column": 10, - "index": 4705 + "index": 5155 }, { "filePath": "src/components/search/SearchResults.jsx", - "line": 165, + "line": 170, "column": 10, - "index": 5002 + "index": 5452 }, { "filePath": "src/components/skills-quiz/CardLoadingSkeleton.jsx", @@ -34890,7 +34896,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 119, "column": 4, - "index": 4014 + "index": 4057 }, { "filePath": "src/components/NotFoundPage/index.jsx", @@ -34954,15 +34960,15 @@ }, { "filePath": "src/components/search/SearchResults.jsx", - "line": 125, + "line": 130, "column": 6, - "index": 3563 + "index": 4013 }, { "filePath": "src/components/search/SearchResults.jsx", - "line": 131, + "line": 136, "column": 4, - "index": 3699 + "index": 4149 }, { "filePath": "src/components/site-header/SiteHeader.jsx", @@ -35098,9 +35104,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 46, + "line": 47, "column": 70, - "index": 1966 + "index": 2022 }, { "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx", @@ -35170,6 +35176,12 @@ "column": 10, "index": 9119 }, + { + "filePath": "src/components/microlearning/VideoBanner.jsx", + "line": 27, + "column": 6, + "index": 930 + }, { "filePath": "src/components/my-career/CategoryCard.jsx", "line": 110, @@ -35504,6 +35516,12 @@ "column": 14, "index": 9262 }, + { + "filePath": "src/components/microlearning/VideoBanner.jsx", + "line": 28, + "column": 8, + "index": 1014 + }, { "filePath": "src/components/my-career/CategoryCard.jsx", "line": 112, @@ -36466,7 +36484,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 120, "column": 6, - "index": 4085 + "index": 4128 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -36946,11 +36964,17 @@ "column": 12, "index": 4057 }, + { + "filePath": "src/components/microlearning/BetaBadge.jsx", + "line": 24, + "column": 4, + "index": 868 + }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 152, "column": 22, - "index": 5602 + "index": 5645 }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", @@ -37160,9 +37184,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 181, + "line": 182, "column": 10, - "index": 6619 + "index": 6718 }, { "filePath": "src/components/site-header/SiteHeaderLogos.jsx", @@ -37260,19 +37284,19 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 226, "column": 18, - "index": 8947 + "index": 8990 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 238, "column": 16, - "index": 9736 + "index": 9779 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 246, "column": 18, - "index": 10231 + "index": 10274 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -37508,15 +37532,15 @@ }, { "filePath": "src/components/search/SearchResults.jsx", - "line": 135, + "line": 140, "column": 12, - "index": 3914 + "index": 4364 }, { "filePath": "src/components/search/SearchResults.jsx", - "line": 157, + "line": 162, "column": 10, - "index": 4648 + "index": 5098 }, { "filePath": "src/components/skills-quiz/JobDescriptions.jsx", @@ -37950,6 +37974,12 @@ "column": 6, "index": 2513 }, + { + "filePath": "src/components/microlearning/VideoBanner.jsx", + "line": 54, + "column": 8, + "index": 2171 + }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", "line": 76, @@ -38014,7 +38044,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 246, "column": 56, - "index": 10269 + "index": 10312 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -38080,7 +38110,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 238, "column": 54, - "index": 9774 + "index": 9817 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -38102,6 +38132,12 @@ "column": 4, "index": 1754 }, + { + "filePath": "src/components/microlearning/BetaBadge.jsx", + "line": 8, + "column": 2, + "index": 203 + }, { "filePath": "src/components/microlearning/VideoCourseReview.jsx", "line": 27, @@ -38608,6 +38644,12 @@ "column": 8, "index": 1817 }, + { + "filePath": "src/components/microlearning/BetaBadge.jsx", + "line": 11, + "column": 6, + "index": 260 + }, { "filePath": "src/components/microlearning/VideoCourseReview.jsx", "line": 30, @@ -38796,7 +38838,7 @@ "filePath": "src/components/microlearning/VideoDetailPage.jsx", "line": 226, "column": 56, - "index": 8985 + "index": 9028 } ], "Plus": [ @@ -42404,9 +42446,9 @@ }, { "filePath": "src/tab-page/LoadedTabPage.jsx", - "line": 43, + "line": 44, "column": 61, - "index": 1506 + "index": 1524 } ], "ModalPopup": [ @@ -50605,6 +50647,12 @@ "line": 27, "column": 6, "index": 906 + }, + { + "filePath": "src/LearningTypeRadioFacet.jsx", + "line": 134, + "column": 12, + "index": 6165 } ], "CloseSmall": [ @@ -50626,7 +50674,7 @@ "filePath": "src/LearningTypeRadioFacet.jsx", "line": 35, "column": 6, - "index": 1538 + "index": 1545 } ], "Dropdown.Toggle": [ @@ -50640,7 +50688,7 @@ "filePath": "src/LearningTypeRadioFacet.jsx", "line": 36, "column": 8, - "index": 1596 + "index": 1603 } ], "Dropdown.Menu": [ @@ -50654,7 +50702,7 @@ "filePath": "src/LearningTypeRadioFacet.jsx", "line": 47, "column": 8, - "index": 2005 + "index": 2012 } ], "Dropdown.Item": [ @@ -50668,31 +50716,31 @@ "filePath": "src/LearningTypeRadioFacet.jsx", "line": 48, "column": 10, - "index": 2031 + "index": 2038 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 64, "column": 10, - "index": 2746 + "index": 2753 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 80, "column": 10, - "index": 3516 + "index": 3523 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 100, "column": 14, - "index": 4528 + "index": 4535 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 119, "column": 10, - "index": 5420 + "index": 5427 } ], "Input": [ @@ -50706,31 +50754,31 @@ "filePath": "src/LearningTypeRadioFacet.jsx", "line": 49, "column": 12, - "index": 2118 + "index": 2125 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 65, "column": 12, - "index": 2833 + "index": 2840 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 81, "column": 12, - "index": 3603 + "index": 3610 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 101, "column": 16, - "index": 4619 + "index": 4626 }, { "filePath": "src/LearningTypeRadioFacet.jsx", "line": 120, "column": 12, - "index": 5507 + "index": 5514 }, { "filePath": "src/TypeaheadFacetDropdown.jsx", From 7e5a72c0905a1a08cef7fd9c429a173b4d3a6c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Tue, 10 Sep 2024 08:53:44 -0300 Subject: [PATCH 104/160] feat: migrates Container to TypeScript; Container without max-width on docs site [FC-0062] (#3216) --- ...{Container.test.jsx => Container.test.tsx} | 22 ++++--- src/Container/README.md | 4 ++ src/Container/index.jsx | 49 -------------- src/Container/index.tsx | 64 +++++++++++++++++++ src/index.d.ts | 2 +- www/src/context/SettingsContext.tsx | 6 +- 6 files changed, 86 insertions(+), 61 deletions(-) rename src/Container/{Container.test.jsx => Container.test.tsx} (62%) delete mode 100644 src/Container/index.jsx create mode 100644 src/Container/index.tsx diff --git a/src/Container/Container.test.jsx b/src/Container/Container.test.tsx similarity index 62% rename from src/Container/Container.test.jsx rename to src/Container/Container.test.tsx index b3a6faaf7c..82efafa24b 100644 --- a/src/Container/Container.test.jsx +++ b/src/Container/Container.test.tsx @@ -1,8 +1,8 @@ import React from 'react'; import { render } from '@testing-library/react'; -import Container from '.'; +import Container, { type ContainerSize } from '.'; -const getClassNames = (container) => container.className.split(' '); +const getClassNames = (container: HTMLElement) => container.className.split(' '); describe('', () => { it('displays children', () => { @@ -12,32 +12,38 @@ describe('', () => { it('adds the .container-fluid class', () => { const { container } = render(Content); - const containerElement = container.firstChild; + const containerElement = container.firstChild as HTMLElement; expect(getClassNames(containerElement)).toContain('container-fluid'); }); it('adds the .container class', () => { const { container } = render(Content); - const containerElement = container.firstChild; - expect(getClassNames(containerElement)).toContain('container'); + const containerElement = container.firstChild as HTMLElement; + expect(getClassNames(containerElement!)).toContain('container'); expect(getClassNames(containerElement)).not.toContain('container-fluid'); }); - ['xs', 'sm', 'md', 'lg', 'xl'].forEach((size) => { + ['xs', 'sm', 'md', 'lg', 'xl'].forEach((size: ContainerSize) => { it(`adds the .container-mw-${size} class`, () => { const { container } = render(Content); - const containerElement = container.firstChild; + const containerElement = container.firstChild as HTMLElement; expect(getClassNames(containerElement)).toContain(`container-mw-${size}`); }); }); + it('does not add a size class when size is not specified', () => { + const { container } = render(Content); + const containerElement = container.firstChild as HTMLElement; + expect(getClassNames(containerElement)).toEqual(['container-fluid']); + }); + it('preserves custom class names', () => { const { container } = render( Content , ); - const containerElement = container.firstChild; + const containerElement = container.firstChild as HTMLElement; expect(getClassNames(containerElement)).toContain('container-mw-md'); expect(getClassNames(containerElement)).toContain('container-fluid'); expect(getClassNames(containerElement)).toContain('custom-class'); diff --git a/src/Container/README.md b/src/Container/README.md index de2bdab76c..8c2f6a4775 100644 --- a/src/Container/README.md +++ b/src/Container/README.md @@ -19,6 +19,10 @@ The base container to contain, pad, and center content in the viewport. This com ```jsx live
+ + The content in this container doesn't have a max width + + The content in this container won't exceed the extra large width. diff --git a/src/Container/index.jsx b/src/Container/index.jsx deleted file mode 100644 index a2f38de7bb..0000000000 --- a/src/Container/index.jsx +++ /dev/null @@ -1,49 +0,0 @@ -import React, { forwardRef } from 'react'; -import classNames from 'classnames'; -import RBContainer from 'react-bootstrap/Container'; -import PropTypes from 'prop-types'; - -const SIZE_CLASS_NAMES = { - xs: 'container-mw-xs', - sm: 'container-mw-sm', - md: 'container-mw-md', - lg: 'container-mw-lg', - xl: 'container-mw-xl', -}; - -const Container = forwardRef(({ size, children, ...props }, ref) => ( - - {children} - -)); - -Container.propTypes = { - ...RBContainer.propTypes, - /** Override the base element */ - as: PropTypes.elementType, - /** Specifies the contents of the container */ - children: PropTypes.node, - /** Fill all available space at any breakpoint */ - fluid: PropTypes.bool, - /** Set the maximum width for the container */ - size: PropTypes.oneOf(Object.keys(SIZE_CLASS_NAMES)), - /** Overrides underlying component base CSS class name */ - bsPrefix: PropTypes.string, -}; - -Container.defaultProps = { - as: 'div', - children: undefined, - fluid: true, - size: undefined, - bsPrefix: 'container', -}; - -export default Container; diff --git a/src/Container/index.tsx b/src/Container/index.tsx new file mode 100644 index 0000000000..ea95d58867 --- /dev/null +++ b/src/Container/index.tsx @@ -0,0 +1,64 @@ +/* eslint-disable react/require-default-props */ +import React from 'react'; +import classNames from 'classnames'; +import PropTypes from 'prop-types'; +import RBContainer, { type ContainerProps as RBContainerProps } from 'react-bootstrap/Container'; + +import type { ComponentWithAsProp } from '../utils/types/bootstrap'; + +enum ContainerSizeClass { + xs = 'container-mw-xs', + sm = 'container-mw-sm', + md = 'container-mw-md', + lg = 'container-mw-lg', + xl = 'container-mw-xl', +} + +export type ContainerSize = keyof typeof ContainerSizeClass; + +interface ContainerProps extends RBContainerProps { + size?: ContainerSize; +} + +type ContainerType = ComponentWithAsProp<'div', ContainerProps>; + +const Container: ContainerType = React.forwardRef(({ + size, + children, + ...props +}, ref) => ( + + {children} + +)); + +Container.propTypes = { + ...RBContainer.propTypes, + /** Override the base element */ + as: PropTypes.elementType, + /** Specifies the contents of the container */ + children: PropTypes.node, + /** Fill all available space at any breakpoint */ + fluid: PropTypes.bool, + /** Set the maximum width for the container. Omiting the prop will remove the max-width */ + size: PropTypes.oneOf(['xs', 'sm', 'md', 'lg', 'xl']), + /** Overrides underlying component base CSS class name */ + bsPrefix: PropTypes.string, +}; + +Container.defaultProps = { + as: 'div', + children: undefined, + fluid: true, + size: undefined, + bsPrefix: 'container', +}; + +export default Container; diff --git a/src/index.d.ts b/src/index.d.ts index a680a1ac86..f28715349d 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -8,6 +8,7 @@ export { default as Bubble } from './Bubble'; export { default as Button, ButtonGroup, ButtonToolbar } from './Button'; export { default as Chip, CHIP_PGN_CLASS } from './Chip'; export { default as ChipCarousel } from './ChipCarousel'; +export { default as Container, ContainerSize } from './Container'; export { default as Hyperlink, HYPER_LINK_EXTERNAL_LINK_ALT_TEXT, HYPER_LINK_EXTERNAL_LINK_TITLE } from './Hyperlink'; export { default as Icon } from './Icon'; export { default as IconButton, IconButtonWithTooltip } from './IconButton'; @@ -41,7 +42,6 @@ export const export const CheckBox: any; // from './CheckBox'; export const CheckBoxGroup: any; // from './CheckBoxGroup'; export const CloseButton: any; // from './CloseButton'; -export const Container: any; // from './Container'; export const Layout: any, Col: any, Row: any; // from './Layout'; export const Collapse: any; // from './Collapse'; export const Collapsible: any; // from './Collapsible'; diff --git a/www/src/context/SettingsContext.tsx b/www/src/context/SettingsContext.tsx index 777c3a73bb..156ae8f3f3 100644 --- a/www/src/context/SettingsContext.tsx +++ b/www/src/context/SettingsContext.tsx @@ -2,7 +2,7 @@ import React, { createContext, useState, useEffect } from 'react'; import PropTypes from 'prop-types'; import { Helmet } from 'react-helmet'; import { IntlProvider } from 'react-intl'; -import { messages } from '~paragon-react'; +import { messages, type ContainerSize } from '~paragon-react'; import { THEMES, DEFAULT_THEME } from '../../theme-config'; import { SETTINGS_EVENTS, sendUserAnalyticsEvent } from '../../segment-events'; @@ -12,7 +12,7 @@ export interface IDefaultValue { theme?: string, direction?: string, language?: string, - containerWidth?: string, + containerWidth?: ContainerSize, }, theme?: string, handleSettingsChange: Function, @@ -35,7 +35,7 @@ function SettingsContextProvider({ children }) { theme: DEFAULT_THEME, direction: 'ltr', language: 'en', - containerWidth: 'md', + containerWidth: 'md' as ContainerSize, }); const [showSettings, setShowSettings] = useState(false); From 1f0ea00c5d2cfcde55db01aa92888b7f3d327543 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:58:29 -0400 Subject: [PATCH 105/160] docs: update dependent-usage.json (#3231) --- dependent-usage.json | 406 ++++++++++++++++++++++--------------------- 1 file changed, 209 insertions(+), 197 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 32a9ad7304..dfc8f90aa7 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1725893041531, + "lastModified": 1725979207713, "projectUsages": [ { "version": "22.7.0", @@ -2679,15 +2679,15 @@ }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 163, + "line": 164, "column": 12, - "index": 5268 + "index": 5318 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 230, + "line": 231, "column": 12, - "index": 9164 + "index": 9220 }, { "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", @@ -2969,15 +2969,15 @@ }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 112, + "line": 113, "column": 14, - "index": 3292 + "index": 3342 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 134, + "line": 135, "column": 14, - "index": 4496 + "index": 4552 }, { "filePath": "src/components/SubsidyRequestManagementTable/CourseTitleCell.jsx", @@ -3007,27 +3007,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 48, + "line": 52, "column": 12, - "index": 1597 + "index": 1807 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 64, + "line": 69, "column": 12, - "index": 2154 + "index": 2437 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 80, + "line": 86, "column": 12, - "index": 2734 + "index": 3090 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 125, + "line": 131, "column": 12, - "index": 4710 + "index": 5066 }, { "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", @@ -3355,15 +3355,15 @@ }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 121, + "line": 122, "column": 14, - "index": 3601 + "index": 3651 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 153, + "line": 154, "column": 14, - "index": 5371 + "index": 5427 }, { "filePath": "src/components/TextAreaAutoSize/index.jsx", @@ -3393,27 +3393,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 49, + "line": 53, "column": 14, - "index": 1624 + "index": 1834 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 65, + "line": 70, "column": 14, - "index": 2181 + "index": 2464 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 81, + "line": 87, "column": 14, - "index": 2761 + "index": 3117 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 126, + "line": 132, "column": 14, - "index": 4737 + "index": 5093 }, { "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx", @@ -3575,27 +3575,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 56, + "line": 60, "column": 14, - "index": 1911 + "index": 2121 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 72, + "line": 77, "column": 14, - "index": 2462 + "index": 2745 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 88, + "line": 94, "column": 14, - "index": 3066 + "index": 3422 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 133, + "line": 139, "column": 14, - "index": 5027 + "index": 5383 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitleInput.jsx", @@ -4021,27 +4021,27 @@ }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 100, + "line": 101, "column": 20, - "index": 2840 + "index": 2890 }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 152, + "line": 153, "column": 20, - "index": 4867 + "index": 4917 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 112, + "line": 113, "column": 20, - "index": 3523 + "index": 3579 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 209, + "line": 210, "column": 20, - "index": 8135 + "index": 8191 }, { "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", @@ -4627,6 +4627,12 @@ "column": 2, "index": 125 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", + "line": 36, + "column": 6, + "index": 1232 + }, { "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx", "line": 138, @@ -5753,9 +5759,9 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 198, + "line": 238, "column": 23, - "index": 5919 + "index": 7544 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", @@ -6157,15 +6163,15 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 159, + "line": 196, "column": 12, - "index": 4367 + "index": 5838 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 171, + "line": 211, "column": 12, - "index": 4862 + "index": 6487 }, { "filePath": "src/components/subscriptions/SubscriptionData.jsx", @@ -6187,27 +6193,27 @@ }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 98, + "line": 99, "column": 12, - "index": 2782 + "index": 2832 }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 151, + "line": 152, "column": 12, - "index": 4840 + "index": 4890 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 110, + "line": 111, "column": 12, - "index": 3465 + "index": 3521 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 208, + "line": 209, "column": 12, - "index": 8108 + "index": 8164 }, { "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", @@ -6737,27 +6743,27 @@ }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 104, + "line": 105, "column": 14, - "index": 2979 + "index": 3029 }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 156, + "line": 157, "column": 14, - "index": 5011 + "index": 5061 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 116, + "line": 117, "column": 14, - "index": 3658 + "index": 3714 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 213, + "line": 214, "column": 14, - "index": 8281 + "index": 8337 }, { "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", @@ -6781,9 +6787,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 182, + "line": 186, "column": 10, - "index": 7067 + "index": 7390 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -6837,33 +6843,33 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 189, + "line": 193, "column": 12, - "index": 7239 + "index": 7562 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 205, + "line": 209, "column": 12, - "index": 7823 + "index": 8146 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 221, + "line": 225, "column": 12, - "index": 8407 + "index": 8730 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 237, + "line": 241, "column": 12, - "index": 8992 + "index": 9315 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 251, + "line": 255, "column": 12, - "index": 9493 + "index": 9816 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -8073,21 +8079,21 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 191, + "line": 231, "column": 10, - "index": 5636 + "index": 7261 }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 166, + "line": 167, "column": 12, - "index": 5368 + "index": 5418 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 237, + "line": 238, "column": 12, - "index": 9495 + "index": 9551 }, { "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", @@ -8171,6 +8177,12 @@ "column": 34, "index": 400 }, + { + "filePath": "src/components/AdvanceAnalyticsV2/Stats.jsx", + "line": 26, + "column": 8, + "index": 812 + }, { "filePath": "src/components/CodeAssignmentModal/index.jsx", "line": 426, @@ -8281,9 +8293,9 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 199, + "line": 239, "column": 23, - "index": 5971 + "index": 7596 } ], "Check": [ @@ -8829,15 +8841,15 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 163, + "line": 200, "column": 16, - "index": 4547 + "index": 6018 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 178, + "line": 218, "column": 10, - "index": 5216 + "index": 6841 }, { "filePath": "src/components/subscriptions/MultipleSubscriptionsPage.jsx", @@ -9175,21 +9187,21 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 187, + "line": 227, "column": 8, - "index": 5503 + "index": 7128 }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 162, + "line": 163, "column": 10, - "index": 5244 + "index": 5294 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 229, + "line": 230, "column": 10, - "index": 9140 + "index": 9196 }, { "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", @@ -9377,21 +9389,21 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 145, + "line": 182, "column": 4, - "index": 4037 + "index": 5508 }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 85, + "line": 86, "column": 4, - "index": 2446 + "index": 2496 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 87, + "line": 88, "column": 4, - "index": 2688 + "index": 2738 }, { "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", @@ -9505,21 +9517,21 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 151, + "line": 188, "column": 6, - "index": 4161 + "index": 5632 }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 93, + "line": 94, "column": 8, - "index": 2635 + "index": 2685 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 101, + "line": 102, "column": 8, - "index": 3074 + "index": 3130 }, { "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", @@ -9633,21 +9645,21 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 152, + "line": 189, "column": 8, - "index": 4190 + "index": 5661 }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 94, + "line": 95, "column": 10, - "index": 2666 + "index": 2716 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 102, + "line": 103, "column": 10, - "index": 3105 + "index": 3161 }, { "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", @@ -9767,21 +9779,21 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 156, + "line": 193, "column": 6, - "index": 4291 + "index": 5762 }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 109, + "line": 110, "column": 8, - "index": 3141 + "index": 3191 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 131, + "line": 132, "column": 8, - "index": 4343 + "index": 4399 }, { "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", @@ -9957,21 +9969,21 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 186, + "line": 226, "column": 6, - "index": 5474 + "index": 7099 }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 161, + "line": 162, "column": 8, - "index": 5213 + "index": 5263 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 228, + "line": 229, "column": 8, - "index": 9109 + "index": 9165 }, { "filePath": "src/components/subsidy-request-modals/DeclineSubsidyRequestModal.jsx", @@ -10625,9 +10637,9 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 188, + "line": 228, "column": 10, - "index": 5525 + "index": 7150 } ], "Container": [ @@ -10961,15 +10973,15 @@ }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 122, + "line": 123, "column": 16, - "index": 3630 + "index": 3680 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 154, + "line": 155, "column": 16, - "index": 5400 + "index": 5456 } ], "Form.Radio": [ @@ -11011,15 +11023,15 @@ }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 127, + "line": 128, "column": 20, - "index": 3857 + "index": 3907 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 159, + "line": 160, "column": 20, - "index": 5653 + "index": 5709 } ], "Truncate": [ @@ -12487,9 +12499,9 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRevokeModal.jsx", - "line": 198, + "line": 238, "column": 34, - "index": 5930 + "index": 7555 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/RevokeBulkAction.jsx", @@ -12613,15 +12625,15 @@ }, { "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 92, + "line": 93, "column": 6, - "index": 2620 + "index": 2670 }, { "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 100, + "line": 101, "column": 6, - "index": 3059 + "index": 3115 } ], "FormControl": [ @@ -15152,21 +15164,21 @@ }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 52, + "line": 53, "column": 10, - "index": 1446 + "index": 1531 }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 85, + "line": 86, "column": 16, - "index": 2548 + "index": 2633 }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 93, + "line": 94, "column": 14, - "index": 2850 + "index": 2935 }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", @@ -15562,9 +15574,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 223, + "line": 225, "column": 10, - "index": 6992 + "index": 7107 }, { "filePath": "src/generic/datepicker-control/DatepickerControl.jsx", @@ -16116,9 +16128,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 229, + "line": 231, "column": 12, - "index": 7203 + "index": 7318 }, { "filePath": "src/generic/datepicker-control/DatepickerControl.jsx", @@ -16598,9 +16610,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 231, + "line": 233, "column": 14, - "index": 7294 + "index": 7409 }, { "filePath": "src/generic/FormikControl.jsx", @@ -18192,9 +18204,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 242, + "line": 244, "column": 12, - "index": 7699 + "index": 7814 }, { "filePath": "src/generic/FormikControl.jsx", @@ -18626,9 +18638,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 221, + "line": 223, "column": 6, - "index": 6933 + "index": 7048 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -19470,9 +19482,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 254, + "line": 256, "column": 8, - "index": 8077 + "index": 8192 }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", @@ -19554,9 +19566,9 @@ }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 83, + "line": 84, "column": 12, - "index": 2484 + "index": 2569 }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", @@ -19744,9 +19756,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 261, + "line": 263, "column": 10, - "index": 8319 + "index": 8434 }, { "filePath": "src/generic/loading-button/index.jsx", @@ -19854,9 +19866,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 204, + "line": 206, "column": 6, - "index": 6390 + "index": 6480 }, { "filePath": "src/generic/FieldFeedback.jsx", @@ -20810,9 +20822,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 255, + "line": 257, "column": 10, - "index": 8133 + "index": 8248 }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", @@ -23486,9 +23498,9 @@ }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 48, + "line": 49, "column": 4, - "index": 1337 + "index": 1422 }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", @@ -23700,9 +23712,9 @@ }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 49, + "line": 50, "column": 6, - "index": 1372 + "index": 1457 }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", @@ -23990,9 +24002,9 @@ }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 66, + "line": 67, "column": 20, - "index": 1867 + "index": 1952 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", @@ -25218,9 +25230,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 182, + "line": 184, "column": 10, - "index": 5843 + "index": 5933 }, { "filePath": "src/schedule-and-details/details-section/index.jsx", @@ -25248,15 +25260,15 @@ }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 73, + "line": 74, "column": 18, - "index": 2097 + "index": 2182 }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 77, + "line": 78, "column": 16, - "index": 2272 + "index": 2357 }, { "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", @@ -26044,9 +26056,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 176, + "line": 178, "column": 4, - "index": 5564 + "index": 5654 }, { "filePath": "src/schedule-and-details/details-section/index.jsx", @@ -26068,9 +26080,9 @@ }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 64, + "line": 65, "column": 12, - "index": 1805 + "index": 1890 }, { "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", @@ -26172,9 +26184,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 177, + "line": 179, "column": 6, - "index": 5598 + "index": 5688 }, { "filePath": "src/schedule-and-details/details-section/index.jsx", @@ -26196,9 +26208,9 @@ }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 65, + "line": 66, "column": 14, - "index": 1830 + "index": 1915 }, { "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", @@ -26314,9 +26326,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 180, + "line": 182, "column": 6, - "index": 5776 + "index": 5866 }, { "filePath": "src/schedule-and-details/details-section/index.jsx", @@ -26338,9 +26350,9 @@ }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 71, + "line": 72, "column": 14, - "index": 2025 + "index": 2110 }, { "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", @@ -26986,9 +26998,9 @@ }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 208, + "line": 210, "column": 18, - "index": 6510 + "index": 6630 } ], "useWindowSize": [ @@ -27568,9 +27580,9 @@ }, { "filePath": "src/studio-home/card-item/index.jsx", - "line": 67, + "line": 68, "column": 24, - "index": 1903 + "index": 1988 } ], "FileUpload": [ From b1501141ebc1f8c6a88254bfd57ed6d42df734f0 Mon Sep 17 00:00:00 2001 From: Hamzah Ullah Date: Wed, 11 Sep 2024 11:37:00 -0400 Subject: [PATCH 106/160] fix: scales down card logo cap (#3218) --- src/Card/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Card/index.scss b/src/Card/index.scss index 383726a8cf..270238b957 100644 --- a/src/Card/index.scss +++ b/src/Card/index.scss @@ -352,6 +352,8 @@ a.pgn__card { bottom: calc(-1 * var(--pgn-spacing-card-logo-bottom-offset-base)); width: var(--pgn-size-card-logo-width); height: var(--pgn-size-card-logo-height); + object-fit: scale-down; + object-position: center center; border-radius: var(--pgn-size-card-border-radius-logo); box-shadow: var(--pgn-elevation-box-shadow-level-1); padding: map_get($spacers, 2); From 6ad2bf7817b322f1b2dc6c3d8cbe7befbd534733 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:50:10 +0500 Subject: [PATCH 107/160] test: Add Node 20 to CI matrix (#3234) --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c03fc42a0f..bae6e451a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,17 +8,19 @@ on: jobs: tests: runs-on: ubuntu-latest + strategy: + matrix: + node: [18, 20] + continue-on-error: ${{ matrix.node == 20 }} steps: - name: Checkout uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Setup Nodejs Env - run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV - name: Setup Nodejs - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: ${{env.NODE_VER }} + node-version: ${{ matrix.node }} - name: Install dependencies run: npm ci - name: Check Types From 483c9c60738fefc76038e20acb04d54a63387bec Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Fri, 20 Sep 2024 02:49:56 +0500 Subject: [PATCH 108/160] build: Upgrade to Node 20 (#3236) * build: Upgrade to Node 20 * chore: updated package-lock --- .github/workflows/ci.yml | 1 - .nvmrc | 2 +- package-lock.json | 129 --------------------------------------- 3 files changed, 1 insertion(+), 131 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bae6e451a0..8df849ad4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,6 @@ jobs: strategy: matrix: node: [18, 20] - continue-on-error: ${{ matrix.node == 20 }} steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.nvmrc b/.nvmrc index 3c032078a4..209e3ef4b6 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +20 diff --git a/package-lock.json b/package-lock.json index 5b8d17d40f..17ddc30a10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6127,65 +6127,6 @@ "darwin" ] }, - "node_modules/@lmdb/lmdb-darwin-x64": { - "version": "2.5.3", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@lmdb/lmdb-linux-arm": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-2.5.3.tgz", - "integrity": "sha512-mU2HFJDGwECkoD9dHQEfeTG5mp8hNS2BCfwoiOpVPMeapjYpQz9Uw3FkUjRZ4dGHWKbin40oWHuL0bk2bCx+Sg==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@lmdb/lmdb-linux-arm64": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-2.5.3.tgz", - "integrity": "sha512-VJw60Mdgb4n+L0fO1PqfB0C7TyEQolJAC8qpqvG3JoQwvyOv6LH7Ib/WE3wxEW9nuHmVz9jkK7lk5HfWWgoO1Q==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@lmdb/lmdb-linux-x64": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-2.5.3.tgz", - "integrity": "sha512-qaReO5aV8griBDsBr8uBF/faO3ieGjY1RY4p8JvTL6Mu1ylLrTVvOONqKFlNaCwrmUjWw5jnf7VafxDAeQHTow==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@lmdb/lmdb-win32-x64": { - "version": "2.5.3", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.5.3.tgz", - "integrity": "sha512-cK+Elf3RjEzrm3SerAhrFWL5oQAsZSJ/LmjL1joIpTfEP1etJJ9CTRvdaV6XLYAxaEkfdhk/9hOvHLbR9yIhCA==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ] - }, "node_modules/@material-icons/svg": { "version": "1.0.33", "resolved": "https://registry.npmjs.org/@material-icons/svg/-/svg-1.0.33.tgz", @@ -6305,17 +6246,6 @@ "node": ">=12.0.0" } }, - "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": { - "version": "3.0.2", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, "node_modules/@newrelic/publish-sourcemap": { "version": "5.1.0", "dev": true, @@ -6602,65 +6532,6 @@ "darwin" ] }, - "node_modules/@parcel/cache/node_modules/@lmdb/lmdb-darwin-x64": { - "version": "2.5.2", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@parcel/cache/node_modules/@lmdb/lmdb-linux-arm": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-2.5.2.tgz", - "integrity": "sha512-5kQAP21hAkfW5Bl+e0P57dV4dGYnkNIpR7f/GAh6QHlgXx+vp/teVj4PGRZaKAvt0GX6++N6hF8NnGElLDuIDw==", - "cpu": [ - "arm" - ], - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@parcel/cache/node_modules/@lmdb/lmdb-linux-arm64": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-2.5.2.tgz", - "integrity": "sha512-aLl89VHL/wjhievEOlPocoefUyWdvzVrcQ/MHQYZm2JfV1jUsrbr/ZfkPPUFvZBf+VSE+Q0clWs9l29PCX1hTQ==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@parcel/cache/node_modules/@lmdb/lmdb-linux-x64": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-2.5.2.tgz", - "integrity": "sha512-xUdUfwDJLGjOUPH3BuPBt0NlIrR7f/QHKgu3GZIXswMMIihAekj2i97oI0iWG5Bok/b+OBjHPfa8IU9velnP/Q==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@parcel/cache/node_modules/@lmdb/lmdb-win32-x64": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-2.5.2.tgz", - "integrity": "sha512-zrBczSbXKxEyK2ijtbRdICDygRqWSRPpZMN5dD1T8VMEW5RIhIbwFWw2phDRXuBQdVDpSjalCIUMWMV2h3JaZA==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ] - }, "node_modules/@parcel/cache/node_modules/lmdb": { "version": "2.5.2", "hasInstallScript": true, From 29125ed5192dba94bdf0058699b1556fcdaa6abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 11:03:36 -0400 Subject: [PATCH 109/160] chore(deps): bump actions/download-artifact from 2 to 4 in /.github/workflows (#3209) * chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] * chore: Apply suggestions from code review --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> --- .github/workflows/analyze-dependents.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyze-dependents.yml b/.github/workflows/analyze-dependents.yml index d32acb51ef..c33dc2a9f5 100644 --- a/.github/workflows/analyze-dependents.yml +++ b/.github/workflows/analyze-dependents.yml @@ -225,7 +225,7 @@ jobs: run: npm ci working-directory: dependent-usage-analyzer - name: Download dependent project checkouts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dependent-project-checkouts path: dependent-usage-analyzer @@ -262,7 +262,7 @@ jobs: with: node-version: ${{ env.NODE_VER }} - name: Download analysis output - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dependent-usage-json - name: Create pull request for dependent project usages From 9f8e750cf64fc1bba5335fe018893384b19b4abe Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Mon, 7 Oct 2024 10:18:10 -0700 Subject: [PATCH 110/160] docs: mark deprecated components as deprecated using JSDoc/TypeScript (#3240) --- src/index.d.ts | 14 ++++++++++++++ src/index.js | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/index.d.ts b/src/index.d.ts index f28715349d..4e6817b735 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -39,7 +39,9 @@ export const export const Carousel: any, CarouselItem: any, CAROUSEL_NEXT_LABEL_TEXT: any, CAROUSEL_PREV_LABEL_TEXT: any; // from './Carousel'; +/** @deprecated Replaced by `Form.Checkbox`. */ export const CheckBox: any; // from './CheckBox'; +/** @deprecated Replaced by `Form.Checkbox` and `Form.CheckboxSet`. */ export const CheckBoxGroup: any; // from './CheckBoxGroup'; export const CloseButton: any; // from './CloseButton'; export const Layout: any, Col: any, Row: any; // from './Layout'; @@ -53,6 +55,7 @@ export const SplitButton: any; // from './Dropdown'; export const Fade: any; // from './Fade'; +/** @deprecated */ export const Fieldset: any; // from './Fieldset'; export const Form: any, @@ -77,17 +80,23 @@ export const InputGroup: any; // from './Form'; export const IconButtonToggle: any; // from './IconButtonToggle'; +/** @deprecated Replaced by `Form.Control`. */ export const Input: any; // from './Input'; +/** @deprecated Replaced by `Form.Control`. */ export const InputSelect: any; // from './InputSelect'; +/** @deprecated Replaced by `Form.Control`. */ export const InputText: any; // from './InputText'; export const Image: any, Figure; // from './Image'; +/** @deprecated */ export const ListBox: any; // from './ListBox'; +/** @deprecated */ export const ListBoxOption: any; // from './ListBoxOption'; export const MailtoLink: any, MAIL_TO_LINK_EXTERNAL_LINK_ALTERNATIVE_TEXT: string, MAIL_TO_LINK_EXTERNAL_LINK_TITLE: string; // from './MailtoLink'; export const Media: any; // from './Media'; export const Menu: any; // from './Menu'; export const MenuItem: any; // from './Menu/MenuItem'; export const SelectMenu: any, SELECT_MENU_DEFAULT_MESSAGE: string; // from './Menu/SelectMenu'; +/** @deprecated Use `ModalDialog` instead. */ export const Modal: any; // from './Modal'; export const ModalCloseButton: any; // from './Modal/ModalCloseButton'; export const FullscreenModal: any, FULLSCREEN_MODAL_CLOSE_LABEL: string; // from './Modal/FullscreenModal'; @@ -122,6 +131,7 @@ export const export const Popover: any, PopoverTitle: any, PopoverContent: any; // from './Popover'; export const ProgressBar: any; // from './ProgressBar'; export const ProductTour: any; // from './ProductTour'; +/** @deprecated Replaced by `Form.Radio` and `Form.RadioSet`. */ export const RadioButtonGroup: any, RadioButton: any; // from './RadioButtonGroup'; export const ResponsiveEmbed: any; // from './ResponsiveEmbed'; export const @@ -135,7 +145,9 @@ export const Sheet: any; // from './Sheet'; export const Spinner: any; // from './Spinner'; export const Stepper: any; // from './Stepper'; export const StatefulButton: any; // from './StatefulButton'; +/** @deprecated Replaced by `Alert`. */ export const StatusAlert: any; // from './StatusAlert'; +/** @deprecated Replaced by `DataTable`. */ export const Table: any; // from './Table'; export const Tabs: any, @@ -144,8 +156,10 @@ export const TabContent: any, TabPane: any; // from './Tabs'; +/** @deprecated Replaced by `Form.Control`. */ export const TextArea: any; // from './TextArea'; export const Toast: any, TOAST_CLOSE_LABEL_TEXT: string, TOAST_DELAY: number; // from './Toast'; +/** @deprecated Replaced by `Form.Group`. */ export const ValidationFormGroup: any; // from './ValidationFormGroup'; export const TransitionReplace: any; // from './TransitionReplace'; export const ValidationMessage: any; // from './ValidationMessage'; diff --git a/src/index.js b/src/index.js index 7d226367f0..64e6558460 100644 --- a/src/index.js +++ b/src/index.js @@ -8,6 +8,7 @@ export { default as Bubble } from './Bubble'; export { default as Button, ButtonGroup, ButtonToolbar } from './Button'; export { default as Chip, CHIP_PGN_CLASS } from './Chip'; export { default as ChipCarousel } from './ChipCarousel'; +export { default as Container } from './Container'; export { default as Hyperlink, HYPER_LINK_EXTERNAL_LINK_ALT_TEXT, HYPER_LINK_EXTERNAL_LINK_TITLE } from './Hyperlink'; export { default as Icon } from './Icon'; export { default as IconButton, IconButtonWithTooltip } from './IconButton'; @@ -39,7 +40,6 @@ export { default as Carousel, CarouselItem, CAROUSEL_NEXT_LABEL_TEXT, CAROUSEL_PREV_LABEL_TEXT, } from './Carousel'; export { default as CloseButton } from './CloseButton'; -export { default as Container } from './Container'; export { default as Layout, Col, Row } from './Layout'; export { default as Collapse } from './Collapse'; export { default as Collapsible } from './Collapsible'; From 667a11fae81040a26b09c54078651134aed3f3ec Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Mon, 7 Oct 2024 10:20:08 -0700 Subject: [PATCH 111/160] chore(deps): upgrade to @edx/eslint-config 4.2 (#3241) --- .eslintrc.js | 15 ++----- package-lock.json | 43 ++++++++++++++++--- package.json | 2 +- .../tests/ControlledSelectHeader.test.jsx | 14 +++--- .../{Truncate.test.js => utils.test.js} | 0 src/hooks/useArrowKeyNavigation.jsx | 3 +- tsconfig.build.json | 4 +- tsconfig.json | 12 +++++- www/src/components/LeaveFeedback.tsx | 2 +- www/src/components/Menu.tsx | 2 +- www/tsconfig.json | 2 +- 11 files changed, 66 insertions(+), 33 deletions(-) rename src/Truncate/{Truncate.test.js => utils.test.js} (100%) diff --git a/.eslintrc.js b/.eslintrc.js index aaf4750116..aec82a5036 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -3,9 +3,9 @@ const path = require('path'); module.exports = { extends: [ '@edx/eslint-config', - 'plugin:import/typescript', ], - parser: '@babel/eslint-parser', + plugins: ['@typescript-eslint'], + parser: '@typescript-eslint/parser', parserOptions: { requireConfigFile: true, babelOptions: { @@ -30,7 +30,9 @@ module.exports = { '**/*.stories.jsx', 'src/setupTest.ts', '**/*.test.jsx', + '**/*.test.tsx', '**/*.test.js', + '**/*.test.ts', 'config/*.js', '*.config.ts', '*.config.*.js', @@ -62,13 +64,4 @@ module.exports = { globals: { newrelic: false, }, - overrides: [ - { - files: ['**/*.ts', '**/*.tsx'], - extends: 'airbnb-typescript', - parserOptions: { - project: './tsconfig.json', - }, - }, - ], }; diff --git a/package-lock.json b/package-lock.json index 17ddc30a10..d83b197cd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "@babel/preset-env": "^7.16.8", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", - "@edx/eslint-config": "^3.2.0", + "@edx/eslint-config": "^4.2.0", "@edx/stylelint-config-edx": "^2.3.0", "@edx/typescript-config": "^1.1.0", "@formatjs/cli": "^5.0.2", @@ -2615,14 +2615,17 @@ "license": "UNLICENSED" }, "node_modules/@edx/eslint-config": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-3.2.0.tgz", - "integrity": "sha512-X2o34xr3KqmQSV/vJVv6k4FxUKYwbBATHTtTHLTYQvM9PVoM3WbKQP9tl6Z057pRErKzshJcks+4ENzDyhr11Q==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-4.2.0.tgz", + "integrity": "sha512-2wuIw49uyj6gRwS74qJ8WhBU+X2FOP4uot40sthIC4YU9qCM7WJOcOuAhkRPP1FvZKd3UQH3gZM7eJ85xzDBqA==", "dev": true, "peerDependencies": { - "eslint": "^6.8.0 || ^7.0.0 || ^8.0.0", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", + "eslint": "^7.32.0 || ^8.2.0", "eslint-config-airbnb": "^18.0.1 || ^19.0.0", - "eslint-plugin-import": "^2.20.0", + "eslint-config-airbnb-typescript": "^17.0.0", + "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.18.0", "eslint-plugin-react-hooks": "^1.7.0 || ^4.0.0" @@ -2724,6 +2727,20 @@ "url": "https://opencollective.com/babel" } }, + "node_modules/@edx/frontend-build/node_modules/@edx/eslint-config": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-3.2.0.tgz", + "integrity": "sha512-X2o34xr3KqmQSV/vJVv6k4FxUKYwbBATHTtTHLTYQvM9PVoM3WbKQP9tl6Z057pRErKzshJcks+4ENzDyhr11Q==", + "dev": true, + "peerDependencies": { + "eslint": "^6.8.0 || ^7.0.0 || ^8.0.0", + "eslint-config-airbnb": "^18.0.1 || ^19.0.0", + "eslint-plugin-import": "^2.20.0", + "eslint-plugin-jsx-a11y": "^6.2.3", + "eslint-plugin-react": "^7.18.0", + "eslint-plugin-react-hooks": "^1.7.0 || ^4.0.0" + } + }, "node_modules/@edx/frontend-build/node_modules/@eslint/eslintrc": { "version": "2.0.2", "dev": true, @@ -41131,6 +41148,20 @@ "postcss-custom-media": "^9.1.2" } }, + "www/node_modules/@edx/eslint-config": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@edx/eslint-config/-/eslint-config-3.2.0.tgz", + "integrity": "sha512-X2o34xr3KqmQSV/vJVv6k4FxUKYwbBATHTtTHLTYQvM9PVoM3WbKQP9tl6Z057pRErKzshJcks+4ENzDyhr11Q==", + "dev": true, + "peerDependencies": { + "eslint": "^6.8.0 || ^7.0.0 || ^8.0.0", + "eslint-config-airbnb": "^18.0.1 || ^19.0.0", + "eslint-plugin-import": "^2.20.0", + "eslint-plugin-jsx-a11y": "^6.2.3", + "eslint-plugin-react": "^7.18.0", + "eslint-plugin-react-hooks": "^1.7.0 || ^4.0.0" + } + }, "www/node_modules/decode-uri-component": { "version": "0.4.1", "license": "MIT", diff --git a/package.json b/package.json index 77ff05e6eb..e8a5687d62 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "@babel/preset-env": "^7.16.8", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", - "@edx/eslint-config": "^3.2.0", + "@edx/eslint-config": "^4.2.0", "@edx/stylelint-config-edx": "^2.3.0", "@edx/typescript-config": "^1.1.0", "@formatjs/cli": "^5.0.2", diff --git a/src/DataTable/selection/tests/ControlledSelectHeader.test.jsx b/src/DataTable/selection/tests/ControlledSelectHeader.test.jsx index 732c3cdb43..2af2b283ba 100644 --- a/src/DataTable/selection/tests/ControlledSelectHeader.test.jsx +++ b/src/DataTable/selection/tests/ControlledSelectHeader.test.jsx @@ -8,6 +8,13 @@ import DataTableContext from '../../DataTableContext'; import * as selectActions from '../data/actions'; import { getRowIds } from '../data/helpers'; +function DataTableContextChild() { + const contextValue = useContext(DataTableContext); + return ( +
+ ); +} + // eslint-disable-next-line react/prop-types function ControlledSelectHeaderWrapper({ tableProps, selectProps, ...rest }) { return ( @@ -18,13 +25,6 @@ function ControlledSelectHeaderWrapper({ tableProps, selectProps, ...rest }) { ); } -function DataTableContextChild() { - const contextValue = useContext(DataTableContext); - return ( -
- ); -} - const mockToggleAllPageRowsSelectedProps = jest.fn(); const rows = [{ id: 1 }, { id: 2 }]; const tableProps = { diff --git a/src/Truncate/Truncate.test.js b/src/Truncate/utils.test.js similarity index 100% rename from src/Truncate/Truncate.test.js rename to src/Truncate/utils.test.js diff --git a/src/hooks/useArrowKeyNavigation.jsx b/src/hooks/useArrowKeyNavigation.jsx index 69b3bb6cbc..bdfe258b2f 100644 --- a/src/hooks/useArrowKeyNavigation.jsx +++ b/src/hooks/useArrowKeyNavigation.jsx @@ -32,8 +32,7 @@ function handleArrowKey({ event, currentIndex, availableElements }) { [nextElement] = availableElements; } - // eslint-disable-next-line no-unused-expressions - nextElement && nextElement.focus(); + nextElement?.focus(); event.preventDefault(); } diff --git a/tsconfig.build.json b/tsconfig.build.json index 920c37bcae..b4586548d2 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -3,8 +3,10 @@ "compilerOptions": { // For build purposes, we use TypeScript/tsc to generate the .d.ts files and Babel to convert .tsx/.ts/.jsx to .js // In the future we could probably just use tsc for both though. - "emitDeclarationOnly": true + "emitDeclarationOnly": true, + "rootDir": "src" }, + "include": ["src"], // Don't include the .test.tsx files when we build the .d.ts files in dist/ "exclude": ["src/**/*.test.tsx"], } diff --git a/tsconfig.json b/tsconfig.json index 42f8fd340c..5677492e19 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,8 +3,16 @@ "compilerOptions": { "noImplicitAny": true, "allowJs": false, - "rootDir": "src", "outDir": "dist" }, - "include": ["src"] + "include": [ + "lib/**/*", + "src/**/*", + "*.js", + ".eslintrc.js", + "__mocks__/*", + "algolia-docsearch/*", + "bin/*", + "dependent-usage-analyzer/**/*" + ] } diff --git a/www/src/components/LeaveFeedback.tsx b/www/src/components/LeaveFeedback.tsx index dc39cbb466..d446cc391b 100644 --- a/www/src/components/LeaveFeedback.tsx +++ b/www/src/components/LeaveFeedback.tsx @@ -1,6 +1,6 @@ import React, { AnchorHTMLAttributes } from 'react'; import PropTypes from 'prop-types'; -import { useLocation } from '@reach/router'; +import { useLocation } from '@gatsbyjs/reach-router'; import { Nav, Button, Hyperlink } from '~paragon-react'; import { LEAVE_FEEDBACK_CLICKED_EVENT, sendUserAnalyticsEvent } from '../../segment-events'; diff --git a/www/src/components/Menu.tsx b/www/src/components/Menu.tsx index db01b84e87..2e2efdb7fa 100644 --- a/www/src/components/Menu.tsx +++ b/www/src/components/Menu.tsx @@ -1,5 +1,5 @@ import React, { useContext } from 'react'; -import { useLocation } from '@reach/router'; +import { useLocation } from '@gatsbyjs/reach-router'; import PropTypes from 'prop-types'; import { Link, graphql, useStaticQuery } from 'gatsby'; import classNames from 'classnames'; diff --git a/www/tsconfig.json b/www/tsconfig.json index d89fffb832..49e1386c5c 100644 --- a/www/tsconfig.json +++ b/www/tsconfig.json @@ -10,5 +10,5 @@ "~paragon-icons": ["../icons"], } }, - "include": ["src"] + "include": ["src", "playroom", "utils", "netlify", ".eslintrc.js", "*.js", "*.ts", "*.jsx", "*.tsx"] } From 253e04b6acf30d5de8f30800916315557f5bea39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:35:35 -0400 Subject: [PATCH 112/160] chore(deps): bump actions/upload-artifact from 2 to 4 (#3225) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/analyze-dependents.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyze-dependents.yml b/.github/workflows/analyze-dependents.yml index c33dc2a9f5..43024cc304 100644 --- a/.github/workflows/analyze-dependents.yml +++ b/.github/workflows/analyze-dependents.yml @@ -204,7 +204,7 @@ jobs: with: args: zip -qq -r dependent-usage-analyzer/dependent-projects.zip dependent-usage-analyzer/.projects - name: Upload dependent projects checkouts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dependent-project-checkouts path: dependent-usage-analyzer/dependent-projects.zip @@ -242,7 +242,7 @@ jobs: run: npm run analyze .projects -- --out "${GITHUB_WORKSPACE}/dependent-usage.json" working-directory: dependent-usage-analyzer - name: Upload analysis output - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dependent-usage-json path: dependent-usage.json From b67cbc44978a1122c1949cbaf448e1c0ebcbf523 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 10:15:18 -0400 Subject: [PATCH 113/160] docs: update dependent-usage.json (#3243) --- dependent-usage.json | 5086 ++++++++++++++++++++---------------------- 1 file changed, 2410 insertions(+), 2676 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index dfc8f90aa7..96ed17e2f0 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,8 +1,8 @@ { - "lastModified": 1725979207713, + "lastModified": 1728741985332, "projectUsages": [ { - "version": "22.7.0", + "version": "22.8.1", "name": "edx-credentials", "repository": { "type": "git", @@ -12,7 +12,7 @@ "usages": {} }, { - "version": "21.6.0", + "version": "21.13.1", "name": "edx-enterprise", "repository": { "type": "git", @@ -2085,27 +2085,21 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx", - "line": 63, + "line": 62, "column": 8, - "index": 2490 - }, - { - "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 188, - "column": 6, - "index": 6653 + "index": 2543 }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 210, + "line": 238, "column": 12, - "index": 7434 + "index": 8790 }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 232, + "line": 260, "column": 12, - "index": 8314 + "index": 9670 }, { "filePath": "src/components/learner-credit-management/AssignmentsTableRefreshAction.jsx", @@ -2135,61 +2129,61 @@ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 96, "column": 10, - "index": 3512 + "index": 3484 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 139, "column": 14, - "index": 5376 + "index": 5348 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 169, "column": 10, - "index": 6632 + "index": 6604 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 213, "column": 16, - "index": 8734 + "index": 8706 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 246, "column": 16, - "index": 10255 + "index": 10227 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 279, "column": 16, - "index": 11810 + "index": 11782 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 309, "column": 12, - "index": 13156 + "index": 13128 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 343, "column": 10, - "index": 14495 + "index": 14467 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 382, "column": 8, - "index": 15982 + "index": 15954 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 65, + "line": 64, "column": 6, - "index": 2135 + "index": 2105 }, { "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/ContentNotInCatalogErrorAlertModal.jsx", @@ -2224,8 +2218,8 @@ { "filePath": "src/components/learner-credit-management/cards/CourseCardFooterActions.jsx", "line": 31, - "column": 4, - "index": 1137 + "column": 6, + "index": 1145 }, { "filePath": "src/components/learner-credit-management/empty-state/NoAssignableBudgetActivity.jsx", @@ -2329,6 +2323,12 @@ "column": 14, "index": 6159 }, + { + "filePath": "src/components/PeopleManagement/index.jsx", + "line": 65, + "column": 10, + "index": 2565 + }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", "line": 570, @@ -2343,15 +2343,15 @@ }, { "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx", - "line": 73, + "line": 78, "column": 12, - "index": 2227 + "index": 2202 }, { "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx", - "line": 81, + "line": 86, "column": 10, - "index": 2542 + "index": 2517 }, { "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx", @@ -2399,13 +2399,13 @@ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx", "line": 202, "column": 10, - "index": 7828 + "index": 7830 }, { "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx", "line": 220, "column": 6, - "index": 8534 + "index": 8536 }, { "filePath": "src/components/settings/SettingsAppearanceTab/ThemeCard.jsx", @@ -3007,27 +3007,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 52, + "line": 54, "column": 12, - "index": 1807 + "index": 1939 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 69, + "line": 72, "column": 12, - "index": 2437 + "index": 2607 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 86, + "line": 90, "column": 12, - "index": 3090 + "index": 3274 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 131, + "line": 136, "column": 12, - "index": 5066 + "index": 5336 }, { "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", @@ -3063,7 +3063,7 @@ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 100, "column": 12, - "index": 4103 + "index": 4121 }, { "filePath": "src/components/learner-credit-management/invite-modal/FileUpload.jsx", @@ -3393,27 +3393,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 53, + "line": 55, "column": 14, - "index": 1834 + "index": 1966 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 70, + "line": 73, "column": 14, - "index": 2464 + "index": 2634 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 87, + "line": 91, "column": 14, - "index": 3117 + "index": 3301 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 132, + "line": 137, "column": 14, - "index": 5093 + "index": 5363 }, { "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx", @@ -3575,27 +3575,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 60, + "line": 62, "column": 14, - "index": 2121 + "index": 2253 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 77, + "line": 80, "column": 14, - "index": 2745 + "index": 2915 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 94, + "line": 98, "column": 14, - "index": 3422 + "index": 3606 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 139, + "line": 144, "column": 14, - "index": 5383 + "index": 5653 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitleInput.jsx", @@ -3619,7 +3619,7 @@ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 101, "column": 14, - "index": 4147 + "index": 4165 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", @@ -3941,6 +3941,12 @@ "column": 16, "index": 5943 }, + { + "filePath": "src/components/FeatureNotSupportedPage/index.jsx", + "line": 17, + "column": 34, + "index": 417 + }, { "filePath": "src/components/learner-credit-management/LearnerCreditDisclaimer.jsx", "line": 9, @@ -3961,15 +3967,15 @@ }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", - "line": 95, + "line": 96, "column": 21, - "index": 3246 + "index": 3264 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", - "line": 131, + "line": 132, "column": 23, - "index": 4900 + "index": 4918 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx", @@ -4091,25 +4097,25 @@ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 159, "column": 14, - "index": 7090 + "index": 7120 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 182, "column": 16, - "index": 8308 + "index": 8338 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", "line": 59, "column": 8, - "index": 1751 + "index": 1763 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", "line": 75, "column": 10, - "index": 2265 + "index": 2283 }, { "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", @@ -4125,9 +4131,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", - "line": 42, + "line": 40, "column": 4, - "index": 995 + "index": 1111 }, { "filePath": "src/components/learner-credit-management/empty-state/NoAssignableBudgetActivity.jsx", @@ -4219,6 +4225,12 @@ "column": 4, "index": 4563 }, + { + "filePath": "src/components/PeopleManagement/index.jsx", + "line": 73, + "column": 8, + "index": 2889 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", "line": 35, @@ -4327,25 +4339,25 @@ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 160, "column": 16, - "index": 7147 + "index": 7177 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 183, "column": 18, - "index": 8367 + "index": 8397 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", "line": 65, "column": 10, - "index": 1930 + "index": 1942 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", "line": 81, "column": 12, - "index": 2487 + "index": 2505 }, { "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", @@ -4361,9 +4373,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", - "line": 66, + "line": 64, "column": 8, - "index": 1821 + "index": 1987 }, { "filePath": "src/components/learner-credit-management/empty-state/NoAssignableBudgetActivity.jsx", @@ -4532,8 +4544,8 @@ { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", "line": 67, - "column": 10, - "index": 1846 + "column": 14, + "index": 2062 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -4629,9 +4641,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 36, + "line": 38, "column": 6, - "index": 1232 + "index": 1355 }, { "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx", @@ -4659,57 +4671,69 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentAllocationHelpCollapsibles.jsx", - "line": 11, - "column": 2, - "index": 484 + "line": 14, + "column": 4, + "index": 618 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 78, "column": 6, - "index": 3178 + "index": 3174 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 158, "column": 12, - "index": 7058 + "index": 7088 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 161, "column": 18, - "index": 7203 + "index": 7233 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 162, "column": 20, - "index": 7241 + "index": 7271 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 173, "column": 22, - "index": 7883 + "index": 7913 + }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx", + "line": 36, + "column": 2, + "index": 1437 + }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx", + "line": 64, + "column": 6, + "index": 2317 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", "line": 58, "column": 6, - "index": 1725 + "index": 1737 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", "line": 82, "column": 14, - "index": 2533 + "index": 2551 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", "line": 84, "column": 16, - "index": 2685 + "index": 2703 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryErrorState.jsx", @@ -4719,33 +4743,39 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx", - "line": 38, + "line": 37, "column": 6, - "index": 1524 + "index": 1563 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx", - "line": 43, + "line": 42, "column": 16, - "index": 1771 + "index": 1810 + }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", + "line": 69, + "column": 12, + "index": 2935 }, { "filePath": "src/components/learner-credit-management/AssignmentDetailsTableCell.jsx", - "line": 25, + "line": 26, "column": 4, - "index": 958 + "index": 1070 }, { "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateCell.jsx", - "line": 43, + "line": 41, "column": 4, - "index": 1325 + "index": 1356 }, { "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateHeader.jsx", - "line": 26, + "line": 22, "column": 4, - "index": 908 + "index": 888 }, { "filePath": "src/components/learner-credit-management/AssignmentRowActionTableCell.jsx", @@ -4805,31 +4835,31 @@ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 425, "column": 2, - "index": 17302 + "index": 17274 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 106, + "line": 105, "column": 6, - "index": 3263 + "index": 3233 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 109, + "line": 108, "column": 12, - "index": 3343 + "index": 3313 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 117, + "line": 116, "column": 14, - "index": 3731 + "index": 3701 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 127, + "line": 126, "column": 16, - "index": 4355 + "index": 4325 }, { "filePath": "src/components/learner-credit-management/BudgetStatusSubtitle.jsx", @@ -4839,9 +4869,15 @@ }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", - "line": 54, + "line": 52, "column": 12, - "index": 1334 + "index": 1450 + }, + { + "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", + "line": 65, + "column": 10, + "index": 2012 }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", @@ -4984,10 +5020,10 @@ "index": 544 }, { - "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", - "line": 17, - "column": 32, - "index": 714 + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", + "line": 14, + "column": 49, + "index": 506 }, { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", @@ -5057,9 +5093,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 43, + "line": 42, "column": 32, - "index": 1820 + "index": 1939 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx", @@ -5067,12 +5103,6 @@ "column": 65, "index": 3005 }, - { - "filePath": "src/components/learner-credit-management/data/hooks/useAssignmentStatusChip.jsx", - "line": 17, - "column": 41, - "index": 718 - }, { "filePath": "src/components/learner-credit-management/data/hooks/useCancelContentAssignments.js", "line": 17, @@ -5085,12 +5115,24 @@ "column": 32, "index": 638 }, + { + "filePath": "src/components/learner-credit-management/data/hooks/useStatusChip.jsx", + "line": 17, + "column": 41, + "index": 708 + }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", "line": 28, "column": 80, "index": 1305 }, + { + "filePath": "src/components/PeopleManagement/index.jsx", + "line": 31, + "column": 47, + "index": 1188 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", "line": 20, @@ -5230,22 +5272,28 @@ "index": 3254 }, { - "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", - "line": 97, + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", + "line": 85, "column": 19, - "index": 3704 + "index": 3062 }, { - "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", - "line": 99, + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", + "line": 87, "column": 20, - "index": 3826 + "index": 3184 }, { - "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", - "line": 100, + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", + "line": 88, "column": 17, - "index": 3865 + "index": 3223 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", + "line": 66, + "column": 14, + "index": 1888 }, { "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx", @@ -5349,11 +5397,17 @@ "column": 6, "index": 689 }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx", + "line": 37, + "column": 4, + "index": 1480 + }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", "line": 83, "column": 51, - "index": 2623 + "index": 2641 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryErrorState.jsx", @@ -5363,21 +5417,21 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx", - "line": 44, + "line": 43, "column": 18, - "index": 1859 + "index": 1898 }, { "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateCell.jsx", - "line": 26, + "line": 24, "column": 14, - "index": 916 + "index": 930 }, { "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateHeader.jsx", - "line": 34, + "line": 30, "column": 16, - "index": 1255 + "index": 1235 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/BaseModalPopup.jsx", @@ -5487,12 +5541,6 @@ "column": 6, "index": 1176 }, - { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 156, - "column": 12, - "index": 7373 - }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableColumnHeader.jsx", "line": 35, @@ -5507,9 +5555,9 @@ }, { "filePath": "src/components/learner-credit-management/PendingAssignmentRemindButton.jsx", - "line": 94, + "line": 95, "column": 16, - "index": 2545 + "index": 2571 }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -5687,63 +5735,69 @@ }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 117, + "line": 119, "column": 12, - "index": 4185 + "index": 4217 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 122, + "line": 124, "column": 12, - "index": 4318 + "index": 4350 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 128, + "line": 130, "column": 12, - "index": 4525 + "index": 4557 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 134, + "line": 136, "column": 12, - "index": 4716 + "index": 4748 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 141, + "line": 143, "column": 12, - "index": 4998 + "index": 5030 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 149, + "line": 151, "column": 12, - "index": 5307 + "index": 5339 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 160, + "line": 157, "column": 12, - "index": 5702 + "index": 5528 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 167, + "line": 168, "column": 12, - "index": 6009 + "index": 5913 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 174, + "line": 175, "column": 12, - "index": 6264 + "index": 6220 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 180, + "line": 182, + "column": 12, + "index": 6475 + }, + { + "filePath": "src/components/Sidebar/index.jsx", + "line": 188, "column": 12, - "index": 6437 + "index": 6648 }, { "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", @@ -5975,6 +6029,12 @@ "column": 6, "index": 1613 }, + { + "filePath": "src/components/FeatureNotSupportedPage/index.jsx", + "line": 17, + "column": 6, + "index": 389 + }, { "filePath": "src/components/InviteLearnersModal/index.jsx", "line": 203, @@ -6001,9 +6061,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 71, + "line": 72, "column": 6, - "index": 2099 + "index": 2102 }, { "filePath": "src/components/NewFeatureAlertBrowseAndRequest/index.jsx", @@ -6031,15 +6091,15 @@ }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", - "line": 95, + "line": 96, "column": 8, - "index": 3233 + "index": 3251 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", - "line": 131, + "line": 132, "column": 10, - "index": 4887 + "index": 4905 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx", @@ -6287,7 +6347,7 @@ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", "line": 83, "column": 86, - "index": 2658 + "index": 2676 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryErrorState.jsx", @@ -6299,73 +6359,73 @@ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx", "line": 33, "column": 20, - "index": 1075 + "index": 1055 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx", "line": 45, "column": 38, - "index": 1381 + "index": 1361 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx", "line": 33, "column": 20, - "index": 1093 + "index": 1073 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx", "line": 45, "column": 38, - "index": 1402 + "index": 1382 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx", "line": 35, "column": 20, - "index": 1085 + "index": 1065 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx", "line": 47, "column": 38, - "index": 1392 + "index": 1372 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx", "line": 32, "column": 20, - "index": 1072 + "index": 1052 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx", "line": 44, "column": 38, - "index": 1377 + "index": 1357 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx", "line": 34, "column": 20, - "index": 1064 + "index": 1044 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx", "line": 46, "column": 38, - "index": 1367 + "index": 1347 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx", "line": 36, "column": 20, - "index": 1296 + "index": 1276 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx", "line": 48, "column": 38, - "index": 1595 + "index": 1575 }, { "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/ContentNotInCatalogErrorAlertModal.jsx", @@ -6397,18 +6457,6 @@ "column": 39, "index": 249 }, - { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 67, - "column": 4, - "index": 3047 - }, - { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 94, - "column": 4, - "index": 4365 - }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", "line": 208, @@ -6623,9 +6671,9 @@ }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", - "line": 96, + "line": 97, "column": 10, - "index": 3292 + "index": 3310 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSSOManagement.jsx", @@ -6787,9 +6835,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 186, + "line": 192, "column": 10, - "index": 7390 + "index": 7744 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -6843,33 +6891,33 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 193, + "line": 199, "column": 12, - "index": 7562 + "index": 7916 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 209, + "line": 215, "column": 12, - "index": 8146 + "index": 8500 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 225, + "line": 231, "column": 12, - "index": 8730 + "index": 9084 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 241, + "line": 247, "column": 12, - "index": 9315 + "index": 9669 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 255, + "line": 261, "column": 12, - "index": 9816 + "index": 10170 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -7007,9 +7055,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", - "line": 57, + "line": 75, "column": 8, - "index": 1513 + "index": 2227 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -7073,15 +7121,15 @@ }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", - "line": 86, - "column": 4, - "index": 2937 + "line": 87, + "column": 6, + "index": 2988 }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", - "line": 90, - "column": 32, - "index": 3035 + "line": 91, + "column": 34, + "index": 3094 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPicker.jsx", @@ -7091,15 +7139,15 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 83, + "line": 84, "column": 6, - "index": 2503 + "index": 2506 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", - "line": 140, + "line": 141, "column": 8, - "index": 5334 + "index": 5352 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", @@ -7159,9 +7207,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", - "line": 73, + "line": 91, "column": 10, - "index": 1980 + "index": 2690 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", @@ -7177,15 +7225,15 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 103, + "line": 104, "column": 8, - "index": 3092 + "index": 3095 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", - "line": 209, + "line": 217, "column": 12, - "index": 7968 + "index": 8258 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", @@ -7232,10 +7280,10 @@ "index": 1633 }, { - "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", - "line": 66, + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", + "line": 53, "column": 5, - "index": 2282 + "index": 1584 }, { "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx", @@ -7313,7 +7361,7 @@ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx", "line": 160, "column": 6, - "index": 6129 + "index": 6131 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/DownloadCsvButton.jsx", @@ -7435,13 +7483,13 @@ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 79, "column": 8, - "index": 3202 + "index": 3198 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 91, "column": 8, - "index": 3707 + "index": 3725 }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", @@ -7453,25 +7501,25 @@ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 426, "column": 4, - "index": 17331 + "index": 17303 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 107, + "line": 106, "column": 8, - "index": 3302 + "index": 3272 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 128, + "line": 127, "column": 18, - "index": 4399 + "index": 4369 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 146, + "line": 145, "column": 18, - "index": 5271 + "index": 5241 }, { "filePath": "src/components/learner-credit-management/empty-state/NoAssignableBudgetActivity.jsx", @@ -7641,19 +7689,19 @@ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 80, "column": 10, - "index": 3218 + "index": 3214 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 92, "column": 10, - "index": 3723 + "index": 3741 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 136, "column": 10, - "index": 5937 + "index": 5961 }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", @@ -7665,55 +7713,55 @@ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 427, "column": 6, - "index": 17343 + "index": 17315 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 430, "column": 6, - "index": 17472 + "index": 17444 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 108, + "line": 107, "column": 10, - "index": 3318 + "index": 3288 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 129, + "line": 128, "column": 20, - "index": 4425 + "index": 4395 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 136, + "line": 135, "column": 20, - "index": 4811 + "index": 4781 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 139, + "line": 138, "column": 20, - "index": 5001 + "index": 4971 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 147, + "line": 146, "column": 20, - "index": 5297 + "index": 5267 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 154, + "line": 153, "column": 20, - "index": 5674 + "index": 5644 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 157, + "line": 156, "column": 20, - "index": 5860 + "index": 5830 }, { "filePath": "src/components/learner-credit-management/empty-state/NoAssignableBudgetActivity.jsx", @@ -7970,10 +8018,10 @@ "index": 1718 }, { - "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", - "line": 70, + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", + "line": 57, "column": 6, - "index": 2367 + "index": 1676 }, { "filePath": "src/components/ConfirmationModal/index.jsx", @@ -8001,9 +8049,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 252, + "line": 280, "column": 12, - "index": 9059 + "index": 10415 }, { "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx", @@ -8116,10 +8164,16 @@ "index": 3265 }, { - "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", - "line": 97, + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", + "line": 85, "column": 30, - "index": 3715 + "index": 3073 + }, + { + "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", + "line": 66, + "column": 25, + "index": 1899 }, { "filePath": "src/components/learner-credit-management/members-tab/GroupMembersCsvDownloadTableAction.jsx", @@ -8161,15 +8215,15 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/charts/ChartWrapper.jsx", - "line": 33, + "line": 31, "column": 10, - "index": 817 + "index": 814 }, { - "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", - "line": 98, + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", + "line": 86, "column": 19, - "index": 3748 + "index": 3106 }, { "filePath": "src/components/AdvanceAnalyticsV2/ProgressOverlay.jsx", @@ -8306,10 +8360,10 @@ "index": 3220 }, { - "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", - "line": 99, + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", + "line": 87, "column": 31, - "index": 3837 + "index": 3195 }, { "filePath": "src/components/CodeSearchResults/CodeSearchResultsTable.jsx", @@ -8363,9 +8417,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", - "line": 71, + "line": 89, "column": 10, - "index": 1910 + "index": 2620 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -8387,15 +8441,15 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 98, + "line": 99, "column": 8, - "index": 2953 + "index": 2956 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", - "line": 206, + "line": 214, "column": 10, - "index": 7866 + "index": 8156 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", @@ -8425,9 +8479,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", - "line": 72, + "line": 90, "column": 10, - "index": 1950 + "index": 2660 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -8443,9 +8497,9 @@ }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessLinkManagement.jsx", - "line": 207, + "line": 215, "column": 10, - "index": 7906 + "index": 8196 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", @@ -8475,9 +8529,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", - "line": 80, + "line": 98, "column": 10, - "index": 2261 + "index": 2971 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -8499,9 +8553,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 104, + "line": 105, "column": 8, - "index": 3152 + "index": 3155 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/ContentMetadataTable.jsx", @@ -8524,10 +8578,10 @@ ], "Close": [ { - "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSV.jsx", - "line": 100, + "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", + "line": 88, "column": 28, - "index": 3876 + "index": 3234 }, { "filePath": "src/components/CodeSearchResults/CodeSearchResultsHeading.jsx", @@ -8566,14 +8620,6 @@ "index": 23688 } ], - "TablePaginationMinimal": [ - { - "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", - "line": 81, - "column": 12, - "index": 2297 - } - ], "Hyperlink": [ { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", @@ -8613,63 +8659,63 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 212, + "line": 240, "column": 18, - "index": 7493 + "index": 8849 }, { "filePath": "src/components/learner-credit-management/AssignmentDetailsTableCell.jsx", - "line": 32, + "line": 33, "column": 8, - "index": 1155 + "index": 1267 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx", "line": 60, "column": 16, - "index": 2032 + "index": 2012 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx", "line": 61, "column": 16, - "index": 2066 + "index": 2046 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx", "line": 66, "column": 16, - "index": 2184 + "index": 2164 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx", "line": 60, "column": 16, - "index": 2083 + "index": 2063 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx", "line": 59, "column": 16, - "index": 1924 + "index": 1904 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx", "line": 59, "column": 16, - "index": 2147 + "index": 2127 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx", "line": 69, "column": 16, - "index": 2479 + "index": 2459 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", "line": 58, "column": 14, - "index": 2079 + "index": 2059 }, { "filePath": "src/components/learner-credit-management/BudgetDetailAssignments.jsx", @@ -8681,19 +8727,19 @@ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 98, "column": 16, - "index": 3574 + "index": 3546 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 171, "column": 16, - "index": 6694 + "index": 6666 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 345, "column": 16, - "index": 14557 + "index": 14529 }, { "filePath": "src/components/learner-credit-management/BudgetDetailRedemptions.jsx", @@ -8703,9 +8749,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/CourseCardFooterActions.jsx", - "line": 33, - "column": 10, - "index": 1182 + "line": 32, + "column": 12, + "index": 1165 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", @@ -8720,10 +8766,10 @@ "index": 6365 }, { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 172, - "column": 24, - "index": 8181 + "filePath": "src/components/learner-credit-management/members-tab/status-chips/BaseStatusChip.jsx", + "line": 59, + "column": 18, + "index": 1787 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -9037,9 +9083,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 209, + "line": 237, "column": 10, - "index": 7410 + "index": 8766 }, { "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx", @@ -9089,11 +9135,17 @@ "column": 8, "index": 2041 }, + { + "filePath": "src/components/PeopleManagement/index.jsx", + "line": 38, + "column": 8, + "index": 1337 + }, { "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx", - "line": 71, + "line": 76, "column": 8, - "index": 2174 + "index": 2149 }, { "filePath": "src/components/settings/SettingsAccessTab/DisableLinkManagementAlertModal.jsx", @@ -9225,9 +9277,9 @@ }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 160, + "line": 168, "column": 23, - "index": 5713 + "index": 5924 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/EnrollBulkAction.jsx", @@ -10357,12 +10409,6 @@ "column": 4, "index": 632 }, - { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 149, - "column": 4, - "index": 7175 - }, { "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableColumnHeader.jsx", "line": 20, @@ -10449,12 +10495,6 @@ "column": 10, "index": 2301 }, - { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 154, - "column": 8, - "index": 7297 - }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx", "line": 38, @@ -10493,12 +10533,6 @@ "column": 12, "index": 2349 }, - { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 155, - "column": 10, - "index": 7337 - }, { "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx", "line": 343, @@ -10525,12 +10559,6 @@ "column": 12, "index": 2413 }, - { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 159, - "column": 10, - "index": 7458 - }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/utils.jsx", "line": 39, @@ -10695,7 +10723,7 @@ "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", "line": 77, "column": 4, - "index": 3133 + "index": 3129 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx", @@ -10785,12 +10813,6 @@ "column": 14, "index": 14417 }, - { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 50, - "column": 4, - "index": 2131 - }, { "filePath": "src/components/SaveTemplateButton/index.jsx", "line": 154, @@ -10859,9 +10881,9 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateCell.jsx", - "line": 25, + "line": 23, "column": 11, - "index": 893 + "index": 907 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", @@ -10913,13 +10935,19 @@ "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 313, "column": 26, - "index": 13290 + "index": 13262 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", "line": 385, "column": 22, - "index": 16065 + "index": 16037 + }, + { + "filePath": "src/components/PeopleManagement/index.jsx", + "line": 65, + "column": 30, + "index": 2585 }, { "filePath": "src/components/settings/SettingsLMSTab/index.jsx", @@ -11087,9 +11115,15 @@ }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", - "line": 43, + "line": 41, "column": 6, - "index": 1084 + "index": 1200 + }, + { + "filePath": "src/components/PeopleManagement/index.jsx", + "line": 74, + "column": 10, + "index": 2906 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -11125,9 +11159,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", - "line": 50, + "line": 48, "column": 8, - "index": 1234 + "index": 1350 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -11195,9 +11229,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", - "line": 85, + "line": 89, "column": 8, - "index": 2520 + "index": 2953 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx", @@ -11283,7 +11317,7 @@ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx", "line": 178, "column": 6, - "index": 6829 + "index": 6831 }, { "filePath": "src/components/settings/SettingsLMSTab/ExistingLMSCardDeck.jsx", @@ -11349,9 +11383,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 231, + "line": 259, "column": 12, - "index": 8281 + "index": 9637 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", @@ -11359,6 +11393,12 @@ "column": 12, "index": 3442 }, + { + "filePath": "src/components/PeopleManagement/index.jsx", + "line": 64, + "column": 10, + "index": 2534 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/index.jsx", "line": 51, @@ -11375,9 +11415,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 189, + "line": 215, "column": 6, - "index": 6723 + "index": 7990 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", @@ -11443,9 +11483,9 @@ }, { "filePath": "src/components/learner-credit-management/search/CatalogSearchResults.jsx", - "line": 99, + "line": 100, "column": 8, - "index": 2991 + "index": 2994 } ], "EditCircle": [ @@ -11489,15 +11529,15 @@ }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", - "line": 22, + "line": 21, "column": 44, - "index": 535 + "index": 673 }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", - "line": 23, + "line": 22, "column": 49, - "index": 615 + "index": 753 }, { "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js", @@ -11745,6 +11785,12 @@ "column": 4, "index": 1181 }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", + "line": 48, + "column": 4, + "index": 1949 + }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", "line": 34, @@ -11777,6 +11823,12 @@ "column": 6, "index": 1198 }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", + "line": 55, + "column": 6, + "index": 2261 + }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", "line": 35, @@ -11817,6 +11869,12 @@ "column": 6, "index": 1409 }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", + "line": 58, + "column": 6, + "index": 2402 + }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", "line": 43, @@ -11849,6 +11907,12 @@ "column": 8, "index": 1433 }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", + "line": 63, + "column": 10, + "index": 2693 + }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", "line": 44, @@ -12049,9 +12113,9 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateHeader.jsx", - "line": 33, + "line": 29, "column": 13, - "index": 1226 + "index": 1206 }, { "filePath": "src/components/learner-credit-management/EmailAddressTableCell.jsx", @@ -12081,27 +12145,27 @@ "Collapsible": [ { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentAllocationHelpCollapsibles.jsx", - "line": 12, - "column": 4, - "index": 504 + "line": 15, + "column": 6, + "index": 640 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentAllocationHelpCollapsibles.jsx", - "line": 57, - "column": 4, - "index": 2394 + "line": 60, + "column": 6, + "index": 2599 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentAllocationHelpCollapsibles.jsx", - "line": 95, - "column": 4, - "index": 4087 + "line": 98, + "column": 6, + "index": 4366 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 86, + "line": 85, "column": 4, - "index": 2640 + "index": 2610 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalMembershipInfo.jsx", @@ -12140,12 +12204,20 @@ "index": 1375 } ], + "Calendar": [ + { + "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx", + "line": 37, + "column": 25, + "index": 1501 + } + ], "Person": [ { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx", - "line": 44, + "line": 43, "column": 39, - "index": 1880 + "index": 1919 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummaryLearnerList.jsx", @@ -12164,20 +12236,34 @@ "line": 44, "column": 13, "index": 1209 + }, + { + "filePath": "src/components/Sidebar/index.jsx", + "line": 157, + "column": 23, + "index": 5539 + } + ], + "Dropdown.Header": [ + { + "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", + "line": 59, + "column": 8, + "index": 2426 } ], "IconButtonWithTooltip": [ { "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateCell.jsx", - "line": 21, + "line": 19, "column": 4, - "index": 738 + "index": 752 }, { "filePath": "src/components/learner-credit-management/AssignmentEnrollByDateHeader.jsx", - "line": 30, + "line": 26, "column": 6, - "index": 1082 + "index": 1062 }, { "filePath": "src/components/learner-credit-management/PendingAssignmentCancelButton.jsx", @@ -12187,9 +12273,9 @@ }, { "filePath": "src/components/learner-credit-management/PendingAssignmentRemindButton.jsx", - "line": 91, + "line": 92, "column": 6, - "index": 2396 + "index": 2422 } ], "ModalPopup": [ @@ -12205,49 +12291,49 @@ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedBadEmail.jsx", "line": 31, "column": 6, - "index": 1025 + "index": 1005 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx", "line": 31, "column": 6, - "index": 1043 + "index": 1023 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx", "line": 33, "column": 6, - "index": 1035 + "index": 1015 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx", "line": 30, "column": 6, - "index": 1022 + "index": 1002 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx", "line": 32, "column": 6, - "index": 1014 + "index": 994 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/IncompleteAssignment.jsx", "line": 34, "column": 6, - "index": 1246 + "index": 1226 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx", "line": 24, "column": 6, - "index": 763 + "index": 743 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", "line": 31, "column": 6, - "index": 1092 + "index": 1072 }, { "filePath": "src/components/learner-credit-management/AssignmentStatusTableCell.jsx", @@ -12256,10 +12342,10 @@ "index": 4794 }, { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 185, + "filePath": "src/components/learner-credit-management/members-tab/status-chips/BaseStatusChip.jsx", + "line": 34, "column": 6, - "index": 8517 + "index": 1075 } ], "Send": [ @@ -12267,13 +12353,13 @@ "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx", "line": 26, "column": 20, - "index": 813 + "index": 793 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/NotifyingLearner.jsx", "line": 38, "column": 38, - "index": 1118 + "index": 1098 } ], "Timelapse": [ @@ -12281,19 +12367,13 @@ "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", "line": 33, "column": 20, - "index": 1142 + "index": 1122 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/WaitingForLearner.jsx", "line": 45, "column": 38, - "index": 1454 - }, - { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 23, - "column": 4, - "index": 619 + "index": 1434 } ], "DoNotDisturbOn": [ @@ -12319,9 +12399,9 @@ }, { "filePath": "src/components/learner-credit-management/PendingAssignmentRemindButton.jsx", - "line": 96, + "line": 97, "column": 13, - "index": 2592 + "index": 2618 } ], "Card.Body": [ @@ -12333,9 +12413,9 @@ }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", - "line": 49, + "line": 47, "column": 6, - "index": 1214 + "index": 1330 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", @@ -12395,9 +12475,9 @@ "ArrowDownward": [ { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", - "line": 68, + "line": 67, "column": 19, - "index": 2203 + "index": 2173 } ], "ManageAccounts": [ @@ -12419,15 +12499,15 @@ "useMediaQuery": [ { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", - "line": 22, + "line": 21, "column": 18, - "index": 509 + "index": 647 }, { "filePath": "src/components/learner-credit-management/cards/BaseCourseCard.jsx", - "line": 23, + "line": 22, "column": 23, - "index": 589 + "index": 727 }, { "filePath": "src/components/learner-credit-management/data/hooks/useIsLargeOrGreater.js", @@ -12485,12 +12565,6 @@ "column": 23, "index": 1861 }, - { - "filePath": "src/components/learner-credit-management/members-tab/MemberStatusTableCell.jsx", - "line": 121, - "column": 4, - "index": 5830 - }, { "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx", "line": 136, @@ -12665,7 +12739,7 @@ "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx", "line": 154, "column": 10, - "index": 6021 + "index": 6023 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx", @@ -12829,71 +12903,71 @@ "TrendingUp": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 117, + "line": 119, "column": 23, - "index": 4196 + "index": 4228 } ], "InsertChartOutlined": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 122, + "line": 124, "column": 23, - "index": 4329 + "index": 4361 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 128, + "line": 130, "column": 23, - "index": 4536 + "index": 4568 } ], "Tag": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 134, + "line": 136, "column": 23, - "index": 4727 + "index": 4759 } ], "CreditCard": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 141, + "line": 143, "column": 23, - "index": 5009 + "index": 5041 } ], "MoneyOutline": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 149, + "line": 151, "column": 23, - "index": 5318 + "index": 5350 } ], "Description": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 167, + "line": 175, "column": 23, - "index": 6020 + "index": 6231 } ], "Settings": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 174, + "line": 182, "column": 23, - "index": 6275 + "index": 6486 } ], "Support": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 180, + "line": 188, "column": 23, - "index": 6448 + "index": 6659 } ], "Email": [ @@ -12945,7 +13019,7 @@ } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@edx/frontend-app-authn", "repository": { "type": "git", @@ -14805,7 +14879,7 @@ } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@edx/frontend-app-course-authoring", "repository": { "type": "git", @@ -14840,15 +14914,15 @@ }, { "filePath": "plugins/course-apps/ora_settings/Settings.jsx", - "line": 27, - "column": 8, - "index": 980 + "line": 104, + "column": 20, + "index": 4129 }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 251, "column": 4, - "index": 9805 + "index": 9811 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -14918,33 +14992,33 @@ }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 110, + "line": 114, "column": 8, - "index": 3351 + "index": 3551 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 144, + "line": 148, "column": 20, - "index": 4331 + "index": 4531 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 162, + "line": 166, "column": 22, - "index": 4956 + "index": 5156 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 211, + "line": 215, "column": 22, - "index": 6543 + "index": 6743 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 228, + "line": 232, "column": 22, - "index": 7153 + "index": 7353 }, { "filePath": "src/course-outline/status-bar/StatusBar.jsx", @@ -15000,12 +15074,6 @@ "column": 10, "index": 1132 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 79, - "column": 6, - "index": 2888 - }, { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx", "line": 35, @@ -15162,24 +15230,6 @@ "column": 22, "index": 1602 }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 53, - "column": 10, - "index": 1531 - }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 86, - "column": 16, - "index": 2633 - }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 94, - "column": 14, - "index": 2935 - }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", "line": 49, @@ -15204,25 +15254,25 @@ "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 312, "column": 12, - "index": 11755 + "index": 11761 }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 338, "column": 10, - "index": 12891 + "index": 12897 }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 369, "column": 12, - "index": 14350 + "index": 14356 }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 393, "column": 12, - "index": 15471 + "index": 15477 }, { "filePath": "plugins/course-apps/teams/GroupEditor.jsx", @@ -15362,12 +15412,6 @@ "column": 6, "index": 2479 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 28, - "column": 6, - "index": 682 - }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", "line": 49, @@ -15418,9 +15462,27 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 72, - "column": 6, - "index": 2000 + "line": 74, + "column": 8, + "index": 2065 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 85, + "column": 8, + "index": 2490 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 105, + "column": 10, + "index": 3313 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", + "line": 125, + "column": 8, + "index": 4112 }, { "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", @@ -15584,12 +15646,6 @@ "column": 4, "index": 910 }, - { - "filePath": "src/generic/FormikControl.jsx", - "line": 24, - "column": 4, - "index": 635 - }, { "filePath": "src/generic/FormSwitchGroup.jsx", "line": 24, @@ -15890,25 +15946,25 @@ "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 313, "column": 14, - "index": 11817 + "index": 11823 }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 339, "column": 12, - "index": 12948 + "index": 12954 }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 370, "column": 14, - "index": 14411 + "index": 14417 }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 394, "column": 14, - "index": 15535 + "index": 15541 }, { "filePath": "plugins/course-apps/teams/GroupEditor.jsx", @@ -15952,12 +16008,6 @@ "column": 4, "index": 582 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 32, - "column": 10, - "index": 979 - }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/LicenseWidget/LicenseDetails.jsx", "line": 51, @@ -16348,13 +16398,13 @@ "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 316, "column": 14, - "index": 11999 + "index": 12005 }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 342, "column": 12, - "index": 13119 + "index": 13125 }, { "filePath": "src/accessibility-page/AccessibilityForm/AccessibilityForm.jsx", @@ -16502,21 +16552,21 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 74, + "line": 75, "column": 10, - "index": 2087 + "index": 2088 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 83, + "line": 86, "column": 10, - "index": 2469 + "index": 2513 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 101, + "line": 106, "column": 12, - "index": 3267 + "index": 3338 }, { "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", @@ -16614,12 +16664,6 @@ "column": 14, "index": 7409 }, - { - "filePath": "src/generic/FormikControl.jsx", - "line": 26, - "column": 6, - "index": 690 - }, { "filePath": "src/grading-settings/assignment-section/assignments/AssignmentItem.jsx", "line": 30, @@ -17078,12 +17122,6 @@ "column": 16, "index": 1464 }, - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 64, - "column": 20, - "index": 2040 - }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", "line": 127, @@ -17132,18 +17170,6 @@ "column": 14, "index": 1200 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 30, - "column": 46, - "index": 871 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 28, - "column": 22, - "index": 876 - }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", "line": 41, @@ -17238,7 +17264,7 @@ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", "line": 97, "column": 22, - "index": 2916 + "index": 2896 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", @@ -17284,21 +17310,15 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 112, + "line": 117, "column": 22, - "index": 3785 + "index": 3856 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 137, + "line": 144, "column": 12, - "index": 4651 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx", - "line": 39, - "column": 8, - "index": 1217 + "index": 4761 }, { "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", @@ -17358,13 +17378,13 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 162, "column": 16, - "index": 4265 + "index": 4273 }, { "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 177, "column": 16, - "index": 4587 + "index": 4595 }, { "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", @@ -17578,9 +17598,9 @@ }, { "filePath": "src/generic/processing-notification/index.jsx", - "line": 16, - "column": 4, - "index": 463 + "line": 20, + "column": 6, + "index": 569 }, { "filePath": "src/generic/tag-count/index.jsx", @@ -17708,12 +17728,6 @@ "column": 16, "index": 1999 }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 138, - "column": 14, - "index": 4271 - }, { "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", "line": 33, @@ -17726,12 +17740,6 @@ "column": 4, "index": 773 }, - { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 108, - "column": 12, - "index": 3196 - }, { "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx", "line": 33, @@ -17799,62 +17807,30 @@ "index": 7797 } ], - "Alert.Link": [ - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 174, - "column": 16, - "index": 7323 - }, - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 189, - "column": 35, - "index": 7880 - }, - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 452, - "column": 14, - "index": 17240 - }, + "Alert": [ { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 481, + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 80, "column": 14, - "index": 18134 - }, - { - "filePath": "src/generic/ConnectionErrorAlert.jsx", - "line": 14, - "column": 10, - "index": 460 + "index": 3090 }, - { - "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx", - "line": 15, - "column": 10, - "index": 697 - } - ], - "Alert": [ { "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 269, "column": 12, - "index": 10374 + "index": 10380 }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 437, "column": 6, - "index": 16781 + "index": 16787 }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 464, + "line": 502, "column": 6, - "index": 17511 + "index": 18825 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -17882,21 +17858,21 @@ }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 90, + "line": 94, "column": 6, - "index": 2747 + "index": 2947 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 129, + "line": 133, "column": 8, - "index": 3839 + "index": 4039 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 380, + "line": 384, "column": 10, - "index": 11458 + "index": 11658 }, { "filePath": "src/course-outline/xblock-status/GradingPolicyAlert.jsx", @@ -17920,13 +17896,7 @@ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", "line": 79, "column": 8, - "index": 2282 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx", - "line": 22, - "column": 4, - "index": 878 + "index": 2275 }, { "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx", @@ -17946,12 +17916,6 @@ "column": 8, "index": 1203 }, - { - "filePath": "src/generic/alert-message/index.jsx", - "line": 6, - "column": 2, - "index": 169 - }, { "filePath": "src/generic/AlertProctoringError.jsx", "line": 7, @@ -18041,20 +18005,126 @@ "line": 125, "column": 18, "index": 4070 + } + ], + "Info": [ + { + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 80, + "column": 44, + "index": 3120 }, { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 177, + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 330, + "column": 46, + "index": 9752 + }, + { + "filePath": "src/advanced-settings/AdvancedSettings.jsx", + "line": 137, + "column": 20, + "index": 5166 + }, + { + "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/TranscriptColumn.jsx", + "line": 16, + "column": 19, + "index": 703 + }, + { + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", + "line": 143, + "column": 46, + "index": 5005 + } + ], + "Alert.Heading": [ + { + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 81, + "column": 16, + "index": 3158 + }, + { + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 331, + "column": 18, + "index": 9792 + }, + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 137, "column": 10, - "index": 5550 + "index": 4123 + }, + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 205, + "column": 10, + "index": 6375 + }, + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 380, + "column": 12, + "index": 11490 + }, + { + "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", + "line": 389, + "column": 12, + "index": 11776 + }, + { + "filePath": "src/course-unit/course-xblock/xblock-messages/XBlockMessages.jsx", + "line": 26, + "column": 6, + "index": 811 + }, + { + "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx", + "line": 55, + "column": 10, + "index": 1265 + }, + { + "filePath": "src/files-and-videos/generic/EditFileErrors.jsx", + "line": 32, + "column": 6, + "index": 1001 + }, + { + "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", + "line": 45, + "column": 10, + "index": 1289 + }, + { + "filePath": "src/generic/AlertProctoringError.jsx", + "line": 11, + "column": 10, + "index": 369 + }, + { + "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", + "line": 144, + "column": 18, + "index": 5045 } ], "Badge": [ + { + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 94, + "column": 20, + "index": 3718 + }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", "line": 291, "column": 18, - "index": 11131 + "index": 11137 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -18092,12 +18162,6 @@ "column": 14, "index": 2884 }, - { - "filePath": "src/generic/processing-notification/index.jsx", - "line": 9, - "column": 2, - "index": 311 - }, { "filePath": "src/group-configurations/common/TitleButton.jsx", "line": 44, @@ -18129,354 +18193,18 @@ "index": 810 } ], - "Form.Text": [ - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 325, - "column": 14, - "index": 12376 - }, - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 352, - "column": 12, - "index": 13571 - }, - { - "filePath": "plugins/course-apps/teams/Settings.jsx", - "line": 132, - "column": 14, - "index": 4742 - }, - { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 190, - "column": 10, - "index": 5989 - }, - { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 206, - "column": 10, - "index": 6540 - }, - { - "filePath": "src/generic/configure-modal/PrereqSettings.jsx", - "line": 35, - "column": 8, - "index": 823 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 73, - "column": 14, - "index": 1934 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 77, - "column": 14, - "index": 2180 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 81, - "column": 14, - "index": 2423 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 97, - "column": 14, - "index": 3196 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 101, - "column": 14, - "index": 3454 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 105, - "column": 14, - "index": 3716 - }, - { - "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", - "line": 244, - "column": 12, - "index": 7814 - }, - { - "filePath": "src/generic/FormikControl.jsx", - "line": 36, - "column": 8, - "index": 977 - }, - { - "filePath": "src/generic/FormSwitchGroup.jsx", - "line": 43, - "column": 8, - "index": 1133 - }, - { - "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", - "line": 151, - "column": 12, - "index": 5934 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 30, - "column": 14, - "index": 1000 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 44, - "column": 14, - "index": 1588 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 58, - "column": 14, - "index": 2205 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 74, - "column": 14, - "index": 2873 - } - ], - "Form.RadioSet": [ - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 373, - "column": 14, - "index": 14596 - }, - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 397, - "column": 14, - "index": 15722 - }, - { - "filePath": "plugins/course-apps/teams/GroupEditor.jsx", - "line": 107, - "column": 14, - "index": 4582 - }, - { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 362, - "column": 16, - "index": 11108 - }, - { - "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", - "line": 52, - "column": 10, - "index": 1603 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 37, - "column": 8, - "index": 1155 - }, - { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 132, - "column": 6, - "index": 3949 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 65, - "column": 12, - "index": 1623 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 89, - "column": 12, - "index": 2873 - }, - { - "filePath": "src/schedule-and-details/pacing-section/index.jsx", - "line": 27, - "column": 8, - "index": 840 - }, - { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 49, - "column": 12, - "index": 1434 - } - ], - "Form.Radio": [ - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 379, - "column": 16, - "index": 14832 - }, - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 382, - "column": 16, - "index": 15013 - }, - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 402, - "column": 16, - "index": 15920 - }, - { - "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 405, - "column": 16, - "index": 16107 - }, - { - "filePath": "plugins/course-apps/teams/GroupEditor.jsx", - "line": 114, - "column": 18, - "index": 4882 - }, - { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 368, - "column": 18, - "index": 11349 - }, - { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 381, - "column": 18, - "index": 11874 - }, - { - "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", - "line": 62, - "column": 18, - "index": 2122 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 47, - "column": 18, - "index": 1532 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 70, - "column": 16, - "index": 2576 - }, - { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 138, - "column": 8, - "index": 4094 - }, - { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 141, - "column": 8, - "index": 4200 - }, - { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 150, - "column": 12, - "index": 4495 - }, - { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 158, - "column": 14, - "index": 4828 - }, - { - "filePath": "src/generic/configure-modal/AdvancedTab.jsx", - "line": 166, - "column": 14, - "index": 5158 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 70, - "column": 14, - "index": 1794 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 74, - "column": 14, - "index": 2038 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 78, - "column": 14, - "index": 2283 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 94, - "column": 14, - "index": 3047 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 98, - "column": 14, - "index": 3307 - }, - { - "filePath": "src/generic/configure-modal/VisibilityTab.jsx", - "line": 102, - "column": 14, - "index": 3564 - }, - { - "filePath": "src/schedule-and-details/pacing-section/index.jsx", - "line": 32, - "column": 10, - "index": 1009 - }, - { - "filePath": "src/schedule-and-details/pacing-section/index.jsx", - "line": 39, - "column": 10, - "index": 1287 - }, + "ModalDialog": [ { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 54, - "column": 14, - "index": 1611 + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 130, + "column": 4, + "index": 4915 }, - { - "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 60, - "column": 14, - "index": 1830 - } - ], - "ModalDialog": [ { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 579, + "line": 603, "column": 4, - "index": 22458 + "index": 23168 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -18582,11 +18310,17 @@ } ], "Form": [ + { + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 140, + "column": 6, + "index": 5152 + }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 589, + "line": 613, "column": 6, - "index": 22683 + "index": 23393 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -18668,11 +18402,17 @@ } ], "ModalDialog.Header": [ + { + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 141, + "column": 8, + "index": 5220 + }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 590, + "line": 614, "column": 8, - "index": 22751 + "index": 23461 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -18698,18 +18438,6 @@ "column": 10, "index": 8665 }, - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 57, - "column": 6, - "index": 1742 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 22, - "column": 6, - "index": 607 - }, { "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", "line": 37, @@ -18718,9 +18446,9 @@ }, { "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 36, + "line": 37, "column": 6, - "index": 810 + "index": 842 }, { "filePath": "src/files-and-videos/generic/InfoModal.jsx", @@ -18754,9 +18482,9 @@ }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 30, + "line": 31, "column": 6, - "index": 588 + "index": 620 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", @@ -18796,11 +18524,17 @@ } ], "ModalDialog.Title": [ + { + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 142, + "column": 10, + "index": 5251 + }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 591, + "line": 615, "column": 10, - "index": 22782 + "index": 23492 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -18826,12 +18560,6 @@ "column": 12, "index": 8698 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 23, - "column": 8, - "index": 668 - }, { "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", "line": 38, @@ -18840,9 +18568,9 @@ }, { "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 37, + "line": 38, "column": 8, - "index": 839 + "index": 871 }, { "filePath": "src/files-and-videos/generic/InfoModal.jsx", @@ -18876,9 +18604,9 @@ }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 31, + "line": 32, "column": 8, - "index": 617 + "index": 649 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", @@ -18918,11 +18646,17 @@ } ], "ModalDialog.Body": [ + { + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 146, + "column": 8, + "index": 5386 + }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 595, + "line": 619, "column": 8, - "index": 22907 + "index": 23617 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -18948,18 +18682,6 @@ "column": 10, "index": 8864 }, - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 69, - "column": 6, - "index": 2153 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 34, - "column": 6, - "index": 1014 - }, { "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", "line": 44, @@ -18968,9 +18690,9 @@ }, { "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 41, + "line": 42, "column": 6, - "index": 987 + "index": 1019 }, { "filePath": "src/files-and-videos/generic/InfoModal.jsx", @@ -19004,9 +18726,9 @@ }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 33, + "line": 34, "column": 6, - "index": 724 + "index": 756 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", @@ -19040,11 +18762,17 @@ } ], "ModalDialog.Footer": [ + { + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 149, + "column": 8, + "index": 5466 + }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 603, + "line": 627, "column": 8, - "index": 23289 + "index": 23999 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -19064,18 +18792,6 @@ "column": 6, "index": 2248 }, - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 30, - "column": 4, - "index": 606 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", - "line": 27, - "column": 4, - "index": 596 - }, { "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", "line": 48, @@ -19084,9 +18800,9 @@ }, { "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 47, + "line": 48, "column": 6, - "index": 1218 + "index": 1250 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", @@ -19114,9 +18830,9 @@ }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 34, + "line": 35, "column": 6, - "index": 778 + "index": 810 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", @@ -19150,11 +18866,17 @@ } ], "ActionRow": [ + { + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 150, + "column": 10, + "index": 5513 + }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 608, + "line": 632, "column": 10, - "index": 23394 + "index": 24104 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -19276,12 +18998,6 @@ "column": 8, "index": 4304 }, - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 31, - "column": 6, - "index": 655 - }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", "line": 61, @@ -19300,30 +19016,6 @@ "column": 2, "index": 539 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 29, - "column": 8, - "index": 751 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 46, - "column": 16, - "index": 1442 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 69, - "column": 14, - "index": 2488 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", - "line": 28, - "column": 6, - "index": 648 - }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", "line": 68, @@ -19392,9 +19084,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 118, - "column": 8, - "index": 3984 + "line": 124, + "column": 6, + "index": 4073 }, { "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", @@ -19412,7 +19104,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 188, "column": 6, - "index": 4791 + "index": 4799 }, { "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", @@ -19434,9 +19126,9 @@ }, { "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 48, + "line": 49, "column": 8, - "index": 1247 + "index": 1279 }, { "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", @@ -19488,9 +19180,9 @@ }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 30, + "line": 34, "column": 8, - "index": 635 + "index": 700 }, { "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", @@ -19542,9 +19234,9 @@ }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 36, + "line": 37, "column": 8, - "index": 844 + "index": 876 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", @@ -19564,12 +19256,6 @@ "column": 12, "index": 2129 }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 84, - "column": 12, - "index": 2569 - }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", "line": 38, @@ -19620,11 +19306,17 @@ } ], "ModalDialog.CloseButton": [ + { + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 151, + "column": 12, + "index": 5537 + }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 609, + "line": 633, "column": 12, - "index": 23418 + "index": 24128 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -19652,9 +19344,9 @@ }, { "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 49, + "line": 50, "column": 10, - "index": 1269 + "index": 1301 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", @@ -19676,9 +19368,9 @@ }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModalBase.jsx", - "line": 37, + "line": 38, "column": 10, - "index": 866 + "index": 898 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", @@ -19706,11 +19398,17 @@ } ], "StatefulButton": [ + { + "filePath": "plugins/course-apps/ora_settings/Settings.jsx", + "line": 154, + "column": 12, + "index": 5685 + }, { "filePath": "plugins/course-apps/proctoring/Settings.jsx", - "line": 612, + "line": 636, "column": 12, - "index": 23590 + "index": 24300 }, { "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", @@ -19760,6 +19458,12 @@ "column": 10, "index": 8434 }, + { + "filePath": "src/generic/delete-modal/DeleteModal.jsx", + "line": 45, + "column": 10, + "index": 996 + }, { "filePath": "src/generic/loading-button/index.jsx", "line": 52, @@ -19803,6 +19507,368 @@ "index": 4933 } ], + "Alert.Link": [ + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 174, + "column": 16, + "index": 7329 + }, + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 189, + "column": 35, + "index": 7886 + }, + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 452, + "column": 14, + "index": 17246 + }, + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 473, + "column": 12, + "index": 17933 + }, + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 492, + "column": 14, + "index": 18595 + }, + { + "filePath": "src/generic/ConnectionErrorAlert.jsx", + "line": 14, + "column": 10, + "index": 460 + }, + { + "filePath": "src/generic/SaveFormConnectionErrorAlert.jsx", + "line": 15, + "column": 10, + "index": 697 + } + ], + "Form.Text": [ + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 325, + "column": 14, + "index": 12382 + }, + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 352, + "column": 12, + "index": 13577 + }, + { + "filePath": "plugins/course-apps/teams/Settings.jsx", + "line": 132, + "column": 14, + "index": 4742 + }, + { + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 190, + "column": 10, + "index": 5989 + }, + { + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 206, + "column": 10, + "index": 6540 + }, + { + "filePath": "src/generic/configure-modal/PrereqSettings.jsx", + "line": 35, + "column": 8, + "index": 823 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 73, + "column": 14, + "index": 1934 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 77, + "column": 14, + "index": 2180 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 81, + "column": 14, + "index": 2423 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 97, + "column": 14, + "index": 3196 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 101, + "column": 14, + "index": 3454 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 105, + "column": 14, + "index": 3716 + }, + { + "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", + "line": 244, + "column": 12, + "index": 7814 + }, + { + "filePath": "src/generic/FormSwitchGroup.jsx", + "line": 43, + "column": 8, + "index": 1133 + }, + { + "filePath": "src/pages-and-resources/discussions/app-config-form/apps/lti/LtiConfigForm.jsx", + "line": 151, + "column": 12, + "index": 5934 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 30, + "column": 14, + "index": 1000 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 44, + "column": 14, + "index": 1588 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 58, + "column": 14, + "index": 2205 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 74, + "column": 14, + "index": 2873 + } + ], + "Form.RadioSet": [ + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 373, + "column": 14, + "index": 14602 + }, + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 397, + "column": 14, + "index": 15728 + }, + { + "filePath": "plugins/course-apps/teams/GroupEditor.jsx", + "line": 107, + "column": 14, + "index": 4582 + }, + { + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 362, + "column": 16, + "index": 11108 + }, + { + "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", + "line": 52, + "column": 10, + "index": 1603 + }, + { + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 132, + "column": 6, + "index": 3949 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 65, + "column": 12, + "index": 1623 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 89, + "column": 12, + "index": 2873 + }, + { + "filePath": "src/schedule-and-details/pacing-section/index.jsx", + "line": 27, + "column": 8, + "index": 840 + }, + { + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 49, + "column": 12, + "index": 1434 + } + ], + "Form.Radio": [ + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 379, + "column": 16, + "index": 14838 + }, + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 382, + "column": 16, + "index": 15019 + }, + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 402, + "column": 16, + "index": 15926 + }, + { + "filePath": "plugins/course-apps/proctoring/Settings.jsx", + "line": 405, + "column": 16, + "index": 16113 + }, + { + "filePath": "plugins/course-apps/teams/GroupEditor.jsx", + "line": 114, + "column": 18, + "index": 4882 + }, + { + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 368, + "column": 18, + "index": 11349 + }, + { + "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", + "line": 381, + "column": 18, + "index": 11874 + }, + { + "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", + "line": 62, + "column": 18, + "index": 2122 + }, + { + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 138, + "column": 8, + "index": 4094 + }, + { + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 141, + "column": 8, + "index": 4200 + }, + { + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 150, + "column": 12, + "index": 4495 + }, + { + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 158, + "column": 14, + "index": 4828 + }, + { + "filePath": "src/generic/configure-modal/AdvancedTab.jsx", + "line": 166, + "column": 14, + "index": 5158 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 70, + "column": 14, + "index": 1794 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 74, + "column": 14, + "index": 2038 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 78, + "column": 14, + "index": 2283 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 94, + "column": 14, + "index": 3047 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 98, + "column": 14, + "index": 3307 + }, + { + "filePath": "src/generic/configure-modal/VisibilityTab.jsx", + "line": 102, + "column": 14, + "index": 3564 + }, + { + "filePath": "src/schedule-and-details/pacing-section/index.jsx", + "line": 32, + "column": 10, + "index": 1009 + }, + { + "filePath": "src/schedule-and-details/pacing-section/index.jsx", + "line": 39, + "column": 10, + "index": 1287 + }, + { + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 54, + "column": 14, + "index": 1611 + }, + { + "filePath": "src/taxonomy/export-modal/index.jsx", + "line": 60, + "column": 14, + "index": 1830 + } + ], "TransitionReplace": [ { "filePath": "plugins/course-apps/teams/GroupEditor.jsx", @@ -20052,24 +20118,6 @@ "column": 18, "index": 13802 }, - { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 55, - "column": 12, - "index": 1636 - }, - { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 204, - "column": 18, - "index": 6860 - }, - { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 215, - "column": 18, - "index": 7335 - }, { "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", "line": 311, @@ -20156,21 +20204,21 @@ }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 97, + "line": 101, "column": 10, - "index": 2920 + "index": 3120 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 267, + "line": 271, "column": 12, - "index": 8311 + "index": 8511 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 326, + "line": 330, "column": 12, - "index": 9914 + "index": 10114 }, { "filePath": "src/course-outline/publish-modal/PublishModal.jsx", @@ -20406,24 +20454,6 @@ "column": 12, "index": 8150 }, - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 32, - "column": 8, - "index": 675 - }, - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 39, - "column": 8, - "index": 914 - }, - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 39, - "column": 10, - "index": 1189 - }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", "line": 62, @@ -20454,24 +20484,6 @@ "column": 8, "index": 1876 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx", - "line": 42, - "column": 6, - "index": 1425 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", - "line": 30, - "column": 8, - "index": 697 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", - "line": 37, - "column": 8, - "index": 936 - }, { "filePath": "src/editors/containers/VideoEditor/components/SelectVideoModal.jsx", "line": 45, @@ -20494,7 +20506,7 @@ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", "line": 112, "column": 10, - "index": 3446 + "index": 3418 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", @@ -20528,15 +20540,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 143, - "column": 6, - "index": 4890 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx", - "line": 29, + "line": 151, "column": 6, - "index": 997 + "index": 4999 }, { "filePath": "src/editors/sharedComponents/Button/index.jsx", @@ -20554,19 +20560,19 @@ "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", "line": 44, "column": 14, - "index": 1428 + "index": 1452 }, { "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", "line": 48, "column": 14, - "index": 1641 + "index": 1665 }, { "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", "line": 52, "column": 12, - "index": 1869 + "index": 1893 }, { "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx", @@ -20602,7 +20608,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 192, "column": 10, - "index": 4970 + "index": 4978 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -20618,9 +20624,9 @@ }, { "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", - "line": 52, + "line": 53, "column": 10, - "index": 1435 + "index": 1467 }, { "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", @@ -20828,15 +20834,9 @@ }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 31, - "column": 10, - "index": 657 - }, - { - "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 34, + "line": 35, "column": 10, - "index": 787 + "index": 722 }, { "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", @@ -21060,30 +21060,12 @@ "column": 12, "index": 2449 }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 81, - "column": 8, - "index": 2583 - }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 110, - "column": 8, - "index": 3516 - }, { "filePath": "src/studio-home/tabs-section/courses-tab/contact-administrator/index.jsx", "line": 31, "column": 14, "index": 1078 }, - { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 184, - "column": 12, - "index": 5877 - }, { "filePath": "src/taxonomy/delete-dialog/index.jsx", "line": 77, @@ -21274,9 +21256,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 146, + "line": 154, "column": 20, - "index": 4995 + "index": 5104 }, { "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", @@ -21288,7 +21270,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 194, "column": 24, - "index": 5046 + "index": 5054 }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", @@ -21364,12 +21346,6 @@ "column": 20, "index": 2452 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 51, - "column": 18, - "index": 1761 - }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", "line": 140, @@ -21378,9 +21354,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 128, + "line": 135, "column": 10, - "index": 4378 + "index": 4488 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", @@ -21462,12 +21438,6 @@ "column": 24, "index": 2565 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 54, - "column": 22, - "index": 1868 - }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", "line": 144, @@ -21476,9 +21446,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 132, + "line": 139, "column": 14, - "index": 4481 + "index": 4591 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/AccessColumn.jsx", @@ -21533,118 +21503,6 @@ "index": 5096 } ], - "Info": [ - { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 330, - "column": 46, - "index": 9752 - }, - { - "filePath": "src/advanced-settings/AdvancedSettings.jsx", - "line": 137, - "column": 20, - "index": 5166 - }, - { - "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/TranscriptColumn.jsx", - "line": 16, - "column": 19, - "index": 703 - }, - { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", - "line": 143, - "column": 46, - "index": 5005 - } - ], - "Alert.Heading": [ - { - "filePath": "plugins/course-apps/xpert_unit_summary/settings-modal/SettingsModal.jsx", - "line": 331, - "column": 18, - "index": 9792 - }, - { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 133, - "column": 10, - "index": 3923 - }, - { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 201, - "column": 10, - "index": 6175 - }, - { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 376, - "column": 12, - "index": 11290 - }, - { - "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 385, - "column": 12, - "index": 11576 - }, - { - "filePath": "src/course-unit/course-xblock/xblock-messages/XBlockMessages.jsx", - "line": 26, - "column": 6, - "index": 811 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx", - "line": 27, - "column": 6, - "index": 983 - }, - { - "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx", - "line": 55, - "column": 10, - "index": 1265 - }, - { - "filePath": "src/files-and-videos/generic/EditFileErrors.jsx", - "line": 32, - "column": 6, - "index": 1001 - }, - { - "filePath": "src/files-and-videos/videos-page/upload-modal/UploadModal.jsx", - "line": 45, - "column": 10, - "index": 1289 - }, - { - "filePath": "src/generic/alert-message/index.jsx", - "line": 7, - "column": 4, - "index": 192 - }, - { - "filePath": "src/generic/AlertProctoringError.jsx", - "line": 11, - "column": 10, - "index": 369 - }, - { - "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", - "line": 144, - "column": 18, - "index": 5045 - }, - { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 178, - "column": 12, - "index": 5587 - } - ], "Stack": [ { "filePath": "src/accessibility-page/AccessibilityBody/AccessibilityBody.jsx", @@ -21778,12 +21636,6 @@ "column": 18, "index": 1018 }, - { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 203, - "column": 16, - "index": 6803 - }, { "filePath": "src/content-tags-drawer/tags-sidebar-controls/TagsSidebarBody.jsx", "line": 66, @@ -21862,12 +21714,6 @@ "column": 4, "index": 600 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/index.jsx", - "line": 22, - "column": 10, - "index": 782 - }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", "line": 67, @@ -21902,13 +21748,13 @@ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", "line": 84, "column": 8, - "index": 2425 + "index": 2418 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", "line": 104, "column": 8, - "index": 3069 + "index": 3041 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", @@ -22193,12 +22039,6 @@ "line": 83, "column": 16, "index": 2995 - }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 75, - "column": 8, - "index": 2395 } ], "Container": [ @@ -22220,24 +22060,6 @@ "column": 6, "index": 821 }, - { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 153, - "column": 8, - "index": 4727 - }, - { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 166, - "column": 10, - "index": 5204 - }, - { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 198, - "column": 10, - "index": 6554 - }, { "filePath": "src/course-checklist/ChecklistSection/ChecklistSection.jsx", "line": 25, @@ -22310,17 +22132,11 @@ "column": 4, "index": 499 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/ProblemTypeSelect.jsx", - "line": 20, - "column": 4, - "index": 770 - }, { "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", "line": 31, "column": 4, - "index": 927 + "index": 951 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -22376,12 +22192,6 @@ "column": 6, "index": 5273 }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 182, - "column": 6, - "index": 5630 - }, { "filePath": "src/taxonomy/delete-dialog/index.jsx", "line": 41, @@ -22560,12 +22370,6 @@ "column": 10, "index": 7104 }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 149, - "column": 6, - "index": 4553 - }, { "filePath": "src/studio-home/verify-email-layout/index.jsx", "line": 14, @@ -22754,18 +22558,6 @@ "column": 12, "index": 11823 }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 156, - "column": 8, - "index": 4777 - }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 172, - "column": 8, - "index": 5474 - }, { "filePath": "src/studio-home/verify-email-layout/index.jsx", "line": 21, @@ -22898,9 +22690,9 @@ }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 25, + "line": 28, "column": 4, - "index": 526 + "index": 567 }, { "filePath": "src/generic/modal-notification/index.jsx", @@ -22940,24 +22732,12 @@ "column": 27, "index": 1677 }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 138, - "column": 25, - "index": 4282 - }, { "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", "line": 33, "column": 23, "index": 884 }, - { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 108, - "column": 23, - "index": 3207 - }, { "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx", "line": 33, @@ -23496,12 +23276,6 @@ "column": 6, "index": 946 }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 49, - "column": 4, - "index": 1422 - }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", "line": 32, @@ -23710,12 +23484,6 @@ "column": 6, "index": 2650 }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 50, - "column": 6, - "index": 1457 - }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", "line": 33, @@ -23802,12 +23570,6 @@ "column": 6, "index": 1378 }, - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 62, - "column": 10, - "index": 1984 - }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", "line": 132, @@ -23826,18 +23588,6 @@ "column": 6, "index": 955 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 30, - "column": 10, - "index": 835 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 26, - "column": 12, - "index": 816 - }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", "line": 42, @@ -23902,13 +23652,13 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 158, "column": 6, - "index": 4139 + "index": 4147 }, { "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 173, "column": 6, - "index": 4461 + "index": 4469 }, { "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", @@ -24000,12 +23750,6 @@ "column": 4, "index": 1021 }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 67, - "column": 20, - "index": 1952 - }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", "line": 140, @@ -24034,15 +23778,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 137, + "line": 144, "column": 23, - "index": 4662 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/ErrorSummary.jsx", - "line": 23, - "column": 12, - "index": 897 + "index": 4772 }, { "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", @@ -24132,36 +23870,6 @@ "column": 10, "index": 4429 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 31, - "column": 10, - "index": 948 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 35, - "column": 10, - "index": 1105 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 50, - "column": 18, - "index": 1722 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 73, - "column": 16, - "index": 2760 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/SelectTypeFooter.jsx", - "line": 29, - "column": 8, - "index": 668 - }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", "line": 70, @@ -24230,9 +23938,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 139, - "column": 10, - "index": 4758 + "line": 147, + "column": 8, + "index": 4888 }, { "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", @@ -24256,7 +23964,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 190, "column": 8, - "index": 4899 + "index": 4907 }, { "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", @@ -24648,13 +24356,13 @@ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", "line": 94, "column": 12, - "index": 2758 + "index": 2738 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 107, + "line": 112, "column": 12, - "index": 3544 + "index": 3615 }, { "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx", @@ -24816,7 +24524,7 @@ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", "line": 85, "column": 10, - "index": 2474 + "index": 2467 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", @@ -24936,18 +24644,6 @@ "column": 26, "index": 1915 }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 83, - "column": 22, - "index": 2649 - }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 112, - "column": 22, - "index": 3582 - }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 145, @@ -25258,18 +24954,6 @@ "column": 16, "index": 4284 }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 74, - "column": 18, - "index": 2182 - }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 78, - "column": 16, - "index": 2357 - }, { "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", "line": 44, @@ -25302,53 +24986,23 @@ "column": 4, "index": 3638 }, - { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 158, - "column": 16, - "index": 4967 - }, - { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 229, - "column": 18, - "index": 7844 - }, { "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", "line": 235, "column": 10, "index": 8717 }, - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 45, - "column": 14, - "index": 1101 - }, { "filePath": "src/editors/containers/GameEditor/index.jsx", "line": 56, "column": 12, "index": 1626 }, - { - "filePath": "src/editors/containers/ProblemEditor/index.jsx", - "line": 32, - "column": 8, - "index": 955 - }, { "filePath": "src/editors/containers/TextEditor/index.jsx", "line": 87, "column": 14, - "index": 2268 - }, - { - "filePath": "src/editors/containers/VideoEditor/index.jsx", - "line": 51, - "column": 12, - "index": 1312 + "index": 2248 }, { "filePath": "src/editors/containers/VideoUploadEditor/index.jsx", @@ -25765,44 +25419,6 @@ "index": 1029 } ], - "Toast": [ - { - "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 240, - "column": 12, - "index": 8174 - }, - { - "filePath": "src/course-outline/CourseOutline.jsx", - "line": 483, - "column": 8, - "index": 20141 - }, - { - "filePath": "src/editors/containers/EditorContainer/components/EditorFooter/index.jsx", - "line": 26, - "column": 6, - "index": 480 - }, - { - "filePath": "src/editors/containers/TextEditor/index.jsx", - "line": 80, - "column": 8, - "index": 2027 - }, - { - "filePath": "src/files-and-videos/generic/ApiStatusToast.jsx", - "line": 23, - "column": 4, - "index": 445 - }, - { - "filePath": "src/taxonomy/TaxonomyLayout.jsx", - "line": 41, - "column": 10, - "index": 1449 - } - ], "Sheet": [ { "filePath": "src/content-tags-drawer/ContentTagsDrawerSheet.jsx", @@ -25872,18 +25488,6 @@ "column": 13, "index": 770 }, - { - "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 63, - "column": 17, - "index": 2013 - }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", - "line": 27, - "column": 19, - "index": 847 - }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/ImportTranscriptCard.jsx", "line": 28, @@ -26078,12 +25682,6 @@ "column": 10, "index": 3989 }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 65, - "column": 12, - "index": 1890 - }, { "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", "line": 32, @@ -26206,12 +25804,6 @@ "column": 12, "index": 4034 }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 66, - "column": 14, - "index": 1915 - }, { "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", "line": 33, @@ -26348,12 +25940,6 @@ "column": 12, "index": 4196 }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 72, - "column": 14, - "index": 2110 - }, { "filePath": "src/studio-home/tabs-section/courses-tab/courses-filters/courses-filter-menu/index.jsx", "line": 42, @@ -26388,15 +25974,15 @@ }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 377, + "line": 381, "column": 28, - "index": 11364 + "index": 11564 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 386, + "line": 390, "column": 28, - "index": 11650 + "index": 11850 }, { "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/index.jsx", @@ -26472,12 +26058,6 @@ "column": 6, "index": 1020 }, - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/index.jsx", - "line": 20, - "column": 6, - "index": 662 - }, { "filePath": "src/editors/sharedComponents/DraggableList/SortableItem.jsx", "line": 32, @@ -26488,13 +26068,13 @@ "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", "line": 32, "column": 6, - "index": 1021 + "index": 1045 }, { "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", "line": 42, "column": 10, - "index": 1297 + "index": 1321 }, { "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", @@ -26520,12 +26100,6 @@ "column": 6, "index": 1583 }, - { - "filePath": "src/studio-home/StudioHome.jsx", - "line": 137, - "column": 12, - "index": 4216 - }, { "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", "line": 22, @@ -26538,18 +26112,6 @@ "column": 10, "index": 820 }, - { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 96, - "column": 6, - "index": 2920 - }, - { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 107, - "column": 10, - "index": 3143 - }, { "filePath": "src/studio-home/tabs-section/libraries-tab/index.jsx", "line": 22, @@ -26645,32 +26207,64 @@ "index": 536 } ], + "Toast": [ + { + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 483, + "column": 8, + "index": 20141 + }, + { + "filePath": "src/editors/containers/TextEditor/index.jsx", + "line": 80, + "column": 8, + "index": 2009 + }, + { + "filePath": "src/files-and-videos/generic/ApiStatusToast.jsx", + "line": 23, + "column": 4, + "index": 445 + }, + { + "filePath": "src/generic/processing-notification/index.jsx", + "line": 12, + "column": 2, + "index": 305 + }, + { + "filePath": "src/taxonomy/TaxonomyLayout.jsx", + "line": 41, + "column": 10, + "index": 1449 + } + ], "CampaignIcon": [ { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 72, + "line": 75, "column": 14, - "index": 2405 + "index": 2542 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 263, + "line": 267, "column": 16, - "index": 8209 + "index": 8409 } ], "InfoOutlineIcon": [ { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 93, + "line": 97, "column": 14, - "index": 2823 + "index": 3023 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 195, + "line": 199, "column": 16, - "index": 5855 + "index": 6055 }, { "filePath": "src/course-unit/sidebar/PublishControls.jsx", @@ -26688,21 +26282,21 @@ "WarningIcon": [ { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 130, + "line": 134, "column": 16, - "index": 3862 + "index": 4062 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 295, + "line": 299, "column": 16, - "index": 9045 + "index": 9245 }, { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 322, + "line": 326, "column": 16, - "index": 9810 + "index": 10010 }, { "filePath": "src/course-outline/xblock-status/GradingPolicyAlert.jsx", @@ -26762,9 +26356,9 @@ "ErrorIcon": [ { "filePath": "src/course-outline/page-alerts/PageAlerts.jsx", - "line": 382, + "line": 386, "column": 18, - "index": 11512 + "index": 11712 }, { "filePath": "src/course-unit/clipboard/paste-notification/index.jsx", @@ -26932,7 +26526,7 @@ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", "line": 98, "column": 19, - "index": 2941 + "index": 2921 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", @@ -26942,9 +26536,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 111, + "line": 116, "column": 19, - "index": 3748 + "index": 3819 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", @@ -27148,9 +26742,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 119, + "line": 126, "column": 10, - "index": 4025 + "index": 4135 }, { "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/AltTextControls.jsx", @@ -27387,70 +26981,6 @@ "index": 3861 } ], - "Col": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 27, - "column": 4, - "index": 620 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", - "line": 49, - "column": 24, - "index": 1278 - }, - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", - "line": 61, - "column": 24, - "index": 1768 - }, - { - "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", - "line": 33, - "column": 8, - "index": 1035 - }, - { - "filePath": "src/generic/drag-helper/SortableItem.jsx", - "line": 62, - "column": 6, - "index": 1294 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 21, - "column": 28, - "index": 580 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 35, - "column": 28, - "index": 1164 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 49, - "column": 28, - "index": 1753 - }, - { - "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", - "line": 64, - "column": 28, - "index": 2419 - } - ], - "ArrowBack": [ - { - "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/AdvanceTypeSelect.jsx", - "line": 30, - "column": 27, - "index": 852 - } - ], "ExpandMore": [ { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx", @@ -27468,7 +26998,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 161, "column": 13, - "index": 4237 + "index": 4245 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", @@ -27494,7 +27024,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 176, "column": 13, - "index": 4559 + "index": 4567 }, { "filePath": "src/generic/CollapsableEditor.jsx", @@ -27512,9 +27042,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoSourceWidget/index.jsx", - "line": 100, - "column": 10, - "index": 3208 + "line": 104, + "column": 8, + "index": 3256 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/discussion-restrictions/DiscussionRestrictionItem.jsx", @@ -27547,6 +27077,56 @@ "index": 3039 } ], + "Col": [ + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", + "line": 49, + "column": 24, + "index": 1278 + }, + { + "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/DurationWidget/index.jsx", + "line": 61, + "column": 24, + "index": 1768 + }, + { + "filePath": "src/editors/sharedComponents/ErrorBoundary/ErrorPage.jsx", + "line": 33, + "column": 8, + "index": 1059 + }, + { + "filePath": "src/generic/drag-helper/SortableItem.jsx", + "line": 62, + "column": 6, + "index": 1294 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 21, + "column": 28, + "index": 580 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 35, + "column": 28, + "index": 1164 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 49, + "column": 28, + "index": 1753 + }, + { + "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", + "line": 64, + "column": 28, + "index": 2419 + } + ], "MoreHoriz": [ { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", @@ -27577,12 +27157,6 @@ "line": 28, "column": 13, "index": 617 - }, - { - "filePath": "src/studio-home/card-item/index.jsx", - "line": 68, - "column": 24, - "index": 1988 } ], "FileUpload": [ @@ -27596,7 +27170,7 @@ "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/ThumbnailWidget/index.jsx", "line": 115, "column": 24, - "index": 3585 + "index": 3557 }, { "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", @@ -27771,20 +27345,6 @@ "index": 2538 } ], - "ArrowBackIos": [ - { - "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/index.jsx", - "line": 39, - "column": 19, - "index": 1228 - }, - { - "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx", - "line": 65, - "column": 20, - "index": 1985 - } - ], "InputGroup": [ { "filePath": "src/editors/containers/VideoUploadEditor/VideoUploader.jsx", @@ -27969,6 +27529,14 @@ "index": 3783 } ], + "ArrowBackIos": [ + { + "filePath": "src/editors/sharedComponents/ImageUploadModal/ImageSettingsModal/index.jsx", + "line": 65, + "column": 20, + "index": 1985 + } + ], "Search": [ { "filePath": "src/editors/sharedComponents/SelectionModal/SearchSort.jsx", @@ -28261,12 +27829,6 @@ "line": 17, "column": 6, "index": 365 - }, - { - "filePath": "src/studio-home/tabs-section/courses-tab/index.jsx", - "line": 158, - "column": 14, - "index": 4882 } ], "Locked": [ @@ -28345,12 +27907,6 @@ "line": 209, "column": 10, "index": 6388 - }, - { - "filePath": "src/studio-home/tabs-section/index.jsx", - "line": 186, - "column": 4, - "index": 5885 } ], "Tab": [ @@ -28395,36 +27951,6 @@ "line": 228, "column": 12, "index": 7196 - }, - { - "filePath": "src/studio-home/tabs-section/index.jsx", - "line": 85, - "column": 6, - "index": 2964 - }, - { - "filePath": "src/studio-home/tabs-section/index.jsx", - "line": 107, - "column": 8, - "index": 3644 - }, - { - "filePath": "src/studio-home/tabs-section/index.jsx", - "line": 124, - "column": 10, - "index": 4104 - }, - { - "filePath": "src/studio-home/tabs-section/index.jsx", - "line": 139, - "column": 10, - "index": 4564 - }, - { - "filePath": "src/studio-home/tabs-section/index.jsx", - "line": 160, - "column": 8, - "index": 5163 } ], "ChevronLeft": [ @@ -28614,9 +28140,9 @@ "IconSettings": [ { "filePath": "src/generic/processing-notification/index.jsx", - "line": 16, - "column": 56, - "index": 515 + "line": 20, + "column": 68, + "index": 631 } ], "WarningFilledIcon": [ @@ -28976,19 +28502,19 @@ } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@openedx-plugins/course-app-calculator", "folderName": "calculator", "usages": {} }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@openedx-plugins/course-app-edxnotes", "folderName": "edxnotes", "usages": {} }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@openedx-plugins/course-app-learning_assistant", "folderName": "learning_assistant", "usages": { @@ -29009,7 +28535,7 @@ } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@openedx-plugins/course-app-live", "folderName": "live", "usages": { @@ -29062,22 +28588,126 @@ } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@openedx-plugins/course-app-ora_settings", "folderName": "ora_settings", "usages": { + "Alert": [ + { + "filePath": "Settings.jsx", + "line": 80, + "column": 14, + "index": 3090 + } + ], + "Info": [ + { + "filePath": "Settings.jsx", + "line": 80, + "column": 44, + "index": 3120 + } + ], + "Alert.Heading": [ + { + "filePath": "Settings.jsx", + "line": 81, + "column": 16, + "index": 3158 + } + ], + "Badge": [ + { + "filePath": "Settings.jsx", + "line": 94, + "column": 20, + "index": 3718 + } + ], "Hyperlink": [ { "filePath": "Settings.jsx", - "line": 27, + "line": 104, + "column": 20, + "index": 4129 + } + ], + "ModalDialog": [ + { + "filePath": "Settings.jsx", + "line": 130, + "column": 4, + "index": 4915 + } + ], + "Form": [ + { + "filePath": "Settings.jsx", + "line": 140, + "column": 6, + "index": 5152 + } + ], + "ModalDialog.Header": [ + { + "filePath": "Settings.jsx", + "line": 141, "column": 8, - "index": 980 + "index": 5220 + } + ], + "ModalDialog.Title": [ + { + "filePath": "Settings.jsx", + "line": 142, + "column": 10, + "index": 5251 + } + ], + "ModalDialog.Body": [ + { + "filePath": "Settings.jsx", + "line": 146, + "column": 8, + "index": 5386 + } + ], + "ModalDialog.Footer": [ + { + "filePath": "Settings.jsx", + "line": 149, + "column": 8, + "index": 5466 + } + ], + "ActionRow": [ + { + "filePath": "Settings.jsx", + "line": 150, + "column": 10, + "index": 5513 + } + ], + "ModalDialog.CloseButton": [ + { + "filePath": "Settings.jsx", + "line": 151, + "column": 12, + "index": 5537 + } + ], + "StatefulButton": [ + { + "filePath": "Settings.jsx", + "line": 154, + "column": 12, + "index": 5685 } ] } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@openedx-plugins/course-app-proctoring", "folderName": "proctoring", "usages": { @@ -29086,25 +28716,31 @@ "filePath": "Settings.jsx", "line": 174, "column": 16, - "index": 7323 + "index": 7329 }, { "filePath": "Settings.jsx", "line": 189, "column": 35, - "index": 7880 + "index": 7886 }, { "filePath": "Settings.jsx", "line": 452, "column": 14, - "index": 17240 + "index": 17246 }, { "filePath": "Settings.jsx", - "line": 481, + "line": 473, + "column": 12, + "index": 17933 + }, + { + "filePath": "Settings.jsx", + "line": 492, "column": 14, - "index": 18134 + "index": 18595 } ], "Hyperlink": [ @@ -29112,7 +28748,7 @@ "filePath": "Settings.jsx", "line": 251, "column": 4, - "index": 9805 + "index": 9811 } ], "Alert": [ @@ -29120,19 +28756,19 @@ "filePath": "Settings.jsx", "line": 269, "column": 12, - "index": 10374 + "index": 10380 }, { "filePath": "Settings.jsx", "line": 437, "column": 6, - "index": 16781 + "index": 16787 }, { "filePath": "Settings.jsx", - "line": 464, + "line": 502, "column": 6, - "index": 17511 + "index": 18825 } ], "Badge": [ @@ -29140,7 +28776,7 @@ "filePath": "Settings.jsx", "line": 291, "column": 18, - "index": 11131 + "index": 11137 } ], "Form.Group": [ @@ -29148,25 +28784,25 @@ "filePath": "Settings.jsx", "line": 312, "column": 12, - "index": 11755 + "index": 11761 }, { "filePath": "Settings.jsx", "line": 338, "column": 10, - "index": 12891 + "index": 12897 }, { "filePath": "Settings.jsx", "line": 369, "column": 12, - "index": 14350 + "index": 14356 }, { "filePath": "Settings.jsx", "line": 393, "column": 12, - "index": 15471 + "index": 15477 } ], "Form.Label": [ @@ -29174,25 +28810,25 @@ "filePath": "Settings.jsx", "line": 313, "column": 14, - "index": 11817 + "index": 11823 }, { "filePath": "Settings.jsx", "line": 339, "column": 12, - "index": 12948 + "index": 12954 }, { "filePath": "Settings.jsx", "line": 370, "column": 14, - "index": 14411 + "index": 14417 }, { "filePath": "Settings.jsx", "line": 394, "column": 14, - "index": 15535 + "index": 15541 } ], "Form.Control": [ @@ -29200,13 +28836,13 @@ "filePath": "Settings.jsx", "line": 316, "column": 14, - "index": 11999 + "index": 12005 }, { "filePath": "Settings.jsx", "line": 342, "column": 12, - "index": 13119 + "index": 13125 } ], "Form.Text": [ @@ -29214,13 +28850,13 @@ "filePath": "Settings.jsx", "line": 325, "column": 14, - "index": 12376 + "index": 12382 }, { "filePath": "Settings.jsx", "line": 352, "column": 12, - "index": 13571 + "index": 13577 } ], "Form.RadioSet": [ @@ -29228,13 +28864,13 @@ "filePath": "Settings.jsx", "line": 373, "column": 14, - "index": 14596 + "index": 14602 }, { "filePath": "Settings.jsx", "line": 397, "column": 14, - "index": 15722 + "index": 15728 } ], "Form.Radio": [ @@ -29242,109 +28878,109 @@ "filePath": "Settings.jsx", "line": 379, "column": 16, - "index": 14832 + "index": 14838 }, { "filePath": "Settings.jsx", "line": 382, "column": 16, - "index": 15013 + "index": 15019 }, { "filePath": "Settings.jsx", "line": 402, "column": 16, - "index": 15920 + "index": 15926 }, { "filePath": "Settings.jsx", "line": 405, "column": 16, - "index": 16107 + "index": 16113 } ], "ModalDialog": [ { "filePath": "Settings.jsx", - "line": 579, + "line": 603, "column": 4, - "index": 22458 + "index": 23168 } ], "Form": [ { "filePath": "Settings.jsx", - "line": 589, + "line": 613, "column": 6, - "index": 22683 + "index": 23393 } ], "ModalDialog.Header": [ { "filePath": "Settings.jsx", - "line": 590, + "line": 614, "column": 8, - "index": 22751 + "index": 23461 } ], "ModalDialog.Title": [ { "filePath": "Settings.jsx", - "line": 591, + "line": 615, "column": 10, - "index": 22782 + "index": 23492 } ], "ModalDialog.Body": [ { "filePath": "Settings.jsx", - "line": 595, + "line": 619, "column": 8, - "index": 22907 + "index": 23617 } ], "ModalDialog.Footer": [ { "filePath": "Settings.jsx", - "line": 603, + "line": 627, "column": 8, - "index": 23289 + "index": 23999 } ], "ActionRow": [ { "filePath": "Settings.jsx", - "line": 608, + "line": 632, "column": 10, - "index": 23394 + "index": 24104 } ], "ModalDialog.CloseButton": [ { "filePath": "Settings.jsx", - "line": 609, + "line": 633, "column": 12, - "index": 23418 + "index": 24128 } ], "StatefulButton": [ { "filePath": "Settings.jsx", - "line": 612, + "line": 636, "column": 12, - "index": 23590 + "index": 24300 } ] } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@openedx-plugins/course-app-progress", "folderName": "progress", "usages": {} }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@openedx-plugins/course-app-teams", "folderName": "teams", "usages": { @@ -29433,13 +29069,13 @@ } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@openedx-plugins/course-app-wiki", "folderName": "wiki", "usages": {} }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@openedx-plugins/course-app-xpert_unit_summary", "folderName": "xpert_unit_summary", "usages": { @@ -31745,9 +31381,9 @@ }, { "filePath": "src/components/courseCard/CourseCard.jsx", - "line": 44, + "line": 33, "column": 4, - "index": 1325 + "index": 998 }, { "filePath": "src/components/programCard/ProgramCard.jsx", @@ -31801,9 +31437,9 @@ }, { "filePath": "src/components/courseCard/CourseCard.jsx", - "line": 58, + "line": 47, "column": 6, - "index": 1715 + "index": 1388 }, { "filePath": "src/components/programCard/ProgramCard.jsx", @@ -31937,9 +31573,9 @@ }, { "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx", - "line": 454, + "line": 452, "column": 12, - "index": 13545 + "index": 13297 } ], "IconButton": [ @@ -32307,9 +31943,9 @@ }, { "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx", - "line": 400, + "line": 398, "column": 6, - "index": 11853 + "index": 11605 } ], "Alert.Heading": [ @@ -32337,9 +31973,9 @@ }, { "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx", - "line": 486, + "line": 484, "column": 10, - "index": 14748 + "index": 14500 } ], "CardView": [ @@ -32351,9 +31987,9 @@ }, { "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx", - "line": 499, + "line": 497, "column": 14, - "index": 15264 + "index": 15016 } ], "Badge": [ @@ -32371,21 +32007,21 @@ }, { "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx", - "line": 444, + "line": 442, "column": 12, - "index": 13273 + "index": 13025 }, { "filePath": "src/components/courseCard/CourseCard.jsx", - "line": 66, + "line": 55, "column": 12, - "index": 1991 + "index": 1664 }, { "filePath": "src/components/courseCard/CourseCard.jsx", - "line": 73, + "line": 62, "column": 12, - "index": 2288 + "index": 1961 }, { "filePath": "src/components/programCard/ProgramCard.jsx", @@ -32433,33 +32069,33 @@ "Skeleton": [ { "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx", - "line": 394, + "line": 392, "column": 8, - "index": 11727 + "index": 11479 } ], "DataTable.TableControlBar": [ { "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx", - "line": 497, + "line": 495, "column": 12, - "index": 15193 + "index": 14945 } ], "DataTable.Table": [ { "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx", - "line": 510, + "line": 508, "column": 26, - "index": 15578 + "index": 15330 } ], "DataTable.TableFooter": [ { "filePath": "src/components/catalogSearchResults/CatalogSearchResults.jsx", - "line": 513, + "line": 511, "column": 14, - "index": 15641 + "index": 15393 } ], "useMediaQuery": [ @@ -32559,9 +32195,9 @@ "Card.ImageCap": [ { "filePath": "src/components/courseCard/CourseCard.jsx", - "line": 50, + "line": 39, "column": 6, - "index": 1450 + "index": 1123 }, { "filePath": "src/components/programCard/ProgramCard.jsx", @@ -32573,9 +32209,9 @@ "Card.Header": [ { "filePath": "src/components/courseCard/CourseCard.jsx", - "line": 56, + "line": 45, "column": 6, - "index": 1610 + "index": 1283 }, { "filePath": "src/components/programCard/ProgramCard.jsx", @@ -32595,7 +32231,7 @@ } }, { - "version": "22.2.1", + "version": "22.8.1", "name": "@edx/frontend-app-gradebook", "repository": { "type": "git", @@ -33082,7 +32718,7 @@ } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@edx/frontend-app-learner-dashboard", "repository": { "type": "git", @@ -33093,9 +32729,9 @@ "Alert": [ { "filePath": "src/App.jsx", - "line": 87, + "line": 86, "column": 16, - "index": 2769 + "index": 2721 }, { "filePath": "src/components/Banner.jsx", @@ -34348,21 +33984,21 @@ }, { "filePath": "src/components/course/data/utils.jsx", - "line": 514, + "line": 567, "column": 6, - "index": 18222 + "index": 20027 }, { "filePath": "src/components/course/data/utils.jsx", - "line": 530, + "line": 583, "column": 6, - "index": 18600 + "index": 20405 }, { "filePath": "src/components/course/data/utils.jsx", - "line": 556, + "line": 609, "column": 6, - "index": 19210 + "index": 21015 }, { "filePath": "src/components/course/enrollment/components/ToExecutiveEducation2UEnrollment.jsx", @@ -34386,7 +34022,7 @@ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 110, "column": 18, - "index": 4549 + "index": 4605 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx", @@ -34474,15 +34110,15 @@ }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 108, + "line": 107, "column": 12, - "index": 3780 + "index": 3804 }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", "line": 169, "column": 10, - "index": 5894 + "index": 5976 }, { "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx", @@ -34504,15 +34140,21 @@ }, { "filePath": "src/components/microlearning/VideoBanner.jsx", - "line": 55, + "line": 47, "column": 10, - "index": 2233 + "index": 2017 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 287, + "line": 286, "column": 16, - "index": 12377 + "index": 12610 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 166, + "column": 14, + "index": 6412 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -34836,7 +34478,7 @@ "filePath": "src/components/course/course-header/CourseHeader.jsx", "line": 61, "column": 6, - "index": 2358 + "index": 2362 }, { "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx", @@ -34858,15 +34500,15 @@ }, { "filePath": "src/components/course/routes/CourseAbout.jsx", - "line": 32, + "line": 34, "column": 6, - "index": 966 + "index": 1069 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 94, "column": 8, - "index": 3867 + "index": 3923 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx", @@ -34906,9 +34548,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 119, + "line": 118, "column": 4, - "index": 4057 + "index": 4281 }, { "filePath": "src/components/NotFoundPage/index.jsx", @@ -35012,7 +34654,7 @@ "filePath": "src/components/course/course-header/CourseHeader.jsx", "line": 66, "column": 16, - "index": 2584 + "index": 2588 }, { "filePath": "src/components/pathway-progress/PathwayProgressHeader.jsx", @@ -35066,6 +34708,12 @@ "column": 38, "index": 723 }, + { + "filePath": "src/components/course/ExpiredSubscriptionModal.jsx", + "line": 9, + "column": 27, + "index": 284 + }, { "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", "line": 19, @@ -35080,9 +34728,9 @@ }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 28, + "line": 33, "column": 28, - "index": 1144 + "index": 1410 }, { "filePath": "src/components/my-career/CategoryCard.jsx", @@ -35116,9 +34764,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 47, + "line": 37, "column": 70, - "index": 2022 + "index": 1655 }, { "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx", @@ -35166,9 +34814,9 @@ }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 33, + "line": 31, "column": 4, - "index": 967 + "index": 1010 }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", @@ -35178,9 +34826,9 @@ }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", - "line": 11, + "line": 10, "column": 2, - "index": 363 + "index": 428 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", @@ -35190,9 +34838,21 @@ }, { "filePath": "src/components/microlearning/VideoBanner.jsx", - "line": 27, + "line": 19, "column": 6, - "index": 930 + "index": 731 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 74, + "column": 8, + "index": 2476 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 182, + "column": 8, + "index": 6973 }, { "filePath": "src/components/my-career/CategoryCard.jsx", @@ -35342,9 +35002,21 @@ }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 38, + "line": 36, "column": 8, - "index": 1074 + "index": 1117 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 75, + "column": 10, + "index": 2493 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 183, + "column": 10, + "index": 6990 }, { "filePath": "src/components/my-career/CategoryCard.jsx", @@ -35500,9 +35172,9 @@ }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 45, + "line": 43, "column": 8, - "index": 1325 + "index": 1368 }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", @@ -35518,9 +35190,9 @@ }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", - "line": 16, + "line": 15, "column": 6, - "index": 466 + "index": 531 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", @@ -35530,9 +35202,21 @@ }, { "filePath": "src/components/microlearning/VideoBanner.jsx", - "line": 28, + "line": 20, "column": 8, - "index": 1014 + "index": 815 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 120, + "column": 12, + "index": 4299 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 208, + "column": 10, + "index": 7837 }, { "filePath": "src/components/my-career/CategoryCard.jsx", @@ -35706,9 +35390,9 @@ }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 41, + "line": 39, "column": 14, - "index": 1206 + "index": 1249 }, { "filePath": "src/components/pathway/PathwayModal.jsx", @@ -35764,7 +35448,7 @@ "filePath": "src/components/course/course-header/CourseHeader.jsx", "line": 76, "column": 18, - "index": 2938 + "index": 2942 }, { "filePath": "src/components/course/CourseAssociatedPrograms.jsx", @@ -35798,27 +35482,27 @@ }, { "filePath": "src/components/course/data/utils.jsx", - "line": 515, + "line": 568, "column": 12, - "index": 18242 + "index": 20047 }, { "filePath": "src/components/course/data/utils.jsx", - "line": 531, + "line": 584, "column": 12, - "index": 18620 + "index": 20425 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 110, "column": 30, - "index": 4561 + "index": 4617 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 165, + "line": 166, "column": 4, - "index": 5914 + "index": 5980 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/CompletedCourseCard.jsx", @@ -35846,9 +35530,9 @@ }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 40, + "line": 38, "column": 12, - "index": 1118 + "index": 1161 }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", @@ -35914,15 +35598,15 @@ }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 101, + "line": 100, "column": 6, - "index": 3546 + "index": 3570 }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", "line": 161, "column": 4, - "index": 5597 + "index": 5679 }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", @@ -35976,15 +35660,27 @@ }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 107, + "line": 106, "column": 10, - "index": 3756 + "index": 3780 }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", "line": 168, "column": 8, - "index": 5872 + "index": 5954 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 88, + "column": 14, + "index": 2928 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 195, + "column": 14, + "index": 7468 }, { "filePath": "src/components/my-career/VisualizeCareer.jsx", @@ -36056,9 +35752,9 @@ }, { "filePath": "src/components/course/data/utils.jsx", - "line": 557, + "line": 610, "column": 12, - "index": 19230 + "index": 21035 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", @@ -36074,9 +35770,9 @@ }, { "filePath": "src/components/dashboard/SubscriptionExpirationModal.jsx", - "line": 44, + "line": 47, "column": 8, - "index": 1676 + "index": 1846 }, { "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx", @@ -36138,7 +35834,7 @@ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 104, "column": 14, - "index": 4304 + "index": 4360 }, { "filePath": "src/components/dashboard/DashboardPage.jsx", @@ -36260,7 +35956,7 @@ "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 119, "column": 16, - "index": 5015 + "index": 5071 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", @@ -36304,13 +36000,13 @@ "filePath": "src/components/course/course-header/CourseHeader.jsx", "line": 62, "column": 8, - "index": 2388 + "index": 2392 }, { "filePath": "src/components/course/course-header/CourseImportantDates.jsx", - "line": 45, + "line": 46, "column": 2, - "index": 1566 + "index": 1531 }, { "filePath": "src/components/course/CourseReview.jsx", @@ -36338,21 +36034,21 @@ }, { "filePath": "src/components/course/routes/CourseAbout.jsx", - "line": 33, + "line": 35, "column": 8, - "index": 1013 + "index": 1116 }, { "filePath": "src/components/course/routes/CourseAbout.jsx", - "line": 46, + "line": 48, "column": 10, - "index": 1393 + "index": 1496 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 95, "column": 10, - "index": 3916 + "index": 3972 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx", @@ -36368,15 +36064,15 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 499, + "line": 507, "column": 6, - "index": 15530 + "index": 15885 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 597, + "line": 605, "column": 16, - "index": 18468 + "index": 18823 }, { "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx", @@ -36392,51 +36088,51 @@ }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 46, + "line": 44, "column": 10, - "index": 1350 + "index": 1393 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 48, + "line": 46, "column": 14, - "index": 1445 + "index": 1488 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 57, + "line": 55, "column": 16, - "index": 1840 + "index": 1883 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 74, + "line": 72, "column": 55, - "index": 2929 + "index": 2972 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 76, + "line": 74, "column": 16, - "index": 3085 + "index": 3128 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 84, + "line": 82, "column": 55, - "index": 3620 + "index": 3663 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 86, + "line": 84, "column": 16, - "index": 3748 + "index": 3791 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 95, + "line": 93, "column": 20, - "index": 4301 + "index": 4344 }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", @@ -36452,15 +36148,15 @@ }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", - "line": 17, + "line": 16, "column": 8, - "index": 489 + "index": 554 }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", - "line": 37, + "line": 36, "column": 14, - "index": 1509 + "index": 1574 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", @@ -36494,9 +36190,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 120, + "line": 119, "column": 6, - "index": 4128 + "index": 4352 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -36594,31 +36290,31 @@ "filePath": "src/components/course/course-header/CourseHeader.jsx", "line": 63, "column": 10, - "index": 2421 + "index": 2425 }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", "line": 127, "column": 10, - "index": 4884 + "index": 4888 }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", "line": 134, "column": 10, - "index": 5201 + "index": 5205 }, { "filePath": "src/components/course/course-header/CourseImportantDates.jsx", - "line": 46, + "line": 47, "column": 4, - "index": 1636 + "index": 1601 }, { "filePath": "src/components/course/course-header/CourseImportantDates.jsx", - "line": 52, + "line": 53, "column": 4, - "index": 1792 + "index": 1757 }, { "filePath": "src/components/course/CourseReview.jsx", @@ -36670,15 +36366,15 @@ }, { "filePath": "src/components/course/routes/CourseAbout.jsx", - "line": 47, + "line": 49, "column": 12, - "index": 1411 + "index": 1514 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 96, "column": 12, - "index": 3934 + "index": 3990 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx", @@ -36694,15 +36390,15 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 500, + "line": 508, "column": 8, - "index": 15544 + "index": 15899 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 598, + "line": 606, "column": 18, - "index": 18521 + "index": 18876 }, { "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx", @@ -36718,57 +36414,57 @@ }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 47, + "line": 45, "column": 12, - "index": 1368 + "index": 1411 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 49, + "line": 47, "column": 16, - "index": 1467 + "index": 1510 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 55, + "line": 53, "column": 12, - "index": 1756 + "index": 1799 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 58, + "line": 56, "column": 18, - "index": 1895 + "index": 1938 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 74, + "line": 72, "column": 18, - "index": 2892 + "index": 2935 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 77, + "line": 75, "column": 18, - "index": 3140 + "index": 3183 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 84, + "line": 82, "column": 18, - "index": 3583 + "index": 3626 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 87, + "line": 85, "column": 18, - "index": 3803 + "index": 3846 }, { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 94, + "line": 92, "column": 18, - "index": 4243 + "index": 4286 }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", @@ -36790,27 +36486,27 @@ }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", - "line": 18, + "line": 17, "column": 10, - "index": 505 + "index": 570 }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", - "line": 35, + "line": 34, "column": 10, - "index": 1380 + "index": 1445 }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", - "line": 38, + "line": 37, "column": 16, - "index": 1531 + "index": 1596 }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", - "line": 45, + "line": 44, "column": 16, - "index": 1995 + "index": 2060 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", @@ -36938,7 +36634,7 @@ "filePath": "src/components/course/course-header/CourseHeader.jsx", "line": 102, "column": 16, - "index": 3892 + "index": 3896 }, { "filePath": "src/components/course/CourseSkills.jsx", @@ -36948,9 +36644,9 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 531, + "line": 539, "column": 11, - "index": 16191 + "index": 16546 }, { "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", @@ -36984,9 +36680,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 152, + "line": 151, "column": 22, - "index": 5645 + "index": 5869 }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", @@ -37058,9 +36754,9 @@ "Stack": [ { "filePath": "src/components/course/course-header/CourseImportantDates.jsx", - "line": 47, + "line": 48, "column": 6, - "index": 1665 + "index": 1630 }, { "filePath": "src/components/course/course-header/data/hooks/useCourseRunCardAction.jsx", @@ -37094,33 +36790,33 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 386, + "line": 387, "column": 6, - "index": 11768 + "index": 11834 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 435, + "line": 443, "column": 6, - "index": 13690 + "index": 14045 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 537, + "line": 545, "column": 6, - "index": 16433 + "index": 16788 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 568, + "line": 576, "column": 12, - "index": 17221 + "index": 17576 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 571, + "line": 579, "column": 18, - "index": 17345 + "index": 17700 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/InProgressCourseCard.jsx", @@ -37196,9 +36892,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 182, + "line": 154, "column": 10, - "index": 6718 + "index": 5547 }, { "filePath": "src/components/site-header/SiteHeaderLogos.jsx", @@ -37234,9 +36930,9 @@ "Icon": [ { "filePath": "src/components/course/course-header/CourseImportantDates.jsx", - "line": 48, + "line": 49, "column": 8, - "index": 1712 + "index": 1677 }, { "filePath": "src/components/course/CourseReview.jsx", @@ -37264,27 +36960,27 @@ }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 318, + "line": 319, "column": 20, - "index": 9914 + "index": 9980 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 393, + "line": 394, "column": 18, - "index": 12129 + "index": 12195 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 441, + "line": 449, "column": 20, - "index": 14123 + "index": 14478 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 542, + "line": 550, "column": 8, - "index": 16550 + "index": 16905 }, { "filePath": "src/components/microlearning/VideoCourseReview.jsx", @@ -37294,21 +36990,45 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 226, + "line": 225, "column": 18, - "index": 8990 + "index": 9223 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 238, + "line": 237, "column": 16, - "index": 9779 + "index": 10012 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 246, + "line": 245, "column": 18, - "index": 10274 + "index": 10507 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 92, + "column": 26, + "index": 3109 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 101, + "column": 26, + "index": 3511 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 111, + "column": 26, + "index": 3988 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 199, + "column": 26, + "index": 7612 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -37434,9 +37154,9 @@ "Calendar": [ { "filePath": "src/components/course/course-header/CourseImportantDates.jsx", - "line": 48, + "line": 49, "column": 29, - "index": 1733 + "index": 1698 } ], "Skeleton": [ @@ -37448,15 +37168,15 @@ }, { "filePath": "src/components/course/CourseSidebarPrice.jsx", - "line": 28, + "line": 27, "column": 11, - "index": 901 + "index": 926 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 564, + "line": 572, "column": 12, - "index": 17145 + "index": 17500 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseSection.jsx", @@ -37466,9 +37186,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 33, + "line": 29, "column": 6, - "index": 1327 + "index": 1395 }, { "filePath": "src/components/my-career/MyCareerTabSkeleton.jsx", @@ -37578,17 +37298,29 @@ "Card.Status": [ { "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", - "line": 41, - "column": 4, - "index": 1804 + "line": 42, + "column": 6, + "index": 1980 + }, + { + "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", + "line": 49, + "column": 6, + "index": 2192 } ], "Lock": [ { "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", - "line": 43, - "column": 12, - "index": 1853 + "line": 46, + "column": 14, + "index": 2161 + }, + { + "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", + "line": 51, + "column": 14, + "index": 2245 } ], "Error": [ @@ -37626,9 +37358,9 @@ }, { "filePath": "src/components/course/routes/CourseAbout.jsx", - "line": 37, + "line": 39, "column": 10, - "index": 1112 + "index": 1215 }, { "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx", @@ -37694,21 +37426,21 @@ }, { "filePath": "src/components/course/routes/CourseAbout.jsx", - "line": 37, + "line": 39, "column": 32, - "index": 1134 + "index": 1237 }, { "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx", - "line": 54, + "line": 55, "column": 36, - "index": 1865 + "index": 1914 }, { "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx", - "line": 94, + "line": 105, "column": 74, - "index": 3625 + "index": 3971 }, { "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx", @@ -37988,9 +37720,9 @@ }, { "filePath": "src/components/microlearning/VideoBanner.jsx", - "line": 54, + "line": 46, "column": 8, - "index": 2171 + "index": 1955 }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", @@ -38054,9 +37786,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 246, + "line": 245, "column": 56, - "index": 10312 + "index": 10545 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -38120,9 +37852,9 @@ }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 238, + "line": 237, "column": 54, - "index": 9817 + "index": 10050 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -38237,12 +37969,50 @@ "index": 2415 } ], + "StandardModal": [ + { + "filePath": "src/components/course/ExpiredSubscriptionModal.jsx", + "line": 14, + "column": 4, + "index": 402 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", + "line": 114, + "column": 6, + "index": 2697 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx", + "line": 78, + "column": 6, + "index": 2485 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx", + "line": 72, + "column": 6, + "index": 1979 + }, + { + "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx", + "line": 22, + "column": 4, + "index": 788 + }, + { + "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx", + "line": 49, + "column": 4, + "index": 1832 + } + ], "CheckCircle": [ { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", "line": 107, "column": 22, - "index": 4402 + "index": 4458 }, { "filePath": "src/components/program-progress/ProgramProgressCourses.jsx", @@ -38254,9 +38024,9 @@ "ResponsiveContext.Provider": [ { "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx", - "line": 58, + "line": 59, "column": 4, - "index": 1979 + "index": 2028 } ], "RocketLaunch": [ @@ -38312,9 +38082,9 @@ "Dropdown": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 314, + "line": 315, "column": 8, - "index": 9801 + "index": 9867 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -38344,9 +38114,9 @@ "Dropdown.Toggle": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 315, + "line": 316, "column": 10, - "index": 9822 + "index": 9888 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -38376,25 +38146,49 @@ "IconButton": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 316, + "line": 317, "column": 16, - "index": 9855 + "index": 9921 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 89, + "column": 16, + "index": 2973 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 98, + "column": 16, + "index": 3368 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 108, + "column": 16, + "index": 3885 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 196, + "column": 16, + "index": 7513 } ], "MoreVert": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 317, + "line": 318, "column": 17, - "index": 9884 + "index": 9950 } ], "Dropdown.Menu": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 324, + "line": 325, "column": 10, - "index": 10141 + "index": 10207 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -38424,9 +38218,9 @@ "Dropdown.Item": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 326, + "line": 327, "column": 14, - "index": 10212 + "index": 10278 }, { "filePath": "src/components/error-page/ErrorPageHeader.jsx", @@ -38492,23 +38286,23 @@ "IconButtonWithTooltip": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 390, + "line": 391, "column": 8, - "index": 12023 + "index": 12089 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 438, + "line": 446, "column": 10, - "index": 13951 + "index": 14306 } ], "InfoOutline": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 394, + "line": 395, "column": 15, - "index": 12150 + "index": 12216 }, { "filePath": "src/components/skills-quiz/JobDescriptions.jsx", @@ -38520,9 +38314,9 @@ "Warning": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 442, + "line": 450, "column": 17, - "index": 14146 + "index": 14501 }, { "filePath": "src/components/search/SearchError.jsx", @@ -38534,41 +38328,9 @@ "Info": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", - "line": 542, + "line": 550, "column": 19, - "index": 16561 - } - ], - "StandardModal": [ - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", - "line": 114, - "column": 6, - "index": 2697 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx", - "line": 78, - "column": 6, - "index": 2485 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx", - "line": 72, - "column": 6, - "index": 1979 - }, - { - "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx", - "line": 22, - "column": 4, - "index": 788 - }, - { - "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx", - "line": 49, - "column": 4, - "index": 1832 + "index": 16916 } ], "Form.Group": [ @@ -38608,6 +38370,12 @@ "column": 20, "index": 17546 }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 129, + "column": 14, + "index": 4737 + }, { "filePath": "src/components/my-career/SearchJobRole.jsx", "line": 88, @@ -38628,6 +38396,12 @@ "column": 10, "index": 3616 }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 132, + "column": 20, + "index": 4904 + }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", "line": 255, @@ -38780,15 +38554,15 @@ "Card.Body": [ { "filePath": "src/components/executive-education-2u/components/CourseSummaryCard.jsx", - "line": 37, + "line": 35, "column": 6, - "index": 1054 + "index": 1097 }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", - "line": 15, + "line": 14, "column": 4, - "index": 448 + "index": 513 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", @@ -38848,9 +38622,37 @@ "Timelapse": [ { "filePath": "src/components/microlearning/VideoDetailPage.jsx", - "line": 226, + "line": 225, "column": 56, - "index": 9028 + "index": 9261 + } + ], + "Close": [ + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 110, + "column": 23, + "index": 3955 + }, + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 198, + "column": 23, + "index": 7579 + }, + { + "filePath": "src/components/TagCloud/index.jsx", + "line": 12, + "column": 19, + "index": 329 + } + ], + "Input": [ + { + "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", + "line": 151, + "column": 14, + "index": 5783 } ], "Plus": [ @@ -39427,14 +39229,6 @@ "index": 227 } ], - "Close": [ - { - "filePath": "src/components/TagCloud/index.jsx", - "line": 12, - "column": 19, - "index": 329 - } - ], "Toast": [ { "filePath": "src/components/Toasts/Toasts.jsx", @@ -39630,7 +39424,7 @@ } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@edx/frontend-app-learner-record", "repository": { "type": "git", @@ -40273,7 +40067,7 @@ } }, { - "version": "22.3.0", + "version": "22.8.1", "name": "@edx/frontend-app-learning", "repository": { "type": "git", @@ -40364,13 +40158,13 @@ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx", "line": 101, "column": 6, - "index": 3455 + "index": 3457 }, { "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx", "line": 196, "column": 6, - "index": 6795 + "index": 6797 }, { "filePath": "src/courseware/course/course-exit/DashboardFootnote.jsx", @@ -40418,7 +40212,7 @@ "filePath": "src/preferences-unsubscribe/index.jsx", "line": 71, "column": 24, - "index": 3070 + "index": 3072 }, { "filePath": "src/shared/links.jsx", @@ -40582,7 +40376,7 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 181, "column": 10, - "index": 7134 + "index": 7153 } ], "Info": [ @@ -40768,9 +40562,9 @@ }, { "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx", - "line": 245, + "line": 252, "column": 12, - "index": 8676 + "index": 8853 }, { "filePath": "src/course-home/progress-tab/grades/course-grade/CourseGradeHeader.jsx", @@ -40878,13 +40672,13 @@ "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", "line": 83, "column": 6, - "index": 2406 + "index": 2401 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", "line": 123, "column": 8, - "index": 3612 + "index": 3607 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/UnitButton.jsx", @@ -40914,7 +40708,7 @@ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx", "line": 68, "column": 8, - "index": 2463 + "index": 2450 }, { "filePath": "src/generic/upgrade-button/UpgradeButton.jsx", @@ -40930,9 +40724,9 @@ }, { "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx", - "line": 455, + "line": 453, "column": 6, - "index": 14874 + "index": 14859 }, { "filePath": "src/product-tours/newUserCourseHomeTour/LaunchCourseHomeTourButton.jsx", @@ -41098,24 +40892,6 @@ "column": 10, "index": 1954 }, - { - "filePath": "src/courseware/course/new-sidebar/common/SidebarBase.jsx", - "line": 64, - "column": 10, - "index": 1959 - }, - { - "filePath": "src/courseware/course/new-sidebar/common/SidebarBase.jsx", - "line": 78, - "column": 24, - "index": 2490 - }, - { - "filePath": "src/courseware/course/new-sidebar/sidebars/discussions-notifications/DiscussionsNotificationsTrigger.jsx", - "line": 85, - "column": 14, - "index": 3210 - }, { "filePath": "src/courseware/course/share/ShareButton.jsx", "line": 39, @@ -41154,15 +40930,15 @@ }, { "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx", - "line": 504, + "line": 502, "column": 24, - "index": 16299 + "index": 16284 }, { "filePath": "src/preferences-unsubscribe/index.jsx", "line": 57, "column": 16, - "index": 2082 + "index": 2084 }, { "filePath": "src/product-tours/newUserCourseHomeTour/LaunchCourseHomeTourButton.jsx", @@ -41174,13 +40950,13 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 174, "column": 12, - "index": 6896 + "index": 6915 }, { "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 183, "column": 14, - "index": 7228 + "index": 7247 } ], "ArrowForward": [ @@ -41214,7 +40990,7 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 170, "column": 10, - "index": 6724 + "index": 6743 } ], "Check": [ @@ -41256,12 +41032,6 @@ "column": 20, "index": 2941 }, - { - "filePath": "src/courseware/course/new-sidebar/common/SidebarBase.jsx", - "line": 76, - "column": 21, - "index": 2433 - }, { "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx", "line": 72, @@ -41270,9 +41040,9 @@ }, { "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx", - "line": 502, + "line": 500, "column": 21, - "index": 16242 + "index": 16227 } ], "SearchField.Advanced": [ @@ -41456,18 +41226,6 @@ "column": 8, "index": 1212 }, - { - "filePath": "src/courseware/course/new-sidebar/common/SidebarBase.jsx", - "line": 75, - "column": 14, - "index": 2400 - }, - { - "filePath": "src/courseware/course/new-sidebar/sidebars/discussions-notifications/DiscussionsNotificationsTrigger.jsx", - "line": 83, - "column": 4, - "index": 3113 - }, { "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx", "line": 71, @@ -41478,7 +41236,7 @@ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx", "line": 81, "column": 6, - "index": 2891 + "index": 2878 }, { "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTrigger.jsx", @@ -41488,9 +41246,9 @@ }, { "filePath": "src/generic/upgrade-notification/UpgradeNotification.jsx", - "line": 501, + "line": 499, "column": 14, - "index": 16209 + "index": 16194 } ], "Block": [ @@ -41516,15 +41274,15 @@ }, { "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx", - "line": 238, + "line": 245, "column": 6, - "index": 8400 + "index": 8577 }, { "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx", "line": 106, "column": 8, - "index": 3584 + "index": 3586 } ], "Card.Header": [ @@ -41542,15 +41300,15 @@ }, { "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx", - "line": 239, + "line": 246, "column": 8, - "index": 8452 + "index": 8629 }, { "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx", "line": 108, "column": 10, - "index": 3700 + "index": 3702 } ], "Card.Footer": [ @@ -41562,15 +41320,15 @@ }, { "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx", - "line": 243, + "line": 250, "column": 8, - "index": 8587 + "index": 8764 }, { "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx", "line": 111, "column": 10, - "index": 3966 + "index": 3968 } ], "Card.Section": [ @@ -41588,15 +41346,15 @@ }, { "filePath": "src/course-home/progress-tab/certificate-status/CertificateStatus.jsx", - "line": 240, + "line": 247, "column": 8, - "index": 8491 + "index": 8668 }, { "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx", "line": 110, "column": 10, - "index": 3919 + "index": 3921 } ], "Form.Switch": [ @@ -41782,18 +41540,6 @@ "column": 22, "index": 5800 }, - { - "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx", - "line": 23, - "column": 34, - "index": 708 - }, - { - "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx", - "line": 24, - "column": 35, - "index": 795 - }, { "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx", "line": 40, @@ -41826,27 +41572,27 @@ }, { "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js", - "line": 77, + "line": 88, "column": 21, - "index": 3100 + "index": 3478 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js", - "line": 82, + "line": 93, "column": 21, - "index": 3293 + "index": 3671 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js", - "line": 87, + "line": 98, "column": 21, - "index": 3487 + "index": 3865 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", "line": 56, "column": 53, - "index": 1586 + "index": 1581 }, { "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx", @@ -41876,7 +41622,7 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 76, "column": 21, - "index": 3238 + "index": 3257 } ], "breakpoints": [ @@ -41928,24 +41674,6 @@ "column": 24, "index": 15143 }, - { - "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx", - "line": 23, - "column": 58, - "index": 732 - }, - { - "filePath": "src/courseware/course/new-sidebar/SidebarContextProvider.jsx", - "line": 24, - "column": 59, - "index": 819 - }, - { - "filePath": "src/courseware/course/new-sidebar/sidebars/discussions-notifications/notifications/NotificationsWidget.test.jsx", - "line": 47, - "column": 24, - "index": 1898 - }, { "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx", "line": 40, @@ -41978,39 +41706,39 @@ }, { "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js", - "line": 78, + "line": 89, "column": 29, - "index": 3146 + "index": 3524 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js", - "line": 78, + "line": 89, "column": 79, - "index": 3196 + "index": 3574 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js", - "line": 83, + "line": 94, "column": 29, - "index": 3339 + "index": 3717 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js", - "line": 83, + "line": 94, "column": 83, - "index": 3393 + "index": 3771 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/hooks.js", - "line": 88, + "line": 99, "column": 29, - "index": 3533 + "index": 3911 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", "line": 56, "column": 77, - "index": 1610 + "index": 1605 }, { "filePath": "src/courseware/course/sequence/Sequence.test.jsx", @@ -42070,7 +41798,7 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 76, "column": 46, - "index": 3263 + "index": 3282 }, { "filePath": "src/shared/streak-celebration/StreakCelebrationModal.test.jsx", @@ -42156,7 +41884,7 @@ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx", "line": 183, "column": 8, - "index": 6433 + "index": 6435 } ], "DataTable.Table": [ @@ -42418,7 +42146,7 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 174, "column": 50, - "index": 6934 + "index": 6953 } ], "Card.ImageCap": [ @@ -42426,7 +42154,7 @@ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx", "line": 107, "column": 10, - "index": 3656 + "index": 3658 } ], "CardView": [ @@ -42434,7 +42162,7 @@ "filePath": "src/courseware/course/course-exit/CourseRecommendations.jsx", "line": 193, "column": 10, - "index": 6717 + "index": 6719 } ], "useToggle": [ @@ -42448,19 +42176,19 @@ "filePath": "src/courseware/course/sequence/Sequence.jsx", "line": 41, "column": 32, - "index": 1469 + "index": 1488 }, { "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx", "line": 29, "column": 84, - "index": 1185 + "index": 1172 }, { "filePath": "src/tab-page/LoadedTabPage.jsx", - "line": 44, + "line": 43, "column": 61, - "index": 1524 + "index": 1506 } ], "ModalPopup": [ @@ -42494,23 +42222,9 @@ }, { "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidgetOption.jsx", - "line": 70, + "line": 71, "column": 6, - "index": 1831 - } - ], - "ArrowBackIos": [ - { - "filePath": "src/courseware/course/new-sidebar/common/SidebarBase.jsx", - "line": 64, - "column": 21, - "index": 1970 - }, - { - "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx", - "line": 57, - "column": 21, - "index": 1811 + "index": 1901 } ], "ActionRow.Spacer": [ @@ -42536,9 +42250,9 @@ }, { "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx", - "line": 124, + "line": 132, "column": 10, - "index": 3485 + "index": 3735 } ], "Dropdown.Toggle": [ @@ -42556,9 +42270,9 @@ }, { "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx", - "line": 125, + "line": 133, "column": 12, - "index": 3539 + "index": 3789 } ], "Dropdown.Menu": [ @@ -42576,17 +42290,17 @@ }, { "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx", - "line": 128, + "line": 136, "column": 12, - "index": 3691 + "index": 3941 } ], "ModalDialog": [ { "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.jsx", - "line": 94, + "line": 106, "column": 10, - "index": 2473 + "index": 2824 }, { "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.test.jsx", @@ -42604,29 +42318,37 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 147, "column": 4, - "index": 5827 + "index": 5846 } ], "ModalDialog.Body": [ { "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.jsx", - "line": 101, + "line": 113, "column": 12, - "index": 2673 + "index": 3024 }, { "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 163, "column": 6, - "index": 6322 + "index": 6341 } ], "Modal": [ { "filePath": "src/courseware/course/sequence/Unit/ContentIFrame.jsx", - "line": 107, + "line": 119, "column": 10, - "index": 2847 + "index": 3198 + } + ], + "ArrowBackIos": [ + { + "filePath": "src/courseware/course/sidebar/common/SidebarBase.jsx", + "line": 57, + "column": 21, + "index": 1811 } ], "LmsCompletionSolid": [ @@ -42650,7 +42372,7 @@ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx", "line": 70, "column": 22, - "index": 2518 + "index": 2505 } ], "MenuOpenIcon": [ @@ -42658,7 +42380,7 @@ "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTray.jsx", "line": 84, "column": 16, - "index": 3073 + "index": 3060 }, { "filePath": "src/courseware/course/sidebar/sidebars/course-outline/CourseOutlineTrigger.jsx", @@ -42696,7 +42418,7 @@ "filePath": "src/preferences-unsubscribe/index.jsx", "line": 42, "column": 4, - "index": 1468 + "index": 1470 } ], "Container": [ @@ -42704,7 +42426,7 @@ "filePath": "src/preferences-unsubscribe/index.jsx", "line": 51, "column": 6, - "index": 1748 + "index": 1750 } ], "Compass": [ @@ -42742,7 +42464,7 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 159, "column": 8, - "index": 6192 + "index": 6211 } ], "ProductTour": [ @@ -42758,7 +42480,7 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 158, "column": 6, - "index": 6138 + "index": 6157 } ], "MoneyFilled": [ @@ -42766,7 +42488,7 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 183, "column": 69, - "index": 7283 + "index": 7302 } ], "ModalDialog.Footer": [ @@ -42774,7 +42496,7 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 201, "column": 6, - "index": 8044 + "index": 8063 } ], "ModalDialog.CloseButton": [ @@ -42782,19 +42504,19 @@ "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 213, "column": 16, - "index": 8448 + "index": 8467 }, { "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 226, "column": 16, - "index": 8922 + "index": 8941 }, { "filePath": "src/shared/streak-celebration/StreakCelebrationModal.jsx", "line": 234, "column": 10, - "index": 9197 + "index": 9216 } ], "Toast": [ @@ -45378,7 +45100,7 @@ } }, { - "version": "22.1.1", + "version": "22.8.1", "name": "@edx/frontend-app-payment", "repository": { "type": "git", @@ -45767,7 +45489,7 @@ } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@edx/frontend-app-profile", "repository": { "type": "git", @@ -46694,33 +46416,33 @@ }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", - "line": 52, + "line": 86, "column": 4, - "index": 1238 + "index": 2545 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 44, + "line": 65, "column": 8, - "index": 1210 + "index": 1968 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 61, + "line": 82, "column": 6, - "index": 1804 + "index": 2562 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 66, + "line": 87, "column": 6, - "index": 2009 + "index": 2767 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 71, + "line": 90, "column": 6, - "index": 2214 + "index": 2853 }, { "filePath": "src/Configuration/Provisioning/ErrorPage/ErrorPageContainer.jsx", @@ -46764,43 +46486,43 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 31, "column": 2, - "index": 909 + "index": 911 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 62, + "line": 47, "column": 8, - "index": 1841 + "index": 1513 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 67, + "line": 83, "column": 8, - "index": 2046 + "index": 2599 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 72, + "line": 91, "column": 8, - "index": 2251 + "index": 2895 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", - "line": 41, + "line": 66, "column": 4, - "index": 1020 + "index": 1693 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", "line": 48, "column": 8, - "index": 1517 + "index": 1455 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", "line": 45, "column": 8, - "index": 1417 + "index": 1431 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/CustomCatalog/ProvisioningFormDefineCustomCatalogHeader.jsx", @@ -46850,13 +46572,19 @@ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", "line": 47, "column": 10, - "index": 1678 + "index": 1701 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", - "line": 21, + "line": 22, + "column": 10, + "index": 563 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 18, "column": 8, - "index": 536 + "index": 580 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", @@ -46920,9 +46648,9 @@ }, { "filePath": "src/users/VerifiedName.jsx", - "line": 135, + "line": 149, "column": 6, - "index": 4402 + "index": 4428 } ], "Icon": [ @@ -46960,91 +46688,97 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 18, "column": 11, - "index": 602 + "index": 604 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 25, "column": 11, - "index": 783 + "index": 785 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 54, "column": 6, - "index": 1721 + "index": 1723 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", + "line": 43, + "column": 6, + "index": 1435 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", "line": 63, "column": 12, - "index": 2205 + "index": 2228 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 36, + "line": 35, "column": 10, - "index": 1070 + "index": 1040 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 53, + "line": 49, "column": 10, - "index": 1633 + "index": 1536 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 74, + "line": 67, "column": 10, - "index": 2544 + "index": 2380 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 85, + "line": 75, "column": 10, - "index": 2890 + "index": 2659 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 95, + "line": 82, "column": 10, - "index": 3193 + "index": 2895 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 105, + "line": 89, "column": 10, - "index": 3484 + "index": 3119 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 115, + "line": 96, "column": 10, - "index": 3747 + "index": 3315 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 125, + "line": 103, "column": 10, - "index": 4028 + "index": 3529 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 135, + "line": 110, "column": 10, - "index": 4313 + "index": 3747 }, { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 145, - "column": 10, - "index": 4598 + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 29, + "column": 20, + "index": 873 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", - "line": 17, - "column": 14, - "index": 395 + "line": 42, + "column": 16, + "index": 1180 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", @@ -47094,7 +46828,7 @@ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", "line": 65, "column": 19, - "index": 2262 + "index": 2285 } ], "Toast": [ @@ -47146,85 +46880,25 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 18, "column": 22, - "index": 613 + "index": 615 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 25, "column": 22, - "index": 794 - }, - { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 41, - "column": 17, - "index": 1215 - }, - { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 58, - "column": 17, - "index": 1796 - }, - { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 79, - "column": 17, - "index": 2702 - }, - { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 90, - "column": 17, - "index": 3062 - }, - { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 100, - "column": 17, - "index": 3367 - }, - { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 110, - "column": 17, - "index": 3638 - }, - { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 120, - "column": 17, - "index": 3913 - }, - { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 130, - "column": 17, - "index": 4190 - }, - { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 140, - "column": 17, - "index": 4475 - }, - { - "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 150, - "column": 17, - "index": 4769 + "index": 796 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", - "line": 60, + "line": 85, "column": 69, - "index": 1440 + "index": 2115 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", - "line": 69, + "line": 94, "column": 73, - "index": 1741 + "index": 2416 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/InternalOnlyDetail.jsx", @@ -47238,13 +46912,25 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 39, "column": 4, - "index": 1235 + "index": 1237 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", + "line": 28, + "column": 4, + "index": 936 }, { "filePath": "src/users/VerifiedName.jsx", - "line": 43, + "line": 92, "column": 8, - "index": 1548 + "index": 2252 + }, + { + "filePath": "src/users/VerifiedName.jsx", + "line": 113, + "column": 8, + "index": 3093 } ], "Tooltip": [ @@ -47252,7 +46938,13 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 43, "column": 8, - "index": 1334 + "index": 1336 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", + "line": 32, + "column": 8, + "index": 1035 } ], "InfoOutline": [ @@ -47260,7 +46952,13 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 54, "column": 27, - "index": 1742 + "index": 1744 + }, + { + "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", + "line": 43, + "column": 27, + "index": 1456 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormTerm.jsx", @@ -47280,31 +46978,25 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 64, "column": 6, - "index": 2049 + "index": 2051 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", - "line": 55, + "line": 89, "column": 8, - "index": 1333 - }, - { - "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", - "line": 70, - "column": 22, - "index": 1830 + "index": 2640 }, { "filePath": "src/Configuration/Customers/CustomerDataTable/CustomersPage.jsx", - "line": 71, + "line": 109, "column": 20, - "index": 1871 + "index": 3323 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUsersTable.jsx", - "line": 17, + "line": 20, "column": 6, - "index": 605 + "index": 678 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardDataTable.jsx", @@ -47324,7 +47016,7 @@ "filePath": "src/Configuration/Customers/CustomerDataTable/CustomerDetailSubComponent.jsx", "line": 86, "column": 8, - "index": 2629 + "index": 2633 } ], "useToggle": [ @@ -47332,7 +47024,7 @@ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", "line": 13, "column": 53, - "index": 627 + "index": 650 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInstructionAlert.jsx", @@ -47358,7 +47050,7 @@ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", "line": 22, "column": 6, - "index": 807 + "index": 830 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", @@ -47370,13 +47062,13 @@ "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", "line": 20, "column": 4, - "index": 599 + "index": 586 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", "line": 19, "column": 4, - "index": 591 + "index": 598 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", @@ -47402,7 +47094,7 @@ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", "line": 23, "column": 8, - "index": 854 + "index": 877 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", @@ -47420,13 +47112,13 @@ "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", "line": 21, "column": 6, - "index": 629 + "index": 616 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", "line": 20, "column": 6, - "index": 621 + "index": 628 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", @@ -47464,25 +47156,25 @@ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", "line": 25, "column": 12, - "index": 901 + "index": 924 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 157, + "line": 119, "column": 8, - "index": 4910 + "index": 3992 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", "line": 24, "column": 10, - "index": 702 + "index": 689 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", "line": 23, "column": 10, - "index": 694 + "index": 701 }, { "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", @@ -47606,9 +47298,9 @@ }, { "filePath": "src/users/VerifiedName.jsx", - "line": 170, + "line": 184, "column": 10, - "index": 5334 + "index": 5360 } ], "Button": [ @@ -47616,49 +47308,49 @@ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", "line": 26, "column": 14, - "index": 927 + "index": 950 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", "line": 27, "column": 14, - "index": 993 + "index": 1016 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 161, + "line": 123, "column": 10, - "index": 5058 + "index": 4140 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", - "line": 20, - "column": 6, - "index": 519 + "line": 21, + "column": 8, + "index": 544 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", "line": 25, "column": 12, - "index": 726 + "index": 713 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", "line": 34, "column": 12, - "index": 1065 + "index": 1038 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", "line": 24, "column": 12, - "index": 718 + "index": 725 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", "line": 32, "column": 12, - "index": 1027 + "index": 1034 }, { "filePath": "src/Configuration/Provisioning/DashboardHeader.jsx", @@ -47890,9 +47582,15 @@ }, { "filePath": "src/users/VerifiedName.jsx", - "line": 55, + "line": 106, "column": 10, - "index": 2099 + "index": 2808 + }, + { + "filePath": "src/users/VerifiedName.jsx", + "line": 127, + "column": 10, + "index": 3681 } ], "Launch": [ @@ -47900,33 +47598,33 @@ "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerCard.jsx", "line": 34, "column": 27, - "index": 1333 + "index": 1356 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 166, + "line": 128, "column": 23, - "index": 5284 + "index": 4366 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", "line": 41, "column": 25, - "index": 1394 + "index": 1332 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", "line": 38, "column": 25, - "index": 1294 + "index": 1308 } ], "ModalDialog": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 16, + "line": 15, "column": 4, - "index": 516 + "index": 486 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", @@ -48014,17 +47712,17 @@ }, { "filePath": "src/users/VerifiedName.jsx", - "line": 148, + "line": 162, "column": 6, - "index": 4670 + "index": 4696 } ], "ModalDialog.Header": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 24, + "line": 23, "column": 6, - "index": 691 + "index": 661 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", @@ -48112,17 +47810,17 @@ }, { "filePath": "src/users/VerifiedName.jsx", - "line": 157, + "line": 171, "column": 8, - "index": 4892 + "index": 4918 } ], "ModalDialog.Body": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 30, + "line": 29, "column": 6, - "index": 800 + "index": 770 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", @@ -48210,17 +47908,17 @@ }, { "filePath": "src/users/VerifiedName.jsx", - "line": 162, + "line": 176, "column": 8, - "index": 5087 + "index": 5113 } ], "Badge": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 31, + "line": 30, "column": 8, - "index": 827 + "index": 797 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableBadges.jsx", @@ -48250,9 +47948,9 @@ "ModalDialog.Footer": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 156, + "line": 118, "column": 6, - "index": 4881 + "index": 3963 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", @@ -48340,17 +48038,17 @@ }, { "filePath": "src/users/VerifiedName.jsx", - "line": 169, + "line": 183, "column": 8, - "index": 5303 + "index": 5329 } ], "ModalDialog.CloseButton": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerDetailModal.jsx", - "line": 158, + "line": 120, "column": 10, - "index": 4932 + "index": 4014 }, { "filePath": "src/Configuration/Provisioning/SubsidyEditView/CancelButton.jsx", @@ -48438,51 +48136,51 @@ }, { "filePath": "src/users/VerifiedName.jsx", - "line": 171, + "line": 185, "column": 12, - "index": 5358 + "index": 5384 } ], "Form.Switch": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerPlanContainer.jsx", - "line": 39, - "column": 12, - "index": 1633 + "line": 44, + "column": 14, + "index": 1849 } ], "Skeleton": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerPlanContainer.jsx", - "line": 61, + "line": 66, "column": 10, - "index": 2317 + "index": 2511 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 60, - "column": 10, - "index": 1784 + "line": 57, + "column": 13, + "index": 1861 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 63, - "column": 83, - "index": 1940 + "line": 81, + "column": 10, + "index": 2542 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 68, + "line": 84, "column": 83, - "index": 2145 + "index": 2698 } ], "Card.Footer": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewCard.jsx", - "line": 19, - "column": 4, - "index": 499 + "line": 20, + "column": 6, + "index": 522 }, { "filePath": "src/FeatureBasedEnrollments/FeatureBasedEnrollmentCard.jsx", @@ -48494,17 +48192,23 @@ "Breadcrumb": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/CustomerViewContainer.jsx", - "line": 45, + "line": 66, "column": 10, - "index": 1249 + "index": 2007 } ], "IconButton": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", - "line": 13, - "column": 4, - "index": 316 + "line": 25, + "column": 10, + "index": 770 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 38, + "column": 6, + "index": 1093 }, { "filePath": "src/Configuration/Provisioning/DashboardDataTable/DashboardTableLinks.jsx", @@ -48516,49 +48220,55 @@ "Person": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", - "line": 16, - "column": 11, - "index": 373 + "line": 28, + "column": 17, + "index": 845 + }, + { + "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", + "line": 41, + "column": 13, + "index": 1156 } ], "Chip": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", - "line": 51, + "line": 76, "column": 6, - "index": 1264 + "index": 1939 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", - "line": 75, + "line": 100, "column": 4, - "index": 1854 + "index": 2529 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/LearnerCreditPlanCard.jsx", "line": 52, "column": 23, - "index": 1608 + "index": 1546 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/SubscriptionPlanCard.jsx", "line": 49, "column": 23, - "index": 1508 + "index": 1522 } ], "Timelapse": [ { "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", - "line": 52, + "line": 77, "column": 20, - "index": 1290 + "index": 1965 }, { "filePath": "src/Configuration/Customers/CustomerDetailView/EnterpriseCustomerUserDetail.jsx", - "line": 76, + "line": 101, "column": 18, - "index": 1878 + "index": 2553 } ], "DataTable.FilterStatus": [ @@ -49294,9 +49004,9 @@ }, { "filePath": "src/users/VerifiedName.jsx", - "line": 158, + "line": 172, "column": 10, - "index": 4940 + "index": 4966 } ], "Row": [ @@ -49790,31 +49500,49 @@ "Popover": [ { "filePath": "src/users/VerifiedName.jsx", - "line": 47, + "line": 96, "column": 12, - "index": 1651 + "index": 2355 + }, + { + "filePath": "src/users/VerifiedName.jsx", + "line": 117, + "column": 12, + "index": 3196 } ], "Popover.Title": [ { "filePath": "src/users/VerifiedName.jsx", - "line": 48, + "line": 97, + "column": 14, + "index": 2453 + }, + { + "filePath": "src/users/VerifiedName.jsx", + "line": 118, "column": 14, - "index": 1749 + "index": 3302 } ], "Popover.Content": [ { "filePath": "src/users/VerifiedName.jsx", - "line": 49, + "line": 100, "column": 14, - "index": 1868 + "index": 2545 + }, + { + "filePath": "src/users/VerifiedName.jsx", + "line": 121, + "column": 14, + "index": 3394 } ] } }, { - "version": "20.28.4", + "version": "21.13.1", "name": "@edx/frontend-component-cookie-policy-banner", "repository": { "type": "git", @@ -49827,7 +49555,7 @@ "filePath": "src/CookiePolicyBanner/index.jsx", "line": 68, "column": 10, - "index": 1763 + "index": 1767 } ] } @@ -50364,7 +50092,7 @@ } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@edx/frontend-component-header", "repository": { "type": "git", @@ -50387,9 +50115,9 @@ }, { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 63, + "line": 71, "column": 14, - "index": 1237 + "index": 1463 } ], "Dropdown.Item": [ @@ -50473,89 +50201,95 @@ "Container": [ { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 54, + "line": 58, "column": 4, - "index": 978 + "index": 1123 + }, + { + "filePath": "src/studio-header/HeaderBody.jsx", + "line": 167, + "column": 34, + "index": 4342 } ], "ActionRow": [ { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 55, + "line": 63, "column": 6, - "index": 1025 + "index": 1251 } ], "Row": [ { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 57, + "line": 65, "column": 10, - "index": 1089 + "index": 1315 }, { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 75, + "line": 83, "column": 16, - "index": 1672 + "index": 1898 } ], "ActionRow.Spacer": [ { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 90, + "line": 98, "column": 16, - "index": 2082 + "index": 2308 }, { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 105, + "line": 113, "column": 8, - "index": 2570 + "index": 2796 } ], "Nav": [ { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 94, + "line": 102, "column": 14, - "index": 2186 + "index": 2412 }, { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 107, + "line": 115, "column": 10, - "index": 2634 + "index": 2860 }, { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 116, + "line": 125, "column": 8, - "index": 2896 + "index": 3198 } ], "IconButton": [ { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 108, + "line": 116, "column": 12, - "index": 2652 + "index": 2878 } ], "Search": [ { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 109, + "line": 117, "column": 19, - "index": 2683 + "index": 2909 } ], "Icon": [ { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 110, + "line": 118, "column": 22, - "index": 2713 + "index": 2939 } ], "useToggle": [ @@ -50818,41 +50552,41 @@ "Image": [ { "filePath": "src/PrequerySearchSuggestionItem.jsx", - "line": 16, + "line": 15, "column": 6, - "index": 478 + "index": 382 } ], "SearchField.Advanced": [ { "filePath": "src/SearchBox.jsx", - "line": 171, + "line": 169, "column": 6, - "index": 6329 + "index": 6222 } ], "SearchField.Input": [ { "filePath": "src/SearchBox.jsx", - "line": 185, + "line": 183, "column": 8, - "index": 6749 + "index": 6642 } ], "SearchField.ClearButton": [ { "filePath": "src/SearchBox.jsx", - "line": 192, + "line": 190, "column": 8, - "index": 7010 + "index": 6903 } ], "SearchField.SubmitButton": [ { "filePath": "src/SearchBox.jsx", - "line": 193, + "line": 191, "column": 8, - "index": 7093 + "index": 6986 } ], "MediaQuery": [ @@ -50892,31 +50626,31 @@ "Container": [ { "filePath": "src/SearchHeader.jsx", - "line": 44, + "line": 42, "column": 6, - "index": 1277 + "index": 1220 } ], "Row": [ { "filePath": "src/SearchHeader.jsx", - "line": 45, + "line": 43, "column": 8, - "index": 1318 + "index": 1261 } ], "Col": [ { "filePath": "src/SearchHeader.jsx", - "line": 46, + "line": 44, "column": 10, - "index": 1356 + "index": 1299 }, { "filePath": "src/SearchHeader.jsx", - "line": 69, + "line": 65, "column": 10, - "index": 2288 + "index": 2093 } ], "Icon": [ @@ -51379,9 +51113,9 @@ }, { "filePath": "src/instructions/practice_exam/SubmittedPracticeExamInstructions.jsx", - "line": 26, - "column": 6, - "index": 863 + "line": 35, + "column": 8, + "index": 1230 }, { "filePath": "src/instructions/proctored_exam/download-instructions/DownloadButtons.jsx", @@ -51621,7 +51355,7 @@ } }, { - "version": "22.6.1", + "version": "22.8.1", "name": "@edx/frontend-platform", "repository": { "type": "git", @@ -51664,7 +51398,7 @@ } }, { - "version": "22.7.0", + "version": "22.8.1", "name": "@edx/frontend-template-application", "repository": { "type": "git", @@ -52568,27 +52302,27 @@ }, { "filePath": "src/packages/common/ui/Footer/utils.jsx", - "line": 638, + "line": 643, "column": 12, - "index": 29902 + "index": 30143 }, { "filePath": "src/packages/common/ui/Footer/utils.jsx", - "line": 644, + "line": 649, "column": 12, - "index": 30156 + "index": 30397 }, { "filePath": "src/packages/common/ui/Footer/utils.jsx", - "line": 650, + "line": 655, "column": 12, - "index": 30418 + "index": 30659 }, { "filePath": "src/packages/common/ui/Footer/utils.jsx", - "line": 656, + "line": 661, "column": 12, - "index": 30672 + "index": 30913 }, { "filePath": "src/packages/common/ui/Header/components/mobile-navigation/MenuAccordion/index.jsx", @@ -53850,9 +53584,9 @@ "Facebook": [ { "filePath": "src/packages/common/ui/Footer/utils.jsx", - "line": 638, + "line": 643, "column": 23, - "index": 29913 + "index": 30154 }, { "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx", @@ -53870,9 +53604,9 @@ "BsTwitter": [ { "filePath": "src/packages/common/ui/Footer/utils.jsx", - "line": 644, + "line": 649, "column": 23, - "index": 30167 + "index": 30408 }, { "filePath": "src/packages/instructor-page/components/InstructorBioDynamic/components/Overview/index.jsx", @@ -53890,9 +53624,9 @@ "BsLinkedin": [ { "filePath": "src/packages/common/ui/Footer/utils.jsx", - "line": 650, + "line": 655, "column": 23, - "index": 30429 + "index": 30670 }, { "filePath": "src/packages/open-course-page/components/SocialShare/index.jsx", @@ -53904,9 +53638,9 @@ "Reddit": [ { "filePath": "src/packages/common/ui/Footer/utils.jsx", - "line": 656, + "line": 661, "column": 23, - "index": 30683 + "index": 30924 } ], "Collapsible.Advanced": [ From 9643c03a1f6fba56fc0f2a9d7ffabab06802c5ee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 10:14:59 -0400 Subject: [PATCH 114/160] docs: update dependent-usage.json (#3244) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 96ed17e2f0..9dee70bbe9 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1728741985332, + "lastModified": 1728828370067, "projectUsages": [ { "version": "22.8.1", From 4839b6d265367efae2487223b16fdfdf71091e70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:15:58 -0400 Subject: [PATCH 115/160] docs: update dependent-usage.json (#3246) --- dependent-usage.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 9dee70bbe9..edf2c85c25 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1728828370067, + "lastModified": 1728914815803, "projectUsages": [ { "version": "22.8.1", @@ -5257,19 +5257,19 @@ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", "line": 85, "column": 19, - "index": 3087 + "index": 3085 }, { "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", "line": 87, "column": 20, - "index": 3209 + "index": 3207 }, { "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", "line": 88, "column": 23, - "index": 3254 + "index": 3252 }, { "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", @@ -7201,9 +7201,9 @@ }, { "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx", - "line": 153, + "line": 161, "column": 8, - "index": 5649 + "index": 6029 }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", @@ -7277,7 +7277,7 @@ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", "line": 54, "column": 5, - "index": 1633 + "index": 1631 }, { "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", @@ -8015,7 +8015,7 @@ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", "line": 58, "column": 6, - "index": 1718 + "index": 1716 }, { "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", @@ -8155,13 +8155,13 @@ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", "line": 85, "column": 30, - "index": 3098 + "index": 3096 }, { "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", "line": 88, "column": 34, - "index": 3265 + "index": 3263 }, { "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", @@ -8211,7 +8211,7 @@ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", "line": 86, "column": 19, - "index": 3131 + "index": 3129 }, { "filePath": "src/components/AdvanceAnalyticsV2/charts/ChartWrapper.jsx", @@ -8357,7 +8357,7 @@ "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", "line": 87, "column": 31, - "index": 3220 + "index": 3218 }, { "filePath": "src/components/AdvanceAnalyticsV2/DownloadCSVButton.jsx", @@ -8411,9 +8411,9 @@ "DataTable.TableControlBar": [ { "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx", - "line": 151, + "line": 159, "column": 8, - "index": 5583 + "index": 5963 }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", @@ -8473,9 +8473,9 @@ "DataTable.Table": [ { "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx", - "line": 152, + "line": 160, "column": 8, - "index": 5621 + "index": 6001 }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", @@ -8523,9 +8523,9 @@ "DataTable.TableFooter": [ { "filePath": "src/components/Admin/tabs/ModuleActivityReport.jsx", - "line": 160, + "line": 168, "column": 8, - "index": 5954 + "index": 6334 }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", From b83d0de4c7f7b53af1a495e22ebd5383b5a40623 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:15:37 -0400 Subject: [PATCH 116/160] docs: update dependent-usage.json (#3247) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index edf2c85c25..c59740cb57 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1728914815803, + "lastModified": 1729001199202, "projectUsages": [ { "version": "22.8.1", From 596481610c9e82be96aee9c13ec735c85ac532e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:16:03 -0400 Subject: [PATCH 117/160] docs: update dependent-usage.json (#3248) --- dependent-usage.json | 506 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 434 insertions(+), 72 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index c59740cb57..68abb8af86 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1729001199202, + "lastModified": 1729087629023, "projectUsages": [ { "version": "22.8.1", @@ -2323,11 +2323,29 @@ "column": 14, "index": 6159 }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", + "line": 90, + "column": 12, + "index": 2929 + }, + { + "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", + "line": 70, + "column": 12, + "index": 2380 + }, + { + "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", + "line": 35, + "column": 8, + "index": 1032 + }, { "filePath": "src/components/PeopleManagement/index.jsx", - "line": 65, + "line": 64, "column": 10, - "index": 2565 + "index": 2586 }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", @@ -2895,6 +2913,12 @@ "column": 33, "index": 2740 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 122, + "column": 10, + "index": 4318 + }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx", "line": 216, @@ -3073,15 +3097,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 68, + "line": 142, "column": 10, - "index": 2543 + "index": 4858 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 80, + "line": 154, "column": 10, - "index": 3045 + "index": 5360 }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -3623,9 +3647,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 81, + "line": 102, "column": 12, - "index": 3087 + "index": 3542 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", + "line": 155, + "column": 12, + "index": 5402 }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -3639,6 +3669,12 @@ "column": 6, "index": 2266 }, + { + "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", + "line": 67, + "column": 10, + "index": 1960 + }, { "filePath": "src/components/RenderField/index.jsx", "line": 21, @@ -4167,9 +4203,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummary.jsx", - "line": 22, + "line": 23, "column": 6, - "index": 751 + "index": 768 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteSummaryCount.jsx", + "line": 6, + "column": 2, + "index": 166 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -4225,11 +4267,17 @@ "column": 4, "index": 4563 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 73, + "column": 10, + "index": 2576 + }, { "filePath": "src/components/PeopleManagement/index.jsx", "line": 73, "column": 8, - "index": 2889 + "index": 3006 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -4409,9 +4457,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummary.jsx", - "line": 28, + "line": 29, "column": 8, - "index": 936 + "index": 953 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -4467,6 +4515,12 @@ "column": 4, "index": 552 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 93, + "column": 14, + "index": 3300 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", "line": 41, @@ -4893,9 +4947,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummary.jsx", - "line": 21, + "line": 22, "column": 4, - "index": 710 + "index": 727 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummaryDuplicate.jsx", @@ -5127,11 +5181,41 @@ "column": 80, "index": 1305 }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", + "line": 25, + "column": 80, + "index": 1208 + }, + { + "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", + "line": 20, + "column": 47, + "index": 706 + }, + { + "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", + "line": 17, + "column": 47, + "index": 615 + }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 19, + "column": 65, + "index": 884 + }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 20, + "column": 59, + "index": 961 + }, { "filePath": "src/components/PeopleManagement/index.jsx", - "line": 31, + "line": 30, "column": 47, - "index": 1188 + "index": 1230 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", @@ -5577,6 +5661,18 @@ "column": 20, "index": 6841 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 82, + "column": 30, + "index": 2907 + }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 107, + "column": 24, + "index": 3844 + }, { "filePath": "src/components/ReportingConfig/index.jsx", "line": 148, @@ -7565,9 +7661,21 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 65, + "line": 99, + "column": 8, + "index": 3454 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", + "line": 115, + "column": 8, + "index": 3966 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", + "line": 139, "column": 6, - "index": 2445 + "index": 4760 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -7861,15 +7969,39 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 66, + "line": 100, + "column": 10, + "index": 3470 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", + "line": 113, + "column": 10, + "index": 3935 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", + "line": 116, + "column": 10, + "index": 3982 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", + "line": 124, + "column": 10, + "index": 4298 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", + "line": 140, "column": 8, - "index": 2476 + "index": 4791 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 100, + "line": 174, "column": 8, - "index": 3828 + "index": 6143 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -8077,6 +8209,18 @@ "column": 10, "index": 2408 }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", + "line": 91, + "column": 12, + "index": 3022 + }, + { + "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", + "line": 84, + "column": 12, + "index": 2496 + }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", "line": 523, @@ -8291,6 +8435,12 @@ "column": 15, "index": 4878 }, + { + "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", + "line": 108, + "column": 18, + "index": 3668 + }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", "line": 551, @@ -8783,6 +8933,12 @@ "column": 8, "index": 1065 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 112, + "column": 14, + "index": 4004 + }, { "filePath": "src/components/settings/HelpCenterButton.jsx", "line": 14, @@ -9135,11 +9291,35 @@ "column": 8, "index": 2041 }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", + "line": 88, + "column": 10, + "index": 2872 + }, + { + "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", + "line": 66, + "column": 10, + "index": 2238 + }, + { + "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", + "line": 80, + "column": 10, + "index": 2355 + }, + { + "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", + "line": 34, + "column": 6, + "index": 1012 + }, { "filePath": "src/components/PeopleManagement/index.jsx", - "line": 38, + "line": 37, "column": 8, - "index": 1337 + "index": 1379 }, { "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx", @@ -9397,6 +9577,24 @@ "column": 4, "index": 785 }, + { + "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", + "line": 38, + "column": 6, + "index": 1188 + }, + { + "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", + "line": 56, + "column": 6, + "index": 1651 + }, + { + "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", + "line": 8, + "column": 2, + "index": 224 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", "line": 48, @@ -9531,6 +9729,24 @@ "column": 6, "index": 903 }, + { + "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", + "line": 45, + "column": 8, + "index": 1346 + }, + { + "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", + "line": 63, + "column": 8, + "index": 1807 + }, + { + "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", + "line": 15, + "column": 4, + "index": 362 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", "line": 57, @@ -9659,6 +9875,24 @@ "column": 8, "index": 932 }, + { + "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", + "line": 46, + "column": 10, + "index": 1377 + }, + { + "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", + "line": 64, + "column": 10, + "index": 1838 + }, + { + "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", + "line": 16, + "column": 6, + "index": 389 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", "line": 58, @@ -9787,6 +10021,24 @@ "column": 6, "index": 1247 }, + { + "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", + "line": 48, + "column": 8, + "index": 1468 + }, + { + "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", + "line": 66, + "column": 8, + "index": 1931 + }, + { + "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", + "line": 25, + "column": 4, + "index": 660 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", "line": 65, @@ -9977,6 +10229,24 @@ "column": 6, "index": 2012 }, + { + "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", + "line": 65, + "column": 8, + "index": 2207 + }, + { + "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", + "line": 79, + "column": 8, + "index": 2324 + }, + { + "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", + "line": 33, + "column": 4, + "index": 985 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", "line": 74, @@ -10299,6 +10569,12 @@ "column": 12, "index": 2944 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 79, + "column": 20, + "index": 2787 + }, { "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx", "line": 260, @@ -10343,6 +10619,12 @@ "column": 13, "index": 2034 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 106, + "column": 21, + "index": 3812 + }, { "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx", "line": 154, @@ -10627,6 +10909,18 @@ "column": 10, "index": 2063 }, + { + "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", + "line": 67, + "column": 12, + "index": 2262 + }, + { + "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", + "line": 81, + "column": 12, + "index": 2379 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", "line": 76, @@ -10733,9 +11027,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 62, + "line": 91, + "column": 6, + "index": 3137 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", + "line": 136, "column": 4, - "index": 2323 + "index": 4638 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -10945,9 +11245,9 @@ }, { "filePath": "src/components/PeopleManagement/index.jsx", - "line": 65, + "line": 64, "column": 30, - "index": 2585 + "index": 2606 }, { "filePath": "src/components/settings/SettingsLMSTab/index.jsx", @@ -10989,9 +11289,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 69, + "line": 143, "column": 12, - "index": 2568 + "index": 4883 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx", @@ -11027,15 +11327,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 75, + "line": 149, "column": 14, - "index": 2773 + "index": 5088 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 76, + "line": 150, "column": 14, - "index": 2876 + "index": 5191 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx", @@ -11123,7 +11423,7 @@ "filePath": "src/components/PeopleManagement/index.jsx", "line": 74, "column": 10, - "index": 2906 + "index": 3023 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -11169,6 +11469,12 @@ "column": 6, "index": 4178 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 75, + "column": 14, + "index": 2646 + }, { "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx", "line": 253, @@ -11245,6 +11551,18 @@ "column": 10, "index": 1318 }, + { + "filePath": "src/components/learner-credit-management/invite-modal/InviteSummaryCount.jsx", + "line": 7, + "column": 4, + "index": 228 + }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 97, + "column": 12, + "index": 3473 + }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", "line": 98, @@ -11393,11 +11711,17 @@ "column": 12, "index": 3442 }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", + "line": 89, + "column": 12, + "index": 2896 + }, { "filePath": "src/components/PeopleManagement/index.jsx", - "line": 64, + "line": 63, "column": 10, - "index": 2534 + "index": 2555 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/index.jsx", @@ -11425,6 +11749,12 @@ "column": 6, "index": 2942 }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", + "line": 78, + "column": 6, + "index": 2488 + }, { "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx", "line": 22, @@ -12276,6 +12606,12 @@ "line": 92, "column": 6, "index": 2422 + }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 101, + "column": 14, + "index": 3599 } ], "ModalPopup": [ @@ -12423,6 +12759,12 @@ "column": 6, "index": 4683 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 74, + "column": 12, + "index": 2620 + }, { "filePath": "src/components/subscriptions/SubscriptionCard.jsx", "line": 126, @@ -12465,6 +12807,12 @@ "column": 6, "index": 1211 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 58, + "column": 10, + "index": 2003 + }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx", "line": 220, @@ -12670,6 +13018,28 @@ "index": 674 } ], + "RemoveCircleOutline": [ + { + "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", + "line": 70, + "column": 115, + "index": 2483 + } + ], + "Edit": [ + { + "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", + "line": 81, + "column": 27, + "index": 2871 + }, + { + "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx", + "line": 161, + "column": 22, + "index": 5348 + } + ], "ProductTour": [ { "filePath": "src/components/ProductTours/ProductTours.jsx", @@ -12814,14 +13184,6 @@ "index": 3929 } ], - "Edit": [ - { - "filePath": "src/components/settings/SettingsSSOTab/ExistingSSOConfigs.jsx", - "line": 161, - "column": 22, - "index": 5348 - } - ], "KeyOff": [ { "filePath": "src/components/settings/SettingsSSOTab/NewSSOConfigCard.jsx", @@ -20114,9 +20476,9 @@ }, { "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 396, - "column": 18, - "index": 13802 + "line": 397, + "column": 20, + "index": 13841 }, { "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", @@ -25362,9 +25724,9 @@ "Chip": [ { "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 471, + "line": 473, "column": 8, - "index": 17022 + "index": 17084 }, { "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", @@ -25388,9 +25750,9 @@ "Tag": [ { "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 473, + "line": 475, "column": 22, - "index": 17081 + "index": 17143 }, { "filePath": "src/content-tags-drawer/TagsTree.jsx", @@ -25422,9 +25784,9 @@ "Sheet": [ { "filePath": "src/content-tags-drawer/ContentTagsDrawerSheet.jsx", - "line": 17, + "line": 21, "column": 6, - "index": 581 + "index": 742 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", @@ -33219,9 +33581,9 @@ }, { "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", - "line": 31, + "line": 33, "column": 10, - "index": 1000 + "index": 1090 } ], "Form": [ @@ -33365,7 +33727,7 @@ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", "line": 15, "column": 26, - "index": 466 + "index": 489 } ], "Dropdown.Menu": [ @@ -33405,9 +33767,9 @@ }, { "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", - "line": 21, + "line": 23, "column": 4, - "index": 685 + "index": 775 } ], "Card.Body": [ @@ -33419,9 +33781,9 @@ }, { "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", - "line": 26, + "line": 28, "column": 6, - "index": 852 + "index": 942 } ], "Card.Header": [ @@ -33633,9 +33995,9 @@ "Pagination": [ { "filePath": "src/containers/CoursesPanel/CourseList/index.jsx", - "line": 28, + "line": 29, "column": 10, - "index": 798 + "index": 847 } ], "Image": [ @@ -33665,7 +34027,7 @@ "filePath": "src/containers/Dashboard/DashboardLayout.jsx", "line": 38, "column": 4, - "index": 825 + "index": 826 }, { "filePath": "src/containers/RelatedProgramsModal/index.jsx", @@ -33679,7 +34041,7 @@ "filePath": "src/containers/Dashboard/DashboardLayout.jsx", "line": 39, "column": 6, - "index": 859 + "index": 860 }, { "filePath": "src/containers/RelatedProgramsModal/index.jsx", @@ -33693,13 +34055,13 @@ "filePath": "src/containers/Dashboard/DashboardLayout.jsx", "line": 40, "column": 8, - "index": 873 + "index": 874 }, { "filePath": "src/containers/Dashboard/DashboardLayout.jsx", "line": 43, "column": 8, - "index": 981 + "index": 982 }, { "filePath": "src/containers/RelatedProgramsModal/index.jsx", @@ -33841,9 +34203,9 @@ }, { "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", - "line": 22, + "line": 24, "column": 6, - "index": 757 + "index": 847 } ], "ModalDialog.Header": [ @@ -33889,7 +34251,7 @@ "filePath": "src/widgets/LookingForChallengeWidget/index.jsx", "line": 15, "column": 54, - "index": 494 + "index": 517 } ] } From f410dbc30c1afa534a1a44ba938098a1149a361b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:11:51 -0400 Subject: [PATCH 118/160] docs: update dependent-usage.json (#3249) --- dependent-usage.json | 88 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 68 insertions(+), 20 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 68abb8af86..b393c1f8a7 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1729087629023, + "lastModified": 1729174014003, "projectUsages": [ { "version": "22.8.1", @@ -2343,9 +2343,9 @@ }, { "filePath": "src/components/PeopleManagement/index.jsx", - "line": 64, + "line": 74, "column": 10, - "index": 2586 + "index": 2989 }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", @@ -4267,6 +4267,12 @@ "column": 4, "index": 4563 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailCard.jsx", + "line": 9, + "column": 4, + "index": 292 + }, { "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", "line": 73, @@ -4274,10 +4280,10 @@ "index": 2576 }, { - "filePath": "src/components/PeopleManagement/index.jsx", - "line": 73, - "column": 8, - "index": 3006 + "filePath": "src/components/PeopleManagement/ZeroState.jsx", + "line": 19, + "column": 4, + "index": 705 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -4515,6 +4521,12 @@ "column": 4, "index": 552 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailCard.jsx", + "line": 11, + "column": 6, + "index": 376 + }, { "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", "line": 93, @@ -5213,9 +5225,9 @@ }, { "filePath": "src/components/PeopleManagement/index.jsx", - "line": 30, + "line": 33, "column": 47, - "index": 1230 + "index": 1495 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", @@ -8933,6 +8945,12 @@ "column": 8, "index": 1065 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailCard.jsx", + "line": 15, + "column": 8, + "index": 510 + }, { "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", "line": 112, @@ -9317,9 +9335,9 @@ }, { "filePath": "src/components/PeopleManagement/index.jsx", - "line": 37, + "line": 47, "column": 8, - "index": 1379 + "index": 1788 }, { "filePath": "src/components/settings/SettingsAccessTab/ActionsTableCell.jsx", @@ -11245,9 +11263,9 @@ }, { "filePath": "src/components/PeopleManagement/index.jsx", - "line": 64, + "line": 74, "column": 30, - "index": 2606 + "index": 3009 }, { "filePath": "src/components/settings/SettingsLMSTab/index.jsx", @@ -11420,10 +11438,10 @@ "index": 1200 }, { - "filePath": "src/components/PeopleManagement/index.jsx", - "line": 74, - "column": 10, - "index": 3023 + "filePath": "src/components/PeopleManagement/ZeroState.jsx", + "line": 20, + "column": 6, + "index": 718 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -11469,6 +11487,12 @@ "column": 6, "index": 4178 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailCard.jsx", + "line": 10, + "column": 6, + "index": 335 + }, { "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", "line": 75, @@ -11557,6 +11581,12 @@ "column": 4, "index": 228 }, + { + "filePath": "src/components/PeopleManagement/GroupDetailCard.jsx", + "line": 14, + "column": 6, + "index": 464 + }, { "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", "line": 97, @@ -11631,6 +11661,18 @@ "column": 2, "index": 319 }, + { + "filePath": "src/components/PeopleManagement/GroupCardGrid.jsx", + "line": 20, + "column": 6, + "index": 577 + }, + { + "filePath": "src/components/PeopleManagement/GroupCardGrid.jsx", + "line": 37, + "column": 10, + "index": 979 + }, { "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx", "line": 178, @@ -11719,9 +11761,9 @@ }, { "filePath": "src/components/PeopleManagement/index.jsx", - "line": 63, + "line": 73, "column": 10, - "index": 2555 + "index": 2958 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/index.jsx", @@ -12515,6 +12557,12 @@ "column": 6, "index": 2767 }, + { + "filePath": "src/components/PeopleManagement/GroupCardGrid.jsx", + "line": 33, + "column": 8, + "index": 867 + }, { "filePath": "src/components/ReportingConfig/index.jsx", "line": 142, @@ -25786,7 +25834,7 @@ "filePath": "src/content-tags-drawer/ContentTagsDrawerSheet.jsx", "line": 21, "column": 6, - "index": 742 + "index": 739 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", From ae726a3d0367513002708ca786f5688a11d7ad4a Mon Sep 17 00:00:00 2001 From: Braden MacDonald Date: Thu, 17 Oct 2024 09:18:35 -0700 Subject: [PATCH 119/160] feat: add types for and some related components (#3242) --- .../{ModalContext.jsx => ModalContext.tsx} | 35 +++++---- .../{ModalDialog.jsx => ModalDialog.tsx} | 73 +++++++++++++------ ...DialogHeader.jsx => ModalDialogHeader.tsx} | 28 ++++--- src/Modal/{ModalLayer.jsx => ModalLayer.tsx} | 34 ++++----- src/Modal/{Portal.jsx => Portal.tsx} | 17 +++-- ...alDialog.test.jsx => ModalDialog.test.tsx} | 26 ++++--- ...odalLayer.test.jsx => ModalLayer.test.tsx} | 10 +-- .../{Portal.test.jsx => Portal.test.tsx} | 6 +- src/index.d.ts | 8 +- src/index.js | 8 +- tsconfig.json | 5 +- 11 files changed, 148 insertions(+), 102 deletions(-) rename src/Modal/{ModalContext.jsx => ModalContext.tsx} (50%) rename src/Modal/{ModalDialog.jsx => ModalDialog.tsx} (66%) rename src/Modal/{ModalDialogHeader.jsx => ModalDialogHeader.tsx} (57%) rename src/Modal/{ModalLayer.jsx => ModalLayer.tsx} (79%) rename src/Modal/{Portal.jsx => Portal.tsx} (80%) rename src/Modal/tests/{ModalDialog.test.jsx => ModalDialog.test.tsx} (80%) rename src/Modal/tests/{ModalLayer.test.jsx => ModalLayer.test.tsx} (90%) rename src/Modal/tests/{Portal.test.jsx => Portal.test.tsx} (83%) diff --git a/src/Modal/ModalContext.jsx b/src/Modal/ModalContext.tsx similarity index 50% rename from src/Modal/ModalContext.jsx rename to src/Modal/ModalContext.tsx index f374c3ee6f..a9bdd3b702 100644 --- a/src/Modal/ModalContext.jsx +++ b/src/Modal/ModalContext.tsx @@ -1,14 +1,29 @@ import React, { useMemo } from 'react'; -import PropTypes from 'prop-types'; -const ModalContext = React.createContext({ +interface ContextData { + onClose: () => void; + isOpen: boolean; + isBlocking: boolean; +} + +const ModalContext = React.createContext({ onClose: () => {}, + isOpen: false, + isBlocking: false, }); function ModalContextProvider({ - onClose, isOpen, isBlocking, children, + onClose, + isOpen, + isBlocking = false, + children = null, +}: { + onClose: () => void; + isOpen: boolean; + isBlocking?: boolean; + children?: React.ReactNode; }) { - const modalContextValue = useMemo( + const modalContextValue = useMemo( () => ({ onClose, isOpen, isBlocking }), [onClose, isOpen, isBlocking], ); @@ -20,17 +35,5 @@ function ModalContextProvider({ ); } -ModalContextProvider.propTypes = { - children: PropTypes.node, - onClose: PropTypes.func.isRequired, - isBlocking: PropTypes.bool, - isOpen: PropTypes.bool.isRequired, -}; - -ModalContextProvider.defaultProps = { - children: null, - isBlocking: false, -}; - export { ModalContextProvider }; export default ModalContext; diff --git a/src/Modal/ModalDialog.jsx b/src/Modal/ModalDialog.tsx similarity index 66% rename from src/Modal/ModalDialog.jsx rename to src/Modal/ModalDialog.tsx index caa519c1c6..38dabeb3d8 100644 --- a/src/Modal/ModalDialog.jsx +++ b/src/Modal/ModalDialog.tsx @@ -3,11 +3,16 @@ import PropTypes from 'prop-types'; import classNames from 'classnames'; import { useMediaQuery } from 'react-responsive'; import ModalLayer from './ModalLayer'; +// @ts-ignore for now - this needs to be converted to TypeScript import ModalCloseButton from './ModalCloseButton'; import ModalDialogHeader from './ModalDialogHeader'; +// @ts-ignore for now - this needs to be converted to TypeScript import ModalDialogTitle from './ModalDialogTitle'; +// @ts-ignore for now - this needs to be converted to TypeScript import ModalDialogFooter from './ModalDialogFooter'; +// @ts-ignore for now - this needs to be converted to TypeScript import ModalDialogBody from './ModalDialogBody'; +// @ts-ignore for now - this needs to be converted to TypeScript import ModalDialogHero from './ModalDialogHero'; import Icon from '../Icon'; @@ -16,22 +21,57 @@ import { Close } from '../../icons'; export const MODAL_DIALOG_CLOSE_LABEL = 'Close'; +interface Props { + /** Specifies the content of the dialog */ + children: React.ReactNode; + /** The aria-label of the dialog */ + title: string; + /** A callback to close the modal dialog, e.g. when Escape is pressed */ + onClose: () => void; + /** Is the modal dialog open or closed? */ + isOpen?: boolean; + /** The close 'x' icon button in the top right of the dialog box */ + hasCloseButton?: boolean; + /** Size determines the maximum width of the dialog box */ + size?: 'sm' | 'md' | 'lg' | 'xl' | 'fullscreen'; + /** The visual style of the dialog box */ + variant?: 'default' | 'warning' | 'danger' | 'success' | 'dark'; + /** The label supplied to the close icon button if one is rendered */ + closeLabel?: string; + /** Specifies class name to append to the base element */ + className?: string; + /** + * Determines where a scrollbar should appear if a modal is too large for the + * viewport. When false, the ``ModalDialog``. Body receives a scrollbar, when true + * the browser window itself receives the scrollbar. + */ + isFullscreenScroll?: boolean; + /** To show full screen view on mobile screens */ + isFullscreenOnMobile?: boolean; + /** Prevent clicking on the backdrop or pressing Esc to close the modal */ + isBlocking?: boolean; + /** Specifies the z-index of the modal */ + zIndex?: number; + /** Specifies whether overflow is visible in the modal */ + isOverflowVisible?: boolean; +} + function ModalDialog({ children, title, - isOpen, + isOpen = false, onClose, - size, - variant, - hasCloseButton, - closeLabel, - isFullscreenScroll, + size = 'md', + variant = 'default', + hasCloseButton = true, + closeLabel = MODAL_DIALOG_CLOSE_LABEL, + isFullscreenScroll = false, className, - isFullscreenOnMobile, - isBlocking, + isFullscreenOnMobile = false, + isBlocking = false, zIndex, - isOverflowVisible, -}) { + isOverflowVisible = true, +}: Props) { const isMobile = useMediaQuery({ query: '(max-width: 767.98px)' }); const showFullScreen = (isFullscreenOnMobile && isMobile); return ( @@ -131,19 +171,6 @@ ModalDialog.propTypes = { isOverflowVisible: PropTypes.bool.isRequired, }; -ModalDialog.defaultProps = { - isOpen: false, - hasCloseButton: true, - size: 'md', - variant: 'default', - closeLabel: MODAL_DIALOG_CLOSE_LABEL, - className: undefined, - isFullscreenScroll: false, - isFullscreenOnMobile: false, - isBlocking: false, - zIndex: undefined, -}; - ModalDialog.Header = ModalDialogHeader; ModalDialog.Title = ModalDialogTitle; ModalDialog.Footer = ModalDialogFooter; diff --git a/src/Modal/ModalDialogHeader.jsx b/src/Modal/ModalDialogHeader.tsx similarity index 57% rename from src/Modal/ModalDialogHeader.jsx rename to src/Modal/ModalDialogHeader.tsx index 0a0ff4ca9a..9299db8295 100644 --- a/src/Modal/ModalDialogHeader.jsx +++ b/src/Modal/ModalDialogHeader.tsx @@ -1,21 +1,32 @@ +/* eslint-disable react/require-default-props */ import React from 'react'; import PropTypes from 'prop-types'; import classNames from 'classnames'; +import type { ComponentWithAsProp } from '../utils/types/bootstrap'; -function ModalDialogHeader({ - as, +export interface Props { + as?: string; + children: React.ReactNode; + className?: string; +} + +type HeaderType = ComponentWithAsProp<'div', Props>; + +const ModalDialogHeader: HeaderType = React.forwardRef(({ + as = 'div', children, ...props -}) { - return React.createElement( +}, ref) => ( + React.createElement( as, { ...props, + ref, className: classNames('pgn__modal-header', props.className), }, children, - ); -} + ) +)); ModalDialogHeader.propTypes = { /** Specifies the base element */ @@ -26,9 +37,4 @@ ModalDialogHeader.propTypes = { className: PropTypes.string, }; -ModalDialogHeader.defaultProps = { - as: 'div', - className: undefined, -}; - export default ModalDialogHeader; diff --git a/src/Modal/ModalLayer.jsx b/src/Modal/ModalLayer.tsx similarity index 79% rename from src/Modal/ModalLayer.jsx rename to src/Modal/ModalLayer.tsx index 1cc38cf0f4..dc74923403 100644 --- a/src/Modal/ModalLayer.jsx +++ b/src/Modal/ModalLayer.tsx @@ -6,7 +6,7 @@ import Portal from './Portal'; import { ModalContextProvider } from './ModalContext'; // istanbul ignore next -function ModalBackdrop({ onClick }) { +function ModalBackdrop({ onClick }: { onClick?: () => void }) { return ( // eslint-disable-next-line jsx-a11y/no-static-element-interactions
{children}
; } @@ -35,9 +31,18 @@ ModalContentContainer.propTypes = { children: PropTypes.node, }; -ModalContentContainer.defaultProps = { - children: null, -}; +interface Props { + /** Specifies the contents of the modal */ + children: React.ReactNode; + /** A callback function for when the modal is dismissed */ + onClose: () => void; + /** Is the modal dialog open or closed */ + isOpen: boolean; + /** Prevent clicking on the backdrop or pressing Esc to close the modal */ + isBlocking?: boolean; + /** Specifies the z-index of the modal */ + zIndex?: number; +} /** * The ModalLayer should be used for any component that wishes to engage the user @@ -46,8 +51,8 @@ ModalContentContainer.defaultProps = { * component is that if a modal object is visible then it is "enabled" */ function ModalLayer({ - children, onClose, isOpen, isBlocking, zIndex, -}) { + children, onClose, isOpen, isBlocking = false, zIndex, +}: Props) { useEffect(() => { if (isOpen) { document.body.classList.add('pgn__hidden-scroll-padding-right'); @@ -63,7 +68,7 @@ function ModalLayer({ return null; } - const handleClose = isBlocking ? null : onClose; + const handleClose = isBlocking ? undefined : onClose; return ( @@ -102,10 +107,5 @@ ModalLayer.propTypes = { zIndex: PropTypes.number, }; -ModalLayer.defaultProps = { - isBlocking: false, - zIndex: undefined, -}; - export { ModalBackdrop, ModalContentContainer }; export default ModalLayer; diff --git a/src/Modal/Portal.jsx b/src/Modal/Portal.tsx similarity index 80% rename from src/Modal/Portal.jsx rename to src/Modal/Portal.tsx index cf30fa1c30..d06dc2aa5e 100644 --- a/src/Modal/Portal.jsx +++ b/src/Modal/Portal.tsx @@ -1,9 +1,16 @@ import React from 'react'; import ReactDOM from 'react-dom'; -import PropTypes from 'prop-types'; -class Portal extends React.Component { - constructor(props) { +interface Props { + children: React.ReactNode; +} + +class Portal extends React.Component { + private rootName: string; + + private rootElement: HTMLElement | null; + + constructor(props: Props) { super(props); this.rootName = 'paragon-portal-root'; // istanbul ignore if @@ -31,8 +38,4 @@ class Portal extends React.Component { } } -Portal.propTypes = { - children: PropTypes.node.isRequired, -}; - export default Portal; diff --git a/src/Modal/tests/ModalDialog.test.jsx b/src/Modal/tests/ModalDialog.test.tsx similarity index 80% rename from src/Modal/tests/ModalDialog.test.jsx rename to src/Modal/tests/ModalDialog.test.tsx index 790e162c90..6590c85074 100644 --- a/src/Modal/tests/ModalDialog.test.jsx +++ b/src/Modal/tests/ModalDialog.test.tsx @@ -3,16 +3,6 @@ import { render, screen } from '@testing-library/react'; import ModalDialog from '../ModalDialog'; -jest.mock('../ModalLayer', () => function ModalLayerMock(props) { - // eslint-disable-next-line react/prop-types - const { children, ...otherProps } = props; - return ( - - {children} - - ); -}); - describe('ModalDialog', () => { it('renders a dialog with aria-label and content', () => { const onClose = jest.fn(); @@ -46,6 +36,22 @@ describe('ModalDialog', () => { expect(dialogNode).toHaveAttribute('aria-label', 'My dialog'); expect(screen.getByText('The content')).toBeInTheDocument(); }); + + it('is hidden by default', () => { + const onClose = jest.fn(); + render( + + The title +

The hidden content

+ Cancel +
, + ); + + expect(screen.queryByRole('dialog')).not.toBeInTheDocument(); + }); }); describe('ModalDialog with Hero', () => { diff --git a/src/Modal/tests/ModalLayer.test.jsx b/src/Modal/tests/ModalLayer.test.tsx similarity index 90% rename from src/Modal/tests/ModalLayer.test.jsx rename to src/Modal/tests/ModalLayer.test.tsx index bc93b66013..f316086cea 100644 --- a/src/Modal/tests/ModalLayer.test.jsx +++ b/src/Modal/tests/ModalLayer.test.tsx @@ -6,12 +6,11 @@ import userEvent from '@testing-library/user-event'; import ModalLayer from '../ModalLayer'; /* eslint-disable react/prop-types */ -jest.mock('../Portal', () => function PortalMock(props) { +jest.mock('../Portal', () => function PortalMock(props: any) { const { children, ...otherProps } = props; return ( - - {children} - + // @ts-ignore this fake element. (Property 'paragon-portal' does not exist on type 'JSX.IntrinsicElements') + {children} ); }); @@ -19,6 +18,7 @@ jest.mock('react-focus-on', () => ({ FocusOn: jest.fn().mockImplementation((props) => { const { children, ...otherProps } = props; return ( + // @ts-ignore this fake element. (Property 'focus-on' does not exist on type 'JSX.IntrinsicElements') {children} ); }), @@ -117,7 +117,7 @@ describe('', () => { ); expect(FocusOn).toHaveBeenCalledWith( expect.objectContaining({ - onEscapeKey: null, + onEscapeKey: undefined, }), // note: this 2nd function argument represents the // `refOrContext` (in this case, the context value diff --git a/src/Modal/tests/Portal.test.jsx b/src/Modal/tests/Portal.test.tsx similarity index 83% rename from src/Modal/tests/Portal.test.jsx rename to src/Modal/tests/Portal.test.tsx index 0f3ec32d70..7cda3ac9e0 100644 --- a/src/Modal/tests/Portal.test.jsx +++ b/src/Modal/tests/Portal.test.tsx @@ -21,7 +21,7 @@ describe('', () => { const portalRoot = getPortalRoot(); expect(portalRoot).not.toBeNull(); - expect(portalRoot.children[0].id).toBe('portal-content-a'); + expect(portalRoot!.children[0].id).toBe('portal-content-a'); }); it('renders both contents in a single #paragon-portal-root div', () => { @@ -38,7 +38,7 @@ describe('', () => { const portalRoot = getPortalRoot(); expect(portalRoot).not.toBeNull(); - expect(portalRoot.children[0].id).toBe('portal-content-a'); - expect(portalRoot.children[1].id).toBe('portal-content-b'); + expect(portalRoot!.children[0].id).toBe('portal-content-a'); + expect(portalRoot!.children[1].id).toBe('portal-content-b'); }); }); diff --git a/src/index.d.ts b/src/index.d.ts index 4e6817b735..217ee12a89 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -12,7 +12,11 @@ export { default as Container, ContainerSize } from './Container'; export { default as Hyperlink, HYPER_LINK_EXTERNAL_LINK_ALT_TEXT, HYPER_LINK_EXTERNAL_LINK_TITLE } from './Hyperlink'; export { default as Icon } from './Icon'; export { default as IconButton, IconButtonWithTooltip } from './IconButton'; +export { default as ModalContext } from './Modal/ModalContext'; +export { default as ModalDialog, MODAL_DIALOG_CLOSE_LABEL } from './Modal/ModalDialog'; +export { default as ModalLayer } from './Modal/ModalLayer'; export { default as Overlay, OverlayTrigger } from './Overlay'; +export { default as Portal } from './Modal/Portal'; export { default as Tooltip } from './Tooltip'; // // // // // // // // // // // // // // // // // // // // // // // // // // // @@ -103,11 +107,7 @@ export const FullscreenModal: any, FULLSCREEN_MODAL_CLOSE_LABEL: string; // from export const MarketingModal: any; // from './Modal/MarketingModal'; export const StandardModal: any, STANDARD_MODAL_CLOSE_LABEL: string; // from './Modal/StandardModal'; export const AlertModal: any; // from './Modal/AlertModal'; -export const ModalLayer: any; // from './Modal/ModalLayer'; -export const ModalDialog: any, MODAL_DIALOG_CLOSE_LABEL: string; // from './Modal/ModalDialog'; export const ModalPopup: any; // from './Modal/ModalPopup'; -export const ModalContext: any; // from './Modal/ModalContext'; -export const Portal: any; // from './Modal/Portal'; export const PopperElement: any; // from './Modal/PopperElement'; export const diff --git a/src/index.js b/src/index.js index 64e6558460..67ccb2a7c9 100644 --- a/src/index.js +++ b/src/index.js @@ -12,7 +12,11 @@ export { default as Container } from './Container'; export { default as Hyperlink, HYPER_LINK_EXTERNAL_LINK_ALT_TEXT, HYPER_LINK_EXTERNAL_LINK_TITLE } from './Hyperlink'; export { default as Icon } from './Icon'; export { default as IconButton, IconButtonWithTooltip } from './IconButton'; +export { default as ModalContext } from './Modal/ModalContext'; +export { default as ModalDialog, MODAL_DIALOG_CLOSE_LABEL } from './Modal/ModalDialog'; +export { default as ModalLayer } from './Modal/ModalLayer'; export { default as Overlay, OverlayTrigger } from './Overlay'; +export { default as Portal } from './Modal/Portal'; export { default as Tooltip } from './Tooltip'; // // // // // // // // // // // // // // // // // // // // // // // // // // // @@ -85,11 +89,7 @@ export { default as FullscreenModal, FULLSCREEN_MODAL_CLOSE_LABEL } from './Moda export { default as MarketingModal } from './Modal/MarketingModal'; export { default as StandardModal, STANDARD_MODAL_CLOSE_LABEL } from './Modal/StandardModal'; export { default as AlertModal } from './Modal/AlertModal'; -export { default as ModalLayer } from './Modal/ModalLayer'; -export { default as ModalDialog, MODAL_DIALOG_CLOSE_LABEL } from './Modal/ModalDialog'; export { default as ModalPopup } from './Modal/ModalPopup'; -export { default as ModalContext } from './Modal/ModalContext'; -export { default as Portal } from './Modal/Portal'; export { default as PopperElement } from './Modal/PopperElement'; export { diff --git a/tsconfig.json b/tsconfig.json index 5677492e19..221d37c37c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,8 +11,9 @@ "*.js", ".eslintrc.js", "__mocks__/*", - "algolia-docsearch/*", + "algolia-docsearch/*", "bin/*", - "dependent-usage-analyzer/**/*" + "dependent-usage-analyzer/**/*", + "tokens/**/*", ] } From fbf9bb4bf15aa2d50a7614689cd69ef23dc6db38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:18:58 -0400 Subject: [PATCH 120/160] docs: update dependent-usage.json (#3250) --- dependent-usage.json | 104 +++++++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index b393c1f8a7..83e5ceea9c 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,8 +1,8 @@ { - "lastModified": 1729174014003, + "lastModified": 1729260504033, "projectUsages": [ { - "version": "22.8.1", + "version": "22.9.0", "name": "edx-credentials", "repository": { "type": "git", @@ -5843,69 +5843,69 @@ }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 119, + "line": 120, "column": 12, - "index": 4217 + "index": 4299 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 124, + "line": 125, "column": 12, - "index": 4350 + "index": 4432 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 130, + "line": 131, "column": 12, - "index": 4557 + "index": 4639 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 136, + "line": 137, "column": 12, - "index": 4748 + "index": 4830 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 143, + "line": 144, "column": 12, - "index": 5030 + "index": 5112 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 151, + "line": 152, "column": 12, - "index": 5339 + "index": 5421 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 157, + "line": 158, "column": 12, - "index": 5528 + "index": 5610 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 168, + "line": 169, "column": 12, - "index": 5913 + "index": 5995 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 175, + "line": 176, "column": 12, - "index": 6220 + "index": 6302 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 182, + "line": 183, "column": 12, - "index": 6475 + "index": 6557 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 188, + "line": 189, "column": 12, - "index": 6648 + "index": 6730 }, { "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", @@ -6079,9 +6079,9 @@ }, { "filePath": "src/components/ContentHighlights/ContentHighlights.jsx", - "line": 106, + "line": 107, "column": 8, - "index": 4357 + "index": 4439 }, { "filePath": "src/components/ContentHighlights/ContentHighlightsCardItemsContainer.jsx", @@ -6701,9 +6701,9 @@ }, { "filePath": "src/components/ContentHighlights/ContentHighlights.jsx", - "line": 107, + "line": 108, "column": 10, - "index": 4436 + "index": 4518 }, { "filePath": "src/components/ContentHighlights/CurrentContentHighlightHeader.jsx", @@ -9475,9 +9475,9 @@ }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 168, + "line": 169, "column": 23, - "index": 5924 + "index": 6006 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/EnrollBulkAction.jsx", @@ -10503,9 +10503,9 @@ }, { "filePath": "src/components/ContentHighlights/ContentHighlights.jsx", - "line": 106, + "line": 107, "column": 61, - "index": 4410 + "index": 4492 }, { "filePath": "src/components/learner-credit-management/OfferUtilizationAlerts.jsx", @@ -12617,9 +12617,9 @@ }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 157, + "line": 158, "column": 23, - "index": 5539 + "index": 5621 } ], "Dropdown.Header": [ @@ -13313,71 +13313,71 @@ "TrendingUp": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 119, + "line": 120, "column": 23, - "index": 4228 + "index": 4310 } ], "InsertChartOutlined": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 124, + "line": 125, "column": 23, - "index": 4361 + "index": 4443 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 130, + "line": 131, "column": 23, - "index": 4568 + "index": 4650 } ], "Tag": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 136, + "line": 137, "column": 23, - "index": 4759 + "index": 4841 } ], "CreditCard": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 143, + "line": 144, "column": 23, - "index": 5041 + "index": 5123 } ], "MoneyOutline": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 151, + "line": 152, "column": 23, - "index": 5350 + "index": 5432 } ], "Description": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 175, + "line": 176, "column": 23, - "index": 6231 + "index": 6313 } ], "Settings": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 182, + "line": 183, "column": 23, - "index": 6486 + "index": 6568 } ], "Support": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 188, + "line": 189, "column": 23, - "index": 6659 + "index": 6741 } ], "Email": [ From 494cdbb331335770ea0c83a9ac745aeb6c2ebcc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 10:11:24 -0400 Subject: [PATCH 121/160] docs: update dependent-usage.json (#3251) --- dependent-usage.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 83e5ceea9c..b047a8a4fb 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1729260504033, + "lastModified": 1729346791393, "projectUsages": [ { "version": "22.9.0", @@ -17788,13 +17788,13 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 162, "column": 16, - "index": 4273 + "index": 4268 }, { "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 177, "column": 16, - "index": 4595 + "index": 4590 }, { "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", @@ -19514,7 +19514,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 188, "column": 6, - "index": 4799 + "index": 4794 }, { "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", @@ -21018,7 +21018,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 192, "column": 10, - "index": 4978 + "index": 4973 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -21680,7 +21680,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 194, "column": 24, - "index": 5054 + "index": 5049 }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", @@ -24062,13 +24062,13 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 158, "column": 6, - "index": 4147 + "index": 4142 }, { "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 173, "column": 6, - "index": 4469 + "index": 4464 }, { "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", @@ -24374,7 +24374,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 190, "column": 8, - "index": 4907 + "index": 4902 }, { "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", @@ -27408,7 +27408,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 161, "column": 13, - "index": 4245 + "index": 4240 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", @@ -27434,7 +27434,7 @@ "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", "line": 176, "column": 13, - "index": 4567 + "index": 4562 }, { "filePath": "src/generic/CollapsableEditor.jsx", From dee6da2b8bcdbfed1396f459dba9e0d972967324 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:11:01 -0400 Subject: [PATCH 122/160] docs: update dependent-usage.json (#3252) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index b047a8a4fb..e02c52b7ea 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1729346791393, + "lastModified": 1729433170433, "projectUsages": [ { "version": "22.9.0", From ae254ad121696b24c2b80d33c58cd7de7f02cd86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:16:10 -0400 Subject: [PATCH 123/160] docs: update dependent-usage.json (#3253) --- dependent-usage.json | 144 +++++++++++++++++++++++-------------------- 1 file changed, 78 insertions(+), 66 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index e02c52b7ea..43d5d2bfa6 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1729433170433, + "lastModified": 1729519627820, "projectUsages": [ { "version": "22.9.0", @@ -33128,7 +33128,7 @@ } }, { - "version": "22.8.1", + "version": "22.9.0", "name": "@edx/frontend-app-learner-dashboard", "repository": { "type": "git", @@ -34542,6 +34542,12 @@ "column": 12, "index": 2094 }, + { + "filePath": "src/components/expired-subscription-modal/index.jsx", + "line": 33, + "column": 10, + "index": 992 + }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", "line": 35, @@ -34912,7 +34918,7 @@ "filePath": "src/components/course/routes/CourseAbout.jsx", "line": 34, "column": 6, - "index": 1069 + "index": 1074 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", @@ -34928,9 +34934,9 @@ }, { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 57, + "line": 58, "column": 4, - "index": 1671 + "index": 1741 }, { "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx", @@ -35118,12 +35124,6 @@ "column": 38, "index": 723 }, - { - "filePath": "src/components/course/ExpiredSubscriptionModal.jsx", - "line": 9, - "column": 27, - "index": 284 - }, { "filePath": "src/components/dashboard/sidebar/CouponCodesSummaryCard.jsx", "line": 19, @@ -35142,6 +35142,12 @@ "column": 28, "index": 1410 }, + { + "filePath": "src/components/expired-subscription-modal/index.jsx", + "line": 8, + "column": 19, + "index": 251 + }, { "filePath": "src/components/my-career/CategoryCard.jsx", "line": 21, @@ -35174,9 +35180,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 37, + "line": 38, "column": 70, - "index": 1655 + "index": 1725 }, { "filePath": "src/components/skills-quiz-v2/SkillsQuiz.jsx", @@ -36018,6 +36024,12 @@ "column": 4, "index": 5679 }, + { + "filePath": "src/components/expired-subscription-modal/index.jsx", + "line": 27, + "column": 4, + "index": 814 + }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", "line": 30, @@ -36080,6 +36092,12 @@ "column": 8, "index": 5954 }, + { + "filePath": "src/components/expired-subscription-modal/index.jsx", + "line": 32, + "column": 8, + "index": 970 + }, { "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", "line": 88, @@ -36248,9 +36266,9 @@ }, { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 78, + "line": 79, "column": 6, - "index": 2406 + "index": 2476 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", @@ -36446,13 +36464,13 @@ "filePath": "src/components/course/routes/CourseAbout.jsx", "line": 35, "column": 8, - "index": 1116 + "index": 1121 }, { "filePath": "src/components/course/routes/CourseAbout.jsx", "line": 48, "column": 10, - "index": 1496 + "index": 1501 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", @@ -36778,7 +36796,7 @@ "filePath": "src/components/course/routes/CourseAbout.jsx", "line": 49, "column": 12, - "index": 1514 + "index": 1519 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", @@ -37302,9 +37320,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 154, + "line": 156, "column": 10, - "index": 5547 + "index": 5652 }, { "filePath": "src/components/site-header/SiteHeaderLogos.jsx", @@ -37770,7 +37788,7 @@ "filePath": "src/components/course/routes/CourseAbout.jsx", "line": 39, "column": 10, - "index": 1215 + "index": 1220 }, { "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx", @@ -37838,7 +37856,7 @@ "filePath": "src/components/course/routes/CourseAbout.jsx", "line": 39, "column": 32, - "index": 1237 + "index": 1242 }, { "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx", @@ -38379,44 +38397,6 @@ "index": 2415 } ], - "StandardModal": [ - { - "filePath": "src/components/course/ExpiredSubscriptionModal.jsx", - "line": 14, - "column": 4, - "index": 402 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", - "line": 114, - "column": 6, - "index": 2697 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx", - "line": 78, - "column": 6, - "index": 2485 - }, - { - "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx", - "line": 72, - "column": 6, - "index": 1979 - }, - { - "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx", - "line": 22, - "column": 4, - "index": 788 - }, - { - "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx", - "line": 49, - "column": 4, - "index": 1832 - } - ], "CheckCircle": [ { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", @@ -38458,9 +38438,9 @@ "Tabs": [ { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 91, + "line": 92, "column": 6, - "index": 2906 + "index": 2976 } ], "Tab": [ @@ -38743,6 +38723,38 @@ "index": 16916 } ], + "StandardModal": [ + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", + "line": 114, + "column": 6, + "index": 2697 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/mark-complete-modal/MarkCompleteModal.jsx", + "line": 78, + "column": 6, + "index": 2485 + }, + { + "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/move-to-in-progress-modal/MoveToInProgressModal.jsx", + "line": 72, + "column": 6, + "index": 1979 + }, + { + "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx", + "line": 22, + "column": 4, + "index": 788 + }, + { + "filePath": "src/components/program-progress/SubscriptionExpiringWarningModal.jsx", + "line": 49, + "column": 4, + "index": 1832 + } + ], "Form.Group": [ { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", @@ -39834,7 +39846,7 @@ } }, { - "version": "22.8.1", + "version": "22.9.0", "name": "@edx/frontend-app-learner-record", "repository": { "type": "git", @@ -45899,7 +45911,7 @@ } }, { - "version": "22.8.1", + "version": "22.9.0", "name": "@edx/frontend-app-profile", "repository": { "type": "git", @@ -50502,7 +50514,7 @@ } }, { - "version": "22.8.1", + "version": "22.9.0", "name": "@edx/frontend-component-header", "repository": { "type": "git", @@ -51808,7 +51820,7 @@ } }, { - "version": "22.8.1", + "version": "22.9.0", "name": "@edx/frontend-template-application", "repository": { "type": "git", From 32ba6237eb0c25483d8ae62584824e242c3a2361 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:12:04 -0400 Subject: [PATCH 124/160] docs: update dependent-usage.json (#3254) --- dependent-usage.json | 164 +++++++++++++++++++++---------------------- 1 file changed, 79 insertions(+), 85 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 43d5d2bfa6..354f5007d1 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1729519627820, + "lastModified": 1729606029939, "projectUsages": [ { "version": "22.9.0", @@ -22,7 +22,7 @@ "usages": {} }, { - "version": "21.8.0", + "version": "21.13.1", "name": "edx-ora2", "repository": "https://github.com/openedx/edx-ora2.git", "folderName": "edx-ora2", @@ -672,7 +672,7 @@ } }, { - "version": "22.0.0", + "version": "22.9.0", "name": "@edx/frontend-app-account", "repository": { "type": "git", @@ -685,19 +685,19 @@ "filePath": "src/account-settings/AccountSettingsPage.jsx", "line": 219, "column": 8, - "index": 7974 + "index": 7966 }, { "filePath": "src/account-settings/AccountSettingsPage.jsx", "line": 241, "column": 8, - "index": 8688 + "index": 8680 }, { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 334, + "line": 324, "column": 4, - "index": 12018 + "index": 11542 }, { "filePath": "src/account-settings/name-change/NameChange.jsx", @@ -735,7 +735,7 @@ "filePath": "src/account-settings/AccountSettingsPage.jsx", "line": 249, "column": 16, - "index": 9167 + "index": 9159 }, { "filePath": "src/account-settings/BetaLanguageBanner.jsx", @@ -797,19 +797,19 @@ "filePath": "src/account-settings/AccountSettingsPage.jsx", "line": 295, "column": 14, - "index": 10540 + "index": 10532 }, { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 395, + "line": 385, "column": 27, - "index": 13896 + "index": 13420 }, { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 517, + "line": 507, "column": 20, - "index": 18052 + "index": 17576 } ], "Error": [ @@ -817,16 +817,76 @@ "filePath": "src/account-settings/AccountSettingsPage.jsx", "line": 310, "column": 14, - "index": 11106 + "index": 11098 } ], - "Button": [ + "WarningFilled": [ { "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 319, + "line": 326, + "column": 12, + "index": 11585 + }, + { + "filePath": "src/account-settings/AccountSettingsPage.jsx", + "line": 387, + "column": 27, + "index": 13564 + } + ], + "Alert.Heading": [ + { + "filePath": "src/account-settings/AccountSettingsPage.jsx", + "line": 328, + "column": 6, + "index": 11612 + }, + { + "filePath": "src/account-settings/OneTimeDismissibleAlert.jsx", + "line": 22, + "column": 6, + "index": 510 + } + ], + "Icon": [ + { + "filePath": "src/account-settings/AccountSettingsPage.jsx", + "line": 385, "column": 16, - "index": 11535 + "index": 13409 }, + { + "filePath": "src/account-settings/AccountSettingsPage.jsx", + "line": 387, + "column": 16, + "index": 13553 + }, + { + "filePath": "src/account-settings/JumpNav.jsx", + "line": 77, + "column": 16, + "index": 2794 + }, + { + "filePath": "src/notification-preferences/NotificationCourses.jsx", + "line": 56, + "column": 16, + "index": 1987 + }, + { + "filePath": "src/notification-preferences/NotificationPreferences.jsx", + "line": 79, + "column": 12, + "index": 3099 + }, + { + "filePath": "src/notification-preferences/NotificationTypes.jsx", + "line": 46, + "column": 16, + "index": 1688 + } + ], + "Button": [ { "filePath": "src/account-settings/BetaLanguageBanner.jsx", "line": 71, @@ -954,72 +1014,6 @@ "index": 2425 } ], - "WarningFilled": [ - { - "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 336, - "column": 12, - "index": 12061 - }, - { - "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 397, - "column": 27, - "index": 14040 - } - ], - "Alert.Heading": [ - { - "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 338, - "column": 6, - "index": 12088 - }, - { - "filePath": "src/account-settings/OneTimeDismissibleAlert.jsx", - "line": 22, - "column": 6, - "index": 510 - } - ], - "Icon": [ - { - "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 395, - "column": 16, - "index": 13885 - }, - { - "filePath": "src/account-settings/AccountSettingsPage.jsx", - "line": 397, - "column": 16, - "index": 14029 - }, - { - "filePath": "src/account-settings/JumpNav.jsx", - "line": 77, - "column": 16, - "index": 2794 - }, - { - "filePath": "src/notification-preferences/NotificationCourses.jsx", - "line": 56, - "column": 16, - "index": 1987 - }, - { - "filePath": "src/notification-preferences/NotificationPreferences.jsx", - "line": 79, - "column": 12, - "index": 3099 - }, - { - "filePath": "src/notification-preferences/NotificationTypes.jsx", - "line": 46, - "column": 16, - "index": 1688 - } - ], "Form.Checkbox": [ { "filePath": "src/account-settings/certificate-preference/CertificatePreference.jsx", @@ -33507,9 +33501,9 @@ "ActionRow": [ { "filePath": "src/containers/CourseCard/components/CourseCardActions/index.jsx", - "line": 24, + "line": 22, "column": 4, - "index": 727 + "index": 714 }, { "filePath": "src/containers/CourseCard/components/CourseCardBanners/CreditBanner/views/components/CreditContent.jsx", From 6f3b26d4b43b17bd61713d1ee4156a0f49749844 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:14:13 -0400 Subject: [PATCH 125/160] docs: update dependent-usage.json (#3255) --- dependent-usage.json | 202 ++++++++++++++++++++----------------------- 1 file changed, 95 insertions(+), 107 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 354f5007d1..b8537fb7f2 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1729606029939, + "lastModified": 1729692525458, "projectUsages": [ { "version": "22.9.0", @@ -3013,15 +3013,21 @@ "Form.Group": [ { "filePath": "src/components/Admin/AdminSearchForm.jsx", - "line": 62, + "line": 81, "column": 14, - "index": 1962 + "index": 2481 }, { "filePath": "src/components/Admin/AdminSearchForm.jsx", - "line": 95, + "line": 114, + "column": 14, + "index": 3903 + }, + { + "filePath": "src/components/Admin/AdminSearchForm.jsx", + "line": 200, "column": 14, - "index": 3384 + "index": 8354 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", @@ -3393,21 +3399,27 @@ "Form.Label": [ { "filePath": "src/components/Admin/AdminSearchForm.jsx", - "line": 63, + "line": 82, "column": 16, - "index": 1991 + "index": 2510 }, { "filePath": "src/components/Admin/AdminSearchForm.jsx", - "line": 96, + "line": 115, "column": 16, - "index": 3413 + "index": 3932 }, { "filePath": "src/components/Admin/AdminSearchForm.jsx", - "line": 155, + "line": 174, "column": 14, - "index": 6493 + "index": 7030 + }, + { + "filePath": "src/components/Admin/AdminSearchForm.jsx", + "line": 201, + "column": 16, + "index": 8383 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", @@ -3575,15 +3587,21 @@ "Form.Control": [ { "filePath": "src/components/Admin/AdminSearchForm.jsx", - "line": 70, + "line": 89, "column": 16, - "index": 2366 + "index": 2885 }, { "filePath": "src/components/Admin/AdminSearchForm.jsx", - "line": 118, + "line": 137, "column": 16, - "index": 4695 + "index": 5214 + }, + { + "filePath": "src/components/Admin/AdminSearchForm.jsx", + "line": 208, + "column": 16, + "index": 8758 }, { "filePath": "src/components/Admin/EmbeddedSubscription.jsx", @@ -3925,9 +3943,9 @@ "Info": [ { "filePath": "src/components/Admin/AdminSearchForm.jsx", - "line": 105, + "line": 124, "column": 26, - "index": 3902 + "index": 4421 }, { "filePath": "src/components/CodeManagement/ManageCodesTab.jsx", @@ -5333,15 +5351,15 @@ }, { "filePath": "src/components/Admin/index.jsx", - "line": 313, + "line": 316, "column": 8, - "index": 11592 + "index": 11743 }, { "filePath": "src/components/Admin/index.jsx", - "line": 334, + "line": 337, "column": 8, - "index": 12432 + "index": 12598 }, { "filePath": "src/components/Admin/tabs/DownloadCSVButton.jsx", @@ -5963,29 +5981,29 @@ "Undo": [ { "filePath": "src/components/Admin/index.jsx", - "line": 313, + "line": 316, "column": 19, - "index": 11603 + "index": 11754 }, { "filePath": "src/components/Admin/index.jsx", - "line": 334, + "line": 337, "column": 19, - "index": 12443 + "index": 12609 } ], "Alert": [ { "filePath": "src/components/Admin/index.jsx", - "line": 346, + "line": 349, "column": 6, - "index": 12767 + "index": 12933 }, { "filePath": "src/components/Admin/index.jsx", - "line": 371, + "line": 374, "column": 6, - "index": 13520 + "index": 13686 }, { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", @@ -6405,15 +6423,15 @@ "Error": [ { "filePath": "src/components/Admin/index.jsx", - "line": 348, + "line": 351, "column": 14, - "index": 12813 + "index": 12979 }, { "filePath": "src/components/Admin/index.jsx", - "line": 374, + "line": 377, "column": 14, - "index": 13591 + "index": 13757 }, { "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx", @@ -6629,15 +6647,15 @@ "Alert.Heading": [ { "filePath": "src/components/Admin/index.jsx", - "line": 350, + "line": 353, "column": 8, - "index": 12836 + "index": 13002 }, { "filePath": "src/components/Admin/index.jsx", - "line": 376, + "line": 379, "column": 8, - "index": 13614 + "index": 13780 }, { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", @@ -6931,9 +6949,9 @@ "Tabs": [ { "filePath": "src/components/Admin/index.jsx", - "line": 505, + "line": 510, "column": 16, - "index": 18670 + "index": 18914 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", @@ -6981,15 +6999,15 @@ "Tab": [ { "filePath": "src/components/Admin/index.jsx", - "line": 512, + "line": 517, "column": 18, - "index": 18900 + "index": 19144 }, { "filePath": "src/components/Admin/index.jsx", - "line": 545, + "line": 551, "column": 18, - "index": 20569 + "index": 20863 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", @@ -15284,10 +15302,10 @@ }, { "version": "22.8.1", - "name": "@edx/frontend-app-course-authoring", + "name": "@edx/frontend-app-authoring", "repository": { "type": "git", - "url": "git+https://github.com/openedx/frontend-app-course-authoring.git" + "url": "git+https://github.com/openedx/frontend-app-authoring.git" }, "folderName": "frontend-app-course-authoring", "usages": { @@ -45516,7 +45534,7 @@ } }, { - "version": "22.8.1", + "version": "22.9.0", "name": "@edx/frontend-app-payment", "repository": { "type": "git", @@ -50516,56 +50534,36 @@ }, "folderName": "frontend-component-header", "usages": { - "Button": [ - { - "filePath": "src/learning-header/AnonymousUserMenu.jsx", - "line": 12, - "column": 4, - "index": 366 - }, + "Dropdown": [ { - "filePath": "src/learning-header/AnonymousUserMenu.jsx", - "line": 19, + "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", + "line": 39, "column": 4, - "index": 619 - }, - { - "filePath": "src/studio-header/HeaderBody.jsx", - "line": 71, - "column": 14, - "index": 1463 + "index": 1203 } ], - "Dropdown.Item": [ - { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 14, - "column": 4, - "index": 493 - }, - { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 31, - "column": 10, - "index": 1170 - }, + "Dropdown.Toggle": [ { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 34, - "column": 10, - "index": 1332 - }, + "line": 40, + "column": 6, + "index": 1251 + } + ], + "Dropdown.Menu": [ { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 38, - "column": 12, - "index": 1525 - }, + "line": 46, + "column": 6, + "index": 1506 + } + ], + "Dropdown.Item": [ { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 42, - "column": 10, - "index": 1688 + "filePath": "src/learning-header/LearningHeaderUserMenuItems.jsx", + "line": 7, + "column": 2, + "index": 185 }, { "filePath": "src/studio-header/NavDropdownMenu.jsx", @@ -50574,28 +50572,18 @@ "index": 335 } ], - "Dropdown": [ - { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 22, - "column": 6, - "index": 765 - } - ], - "Dropdown.Toggle": [ + "Button": [ { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 23, - "column": 8, - "index": 815 - } - ], - "Dropdown.Menu": [ + "filePath": "src/learning-header/LearningLoggedOutButtons.jsx", + "line": 7, + "column": 2, + "index": 196 + }, { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 29, - "column": 8, - "index": 1082 + "filePath": "src/studio-header/HeaderBody.jsx", + "line": 71, + "column": 14, + "index": 1463 } ], "OverlayTrigger": [ From 4294d418bb5c27e934ca66985f77d34d72d3f01e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:12:13 -0400 Subject: [PATCH 126/160] docs: update dependent-usage.json (#3256) --- dependent-usage.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index b8537fb7f2..a2c1bc48ef 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1729692525458, + "lastModified": 1729778839250, "projectUsages": [ { "version": "22.9.0", @@ -19602,9 +19602,9 @@ }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 34, + "line": 38, "column": 8, - "index": 700 + "index": 921 }, { "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", @@ -19882,9 +19882,9 @@ }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 45, + "line": 49, "column": 10, - "index": 996 + "index": 1217 }, { "filePath": "src/generic/loading-button/index.jsx", @@ -21256,9 +21256,9 @@ }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 35, + "line": 39, "column": 10, - "index": 722 + "index": 943 }, { "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", @@ -23112,9 +23112,9 @@ }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 28, + "line": 32, "column": 4, - "index": 567 + "index": 788 }, { "filePath": "src/generic/modal-notification/index.jsx", @@ -25422,9 +25422,9 @@ }, { "filePath": "src/editors/containers/TextEditor/index.jsx", - "line": 87, + "line": 94, "column": 14, - "index": 2248 + "index": 2471 }, { "filePath": "src/editors/containers/VideoUploadEditor/index.jsx", @@ -26638,9 +26638,9 @@ }, { "filePath": "src/editors/containers/TextEditor/index.jsx", - "line": 80, + "line": 87, "column": 8, - "index": 2009 + "index": 2232 }, { "filePath": "src/files-and-videos/generic/ApiStatusToast.jsx", @@ -42958,7 +42958,7 @@ "filePath": "src/tab-page/TabPage.jsx", "line": 52, "column": 10, - "index": 1590 + "index": 1568 } ] } From 4e4f607802ed84c6ee03bfe1ba93bf14dffe6bed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:15:55 -0400 Subject: [PATCH 127/160] docs: update dependent-usage.json (#3257) --- dependent-usage.json | 428 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 343 insertions(+), 85 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index a2c1bc48ef..b07c7842b7 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1729778839250, + "lastModified": 1729865222283, "projectUsages": [ { "version": "22.9.0", @@ -18032,9 +18032,9 @@ }, { "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", - "line": 198, + "line": 212, "column": 16, - "index": 6424 + "index": 7024 }, { "filePath": "src/group-configurations/common/UsageList.jsx", @@ -19894,9 +19894,9 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 248, + "line": 254, "column": 12, - "index": 10042 + "index": 9940 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -20312,9 +20312,9 @@ }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 256, + "line": 257, "column": 10, - "index": 8129 + "index": 8240 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", @@ -20572,9 +20572,9 @@ }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 412, + "line": 413, "column": 30, - "index": 17487 + "index": 17598 }, { "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx", @@ -21290,23 +21290,17 @@ "column": 12, "index": 7390 }, - { - "filePath": "src/grading-settings/grading-scale/components/GradingScaleSegment.jsx", - "line": 49, - "column": 6, - "index": 1624 - }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 205, + "line": 211, "column": 20, - "index": 8374 + "index": 8297 }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 244, + "line": 250, "column": 14, - "index": 9869 + "index": 9767 }, { "filePath": "src/group-configurations/common/TitleButton.jsx", @@ -22496,9 +22490,9 @@ }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 240, + "line": 241, "column": 6, - "index": 7316 + "index": 7427 }, { "filePath": "src/course-rerun/index.jsx", @@ -22580,9 +22574,9 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 118, + "line": 123, "column": 6, - "index": 4113 + "index": 3945 }, { "filePath": "src/group-configurations/index.jsx", @@ -22702,9 +22696,9 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 123, + "line": 128, "column": 18, - "index": 4299 + "index": 4131 } ], "Layout": [ @@ -22722,9 +22716,9 @@ }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 286, + "line": 287, "column": 10, - "index": 9484 + "index": 9595 }, { "filePath": "src/course-rerun/index.jsx", @@ -22770,9 +22764,9 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 132, + "line": 137, "column": 12, - "index": 4684 + "index": 4516 }, { "filePath": "src/group-configurations/index.jsx", @@ -22838,15 +22832,15 @@ }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 293, + "line": 294, "column": 12, - "index": 9740 + "index": 9851 }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 436, + "line": 437, "column": 12, - "index": 18479 + "index": 18590 }, { "filePath": "src/course-rerun/index.jsx", @@ -22934,15 +22928,15 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 139, + "line": 144, "column": 14, - "index": 4950 + "index": 4782 }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 215, + "line": 221, "column": 14, - "index": 8748 + "index": 8671 }, { "filePath": "src/group-configurations/index.jsx", @@ -23044,9 +23038,9 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 256, + "line": 262, "column": 16, - "index": 10379 + "index": 10277 }, { "filePath": "src/taxonomy/delete-dialog/index.jsx", @@ -24800,9 +24794,9 @@ }, { "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", - "line": 191, + "line": 205, "column": 6, - "index": 6127 + "index": 6691 }, { "filePath": "src/group-configurations/content-groups-section/ContentGroupCard.jsx", @@ -26470,9 +26464,9 @@ "Row": [ { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 229, + "line": 230, "column": 6, - "index": 7062 + "index": 7173 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", @@ -26556,9 +26550,9 @@ "CheckCircleIcon": [ { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 262, + "line": 263, "column": 22, - "index": 8385 + "index": 8496 }, { "filePath": "src/schedule-and-details/index.jsx", @@ -26570,9 +26564,9 @@ "IconAdd": [ { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 417, + "line": 418, "column": 44, - "index": 17776 + "index": 17887 }, { "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", @@ -26606,15 +26600,15 @@ }, { "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", - "line": 197, + "line": 211, "column": 13, - "index": 6399 + "index": 6999 }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 207, + "line": 213, "column": 34, - "index": 8456 + "index": 8379 }, { "filePath": "src/group-configurations/empty-placeholder/index.jsx", @@ -26632,9 +26626,9 @@ "Toast": [ { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 483, + "line": 484, "column": 8, - "index": 20141 + "index": 20252 }, { "filePath": "src/editors/containers/TextEditor/index.jsx", @@ -34556,9 +34550,9 @@ }, { "filePath": "src/components/expired-subscription-modal/index.jsx", - "line": 33, + "line": 20, "column": 10, - "index": 992 + "index": 581 }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", @@ -35156,9 +35150,9 @@ }, { "filePath": "src/components/expired-subscription-modal/index.jsx", - "line": 8, + "line": 9, "column": 19, - "index": 251 + "index": 286 }, { "filePath": "src/components/my-career/CategoryCard.jsx", @@ -36038,9 +36032,9 @@ }, { "filePath": "src/components/expired-subscription-modal/index.jsx", - "line": 27, + "line": 14, "column": 4, - "index": 814 + "index": 404 }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", @@ -36106,9 +36100,9 @@ }, { "filePath": "src/components/expired-subscription-modal/index.jsx", - "line": 32, + "line": 19, "column": 8, - "index": 970 + "index": 559 }, { "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", @@ -50026,9 +50020,15 @@ }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 77, + "line": 81, "column": 6, - "index": 2324 + "index": 2397 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 63, + "column": 4, + "index": 1630 } ], "Dropdown.Toggle": [ @@ -50040,9 +50040,15 @@ }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 78, + "line": 82, "column": 8, - "index": 2374 + "index": 2447 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 64, + "column": 6, + "index": 1678 } ], "AvatarButton": [ @@ -50068,9 +50074,15 @@ }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 81, + "line": 85, "column": 8, - "index": 2532 + "index": 2605 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 67, + "column": 6, + "index": 1830 } ], "Dropdown.Item": [ @@ -50088,51 +50100,99 @@ }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 35, + "line": 36, "column": 4, - "index": 1169 + "index": 1293 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 41, + "line": 42, "column": 4, - "index": 1336 + "index": 1460 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 50, + "line": 51, "column": 4, - "index": 1619 + "index": 1743 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 64, + "line": 65, "column": 6, - "index": 1960 + "index": 2084 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 85, + "line": 89, "column": 10, - "index": 2682 + "index": 2755 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 88, + "line": 92, "column": 10, - "index": 2844 + "index": 2917 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 96, + "line": 100, "column": 12, - "index": 3358 + "index": 3431 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 100, + "line": 104, "column": 10, - "index": 3521 + "index": 3594 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 24, + "column": 4, + "index": 642 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 30, + "column": 4, + "index": 809 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 39, + "column": 4, + "index": 1096 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 53, + "column": 6, + "index": 1437 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 71, + "column": 8, + "index": 1972 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 74, + "column": 8, + "index": 2128 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 82, + "column": 10, + "index": 2626 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 86, + "column": 8, + "index": 2781 }, { "filePath": "src/studio-header/NavDropdownMenu.jsx", @@ -50172,9 +50232,15 @@ }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 43, + "line": 44, "column": 6, - "index": 1434 + "index": 1558 + }, + { + "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "line": 32, + "column": 6, + "index": 911 } ], "Button": [ @@ -50190,6 +50256,24 @@ "column": 4, "index": 619 }, + { + "filePath": "src/new-notifications/index.jsx", + "line": 153, + "column": 16, + "index": 5587 + }, + { + "filePath": "src/new-notifications/NotificationSections.jsx", + "line": 55, + "column": 12, + "index": 2506 + }, + { + "filePath": "src/new-notifications/NotificationSections.jsx", + "line": 101, + "column": 8, + "index": 4265 + }, { "filePath": "src/Notifications/index.jsx", "line": 125, @@ -50216,6 +50300,18 @@ } ], "useWindowSize": [ + { + "filePath": "src/new-notifications/data/hook.js", + "line": 17, + "column": 21, + "index": 623 + }, + { + "filePath": "src/new-notifications/data/hook.js", + "line": 22, + "column": 21, + "index": 810 + }, { "filePath": "src/Notifications/data/hook.js", "line": 4, @@ -50230,6 +50326,24 @@ } ], "breakpoints": [ + { + "filePath": "src/new-notifications/data/hook.js", + "line": 18, + "column": 9, + "index": 649 + }, + { + "filePath": "src/new-notifications/data/hook.js", + "line": 18, + "column": 78, + "index": 718 + }, + { + "filePath": "src/new-notifications/data/hook.js", + "line": 23, + "column": 29, + "index": 856 + }, { "filePath": "src/Notifications/data/hook.js", "line": 5, @@ -50250,6 +50364,12 @@ } ], "OverlayTrigger": [ + { + "filePath": "src/new-notifications/index.jsx", + "line": 108, + "column": 6, + "index": 3602 + }, { "filePath": "src/Notifications/index.jsx", "line": 79, @@ -50264,6 +50384,12 @@ } ], "Popover": [ + { + "filePath": "src/new-notifications/index.jsx", + "line": 114, + "column": 10, + "index": 3757 + }, { "filePath": "src/Notifications/index.jsx", "line": 85, @@ -50272,6 +50398,12 @@ } ], "Popover.Title": [ + { + "filePath": "src/new-notifications/index.jsx", + "line": 127, + "column": 16, + "index": 4357 + }, { "filePath": "src/Notifications/index.jsx", "line": 98, @@ -50280,6 +50412,18 @@ } ], "Hyperlink": [ + { + "filePath": "src/new-notifications/index.jsx", + "line": 133, + "column": 18, + "index": 4691 + }, + { + "filePath": "src/new-notifications/NotificationRowItem.jsx", + "line": 43, + "column": 4, + "index": 1371 + }, { "filePath": "src/Notifications/index.jsx", "line": 104, @@ -50288,6 +50432,42 @@ } ], "Icon": [ + { + "filePath": "src/new-notifications/index.jsx", + "line": 138, + "column": 20, + "index": 4907 + }, + { + "filePath": "src/new-notifications/index.jsx", + "line": 171, + "column": 20, + "index": 6210 + }, + { + "filePath": "src/new-notifications/NotificationEmptySection.jsx", + "line": 24, + "column": 16, + "index": 895 + }, + { + "filePath": "src/new-notifications/NotificationRowItem.jsx", + "line": 51, + "column": 6, + "index": 1657 + }, + { + "filePath": "src/new-notifications/NotificationSections.jsx", + "line": 117, + "column": 12, + "index": 4804 + }, + { + "filePath": "src/new-notifications/NotificationSections.jsx", + "line": 122, + "column": 14, + "index": 5146 + }, { "filePath": "src/Notifications/index.jsx", "line": 110, @@ -50326,6 +50506,12 @@ } ], "Settings": [ + { + "filePath": "src/new-notifications/index.jsx", + "line": 139, + "column": 27, + "index": 4940 + }, { "filePath": "src/Notifications/index.jsx", "line": 111, @@ -50334,6 +50520,12 @@ } ], "Popover.Content": [ + { + "filePath": "src/new-notifications/index.jsx", + "line": 147, + "column": 14, + "index": 5252 + }, { "filePath": "src/Notifications/index.jsx", "line": 119, @@ -50342,6 +50534,18 @@ } ], "IconButton": [ + { + "filePath": "src/new-notifications/index.jsx", + "line": 166, + "column": 10, + "index": 5973 + }, + { + "filePath": "src/new-notifications/NotificationEmptySection.jsx", + "line": 20, + "column": 6, + "index": 744 + }, { "filePath": "src/Notifications/index.jsx", "line": 139, @@ -50356,6 +50560,18 @@ } ], "NotificationsNone": [ + { + "filePath": "src/new-notifications/index.jsx", + "line": 170, + "column": 17, + "index": 6171 + }, + { + "filePath": "src/new-notifications/NotificationEmptySection.jsx", + "line": 23, + "column": 13, + "index": 860 + }, { "filePath": "src/Notifications/index.jsx", "line": 143, @@ -50370,6 +50586,12 @@ } ], "Bubble": [ + { + "filePath": "src/new-notifications/index.jsx", + "line": 181, + "column": 10, + "index": 6543 + }, { "filePath": "src/Notifications/index.jsx", "line": 151, @@ -50378,6 +50600,12 @@ } ], "Spinner": [ + { + "filePath": "src/new-notifications/NotificationSections.jsx", + "line": 98, + "column": 10, + "index": 4022 + }, { "filePath": "src/Notifications/NotificationSections.jsx", "line": 101, @@ -50386,6 +50614,12 @@ } ], "CheckCircleLightOutline": [ + { + "filePath": "src/new-notifications/NotificationSections.jsx", + "line": 117, + "column": 56, + "index": 4848 + }, { "filePath": "src/Notifications/NotificationSections.jsx", "line": 120, @@ -50394,6 +50628,12 @@ } ], "AutoAwesome": [ + { + "filePath": "src/new-notifications/NotificationSections.jsx", + "line": 122, + "column": 25, + "index": 5157 + }, { "filePath": "src/Notifications/NotificationSections.jsx", "line": 125, @@ -50402,6 +50642,12 @@ } ], "Tabs": [ + { + "filePath": "src/new-notifications/NotificationTabs.jsx", + "line": 43, + "column": 8, + "index": 1314 + }, { "filePath": "src/Notifications/NotificationTabs.jsx", "line": 39, @@ -50410,6 +50656,12 @@ } ], "Tab": [ + { + "filePath": "src/new-notifications/NotificationTabs.jsx", + "line": 50, + "column": 12, + "index": 1559 + }, { "filePath": "src/Notifications/NotificationTabs.jsx", "line": 46, @@ -50418,6 +50670,12 @@ } ], "ProductTour": [ + { + "filePath": "src/new-notifications/tours/NotificationTour.jsx", + "line": 23, + "column": 6, + "index": 769 + }, { "filePath": "src/Notifications/tours/NotificationTour.jsx", "line": 18, From d6e5532ca2af35ee5821206407f947ed1e38dc05 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 10:11:31 -0400 Subject: [PATCH 128/160] docs: update dependent-usage.json (#3258) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index b07c7842b7..5550e0732a 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1729865222283, + "lastModified": 1729951586375, "projectUsages": [ { "version": "22.9.0", From 31b60f1e0b94ac17105f4c452f4c97faa7cda487 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 10:11:31 -0400 Subject: [PATCH 129/160] docs: update dependent-usage.json (#3259) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 5550e0732a..6828990c73 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1729951586375, + "lastModified": 1730038000076, "projectUsages": [ { "version": "22.9.0", From 49e450034e2e1d1caac1532d06cca8374a9a3115 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:12:34 -0400 Subject: [PATCH 130/160] docs: update dependent-usage.json (#3260) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 6828990c73..04c35d5cc2 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730038000076, + "lastModified": 1730124461232, "projectUsages": [ { "version": "22.9.0", From 85b54a5905358a9dc50efae80e4a6735aa80e783 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:12:00 -0400 Subject: [PATCH 131/160] docs: update dependent-usage.json (#3261) --- dependent-usage.json | 754 ++++++++++++++----------------------------- 1 file changed, 242 insertions(+), 512 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 04c35d5cc2..6c70ef9bc1 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730124461232, + "lastModified": 1730210828252, "projectUsages": [ { "version": "22.9.0", @@ -41097,34 +41097,22 @@ "index": 2515 }, { - "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 83, - "column": 6, - "index": 2401 + "filePath": "src/courseware/course/sequence/sequence-navigation/generic/NextButton.jsx", + "line": 28, + "column": 4, + "index": 835 }, { - "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 123, - "column": 8, - "index": 3607 + "filePath": "src/courseware/course/sequence/sequence-navigation/generic/PreviousButton.jsx", + "line": 21, + "column": 4, + "index": 632 }, { "filePath": "src/courseware/course/sequence/sequence-navigation/UnitButton.jsx", - "line": 31, + "line": 34, "column": 4, - "index": 738 - }, - { - "filePath": "src/courseware/course/sequence/sequence-navigation/UnitNavigation.jsx", - "line": 35, - "column": 6, - "index": 1132 - }, - { - "filePath": "src/courseware/course/sequence/sequence-navigation/UnitNavigation.jsx", - "line": 55, - "column": 6, - "index": 1941 + "index": 942 }, { "filePath": "src/courseware/course/sidebar/sidebars/course-outline/components/SidebarSection.jsx", @@ -41964,9 +41952,9 @@ }, { "filePath": "src/courseware/course/Course.jsx", - "line": 155, + "line": 163, "column": 22, - "index": 5800 + "index": 6091 }, { "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx", @@ -42018,9 +42006,9 @@ }, { "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 56, + "line": 51, "column": 53, - "index": 1581 + "index": 1543 }, { "filePath": "src/courseware/course/sidebar/SidebarContextProvider.jsx", @@ -42086,9 +42074,9 @@ }, { "filePath": "src/courseware/course/Course.jsx", - "line": 57, + "line": 65, "column": 43, - "index": 2452 + "index": 2743 }, { "filePath": "src/courseware/course/Course.test.jsx", @@ -42164,9 +42152,9 @@ }, { "filePath": "src/courseware/course/sequence/sequence-navigation/SequenceNavigation.jsx", - "line": 56, + "line": 51, "column": 77, - "index": 1605 + "index": 1567 }, { "filePath": "src/courseware/course/sequence/Sequence.test.jsx", @@ -49989,7 +49977,7 @@ } }, { - "version": "21.11.4", + "version": "21.13.1", "name": "@edx/frontend-component-header-edx", "repository": { "type": "git", @@ -50020,15 +50008,9 @@ }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 81, - "column": 6, - "index": 2397 - }, - { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", "line": 63, "column": 4, - "index": 1630 + "index": 1627 } ], "Dropdown.Toggle": [ @@ -50040,15 +50022,9 @@ }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 82, - "column": 8, - "index": 2447 - }, - { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", "line": 64, "column": 6, - "index": 1678 + "index": 1675 } ], "AvatarButton": [ @@ -50074,15 +50050,9 @@ }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 85, - "column": 8, - "index": 2605 - }, - { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", "line": 67, "column": 6, - "index": 1830 + "index": 1827 } ], "Dropdown.Item": [ @@ -50100,99 +50070,51 @@ }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 36, - "column": 4, - "index": 1293 - }, - { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 42, - "column": 4, - "index": 1460 - }, - { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 51, - "column": 4, - "index": 1743 - }, - { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 65, - "column": 6, - "index": 2084 - }, - { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 89, - "column": 10, - "index": 2755 - }, - { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 92, - "column": 10, - "index": 2917 - }, - { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 100, - "column": 12, - "index": 3431 - }, - { - "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 104, - "column": 10, - "index": 3594 - }, - { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", "line": 24, "column": 4, - "index": 642 + "index": 639 }, { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", "line": 30, "column": 4, - "index": 809 + "index": 806 }, { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", "line": 39, "column": 4, - "index": 1096 + "index": 1093 }, { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", "line": 53, "column": 6, - "index": 1437 + "index": 1434 }, { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", "line": 71, "column": 8, - "index": 1972 + "index": 1969 }, { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", "line": 74, "column": 8, - "index": 2128 + "index": 2125 }, { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", "line": 82, "column": 10, - "index": 2626 + "index": 2623 }, { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", + "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", "line": 86, "column": 8, - "index": 2781 + "index": 2778 }, { "filePath": "src/studio-header/NavDropdownMenu.jsx", @@ -50232,15 +50154,9 @@ }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", - "line": 44, - "column": 6, - "index": 1558 - }, - { - "filePath": "src/learning-header/New-AuthenticatedUserDropdown.jsx", "line": 32, "column": 6, - "index": 911 + "index": 908 } ], "Button": [ @@ -50257,41 +50173,23 @@ "index": 619 }, { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 153, "column": 16, "index": 5587 }, { - "filePath": "src/new-notifications/NotificationSections.jsx", + "filePath": "src/Notification/NotificationSections.jsx", "line": 55, "column": 12, "index": 2506 }, { - "filePath": "src/new-notifications/NotificationSections.jsx", + "filePath": "src/Notification/NotificationSections.jsx", "line": 101, "column": 8, "index": 4265 }, - { - "filePath": "src/Notifications/index.jsx", - "line": 125, - "column": 16, - "index": 4681 - }, - { - "filePath": "src/Notifications/NotificationSections.jsx", - "line": 58, - "column": 12, - "index": 2616 - }, - { - "filePath": "src/Notifications/NotificationSections.jsx", - "line": 104, - "column": 8, - "index": 4371 - }, { "filePath": "src/studio-header/HeaderBody.jsx", "line": 57, @@ -50301,81 +50199,45 @@ ], "useWindowSize": [ { - "filePath": "src/new-notifications/data/hook.js", + "filePath": "src/Notification/data/hook.js", "line": 17, "column": 21, "index": 623 }, { - "filePath": "src/new-notifications/data/hook.js", + "filePath": "src/Notification/data/hook.js", "line": 22, "column": 21, "index": 810 - }, - { - "filePath": "src/Notifications/data/hook.js", - "line": 4, - "column": 21, - "index": 125 - }, - { - "filePath": "src/Notifications/data/hook.js", - "line": 9, - "column": 21, - "index": 312 } ], "breakpoints": [ { - "filePath": "src/new-notifications/data/hook.js", + "filePath": "src/Notification/data/hook.js", "line": 18, "column": 9, "index": 649 }, { - "filePath": "src/new-notifications/data/hook.js", + "filePath": "src/Notification/data/hook.js", "line": 18, "column": 78, "index": 718 }, { - "filePath": "src/new-notifications/data/hook.js", + "filePath": "src/Notification/data/hook.js", "line": 23, "column": 29, "index": 856 - }, - { - "filePath": "src/Notifications/data/hook.js", - "line": 5, - "column": 9, - "index": 151 - }, - { - "filePath": "src/Notifications/data/hook.js", - "line": 5, - "column": 78, - "index": 220 - }, - { - "filePath": "src/Notifications/data/hook.js", - "line": 10, - "column": 29, - "index": 358 } ], "OverlayTrigger": [ { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 108, "column": 6, "index": 3602 }, - { - "filePath": "src/Notifications/index.jsx", - "line": 79, - "column": 6, - "index": 2675 - }, { "filePath": "src/studio-header/CourseLockUp.jsx", "line": 18, @@ -50385,302 +50247,170 @@ ], "Popover": [ { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 114, "column": 10, "index": 3757 - }, - { - "filePath": "src/Notifications/index.jsx", - "line": 85, - "column": 10, - "index": 2830 } ], "Popover.Title": [ { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 127, "column": 16, "index": 4357 - }, - { - "filePath": "src/Notifications/index.jsx", - "line": 98, - "column": 16, - "index": 3418 } ], "Hyperlink": [ { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 133, "column": 18, "index": 4691 }, { - "filePath": "src/new-notifications/NotificationRowItem.jsx", + "filePath": "src/Notification/NotificationRowItem.jsx", "line": 43, "column": 4, "index": 1371 - }, - { - "filePath": "src/Notifications/index.jsx", - "line": 104, - "column": 18, - "index": 3753 } ], "Icon": [ { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 138, "column": 20, "index": 4907 }, { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 171, "column": 20, "index": 6210 }, { - "filePath": "src/new-notifications/NotificationEmptySection.jsx", + "filePath": "src/Notification/NotificationEmptySection.jsx", "line": 24, "column": 16, "index": 895 }, { - "filePath": "src/new-notifications/NotificationRowItem.jsx", + "filePath": "src/Notification/NotificationRowItem.jsx", "line": 51, "column": 6, "index": 1657 }, { - "filePath": "src/new-notifications/NotificationSections.jsx", + "filePath": "src/Notification/NotificationSections.jsx", "line": 117, "column": 12, "index": 4804 }, { - "filePath": "src/new-notifications/NotificationSections.jsx", + "filePath": "src/Notification/NotificationSections.jsx", "line": 122, "column": 14, "index": 5146 - }, - { - "filePath": "src/Notifications/index.jsx", - "line": 110, - "column": 20, - "index": 4015 - }, - { - "filePath": "src/Notifications/index.jsx", - "line": 144, - "column": 20, - "index": 5344 - }, - { - "filePath": "src/Notifications/NotificationEmptySection.jsx", - "line": 24, - "column": 16, - "index": 857 - }, - { - "filePath": "src/Notifications/NotificationRowItem.jsx", - "line": 37, - "column": 6, - "index": 1124 - }, - { - "filePath": "src/Notifications/NotificationSections.jsx", - "line": 120, - "column": 12, - "index": 4910 - }, - { - "filePath": "src/Notifications/NotificationSections.jsx", - "line": 125, - "column": 14, - "index": 5252 } ], "Settings": [ { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 139, "column": 27, "index": 4940 - }, - { - "filePath": "src/Notifications/index.jsx", - "line": 111, - "column": 27, - "index": 4048 } ], "Popover.Content": [ { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 147, "column": 14, "index": 5252 - }, - { - "filePath": "src/Notifications/index.jsx", - "line": 119, - "column": 14, - "index": 4360 } ], "IconButton": [ { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 166, "column": 10, "index": 5973 }, { - "filePath": "src/new-notifications/NotificationEmptySection.jsx", + "filePath": "src/Notification/NotificationEmptySection.jsx", "line": 20, "column": 6, "index": 744 - }, - { - "filePath": "src/Notifications/index.jsx", - "line": 139, - "column": 10, - "index": 5107 - }, - { - "filePath": "src/Notifications/NotificationEmptySection.jsx", - "line": 20, - "column": 6, - "index": 706 } ], "NotificationsNone": [ { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 170, "column": 17, "index": 6171 }, { - "filePath": "src/new-notifications/NotificationEmptySection.jsx", + "filePath": "src/Notification/NotificationEmptySection.jsx", "line": 23, "column": 13, "index": 860 - }, - { - "filePath": "src/Notifications/index.jsx", - "line": 143, - "column": 17, - "index": 5305 - }, - { - "filePath": "src/Notifications/NotificationEmptySection.jsx", - "line": 23, - "column": 13, - "index": 822 } ], "Bubble": [ { - "filePath": "src/new-notifications/index.jsx", + "filePath": "src/Notification/index.jsx", "line": 181, "column": 10, "index": 6543 - }, - { - "filePath": "src/Notifications/index.jsx", - "line": 151, - "column": 10, - "index": 5596 } ], "Spinner": [ { - "filePath": "src/new-notifications/NotificationSections.jsx", + "filePath": "src/Notification/NotificationSections.jsx", "line": 98, "column": 10, "index": 4022 - }, - { - "filePath": "src/Notifications/NotificationSections.jsx", - "line": 101, - "column": 10, - "index": 4158 } ], "CheckCircleLightOutline": [ { - "filePath": "src/new-notifications/NotificationSections.jsx", + "filePath": "src/Notification/NotificationSections.jsx", "line": 117, "column": 56, "index": 4848 - }, - { - "filePath": "src/Notifications/NotificationSections.jsx", - "line": 120, - "column": 56, - "index": 4954 } ], "AutoAwesome": [ { - "filePath": "src/new-notifications/NotificationSections.jsx", + "filePath": "src/Notification/NotificationSections.jsx", "line": 122, "column": 25, "index": 5157 - }, - { - "filePath": "src/Notifications/NotificationSections.jsx", - "line": 125, - "column": 25, - "index": 5263 } ], "Tabs": [ { - "filePath": "src/new-notifications/NotificationTabs.jsx", + "filePath": "src/Notification/NotificationTabs.jsx", "line": 43, "column": 8, "index": 1314 - }, - { - "filePath": "src/Notifications/NotificationTabs.jsx", - "line": 39, - "column": 8, - "index": 1415 } ], "Tab": [ { - "filePath": "src/new-notifications/NotificationTabs.jsx", + "filePath": "src/Notification/NotificationTabs.jsx", "line": 50, "column": 12, "index": 1559 - }, - { - "filePath": "src/Notifications/NotificationTabs.jsx", - "line": 46, - "column": 12, - "index": 1683 } ], "ProductTour": [ { - "filePath": "src/new-notifications/tours/NotificationTour.jsx", + "filePath": "src/Notification/tours/NotificationTour.jsx", "line": 23, "column": 6, "index": 769 - }, - { - "filePath": "src/Notifications/tours/NotificationTour.jsx", - "line": 18, - "column": 6, - "index": 512 } ], "Tooltip": [ @@ -52296,9 +52026,9 @@ }, { "filePath": "src/packages/exec-ed-page/template/ExecEdDetailPage/index.jsx", - "line": 462, + "line": 469, "column": 18, - "index": 17844 + "index": 18126 }, { "filePath": "src/packages/home-page/components/Audiences/index.jsx", @@ -52656,9 +52386,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 201, + "line": 203, "column": 4, - "index": 8493 + "index": 8517 }, { "filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx", @@ -52670,7 +52400,7 @@ "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx", "line": 144, "column": 4, - "index": 5284 + "index": 5297 }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", @@ -52704,9 +52434,9 @@ }, { "filePath": "src/packages/open-course-page/components/StickyNav/index.jsx", - "line": 198, + "line": 199, "column": 12, - "index": 6855 + "index": 6878 }, { "filePath": "src/packages/product-page/components/PLPFooter/index.jsx", @@ -52734,51 +52464,51 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 444, + "line": 449, "column": 6, - "index": 17052 + "index": 17208 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 445, + "line": 450, "column": 8, - "index": 17124 + "index": 17280 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 446, + "line": 451, "column": 10, - "index": 17156 + "index": 17312 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 635, + "line": 640, "column": 10, - "index": 26426 + "index": 26582 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 643, + "line": 648, "column": 10, - "index": 26881 + "index": 27037 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 662, + "line": 667, "column": 6, - "index": 27605 + "index": 27761 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 795, + "line": 800, "column": 12, - "index": 33574 + "index": 33730 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 796, + "line": 801, "column": 14, - "index": 33627 + "index": 33783 }, { "filePath": "src/packages/program-page/components/SubjectTopics/index.jsx", @@ -53324,27 +53054,27 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 289, + "line": 293, "column": 36, - "index": 12989 + "index": 13086 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 314, + "line": 318, "column": 36, - "index": 14256 + "index": 14353 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 370, + "line": 374, "column": 20, - "index": 17080 + "index": 17177 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 383, + "line": 387, "column": 20, - "index": 17758 + "index": 17855 }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/components/WeeksToComplete.jsx", @@ -53684,9 +53414,9 @@ }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 445, + "line": 465, "column": 26, - "index": 19664 + "index": 20504 }, { "filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx", @@ -53720,9 +53450,9 @@ }, { "filePath": "src/packages/exec-ed-page/template/ExecEdDetailPage/index.jsx", - "line": 315, + "line": 322, "column": 6, - "index": 11954 + "index": 12236 }, { "filePath": "src/packages/learn-index-page/components/Hero.jsx", @@ -53774,15 +53504,15 @@ }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx", - "line": 223, + "line": 224, "column": 8, - "index": 8912 + "index": 9008 }, { "filePath": "src/packages/open-course-page/components/EnrollButton/EnrollButtonLink.jsx", - "line": 332, + "line": 356, "column": 20, - "index": 10932 + "index": 11731 }, { "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx", @@ -54194,15 +53924,15 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 483, + "line": 488, "column": 16, - "index": 18815 + "index": 18971 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 500, + "line": 505, "column": 18, - "index": 19544 + "index": 19700 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -54320,9 +54050,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 696, + "line": 701, "column": 20, - "index": 29187 + "index": 29343 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -54358,15 +54088,15 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 704, + "line": 709, "column": 24, - "index": 29778 + "index": 29934 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 705, + "line": 710, "column": 24, - "index": 29870 + "index": 30026 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -54396,9 +54126,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 707, + "line": 712, "column": 22, - "index": 30006 + "index": 30162 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -54548,15 +54278,15 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 287, + "line": 291, "column": 26, - "index": 12895 + "index": 12992 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 312, + "line": 316, "column": 26, - "index": 14162 + "index": 14259 } ], "Dropdown": [ @@ -54678,9 +54408,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx", - "line": 57, + "line": 59, "column": 12, - "index": 2059 + "index": 2088 }, { "filePath": "src/packages/program-page/components/ProgramHeader.jsx", @@ -54766,9 +54496,9 @@ "Spinner": [ { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 278, + "line": 298, "column": 14, - "index": 10038 + "index": 10878 }, { "filePath": "src/packages/program-page/components/ProgramHeader.jsx", @@ -54792,9 +54522,9 @@ "Form": [ { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 301, + "line": 321, "column": 24, - "index": 11200 + "index": 12040 }, { "filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx", @@ -54812,39 +54542,39 @@ "Form.Group": [ { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 303, + "line": 323, "column": 28, - "index": 11325 + "index": 12165 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 323, + "line": 343, "column": 28, - "index": 12445 + "index": 13285 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 344, + "line": 364, "column": 26, - "index": 13589 + "index": 14429 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 366, + "line": 386, "column": 30, - "index": 14785 + "index": 15625 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 398, + "line": 418, "column": 32, - "index": 16777 + "index": 17617 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 430, + "line": 450, "column": 26, - "index": 18763 + "index": 19603 }, { "filePath": "src/packages/queryless-pages/templates/CCPAPage/CCPAPageEN.jsx", @@ -54904,21 +54634,21 @@ "Form.Control": [ { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 311, + "line": 331, "column": 30, - "index": 11726 + "index": 12566 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 331, + "line": 351, "column": 30, - "index": 12844 + "index": 13684 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 352, + "line": 372, "column": 28, - "index": 13977 + "index": 14817 }, { "filePath": "src/pages/secure-preview/DynamicProductList.jsx", @@ -54966,85 +54696,85 @@ "FormLabel": [ { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 367, + "line": 387, "column": 32, - "index": 14874 + "index": 15714 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 379, + "line": 399, "column": 36, - "index": 15600 + "index": 16440 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 384, + "line": 404, "column": 36, - "index": 15955 + "index": 16795 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 399, + "line": 419, "column": 34, - "index": 16868 + "index": 17708 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 411, + "line": 431, "column": 38, - "index": 17624 + "index": 18464 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 416, + "line": 436, "column": 38, - "index": 17989 + "index": 18829 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 431, + "line": 451, "column": 28, - "index": 18814 + "index": 19654 } ], "Form.RadioSet": [ { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 372, + "line": 392, "column": 32, - "index": 15188 + "index": 16028 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 404, + "line": 424, "column": 34, - "index": 17194 + "index": 18034 } ], "Form.Radio": [ { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 378, + "line": 398, "column": 34, - "index": 15497 + "index": 16337 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 383, + "line": 403, "column": 34, - "index": 15854 + "index": 16694 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 410, + "line": 430, "column": 36, - "index": 17519 + "index": 18359 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", - "line": 415, + "line": 435, "column": 36, - "index": 17886 + "index": 18726 } ], "OverlayTrigger": [ @@ -55068,15 +54798,15 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 279, + "line": 283, "column": 24, - "index": 12507 + "index": 12604 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 304, + "line": 308, "column": 24, - "index": 13778 + "index": 13875 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -55106,15 +54836,15 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 282, + "line": 286, "column": 28, - "index": 12630 + "index": 12727 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 307, + "line": 311, "column": 28, - "index": 13901 + "index": 13998 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -55162,15 +54892,15 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 422, + "line": 426, "column": 20, - "index": 19459 + "index": 19556 }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx", "line": 127, "column": 6, - "index": 4814 + "index": 4827 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -55282,9 +55012,9 @@ }, { "filePath": "src/packages/open-course-page/components/StickyNav/index.jsx", - "line": 209, + "line": 210, "column": 16, - "index": 7264 + "index": 7287 } ], "Dropdown.Item": [ @@ -55320,9 +55050,9 @@ }, { "filePath": "src/packages/open-course-page/components/StickyNav/index.jsx", - "line": 221, + "line": 222, "column": 20, - "index": 7797 + "index": 7820 } ], "SearchField.ClearButton": [ @@ -55400,9 +55130,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx", - "line": 52, + "line": 54, "column": 4, - "index": 1811 + "index": 1840 }, { "filePath": "src/packages/search-page/components/PreQueryPage/components/PartnerFilters/index.jsx", @@ -55502,15 +55232,15 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 540, + "line": 545, "column": 28, - "index": 21348 + "index": 21504 }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 564, + "line": 569, "column": 28, - "index": 22624 + "index": 22780 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -55548,9 +55278,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx", - "line": 53, + "line": 55, "column": 6, - "index": 1850 + "index": 1879 } ], "Tune": [ @@ -55762,7 +55492,7 @@ "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx", "line": 195, "column": 10, - "index": 8041 + "index": 8092 }, { "filePath": "src/packages/search-page/components/PreQueryPage/components/PartnerFilters/index.jsx", @@ -55820,39 +55550,39 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 341, + "line": 345, "column": 20, - "index": 15485 + "index": 15582 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 344, + "line": 348, "column": 20, - "index": 15667 + "index": 15764 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 354, + "line": 358, "column": 20, - "index": 16191 + "index": 16288 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 357, + "line": 361, "column": 20, - "index": 16373 + "index": 16470 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 367, + "line": 371, "column": 20, - "index": 16898 + "index": 16995 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 380, + "line": 384, "column": 20, - "index": 17576 + "index": 17673 }, { "filePath": "src/packages/product-page/components/ProductDetailHero/index.jsx", @@ -55920,29 +55650,29 @@ "InfoOutline": [ { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 288, + "line": 292, "column": 33, - "index": 12940 + "index": 13037 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 313, + "line": 317, "column": 33, - "index": 14207 + "index": 14304 } ], "Remove": [ { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 370, + "line": 374, "column": 50, - "index": 17110 + "index": 17207 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 383, + "line": 387, "column": 50, - "index": 17788 + "index": 17885 } ], "Timelapse": [ @@ -56068,9 +55798,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 451, + "line": 456, "column": 22, - "index": 17364 + "index": 17520 }, { "filePath": "src/packages/search-page/components/QuizMatchRecommendations/index.jsx", @@ -56088,9 +55818,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 452, + "line": 457, "column": 24, - "index": 17438 + "index": 17594 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -56152,25 +55882,25 @@ "LocalOffer": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 347, + "line": 352, "column": 12, - "index": 12821 + "index": 12977 } ], "CreditCard": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 384, + "line": 389, "column": 12, - "index": 14269 + "index": 14425 } ], "LibraryBooks": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 521, + "line": 526, "column": 22, - "index": 20461 + "index": 20617 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -56182,9 +55912,9 @@ "AccessTime": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 588, + "line": 593, "column": 28, - "index": 23946 + "index": 24102 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -56196,9 +55926,9 @@ "School": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 609, + "line": 614, "column": 28, - "index": 25030 + "index": 25186 }, { "filePath": "src/packages/program-page/components/ProgramPathway/index.jsx", @@ -56210,9 +55940,9 @@ "Collapsible.Trigger": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 700, + "line": 705, "column": 22, - "index": 29459 + "index": 29615 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -56224,25 +55954,25 @@ "AddCircle": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 704, + "line": 709, "column": 56, - "index": 29810 + "index": 29966 } ], "RemoveCircle": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 705, + "line": 710, "column": 54, - "index": 29900 + "index": 30056 } ], "FormatQuote": [ { "filePath": "src/packages/program-page/components/ProgramMain/index.jsx", - "line": 753, + "line": 758, "column": 18, - "index": 32142 + "index": 32298 } ], "Info": [ From bb8df3eaf0e20428b82c6d7af8cd627a2a911351 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:11:43 -0400 Subject: [PATCH 132/160] docs: update dependent-usage.json (#3262) --- dependent-usage.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 6c70ef9bc1..a80660880d 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730210828252, + "lastModified": 1730297206859, "projectUsages": [ { "version": "22.9.0", @@ -42666,9 +42666,9 @@ }, { "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx", - "line": 132, + "line": 131, "column": 10, - "index": 3735 + "index": 3821 } ], "Dropdown.Toggle": [ @@ -42686,9 +42686,9 @@ }, { "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx", - "line": 133, + "line": 132, "column": 12, - "index": 3789 + "index": 3875 } ], "Dropdown.Menu": [ @@ -42706,9 +42706,9 @@ }, { "filePath": "src/instructor-toolbar/masquerade-widget/MasqueradeWidget.jsx", - "line": 136, + "line": 135, "column": 12, - "index": 3941 + "index": 4027 } ], "ModalDialog": [ From 466b262a7f210ad3bdea6c8265258f9a9e8b9067 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:11:41 -0400 Subject: [PATCH 133/160] docs: update dependent-usage.json (#3263) --- dependent-usage.json | 304 +++++++++++++++++++++++++------------------ 1 file changed, 174 insertions(+), 130 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index a80660880d..6896a51820 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730297206859, + "lastModified": 1730383608395, "projectUsages": [ { "version": "22.9.0", @@ -2077,6 +2077,12 @@ "column": 12, "index": 8403 }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", + "line": 39, + "column": 10, + "index": 1235 + }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx", "line": 62, @@ -2085,15 +2091,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 238, + "line": 248, "column": 12, - "index": 8790 + "index": 9230 }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 260, + "line": 270, "column": 12, - "index": 9670 + "index": 10110 }, { "filePath": "src/components/learner-credit-management/AssignmentsTableRefreshAction.jsx", @@ -3085,9 +3091,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 100, + "line": 158, "column": 12, - "index": 4121 + "index": 6281 + }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", + "line": 31, + "column": 4, + "index": 808 }, { "filePath": "src/components/learner-credit-management/invite-modal/FileUpload.jsx", @@ -3099,13 +3111,13 @@ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 142, "column": 10, - "index": 4858 + "index": 4862 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 154, "column": 10, - "index": 5360 + "index": 5364 }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -3653,21 +3665,21 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 101, + "line": 159, "column": 14, - "index": 4165 + "index": 6325 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 102, "column": 12, - "index": 3542 + "index": 3546 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 155, "column": 12, - "index": 5402 + "index": 5406 }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -3685,7 +3697,7 @@ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 67, "column": 10, - "index": 1960 + "index": 1964 }, { "filePath": "src/components/RenderField/index.jsx", @@ -4143,15 +4155,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 159, + "line": 217, "column": 14, - "index": 7120 + "index": 9307 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 182, + "line": 240, "column": 16, - "index": 8338 + "index": 10525 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", @@ -4403,15 +4415,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 160, + "line": 218, "column": 16, - "index": 7177 + "index": 9364 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 183, + "line": 241, "column": 18, - "index": 8397 + "index": 10584 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", @@ -4755,33 +4767,33 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 78, + "line": 126, "column": 6, - "index": 3174 + "index": 4889 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 158, + "line": 216, "column": 12, - "index": 7088 + "index": 9275 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 161, + "line": 219, "column": 18, - "index": 7233 + "index": 9420 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 162, + "line": 220, "column": 20, - "index": 7271 + "index": 9458 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 173, + "line": 231, "column": 22, - "index": 7913 + "index": 10100 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx", @@ -5173,7 +5185,7 @@ "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", "line": 42, "column": 32, - "index": 1939 + "index": 1964 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx", @@ -5221,7 +5233,7 @@ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 17, "column": 47, - "index": 615 + "index": 619 }, { "filePath": "src/components/PeopleManagement/GroupDetailPage.jsx", @@ -7601,15 +7613,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 79, + "line": 127, "column": 8, - "index": 3198 + "index": 4913 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 91, + "line": 139, "column": 8, - "index": 3725 + "index": 5440 }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", @@ -7687,19 +7699,19 @@ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 99, "column": 8, - "index": 3454 + "index": 3458 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 115, "column": 8, - "index": 3966 + "index": 3970 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 139, "column": 6, - "index": 4760 + "index": 4764 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -7819,21 +7831,21 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 80, + "line": 128, "column": 10, - "index": 3214 + "index": 4929 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 92, + "line": 140, "column": 10, - "index": 3741 + "index": 5456 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 136, + "line": 194, "column": 10, - "index": 5961 + "index": 8121 }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", @@ -7995,37 +8007,37 @@ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 100, "column": 10, - "index": 3470 + "index": 3474 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 113, "column": 10, - "index": 3935 + "index": 3939 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 116, "column": 10, - "index": 3982 + "index": 3986 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 124, "column": 10, - "index": 4298 + "index": 4302 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 140, "column": 8, - "index": 4791 + "index": 4795 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 174, "column": 8, - "index": 6143 + "index": 6147 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -8205,9 +8217,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 280, + "line": 290, "column": 12, - "index": 10415 + "index": 10855 }, { "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx", @@ -8243,7 +8255,7 @@ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 84, "column": 12, - "index": 2496 + "index": 2500 }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", @@ -8463,7 +8475,7 @@ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 108, "column": 18, - "index": 3668 + "index": 3672 }, { "filePath": "src/components/ReportingConfig/ReportingConfigForm.jsx", @@ -8833,9 +8845,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 240, + "line": 250, "column": 18, - "index": 8849 + "index": 9289 }, { "filePath": "src/components/learner-credit-management/AssignmentDetailsTableCell.jsx", @@ -9269,9 +9281,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 237, + "line": 247, "column": 10, - "index": 8766 + "index": 9206 }, { "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx", @@ -9337,7 +9349,7 @@ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 80, "column": 10, - "index": 2355 + "index": 2359 }, { "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", @@ -9617,7 +9629,7 @@ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 56, "column": 6, - "index": 1651 + "index": 1655 }, { "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", @@ -9769,7 +9781,7 @@ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 63, "column": 8, - "index": 1807 + "index": 1811 }, { "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", @@ -9915,7 +9927,7 @@ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 64, "column": 10, - "index": 1838 + "index": 1842 }, { "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", @@ -10061,7 +10073,7 @@ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 66, "column": 8, - "index": 1931 + "index": 1935 }, { "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", @@ -10269,7 +10281,7 @@ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 79, "column": 8, - "index": 2324 + "index": 2328 }, { "filePath": "src/components/PeopleManagement/GeneralErrorModal.jsx", @@ -10949,7 +10961,7 @@ "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 81, "column": 12, - "index": 2379 + "index": 2383 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", @@ -11045,9 +11057,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 77, + "line": 125, "column": 4, - "index": 3129 + "index": 4844 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx", @@ -11059,13 +11071,13 @@ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 91, "column": 6, - "index": 3137 + "index": 3141 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 136, "column": 4, - "index": 4638 + "index": 4642 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -11321,7 +11333,7 @@ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 143, "column": 12, - "index": 4883 + "index": 4887 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx", @@ -11359,13 +11371,13 @@ "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 149, "column": 14, - "index": 5088 + "index": 5092 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", "line": 150, "column": 14, - "index": 5191 + "index": 5195 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx", @@ -11755,9 +11767,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 259, + "line": 269, "column": 12, - "index": 9637 + "index": 10077 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", @@ -11793,9 +11805,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalButton.jsx", - "line": 215, + "line": 225, "column": 6, - "index": 7990 + "index": 8430 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", @@ -12169,6 +12181,12 @@ "column": 4, "index": 1181 }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", + "line": 32, + "column": 6, + "index": 868 + }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", "line": 48, @@ -12207,6 +12225,12 @@ "column": 6, "index": 1198 }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", + "line": 34, + "column": 8, + "index": 967 + }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", "line": 55, @@ -12253,6 +12277,12 @@ "column": 6, "index": 1409 }, + { + "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", + "line": 37, + "column": 8, + "index": 1135 + }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", "line": 58, @@ -12594,6 +12624,52 @@ "index": 1375 } ], + "MenuItem": [ + { + "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", + "line": 17, + "column": 4, + "index": 451 + } + ], + "Form": [ + { + "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", + "line": 18, + "column": 10, + "index": 471 + }, + { + "filePath": "src/components/ReduxFormCheckbox/index.jsx", + "line": 15, + "column": 4, + "index": 247 + }, + { + "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx", + "line": 105, + "column": 8, + "index": 4228 + }, + { + "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx", + "line": 186, + "column": 8, + "index": 5908 + }, + { + "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", + "line": 93, + "column": 6, + "index": 2670 + }, + { + "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", + "line": 101, + "column": 6, + "index": 3115 + } + ], "Calendar": [ { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx", @@ -13108,38 +13184,6 @@ "index": 2256 } ], - "Form": [ - { - "filePath": "src/components/ReduxFormCheckbox/index.jsx", - "line": 15, - "column": 4, - "index": 247 - }, - { - "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx", - "line": 105, - "column": 8, - "index": 4228 - }, - { - "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx", - "line": 186, - "column": 8, - "index": 5908 - }, - { - "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 93, - "column": 6, - "index": 2670 - }, - { - "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 101, - "column": 6, - "index": 3115 - } - ], "FormControl": [ { "filePath": "src/components/ReduxFormSelect/index.jsx", @@ -34550,9 +34594,9 @@ }, { "filePath": "src/components/expired-subscription-modal/index.jsx", - "line": 20, + "line": 26, "column": 10, - "index": 581 + "index": 771 }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", @@ -35152,7 +35196,7 @@ "filePath": "src/components/expired-subscription-modal/index.jsx", "line": 9, "column": 19, - "index": 286 + "index": 325 }, { "filePath": "src/components/my-career/CategoryCard.jsx", @@ -36032,9 +36076,9 @@ }, { "filePath": "src/components/expired-subscription-modal/index.jsx", - "line": 14, + "line": 20, "column": 4, - "index": 404 + "index": 594 }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", @@ -36100,9 +36144,9 @@ }, { "filePath": "src/components/expired-subscription-modal/index.jsx", - "line": 19, + "line": 25, "column": 8, - "index": 559 + "index": 749 }, { "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", @@ -40554,9 +40598,9 @@ }, { "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGrades.jsx", - "line": 44, + "line": 47, "column": 4, - "index": 1372 + "index": 1554 }, { "filePath": "src/course-home/progress-tab/related-links/RelatedLinks.jsx", @@ -41256,9 +41300,9 @@ }, { "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGrades.jsx", - "line": 60, + "line": 81, "column": 10, - "index": 1864 + "index": 2856 }, { "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx", @@ -42056,9 +42100,9 @@ }, { "filePath": "src/course-home/progress-tab/ProgressTab.test.jsx", - "line": 828, + "line": 941, "column": 26, - "index": 30187 + "index": 34297 }, { "filePath": "src/courseware/course/celebration/CelebrationModal.jsx", @@ -42260,9 +42304,9 @@ "Blocked": [ { "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGrades.jsx", - "line": 60, + "line": 81, "column": 99, - "index": 1953 + "index": 2945 }, { "filePath": "src/course-home/progress-tab/grades/detailed-grades/SubsectionTitleCell.jsx", @@ -42286,9 +42330,9 @@ "DataTable": [ { "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGradesTable.jsx", - "line": 43, + "line": 45, "column": 10, - "index": 1398 + "index": 1497 }, { "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryTable.jsx", @@ -42306,9 +42350,9 @@ "DataTable.Table": [ { "filePath": "src/course-home/progress-tab/grades/detailed-grades/DetailedGradesTable.jsx", - "line": 61, + "line": 63, "column": 12, - "index": 2025 + "index": 2124 }, { "filePath": "src/course-home/progress-tab/grades/grade-summary/GradeSummaryTable.jsx", From af0c2e6a54d487b948485135f87ed40ff4a45364 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:57:12 +0500 Subject: [PATCH 134/160] test: Remove support for Node 18 (#3237) --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8df849ad4b..01fdb88ca3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,6 @@ on: jobs: tests: runs-on: ubuntu-latest - strategy: - matrix: - node: [18, 20] steps: - name: Checkout uses: actions/checkout@v3 @@ -19,7 +16,7 @@ jobs: - name: Setup Nodejs uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node }} + node-version-file: '.nvmrc' - name: Install dependencies run: npm ci - name: Check Types From 312bcb9bd723f0c0e449b1f1b20f94c0bb343014 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 10:11:34 -0400 Subject: [PATCH 135/160] docs: update dependent-usage.json (#3264) --- dependent-usage.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 6896a51820..8e7d4211b9 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730383608395, + "lastModified": 1730470000800, "projectUsages": [ { "version": "22.9.0", @@ -13485,7 +13485,7 @@ } }, { - "version": "22.8.1", + "version": "22.9.0", "name": "@edx/frontend-app-authn", "repository": { "type": "git", @@ -34596,7 +34596,7 @@ "filePath": "src/components/expired-subscription-modal/index.jsx", "line": 26, "column": 10, - "index": 771 + "index": 775 }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", @@ -36078,7 +36078,7 @@ "filePath": "src/components/expired-subscription-modal/index.jsx", "line": 20, "column": 4, - "index": 594 + "index": 596 }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", @@ -36146,7 +36146,7 @@ "filePath": "src/components/expired-subscription-modal/index.jsx", "line": 25, "column": 8, - "index": 749 + "index": 753 }, { "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", @@ -37778,13 +37778,13 @@ "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", "line": 42, "column": 6, - "index": 1980 + "index": 1982 }, { "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", "line": 49, "column": 6, - "index": 2192 + "index": 2194 } ], "Lock": [ @@ -37792,13 +37792,13 @@ "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", "line": 46, "column": 14, - "index": 2161 + "index": 2163 }, { "filePath": "src/components/course/course-header/CourseRunCardStatus.jsx", "line": 51, "column": 14, - "index": 2245 + "index": 2247 } ], "Error": [ @@ -37918,7 +37918,7 @@ "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx", "line": 105, "column": 74, - "index": 3971 + "index": 3973 }, { "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx", From 3779848950a9ff8a114b409462095f1daae0c79c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:11:43 -0400 Subject: [PATCH 136/160] docs: update dependent-usage.json (#3266) --- dependent-usage.json | 82 ++++++++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 8e7d4211b9..5ce1aefc8b 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730470000800, + "lastModified": 1730556406356, "projectUsages": [ { "version": "22.9.0", @@ -34592,12 +34592,6 @@ "column": 12, "index": 2094 }, - { - "filePath": "src/components/expired-subscription-modal/index.jsx", - "line": 26, - "column": 10, - "index": 775 - }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", "line": 35, @@ -35194,9 +35188,9 @@ }, { "filePath": "src/components/expired-subscription-modal/index.jsx", - "line": 9, + "line": 13, "column": 19, - "index": 325 + "index": 546 }, { "filePath": "src/components/my-career/CategoryCard.jsx", @@ -36076,9 +36070,9 @@ }, { "filePath": "src/components/expired-subscription-modal/index.jsx", - "line": 20, + "line": 40, "column": 4, - "index": 596 + "index": 1234 }, { "filePath": "src/components/integration-warning-modal/IntegrationWarningModal.jsx", @@ -36144,9 +36138,9 @@ }, { "filePath": "src/components/expired-subscription-modal/index.jsx", - "line": 25, + "line": 45, "column": 8, - "index": 753 + "index": 1391 }, { "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", @@ -38434,6 +38428,12 @@ "column": 12, "index": 20648 }, + { + "filePath": "src/components/expired-subscription-modal/index.jsx", + "line": 46, + "column": 10, + "index": 1413 + }, { "filePath": "src/components/my-career/SearchJobRole.jsx", "line": 122, @@ -41996,9 +41996,9 @@ }, { "filePath": "src/courseware/course/Course.jsx", - "line": 163, + "line": 164, "column": 22, - "index": 6091 + "index": 6128 }, { "filePath": "src/courseware/course/sequence/lock-paywall/LockPaywall.jsx", @@ -42118,9 +42118,9 @@ }, { "filePath": "src/courseware/course/Course.jsx", - "line": 65, + "line": 66, "column": 43, - "index": 2743 + "index": 2780 }, { "filePath": "src/courseware/course/Course.test.jsx", @@ -50599,9 +50599,9 @@ }, { "filePath": "src/studio-header/NavDropdownMenu.jsx", - "line": 20, + "line": 21, "column": 6, - "index": 335 + "index": 376 } ], "Button": [ @@ -50621,17 +50621,17 @@ "OverlayTrigger": [ { "filePath": "src/studio-header/CourseLockUp.jsx", - "line": 18, + "line": 20, "column": 2, - "index": 330 + "index": 372 } ], "Tooltip": [ { "filePath": "src/studio-header/CourseLockUp.jsx", - "line": 21, + "line": 23, "column": 6, - "index": 390 + "index": 432 } ], "Container": [ @@ -50643,9 +50643,9 @@ }, { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 167, + "line": 172, "column": 34, - "index": 4342 + "index": 4453 } ], "ActionRow": [ @@ -50679,9 +50679,9 @@ }, { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 113, + "line": 118, "column": 8, - "index": 2796 + "index": 2907 } ], "Nav": [ @@ -50693,39 +50693,39 @@ }, { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 115, + "line": 120, "column": 10, - "index": 2860 + "index": 2971 }, { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 125, + "line": 130, "column": 8, - "index": 3198 + "index": 3309 } ], "IconButton": [ { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 116, + "line": 121, "column": 12, - "index": 2878 + "index": 2989 } ], "Search": [ { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 117, + "line": 122, "column": 19, - "index": 2909 + "index": 3020 } ], "Icon": [ { "filePath": "src/studio-header/HeaderBody.jsx", - "line": 118, + "line": 123, "column": 22, - "index": 2939 + "index": 3050 } ], "useToggle": [ @@ -50747,17 +50747,17 @@ "Collapsible": [ { "filePath": "src/studio-header/MobileMenu.jsx", - "line": 16, + "line": 15, "column": 10, - "index": 412 + "index": 450 } ], "DropdownButton": [ { "filePath": "src/studio-header/NavDropdownMenu.jsx", - "line": 13, + "line": 14, "column": 2, - "index": 197 + "index": 238 } ], "Avatar": [ From 8f7e222be7c65098a0ad98d5615dd7d54a4c9807 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 09:11:39 -0500 Subject: [PATCH 137/160] docs: update dependent-usage.json (#3267) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 5ce1aefc8b..8a636c69cf 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730556406356, + "lastModified": 1730642802891, "projectUsages": [ { "version": "22.9.0", From b3c5d8161db7c130aa439a3a6da1f7737c794092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:19:32 -0500 Subject: [PATCH 138/160] docs: update dependent-usage.json (#3268) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 8a636c69cf..98fa7c4331 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730642802891, + "lastModified": 1730729657552, "projectUsages": [ { "version": "22.9.0", From 856d3357c26c1871cd9b74c8225811b0aaced374 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:11:38 -0500 Subject: [PATCH 139/160] docs: update dependent-usage.json (#3269) --- dependent-usage.json | 152 +++++++++++++++++++++---------------------- 1 file changed, 76 insertions(+), 76 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 98fa7c4331..5dadadb28e 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730729657552, + "lastModified": 1730815600078, "projectUsages": [ { "version": "22.9.0", @@ -16386,19 +16386,19 @@ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 67, "column": 12, - "index": 1899 + "index": 1901 }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 86, "column": 22, - "index": 2854 + "index": 2856 }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 99, "column": 22, - "index": 3667 + "index": 3669 } ], "Form.Label": [ @@ -16838,19 +16838,19 @@ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 68, "column": 14, - "index": 1959 + "index": 1961 }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 87, "column": 24, - "index": 2924 + "index": 2926 }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 101, "column": 26, - "index": 3812 + "index": 3814 } ], "Form.Control": [ @@ -17488,9 +17488,9 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 109, + "line": 113, "column": 26, - "index": 3827 + "index": 4068 }, { "filePath": "src/course-unit/sidebar/components/SidebarHeader.jsx", @@ -18258,19 +18258,19 @@ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 109, "column": 36, - "index": 4325 + "index": 4327 }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 119, "column": 36, - "index": 4894 + "index": 4896 }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 179, "column": 18, - "index": 7797 + "index": 7799 } ], "Alert": [ @@ -19424,9 +19424,9 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 97, + "line": 101, "column": 12, - "index": 3356 + "index": 3597 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -19466,9 +19466,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", - "line": 61, + "line": 73, "column": 10, - "index": 1869 + "index": 2181 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", @@ -19768,7 +19768,7 @@ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 154, "column": 12, - "index": 6472 + "index": 6474 } ], "ModalDialog.CloseButton": [ @@ -20922,15 +20922,15 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", - "line": 62, + "line": 74, "column": 12, - "index": 1893 + "index": 2205 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", - "line": 65, + "line": 77, "column": 12, - "index": 2070 + "index": 2382 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/index.jsx", @@ -21650,19 +21650,19 @@ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 142, "column": 20, - "index": 6042 + "index": 6044 }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 155, "column": 14, - "index": 6498 + "index": 6500 }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 158, "column": 14, - "index": 6680 + "index": 6682 }, { "filePath": "src/textbooks/Textbooks.jsx", @@ -22576,9 +22576,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", - "line": 99, + "line": 111, "column": 10, - "index": 3190 + "index": 3502 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/HintRow.jsx", @@ -23138,9 +23138,9 @@ }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", - "line": 54, + "line": 66, "column": 6, - "index": 1582 + "index": 1894 }, { "filePath": "src/files-and-videos/generic/DeleteConfirmationModal.jsx", @@ -23334,15 +23334,15 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 28, + "line": 29, "column": 65, - "index": 1394 + "index": 1439 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 29, + "line": 30, "column": 74, - "index": 1486 + "index": 1531 }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", @@ -23570,7 +23570,7 @@ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 41, "column": 65, - "index": 1232 + "index": 1234 } ], "Card": [ @@ -23612,9 +23612,9 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 86, + "line": 90, "column": 6, - "index": 3094 + "index": 3335 }, { "filePath": "src/course-unit/sidebar/index.jsx", @@ -23880,9 +23880,9 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 93, + "line": 97, "column": 8, - "index": 3247 + "index": 3488 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", @@ -24002,15 +24002,15 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 98, + "line": 102, "column": 14, - "index": 3399 + "index": 3640 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 106, + "line": 110, "column": 22, - "index": 3675 + "index": 3916 }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", @@ -24508,9 +24508,9 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 147, + "line": 151, "column": 8, - "index": 5435 + "index": 5676 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", @@ -24894,13 +24894,13 @@ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 104, "column": 26, - "index": 4023 + "index": 4025 }, { "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 114, "column": 26, - "index": 4600 + "index": 4602 } ], "EditOutlineIcon": [ @@ -25108,7 +25108,7 @@ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 145, "column": 34, - "index": 6172 + "index": 6174 }, { "filePath": "src/textbooks/Textbooks.jsx", @@ -25206,33 +25206,33 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 112, + "line": 116, "column": 18, - "index": 3902 + "index": 4143 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 115, + "line": 119, "column": 18, - "index": 4102 + "index": 4343 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 119, + "line": 123, "column": 20, - "index": 4277 + "index": 4518 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 123, + "line": 127, "column": 18, - "index": 4500 + "index": 4741 }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 126, + "line": 130, "column": 18, - "index": 4678 + "index": 4919 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", @@ -25460,9 +25460,9 @@ }, { "filePath": "src/editors/containers/TextEditor/index.jsx", - "line": 94, + "line": 95, "column": 14, - "index": 2471 + "index": 2531 }, { "filePath": "src/editors/containers/VideoUploadEditor/index.jsx", @@ -26010,9 +26010,9 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 100, + "line": 104, "column": 24, - "index": 3505 + "index": 3746 }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", @@ -26066,9 +26066,9 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 103, + "line": 107, "column": 14, - "index": 3583 + "index": 3824 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", @@ -26188,9 +26188,9 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 104, + "line": 108, "column": 16, - "index": 3610 + "index": 3851 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", @@ -26292,9 +26292,9 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 107, + "line": 111, "column": 23, - "index": 3710 + "index": 3951 } ], "Dropdown.Menu": [ @@ -26324,9 +26324,9 @@ }, { "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 111, + "line": 115, "column": 16, - "index": 3868 + "index": 4109 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", @@ -26676,9 +26676,9 @@ }, { "filePath": "src/editors/containers/TextEditor/index.jsx", - "line": 87, + "line": 88, "column": 8, - "index": 2232 + "index": 2292 }, { "filePath": "src/files-and-videos/generic/ApiStatusToast.jsx", @@ -28940,7 +28940,7 @@ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 118, "column": 33, - "index": 4846 + "index": 4848 } ], "UploadIcon": [ @@ -28948,7 +28948,7 @@ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 108, "column": 33, - "index": 4277 + "index": 4279 } ], "PdfIcon": [ @@ -28956,7 +28956,7 @@ "filePath": "src/textbooks/textbook-form/TextbookForm.jsx", "line": 179, "column": 29, - "index": 7808 + "index": 7810 } ] } @@ -45362,9 +45362,9 @@ }, { "filePath": "src/containers/NotificationsBanner/index.jsx", - "line": 13, - "column": 6, - "index": 385 + "line": 21, + "column": 12, + "index": 710 } ], "Container": [ From 3d463f59fee3e9dacd4497477831d6667da54556 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:12:02 -0500 Subject: [PATCH 140/160] docs: update dependent-usage.json (#3270) --- dependent-usage.json | 114 +++++++++++++++++++------------------------ 1 file changed, 51 insertions(+), 63 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 5dadadb28e..a1d244e7c7 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730815600078, + "lastModified": 1730902028548, "projectUsages": [ { "version": "22.9.0", @@ -15560,9 +15560,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", - "line": 50, + "line": 55, "column": 14, - "index": 1663 + "index": 1883 }, { "filePath": "src/export-page/export-sidebar/ExportSidebar.jsx", @@ -22230,9 +22230,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", - "line": 46, + "line": 48, "column": 10, - "index": 1444 + "index": 1511 }, { "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", @@ -24988,9 +24988,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", - "line": 33, + "line": 35, "column": 10, - "index": 1050 + "index": 1117 }, { "filePath": "src/editors/containers/VideoGallery/index.jsx", @@ -25570,9 +25570,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", - "line": 26, + "line": 28, "column": 4, - "index": 811 + "index": 878 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", @@ -25796,9 +25796,9 @@ }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/VideoPreviewWidget/index.jsx", - "line": 31, + "line": 33, "column": 6, - "index": 932 + "index": 999 }, { "filePath": "src/generic/CollapsableEditor.jsx", @@ -45315,27 +45315,7 @@ "index": 675 } ], - "PageBanner": [ - { - "filePath": "src/containers/CTA/index.jsx", - "line": 12, - "column": 2, - "index": 235 - }, - { - "filePath": "src/containers/NotificationsBanner/index.jsx", - "line": 10, - "column": 2, - "index": 284 - } - ], "Hyperlink": [ - { - "filePath": "src/containers/CTA/index.jsx", - "line": 15, - "column": 6, - "index": 325 - }, { "filePath": "src/containers/ListView/EmptySubmission.jsx", "line": 20, @@ -45435,6 +45415,14 @@ "index": 3771 } ], + "PageBanner": [ + { + "filePath": "src/containers/NotificationsBanner/index.jsx", + "line": 10, + "column": 2, + "index": 284 + } + ], "StatefulButton": [ { "filePath": "src/containers/ResponseDisplay/FileDownload.jsx", @@ -50046,9 +50034,9 @@ "Dropdown": [ { "filePath": "src/DesktopHeader.jsx", - "line": 88, + "line": 90, "column": 6, - "index": 2275 + "index": 2385 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -50060,9 +50048,9 @@ "Dropdown.Toggle": [ { "filePath": "src/DesktopHeader.jsx", - "line": 89, + "line": 91, "column": 8, - "index": 2294 + "index": 2404 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -50074,23 +50062,23 @@ "AvatarButton": [ { "filePath": "src/DesktopHeader.jsx", - "line": 91, + "line": 93, "column": 14, - "index": 2354 + "index": 2464 }, { "filePath": "src/MobileHeader.jsx", - "line": 178, + "line": 181, "column": 21, - "index": 5873 + "index": 6129 } ], "Dropdown.Menu": [ { "filePath": "src/DesktopHeader.jsx", - "line": 97, + "line": 99, "column": 8, - "index": 2549 + "index": 2659 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -50102,15 +50090,15 @@ "Dropdown.Item": [ { "filePath": "src/DesktopHeader.jsx", - "line": 99, + "line": 101, "column": 12, - "index": 2620 + "index": 2730 }, { "filePath": "src/DesktopHeader.jsx", - "line": 118, + "line": 120, "column": 16, - "index": 3365 + "index": 3475 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -50176,25 +50164,25 @@ "Dropdown.Header": [ { "filePath": "src/DesktopHeader.jsx", - "line": 113, + "line": 115, "column": 32, - "index": 3116 + "index": 3226 } ], "Dropdown.Divider": [ { "filePath": "src/DesktopHeader.jsx", - "line": 127, + "line": 129, "column": 46, - "index": 3733 + "index": 3843 } ], "Badge": [ { "filePath": "src/Header.jsx", - "line": 107, + "line": 111, "column": 87, - "index": 3748 + "index": 3935 }, { "filePath": "src/learning-header/AuthenticatedUserDropdown.jsx", @@ -50230,9 +50218,9 @@ }, { "filePath": "src/Notification/NotificationSections.jsx", - "line": 101, + "line": 102, "column": 8, - "index": 4265 + "index": 4289 }, { "filePath": "src/studio-header/HeaderBody.jsx", @@ -50346,15 +50334,15 @@ }, { "filePath": "src/Notification/NotificationSections.jsx", - "line": 117, + "line": 118, "column": 12, - "index": 4804 + "index": 4828 }, { "filePath": "src/Notification/NotificationSections.jsx", - "line": 122, + "line": 123, "column": 14, - "index": 5146 + "index": 5170 } ], "Settings": [ @@ -50412,25 +50400,25 @@ "Spinner": [ { "filePath": "src/Notification/NotificationSections.jsx", - "line": 98, + "line": 99, "column": 10, - "index": 4022 + "index": 4046 } ], "CheckCircleLightOutline": [ { "filePath": "src/Notification/NotificationSections.jsx", - "line": 117, + "line": 118, "column": 56, - "index": 4848 + "index": 4872 } ], "AutoAwesome": [ { "filePath": "src/Notification/NotificationSections.jsx", - "line": 122, + "line": 123, "column": 25, - "index": 5157 + "index": 5181 } ], "Tabs": [ From 01c8eac6bbd9defdc328869b5bf14fd020142163 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 09:32:54 -0500 Subject: [PATCH 141/160] docs: update dependent-usage.json (#3274) --- dependent-usage.json | 568 +++++++++++++++++++++---------------------- 1 file changed, 284 insertions(+), 284 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index a1d244e7c7..dc657ee8b0 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730902028548, + "lastModified": 1730989650558, "projectUsages": [ { "version": "22.9.0", @@ -2077,12 +2077,6 @@ "column": 12, "index": 8403 }, - { - "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", - "line": 39, - "column": 10, - "index": 1235 - }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummaryLearnerList.jsx", "line": 62, @@ -2233,17 +2227,23 @@ "column": 12, "index": 3545 }, + { + "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx", + "line": 39, + "column": 10, + "index": 1228 + }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", - "line": 90, + "line": 104, "column": 12, - "index": 3186 + "index": 3775 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", - "line": 99, + "line": 113, "column": 12, - "index": 3475 + "index": 4064 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalSummaryLearnerList.jsx", @@ -2327,7 +2327,7 @@ "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", "line": 90, "column": 12, - "index": 2929 + "index": 2899 }, { "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", @@ -3091,15 +3091,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 158, + "line": 162, "column": 12, - "index": 6281 + "index": 6219 }, { - "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", + "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx", "line": 31, "column": 4, - "index": 808 + "index": 801 }, { "filePath": "src/components/learner-credit-management/invite-modal/FileUpload.jsx", @@ -3109,15 +3109,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 142, + "line": 107, "column": 10, - "index": 4862 + "index": 4080 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 154, - "column": 10, - "index": 5364 + "line": 129, + "column": 12, + "index": 5049 }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -3665,21 +3665,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 159, + "line": 163, "column": 14, - "index": 6325 + "index": 6263 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 102, - "column": 12, - "index": 3546 - }, - { - "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 155, - "column": 12, - "index": 5406 + "line": 130, + "column": 14, + "index": 5093 }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -3693,6 +3687,12 @@ "column": 6, "index": 2266 }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", + "line": 91, + "column": 10, + "index": 3214 + }, { "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", "line": 67, @@ -4155,15 +4155,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 217, + "line": 221, "column": 14, - "index": 9307 + "index": 9245 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 240, + "line": 244, "column": 16, - "index": 10525 + "index": 10463 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", @@ -4415,15 +4415,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 218, + "line": 222, "column": 16, - "index": 9364 + "index": 9302 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 241, + "line": 245, "column": 18, - "index": 10584 + "index": 10522 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalSummary.jsx", @@ -4767,33 +4767,33 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 126, + "line": 130, "column": 6, - "index": 4889 + "index": 4834 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 216, + "line": 220, "column": 12, - "index": 9275 + "index": 9213 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 219, + "line": 223, "column": 18, - "index": 9420 + "index": 9358 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 220, + "line": 224, "column": 20, - "index": 9458 + "index": 9396 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 231, + "line": 235, "column": 22, - "index": 10100 + "index": 10038 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx", @@ -5213,15 +5213,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", - "line": 28, + "line": 33, "column": 80, - "index": 1305 + "index": 1555 }, { "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", "line": 25, "column": 80, - "index": 1208 + "index": 1178 }, { "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", @@ -7613,15 +7613,15 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 127, + "line": 131, "column": 8, - "index": 4913 + "index": 4858 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 139, + "line": 143, "column": 8, - "index": 5440 + "index": 5385 }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", @@ -7697,21 +7697,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 99, - "column": 8, - "index": 3458 - }, - { - "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 115, - "column": 8, - "index": 3970 - }, - { - "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 139, + "line": 104, "column": 6, - "index": 4764 + "index": 3982 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -7725,6 +7713,18 @@ "column": 6, "index": 1630 }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", + "line": 88, + "column": 6, + "index": 3132 + }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", + "line": 104, + "column": 6, + "index": 3612 + }, { "filePath": "src/components/settings/SettingsAccessTab/index.jsx", "line": 62, @@ -7831,21 +7831,21 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 128, + "line": 132, "column": 10, - "index": 4929 + "index": 4874 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 140, + "line": 144, "column": 10, - "index": 5456 + "index": 5401 }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 194, + "line": 198, "column": 10, - "index": 8121 + "index": 8059 }, { "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", @@ -8005,39 +8005,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 100, - "column": 10, - "index": 3474 - }, - { - "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 113, - "column": 10, - "index": 3939 - }, - { - "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 116, - "column": 10, - "index": 3986 - }, - { - "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 124, - "column": 10, - "index": 4302 - }, - { - "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 140, + "line": 105, "column": 8, - "index": 4795 + "index": 4013 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 174, + "line": 149, "column": 8, - "index": 6147 + "index": 5852 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -8123,6 +8099,30 @@ "column": 8, "index": 2144 }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", + "line": 89, + "column": 8, + "index": 3146 + }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", + "line": 102, + "column": 8, + "index": 3585 + }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", + "line": 105, + "column": 8, + "index": 3626 + }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", + "line": 119, + "column": 8, + "index": 4179 + }, { "filePath": "src/components/settings/SettingsAccessTab/index.jsx", "line": 63, @@ -8229,9 +8229,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", - "line": 100, + "line": 114, "column": 12, - "index": 3563 + "index": 4152 }, { "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx", @@ -8249,7 +8249,7 @@ "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", "line": 91, "column": 12, - "index": 3022 + "index": 2992 }, { "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", @@ -8941,9 +8941,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", - "line": 92, + "line": 106, "column": 18, - "index": 3245 + "index": 3834 }, { "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx", @@ -9311,9 +9311,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", - "line": 89, + "line": 103, "column": 10, - "index": 3162 + "index": 3751 }, { "filePath": "src/components/learner-credit-management/members-tab/bulk-actions/MemberRemoveModal.jsx", @@ -9337,7 +9337,7 @@ "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", "line": 88, "column": 10, - "index": 2872 + "index": 2842 }, { "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", @@ -11057,9 +11057,9 @@ }, { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalContent.jsx", - "line": 125, + "line": 129, "column": 4, - "index": 4844 + "index": 4789 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageWrapper.jsx", @@ -11069,15 +11069,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 91, - "column": 6, - "index": 3141 - }, - { - "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 136, + "line": 101, "column": 4, - "index": 4642 + "index": 3860 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -11085,6 +11079,12 @@ "column": 6, "index": 3357 }, + { + "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", + "line": 80, + "column": 4, + "index": 2831 + }, { "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx", "line": 39, @@ -11331,9 +11331,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 143, + "line": 118, "column": 12, - "index": 4887 + "index": 4570 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx", @@ -11369,15 +11369,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 149, + "line": 124, "column": 14, - "index": 5092 + "index": 4775 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 150, + "line": 125, "column": 14, - "index": 5195 + "index": 4878 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx", @@ -11773,15 +11773,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", - "line": 98, + "line": 112, "column": 12, - "index": 3442 + "index": 4031 }, { "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", "line": 89, "column": 12, - "index": 2896 + "index": 2866 }, { "filePath": "src/components/PeopleManagement/index.jsx", @@ -11811,15 +11811,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", - "line": 81, + "line": 95, "column": 6, - "index": 2942 + "index": 3531 }, { "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", "line": 78, "column": 6, - "index": 2488 + "index": 2458 }, { "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx", @@ -12181,18 +12181,18 @@ "column": 4, "index": 1181 }, - { - "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", - "line": 32, - "column": 6, - "index": 868 - }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", "line": 48, "column": 4, "index": 1949 }, + { + "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx", + "line": 32, + "column": 6, + "index": 861 + }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", "line": 34, @@ -12225,18 +12225,18 @@ "column": 6, "index": 1198 }, - { - "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", - "line": 34, - "column": 8, - "index": 967 - }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", "line": 55, "column": 6, "index": 2261 }, + { + "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx", + "line": 34, + "column": 8, + "index": 960 + }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", "line": 35, @@ -12277,18 +12277,18 @@ "column": 6, "index": 1409 }, - { - "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", - "line": 37, - "column": 8, - "index": 1135 - }, { "filePath": "src/components/learner-credit-management/assignment-modal/NewAssignmentModalDropdown.jsx", "line": 58, "column": 6, "index": 2402 }, + { + "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx", + "line": 37, + "column": 8, + "index": 1128 + }, { "filePath": "src/components/learner-credit-management/members-tab/LearnerCreditGroupMembersTable.jsx", "line": 43, @@ -12624,52 +12624,6 @@ "index": 1375 } ], - "MenuItem": [ - { - "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", - "line": 17, - "column": 4, - "index": 451 - } - ], - "Form": [ - { - "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalFlexGroup.jsx", - "line": 18, - "column": 10, - "index": 471 - }, - { - "filePath": "src/components/ReduxFormCheckbox/index.jsx", - "line": 15, - "column": 4, - "index": 247 - }, - { - "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx", - "line": 105, - "column": 8, - "index": 4228 - }, - { - "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx", - "line": 186, - "column": 8, - "index": 5908 - }, - { - "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", - "line": 93, - "column": 6, - "index": 2670 - }, - { - "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", - "line": 101, - "column": 6, - "index": 3115 - } - ], "Calendar": [ { "filePath": "src/components/learner-credit-management/assignment-modal/AssignmentModalmportantDates.jsx", @@ -13000,6 +12954,52 @@ "index": 98 } ], + "MenuItem": [ + { + "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx", + "line": 17, + "column": 4, + "index": 444 + } + ], + "Form": [ + { + "filePath": "src/components/learner-credit-management/FlexGroupDropdown.jsx", + "line": 18, + "column": 10, + "index": 464 + }, + { + "filePath": "src/components/ReduxFormCheckbox/index.jsx", + "line": 15, + "column": 4, + "index": 247 + }, + { + "filePath": "src/components/settings/SettingsAppearanceTab/CustomThemeModal.jsx", + "line": 105, + "column": 8, + "index": 4228 + }, + { + "filePath": "src/components/subscriptions/licenses/LicenseManagementModals/LicenseManagementRemindModal.jsx", + "line": 186, + "column": 8, + "index": 5908 + }, + { + "filePath": "src/components/subsidy-request-modals/ApproveCouponCodeRequestModal.jsx", + "line": 93, + "column": 6, + "index": 2670 + }, + { + "filePath": "src/components/subsidy-request-modals/ApproveLicenseRequestModal.jsx", + "line": 101, + "column": 6, + "index": 3115 + } + ], "InsertDriveFile": [ { "filePath": "src/components/learner-credit-management/invite-modal/FileUpload.jsx", @@ -50330,7 +50330,7 @@ "filePath": "src/Notification/NotificationRowItem.jsx", "line": 51, "column": 6, - "index": 1657 + "index": 1680 }, { "filePath": "src/Notification/NotificationSections.jsx", @@ -52010,15 +52010,15 @@ }, { "filePath": "src/packages/degree-page/components/TabSections/index.jsx", - "line": 173, + "line": 177, "column": 6, - "index": 5899 + "index": 5971 }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 258, + "line": 269, "column": 8, - "index": 9267 + "index": 9687 }, { "filePath": "src/packages/exec-ed-page/components/AboutCourse.jsx", @@ -52418,9 +52418,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 203, + "line": 205, "column": 4, - "index": 8517 + "index": 8538 }, { "filePath": "src/packages/open-course-page/components/CoursePageMobile.jsx", @@ -52430,9 +52430,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx", - "line": 144, + "line": 145, "column": 4, - "index": 5297 + "index": 5309 }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", @@ -52466,9 +52466,9 @@ }, { "filePath": "src/packages/open-course-page/components/StickyNav/index.jsx", - "line": 199, + "line": 200, "column": 12, - "index": 6878 + "index": 6890 }, { "filePath": "src/packages/product-page/components/PLPFooter/index.jsx", @@ -52786,15 +52786,15 @@ }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 221, + "line": 222, "column": 14, - "index": 7956 + "index": 7969 }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 272, + "line": 283, "column": 12, - "index": 9991 + "index": 10411 }, { "filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx", @@ -52948,15 +52948,15 @@ }, { "filePath": "src/packages/masters-program-page/template/MastersProgramDetailPage/index.jsx", - "line": 363, + "line": 364, "column": 20, - "index": 13323 + "index": 13335 }, { "filePath": "src/packages/masters-program-page/template/MastersProgramDetailPage/index.jsx", - "line": 528, + "line": 533, "column": 22, - "index": 21699 + "index": 22008 }, { "filePath": "src/packages/modular-page/components/StaticCallouts/index.jsx", @@ -53086,27 +53086,27 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 293, + "line": 297, "column": 36, - "index": 13086 + "index": 13232 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 318, + "line": 322, "column": 36, - "index": 14353 + "index": 14499 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 374, + "line": 378, "column": 20, - "index": 17177 + "index": 17323 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 387, + "line": 391, "column": 20, - "index": 17855 + "index": 18001 }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/components/WeeksToComplete.jsx", @@ -53536,15 +53536,15 @@ }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx", - "line": 224, + "line": 229, "column": 8, - "index": 9008 + "index": 9266 }, { "filePath": "src/packages/open-course-page/components/EnrollButton/EnrollButtonLink.jsx", - "line": 356, + "line": 364, "column": 20, - "index": 11731 + "index": 11952 }, { "filePath": "src/packages/open-course-page/components/EnterpriseEnrollmentInformModal/index.jsx", @@ -53760,15 +53760,15 @@ }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 221, + "line": 222, "column": 25, - "index": 7967 + "index": 7980 }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 272, + "line": 283, "column": 23, - "index": 10002 + "index": 10422 }, { "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx", @@ -54310,15 +54310,15 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 291, + "line": 295, "column": 26, - "index": 12992 + "index": 13138 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 316, + "line": 320, "column": 26, - "index": 14259 + "index": 14405 } ], "Dropdown": [ @@ -54440,9 +54440,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx", - "line": 59, + "line": 61, "column": 12, - "index": 2088 + "index": 2124 }, { "filePath": "src/packages/program-page/components/ProgramHeader.jsx", @@ -54830,15 +54830,15 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 283, + "line": 287, "column": 24, - "index": 12604 + "index": 12750 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 308, + "line": 312, "column": 24, - "index": 13875 + "index": 14021 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -54868,15 +54868,15 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 286, + "line": 290, "column": 28, - "index": 12727 + "index": 12873 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 311, + "line": 315, "column": 28, - "index": 13998 + "index": 14144 }, { "filePath": "src/packages/program-page/components/ProgramPathway/components/ProgramPathwayCourse.jsx", @@ -54924,15 +54924,15 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 426, + "line": 430, "column": 20, - "index": 19556 + "index": 19702 }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx", - "line": 127, + "line": 128, "column": 6, - "index": 4827 + "index": 4839 }, { "filePath": "src/packages/queryless-pages/templates/CS50PaidLandingPage/index.jsx", @@ -55044,9 +55044,9 @@ }, { "filePath": "src/packages/open-course-page/components/StickyNav/index.jsx", - "line": 210, + "line": 211, "column": 16, - "index": 7287 + "index": 7299 } ], "Dropdown.Item": [ @@ -55082,9 +55082,9 @@ }, { "filePath": "src/packages/open-course-page/components/StickyNav/index.jsx", - "line": 222, + "line": 223, "column": 20, - "index": 7820 + "index": 7832 } ], "SearchField.ClearButton": [ @@ -55162,9 +55162,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx", - "line": 54, + "line": 56, "column": 4, - "index": 1840 + "index": 1876 }, { "filePath": "src/packages/search-page/components/PreQueryPage/components/PartnerFilters/index.jsx", @@ -55310,9 +55310,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/components/SelectionTile.jsx", - "line": 55, + "line": 57, "column": 6, - "index": 1879 + "index": 1915 } ], "Tune": [ @@ -55522,9 +55522,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseRunSelector/index.jsx", - "line": 195, + "line": 198, "column": 10, - "index": 8092 + "index": 8221 }, { "filePath": "src/packages/search-page/components/PreQueryPage/components/PartnerFilters/index.jsx", @@ -55570,9 +55570,9 @@ "Check": [ { "filePath": "src/packages/modular-page/modules/TextListModule/components/AboutTheProgramModule.jsx", - "line": 70, + "line": 71, "column": 14, - "index": 2680 + "index": 2692 }, { "filePath": "src/packages/open-course-page/components/CourseModes/AuditTrackUpdateVariant/index.jsx", @@ -55582,39 +55582,39 @@ }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 345, + "line": 349, "column": 20, - "index": 15582 + "index": 15728 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 348, + "line": 352, "column": 20, - "index": 15764 + "index": 15910 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 358, + "line": 362, "column": 20, - "index": 16288 + "index": 16434 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 361, + "line": 365, "column": 20, - "index": 16470 + "index": 16616 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 371, + "line": 375, "column": 20, - "index": 16995 + "index": 17141 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 384, + "line": 388, "column": 20, - "index": 17673 + "index": 17819 }, { "filePath": "src/packages/product-page/components/ProductDetailHero/index.jsx", @@ -55682,29 +55682,29 @@ "InfoOutline": [ { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 292, + "line": 296, "column": 33, - "index": 13037 + "index": 13183 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 317, + "line": 321, "column": 33, - "index": 14304 + "index": 14450 } ], "Remove": [ { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 374, + "line": 378, "column": 50, - "index": 17207 + "index": 17353 }, { "filePath": "src/packages/open-course-page/components/CourseModes/index.jsx", - "line": 387, + "line": 391, "column": 50, - "index": 17885 + "index": 18031 } ], "Timelapse": [ From ebaf57dfd404ab621865f69336cb825a85530f08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:11:34 -0500 Subject: [PATCH 142/160] docs: update dependent-usage.json (#3276) --- dependent-usage.json | 622 ++++++++++++++++--------------------------- 1 file changed, 230 insertions(+), 392 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index dc657ee8b0..7f94cbb4ad 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1730989650558, + "lastModified": 1731074801212, "projectUsages": [ { "version": "22.9.0", @@ -909,7 +909,7 @@ "filePath": "src/account-settings/delete-account/DeleteAccount.jsx", "line": 107, "column": 10, - "index": 3363 + "index": 3353 }, { "filePath": "src/account-settings/DOBForm.jsx", @@ -3039,25 +3039,25 @@ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 54, "column": 12, - "index": 1939 + "index": 1950 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 72, "column": 12, - "index": 2607 + "index": 2618 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 90, "column": 12, - "index": 3274 + "index": 3285 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 136, "column": 12, - "index": 5336 + "index": 5347 }, { "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", @@ -3437,25 +3437,25 @@ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 55, "column": 14, - "index": 1966 + "index": 1977 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 73, "column": 14, - "index": 2634 + "index": 2645 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 91, "column": 14, - "index": 3301 + "index": 3312 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 137, "column": 14, - "index": 5363 + "index": 5374 }, { "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx", @@ -3625,25 +3625,25 @@ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 62, "column": 14, - "index": 2253 + "index": 2264 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 80, "column": 14, - "index": 2915 + "index": 2926 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 98, "column": 14, - "index": 3606 + "index": 3617 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 144, "column": 14, - "index": 5653 + "index": 5664 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitleInput.jsx", @@ -4733,7 +4733,7 @@ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 38, "column": 6, - "index": 1355 + "index": 1366 }, { "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx", @@ -6969,7 +6969,7 @@ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 192, "column": 10, - "index": 7744 + "index": 7755 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -7025,31 +7025,31 @@ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 199, "column": 12, - "index": 7916 + "index": 7927 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 215, "column": 12, - "index": 8500 + "index": 8511 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 231, "column": 12, - "index": 9084 + "index": 9095 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 247, "column": 12, - "index": 9669 + "index": 9680 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 261, "column": 12, - "index": 10170 + "index": 10181 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -7187,9 +7187,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", - "line": 75, + "line": 76, "column": 8, - "index": 2227 + "index": 2331 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -7339,9 +7339,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", - "line": 91, + "line": 92, "column": 10, - "index": 2690 + "index": 2794 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", @@ -8413,9 +8413,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/Stats.jsx", - "line": 26, + "line": 29, "column": 8, - "index": 812 + "index": 892 }, { "filePath": "src/components/CodeAssignmentModal/index.jsx", @@ -8603,9 +8603,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", - "line": 89, + "line": 90, "column": 10, - "index": 2620 + "index": 2724 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -8665,9 +8665,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", - "line": 90, + "line": 91, "column": 10, - "index": 2660 + "index": 2764 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -8715,9 +8715,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", - "line": 98, + "line": 99, "column": 10, - "index": 2971 + "index": 3075 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -15420,18 +15420,6 @@ "column": 12, "index": 772 }, - { - "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 49, - "column": 6, - "index": 1368 - }, - { - "filePath": "src/course-checklist/ChecklistSection/ChecklistItemComment.jsx", - "line": 82, - "column": 14, - "index": 2782 - }, { "filePath": "src/course-outline/card-header/CardHeader.jsx", "line": 161, @@ -15488,27 +15476,15 @@ }, { "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 85, - "column": 10, - "index": 2753 - }, - { - "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 110, - "column": 10, - "index": 3669 - }, - { - "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 129, + "line": 130, "column": 12, - "index": 4531 + "index": 4606 }, { "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 178, + "line": 179, "column": 14, - "index": 6367 + "index": 6442 }, { "filePath": "src/course-rerun/course-rerun-sidebar/index.jsx", @@ -15518,9 +15494,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 136, + "line": 144, "column": 10, - "index": 4685 + "index": 4921 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/ResetCard.jsx", @@ -15602,9 +15578,9 @@ }, { "filePath": "src/generic/help-sidebar/HelpSidebarLink.jsx", - "line": 9, + "line": 21, "column": 6, - "index": 251 + "index": 452 }, { "filePath": "src/group-configurations/common/UsageList.jsx", @@ -15654,12 +15630,6 @@ "column": 10, "index": 2352 }, - { - "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", - "line": 22, - "column": 6, - "index": 693 - }, { "filePath": "src/pages-and-resources/PagesAndResources.jsx", "line": 75, @@ -15784,9 +15754,9 @@ }, { "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 155, + "line": 156, "column": 10, - "index": 5499 + "index": 5574 }, { "filePath": "src/course-team/add-user-form/AddUserForm.jsx", @@ -16452,9 +16422,9 @@ }, { "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 159, + "line": 160, "column": 12, - "index": 5628 + "index": 5703 }, { "filePath": "src/course-team/add-user-form/AddUserForm.jsx", @@ -16910,9 +16880,9 @@ }, { "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 164, + "line": 165, "column": 14, - "index": 5827 + "index": 5902 }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", @@ -17392,21 +17362,21 @@ }, { "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 23, - "column": 8, - "index": 568 + "line": 45, + "column": 10, + "index": 1850 }, { "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 31, - "column": 8, - "index": 836 + "line": 53, + "column": 10, + "index": 2134 }, { "filePath": "src/course-checklist/ChecklistSection/ChecklistItemComment.jsx", - "line": 16, + "line": 24, "column": 8, - "index": 544 + "index": 956 }, { "filePath": "src/course-outline/card-header/CardHeader.jsx", @@ -17464,21 +17434,21 @@ }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 25, + "line": 31, "column": 14, - "index": 968 + "index": 1246 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 43, + "line": 50, "column": 10, - "index": 1580 + "index": 1884 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 54, + "line": 61, "column": 14, - "index": 2030 + "index": 2334 }, { "filePath": "src/course-unit/course-sequence/sequence-navigation/UnitIcon.jsx", @@ -17486,12 +17456,6 @@ "column": 9, "index": 347 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 113, - "column": 26, - "index": 4068 - }, { "filePath": "src/course-unit/sidebar/components/SidebarHeader.jsx", "line": 18, @@ -17560,15 +17524,15 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 95, + "line": 99, "column": 15, - "index": 3272 + "index": 3377 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 96, + "line": 100, "column": 15, - "index": 3307 + "index": 3412 }, { "filePath": "src/editors/containers/EditorContainer/components/TitleHeader/EditConfirmationButtons.jsx", @@ -18118,15 +18082,15 @@ }, { "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", - "line": 25, + "line": 50, "column": 18, - "index": 797 + "index": 1547 }, { "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", - "line": 37, + "line": 65, "column": 14, - "index": 1068 + "index": 1778 }, { "filePath": "src/schedule-and-details/license-section/license-icons/index.jsx", @@ -18346,12 +18310,6 @@ "column": 6, "index": 654 }, - { - "filePath": "src/course-unit/course-xblock/xblock-messages/XBlockMessages.jsx", - "line": 22, - "column": 4, - "index": 740 - }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/Tolerance/index.jsx", "line": 67, @@ -18542,12 +18500,6 @@ "column": 12, "index": 11776 }, - { - "filePath": "src/course-unit/course-xblock/xblock-messages/XBlockMessages.jsx", - "line": 26, - "column": 6, - "index": 811 - }, { "filePath": "src/editors/sharedComponents/ErrorAlerts/ErrorAlert.jsx", "line": 55, @@ -18648,9 +18600,9 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 44, + "line": 45, "column": 10, - "index": 1195 + "index": 1227 }, { "filePath": "src/taxonomy/system-defined-badge/index.jsx", @@ -18692,9 +18644,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 233, + "line": 241, "column": 8, - "index": 8491 + "index": 8727 }, { "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", @@ -18900,9 +18852,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 239, + "line": 247, "column": 10, - "index": 8665 + "index": 8901 }, { "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", @@ -19022,9 +18974,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 240, + "line": 248, "column": 12, - "index": 8698 + "index": 8934 }, { "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", @@ -19144,9 +19096,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 244, + "line": 252, "column": 10, - "index": 8864 + "index": 9100 }, { "filePath": "src/editors/sharedComponents/BaseModal/index.jsx", @@ -19376,9 +19328,9 @@ }, { "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 20, - "column": 2, - "index": 443 + "line": 42, + "column": 4, + "index": 1719 }, { "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx", @@ -19422,12 +19374,6 @@ "column": 8, "index": 625 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 101, - "column": 12, - "index": 3597 - }, { "filePath": "src/course-updates/CourseUpdates.jsx", "line": 190, @@ -19460,9 +19406,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 124, + "line": 132, "column": 8, - "index": 4304 + "index": 4540 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", @@ -19908,9 +19854,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 194, + "line": 202, "column": 12, - "index": 7063 + "index": 7299 }, { "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", @@ -20598,9 +20544,9 @@ }, { "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 50, - "column": 8, - "index": 1444 + "line": 75, + "column": 10, + "index": 2812 }, { "filePath": "src/course-outline/card-header/TitleButton.jsx", @@ -20706,9 +20652,9 @@ }, { "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 125, + "line": 126, "column": 14, - "index": 4317 + "index": 4392 }, { "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx", @@ -20904,21 +20850,21 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 129, + "line": 137, "column": 10, - "index": 4460 + "index": 4696 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 143, + "line": 151, "column": 12, - "index": 4915 + "index": 5151 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 222, + "line": 230, "column": 12, - "index": 8150 + "index": 8386 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", @@ -21396,9 +21342,9 @@ }, { "filePath": "src/group-configurations/experiment-configurations-section/index.jsx", - "line": 47, + "line": 48, "column": 12, - "index": 1644 + "index": 1666 }, { "filePath": "src/import-page/import-stepper/ImportStepper.jsx", @@ -21666,9 +21612,9 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 76, + "line": 83, "column": 14, - "index": 2352 + "index": 2585 } ], "Add": [ @@ -21686,15 +21632,15 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 95, + "line": 99, "column": 26, - "index": 3283 + "index": 3388 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 130, + "line": 138, "column": 24, - "index": 4492 + "index": 4728 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", @@ -21944,9 +21890,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 96, + "line": 100, "column": 26, - "index": 3318 + "index": 3423 }, { "filePath": "src/editors/sharedComponents/SelectionModal/GalleryLoadMoreButton.jsx", @@ -22124,19 +22070,19 @@ "filePath": "src/course-checklist/ChecklistSection/ChecklistSection.jsx", "line": 36, "column": 10, - "index": 1249 + "index": 1246 }, { "filePath": "src/course-checklist/CourseChecklist.jsx", - "line": 67, + "line": 65, "column": 8, - "index": 2339 + "index": 2253 }, { "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 83, + "line": 86, "column": 6, - "index": 2535 + "index": 2617 }, { "filePath": "src/course-rerun/index.jsx", @@ -22146,15 +22092,9 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 150, - "column": 14, - "index": 5308 - }, - { - "filePath": "src/course-unit/CourseUnit.jsx", - "line": 194, + "line": 152, "column": 14, - "index": 7145 + "index": 5358 }, { "filePath": "src/course-unit/sidebar/components/sidebar-footer/index.jsx", @@ -22524,13 +22464,13 @@ "filePath": "src/course-checklist/ChecklistSection/ChecklistSection.jsx", "line": 25, "column": 4, - "index": 837 + "index": 834 }, { "filePath": "src/course-checklist/CourseChecklist.jsx", - "line": 55, + "line": 53, "column": 6, - "index": 1945 + "index": 1859 }, { "filePath": "src/course-outline/CourseOutline.jsx", @@ -22552,15 +22492,15 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 85, + "line": 75, "column": 6, - "index": 3170 + "index": 2671 }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 99, + "line": 83, "column": 6, - "index": 3497 + "index": 2815 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -22570,9 +22510,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 114, + "line": 118, "column": 6, - "index": 3895 + "index": 4000 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", @@ -22714,9 +22654,9 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 68, + "line": 71, "column": 6, - "index": 1995 + "index": 2152 } ], "CheckCircle": [ @@ -22728,9 +22668,9 @@ }, { "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 25, - "column": 15, - "index": 628 + "line": 47, + "column": 17, + "index": 1914 }, { "filePath": "src/grading-settings/assignment-section/index.jsx", @@ -22778,9 +22718,9 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 128, + "line": 112, "column": 10, - "index": 4503 + "index": 3821 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -22790,9 +22730,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 149, + "line": 157, "column": 8, - "index": 5076 + "index": 5312 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -22844,9 +22784,9 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 85, + "line": 92, "column": 10, - "index": 2629 + "index": 2862 } ], "Layout.Element": [ @@ -22912,15 +22852,15 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 135, + "line": 119, "column": 12, - "index": 4755 + "index": 4073 }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 193, + "line": 151, "column": 12, - "index": 7114 + "index": 5327 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -22930,15 +22870,15 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 156, + "line": 164, "column": 10, - "index": 5424 + "index": 5660 }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 201, + "line": 209, "column": 10, - "index": 7287 + "index": 7523 }, { "filePath": "src/export-page/CourseExportPage.jsx", @@ -22990,9 +22930,9 @@ }, { "filePath": "src/group-configurations/index.jsx", - "line": 96, + "line": 97, "column": 10, - "index": 3259 + "index": 3297 }, { "filePath": "src/import-page/CourseImportPage.jsx", @@ -23044,15 +22984,15 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 92, + "line": 99, "column": 12, - "index": 2885 + "index": 3118 }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 122, + "line": 129, "column": 12, - "index": 4264 + "index": 4497 } ], "Warning": [ @@ -23250,33 +23190,33 @@ }, { "filePath": "src/course-outline/hooks.jsx", - "line": 87, + "line": 89, "column": 95, - "index": 2833 + "index": 2936 }, { "filePath": "src/course-outline/hooks.jsx", - "line": 91, + "line": 93, "column": 77, - "index": 3141 + "index": 3244 }, { "filePath": "src/course-outline/hooks.jsx", - "line": 92, + "line": 94, "column": 68, - "index": 3227 + "index": 3330 }, { "filePath": "src/course-outline/hooks.jsx", - "line": 93, + "line": 95, "column": 74, - "index": 3319 + "index": 3422 }, { "filePath": "src/course-outline/hooks.jsx", - "line": 94, + "line": 96, "column": 65, - "index": 3402 + "index": 3505 }, { "filePath": "src/course-outline/section-card/SectionCard.jsx", @@ -23286,9 +23226,9 @@ }, { "filePath": "src/course-outline/status-bar/StatusBar.jsx", - "line": 75, + "line": 78, "column": 80, - "index": 2451 + "index": 2533 }, { "filePath": "src/course-outline/subsection-card/SubsectionCard.jsx", @@ -23332,18 +23272,6 @@ "column": 74, "index": 872 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 29, - "column": 65, - "index": 1439 - }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 30, - "column": 74, - "index": 1531 - }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", "line": 27, @@ -23382,9 +23310,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 52, + "line": 55, "column": 32, - "index": 1746 + "index": 1800 }, { "filePath": "src/files-and-videos/files-page/FileValidationModal.jsx", @@ -23496,9 +23424,9 @@ }, { "filePath": "src/group-configurations/experiment-configurations-section/index.jsx", - "line": 22, + "line": 23, "column": 6, - "index": 744 + "index": 756 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", @@ -23552,7 +23480,7 @@ "filePath": "src/textbooks/hooks.jsx", "line": 33, "column": 68, - "index": 1062 + "index": 1075 }, { "filePath": "src/textbooks/textbook-card/TextbooksCard.jsx", @@ -23610,12 +23538,6 @@ "column": 4, "index": 546 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 90, - "column": 6, - "index": 3335 - }, { "filePath": "src/course-unit/sidebar/index.jsx", "line": 6, @@ -23708,9 +23630,9 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 35, + "line": 36, "column": 4, - "index": 948 + "index": 980 }, { "filePath": "src/schedule-and-details/basic-section/index.jsx", @@ -23842,9 +23764,9 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 51, + "line": 52, "column": 6, - "index": 1409 + "index": 1441 }, { "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", @@ -23878,12 +23800,6 @@ "column": 10, "index": 1588 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 97, - "column": 8, - "index": 3488 - }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/Transcript.jsx", "line": 59, @@ -23934,9 +23850,9 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 41, + "line": 42, "column": 6, - "index": 1110 + "index": 1142 }, { "filePath": "src/schedule-and-details/basic-section/index.jsx", @@ -24000,18 +23916,6 @@ "column": 18, "index": 4610 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 102, - "column": 14, - "index": 3640 - }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 110, - "column": 22, - "index": 3916 - }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", "line": 71, @@ -24200,15 +24104,15 @@ }, { "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", - "line": 23, + "line": 48, "column": 8, - "index": 738 + "index": 1488 }, { "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", - "line": 35, + "line": 63, "column": 4, - "index": 1021 + "index": 1731 }, { "filePath": "src/taxonomy/import-tags/ImportTagsWizard.jsx", @@ -24296,9 +24200,9 @@ }, { "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 47, - "column": 4, - "index": 1320 + "line": 69, + "column": 6, + "index": 2650 }, { "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", @@ -24326,9 +24230,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 128, + "line": 136, "column": 10, - "index": 4429 + "index": 4665 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/HandoutWidget/index.jsx", @@ -24506,12 +24410,6 @@ "column": 6, "index": 559 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 151, - "column": 8, - "index": 5676 - }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/CardSection.jsx", "line": 14, @@ -24574,9 +24472,9 @@ }, { "filePath": "src/pages-and-resources/pages/PageCard.jsx", - "line": 52, + "line": 53, "column": 8, - "index": 1429 + "index": 1461 }, { "filePath": "src/schedule-and-details/basic-section/index.jsx", @@ -24970,9 +24868,9 @@ }, { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 245, + "line": 253, "column": 12, - "index": 8895 + "index": 9131 }, { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/content/Preview.jsx", @@ -25088,9 +24986,9 @@ }, { "filePath": "src/group-configurations/experiment-configurations-section/index.jsx", - "line": 51, + "line": 52, "column": 26, - "index": 1794 + "index": 1816 }, { "filePath": "src/schedule-and-details/instructors-section/index.jsx", @@ -25112,9 +25010,9 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 77, + "line": 84, "column": 28, - "index": 2388 + "index": 2621 } ], "DropdownButton": [ @@ -25188,15 +25086,15 @@ }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 32, + "line": 38, "column": 16, - "index": 1216 + "index": 1494 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 61, + "line": 68, "column": 16, - "index": 2281 + "index": 2585 }, { "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", @@ -25204,36 +25102,6 @@ "column": 10, "index": 926 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 116, - "column": 18, - "index": 4143 - }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 119, - "column": 18, - "index": 4343 - }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 123, - "column": 20, - "index": 4518 - }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 127, - "column": 18, - "index": 4741 - }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 130, - "column": 18, - "index": 4919 - }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", "line": 59, @@ -25988,17 +25856,17 @@ "RadioButtonUnchecked": [ { "filePath": "src/course-checklist/ChecklistSection/ChecklistItemBody.jsx", - "line": 33, - "column": 15, - "index": 898 + "line": 55, + "column": 17, + "index": 2200 } ], "ModeComment": [ { "filePath": "src/course-checklist/ChecklistSection/ChecklistItemComment.jsx", - "line": 16, + "line": 24, "column": 19, - "index": 555 + "index": 967 } ], "EditIcon": [ @@ -26008,12 +25876,6 @@ "column": 22, "index": 3825 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 104, - "column": 24, - "index": 3746 - }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", "line": 74, @@ -26036,15 +25898,15 @@ }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 22, + "line": 28, "column": 10, - "index": 754 + "index": 1032 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 51, + "line": 58, "column": 10, - "index": 1816 + "index": 2120 }, { "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", @@ -26064,12 +25926,6 @@ "column": 16, "index": 1462 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 107, - "column": 14, - "index": 3824 - }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", "line": 47, @@ -26170,15 +26026,15 @@ }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 23, + "line": 29, "column": 12, - "index": 777 + "index": 1055 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 52, + "line": 59, "column": 12, - "index": 1839 + "index": 2143 }, { "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", @@ -26186,12 +26042,6 @@ "column": 6, "index": 561 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 108, - "column": 16, - "index": 3851 - }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", "line": 48, @@ -26289,12 +26139,6 @@ "line": 154, "column": 19, "index": 4641 - }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 111, - "column": 23, - "index": 3951 } ], "Dropdown.Menu": [ @@ -26306,15 +26150,15 @@ }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 30, + "line": 36, "column": 12, - "index": 1120 + "index": 1398 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 59, + "line": 66, "column": 12, - "index": 2182 + "index": 2486 }, { "filePath": "src/course-unit/course-sequence/sequence-navigation/SequenceNavigationDropdown.jsx", @@ -26322,12 +26166,6 @@ "column": 6, "index": 843 }, - { - "filePath": "src/course-unit/course-xblock/CourseXBlock.jsx", - "line": 115, - "column": 16, - "index": 4109 - }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswersContainer.jsx", "line": 58, @@ -26586,9 +26424,9 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 55, + "line": 58, "column": 6, - "index": 1721 + "index": 1878 } ], "CheckCircleIcon": [ @@ -26772,9 +26610,9 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 141, + "line": 125, "column": 24, - "index": 5037 + "index": 4355 }, { "filePath": "src/generic/configure-modal/AdvancedTab.jsx", @@ -27024,23 +26862,23 @@ "ArrowDropDownIcon": [ { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 26, + "line": 32, "column": 21, - "index": 995 + "index": 1273 }, { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 55, + "line": 62, "column": 21, - "index": 2057 + "index": 2361 } ], "ChevronRightIcon": [ { "filePath": "src/course-unit/breadcrumbs/Breadcrumbs.jsx", - "line": 44, + "line": 51, "column": 17, - "index": 1603 + "index": 1907 } ], "InfoIcon": [ @@ -27290,9 +27128,9 @@ "Breadcrumb": [ { "filePath": "src/custom-pages/CustomPages.jsx", - "line": 116, + "line": 120, "column": 10, - "index": 3989 + "index": 4094 }, { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", @@ -27302,9 +27140,9 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 73, + "line": 76, "column": 14, - "index": 2198 + "index": 2355 } ], "ButtonGroup": [ @@ -27830,9 +27668,9 @@ }, { "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", - "line": 24, + "line": 49, "column": 15, - "index": 765 + "index": 1515 } ], "Dropzone": [ @@ -28658,7 +28496,7 @@ "filePath": "src/pages-and-resources/pages/PageGrid.jsx", "line": 9, "column": 2, - "index": 338 + "index": 348 } ], "Remove": [ @@ -28802,9 +28640,9 @@ "Settings": [ { "filePath": "src/pages-and-resources/pages/PageSettingButton.jsx", - "line": 36, + "line": 64, "column": 11, - "index": 1044 + "index": 1754 } ], "PageBanner": [ @@ -52376,9 +52214,9 @@ }, { "filePath": "src/packages/open-course-page/components/BusinessBlock/variants/DesktopVariant.jsx", - "line": 17, + "line": 79, "column": 4, - "index": 600 + "index": 2160 }, { "filePath": "src/packages/open-course-page/components/BusinessBlock/variants/MobileVariant.jsx", From b2783a281db40cea29f054eb0dda7d52242f2dd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 09:11:45 -0500 Subject: [PATCH 143/160] docs: update dependent-usage.json (#3277) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 7f94cbb4ad..347e719d7d 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1731074801212, + "lastModified": 1731161213634, "projectUsages": [ { "version": "22.9.0", From e2788a7dadef2f41b65316fa856ff3035156e1cd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 09:11:08 -0500 Subject: [PATCH 144/160] docs: update dependent-usage.json (#3278) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 347e719d7d..2d4b7f6078 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1731161213634, + "lastModified": 1731247571347, "projectUsages": [ { "version": "22.9.0", From 2957d8ae19a0150da80a994860e8dbd46bd64c5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:12:14 -0500 Subject: [PATCH 145/160] docs: update dependent-usage.json (#3280) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 2d4b7f6078..93e4639490 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1731247571347, + "lastModified": 1731334030538, "projectUsages": [ { "version": "22.9.0", From c35f000aa023d68f7572d928f49b6e841df11636 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:12:00 -0500 Subject: [PATCH 146/160] docs: update dependent-usage.json (#3281) --- dependent-usage.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 93e4639490..a8426e8674 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1731334030538, + "lastModified": 1731420423620, "projectUsages": [ { "version": "22.9.0", @@ -51788,21 +51788,21 @@ }, { "filePath": "src/packages/common/ui/CardContainer/index.jsx", - "line": 105, + "line": 106, "column": 18, - "index": 3868 + "index": 3861 }, { "filePath": "src/packages/common/ui/CardContainer/index.jsx", - "line": 117, + "line": 118, "column": 12, - "index": 4386 + "index": 4379 }, { "filePath": "src/packages/common/ui/CardContainer/index.jsx", - "line": 125, + "line": 126, "column": 12, - "index": 4718 + "index": 4711 }, { "filePath": "src/packages/common/ui/CardContainer/v2/index.jsx", From 47c6e59d31298880545246775096fe781690110c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Tue, 12 Nov 2024 21:26:23 -0300 Subject: [PATCH 147/160] feat: add Newsstand icon (#3275) --- icons/es5/Newsstand.js | 15 +++++++++++++++ icons/es5/index.js | 1 + icons/es5/index.ts | 1 + icons/jsx/Newsstand.jsx | 17 +++++++++++++++++ icons/jsx/index.jsx | 1 + icons/svg/newsstand.svg | 1 + 6 files changed, 36 insertions(+) create mode 100644 icons/es5/Newsstand.js create mode 100644 icons/jsx/Newsstand.jsx create mode 100644 icons/svg/newsstand.svg diff --git a/icons/es5/Newsstand.js b/icons/es5/Newsstand.js new file mode 100644 index 0000000000..09c5d07c58 --- /dev/null +++ b/icons/es5/Newsstand.js @@ -0,0 +1,15 @@ +function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } +import * as React from "react"; +var SvgNewsstand = function SvgNewsstand(props) { + return /*#__PURE__*/React.createElement("svg", _extends({ + xmlns: "http://www.w3.org/2000/svg", + height: 24, + viewBox: "0 -960 960 960", + width: 24, + fill: "none" + }, props), /*#__PURE__*/React.createElement("path", { + d: "M80-160v-80h800v80H80Zm80-160v-320h80v320h-80Zm160 0v-480h80v480h-80Zm160 0v-480h80v480h-80Zm280 0L600-600l70-40 160 280-70 40Z", + fill: "currentColor" + })); +}; +export default SvgNewsstand; \ No newline at end of file diff --git a/icons/es5/index.js b/icons/es5/index.js index cdf8d9d817..ebe918718a 100644 --- a/icons/es5/index.js +++ b/icons/es5/index.js @@ -1381,6 +1381,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar"; export { default as NewLabel } from "./NewLabel"; export { default as NewReleases } from "./NewReleases"; export { default as Newspaper } from "./Newspaper"; +export { default as Newsstand } from "./Newsstand"; export { default as NextPlan } from "./NextPlan"; export { default as NextWeek } from "./NextWeek"; export { default as Nfc } from "./Nfc"; diff --git a/icons/es5/index.ts b/icons/es5/index.ts index 3e1aaea345..96fa5149c9 100644 --- a/icons/es5/index.ts +++ b/icons/es5/index.ts @@ -1382,6 +1382,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar"; export { default as NewLabel } from "./NewLabel"; export { default as NewReleases } from "./NewReleases"; export { default as Newspaper } from "./Newspaper"; +export { default as Newsstand } from "./Newsstand"; export { default as NextPlan } from "./NextPlan"; export { default as NextWeek } from "./NextWeek"; export { default as Nfc } from "./Nfc"; diff --git a/icons/jsx/Newsstand.jsx b/icons/jsx/Newsstand.jsx new file mode 100644 index 0000000000..933c2a9d30 --- /dev/null +++ b/icons/jsx/Newsstand.jsx @@ -0,0 +1,17 @@ +import * as React from "react"; +const SvgNewsstand = (props) => ( + + + +); +export default SvgNewsstand; diff --git a/icons/jsx/index.jsx b/icons/jsx/index.jsx index e2f0c9dd6b..49752ebbb1 100644 --- a/icons/jsx/index.jsx +++ b/icons/jsx/index.jsx @@ -1381,6 +1381,7 @@ export { default as NetworkWifi3Bar } from "./NetworkWifi3Bar"; export { default as NewLabel } from "./NewLabel"; export { default as NewReleases } from "./NewReleases"; export { default as Newspaper } from "./Newspaper"; +export { default as Newsstand } from "./Newsstand"; export { default as NextPlan } from "./NextPlan"; export { default as NextWeek } from "./NextWeek"; export { default as Nfc } from "./Nfc"; diff --git a/icons/svg/newsstand.svg b/icons/svg/newsstand.svg new file mode 100644 index 0000000000..a64aab53f2 --- /dev/null +++ b/icons/svg/newsstand.svg @@ -0,0 +1 @@ + From 6cf43c8176f49618e3d91abea762bea471a7ec7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:23:39 -0500 Subject: [PATCH 148/160] docs: update dependent-usage.json (#3287) --- dependent-usage.json | 266 +++++++++++++++++++++++++------------------ 1 file changed, 157 insertions(+), 109 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index a8426e8674..b36e635b5c 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,8 +1,8 @@ { - "lastModified": 1731420423620, + "lastModified": 1731507359815, "projectUsages": [ { - "version": "22.9.0", + "version": "22.10.0", "name": "edx-credentials", "repository": { "type": "git", @@ -2233,6 +2233,12 @@ "column": 10, "index": 1228 }, + { + "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx", + "line": 110, + "column": 4, + "index": 3140 + }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", "line": 104, @@ -3037,27 +3043,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 54, + "line": 58, "column": 12, - "index": 1950 + "index": 2150 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 72, + "line": 76, "column": 12, - "index": 2618 + "index": 2818 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 90, + "line": 94, "column": 12, - "index": 3285 + "index": 3485 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 136, + "line": 140, "column": 12, - "index": 5347 + "index": 5547 }, { "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", @@ -3109,15 +3115,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 107, + "line": 110, "column": 10, - "index": 4080 + "index": 4108 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 129, + "line": 132, "column": 12, - "index": 5049 + "index": 5077 }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -3435,27 +3441,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 55, + "line": 59, "column": 14, - "index": 1977 + "index": 2177 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 73, + "line": 77, "column": 14, - "index": 2645 + "index": 2845 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 91, + "line": 95, "column": 14, - "index": 3312 + "index": 3512 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 137, + "line": 141, "column": 14, - "index": 5374 + "index": 5574 }, { "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx", @@ -3623,27 +3629,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 62, + "line": 66, "column": 14, - "index": 2264 + "index": 2464 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 80, + "line": 84, "column": 14, - "index": 2926 + "index": 3126 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 98, + "line": 102, "column": 14, - "index": 3617 + "index": 3817 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 144, + "line": 148, "column": 14, - "index": 5664 + "index": 5864 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitleInput.jsx", @@ -3671,9 +3677,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 130, + "line": 133, "column": 14, - "index": 5093 + "index": 5121 }, { "filePath": "src/components/learner-credit-management/TableTextFilter.jsx", @@ -3689,9 +3695,9 @@ }, { "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", - "line": 91, + "line": 110, "column": 10, - "index": 3214 + "index": 3851 }, { "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", @@ -4731,9 +4737,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 38, + "line": 42, "column": 6, - "index": 1366 + "index": 1554 }, { "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx", @@ -4975,6 +4981,12 @@ "column": 4, "index": 2096 }, + { + "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx", + "line": 27, + "column": 2, + "index": 798 + }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalPermissions.jsx", "line": 24, @@ -5413,7 +5425,7 @@ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", "line": 66, "column": 14, - "index": 1888 + "index": 1874 }, { "filePath": "src/components/BulkEnrollmentPage/BulkEnrollmentWarningModal.jsx", @@ -6967,9 +6979,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 192, + "line": 196, "column": 10, - "index": 7755 + "index": 7955 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -7023,33 +7035,33 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 199, + "line": 204, "column": 12, - "index": 7927 + "index": 8187 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 215, + "line": 220, "column": 12, - "index": 8511 + "index": 8771 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 231, + "line": 236, "column": 12, - "index": 9095 + "index": 9355 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 247, + "line": 252, "column": 12, - "index": 9680 + "index": 9940 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 261, + "line": 266, "column": 12, - "index": 10181 + "index": 10441 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -7189,7 +7201,7 @@ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", "line": 76, "column": 8, - "index": 2331 + "index": 2317 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -7233,6 +7245,30 @@ "column": 32, "index": 2983 }, + { + "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx", + "line": 118, + "column": 10, + "index": 3277 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx", + "line": 119, + "column": 8, + "index": 3319 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx", + "line": 137, + "column": 4, + "index": 3776 + }, + { + "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx", + "line": 180, + "column": 32, + "index": 5099 + }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", "line": 26, @@ -7341,7 +7377,7 @@ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", "line": 92, "column": 10, - "index": 2794 + "index": 2780 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperSelectContentSearch.jsx", @@ -7697,9 +7733,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 104, + "line": 107, "column": 6, - "index": 3982 + "index": 4010 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -7715,15 +7751,15 @@ }, { "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", - "line": 88, + "line": 107, "column": 6, - "index": 3132 + "index": 3769 }, { "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", - "line": 104, + "line": 123, "column": 6, - "index": 3612 + "index": 4249 }, { "filePath": "src/components/settings/SettingsAccessTab/index.jsx", @@ -8005,15 +8041,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 105, + "line": 108, "column": 8, - "index": 4013 + "index": 4041 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 149, + "line": 152, "column": 8, - "index": 5852 + "index": 5880 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAggregateCards.jsx", @@ -8101,27 +8137,27 @@ }, { "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", - "line": 89, + "line": 108, "column": 8, - "index": 3146 + "index": 3783 }, { "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", - "line": 102, + "line": 121, "column": 8, - "index": 3585 + "index": 4222 }, { "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", - "line": 105, + "line": 124, "column": 8, - "index": 3626 + "index": 4263 }, { "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", - "line": 119, + "line": 138, "column": 8, - "index": 4179 + "index": 4816 }, { "filePath": "src/components/settings/SettingsAccessTab/index.jsx", @@ -8227,6 +8263,12 @@ "column": 10, "index": 2565 }, + { + "filePath": "src/components/learner-credit-management/invite-modal/EnterpriseCustomerUserDatatable.jsx", + "line": 65, + "column": 4, + "index": 1684 + }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteMembersModalWrapper.jsx", "line": 114, @@ -8353,7 +8395,7 @@ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", "line": 66, "column": 25, - "index": 1899 + "index": 1885 }, { "filePath": "src/components/learner-credit-management/members-tab/GroupMembersCsvDownloadTableAction.jsx", @@ -8605,7 +8647,7 @@ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", "line": 90, "column": 10, - "index": 2724 + "index": 2710 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -8667,7 +8709,7 @@ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", "line": 91, "column": 10, - "index": 2764 + "index": 2750 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -8717,7 +8759,7 @@ "filePath": "src/components/AdvanceAnalyticsV2/tabs/AnalyticsTable.jsx", "line": 99, "column": 10, - "index": 3075 + "index": 3061 }, { "filePath": "src/components/BulkEnrollmentPage/CourseSearchResults.jsx", @@ -11069,9 +11111,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 101, + "line": 104, "column": 4, - "index": 3860 + "index": 3888 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -11081,9 +11123,9 @@ }, { "filePath": "src/components/PeopleManagement/CreateGroupModalContent.jsx", - "line": 80, + "line": 99, "column": 4, - "index": 2831 + "index": 3468 }, { "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx", @@ -11331,9 +11373,9 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 118, + "line": 121, "column": 12, - "index": 4570 + "index": 4598 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx", @@ -11369,15 +11411,15 @@ }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 124, + "line": 127, "column": 14, - "index": 4775 + "index": 4803 }, { "filePath": "src/components/learner-credit-management/invite-modal/InviteModalContent.jsx", - "line": 125, + "line": 128, "column": 14, - "index": 4878 + "index": 4906 }, { "filePath": "src/components/settings/SettingsAccessTab/SettingsAccessSubsidyTypeSelection.jsx", @@ -11603,7 +11645,7 @@ "filePath": "src/components/learner-credit-management/invite-modal/InviteSummaryCount.jsx", "line": 7, "column": 4, - "index": 228 + "index": 233 }, { "filePath": "src/components/PeopleManagement/GroupDetailCard.jsx", @@ -13485,7 +13527,7 @@ } }, { - "version": "22.9.0", + "version": "22.10.0", "name": "@edx/frontend-app-authn", "repository": { "type": "git", @@ -40518,6 +40560,12 @@ "column": 14, "index": 3327 }, + { + "filePath": "src/generic/PageNotFound.jsx", + "line": 36, + "column": 16, + "index": 1135 + }, { "filePath": "src/preferences-unsubscribe/index.jsx", "line": 71, @@ -50045,8 +50093,8 @@ { "filePath": "src/Notification/index.jsx", "line": 153, - "column": 16, - "index": 5587 + "column": 14, + "index": 5656 }, { "filePath": "src/Notification/NotificationSections.jsx", @@ -50058,7 +50106,7 @@ "filePath": "src/Notification/NotificationSections.jsx", "line": 102, "column": 8, - "index": 4289 + "index": 4241 }, { "filePath": "src/studio-header/HeaderBody.jsx", @@ -50106,7 +50154,7 @@ "filePath": "src/Notification/index.jsx", "line": 108, "column": 6, - "index": 3602 + "index": 3673 }, { "filePath": "src/studio-header/CourseLockUp.jsx", @@ -50120,7 +50168,7 @@ "filePath": "src/Notification/index.jsx", "line": 114, "column": 10, - "index": 3757 + "index": 3828 } ], "Popover.Title": [ @@ -50128,7 +50176,7 @@ "filePath": "src/Notification/index.jsx", "line": 127, "column": 16, - "index": 4357 + "index": 4428 } ], "Hyperlink": [ @@ -50136,7 +50184,7 @@ "filePath": "src/Notification/index.jsx", "line": 133, "column": 18, - "index": 4691 + "index": 4762 }, { "filePath": "src/Notification/NotificationRowItem.jsx", @@ -50150,13 +50198,13 @@ "filePath": "src/Notification/index.jsx", "line": 138, "column": 20, - "index": 4907 + "index": 4978 }, { "filePath": "src/Notification/index.jsx", "line": 171, "column": 20, - "index": 6210 + "index": 6267 }, { "filePath": "src/Notification/NotificationEmptySection.jsx", @@ -50174,13 +50222,13 @@ "filePath": "src/Notification/NotificationSections.jsx", "line": 118, "column": 12, - "index": 4828 + "index": 4780 }, { "filePath": "src/Notification/NotificationSections.jsx", "line": 123, "column": 14, - "index": 5170 + "index": 5122 } ], "Settings": [ @@ -50188,7 +50236,7 @@ "filePath": "src/Notification/index.jsx", "line": 139, "column": 27, - "index": 4940 + "index": 5011 } ], "Popover.Content": [ @@ -50196,7 +50244,7 @@ "filePath": "src/Notification/index.jsx", "line": 147, "column": 14, - "index": 5252 + "index": 5323 } ], "IconButton": [ @@ -50204,7 +50252,7 @@ "filePath": "src/Notification/index.jsx", "line": 166, "column": 10, - "index": 5973 + "index": 6030 }, { "filePath": "src/Notification/NotificationEmptySection.jsx", @@ -50218,7 +50266,7 @@ "filePath": "src/Notification/index.jsx", "line": 170, "column": 17, - "index": 6171 + "index": 6228 }, { "filePath": "src/Notification/NotificationEmptySection.jsx", @@ -50231,8 +50279,8 @@ { "filePath": "src/Notification/index.jsx", "line": 181, - "column": 10, - "index": 6543 + "column": 12, + "index": 6602 } ], "Spinner": [ @@ -50240,7 +50288,7 @@ "filePath": "src/Notification/NotificationSections.jsx", "line": 99, "column": 10, - "index": 4046 + "index": 3998 } ], "CheckCircleLightOutline": [ @@ -50248,7 +50296,7 @@ "filePath": "src/Notification/NotificationSections.jsx", "line": 118, "column": 56, - "index": 4872 + "index": 4824 } ], "AutoAwesome": [ @@ -50256,7 +50304,7 @@ "filePath": "src/Notification/NotificationSections.jsx", "line": 123, "column": 25, - "index": 5181 + "index": 5133 } ], "Tabs": [ @@ -51257,9 +51305,9 @@ }, { "filePath": "src/instructions/RejectedInstructions.jsx", - "line": 24, + "line": 26, "column": 6, - "index": 764 + "index": 848 }, { "filePath": "src/instructions/SubmitInstructions.jsx", @@ -51275,9 +51323,9 @@ }, { "filePath": "src/instructions/VerifiedInstructions.jsx", - "line": 23, + "line": 25, "column": 6, - "index": 700 + "index": 784 } ], "MailtoLink": [ From 41218773006ca6c82049f026d225b6956929b2a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:12:36 -0500 Subject: [PATCH 149/160] docs: update dependent-usage.json (#3288) --- dependent-usage.json | 50 ++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index b36e635b5c..a028f18506 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1731507359815, + "lastModified": 1731593245907, "projectUsages": [ { "version": "22.10.0", @@ -3045,25 +3045,25 @@ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 58, "column": 12, - "index": 2150 + "index": 2146 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 76, "column": 12, - "index": 2818 + "index": 2814 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 94, "column": 12, - "index": 3485 + "index": 3481 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 140, "column": 12, - "index": 5547 + "index": 5543 }, { "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", @@ -3443,25 +3443,25 @@ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 59, "column": 14, - "index": 2177 + "index": 2173 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 77, "column": 14, - "index": 2845 + "index": 2841 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 95, "column": 14, - "index": 3512 + "index": 3508 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 141, "column": 14, - "index": 5574 + "index": 5570 }, { "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx", @@ -3631,25 +3631,25 @@ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 66, "column": 14, - "index": 2464 + "index": 2460 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 84, "column": 14, - "index": 3126 + "index": 3122 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 102, "column": 14, - "index": 3817 + "index": 3813 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 148, "column": 14, - "index": 5864 + "index": 5860 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitleInput.jsx", @@ -4739,7 +4739,7 @@ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 42, "column": 6, - "index": 1554 + "index": 1550 }, { "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx", @@ -6981,7 +6981,7 @@ "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", "line": 196, "column": 10, - "index": 7955 + "index": 7951 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -7035,33 +7035,33 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 204, + "line": 203, "column": 12, - "index": 8187 + "index": 8123 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 220, + "line": 219, "column": 12, - "index": 8771 + "index": 8749 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 236, + "line": 235, "column": 12, - "index": 9355 + "index": 9375 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 252, + "line": 251, "column": 12, - "index": 9940 + "index": 10002 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 266, + "line": 265, "column": 12, - "index": 10441 + "index": 10545 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", From 515be4791e7cd0543a780557be9f5edd4ac61a2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 09:12:05 -0500 Subject: [PATCH 150/160] docs: update dependent-usage.json (#3289) --- dependent-usage.json | 122 +++++++++++++++++++++++++------------------ 1 file changed, 70 insertions(+), 52 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index a028f18506..9b85873dba 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1731593245907, + "lastModified": 1731679634232, "projectUsages": [ { "version": "22.10.0", @@ -18598,6 +18598,12 @@ "column": 8, "index": 799 }, + { + "filePath": "src/course-unit/add-component/add-component-btn/index.jsx", + "line": 22, + "column": 15, + "index": 669 + }, { "filePath": "src/editors/sharedComponents/SelectionModal/GalleryCard.jsx", "line": 49, @@ -20228,9 +20234,9 @@ }, { "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", - "line": 62, + "line": 65, "column": 18, - "index": 2122 + "index": 2211 }, { "filePath": "src/generic/configure-modal/AdvancedTab.jsx", @@ -20754,9 +20760,9 @@ }, { "filePath": "src/course-unit/add-component/add-component-btn/index.jsx", - "line": 12, + "line": 14, "column": 4, - "index": 330 + "index": 346 }, { "filePath": "src/course-unit/add-component/add-component-modals/ModalContainer.jsx", @@ -21790,9 +21796,9 @@ }, { "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", - "line": 70, + "line": 72, "column": 20, - "index": 2452 + "index": 2485 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", @@ -21882,9 +21888,9 @@ }, { "filePath": "src/course-unit/add-component/add-component-modals/ComponentModalView.jsx", - "line": 73, + "line": 75, "column": 24, - "index": 2565 + "index": 2598 }, { "filePath": "src/editors/containers/VideoEditor/components/VideoSettingsModal/components/TranscriptWidget/index.jsx", @@ -23298,21 +23304,27 @@ }, { "filePath": "src/course-unit/add-component/AddComponent.jsx", - "line": 16, + "line": 17, "column": 56, - "index": 718 + "index": 809 }, { "filePath": "src/course-unit/add-component/AddComponent.jsx", - "line": 17, + "line": 18, "column": 44, - "index": 780 + "index": 871 }, { "filePath": "src/course-unit/add-component/AddComponent.jsx", - "line": 18, + "line": 19, "column": 74, - "index": 872 + "index": 963 + }, + { + "filePath": "src/course-unit/add-component/AddComponent.jsx", + "line": 21, + "column": 98, + "index": 1151 }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", @@ -26899,6 +26911,12 @@ "line": 23, "column": 4, "index": 494 + }, + { + "filePath": "src/course-unit/add-component/AddComponent.jsx", + "line": 140, + "column": 6, + "index": 5047 } ], "ArrowDropDownIcon": [ @@ -51902,9 +51920,9 @@ }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 269, + "line": 270, "column": 8, - "index": 9687 + "index": 9771 }, { "filePath": "src/packages/exec-ed-page/components/AboutCourse.jsx", @@ -52262,9 +52280,9 @@ }, { "filePath": "src/packages/open-course-page/components/BusinessBlock/variants/DesktopVariant.jsx", - "line": 79, + "line": 84, "column": 4, - "index": 2160 + "index": 2321 }, { "filePath": "src/packages/open-course-page/components/BusinessBlock/variants/MobileVariant.jsx", @@ -52672,15 +52690,15 @@ }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 222, + "line": 223, "column": 14, - "index": 7969 + "index": 8032 }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 283, + "line": 284, "column": 12, - "index": 10411 + "index": 10495 }, { "filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx", @@ -53334,7 +53352,7 @@ "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 465, "column": 26, - "index": 20504 + "index": 20527 }, { "filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx", @@ -53646,15 +53664,15 @@ }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 222, + "line": 223, "column": 25, - "index": 7980 + "index": 8043 }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 283, + "line": 284, "column": 23, - "index": 10422 + "index": 10506 }, { "filePath": "src/packages/home-page/components/NewOnEdxCarousel/components/SubcategoriesList/index.jsx", @@ -54416,7 +54434,7 @@ "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 298, "column": 14, - "index": 10878 + "index": 10901 }, { "filePath": "src/packages/program-page/components/ProgramHeader.jsx", @@ -54442,7 +54460,7 @@ "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 321, "column": 24, - "index": 12040 + "index": 12063 }, { "filePath": "src/packages/search-page/components/RefinementFilters/components/FacetList/index.jsx", @@ -54462,37 +54480,37 @@ "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 323, "column": 28, - "index": 12165 + "index": 12188 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 343, "column": 28, - "index": 13285 + "index": 13308 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 364, "column": 26, - "index": 14429 + "index": 14452 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 386, "column": 30, - "index": 15625 + "index": 15648 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 418, "column": 32, - "index": 17617 + "index": 17640 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 450, "column": 26, - "index": 19603 + "index": 19626 }, { "filePath": "src/packages/queryless-pages/templates/CCPAPage/CCPAPageEN.jsx", @@ -54554,19 +54572,19 @@ "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 331, "column": 30, - "index": 12566 + "index": 12589 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 351, "column": 30, - "index": 13684 + "index": 13707 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 372, "column": 28, - "index": 14817 + "index": 14840 }, { "filePath": "src/pages/secure-preview/DynamicProductList.jsx", @@ -54616,43 +54634,43 @@ "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 387, "column": 32, - "index": 15714 + "index": 15737 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 399, "column": 36, - "index": 16440 + "index": 16463 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 404, "column": 36, - "index": 16795 + "index": 16818 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 419, "column": 34, - "index": 17708 + "index": 17731 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 431, "column": 38, - "index": 18464 + "index": 18487 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 436, "column": 38, - "index": 18829 + "index": 18852 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 451, "column": 28, - "index": 19654 + "index": 19677 } ], "Form.RadioSet": [ @@ -54660,13 +54678,13 @@ "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 392, "column": 32, - "index": 16028 + "index": 16051 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 424, "column": 34, - "index": 18034 + "index": 18057 } ], "Form.Radio": [ @@ -54674,25 +54692,25 @@ "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 398, "column": 34, - "index": 16337 + "index": 16360 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 403, "column": 34, - "index": 16694 + "index": 16717 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 430, "column": 36, - "index": 18359 + "index": 18382 }, { "filePath": "src/packages/exec-ed-page/components/CaptureForm/index.jsx", "line": 435, "column": 36, - "index": 18726 + "index": 18749 } ], "OverlayTrigger": [ From 95faf46fd834da80d6f4a09866e44a39f18b22fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 09:11:10 -0500 Subject: [PATCH 151/160] docs: update dependent-usage.json (#3290) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 9b85873dba..977b551a8c 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1731679634232, + "lastModified": 1731765978874, "projectUsages": [ { "version": "22.10.0", From d59a7bbd961b472c71d77271c22d7023e8340a37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 09:11:30 -0500 Subject: [PATCH 152/160] docs: update dependent-usage.json (#3291) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 977b551a8c..1fd41bae21 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1731765978874, + "lastModified": 1731852397256, "projectUsages": [ { "version": "22.10.0", From 83908b53b28f78398d1f9b8fe2c4a72cbfe4189b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:12:33 -0500 Subject: [PATCH 153/160] docs: update dependent-usage.json (#3292) --- dependent-usage.json | 58 ++++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 1fd41bae21..d22faabd42 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1731852397256, + "lastModified": 1731938855852, "projectUsages": [ { "version": "22.10.0", @@ -39794,7 +39794,7 @@ } }, { - "version": "22.9.0", + "version": "22.10.0", "name": "@edx/frontend-app-learner-record", "repository": { "type": "git", @@ -45841,7 +45841,7 @@ } }, { - "version": "22.9.0", + "version": "22.10.0", "name": "@edx/frontend-app-profile", "repository": { "type": "git", @@ -50110,9 +50110,9 @@ }, { "filePath": "src/Notification/index.jsx", - "line": 153, + "line": 165, "column": 14, - "index": 5656 + "index": 6107 }, { "filePath": "src/Notification/NotificationSections.jsx", @@ -50170,9 +50170,9 @@ "OverlayTrigger": [ { "filePath": "src/Notification/index.jsx", - "line": 108, + "line": 120, "column": 6, - "index": 3673 + "index": 4124 }, { "filePath": "src/studio-header/CourseLockUp.jsx", @@ -50184,25 +50184,25 @@ "Popover": [ { "filePath": "src/Notification/index.jsx", - "line": 114, + "line": 126, "column": 10, - "index": 3828 + "index": 4279 } ], "Popover.Title": [ { "filePath": "src/Notification/index.jsx", - "line": 127, + "line": 139, "column": 16, - "index": 4428 + "index": 4879 } ], "Hyperlink": [ { "filePath": "src/Notification/index.jsx", - "line": 133, + "line": 145, "column": 18, - "index": 4762 + "index": 5213 }, { "filePath": "src/Notification/NotificationRowItem.jsx", @@ -50214,15 +50214,15 @@ "Icon": [ { "filePath": "src/Notification/index.jsx", - "line": 138, + "line": 150, "column": 20, - "index": 4978 + "index": 5429 }, { "filePath": "src/Notification/index.jsx", - "line": 171, + "line": 183, "column": 20, - "index": 6267 + "index": 6718 }, { "filePath": "src/Notification/NotificationEmptySection.jsx", @@ -50252,25 +50252,25 @@ "Settings": [ { "filePath": "src/Notification/index.jsx", - "line": 139, + "line": 151, "column": 27, - "index": 5011 + "index": 5462 } ], "Popover.Content": [ { "filePath": "src/Notification/index.jsx", - "line": 147, + "line": 159, "column": 14, - "index": 5323 + "index": 5774 } ], "IconButton": [ { "filePath": "src/Notification/index.jsx", - "line": 166, + "line": 178, "column": 10, - "index": 6030 + "index": 6481 }, { "filePath": "src/Notification/NotificationEmptySection.jsx", @@ -50282,9 +50282,9 @@ "NotificationsNone": [ { "filePath": "src/Notification/index.jsx", - "line": 170, + "line": 182, "column": 17, - "index": 6228 + "index": 6679 }, { "filePath": "src/Notification/NotificationEmptySection.jsx", @@ -50296,9 +50296,9 @@ "Bubble": [ { "filePath": "src/Notification/index.jsx", - "line": 181, + "line": 193, "column": 12, - "index": 6602 + "index": 7053 } ], "Spinner": [ @@ -50450,7 +50450,7 @@ } }, { - "version": "22.9.0", + "version": "22.10.0", "name": "@edx/frontend-component-header", "repository": { "type": "git", @@ -51726,7 +51726,7 @@ } }, { - "version": "22.9.0", + "version": "22.10.0", "name": "@edx/frontend-template-application", "repository": { "type": "git", From 83a6b371edf294e50cd0cdf5ac887503f8c3ceeb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:12:02 -0500 Subject: [PATCH 154/160] docs: update dependent-usage.json (#3295) --- dependent-usage.json | 370 +++++++++++++++++++++++++------------------ 1 file changed, 212 insertions(+), 158 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index d22faabd42..d84f3a07ea 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1731938855852, + "lastModified": 1732025227095, "projectUsages": [ { "version": "22.10.0", @@ -11735,9 +11735,9 @@ }, { "filePath": "src/components/PeopleManagement/GroupCardGrid.jsx", - "line": 37, + "line": 38, "column": 10, - "index": 979 + "index": 1019 }, { "filePath": "src/components/settings/SettingsAppearanceTab/index.jsx", @@ -19424,9 +19424,9 @@ }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 190, + "line": 200, "column": 24, - "index": 7733 + "index": 8074 }, { "filePath": "src/course-updates/delete-modal/DeleteModal.jsx", @@ -19932,9 +19932,9 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 254, + "line": 265, "column": 12, - "index": 9940 + "index": 10319 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -20350,9 +20350,9 @@ }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 257, + "line": 279, "column": 10, - "index": 8240 + "index": 9051 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", @@ -20610,9 +20610,9 @@ }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 413, + "line": 435, "column": 30, - "index": 17598 + "index": 18409 }, { "filePath": "src/course-outline/empty-placeholder/EmptyPlaceholder.jsx", @@ -20742,9 +20742,9 @@ }, { "filePath": "src/course-team/CourseTeam.jsx", - "line": 81, + "line": 91, "column": 22, - "index": 2569 + "index": 2822 }, { "filePath": "src/course-team/info-modal/InfoModal.jsx", @@ -20856,15 +20856,15 @@ }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 142, + "line": 152, "column": 22, - "index": 5306 + "index": 5647 }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 195, + "line": 205, "column": 26, - "index": 7983 + "index": 8324 }, { "filePath": "src/course-updates/delete-modal/DeleteModal.jsx", @@ -21048,15 +21048,15 @@ }, { "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", - "line": 64, + "line": 66, "column": 8, - "index": 1355 + "index": 1383 }, { "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", - "line": 72, + "line": 74, "column": 8, - "index": 1592 + "index": 1620 }, { "filePath": "src/editors/sharedComponents/SourceCodeModal/index.jsx", @@ -21072,9 +21072,9 @@ }, { "filePath": "src/export-page/CourseExportPage.jsx", - "line": 86, + "line": 96, "column": 22, - "index": 3877 + "index": 4175 }, { "filePath": "src/export-page/export-stepper/ExportStepper.jsx", @@ -21330,15 +21330,15 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 211, + "line": 222, "column": 20, - "index": 8297 + "index": 8676 }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 250, + "line": 261, "column": 14, - "index": 9767 + "index": 10146 }, { "filePath": "src/group-configurations/common/TitleButton.jsx", @@ -21660,9 +21660,9 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 83, + "line": 93, "column": 14, - "index": 2585 + "index": 2838 } ], "Add": [ @@ -21716,9 +21716,9 @@ }, { "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", - "line": 74, + "line": 76, "column": 22, - "index": 1661 + "index": 1689 }, { "filePath": "src/editors/sharedComponents/TypeaheadDropdown/index.jsx", @@ -22122,9 +22122,9 @@ }, { "filePath": "src/course-checklist/CourseChecklist.jsx", - "line": 65, + "line": 75, "column": 8, - "index": 2253 + "index": 2582 }, { "filePath": "src/course-outline/status-bar/StatusBar.jsx", @@ -22224,9 +22224,9 @@ }, { "filePath": "src/editors/sharedComponents/SelectionModal/index.jsx", - "line": 97, + "line": 99, "column": 6, - "index": 2315 + "index": 2357 }, { "filePath": "src/files-and-videos/files-page/FileInfoModalSidebar.jsx", @@ -22344,9 +22344,9 @@ }, { "filePath": "src/group-configurations/index.jsx", - "line": 73, + "line": 83, "column": 12, - "index": 2409 + "index": 2662 }, { "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", @@ -22516,15 +22516,27 @@ }, { "filePath": "src/course-checklist/CourseChecklist.jsx", - "line": 53, + "line": 46, "column": 6, - "index": 1859 + "index": 1755 + }, + { + "filePath": "src/course-checklist/CourseChecklist.jsx", + "line": 63, + "column": 6, + "index": 2188 }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 241, + "line": 239, "column": 6, - "index": 7427 + "index": 7340 + }, + { + "filePath": "src/course-outline/CourseOutline.jsx", + "line": 263, + "column": 6, + "index": 8238 }, { "filePath": "src/course-rerun/index.jsx", @@ -22534,9 +22546,15 @@ }, { "filePath": "src/course-team/CourseTeam.jsx", - "line": 65, + "line": 62, "column": 6, - "index": 1884 + "index": 1889 + }, + { + "filePath": "src/course-team/CourseTeam.jsx", + "line": 75, + "column": 6, + "index": 2137 }, { "filePath": "src/course-unit/CourseUnit.jsx", @@ -22552,9 +22570,15 @@ }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 77, + "line": 74, "column": 6, - "index": 2678 + "index": 2718 + }, + { + "filePath": "src/course-updates/CourseUpdates.jsx", + "line": 87, + "column": 6, + "index": 3019 }, { "filePath": "src/custom-pages/CustomPages.jsx", @@ -22588,9 +22612,15 @@ }, { "filePath": "src/export-page/CourseExportPage.jsx", - "line": 62, + "line": 55, "column": 6, - "index": 2737 + "index": 2602 + }, + { + "filePath": "src/export-page/CourseExportPage.jsx", + "line": 72, + "column": 6, + "index": 3035 }, { "filePath": "src/files-and-videos/files-page/FilesPage.jsx", @@ -22606,21 +22636,39 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 123, + "line": 94, "column": 6, - "index": 3945 + "index": 3332 + }, + { + "filePath": "src/grading-settings/GradingSettings.jsx", + "line": 134, + "column": 6, + "index": 4324 }, { "filePath": "src/group-configurations/index.jsx", - "line": 59, + "line": 48, "column": 6, - "index": 1895 + "index": 1678 + }, + { + "filePath": "src/group-configurations/index.jsx", + "line": 69, + "column": 6, + "index": 2148 }, { "filePath": "src/import-page/CourseImportPage.jsx", - "line": 57, + "line": 50, "column": 6, - "index": 2294 + "index": 2159 + }, + { + "filePath": "src/import-page/CourseImportPage.jsx", + "line": 67, + "column": 6, + "index": 2592 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/AppConfigForm.jsx", @@ -22702,9 +22750,15 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 71, + "line": 60, "column": 6, - "index": 2152 + "index": 1973 + }, + { + "filePath": "src/textbooks/Textbooks.jsx", + "line": 81, + "column": 6, + "index": 2405 } ], "CheckCircle": [ @@ -22728,9 +22782,9 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 128, + "line": 139, "column": 18, - "index": 4131 + "index": 4510 } ], "Layout": [ @@ -22748,9 +22802,9 @@ }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 287, + "line": 309, "column": 10, - "index": 9595 + "index": 10406 }, { "filePath": "src/course-rerun/index.jsx", @@ -22760,9 +22814,9 @@ }, { "filePath": "src/course-team/CourseTeam.jsx", - "line": 67, + "line": 77, "column": 10, - "index": 2002 + "index": 2255 }, { "filePath": "src/course-unit/CourseUnit.jsx", @@ -22772,9 +22826,9 @@ }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 127, + "line": 137, "column": 10, - "index": 4725 + "index": 5066 }, { "filePath": "src/custom-pages/CustomPages.jsx", @@ -22784,9 +22838,9 @@ }, { "filePath": "src/export-page/CourseExportPage.jsx", - "line": 64, + "line": 74, "column": 10, - "index": 2847 + "index": 3145 }, { "filePath": "src/export-page/export-footer/ExportFooter.jsx", @@ -22796,21 +22850,21 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 137, + "line": 148, "column": 12, - "index": 4516 + "index": 4895 }, { "filePath": "src/group-configurations/index.jsx", - "line": 65, + "line": 75, "column": 8, - "index": 2142 + "index": 2395 }, { "filePath": "src/import-page/CourseImportPage.jsx", - "line": 59, + "line": 69, "column": 10, - "index": 2404 + "index": 2702 }, { "filePath": "src/schedule-and-details/index.jsx", @@ -22832,9 +22886,9 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 92, + "line": 102, "column": 10, - "index": 2862 + "index": 3115 } ], "Layout.Element": [ @@ -22864,15 +22918,15 @@ }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 294, + "line": 316, "column": 12, - "index": 9851 + "index": 10662 }, { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 437, + "line": 459, "column": 12, - "index": 18590 + "index": 19401 }, { "filePath": "src/course-rerun/index.jsx", @@ -22888,15 +22942,15 @@ }, { "filePath": "src/course-team/CourseTeam.jsx", - "line": 74, + "line": 84, "column": 12, - "index": 2254 + "index": 2507 }, { "filePath": "src/course-team/CourseTeam.jsx", - "line": 142, + "line": 152, "column": 12, - "index": 5209 + "index": 5462 }, { "filePath": "src/course-unit/CourseUnit.jsx", @@ -22912,9 +22966,9 @@ }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 134, + "line": 144, "column": 12, - "index": 4917 + "index": 5258 }, { "filePath": "src/custom-pages/CustomPages.jsx", @@ -22930,15 +22984,15 @@ }, { "filePath": "src/export-page/CourseExportPage.jsx", - "line": 71, + "line": 81, "column": 12, - "index": 3099 + "index": 3397 }, { "filePath": "src/export-page/CourseExportPage.jsx", - "line": 102, + "line": 112, "column": 12, - "index": 4507 + "index": 4805 }, { "filePath": "src/export-page/export-footer/ExportFooter.jsx", @@ -22960,39 +23014,39 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 144, + "line": 155, "column": 14, - "index": 4782 + "index": 5161 }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 221, + "line": 232, "column": 14, - "index": 8671 + "index": 9050 }, { "filePath": "src/group-configurations/index.jsx", - "line": 72, + "line": 82, "column": 10, - "index": 2380 + "index": 2633 }, { "filePath": "src/group-configurations/index.jsx", - "line": 97, + "line": 107, "column": 10, - "index": 3297 + "index": 3550 }, { "filePath": "src/import-page/CourseImportPage.jsx", - "line": 66, + "line": 76, "column": 12, - "index": 2656 + "index": 2954 }, { "filePath": "src/import-page/CourseImportPage.jsx", - "line": 79, + "line": 89, "column": 12, - "index": 3334 + "index": 3632 }, { "filePath": "src/schedule-and-details/index.jsx", @@ -23032,15 +23086,15 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 99, + "line": 109, "column": 12, - "index": 3118 + "index": 3371 }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 129, + "line": 139, "column": 12, - "index": 4497 + "index": 4750 } ], "Warning": [ @@ -23070,9 +23124,9 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 262, + "line": 273, "column": 16, - "index": 10277 + "index": 10656 }, { "filePath": "src/taxonomy/delete-dialog/index.jsx", @@ -23618,9 +23672,9 @@ }, { "filePath": "src/export-page/CourseExportPage.jsx", - "line": 79, + "line": 89, "column": 16, - "index": 3566 + "index": 3864 }, { "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", @@ -23862,9 +23916,9 @@ }, { "filePath": "src/export-page/CourseExportPage.jsx", - "line": 80, + "line": 90, "column": 18, - "index": 3591 + "index": 3889 }, { "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", @@ -24266,15 +24320,15 @@ }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 191, + "line": 201, "column": 26, - "index": 7771 + "index": 8112 }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 204, + "line": 214, "column": 26, - "index": 8467 + "index": 8808 }, { "filePath": "src/custom-pages/CustomPageCard.jsx", @@ -24484,9 +24538,9 @@ }, { "filePath": "src/export-page/CourseExportPage.jsx", - "line": 85, + "line": 95, "column": 20, - "index": 3818 + "index": 4116 }, { "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", @@ -25016,15 +25070,15 @@ }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 144, + "line": 154, "column": 36, - "index": 5392 + "index": 5733 }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 197, + "line": 207, "column": 40, - "index": 8077 + "index": 8418 }, { "filePath": "src/group-configurations/content-groups-section/index.jsx", @@ -25064,9 +25118,9 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 84, + "line": 94, "column": 28, - "index": 2621 + "index": 2874 } ], "DropdownButton": [ @@ -25400,9 +25454,9 @@ }, { "filePath": "src/editors/sharedComponents/SelectionModal/Gallery.jsx", - "line": 42, + "line": 43, "column": 8, - "index": 941 + "index": 954 }, { "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", @@ -26400,9 +26454,9 @@ "Row": [ { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 230, + "line": 231, "column": 6, - "index": 7173 + "index": 7194 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/SettingsWidget/settingsComponents/GroupFeedback/GroupFeedbackRow.jsx", @@ -26448,9 +26502,9 @@ }, { "filePath": "src/group-configurations/index.jsx", - "line": 46, + "line": 56, "column": 6, - "index": 1583 + "index": 1836 }, { "filePath": "src/studio-home/tabs-section/archived-tab/index.jsx", @@ -26478,17 +26532,17 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 58, + "line": 68, "column": 6, - "index": 1878 + "index": 2131 } ], "CheckCircleIcon": [ { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 263, + "line": 285, "column": 22, - "index": 8496 + "index": 9307 }, { "filePath": "src/schedule-and-details/index.jsx", @@ -26500,9 +26554,9 @@ "IconAdd": [ { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 418, + "line": 440, "column": 44, - "index": 17887 + "index": 18698 }, { "filePath": "src/course-outline/header-navigations/HeaderNavigations.jsx", @@ -26530,9 +26584,9 @@ }, { "filePath": "src/course-team/CourseTeam.jsx", - "line": 83, + "line": 93, "column": 36, - "index": 2655 + "index": 2908 }, { "filePath": "src/grading-settings/grading-scale/GradingScale.jsx", @@ -26542,9 +26596,9 @@ }, { "filePath": "src/grading-settings/GradingSettings.jsx", - "line": 213, + "line": 224, "column": 34, - "index": 8379 + "index": 8758 }, { "filePath": "src/group-configurations/empty-placeholder/index.jsx", @@ -26562,9 +26616,9 @@ "Toast": [ { "filePath": "src/course-outline/CourseOutline.jsx", - "line": 484, + "line": 506, "column": 8, - "index": 20252 + "index": 21063 }, { "filePath": "src/editors/containers/TextEditor/index.jsx", @@ -26726,39 +26780,39 @@ }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 84, + "line": 94, "column": 20, - "index": 3064 + "index": 3405 }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 92, + "line": 102, "column": 20, - "index": 3399 + "index": 3740 }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 100, + "line": 110, "column": 20, - "index": 3722 + "index": 4063 }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 108, + "line": 118, "column": 20, - "index": 4037 + "index": 4378 }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 116, + "line": 126, "column": 20, - "index": 4358 + "index": 4699 }, { "filePath": "src/course-updates/CourseUpdates.jsx", - "line": 124, + "line": 134, "column": 20, - "index": 4676 + "index": 5017 }, { "filePath": "src/course-updates/update-form/UpdateForm.jsx", @@ -27130,9 +27184,9 @@ }, { "filePath": "src/generic/configure-modal/UnitTab.jsx", - "line": 135, - "column": 6, - "index": 4712 + "line": 137, + "column": 10, + "index": 4766 }, { "filePath": "src/generic/configure-modal/VisibilityTab.jsx", @@ -27200,9 +27254,9 @@ }, { "filePath": "src/textbooks/Textbooks.jsx", - "line": 76, + "line": 86, "column": 14, - "index": 2355 + "index": 2608 } ], "ButtonGroup": [ @@ -28046,9 +28100,9 @@ "ArrowCircleDownIcon": [ { "filePath": "src/export-page/CourseExportPage.jsx", - "line": 91, + "line": 101, "column": 36, - "index": 4107 + "index": 4405 } ], "ContentCopy": [ From fd11e0d97be2ec9d5e26aefc3984e4612f186c82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:29:09 -0500 Subject: [PATCH 155/160] docs: update dependent-usage.json (#3296) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index d84f3a07ea..08cb8565d6 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1732025227095, + "lastModified": 1732112267477, "projectUsages": [ { "version": "22.10.0", From 7f031187dc667b1d4ef6aee6aaafcdcb757832b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:20:00 -0500 Subject: [PATCH 156/160] docs: update dependent-usage.json (#3297) --- dependent-usage.json | 196 +++++++++++++++++++++---------------------- 1 file changed, 95 insertions(+), 101 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 08cb8565d6..8b339221d2 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1732112267477, + "lastModified": 1732198246733, "projectUsages": [ { "version": "22.10.0", @@ -3043,27 +3043,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 58, + "line": 63, "column": 12, - "index": 2146 + "index": 2417 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 76, + "line": 81, "column": 12, - "index": 2814 + "index": 3085 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 94, + "line": 99, "column": 12, - "index": 3481 + "index": 3752 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 140, + "line": 145, "column": 12, - "index": 5543 + "index": 5814 }, { "filePath": "src/components/ContentHighlights/CatalogVisibility/ContentHighlightCatalogVisibilityRadioInput.jsx", @@ -3441,27 +3441,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 59, + "line": 64, "column": 14, - "index": 2173 + "index": 2444 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 77, + "line": 82, "column": 14, - "index": 2841 + "index": 3112 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 95, + "line": 100, "column": 14, - "index": 3508 + "index": 3779 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 141, + "line": 146, "column": 14, - "index": 5570 + "index": 5841 }, { "filePath": "src/components/MultipleFileInputField/MultipleFileInputField.jsx", @@ -3629,27 +3629,27 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 66, + "line": 71, "column": 14, - "index": 2460 + "index": 2731 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 84, + "line": 89, "column": 14, - "index": 3122 + "index": 3393 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 102, + "line": 107, "column": 14, - "index": 3813 + "index": 4084 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 148, + "line": 153, "column": 14, - "index": 5860 + "index": 6131 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/HighlightStepperTitleInput.jsx", @@ -4737,9 +4737,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 42, + "line": 47, "column": 6, - "index": 1550 + "index": 1821 }, { "filePath": "src/components/BulkEnrollmentPage/stepper/BulkEnrollmentSubmit.jsx", @@ -5893,55 +5893,49 @@ "filePath": "src/components/Sidebar/index.jsx", "line": 131, "column": 12, - "index": 4639 + "index": 4646 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 137, + "line": 138, "column": 12, - "index": 4830 + "index": 4928 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 144, + "line": 146, "column": 12, - "index": 5112 + "index": 5237 }, { "filePath": "src/components/Sidebar/index.jsx", "line": 152, "column": 12, - "index": 5421 + "index": 5426 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 158, + "line": 163, "column": 12, - "index": 5610 + "index": 5811 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 169, + "line": 170, "column": 12, - "index": 5995 + "index": 6118 }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 176, + "line": 177, "column": 12, - "index": 6302 + "index": 6373 }, { "filePath": "src/components/Sidebar/index.jsx", "line": 183, "column": 12, - "index": 6557 - }, - { - "filePath": "src/components/Sidebar/index.jsx", - "line": 189, - "column": 12, - "index": 6730 + "index": 6546 }, { "filePath": "src/components/subscriptions/buttons/DownloadCsvButton.jsx", @@ -6979,9 +6973,9 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 196, + "line": 201, "column": 10, - "index": 7951 + "index": 8222 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -7035,33 +7029,33 @@ }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 203, + "line": 208, "column": 12, - "index": 8123 + "index": 8394 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 219, + "line": 224, "column": 12, - "index": 8749 + "index": 9020 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 235, + "line": 240, "column": 12, - "index": 9375 + "index": 9646 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 251, + "line": 256, "column": 12, - "index": 10002 + "index": 10273 }, { "filePath": "src/components/AdvanceAnalyticsV2/AnalyticsV2Page.jsx", - "line": 265, + "line": 270, "column": 12, - "index": 10545 + "index": 10816 }, { "filePath": "src/components/CodeManagement/CouponCodeTabs.jsx", @@ -8848,6 +8842,20 @@ "index": 23688 } ], + "PageBanner": [ + { + "filePath": "src/components/AdvanceAnalyticsV2/WarningBanner.jsx", + "line": 17, + "column": 4, + "index": 472 + }, + { + "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx", + "line": 7, + "column": 2, + "index": 227 + } + ], "Hyperlink": [ { "filePath": "src/components/BudgetExpiryAlertAndModal/index.jsx", @@ -9541,9 +9549,9 @@ }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 169, + "line": 163, "column": 23, - "index": 6006 + "index": 5822 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/EnrollBulkAction.jsx", @@ -12701,9 +12709,9 @@ }, { "filePath": "src/components/Sidebar/index.jsx", - "line": 158, + "line": 152, "column": 23, - "index": 5621 + "index": 5437 } ], "Dropdown.Header": [ @@ -13422,60 +13430,54 @@ "line": 125, "column": 23, "index": 4443 - }, - { - "filePath": "src/components/Sidebar/index.jsx", - "line": 131, - "column": 23, - "index": 4650 } ], "Tag": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 137, + "line": 131, "column": 23, - "index": 4841 + "index": 4657 } ], "CreditCard": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 144, + "line": 138, "column": 23, - "index": 5123 + "index": 4939 } ], "MoneyOutline": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 152, + "line": 146, "column": 23, - "index": 5432 + "index": 5248 } ], "Description": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 176, + "line": 170, "column": 23, - "index": 6313 + "index": 6129 } ], "Settings": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 183, + "line": 177, "column": 23, - "index": 6568 + "index": 6384 } ], "Support": [ { "filePath": "src/components/Sidebar/index.jsx", - "line": 189, + "line": 183, "column": 23, - "index": 6741 + "index": 6557 } ], "Email": [ @@ -13508,14 +13510,6 @@ "index": 1511 } ], - "PageBanner": [ - { - "filePath": "src/components/system-wide-banner/SystemWideWarningBanner.jsx", - "line": 7, - "column": 2, - "index": 227 - } - ], "Table": [ { "filePath": "src/components/TableComponent/index.jsx", @@ -30307,21 +30301,21 @@ }, { "filePath": "src/discussions/data/hooks.js", - "line": 135, + "line": 132, "column": 21, - "index": 4779 + "index": 4712 }, { "filePath": "src/discussions/data/hooks.js", - "line": 140, + "line": 137, "column": 21, - "index": 4912 + "index": 4845 }, { "filePath": "src/discussions/data/hooks.js", - "line": 145, + "line": 142, "column": 21, - "index": 5047 + "index": 4980 }, { "filePath": "src/discussions/discussions-home/DiscussionSidebar.jsx", @@ -31201,21 +31195,21 @@ "breakpoints": [ { "filePath": "src/discussions/data/hooks.js", - "line": 136, + "line": 133, "column": 29, - "index": 4825 + "index": 4758 }, { "filePath": "src/discussions/data/hooks.js", - "line": 141, + "line": 138, "column": 29, - "index": 4958 + "index": 4891 }, { "filePath": "src/discussions/data/hooks.js", - "line": 146, + "line": 143, "column": 29, - "index": 5093 + "index": 5026 } ], "PageBanner": [ @@ -40491,7 +40485,7 @@ } }, { - "version": "22.8.1", + "version": "22.10.0", "name": "@edx/frontend-app-learning", "repository": { "type": "git", From 401b4e7dd2172c2f39cd9208faeb1b3b73860408 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:12:34 -0500 Subject: [PATCH 157/160] docs: update dependent-usage.json (#3298) --- dependent-usage.json | 142 ++++++++++++++++++++++++++----------------- 1 file changed, 86 insertions(+), 56 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 8b339221d2..61bbf29ef0 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1732198246733, + "lastModified": 1732284454659, "projectUsages": [ { "version": "22.10.0", @@ -18172,15 +18172,15 @@ }, { "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 106, + "line": 107, "column": 12, - "index": 3702 + "index": 3752 }, { "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 115, + "line": 116, "column": 12, - "index": 3961 + "index": 4011 }, { "filePath": "src/studio-home/processing-courses/course-item/index.jsx", @@ -19956,9 +19956,9 @@ }, { "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 140, + "line": 141, "column": 10, - "index": 4933 + "index": 4983 } ], "Alert.Link": [ @@ -20348,6 +20348,12 @@ "column": 10, "index": 9051 }, + { + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 98, + "column": 10, + "index": 3222 + }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", "line": 51, @@ -20818,6 +20824,18 @@ "column": 4, "index": 478 }, + { + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 115, + "column": 18, + "index": 4164 + }, + { + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 121, + "column": 18, + "index": 4423 + }, { "filePath": "src/course-unit/header-navigations/HeaderNavigations.jsx", "line": 13, @@ -22134,9 +22152,9 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 152, + "line": 205, "column": 14, - "index": 5358 + "index": 7454 }, { "filePath": "src/course-unit/sidebar/components/sidebar-footer/index.jsx", @@ -22552,15 +22570,15 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 75, + "line": 88, "column": 6, - "index": 2671 + "index": 2955 }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 83, + "line": 96, "column": 6, - "index": 2815 + "index": 3099 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -22814,9 +22832,9 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 112, + "line": 159, "column": 10, - "index": 3821 + "index": 5707 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -22948,15 +22966,15 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 119, + "line": 166, "column": 12, - "index": 4073 + "index": 5959 }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 151, + "line": 204, "column": 12, - "index": 5327 + "index": 7423 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -23380,6 +23398,12 @@ "column": 74, "index": 965 }, + { + "filePath": "src/course-unit/hooks.jsx", + "line": 45, + "column": 59, + "index": 1357 + }, { "filePath": "src/course-unit/sidebar/PublishControls.jsx", "line": 24, @@ -25614,9 +25638,9 @@ }, { "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 102, + "line": 103, "column": 6, - "index": 3448 + "index": 3498 } ], "Collapsible.Visible": [ @@ -25682,15 +25706,15 @@ }, { "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 104, + "line": 105, "column": 8, - "index": 3613 + "index": 3663 }, { "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 113, + "line": 114, "column": 8, - "index": 3874 + "index": 3924 } ], "KeyboardArrowDown": [ @@ -25784,9 +25808,9 @@ }, { "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 124, + "line": 125, "column": 6, - "index": 4163 + "index": 4213 } ], "Chip": [ @@ -26538,6 +26562,12 @@ "column": 22, "index": 9307 }, + { + "filePath": "src/course-unit/CourseUnit.jsx", + "line": 105, + "column": 22, + "index": 3512 + }, { "filePath": "src/schedule-and-details/index.jsx", "line": 181, @@ -26712,9 +26742,9 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 125, + "line": 172, "column": 24, - "index": 4355 + "index": 6241 }, { "filePath": "src/generic/configure-modal/AdvancedTab.jsx", @@ -26830,15 +26860,15 @@ }, { "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 105, + "line": 106, "column": 10, - "index": 3656 + "index": 3706 }, { "filePath": "src/studio-home/collapsible-state-with-action/index.jsx", - "line": 114, + "line": 115, "column": 10, - "index": 3915 + "index": 3965 } ], "CheckIcon": [ @@ -34546,9 +34576,9 @@ }, { "filePath": "src/components/microlearning/VideoBanner.jsx", - "line": 47, + "line": 56, "column": 10, - "index": 2017 + "index": 2232 }, { "filePath": "src/components/microlearning/VideoDetailPage.jsx", @@ -34728,9 +34758,9 @@ }, { "filePath": "src/components/course/course-header/CourseRunCards.jsx", - "line": 31, + "line": 44, "column": 4, - "index": 1072 + "index": 2079 }, { "filePath": "src/components/course/CourseRecommendations.jsx", @@ -35244,9 +35274,9 @@ }, { "filePath": "src/components/microlearning/VideoBanner.jsx", - "line": 19, + "line": 28, "column": 6, - "index": 731 + "index": 946 }, { "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", @@ -35608,9 +35638,9 @@ }, { "filePath": "src/components/microlearning/VideoBanner.jsx", - "line": 20, + "line": 29, "column": 8, - "index": 815 + "index": 1030 }, { "filePath": "src/components/microlearning/VideoFeedbackCard.jsx", @@ -38138,9 +38168,9 @@ }, { "filePath": "src/components/microlearning/VideoBanner.jsx", - "line": 46, + "line": 55, "column": 8, - "index": 1955 + "index": 2170 }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", @@ -52012,7 +52042,7 @@ "filePath": "src/packages/exec-ed-page/template/ExecEdDetailPage/index.jsx", "line": 469, "column": 18, - "index": 18126 + "index": 18087 }, { "filePath": "src/packages/home-page/components/Audiences/index.jsx", @@ -52388,9 +52418,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", - "line": 173, + "line": 164, "column": 12, - "index": 5927 + "index": 5570 }, { "filePath": "src/packages/open-course-page/components/FAQ/index.jsx", @@ -53068,21 +53098,21 @@ }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", - "line": 194, + "line": 185, "column": 24, - "index": 7010 + "index": 6653 }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", - "line": 202, + "line": 193, "column": 22, - "index": 7402 + "index": 7045 }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", - "line": 244, + "line": 235, "column": 24, - "index": 9747 + "index": 9390 }, { "filePath": "src/packages/open-course-page/components/Instructors/components/InstructorCard.jsx", @@ -55186,9 +55216,9 @@ }, { "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", - "line": 202, + "line": 193, "column": 33, - "index": 7413 + "index": 7056 }, { "filePath": "src/packages/open-course-page/components/Instructors/components/InstructorCard.jsx", @@ -55682,9 +55712,9 @@ "MoneyOutline": [ { "filePath": "src/packages/open-course-page/components/CourseSnapshot/index.jsx", - "line": 244, + "line": 235, "column": 35, - "index": 9758 + "index": 9401 } ], "ModalDialog.Header": [ From 8db128a3cdedd52dc1cfd90b2fd9c90d20f8fb8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 09:11:17 -0500 Subject: [PATCH 158/160] docs: update dependent-usage.json (#3299) --- dependent-usage.json | 138 +++++++++++++++++++++++-------------------- 1 file changed, 75 insertions(+), 63 deletions(-) diff --git a/dependent-usage.json b/dependent-usage.json index 61bbf29ef0..41898c842a 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1732284454659, + "lastModified": 1732370780464, "projectUsages": [ { "version": "22.10.0", @@ -2331,9 +2331,9 @@ }, { "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", - "line": 90, + "line": 96, "column": 12, - "index": 2899 + "index": 3203 }, { "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", @@ -5231,9 +5231,9 @@ }, { "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", - "line": 25, + "line": 27, "column": 80, - "index": 1178 + "index": 1320 }, { "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", @@ -8283,9 +8283,9 @@ }, { "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", - "line": 91, + "line": 97, "column": 12, - "index": 2992 + "index": 3296 }, { "filePath": "src/components/PeopleManagement/EditGroupNameModal.jsx", @@ -9385,9 +9385,9 @@ }, { "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", - "line": 88, + "line": 94, "column": 10, - "index": 2842 + "index": 3146 }, { "filePath": "src/components/PeopleManagement/DeleteGroupModal.jsx", @@ -11829,9 +11829,9 @@ }, { "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", - "line": 89, + "line": 95, "column": 12, - "index": 2866 + "index": 3170 }, { "filePath": "src/components/PeopleManagement/index.jsx", @@ -11867,9 +11867,9 @@ }, { "filePath": "src/components/PeopleManagement/CreateGroupModal.jsx", - "line": 78, + "line": 84, "column": 6, - "index": 2458 + "index": 2762 }, { "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx", @@ -19416,6 +19416,12 @@ "column": 8, "index": 625 }, + { + "filePath": "src/course-unit/add-component/AddComponent.jsx", + "line": 177, + "column": 10, + "index": 6569 + }, { "filePath": "src/course-updates/CourseUpdates.jsx", "line": 200, @@ -19634,9 +19640,9 @@ }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 38, + "line": 35, "column": 8, - "index": 921 + "index": 810 }, { "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", @@ -19912,12 +19918,6 @@ "column": 10, "index": 8434 }, - { - "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 49, - "column": 10, - "index": 1217 - }, { "filePath": "src/generic/loading-button/index.jsx", "line": 52, @@ -20350,9 +20350,9 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 98, + "line": 99, "column": 10, - "index": 3222 + "index": 3283 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", @@ -20776,6 +20776,12 @@ "column": 10, "index": 829 }, + { + "filePath": "src/course-unit/add-component/AddComponent.jsx", + "line": 178, + "column": 12, + "index": 6593 + }, { "filePath": "src/course-unit/clipboard/paste-notification/components/ActionButton.jsx", "line": 7, @@ -20826,15 +20832,15 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 115, + "line": 116, "column": 18, - "index": 4164 + "index": 4225 }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 121, + "line": 122, "column": 18, - "index": 4423 + "index": 4484 }, { "filePath": "src/course-unit/header-navigations/HeaderNavigations.jsx", @@ -21306,9 +21312,9 @@ }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 39, + "line": 36, "column": 10, - "index": 943 + "index": 832 }, { "filePath": "src/generic/modal-dropzone/ModalDropzone.jsx", @@ -22152,9 +22158,9 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 205, + "line": 207, "column": 14, - "index": 7454 + "index": 7561 }, { "filePath": "src/course-unit/sidebar/components/sidebar-footer/index.jsx", @@ -22570,15 +22576,15 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 88, + "line": 89, "column": 6, - "index": 2955 + "index": 3016 }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 96, + "line": 97, "column": 6, - "index": 3099 + "index": 3160 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -22832,9 +22838,9 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 159, + "line": 160, "column": 10, - "index": 5707 + "index": 5768 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -22966,15 +22972,15 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 166, + "line": 167, "column": 12, - "index": 5959 + "index": 6020 }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 204, + "line": 206, "column": 12, - "index": 7423 + "index": 7530 }, { "filePath": "src/course-updates/CourseUpdates.jsx", @@ -23204,9 +23210,9 @@ }, { "filePath": "src/generic/delete-modal/DeleteModal.jsx", - "line": 32, + "line": 29, "column": 4, - "index": 788 + "index": 677 }, { "filePath": "src/generic/modal-notification/index.jsx", @@ -23370,27 +23376,33 @@ }, { "filePath": "src/course-unit/add-component/AddComponent.jsx", - "line": 17, + "line": 23, "column": 56, - "index": 809 + "index": 1043 }, { "filePath": "src/course-unit/add-component/AddComponent.jsx", - "line": 18, + "line": 24, "column": 44, - "index": 871 + "index": 1105 }, { "filePath": "src/course-unit/add-component/AddComponent.jsx", - "line": 19, + "line": 25, "column": 74, - "index": 963 + "index": 1197 }, { "filePath": "src/course-unit/add-component/AddComponent.jsx", - "line": 21, + "line": 27, "column": 98, - "index": 1151 + "index": 1385 + }, + { + "filePath": "src/course-unit/add-component/AddComponent.jsx", + "line": 28, + "column": 107, + "index": 1505 }, { "filePath": "src/course-unit/header-title/HeaderTitle.jsx", @@ -26564,9 +26576,9 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 105, + "line": 106, "column": 22, - "index": 3512 + "index": 3573 }, { "filePath": "src/schedule-and-details/index.jsx", @@ -26742,9 +26754,9 @@ }, { "filePath": "src/course-unit/CourseUnit.jsx", - "line": 172, + "line": 173, "column": 24, - "index": 6241 + "index": 6302 }, { "filePath": "src/generic/configure-modal/AdvancedTab.jsx", @@ -26992,9 +27004,9 @@ }, { "filePath": "src/course-unit/add-component/AddComponent.jsx", - "line": 140, + "line": 162, "column": 6, - "index": 5047 + "index": 6005 } ], "ArrowDropDownIcon": [ @@ -34954,9 +34966,9 @@ }, { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 58, + "line": 52, "column": 4, - "index": 1741 + "index": 1731 }, { "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx", @@ -36286,9 +36298,9 @@ }, { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 79, + "line": 73, "column": 6, - "index": 2476 + "index": 2466 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", @@ -38464,9 +38476,9 @@ "Tabs": [ { "filePath": "src/components/dashboard/DashboardPage.jsx", - "line": 92, + "line": 86, "column": 6, - "index": 2976 + "index": 2966 } ], "Tab": [ From 1e3d4f0cbbba90d7572e9ed42c654b9cd9f3fa14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 09:12:23 -0500 Subject: [PATCH 159/160] docs: update dependent-usage.json (#3300) --- dependent-usage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependent-usage.json b/dependent-usage.json index 41898c842a..171903b23f 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,5 +1,5 @@ { - "lastModified": 1732370780464, + "lastModified": 1732457247799, "projectUsages": [ { "version": "22.10.0", From 523aa2f1628b5bdc5427ba9d2f274c4345363945 Mon Sep 17 00:00:00 2001 From: Peter Kulko Date: Tue, 26 Nov 2024 17:17:55 +0200 Subject: [PATCH 160/160] refactor: updated IconButton snapshot --- .../__snapshots__/IconButton.test.tsx.snap | 32 +++---------------- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/src/IconButton/__snapshots__/IconButton.test.tsx.snap b/src/IconButton/__snapshots__/IconButton.test.tsx.snap index dd82977c10..58429cad8c 100644 --- a/src/IconButton/__snapshots__/IconButton.test.tsx.snap +++ b/src/IconButton/__snapshots__/IconButton.test.tsx.snap @@ -47,33 +47,11 @@ exports[` renders with deprecated props 1`] = ` - + `;