diff --git a/bin/paragon-scripts.js b/bin/paragon-scripts.js index 0db0b4cfd5..75e08a9cd8 100755 --- a/bin/paragon-scripts.js +++ b/bin/paragon-scripts.js @@ -6,6 +6,12 @@ const buildTokensCommand = require('../lib/build-tokens'); const replaceVariablesCommand = require('../lib/replace-variables'); const buildScssCommand = require('../lib/build-scss'); const { sendTrackInfo } = require('../utils'); +const versionCommand = require('../lib/version'); + +const commandAliases = { + '-v': 'version', + '--version': 'version', +}; const COMMANDS = { /** @@ -162,6 +168,10 @@ const COMMANDS = { ], description: 'Displays help for available commands.', }, + version: { + executor: versionCommand, + description: 'Displays the current version of Paragon CLI.', + }, }; /** @@ -172,7 +182,8 @@ const COMMANDS = { */ (async () => { const [command, ...commandArgs] = process.argv.slice(2); - const executor = COMMANDS[command]; + const resolvedCommand = commandAliases[command] || command; + const executor = COMMANDS[resolvedCommand]; if (!executor) { // eslint-disable-next-line no-console diff --git a/dependent-usage.json b/dependent-usage.json index acebc47b2e..7e1a03bb21 100644 --- a/dependent-usage.json +++ b/dependent-usage.json @@ -1,16 +1,6 @@ { - "lastModified": 1702303707617, + "lastModified": 1702994890304, "projectUsages": [ - { - "version": "12.8.0", - "name": "edx-enterprise", - "repository": { - "type": "git", - "url": "git://github.com/openedx/edx-enterprise" - }, - "folderName": "edx-enterprise", - "usages": {} - }, { "version": "20.9.2", "name": "edx-ora2", @@ -1897,43 +1887,43 @@ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 272, "column": 16, - "index": 10413 + "index": 10427 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 278, "column": 16, - "index": 10596 + "index": 10610 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 290, "column": 16, - "index": 11068 + "index": 11082 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 296, "column": 16, - "index": 11256 + "index": 11270 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 308, "column": 16, - "index": 11732 + "index": 11746 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 365, "column": 10, - "index": 13674 + "index": 13688 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 366, "column": 10, - "index": 13799 + "index": 13813 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSelectionStatus.jsx", @@ -2003,15 +1993,15 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentTableCancel.jsx", - "line": 21, + "line": 46, "column": 6, - "index": 722 + "index": 1506 }, { "filePath": "src/components/learner-credit-management/AssignmentTableRemind.jsx", - "line": 21, + "line": 48, "column": 6, - "index": 880 + "index": 1716 }, { "filePath": "src/components/learner-credit-management/AssignMoreCoursesEmptyStateMinimal.jsx", @@ -2089,13 +2079,13 @@ "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", "line": 193, "column": 12, - "index": 6885 + "index": 6889 }, { "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", "line": 207, "column": 12, - "index": 7405 + "index": 7409 }, { "filePath": "src/components/learner-credit-management/NoBudgetActivityEmptyState.jsx", @@ -2105,9 +2095,9 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 41, + "line": 42, "column": 4, - "index": 1057 + "index": 1094 }, { "filePath": "src/components/learner-credit-management/tests/BudgetDetailPageWrapper.test.jsx", @@ -2483,15 +2473,15 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/RemindBulkAction.jsx", - "line": 116, + "line": 117, "column": 6, - "index": 3448 + "index": 3509 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/RevokeBulkAction.jsx", - "line": 113, + "line": 114, "column": 6, - "index": 3452 + "index": 3513 }, { "filePath": "src/components/subscriptions/SubscriptionCard.jsx", @@ -2695,21 +2685,21 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 82, + "line": 87, "column": 33, - "index": 2300 + "index": 2573 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 89, + "line": 94, "column": 35, - "index": 2595 + "index": 2869 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 96, + "line": 101, "column": 33, - "index": 2866 + "index": 3140 }, { "filePath": "src/components/settings/SettingsLMSTab/ErrorReporting/SyncHistory.jsx", @@ -3653,9 +3643,9 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 104, + "line": 109, "column": 4, - "index": 2988 + "index": 3262 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -3865,9 +3855,9 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 74, + "line": 79, "column": 4, - "index": 1977 + "index": 2250 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/ZeroStateCard.jsx", @@ -3951,9 +3941,9 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 53, + "line": 55, "column": 8, - "index": 1369 + "index": 1501 }, { "filePath": "src/components/settings/SettingsAccessTab/StatusTableCell.jsx", @@ -4127,9 +4117,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", - "line": 96, + "line": 95, "column": 2, - "index": 3148 + "index": 3122 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", @@ -4277,15 +4267,15 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 52, + "line": 54, "column": 6, - "index": 1320 + "index": 1452 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 109, + "line": 114, "column": 8, - "index": 3085 + "index": 3359 }, { "filePath": "src/components/settings/SettingsSSOTab/SsoErrorPage.jsx", @@ -4361,6 +4351,12 @@ "column": 32, "index": 319 }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx", + "line": 9, + "column": 32, + "index": 317 + }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx", "line": 7, @@ -4411,15 +4407,15 @@ }, { "filePath": "src/components/learner-credit-management/data/hooks/useCancelContentAssignments.js", - "line": 14, + "line": 15, "column": 32, - "index": 534 + "index": 555 }, { "filePath": "src/components/learner-credit-management/data/hooks/useRemindContentAssignments.js", - "line": 14, + "line": 15, "column": 32, - "index": 534 + "index": 555 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/RegenerateCredentialWarningModal.jsx", @@ -5437,25 +5433,37 @@ "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx", "line": 16, "column": 20, - "index": 459 + "index": 458 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx", - "line": 30, + "line": 28, "column": 38, - "index": 780 + "index": 731 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx", + "line": 16, + "column": 20, + "index": 456 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx", + "line": 28, + "column": 38, + "index": 727 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx", "line": 14, "column": 20, - "index": 395 + "index": 394 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx", - "line": 28, + "line": 26, "column": 38, - "index": 712 + "index": 663 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx", @@ -5889,15 +5897,15 @@ }, { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 51, + "line": 52, "column": 4, - "index": 1734 + "index": 1735 }, { "filePath": "src/components/learner-credit-management/BudgetAssignmentsTable.jsx", - "line": 63, + "line": 64, "column": 32, - "index": 2079 + "index": 2080 }, { "filePath": "src/components/learner-credit-management/LearnerCreditAllocationTable.jsx", @@ -6209,13 +6217,13 @@ "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", "line": 51, "column": 4, - "index": 1655 + "index": 1674 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", - "line": 97, + "line": 96, "column": 4, - "index": 3177 + "index": 3151 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", @@ -6285,9 +6293,9 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 78, + "line": 83, "column": 6, - "index": 2046 + "index": 2319 }, { "filePath": "src/components/settings/SettingsAccessTab/index.jsx", @@ -6391,19 +6399,19 @@ "filePath": "src/components/learner-credit-management/BudgetDetailCatalogTabContents.jsx", "line": 52, "column": 6, - "index": 1742 + "index": 1761 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", - "line": 98, + "line": 97, "column": 6, - "index": 3189 + "index": 3163 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", - "line": 101, + "line": 100, "column": 6, - "index": 3302 + "index": 3276 }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewUtilization.jsx", @@ -6575,21 +6583,21 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 79, + "line": 84, "column": 8, - "index": 2118 + "index": 2391 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 86, + "line": 91, "column": 10, - "index": 2409 + "index": 2682 }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 93, + "line": 98, "column": 8, - "index": 2688 + "index": 2962 }, { "filePath": "src/components/settings/SettingsAccessTab/index.jsx", @@ -6689,7 +6697,7 @@ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 356, "column": 6, - "index": 13419 + "index": 13433 }, { "filePath": "src/components/learner-credit-management/cards/assignment-allocation-status-modals/ContentNotInCatalogErrorAlertModal.jsx", @@ -6781,7 +6789,7 @@ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 364, "column": 8, - "index": 13652 + "index": 13666 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/SelectContentSearchPagination.jsx", @@ -6817,7 +6825,7 @@ "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", "line": 192, "column": 10, - "index": 6861 + "index": 6865 }, { "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx", @@ -7487,19 +7495,19 @@ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 328, "column": 10, - "index": 12317 + "index": 12331 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 338, "column": 10, - "index": 12702 + "index": 12716 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 346, "column": 10, - "index": 13022 + "index": 13036 }, { "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx", @@ -7635,19 +7643,19 @@ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 267, "column": 14, - "index": 10053 + "index": 10067 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 287, "column": 14, - "index": 10890 + "index": 10904 }, { "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 305, "column": 14, - "index": 11553 + "index": 11567 }, { "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx", @@ -8669,7 +8677,7 @@ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 314, "column": 16, - "index": 11921 + "index": 11935 }, { "filePath": "src/components/learner-credit-management/CancelAssignmentModal.jsx", @@ -8681,7 +8689,7 @@ "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", "line": 220, "column": 12, - "index": 7824 + "index": 7828 }, { "filePath": "src/components/learner-credit-management/RemindAssignmentModal.jsx", @@ -8795,15 +8803,21 @@ }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedCancellation.jsx", - "line": 46, + "line": 44, "column": 16, - "index": 1444 + "index": 1395 + }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx", + "line": 47, + "column": 16, + "index": 1519 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx", - "line": 44, + "line": 42, "column": 16, - "index": 1418 + "index": 1369 }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedSystem.jsx", @@ -8845,7 +8859,7 @@ "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", "line": 195, "column": 18, - "index": 6944 + "index": 6948 }, { "filePath": "src/components/learner-credit-management/MultipleBudgetsPage.jsx", @@ -9007,9 +9021,9 @@ }, { "filePath": "src/components/learner-credit-management/BudgetDetailPageOverviewAvailability.jsx", - "line": 71, + "line": 70, "column": 22, - "index": 2570 + "index": 2544 }, { "filePath": "src/components/settings/SettingsLMSTab/index.jsx", @@ -9183,9 +9197,9 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 61, + "line": 63, "column": 6, - "index": 1584 + "index": 1716 }, { "filePath": "src/components/settings/SettingsLMSTab/ExistingCard.jsx", @@ -9371,7 +9385,7 @@ "filePath": "src/components/learner-credit-management/cards/NewAssignmentModalButton.jsx", "line": 206, "column": 12, - "index": 7372 + "index": 7376 }, { "filePath": "src/components/settings/SettingsApiCredentialsTab/index.jsx", @@ -9405,7 +9419,7 @@ "filePath": "src/components/ContentHighlights/HighlightStepper/ContentHighlightStepper.jsx", "line": 264, "column": 26, - "index": 9941 + "index": 9955 }, { "filePath": "src/components/settings/SettingsSSOTab/SSOStepper.jsx", @@ -9969,6 +9983,12 @@ "column": 6, "index": 408 }, + { + "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedRedemption.jsx", + "line": 14, + "column": 6, + "index": 406 + }, { "filePath": "src/components/learner-credit-management/assignments-status-chips/FailedReminder.jsx", "line": 12, @@ -9995,9 +10015,9 @@ }, { "filePath": "src/components/learner-credit-management/AssignmentStatusTableCell.jsx", - "line": 61, + "line": 67, "column": 9, - "index": 1963 + "index": 2434 } ], "Send": [ @@ -10031,9 +10051,9 @@ "DoNotDisturbOn": [ { "filePath": "src/components/learner-credit-management/AssignmentTableCancel.jsx", - "line": 21, + "line": 46, "column": 43, - "index": 759 + "index": 1543 }, { "filePath": "src/components/learner-credit-management/PendingAssignmentCancelButton.jsx", @@ -10045,9 +10065,9 @@ "Mail": [ { "filePath": "src/components/learner-credit-management/AssignmentTableRemind.jsx", - "line": 24, + "line": 51, "column": 20, - "index": 1024 + "index": 1868 }, { "filePath": "src/components/learner-credit-management/PendingAssignmentRemindButton.jsx", @@ -10071,9 +10091,9 @@ }, { "filePath": "src/components/learner-credit-management/SubBudgetCard.jsx", - "line": 108, + "line": 113, "column": 6, - "index": 3065 + "index": 3339 }, { "filePath": "src/components/subscriptions/SubscriptionCard.jsx", @@ -10787,9 +10807,9 @@ }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/RevokeBulkAction.jsx", - "line": 115, + "line": 116, "column": 20, - "index": 3505 + "index": 3566 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", @@ -10951,9 +10971,9 @@ "Email": [ { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/bulk-actions/RemindBulkAction.jsx", - "line": 118, + "line": 119, "column": 20, - "index": 3510 + "index": 3571 }, { "filePath": "src/components/subscriptions/licenses/LicenseManagementTable/LicenseManagementTableActionColumn.jsx", @@ -12178,33 +12198,33 @@ }, { "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx", - "line": 104, + "line": 105, "column": 4, - "index": 3223 + "index": 3273 }, { "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx", - "line": 113, + "line": 117, "column": 4, - "index": 3633 + "index": 3781 }, { "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx", - "line": 122, + "line": 129, "column": 4, - "index": 4042 + "index": 4264 }, { "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx", - "line": 134, + "line": 143, "column": 4, - "index": 4483 + "index": 4746 }, { "filePath": "src/recommendations/tests/RecommendationsPage.test.jsx", - "line": 151, + "line": 162, "column": 4, - "index": 5022 + "index": 5326 } ], "Container": [ @@ -12880,9 +12900,9 @@ }, { "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 85, + "line": 88, "column": 6, - "index": 2848 + "index": 3010 }, { "filePath": "src/course-outline/CourseOutline.jsx", @@ -12922,15 +12942,15 @@ }, { "filePath": "src/files-and-videos/files-page/FilesPage.jsx", - "line": 172, + "line": 173, "column": 6, - "index": 5118 + "index": 5119 }, { "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", - "line": 186, + "line": 187, "column": 6, - "index": 5636 + "index": 5647 }, { "filePath": "src/grading-settings/GradingSettings.jsx", @@ -12970,33 +12990,33 @@ }, { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 86, + "line": 121, "column": 8, - "index": 2547 + "index": 3731 }, { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 102, + "line": 138, "column": 8, - "index": 3022 + "index": 4257 }, { "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 45, + "line": 102, "column": 8, - "index": 1313 + "index": 3126 }, { "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 55, + "line": 112, "column": 8, - "index": 1626 + "index": 3450 }, { "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 82, + "line": 147, "column": 12, - "index": 2342 + "index": 4491 } ], "Info": [ @@ -13060,19 +13080,19 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 64, "column": 14, - "index": 2129 + "index": 2096 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 83, "column": 12, - "index": 2930 + "index": 2897 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 118, "column": 10, - "index": 4293 + "index": 4261 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -13230,9 +13250,9 @@ }, { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 103, + "line": 139, "column": 10, - "index": 3054 + "index": 4289 } ], "Layout.Element": [ @@ -13394,15 +13414,15 @@ }, { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 110, + "line": 146, "column": 12, - "index": 3306 + "index": 4541 }, { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 113, + "line": 149, "column": 12, - "index": 3420 + "index": 4655 } ], "Button": [ @@ -13432,15 +13452,15 @@ }, { "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 134, + "line": 150, "column": 12, - "index": 5014 + "index": 4661 }, { "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", - "line": 116, - "column": 10, - "index": 4307 + "line": 133, + "column": 12, + "index": 4930 }, { "filePath": "src/course-outline/enable-highlights-modal/EnableHighlightsModal.jsx", @@ -13600,15 +13620,15 @@ }, { "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 262, + "line": 280, "column": 12, - "index": 7648 + "index": 8276 }, { "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 265, + "line": 283, "column": 12, - "index": 7807 + "index": 8435 }, { "filePath": "src/files-and-videos/generic/table-components/FilterStatus.jsx", @@ -13618,69 +13638,69 @@ }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 149, + "line": 152, "column": 8, - "index": 4339 + "index": 4373 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 159, + "line": 162, "column": 10, - "index": 4743 + "index": 4777 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 58, + "line": 59, "column": 18, - "index": 1195 + "index": 1213 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 70, + "line": 71, "column": 20, - "index": 1535 + "index": 1553 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 80, + "line": 81, "column": 20, - "index": 1871 + "index": 1889 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 90, + "line": 91, "column": 20, - "index": 2204 + "index": 2222 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 99, + "line": 100, "column": 16, - "index": 2527 + "index": 2545 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 108, + "line": 109, "column": 16, - "index": 2806 + "index": 2838 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 116, + "line": 117, "column": 16, - "index": 3063 + "index": 3095 }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 29, + "line": 38, "column": 6, - "index": 724 + "index": 1008 }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 65, + "line": 74, "column": 6, - "index": 2088 + "index": 2372 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", @@ -13702,21 +13722,21 @@ }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", - "line": 137, + "line": 140, "column": 8, - "index": 4396 + "index": 4499 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", - "line": 140, + "line": 143, "column": 8, - "index": 4543 + "index": 4646 }, { "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", - "line": 200, + "line": 202, "column": 12, - "index": 6138 + "index": 6189 }, { "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", @@ -13934,11 +13954,23 @@ "column": 14, "index": 1070 }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 77, + "column": 10, + "index": 2269 + }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 70, + "line": 71, "column": 10, - "index": 1991 + "index": 2087 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 60, + "column": 6, + "index": 1873 } ], "StatefulButton": [ @@ -13992,9 +14024,9 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 589, + "line": 609, "column": 12, - "index": 22958 + "index": 23374 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -14051,6 +14083,12 @@ "line": 256, "column": 16, "index": 10371 + }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 50, + "column": 21, + "index": 1238 } ], "AlertModal": [ @@ -14086,9 +14124,9 @@ }, { "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 256, + "line": 274, "column": 6, - "index": 7413 + "index": 8041 }, { "filePath": "src/generic/modal-error/ModalError.jsx", @@ -14190,9 +14228,9 @@ }, { "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 261, + "line": 279, "column": 10, - "index": 7624 + "index": 8252 }, { "filePath": "src/files-and-videos/generic/table-components/GalleryCard.jsx", @@ -14202,21 +14240,21 @@ }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 155, + "line": 158, "column": 8, - "index": 4564 + "index": 4598 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 63, "column": 12, - "index": 2103 + "index": 2070 }, { "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", - "line": 194, + "line": 196, "column": 8, - "index": 5940 + "index": 5991 }, { "filePath": "src/generic/create-or-rerun-course/CreateOrRerunCourseForm.jsx", @@ -14240,7 +14278,7 @@ "filePath": "src/generic/sub-header/SubHeader.jsx", "line": 27, "column": 8, - "index": 667 + "index": 694 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -14262,9 +14300,9 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 585, + "line": 605, "column": 10, - "index": 22762 + "index": 23178 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -14296,11 +14334,17 @@ "column": 14, "index": 1963 }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 73, + "column": 8, + "index": 2088 + }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 66, + "line": 67, "column": 8, - "index": 1808 + "index": 1904 } ], "Alert": [ @@ -14360,21 +14404,21 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 255, + "line": 266, "column": 12, - "index": 9746 + "index": 10161 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 423, + "line": 434, "column": 6, - "index": 16356 + "index": 16568 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 450, + "line": 461, "column": 6, - "index": 17086 + "index": 17298 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -14398,9 +14442,9 @@ }, { "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", - "line": 90, - "column": 18, - "index": 3468 + "line": 102, + "column": 24, + "index": 3901 }, { "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", @@ -14542,9 +14586,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 41, + "line": 42, "column": 16, - "index": 793 + "index": 811 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/TranscriptColumn.jsx", @@ -14598,19 +14642,19 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 69, "column": 28, - "index": 2311 + "index": 2278 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 81, "column": 44, - "index": 2817 + "index": 2784 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 109, "column": 22, - "index": 4013 + "index": 3981 }, { "filePath": "src/files-and-videos/videos-page/VideoThumbnail.jsx", @@ -14768,11 +14812,17 @@ "column": 16, "index": 1991 }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 50, + "column": 10, + "index": 1227 + }, { "filePath": "src/taxonomy/taxonomy-card/TaxonomyCardMenu.jsx", - "line": 27, + "line": 32, "column": 16, - "index": 620 + "index": 758 } ], "Error": [ @@ -14804,9 +14854,9 @@ }, { "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 117, + "line": 112, "column": 32, - "index": 4424 + "index": 3527 }, { "filePath": "src/course-outline/hooks.jsx", @@ -14859,20 +14909,26 @@ { "filePath": "src/files-and-videos/generic/FileTable.jsx", "line": 60, - "column": 59, - "index": 1369 + "column": 62, + "index": 1372 }, { "filePath": "src/files-and-videos/generic/FileTable.jsx", "line": 61, + "column": 59, + "index": 1449 + }, + { + "filePath": "src/files-and-videos/generic/FileTable.jsx", + "line": 62, "column": 47, - "index": 1434 + "index": 1514 }, { "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 63, + "line": 64, "column": 86, - "index": 1594 + "index": 1674 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", @@ -14882,9 +14938,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 26, + "line": 28, "column": 44, - "index": 682 + "index": 748 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", @@ -15028,9 +15084,9 @@ }, { "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 113, + "line": 161, "column": 6, - "index": 2870 + "index": 4083 }, { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", @@ -15102,9 +15158,9 @@ }, { "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 132, + "line": 180, "column": 8, - "index": 3366 + "index": 4623 } ], "Card.Header": [ @@ -15188,9 +15244,9 @@ }, { "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 120, + "line": 168, "column": 8, - "index": 3064 + "index": 4281 }, { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", @@ -15226,9 +15282,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 39, + "line": 40, "column": 6, - "index": 741 + "index": 759 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/Transcript.jsx", @@ -15246,13 +15302,13 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 66, "column": 18, - "index": 2203 + "index": 2170 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 81, "column": 14, - "index": 2787 + "index": 2754 }, { "filePath": "src/generic/CollapsableEditor.jsx", @@ -15292,9 +15348,9 @@ }, { "filePath": "src/taxonomy/taxonomy-card/TaxonomyCardMenu.jsx", - "line": 25, + "line": 30, "column": 12, - "index": 569 + "index": 707 } ], "InfoOutline": [ @@ -15326,15 +15382,15 @@ }, { "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 143, + "line": 159, "column": 8, - "index": 5270 + "index": 4917 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 46, + "line": 47, "column": 6, - "index": 899 + "index": 917 } ], "ActionRow.Spacer": [ @@ -15378,13 +15434,13 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 80, "column": 14, - "index": 2752 + "index": 2719 }, { "filePath": "src/files-and-videos/videos-page/VideosPage.jsx", - "line": 198, + "line": 200, "column": 10, - "index": 6065 + "index": 6116 }, { "filePath": "src/schedule-and-details/license-section/license-commons-options/index.jsx", @@ -15492,9 +15548,9 @@ }, { "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 137, + "line": 185, "column": 10, - "index": 3636 + "index": 4893 }, { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailSideCard.jsx", @@ -15536,9 +15592,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 137, + "line": 140, "column": 8, - "index": 3958 + "index": 3992 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/Cielo24Form.jsx", @@ -15710,27 +15766,27 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 298, + "line": 309, "column": 12, - "index": 11151 + "index": 11542 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 324, + "line": 335, "column": 10, - "index": 12312 + "index": 12678 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 355, + "line": 366, "column": 12, - "index": 13902 + "index": 14137 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 379, + "line": 390, "column": 12, - "index": 15046 + "index": 15258 }, { "filePath": "src/pages-and-resources/teams/GroupEditor.jsx", @@ -15864,11 +15920,17 @@ "column": 6, "index": 1643 }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 61, + "column": 8, + "index": 1733 + }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 41, + "line": 42, "column": 8, - "index": 986 + "index": 1082 } ], "Form.Control": [ @@ -15982,15 +16044,15 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 302, + "line": 313, "column": 14, - "index": 11395 + "index": 11786 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 328, + "line": 339, "column": 12, - "index": 12552 + "index": 12906 }, { "filePath": "src/schedule-and-details/instructors-section/instructor-container/index.jsx", @@ -16051,6 +16113,12 @@ "line": 73, "column": 10, "index": 2499 + }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 67, + "column": 10, + "index": 1937 } ], "Card.Status": [ @@ -16064,9 +16132,9 @@ "Collapsible": [ { "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 126, + "line": 142, "column": 6, - "index": 4687 + "index": 4334 }, { "filePath": "src/pages-and-resources/discussions/app-list/FeaturesList.jsx", @@ -16078,21 +16146,21 @@ "SelectableBox.Set": [ { "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 152, + "line": 168, "column": 12, - "index": 5494 + "index": 5160 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 75, + "line": 78, "column": 8, - "index": 1915 + "index": 1949 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", - "line": 101, + "line": 104, "column": 6, - "index": 3253 + "index": 3356 }, { "filePath": "src/pages-and-resources/live/Settings.jsx", @@ -16101,12 +16169,20 @@ "index": 3997 } ], + "SearchField": [ + { + "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", + "line": 177, + "column": 14, + "index": 5510 + } + ], "Badge": [ { "filePath": "src/content-tags-drawer/ContentTagsCollapsible.jsx", - "line": 173, + "line": 196, "column": 8, - "index": 6156 + "index": 6022 }, { "filePath": "src/course-team/course-team-member/CourseTeamMember.jsx", @@ -16152,9 +16228,9 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 277, + "line": 288, "column": 18, - "index": 10527 + "index": 10918 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -16163,46 +16239,46 @@ "index": 10316 }, { - "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 41, - "column": 8, - "index": 1149 + "filePath": "src/taxonomy/system-defined-badge/index.jsx", + "line": 30, + "column": 6, + "index": 806 } ], "useCheckboxSetValues": [ { "filePath": "src/content-tags-drawer/ContentTagsCollapsibleHelper.jsx", - "line": 91, + "line": 92, "column": 48, - "index": 3116 + "index": 3129 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 29, + "line": 31, "column": 7, - "index": 833 + "index": 850 } ], "CloseButton": [ { "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 86, + "line": 89, "column": 8, - "index": 2878 + "index": 3040 } ], "Spinner": [ { "filePath": "src/content-tags-drawer/ContentTagsDrawer.jsx", - "line": 92, + "line": 95, "column": 14, - "index": 3234 + "index": 3396 }, { "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", - "line": 128, - "column": 10, - "index": 4702 + "line": 69, + "column": 14, + "index": 2446 }, { "filePath": "src/files-and-videos/generic/UsageMetricsMessage.jsx", @@ -16218,71 +16294,71 @@ }, { "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 83, + "line": 148, "column": 14, - "index": 2415 + "index": 4564 } ], "SelectableBox": [ { "filePath": "src/content-tags-drawer/ContentTagsDropDownSelector.jsx", - "line": 75, - "column": 12, - "index": 2760 + "line": 87, + "column": 18, + "index": 3065 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 84, + "line": 87, "column": 10, - "index": 2157 + "index": 2191 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 92, + "line": 95, "column": 10, - "index": 2432 + "index": 2466 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 100, + "line": 103, "column": 10, - "index": 2705 + "index": 2739 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 108, + "line": 111, "column": 10, - "index": 2984 + "index": 3018 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 116, + "line": 119, "column": 10, - "index": 3260 + "index": 3294 }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 124, + "line": 127, "column": 10, - "index": 3531 + "index": 3565 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", - "line": 111, + "line": 114, "column": 8, - "index": 3521 + "index": 3624 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", - "line": 118, + "line": 121, "column": 8, - "index": 3726 + "index": 3829 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", - "line": 126, + "line": 129, "column": 8, - "index": 4010 + "index": 4113 }, { "filePath": "src/pages-and-resources/live/Settings.jsx", @@ -16474,9 +16550,9 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 239, + "line": 248, "column": 4, - "index": 9246 + "index": 9592 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -16582,11 +16658,23 @@ "column": 6, "index": 869 }, + { + "filePath": "src/taxonomy/system-defined-badge/index.jsx", + "line": 25, + "column": 4, + "index": 676 + }, { "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 36, + "line": 75, + "column": 4, + "index": 1875 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 29, "column": 6, - "index": 1011 + "index": 811 } ], "Tooltip": [ @@ -16625,6 +16713,12 @@ "line": 34, "column": 10, "index": 932 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 32, + "column": 10, + "index": 880 } ], "IconAdd": [ @@ -16710,9 +16804,9 @@ }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/OrderTranscriptForm.jsx", - "line": 136, + "line": 139, "column": 6, - "index": 4355 + "index": 4458 }, { "filePath": "src/files-and-videos/videos-page/transcript-settings/ThreePlayMediaForm.jsx", @@ -16880,27 +16974,27 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 299, + "line": 310, "column": 14, - "index": 11213 + "index": 11604 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 325, + "line": 336, "column": 12, - "index": 12381 + "index": 12735 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 356, + "line": 367, "column": 14, - "index": 13963 + "index": 14198 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 380, + "line": 391, "column": 14, - "index": 15110 + "index": 15322 }, { "filePath": "src/pages-and-resources/teams/GroupEditor.jsx", @@ -17016,11 +17110,17 @@ "column": 10, "index": 3866 }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 62, + "column": 10, + "index": 1756 + }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 42, + "line": 43, "column": 10, - "index": 1009 + "index": 1105 } ], "MailtoLink": [ @@ -17252,9 +17352,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 65, + "line": 74, "column": 26, - "index": 2108 + "index": 2392 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/TranscriptTab.jsx", @@ -17279,6 +17379,12 @@ "line": 150, "column": 34, "index": 5517 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 60, + "column": 26, + "index": 1893 } ], "Breadcrumb": [ @@ -17290,9 +17396,9 @@ }, { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx", - "line": 87, + "line": 122, "column": 10, - "index": 2579 + "index": 3763 } ], "ModalDialog": [ @@ -17310,9 +17416,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 59, + "line": 62, "column": 4, - "index": 1445 + "index": 1479 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -17328,9 +17434,9 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 556, + "line": 576, "column": 4, - "index": 21826 + "index": 22242 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -17338,11 +17444,17 @@ "column": 2, "index": 2299 }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 39, + "column": 4, + "index": 908 + }, { "filePath": "src/taxonomy/export-modal/index.jsx", "line": 27, "column": 4, - "index": 572 + "index": 628 } ], "ModalDialog.Header": [ @@ -17360,9 +17472,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 66, + "line": 69, "column": 6, - "index": 1613 + "index": 1647 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -17378,9 +17490,9 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 567, + "line": 587, "column": 8, - "index": 22119 + "index": 22535 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -17388,11 +17500,17 @@ "column": 4, "index": 2462 }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 48, + "column": 6, + "index": 1168 + }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 35, + "line": 36, "column": 6, - "index": 767 + "index": 863 } ], "ModalDialog.Title": [ @@ -17410,9 +17528,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 67, + "line": 70, "column": 8, - "index": 1642 + "index": 1676 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -17428,9 +17546,9 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 568, + "line": 588, "column": 10, - "index": 22150 + "index": 22566 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -17438,11 +17556,17 @@ "column": 6, "index": 2489 }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 49, + "column": 8, + "index": 1197 + }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 36, + "line": 37, "column": 8, - "index": 796 + "index": 892 } ], "ModalDialog.Body": [ @@ -17460,9 +17584,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 71, + "line": 74, "column": 6, - "index": 1781 + "index": 1815 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -17478,9 +17602,9 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 572, + "line": 592, "column": 8, - "index": 22275 + "index": 22691 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -17488,11 +17612,17 @@ "column": 4, "index": 2608 }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 54, + "column": 6, + "index": 1443 + }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 40, + "line": 41, "column": 6, - "index": 937 + "index": 1033 } ], "Image": [ @@ -17595,6 +17725,12 @@ "line": 23, "column": 4, "index": 441 + }, + { + "filePath": "src/taxonomy/TaxonomyLayout.jsx", + "line": 23, + "column": 8, + "index": 700 } ], "Dropdown": [ @@ -17606,9 +17742,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 32, + "line": 41, "column": 6, - "index": 877 + "index": 1161 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", @@ -17654,9 +17790,15 @@ }, { "filePath": "src/taxonomy/taxonomy-card/TaxonomyCardMenu.jsx", - "line": 23, + "line": 28, "column": 4, - "index": 476 + "index": 614 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 37, + "column": 8, + "index": 1008 } ], "Dropdown.Toggle": [ @@ -17668,9 +17810,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 33, + "line": 42, "column": 8, - "index": 913 + "index": 1197 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", @@ -17716,9 +17858,15 @@ }, { "filePath": "src/taxonomy/taxonomy-card/TaxonomyCardMenu.jsx", - "line": 24, + "line": 29, "column": 6, - "index": 540 + "index": 678 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 38, + "column": 10, + "index": 1029 } ], "MoreHoriz": [ @@ -17730,9 +17878,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 40, + "line": 41, "column": 13, - "index": 766 + "index": 784 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/TranscriptMenu.jsx", @@ -17750,9 +17898,9 @@ }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 40, + "line": 49, "column": 8, - "index": 1146 + "index": 1430 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", @@ -17798,9 +17946,15 @@ }, { "filePath": "src/taxonomy/taxonomy-card/TaxonomyCardMenu.jsx", - "line": 33, + "line": 39, "column": 6, - "index": 839 + "index": 1005 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 44, + "column": 10, + "index": 1259 } ], "Dropdown.Item": [ @@ -17848,21 +18002,21 @@ }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 42, + "line": 51, "column": 12, - "index": 1210 + "index": 1494 }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 49, + "line": 58, "column": 10, - "index": 1470 + "index": 1754 }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 56, + "line": 65, "column": 10, - "index": 1742 + "index": 2026 }, { "filePath": "src/files-and-videos/videos-page/info-sidebar/transcript-item/LanguageSelect.jsx", @@ -17950,15 +18104,27 @@ }, { "filePath": "src/taxonomy/taxonomy-card/TaxonomyCardMenu.jsx", - "line": 35, - "column": 8, - "index": 945 + "line": 41, + "column": 10, + "index": 1106 }, { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailMenu.jsx", - "line": 23, - "column": 6, - "index": 519 + "line": 29, + "column": 8, + "index": 653 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 45, + "column": 12, + "index": 1287 + }, + { + "filePath": "src/taxonomy/TaxonomyListPage.jsx", + "line": 51, + "column": 12, + "index": 1546 } ], "Dropdown.Divider": [ @@ -17970,17 +18136,17 @@ }, { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 55, + "line": 64, "column": 10, - "index": 1711 + "index": 1995 } ], "DataTable": [ { "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 180, + "line": 192, "column": 6, - "index": 4541 + "index": 4883 }, { "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", @@ -17992,33 +18158,39 @@ "filePath": "src/taxonomy/tag-list/TagListTable.jsx", "line": 43, "column": 31, - "index": 1459 + "index": 1465 }, { "filePath": "src/taxonomy/tag-list/TagListTable.jsx", - "line": 60, + "line": 54, + "column": 21, + "index": 1752 + }, + { + "filePath": "src/taxonomy/tag-list/TagListTable.jsx", + "line": 71, "column": 4, - "index": 1885 + "index": 2178 }, { "filePath": "src/taxonomy/tag-list/TagListTable.jsx", - "line": 80, + "line": 93, "column": 18, - "index": 2651 + "index": 2961 }, { "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 57, + "line": 114, "column": 12, - "index": 1685 + "index": 3509 } ], "Dropzone": [ { "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 206, + "line": 216, "column": 10, - "index": 5397 + "index": 5716 }, { "filePath": "src/generic/course-upload-image/index.jsx", @@ -18036,37 +18208,37 @@ "DataTable.TableControlBar": [ { "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 218, + "line": 228, "column": 12, - "index": 5874 + "index": 6193 }, { "filePath": "src/taxonomy/tag-list/TagListTable.jsx", - "line": 89, + "line": 98, "column": 6, - "index": 2873 + "index": 3050 } ], "CardView": [ { "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 220, + "line": 230, "column": 40, - "index": 5997 + "index": 6316 }, { "filePath": "src/taxonomy/TaxonomyListPage.jsx", - "line": 75, + "line": 140, "column": 14, - "index": 2149 + "index": 4259 } ], "DataTable.Table": [ { "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 221, + "line": 231, "column": 40, - "index": 6151 + "index": 6470 }, { "filePath": "src/pages-and-resources/discussions/app-list/FeaturesTable.jsx", @@ -18076,23 +18248,23 @@ }, { "filePath": "src/taxonomy/tag-list/TagListTable.jsx", - "line": 90, + "line": 99, "column": 6, - "index": 2909 + "index": 3086 } ], "DataTable.EmptyTable": [ { "filePath": "src/files-and-videos/generic/FileTable.jsx", - "line": 222, + "line": 232, "column": 12, - "index": 6185 + "index": 6504 }, { "filePath": "src/taxonomy/tag-list/TagListTable.jsx", - "line": 91, + "line": 100, "column": 6, - "index": 2935 + "index": 3112 } ], "Row": [ @@ -18120,7 +18292,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 81, "column": 55, - "index": 2828 + "index": 2795 } ], "TableFooter": [ @@ -18206,9 +18378,9 @@ "Form.CheckboxSet": [ { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 138, + "line": 141, "column": 10, - "index": 3981 + "index": 4015 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", @@ -18220,9 +18392,9 @@ "Form.Checkbox": [ { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 145, + "line": 148, "column": 14, - "index": 4198 + "index": 4232 }, { "filePath": "src/pages-and-resources/discussions/app-config-form/apps/shared/DivisionByGroupFields.jsx", @@ -18240,9 +18412,9 @@ "ModalDialog.Footer": [ { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 154, + "line": 157, "column": 6, - "index": 4535 + "index": 4569 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -18258,9 +18430,9 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 580, + "line": 600, "column": 8, - "index": 22657 + "index": 23073 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -18268,19 +18440,25 @@ "column": 4, "index": 2672 }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 72, + "column": 6, + "index": 2059 + }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 65, + "line": 66, "column": 6, - "index": 1779 + "index": 1875 } ], "ModalDialog.CloseButton": [ { "filePath": "src/files-and-videos/generic/table-components/sort-and-filter-modal/SortAndFilterModal.jsx", - "line": 156, + "line": 159, "column": 10, - "index": 4586 + "index": 4620 }, { "filePath": "src/pages-and-resources/app-settings-modal/AppSettingsModal.jsx", @@ -18296,9 +18474,9 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 586, + "line": 606, "column": 12, - "index": 22786 + "index": 23202 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -18306,11 +18484,17 @@ "column": 8, "index": 2735 }, + { + "filePath": "src/taxonomy/delete-dialog/index.jsx", + "line": 74, + "column": 10, + "index": 2110 + }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 67, + "line": 68, "column": 10, - "index": 1830 + "index": 1926 } ], "Locked": [ @@ -18370,61 +18554,61 @@ "Menu": [ { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 53, + "line": 54, "column": 8, - "index": 1063 + "index": 1081 } ], "MenuItem": [ { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 57, + "line": 58, "column": 12, - "index": 1167 + "index": 1185 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 69, + "line": 70, "column": 14, - "index": 1505 + "index": 1523 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 79, + "line": 80, "column": 14, - "index": 1841 + "index": 1859 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 89, + "line": 90, "column": 14, - "index": 2174 + "index": 2192 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 98, + "line": 99, "column": 10, - "index": 2501 + "index": 2519 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 107, + "line": 108, "column": 10, - "index": 2780 + "index": 2812 }, { "filePath": "src/files-and-videos/generic/table-components/table-custom-columns/MoreInfoColumn.jsx", - "line": 115, + "line": 116, "column": 10, - "index": 3037 + "index": 3069 } ], "Tune": [ { "filePath": "src/files-and-videos/generic/table-components/TableActions.jsx", - "line": 29, + "line": 38, "column": 71, - "index": 789 + "index": 1073 } ], "ErrorOutline": [ @@ -18528,9 +18712,9 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 566, + "line": 586, "column": 6, - "index": 22051 + "index": 22467 }, { "filePath": "src/pages-and-resources/xpert-unit-summary/settings-modal/SettingsModal.jsx", @@ -18550,7 +18734,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 54, "column": 4, - "index": 1905 + "index": 1872 } ], "ChevronLeft": [ @@ -18558,7 +18742,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 70, "column": 25, - "index": 2342 + "index": 2309 } ], "Collapsible.Advanced": [ @@ -18566,7 +18750,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 102, "column": 18, - "index": 3660 + "index": 3628 }, { "filePath": "src/generic/CollapsableEditor.jsx", @@ -18592,7 +18776,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 105, "column": 20, - "index": 3784 + "index": 3752 }, { "filePath": "src/generic/CollapsableEditor.jsx", @@ -18618,7 +18802,7 @@ "filePath": "src/files-and-videos/videos-page/transcript-settings/TranscriptSettings.jsx", "line": 109, "column": 33, - "index": 4024 + "index": 3992 } ], "VideoFile": [ @@ -18744,27 +18928,27 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 157, + "line": 171, "column": 16, - "index": 6463 + "index": 7110 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 172, + "line": 186, "column": 35, - "index": 7068 + "index": 7667 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 438, + "line": 449, "column": 14, - "index": 16815 + "index": 17027 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 467, + "line": 478, "column": 14, - "index": 17709 + "index": 17921 } ], "FileUploadIcon": [ @@ -18866,15 +19050,15 @@ }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 311, + "line": 322, "column": 14, - "index": 11772 + "index": 12163 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 338, + "line": 349, "column": 12, - "index": 13052 + "index": 13358 }, { "filePath": "src/pages-and-resources/teams/Settings.jsx", @@ -19150,15 +19334,15 @@ "Form.RadioSet": [ { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 359, + "line": 370, "column": 14, - "index": 14148 + "index": 14383 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 383, + "line": 394, "column": 14, - "index": 15297 + "index": 15509 }, { "filePath": "src/pages-and-resources/teams/GroupEditor.jsx", @@ -19180,35 +19364,35 @@ }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 45, + "line": 46, "column": 10, - "index": 1126 + "index": 1222 } ], "Form.Radio": [ { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 365, + "line": 376, "column": 16, - "index": 14384 + "index": 14619 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 368, + "line": 379, "column": 16, - "index": 14565 + "index": 14800 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 388, + "line": 399, "column": 16, - "index": 15495 + "index": 15707 }, { "filePath": "src/pages-and-resources/proctoring/Settings.jsx", - "line": 391, + "line": 402, "column": 16, - "index": 15682 + "index": 15894 }, { "filePath": "src/pages-and-resources/teams/GroupEditor.jsx", @@ -19242,15 +19426,15 @@ }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 50, + "line": 51, "column": 12, - "index": 1293 + "index": 1389 }, { "filePath": "src/taxonomy/export-modal/index.jsx", - "line": 56, + "line": 57, "column": 12, - "index": 1500 + "index": 1596 } ], "CheckCircleOutline": [ @@ -19389,60 +19573,72 @@ "index": 2558 } ], - "DataTable.ExpandRow": [ + "Popover": [ { - "filePath": "src/taxonomy/tag-list/TagListTable.jsx", - "line": 42, - "column": 69, - "index": 1385 + "filePath": "src/taxonomy/system-defined-badge/index.jsx", + "line": 14, + "column": 4, + "index": 332 + }, + { + "filePath": "src/taxonomy/taxonomy-card/index.jsx", + "line": 64, + "column": 4, + "index": 1677 } ], - "DataTable.TableFooter": [ + "Popover.Title": [ { - "filePath": "src/taxonomy/tag-list/TagListTable.jsx", - "line": 92, + "filePath": "src/taxonomy/system-defined-badge/index.jsx", + "line": 15, "column": 6, - "index": 3027 + "index": 413 } ], - "Popover": [ + "Popover.Content": [ + { + "filePath": "src/taxonomy/system-defined-badge/index.jsx", + "line": 18, + "column": 6, + "index": 532 + }, { "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 23, - "column": 4, - "index": 636 + "line": 68, + "column": 6, + "index": 1780 } ], - "Popover.Title": [ + "DataTable.ExpandRow": [ { - "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 24, - "column": 6, - "index": 688 + "filePath": "src/taxonomy/tag-list/TagListTable.jsx", + "line": 42, + "column": 71, + "index": 1391 } ], - "Popover.Content": [ + "DataTable.TableFooter": [ { - "filePath": "src/taxonomy/taxonomy-card/index.jsx", - "line": 27, + "filePath": "src/taxonomy/tag-list/TagListTable.jsx", + "line": 101, "column": 6, - "index": 807 + "index": 3204 } ], "MoreVert": [ { "filePath": "src/taxonomy/taxonomy-card/TaxonomyCardMenu.jsx", - "line": 26, + "line": 31, "column": 13, - "index": 594 + "index": 732 } ], "DropdownButton": [ { "filePath": "src/taxonomy/taxonomy-detail/TaxonomyDetailMenu.jsx", - "line": 17, + "line": 22, "column": 4, - "index": 321 + "index": 421 } ] } @@ -19599,7 +19795,7 @@ "filePath": "src/discussions/common/AuthorLabel.jsx", "line": 78, "column": 10, - "index": 2402 + "index": 2414 }, { "filePath": "src/discussions/common/EndorsedAlertBanner.jsx", @@ -19981,7 +20177,7 @@ "filePath": "src/discussions/post-comments/comments/CommentsView.jsx", "line": 69, "column": 10, - "index": 2331 + "index": 2344 }, { "filePath": "src/discussions/posts/post-editor/PostEditor.jsx", @@ -20243,13 +20439,13 @@ "filePath": "src/discussions/post-comments/comments/CommentsView.jsx", "line": 57, "column": 8, - "index": 1862 + "index": 1875 }, { "filePath": "src/discussions/post-comments/comments/CommentsView.jsx", "line": 96, "column": 20, - "index": 3500 + "index": 3513 }, { "filePath": "src/discussions/post-comments/PostCommentsView.jsx", @@ -20397,7 +20593,7 @@ "filePath": "src/discussions/common/AuthorLabel.jsx", "line": 66, "column": 6, - "index": 2064 + "index": 2076 }, { "filePath": "src/discussions/common/HoverCard.jsx", @@ -20513,7 +20709,7 @@ "filePath": "src/discussions/common/AuthorLabel.jsx", "line": 68, "column": 10, - "index": 2109 + "index": 2121 }, { "filePath": "src/discussions/common/HoverCard.jsx", @@ -24278,9 +24474,9 @@ }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 66, + "line": 64, "column": 6, - "index": 1988 + "index": 2008 }, { "filePath": "src/components/course/CourseEnrollmentFailedAlert.jsx", @@ -24308,21 +24504,21 @@ }, { "filePath": "src/components/course/routes/CourseAbout.jsx", - "line": 50, + "line": 52, "column": 6, - "index": 1686 + "index": 1759 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", - "line": 86, + "line": 88, "column": 8, - "index": 2963 + "index": 3463 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx", - "line": 31, + "line": 48, "column": 8, - "index": 1071 + "index": 2094 }, { "filePath": "src/components/dashboard/DashboardPage.jsx", @@ -24338,9 +24534,9 @@ }, { "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx", - "line": 17, + "line": 15, "column": 6, - "index": 810 + "index": 584 }, { "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", @@ -24368,9 +24564,9 @@ }, { "filePath": "src/components/enterprise-user-subsidy/UserSubsidy.jsx", - "line": 105, + "line": 111, "column": 6, - "index": 2970 + "index": 3165 }, { "filePath": "src/components/error-page/ErrorPageContent.jsx", @@ -24392,9 +24588,9 @@ }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 112, + "line": 111, "column": 6, - "index": 4296 + "index": 4324 }, { "filePath": "src/components/license-activation/LicenseActivation.jsx", @@ -24468,6 +24664,12 @@ "column": 8, "index": 2342 }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 18, + "column": 4, + "index": 664 + }, { "filePath": "src/components/search/content-highlights/ContentHighlights.jsx", "line": 26, @@ -24518,9 +24720,9 @@ }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 185, + "line": 186, "column": 10, - "index": 7056 + "index": 7160 } ], "Skeleton": [ @@ -24550,9 +24752,9 @@ }, { "filePath": "src/components/course/CourseSidebarPrice.jsx", - "line": 39, + "line": 37, "column": 11, - "index": 1698 + "index": 1718 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", @@ -24562,27 +24764,27 @@ }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 126, + "line": 125, "column": 16, - "index": 4767 + "index": 4795 }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 131, + "line": 130, "column": 16, - "index": 4969 + "index": 4997 }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 153, + "line": 152, "column": 16, - "index": 6051 + "index": 6079 }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 161, + "line": 160, "column": 16, - "index": 6328 + "index": 6356 }, { "filePath": "src/components/pathway/PathwayModal.jsx", @@ -24678,9 +24880,9 @@ }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 71, + "line": 69, "column": 16, - "index": 2176 + "index": 2196 }, { "filePath": "src/components/pathway-progress/PathwayProgressHeader.jsx", @@ -24762,9 +24964,9 @@ }, { "filePath": "src/components/course/course-header/CourseRunCards.jsx", - "line": 26, + "line": 27, "column": 4, - "index": 725 + "index": 793 }, { "filePath": "src/components/course/CourseRecommendations.jsx", @@ -24914,9 +25116,9 @@ }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 31, - "column": 4, - "index": 1304 + "line": 15, + "column": 2, + "index": 379 }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", @@ -24926,15 +25128,15 @@ }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 192, + "line": 200, "column": 10, - "index": 6928 + "index": 7234 }, { "filePath": "src/components/my-career/CategoryCard.jsx", - "line": 126, + "line": 124, "column": 4, - "index": 4267 + "index": 4306 }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", @@ -24966,6 +25168,12 @@ "column": 4, "index": 1847 }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 44, + "column": 10, + "index": 1457 + }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", "line": 55, @@ -25024,9 +25232,9 @@ }, { "filePath": "src/components/app/AuthenticatedPage.jsx", - "line": 40, + "line": 48, "column": 8, - "index": 1793 + "index": 2136 }, { "filePath": "src/components/course/CourseAssociatedPrograms.jsx", @@ -25040,18 +25248,6 @@ "column": 16, "index": 2467 }, - { - "filePath": "src/components/course/CourseSidebar.jsx", - "line": 66, - "column": 16, - "index": 2574 - }, - { - "filePath": "src/components/course/CourseSidebar.jsx", - "line": 90, - "column": 14, - "index": 3325 - }, { "filePath": "src/components/course/CreatedBy.jsx", "line": 38, @@ -25066,21 +25262,27 @@ }, { "filePath": "src/components/course/data/utils.jsx", - "line": 609, + "line": 610, "column": 12, - "index": 21795 + "index": 21786 }, { "filePath": "src/components/course/data/utils.jsx", - "line": 625, + "line": 626, "column": 12, - "index": 22173 + "index": 22164 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", - "line": 98, + "line": 100, "column": 30, - "index": 3400 + "index": 3900 + }, + { + "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx", + "line": 51, + "column": 16, + "index": 2297 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/ContinueLearningButton.jsx", @@ -25120,21 +25322,21 @@ }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 50, - "column": 16, - "index": 2069 + "line": 34, + "column": 14, + "index": 1106 }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 69, - "column": 16, - "index": 3121 + "line": 53, + "column": 14, + "index": 2120 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 328, + "line": 336, "column": 26, - "index": 13001 + "index": 13307 }, { "filePath": "src/components/my-career/SkillsRecommendationCourses.jsx", @@ -25194,9 +25396,9 @@ }, { "filePath": "src/components/my-career/CategoryCard.jsx", - "line": 127, + "line": 125, "column": 6, - "index": 4299 + "index": 4338 }, { "filePath": "src/components/pathway-progress/PathwayProgressCard.jsx", @@ -25310,15 +25512,15 @@ }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 34, - "column": 10, - "index": 1404 + "line": 18, + "column": 8, + "index": 473 }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 44, - "column": 10, - "index": 1697 + "line": 28, + "column": 8, + "index": 746 }, { "filePath": "src/components/executive-education-2u/components/RegistrationSummaryCard.jsx", @@ -25328,27 +25530,27 @@ }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 197, + "line": 205, "column": 14, - "index": 7071 + "index": 7377 }, { "filePath": "src/components/my-career/CategoryCard.jsx", - "line": 128, + "line": 126, "column": 6, - "index": 4364 + "index": 4403 }, { "filePath": "src/components/my-career/CategoryCard.jsx", - "line": 142, + "line": 140, "column": 8, - "index": 4810 + "index": 4849 }, { "filePath": "src/components/my-career/CategoryCard.jsx", - "line": 173, + "line": 171, "column": 8, - "index": 5719 + "index": 5758 }, { "filePath": "src/components/pathway-progress/PathwayNode.jsx", @@ -25392,6 +25594,24 @@ "column": 6, "index": 2920 }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 45, + "column": 12, + "index": 1476 + }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 48, + "column": 12, + "index": 1638 + }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 51, + "column": 12, + "index": 1801 + }, { "filePath": "src/components/search/content-highlights/HighlightedContentCard.jsx", "line": 77, @@ -25483,6 +25703,12 @@ "line": 32, "column": 8, "index": 1152 + }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 49, + "column": 14, + "index": 1715 } ], "MailtoLink": [ @@ -25494,15 +25720,15 @@ }, { "filePath": "src/components/course/data/utils.jsx", - "line": 644, + "line": 645, "column": 12, - "index": 22642 + "index": 22633 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", - "line": 27, - "column": 10, - "index": 927 + "line": 26, + "column": 20, + "index": 885 }, { "filePath": "src/components/dashboard/sidebar/SupportInformation.jsx", @@ -25524,9 +25750,9 @@ }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 275, + "line": 283, "column": 32, - "index": 10419 + "index": 10725 }, { "filePath": "src/components/program-progress/CouponCodesWarningModal.jsx", @@ -25539,6 +25765,12 @@ "line": 29, "column": 8, "index": 1000 + }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 24, + "column": 16, + "index": 822 } ], "Button": [ @@ -25556,21 +25788,21 @@ }, { "filePath": "src/components/course/data/utils.jsx", - "line": 608, + "line": 609, "column": 6, - "index": 21775 + "index": 21766 }, { "filePath": "src/components/course/data/utils.jsx", - "line": 624, + "line": 625, "column": 6, - "index": 22153 + "index": 22144 }, { "filePath": "src/components/course/data/utils.jsx", - "line": 643, + "line": 644, "column": 6, - "index": 22622 + "index": 22613 }, { "filePath": "src/components/course/enrollment/components/ToExecutiveEducation2UEnrollment.jsx", @@ -25592,9 +25824,15 @@ }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", - "line": 98, + "line": 100, "column": 18, - "index": 3388 + "index": 3888 + }, + { + "filePath": "src/components/course/routes/ExternalCourseEnrollmentConfirmation.jsx", + "line": 50, + "column": 10, + "index": 2273 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/AssignedCourseCard.jsx", @@ -25646,15 +25884,15 @@ }, { "filePath": "src/components/dashboard/sidebar/SubsidiesSummary.jsx", - "line": 95, + "line": 124, "column": 6, - "index": 3428 + "index": 4472 }, { "filePath": "src/components/enterprise-banner/EnterpriseBanner.jsx", - "line": 24, + "line": 21, "column": 12, - "index": 1086 + "index": 820 }, { "filePath": "src/components/enterprise-invite/EnterpriseInvitePage.jsx", @@ -25682,15 +25920,15 @@ }, { "filePath": "src/components/my-career/CategoryCard.jsx", - "line": 130, + "line": 128, "column": 10, - "index": 4447 + "index": 4486 }, { "filePath": "src/components/my-career/CategoryCard.jsx", - "line": 152, + "line": 150, "column": 8, - "index": 5118 + "index": 5157 }, { "filePath": "src/components/my-career/SearchJobRole.jsx", @@ -25758,6 +25996,18 @@ "column": 10, "index": 2034 }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 23, + "column": 10, + "index": 798 + }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 53, + "column": 14, + "index": 1941 + }, { "filePath": "src/components/skills-quiz/SkillsCourses.jsx", "line": 143, @@ -25766,53 +26016,53 @@ }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 275, + "line": 276, "column": 16, - "index": 10997 + "index": 11101 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 287, + "line": 288, "column": 12, - "index": 11520 + "index": 11624 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 291, + "line": 292, "column": 12, - "index": 11685 + "index": 11789 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 299, + "line": 300, "column": 12, - "index": 11969 + "index": 12073 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 303, + "line": 304, "column": 12, - "index": 12139 + "index": 12243 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 306, + "line": 307, "column": 12, - "index": 12307 + "index": 12411 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 310, + "line": 311, "column": 12, - "index": 12477 + "index": 12581 } ], "Row": [ { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 67, + "line": 65, "column": 8, - "index": 2018 + "index": 2038 }, { "filePath": "src/components/course/CourseReview.jsx", @@ -25840,15 +26090,15 @@ }, { "filePath": "src/components/course/routes/CourseAbout.jsx", - "line": 51, + "line": 53, "column": 8, - "index": 1733 + "index": 1806 }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", - "line": 87, + "line": 89, "column": 10, - "index": 3012 + "index": 3512 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", @@ -25924,9 +26174,9 @@ }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 32, - "column": 6, - "index": 1342 + "line": 16, + "column": 4, + "index": 415 }, { "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx", @@ -25948,39 +26198,39 @@ }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 134, + "line": 133, "column": 14, - "index": 5089 + "index": 5117 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 213, + "line": 221, "column": 16, - "index": 7764 + "index": 8070 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 253, + "line": 261, "column": 16, - "index": 9364 + "index": 9670 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 286, + "line": 294, "column": 18, - "index": 10776 + "index": 11082 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 314, + "line": 322, "column": 16, - "index": 12288 + "index": 12594 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 351, + "line": 359, "column": 16, - "index": 14056 + "index": 14362 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -26054,6 +26304,12 @@ "column": 2, "index": 183 }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 42, + "column": 6, + "index": 1412 + }, { "filePath": "src/components/skills-quiz/SkillsQuiz.jsx", "line": 23, @@ -26064,21 +26320,21 @@ "Col": [ { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 68, + "line": 66, "column": 10, - "index": 2051 + "index": 2071 }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 116, + "line": 114, "column": 10, - "index": 3973 + "index": 3993 }, { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 122, + "line": 120, "column": 10, - "index": 4232 + "index": 4252 }, { "filePath": "src/components/course/CourseReview.jsx", @@ -26130,9 +26386,9 @@ }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", - "line": 88, + "line": 90, "column": 12, - "index": 3030 + "index": 3530 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/BaseCourseCard.jsx", @@ -26208,15 +26464,15 @@ }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 33, - "column": 8, - "index": 1373 + "line": 17, + "column": 6, + "index": 444 }, { "filePath": "src/components/executive-education-2u/components/EnrollmentCompletedSummaryCard.jsx", - "line": 43, - "column": 8, - "index": 1666 + "line": 27, + "column": 6, + "index": 717 }, { "filePath": "src/components/executive-education-2u/components/ErrorPageContent.jsx", @@ -26250,45 +26506,45 @@ }, { "filePath": "src/components/executive-education-2u/ExecutiveEducation2UPage.jsx", - "line": 135, + "line": 134, "column": 16, - "index": 5128 + "index": 5156 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 214, + "line": 222, "column": 18, - "index": 7805 + "index": 8111 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 233, + "line": 241, "column": 18, - "index": 8601 + "index": 8907 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 254, + "line": 262, "column": 18, - "index": 9405 + "index": 9711 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 287, + "line": 295, "column": 20, - "index": 10802 + "index": 11108 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 315, + "line": 323, "column": 18, - "index": 12312 + "index": 12618 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 352, + "line": 360, "column": 18, - "index": 14097 + "index": 14403 }, { "filePath": "src/components/pathway/PathwayModal.jsx", @@ -26355,14 +26611,20 @@ "line": 15, "column": 4, "index": 387 + }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 43, + "column": 8, + "index": 1426 } ], "Badge": [ { "filePath": "src/components/course/course-header/CourseHeader.jsx", - "line": 98, + "line": 96, "column": 84, - "index": 3255 + "index": 3275 }, { "filePath": "src/components/course/CourseSkills.jsx", @@ -26500,21 +26762,21 @@ }, { "filePath": "src/components/my-career/CategoryCard.jsx", - "line": 26, + "line": 22, "column": 60, - "index": 1075 + "index": 1068 }, { "filePath": "src/components/my-career/CategoryCard.jsx", - "line": 27, + "line": 23, "column": 64, - "index": 1157 + "index": 1150 }, { "filePath": "src/components/my-career/CategoryCard.jsx", - "line": 28, + "line": 24, "column": 55, - "index": 1230 + "index": 1223 }, { "filePath": "src/components/my-career/VisualizeCareer.jsx", @@ -26524,9 +26786,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 45, + "line": 50, "column": 72, - "index": 1869 + "index": 2222 } ], "PlayCircleFilled": [ @@ -26578,6 +26840,12 @@ "column": 2, "index": 219 }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 34, + "column": 8, + "index": 1070 + }, { "filePath": "src/components/search/content-highlights/ContentHighlights.jsx", "line": 38, @@ -26586,9 +26854,9 @@ }, { "filePath": "src/components/search/Search.jsx", - "line": 139, + "line": 190, "column": 10, - "index": 5107 + "index": 7302 }, { "filePath": "src/components/site-header/SiteHeaderLogos.jsx", @@ -26610,9 +26878,9 @@ }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 266, + "line": 267, "column": 20, - "index": 10634 + "index": 10738 } ], "Alert": [ @@ -26636,9 +26904,9 @@ }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", - "line": 92, + "line": 94, "column": 14, - "index": 3143 + "index": 3643 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/course-cards/email-settings/EmailSettingsModal.jsx", @@ -26690,9 +26958,9 @@ }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 199, + "line": 207, "column": 16, - "index": 7174 + "index": 7480 }, { "filePath": "src/components/license-activation/LicenseActivation.jsx", @@ -26724,6 +26992,12 @@ "column": 20, "index": 3749 }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 19, + "column": 6, + "index": 709 + }, { "filePath": "src/components/search/SearchError.jsx", "line": 11, @@ -26790,9 +27064,9 @@ }, { "filePath": "src/components/course/routes/CourseAbout.jsx", - "line": 55, + "line": 57, "column": 10, - "index": 1832 + "index": 1905 }, { "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx", @@ -26858,21 +27132,21 @@ }, { "filePath": "src/components/course/routes/CourseAbout.jsx", - "line": 55, + "line": 57, "column": 32, - "index": 1854 + "index": 1927 }, { "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx", - "line": 63, + "line": 74, "column": 36, - "index": 1772 + "index": 2002 }, { "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx", - "line": 112, + "line": 123, "column": 74, - "index": 3904 + "index": 4134 }, { "filePath": "src/components/dashboard/main-content/CoursesTabComponent.jsx", @@ -26894,15 +27168,15 @@ }, { "filePath": "src/components/dashboard/tests/DashboardPage.test.jsx", - "line": 127, + "line": 135, "column": 9, - "index": 3908 + "index": 4211 }, { "filePath": "src/components/dashboard/tests/DashboardPage.test.jsx", - "line": 240, + "line": 248, "column": 62, - "index": 7264 + "index": 7567 }, { "filePath": "src/components/my-career/AddJobRole.jsx", @@ -27316,7 +27590,7 @@ "filePath": "src/components/course/CourseSidebar.jsx", "line": 41, "column": 22, - "index": 1706 + "index": 1705 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -27330,7 +27604,7 @@ "filePath": "src/components/course/CourseSidebar.jsx", "line": 48, "column": 22, - "index": 1990 + "index": 1989 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -27344,7 +27618,7 @@ "filePath": "src/components/course/CourseSidebar.jsx", "line": 56, "column": 16, - "index": 2233 + "index": 2232 } ], "Institution": [ @@ -27352,45 +27626,45 @@ "filePath": "src/components/course/CourseSidebar.jsx", "line": 62, "column": 18, - "index": 2402 + "index": 2401 }, { "filePath": "src/components/course/CourseSidebar.jsx", - "line": 117, + "line": 115, "column": 18, - "index": 4178 + "index": 4205 } ], "School": [ { "filePath": "src/components/course/CourseSidebar.jsx", - "line": 87, + "line": 86, "column": 18, - "index": 3252 + "index": 3262 } ], "Equalizer": [ { "filePath": "src/components/course/CourseSidebar.jsx", - "line": 110, + "line": 108, "column": 18, - "index": 3972 + "index": 3999 } ], "VideoFile": [ { "filePath": "src/components/course/CourseSidebar.jsx", - "line": 124, + "line": 122, "column": 18, - "index": 4430 + "index": 4457 } ], "Person": [ { "filePath": "src/components/course/CourseSidebar.jsx", - "line": 133, + "line": 131, "column": 18, - "index": 4721 + "index": 4748 }, { "filePath": "src/components/program/ProgramSidebar.jsx", @@ -27490,15 +27764,15 @@ }, { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", - "line": 103, + "line": 105, "column": 16, - "index": 3579 + "index": 4079 }, { "filePath": "src/components/dashboard/main-content/course-enrollments/CourseAssignmentAlert.jsx", - "line": 34, + "line": 32, "column": 6, - "index": 1101 + "index": 1034 }, { "filePath": "src/components/enterprise-user-subsidy/enterprise-offers/EnterpriseOffersBalanceAlert.jsx", @@ -27506,6 +27780,12 @@ "column": 8, "index": 1873 }, + { + "filePath": "src/components/search/AssignmentsOnlyEmptyState.jsx", + "line": 35, + "column": 10, + "index": 1096 + }, { "filePath": "src/components/search/SearchError.jsx", "line": 17, @@ -27522,9 +27802,9 @@ "CheckCircle": [ { "filePath": "src/components/course/routes/ExternalCourseEnrollment.jsx", - "line": 95, + "line": 97, "column": 22, - "index": 3241 + "index": 3741 }, { "filePath": "src/components/program-progress/ProgramProgressCourses.jsx", @@ -27536,9 +27816,9 @@ "ResponsiveContext.Provider": [ { "filePath": "src/components/course/routes/tests/CourseAbout.test.jsx", - "line": 68, + "line": 79, "column": 2, - "index": 1903 + "index": 2133 } ], "StatefulButton": [ @@ -27574,9 +27854,9 @@ }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 363, + "line": 371, "column": 12, - "index": 14406 + "index": 14712 }, { "filePath": "src/components/my-career/SearchJobRole.jsx", @@ -28054,9 +28334,9 @@ }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 196, + "line": 204, "column": 12, - "index": 7045 + "index": 7351 } ], "ArrowBack": [ @@ -28070,33 +28350,33 @@ "Form.Group": [ { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 215, + "line": 223, "column": 20, - "index": 7846 + "index": 8152 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 234, + "line": 242, "column": 20, - "index": 8642 + "index": 8948 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 255, + "line": 263, "column": 20, - "index": 9447 + "index": 9753 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 288, + "line": 296, "column": 22, - "index": 10830 + "index": 11136 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 316, + "line": 324, "column": 20, - "index": 12338 + "index": 12644 }, { "filePath": "src/components/my-career/SearchJobRole.jsx", @@ -28114,21 +28394,21 @@ "Form.Control": [ { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 219, + "line": 227, "column": 22, - "index": 8004 + "index": 8310 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 237, + "line": 245, "column": 22, - "index": 8750 + "index": 9056 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 258, + "line": 266, "column": 22, - "index": 9558 + "index": 9864 }, { "filePath": "src/components/program-progress/ProgramProgressCourses.jsx", @@ -28140,15 +28420,15 @@ "CheckboxControl": [ { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 290, + "line": 298, "column": 26, - "index": 10937 + "index": 11243 }, { "filePath": "src/components/executive-education-2u/UserEnrollmentForm.jsx", - "line": 318, + "line": 326, "column": 24, - "index": 12441 + "index": 12747 } ], "Plus": [ @@ -28278,9 +28558,9 @@ }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 176, + "line": 177, "column": 8, - "index": 6723 + "index": 6827 } ], "ModalDialog.Title": [ @@ -28580,81 +28860,81 @@ "Stepper": [ { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 168, + "line": 169, "column": 4, - "index": 6500 + "index": 6604 } ], "ModalDialog": [ { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 169, + "line": 170, "column": 6, - "index": 6540 + "index": 6644 } ], "ModalDialog.Body": [ { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 184, + "line": 185, "column": 8, - "index": 7027 + "index": 7131 } ], "Stepper.Step": [ { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 186, + "line": 187, "column": 12, - "index": 7090 + "index": 7194 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 255, + "line": 256, "column": 12, - "index": 10068 + "index": 10172 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 280, + "line": 281, "column": 12, - "index": 11207 + "index": 11311 } ], "Form.Checkbox": [ { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 219, + "line": 220, "column": 24, - "index": 8534 + "index": 8638 } ], "ModalDialog.Footer": [ { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 285, + "line": 286, "column": 8, - "index": 11432 + "index": 11536 } ], "Stepper.ActionRow": [ { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 286, + "line": 287, "column": 10, - "index": 11463 + "index": 11567 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 298, + "line": 299, "column": 10, - "index": 11908 + "index": 12012 }, { "filePath": "src/components/skills-quiz/SkillsQuizStepper.jsx", - "line": 305, + "line": 306, "column": 10, - "index": 12244 + "index": 12348 } ], "PageBanner": [ @@ -29712,7 +29992,7 @@ "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", "line": 119, "column": 12, - "index": 3726 + "index": 3737 }, { "filePath": "src/course-home/outline-tab/alerts/certificate-status-alert/CertificateStatusAlert.jsx", @@ -30380,7 +30660,7 @@ "filePath": "src/course-home/courseware-search/CoursewareSearch.jsx", "line": 115, "column": 14, - "index": 3537 + "index": 3548 }, { "filePath": "src/generic/PageLoading.jsx", @@ -30414,17 +30694,17 @@ "Tabs": [ { "filePath": "src/course-home/courseware-search/CoursewareResultsFilter.jsx", - "line": 45, + "line": 49, "column": 4, - "index": 1381 + "index": 1662 } ], "Tab": [ { "filePath": "src/course-home/courseware-search/CoursewareResultsFilter.jsx", - "line": 53, + "line": 58, "column": 8, - "index": 1611 + "index": 1941 } ], "Close": [ @@ -30444,41 +30724,41 @@ "SearchField.Advanced": [ { "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx", - "line": 11, + "line": 14, "column": 2, - "index": 203 + "index": 315 } ], "SearchField.Label": [ { "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx", - "line": 19, + "line": 27, "column": 6, - "index": 465 + "index": 805 } ], "SearchField.Input": [ { "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx", - "line": 20, + "line": 28, "column": 6, - "index": 493 + "index": 833 } ], "SearchField.ClearButton": [ { "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx", - "line": 21, + "line": 29, "column": 6, - "index": 557 + "index": 897 } ], "SearchField.SubmitButton": [ { "filePath": "src/course-home/courseware-search/CoursewareSearchForm.jsx", - "line": 23, + "line": 31, "column": 4, - "index": 600 + "index": 940 } ], "Search": [ @@ -35596,9 +35876,9 @@ }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/PolicyDetailView/PolicyContainer.jsx", - "line": 12, + "line": 13, "column": 4, - "index": 534 + "index": 601 }, { "filePath": "src/Configuration/Provisioning/SubsidyDetailView/TermDetail.jsx", @@ -36274,9 +36554,9 @@ }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInternalOnly.jsx", - "line": 34, + "line": 32, "column": 6, - "index": 1040 + "index": 1124 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormSubsidy.jsx", @@ -36502,9 +36782,9 @@ }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx", - "line": 68, + "line": 75, "column": 8, - "index": 2270 + "index": 2648 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx", @@ -36534,9 +36814,9 @@ }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/PolicyForm/ProvisioningFormPolicyType.jsx", - "line": 76, + "line": 83, "column": 14, - "index": 2537 + "index": 2915 }, { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormAccountType.jsx", @@ -36712,9 +36992,9 @@ "Form.Checkbox": [ { "filePath": "src/Configuration/Provisioning/ProvisioningForm/ProvisioningFormInternalOnly.jsx", - "line": 37, + "line": 35, "column": 8, - "index": 1095 + "index": 1179 } ], "StatefulButton": [ @@ -39483,9 +39763,9 @@ }, { "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 38, + "line": 39, "column": 10, - "index": 1148 + "index": 1188 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/index.jsx", @@ -40165,9 +40445,9 @@ }, { "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 63, + "line": 64, "column": 20, - "index": 1999 + "index": 2039 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", @@ -40449,9 +40729,9 @@ }, { "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 62, + "line": 63, "column": 17, - "index": 1972 + "index": 2012 }, { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", @@ -40495,9 +40775,9 @@ }, { "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 61, + "line": 62, "column": 10, - "index": 1943 + "index": 1983 }, { "filePath": "src/editors/containers/ProblemEditor/components/EditProblemView/AnswerWidget/AnswerOption.jsx", @@ -40613,9 +40893,9 @@ "ModalDialog.Header": [ { "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 56, + "line": 57, "column": 6, - "index": 1701 + "index": 1741 }, { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", @@ -40639,9 +40919,9 @@ "ModalDialog.Body": [ { "filePath": "src/editors/containers/EditorContainer/index.jsx", - "line": 68, + "line": 69, "column": 6, - "index": 2112 + "index": 2152 }, { "filePath": "src/editors/containers/ProblemEditor/components/SelectTypeModal/SelectTypeWrapper/index.jsx", @@ -42892,6 +43172,12 @@ "column": 6, "index": 5943 }, + { + "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", + "line": 258, + "column": 8, + "index": 9274 + }, { "filePath": "src/packages/exec-ed-page/components/AboutCourse.jsx", "line": 9, @@ -43090,12 +43376,6 @@ "column": 4, "index": 1931 }, - { - "filePath": "src/packages/modular-page/modules/MoreInfoCTAModule/index.jsx", - "line": 26, - "column": 4, - "index": 937 - }, { "filePath": "src/packages/modular-page/modules/PartnershipModule/index.jsx", "line": 37, @@ -43422,9 +43702,9 @@ }, { "filePath": "src/packages/search-page/components/SearchPage/index.jsx", - "line": 537, + "line": 557, "column": 10, - "index": 20186 + "index": 20933 }, { "filePath": "src/packages/search-page/components/SkillsBuilderCTA/index.jsx", @@ -43524,54 +43804,6 @@ "column": 10, "index": 1495 }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx", - "line": 83, - "column": 8, - "index": 2271 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsInput.jsx", - "line": 48, - "column": 8, - "index": 1332 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsMessages.jsx", - "line": 32, - "column": 10, - "index": 1498 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsMessages.jsx", - "line": 41, - "column": 10, - "index": 2026 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimer.jsx", - "line": 29, - "column": 14, - "index": 1032 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimer.jsx", - "line": 42, - "column": 12, - "index": 1518 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimerHeader.jsx", - "line": 22, - "column": 8, - "index": 693 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertError.jsx", - "line": 15, - "column": 6, - "index": 457 - }, { "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/index.jsx", "line": 146, @@ -43640,9 +43872,15 @@ }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 208, + "line": 221, "column": 14, - "index": 7455 + "index": 7963 + }, + { + "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", + "line": 272, + "column": 12, + "index": 9998 }, { "filePath": "src/packages/exec-ed-page/components/CourseCurriculum/index.jsx", @@ -43664,9 +43902,9 @@ }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 242, - "column": 14, - "index": 8002 + "line": 240, + "column": 10, + "index": 7890 }, { "filePath": "src/packages/exec-ed-page/components/MobileCollapsibleSection.jsx", @@ -43836,12 +44074,6 @@ "column": 16, "index": 1585 }, - { - "filePath": "src/packages/modular-page/modules/MoreInfoCTAModule/index.jsx", - "line": 41, - "column": 8, - "index": 1586 - }, { "filePath": "src/packages/modular-page/modules/PriceModule/index.jsx", "line": 92, @@ -44024,9 +44256,9 @@ }, { "filePath": "src/packages/program-page/components/AboutRouting/components/TopicRouting/index.jsx", - "line": 60, - "column": 20, - "index": 1933 + "line": 55, + "column": 18, + "index": 1751 }, { "filePath": "src/packages/program-page/components/ProgramMain/components/InstructorCard/index.jsx", @@ -44268,48 +44500,6 @@ "column": 10, "index": 2328 }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx", - "line": 19, - "column": 6, - "index": 449 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx", - "line": 38, - "column": 4, - "index": 954 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx", - "line": 75, - "column": 6, - "index": 2010 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsInput.jsx", - "line": 40, - "column": 6, - "index": 1070 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsMessages.jsx", - "line": 26, - "column": 8, - "index": 1194 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsMessages.jsx", - "line": 34, - "column": 8, - "index": 1662 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimerHeader.jsx", - "line": 15, - "column": 6, - "index": 484 - }, { "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/index.jsx", "line": 141, @@ -44398,13 +44588,13 @@ "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", "line": 256, "column": 20, - "index": 8705 + "index": 8677 }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", "line": 283, "column": 16, - "index": 9800 + "index": 9772 }, { "filePath": "src/packages/exec-ed-page/components/RequestMoreInfoButton.jsx", @@ -44492,9 +44682,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramHeader.jsx", - "line": 167, + "line": 160, "column": 16, - "index": 5009 + "index": 5000 }, { "filePath": "src/packages/program-page/components/ProgramHeader/index.jsx", @@ -44614,18 +44804,6 @@ "column": 12, "index": 2696 }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsHeaderActions.jsx", - "line": 83, - "column": 19, - "index": 2282 - }, - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimerHeader.jsx", - "line": 22, - "column": 19, - "index": 704 - }, { "filePath": "src/packages/common/ui/xpert/shared/ProactiveMessage/index.jsx", "line": 75, @@ -44634,9 +44812,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramMain/components/ProgramTrackModal/index.jsx", - "line": 119, - "column": 14, - "index": 4037 + "line": 116, + "column": 12, + "index": 3868 }, { "filePath": "src/packages/queryless-pages/templates/Trademarks.jsx", @@ -44716,9 +44894,15 @@ }, { "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", - "line": 208, + "line": 221, "column": 25, - "index": 7466 + "index": 7974 + }, + { + "filePath": "src/packages/degree-page/template/DegreeDetailPage/index.jsx", + "line": 272, + "column": 23, + "index": 10009 }, { "filePath": "src/packages/home-page/components/Audiences/index.jsx", @@ -44774,12 +44958,6 @@ "column": 23, "index": 3077 }, - { - "filePath": "src/packages/modular-page/modules/MoreInfoCTAModule/index.jsx", - "line": 41, - "column": 19, - "index": 1597 - }, { "filePath": "src/packages/open-course-page/components/ProgramUpsell/ProgramUpsellWidget.jsx", "line": 130, @@ -45252,9 +45430,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramHeader.jsx", - "line": 152, + "line": 145, "column": 16, - "index": 4498 + "index": 4489 }, { "filePath": "src/packages/program-page/components/ProgramHeader/index.jsx", @@ -45290,9 +45468,9 @@ }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 242, - "column": 25, - "index": 8013 + "line": 240, + "column": 21, + "index": 7901 } ], "PlayCircleFilled": [ @@ -45306,7 +45484,7 @@ "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", "line": 283, "column": 99, - "index": 9883 + "index": 9855 }, { "filePath": "src/packages/open-course-page/components/CourseHeader/components/CourseVideo.jsx", @@ -45315,44 +45493,6 @@ "index": 1630 } ], - "Send": [ - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertConversationsInput.jsx", - "line": 48, - "column": 19, - "index": 1343 - } - ], - "Compass": [ - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimer.jsx", - "line": 29, - "column": 35, - "index": 1053 - }, - { - "filePath": "src/packages/program-page/components/ProgramPathway/index.jsx", - "line": 285, - "column": 18, - "index": 10542 - } - ], - "Groups": [ - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertDisclaimer.jsx", - "line": 42, - "column": 33, - "index": 1539 - } - ], - "Thunderstorm": [ - { - "filePath": "src/packages/common/ui/xpert/Chatbot/components/XpertError.jsx", - "line": 16, - "column": 13, - "index": 476 - } - ], "Minimize": [ { "filePath": "src/packages/common/ui/xpert/experiments/ChatFloatingActionButton/index.jsx", @@ -45462,9 +45602,9 @@ }, { "filePath": "src/packages/program-page/components/ProgramHeader.jsx", - "line": 97, + "line": 98, "column": 15, - "index": 2910 + "index": 2998 }, { "filePath": "src/packages/program-page/components/ProgramHeader/index.jsx", @@ -45904,15 +46044,15 @@ "Breadcrumb": [ { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 239, - "column": 14, - "index": 7857 + "line": 237, + "column": 10, + "index": 7757 }, { "filePath": "src/packages/exec-ed-page/components/CourseHeader2U/index.jsx", - "line": 243, - "column": 14, - "index": 8043 + "line": 241, + "column": 10, + "index": 7927 }, { "filePath": "src/packages/search-page/components/SearchBreadcrumb/index.jsx", @@ -46760,9 +46900,9 @@ "ArrowRightAlt": [ { "filePath": "src/packages/program-page/components/AboutRouting/components/TopicRouting/index.jsx", - "line": 60, - "column": 31, - "index": 1944 + "line": 55, + "column": 29, + "index": 1762 } ], "ExpandCircleDown": [ @@ -46794,9 +46934,9 @@ "Modal": [ { "filePath": "src/packages/program-page/components/ProgramMain/components/ProgramTrackModal/index.jsx", - "line": 113, - "column": 6, - "index": 3834 + "line": 110, + "column": 4, + "index": 3677 } ], "LocalOffer": [ @@ -46925,6 +47065,14 @@ "index": 6882 } ], + "Compass": [ + { + "filePath": "src/packages/program-page/components/ProgramPathway/index.jsx", + "line": 285, + "column": 18, + "index": 10542 + } + ], "StatusAlert": [ { "filePath": "src/packages/queryless-pages/templates/AppUpgrade.jsx", diff --git a/icons/.svgrrc.js b/icons/.svgrrc.js index 5b81235313..f9db8850f1 100644 --- a/icons/.svgrrc.js +++ b/icons/.svgrrc.js @@ -56,7 +56,7 @@ module.exports = { [ "@svgr/babel-plugin-add-jsx-attribute", { - "elements": ["path"], + "elements": ["path", "circle"], "attributes": [ { "name": "fill", diff --git a/icons/es5/Accessible.js b/icons/es5/Accessible.js index 91791387a0..18b13e9907 100644 --- a/icons/es5/Accessible.js +++ b/icons/es5/Accessible.js @@ -9,7 +9,8 @@ const SvgAccessible = props => /*#__PURE__*/React.createElement("svg", _extends( }, props), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 4, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M19 13v-2c-1.54.02-3.09-.75-4.07-1.83l-1.29-1.43c-.17-.19-.38-.34-.61-.45-.01 0-.01-.01-.02-.01H13c-.37-.21-.78-.31-1.25-.25C10.73 7.15 10 8.07 10 9.1V17h7v5h2v-7.5h-5v-3.45c1.29 1.07 3.25 1.94 5 1.95zm-6.17 5c-.41 1.16-1.52 2-2.83 2-1.66 0-3-1.34-3-3 0-1.31.84-2.41 2-2.83V12.1a5 5 0 1 0 5.9 5.9h-2.07z", fill: "currentColor" diff --git a/icons/es5/AccessibleForward.js b/icons/es5/AccessibleForward.js index 168232606f..190389f680 100644 --- a/icons/es5/AccessibleForward.js +++ b/icons/es5/AccessibleForward.js @@ -9,7 +9,8 @@ const SvgAccessibleForward = props => /*#__PURE__*/React.createElement("svg", _e }, props), /*#__PURE__*/React.createElement("circle", { cx: 18, cy: 4.54, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M15 17h-2c0 1.65-1.35 3-3 3s-3-1.35-3-3 1.35-3 3-3v-2c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5zm5-3.5h-3.86l1.67-3.67C18.42 8.5 17.44 7 15.96 7h-5.2c-.81 0-1.54.47-1.87 1.2L8.22 10l1.92.53.65-1.53H13l-3.12 7H18v5h2v-7.5z", fill: "currentColor" diff --git a/icons/es5/AssistWalker.js b/icons/es5/AssistWalker.js index b810d3014e..3e16d07d8a 100644 --- a/icons/es5/AssistWalker.js +++ b/icons/es5/AssistWalker.js @@ -9,7 +9,8 @@ const SvgAssistWalker = props => /*#__PURE__*/React.createElement("svg", _extend }, props), /*#__PURE__*/React.createElement("circle", { cx: 12.5, cy: 4.5, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M19.77 17.72 19 10h-3c-1.5-.02-2.86-.54-3.76-1.44l-2-1.98A1.95 1.95 0 0 0 8.83 6c-.51 0-1.02.2-1.41.59l-4.2 4.17 2.08 4.07-3.15 4.05 1.57 1.24 3.68-4.73-.17-1.36.77.72V20h2v-6.12l-2.12-2.12 2.36-2.36c.94.94 1.72 1.82 3.59 2.32L13 20h1.5l.41-3.5h3.18l.14 1.22c-.44.26-.73.74-.73 1.28 0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5c0-.54-.29-1.02-.73-1.28zM15.09 15l.41-3.5h2l.41 3.5h-2.82z", fill: "currentColor" diff --git a/icons/es5/Attribution.js b/icons/es5/Attribution.js index f9a9c3bbce..04387e2e58 100644 --- a/icons/es5/Attribution.js +++ b/icons/es5/Attribution.js @@ -12,6 +12,7 @@ const SvgAttribution = props => /*#__PURE__*/React.createElement("svg", _extends }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 6.5, - r: 1.5 + r: 1.5, + fill: "currentColor" })); export default SvgAttribution; \ No newline at end of file diff --git a/icons/es5/Bathtub.js b/icons/es5/Bathtub.js index 1062a23130..1e449ba2f0 100644 --- a/icons/es5/Bathtub.js +++ b/icons/es5/Bathtub.js @@ -9,7 +9,8 @@ const SvgBathtub = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 7, cy: 7, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M20 13V4.83C20 3.27 18.73 2 17.17 2c-.75 0-1.47.3-2 .83l-1.25 1.25c-.16-.05-.33-.08-.51-.08-.4 0-.77.12-1.08.32l2.76 2.76c.2-.31.32-.68.32-1.08 0-.18-.03-.34-.07-.51l1.25-1.25a.828.828 0 0 1 1.41.59V13h-6.85c-.3-.21-.57-.45-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5A2.251 2.251 0 0 0 5 12.25V13H2v8h2v1h16v-1h2v-8h-2z", fill: "currentColor" diff --git a/icons/es5/Biotech.js b/icons/es5/Biotech.js index 522e64fec6..40f57e6be3 100644 --- a/icons/es5/Biotech.js +++ b/icons/es5/Biotech.js @@ -15,6 +15,7 @@ const SvgBiotech = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 10.5, cy: 8, - r: 1.5 + r: 1.5, + fill: "currentColor" })); export default SvgBiotech; \ No newline at end of file diff --git a/icons/es5/Blind.js b/icons/es5/Blind.js index e9679050a1..8f11d3e47e 100644 --- a/icons/es5/Blind.js +++ b/icons/es5/Blind.js @@ -9,7 +9,8 @@ const SvgBlind = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 11.5, cy: 3.5, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M12.13 7.12c-.17-.35-.44-.65-.8-.85a1.98 1.98 0 0 0-1.93-.03v-.01L4 9.3V14h2v-3.54l1.5-.85C7.18 10.71 7 11.85 7 13v5.33L4.4 21.8 6 23l3-4 .22-3.54L11 18v5h2v-6.5l-1.97-2.81c-.04-.52-.14-1.76.45-3.4.75 1.14 1.88 1.98 3.2 2.41L20.63 23l.87-.5-5.48-9.5H17v-2c-.49 0-2.88.17-4.08-2.21", fill: "currentColor" diff --git a/icons/es5/BlurOff.js b/icons/es5/BlurOff.js index 6f790646b0..d3aaa42d49 100644 --- a/icons/es5/BlurOff.js +++ b/icons/es5/BlurOff.js @@ -9,47 +9,55 @@ const SvgBlurOff = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 14, cy: 6, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "m13.8 11.48.2.02c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5-1.5.67-1.5 1.5l.02.2c.09.67.61 1.19 1.28 1.28zM14 3.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5zm-4 0c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z", fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 18, cy: 10, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 18, cy: 6, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M21 10.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5-.5.22-.5.5.22.5.5.5z", fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 6, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 18, cy: 14, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 6, cy: 18, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M14 20.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7-7c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm-18 0c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z", fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 18, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M3 9.5c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5zm7 11c-.28 0-.5.22-.5.5s.22.5.5.5.5-.22.5-.5-.22-.5-.5-.5z", fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 6, cy: 14, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M2.5 5.27 6 8.77l.28.28L6 9c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l2.81 2.81c-.71.11-1.25.73-1.25 1.47 0 .83.67 1.5 1.5 1.5.74 0 1.36-.54 1.47-1.25l2.81 2.81A.875.875 0 0 0 14 17c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1c0-.1-.03-.19-.06-.28l3.78 3.78h.01l1.41-1.41L3.91 3.86 2.5 5.27z", fill: "currentColor" diff --git a/icons/es5/Brightness1.js b/icons/es5/Brightness1.js index 18b23df11d..a754962072 100644 --- a/icons/es5/Brightness1.js +++ b/icons/es5/Brightness1.js @@ -9,6 +9,7 @@ const SvgBrightness1 = props => /*#__PURE__*/React.createElement("svg", _extends }, props), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 12, - r: 10 + r: 10, + fill: "currentColor" })); export default SvgBrightness1; \ No newline at end of file diff --git a/icons/es5/BubbleChart.js b/icons/es5/BubbleChart.js index 5788bcefc5..813ddd0b1a 100644 --- a/icons/es5/BubbleChart.js +++ b/icons/es5/BubbleChart.js @@ -9,14 +9,17 @@ const SvgBubbleChart = props => /*#__PURE__*/React.createElement("svg", _extends }, props), /*#__PURE__*/React.createElement("circle", { cx: 7.2, cy: 14.4, - r: 3.2 + r: 3.2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 14.8, cy: 18, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15.2, cy: 8.8, - r: 4.8 + r: 4.8, + fill: "currentColor" })); export default SvgBubbleChart; \ No newline at end of file diff --git a/icons/es5/CameraAlt.js b/icons/es5/CameraAlt.js index e1733fde30..644cb5fa93 100644 --- a/icons/es5/CameraAlt.js +++ b/icons/es5/CameraAlt.js @@ -9,7 +9,8 @@ const SvgCameraAlt = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 12, - r: 3 + r: 3, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M16.83 4 15 2H9L7.17 4H2v16h20V4h-5.17zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z", fill: "currentColor" diff --git a/icons/es5/Category.js b/icons/es5/Category.js index 5b380c80b1..96cce0b813 100644 --- a/icons/es5/Category.js +++ b/icons/es5/Category.js @@ -12,7 +12,8 @@ const SvgCategory = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 17.5, cy: 17.5, - r: 4.5 + r: 4.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M3 13.5h8v8H3z", fill: "currentColor" diff --git a/icons/es5/CheckCircleLightOutline.js b/icons/es5/CheckCircleLightOutline.js index 52e7028243..2b77fa7780 100644 --- a/icons/es5/CheckCircleLightOutline.js +++ b/icons/es5/CheckCircleLightOutline.js @@ -1,21 +1,16 @@ +function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from "react"; - -const SvgCheckCircleOutline = props => /*#__PURE__*/React.createElement("svg", { - width: "57", - height: "57", +const SvgCheckCircleLightOutline = props => /*#__PURE__*/React.createElement("svg", _extends({ + width: 24, + height: 24, viewBox: "0 0 57 57", fill: "none", - xmlns: "http://www.w3.org/2000/svg", -}, React.createElement("circle", { - cx: "28.5", - cy: "28.5", - r: "26.5", - stroke: "#00262B", - strokeWidth: "3", -}), React.createElement("path", { - d: "M12.658 29.9736L22.2369 39.5525L44.3422 17.4473", - stroke: "#00262B", - strokeWidth: "3", + xmlns: "http://www.w3.org/2000/svg" +}, props), /*#__PURE__*/React.createElement("path", { + d: "M28.5.5C13.054.5.5 13.054.5 28.5s12.554 28 28 28 28-12.554 28-28-12.554-28-28-28zm0 3c13.825 0 25 11.175 25 25s-11.175 25-25 25-25-11.175-25-25 11.175-25 25-25z", + fill: "currentColor" +}), /*#__PURE__*/React.createElement("path", { + d: "M43.281 16.387 22.236 37.432l-8.517-8.52-2.121 2.123 10.638 10.639 23.166-23.166Z", + fill: "currentColor" })); - -export default SvgCheckCircleOutline; +export default SvgCheckCircleLightOutline; \ No newline at end of file diff --git a/icons/es5/ChildCare.js b/icons/es5/ChildCare.js index 92f5066d14..dc52e13c05 100644 --- a/icons/es5/ChildCare.js +++ b/icons/es5/ChildCare.js @@ -9,11 +9,13 @@ const SvgChildCare = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 14.5, cy: 10.5, - r: 1.25 + r: 1.25, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 9.5, cy: 10.5, - r: 1.25 + r: 1.25, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M12 17c2.01 0 3.74-1.23 4.5-3h-9c.76 1.77 2.49 3 4.5 3zm10.94-5.66a4.008 4.008 0 0 0-2.81-3.17 9.114 9.114 0 0 0-2.19-2.91C16.36 3.85 14.28 3 12 3s-4.36.85-5.94 2.26c-.92.81-1.67 1.8-2.19 2.91a3.994 3.994 0 0 0-2.81 3.17c-.04.21-.06.43-.06.66 0 .23.02.45.06.66a4.008 4.008 0 0 0 2.81 3.17 8.977 8.977 0 0 0 2.17 2.89C7.62 20.14 9.71 21 12 21s4.38-.86 5.97-2.28c.9-.8 1.65-1.79 2.17-2.89a3.998 3.998 0 0 0 2.8-3.17c.04-.21.06-.43.06-.66 0-.23-.02-.45-.06-.66zM19 14c-.1 0-.19-.02-.29-.03-.2.67-.49 1.29-.86 1.86C16.6 17.74 14.45 19 12 19s-4.6-1.26-5.85-3.17c-.37-.57-.66-1.19-.86-1.86-.1.01-.19.03-.29.03-1.1 0-2-.9-2-2s.9-2 2-2c.1 0 .19.02.29.03.2-.67.49-1.29.86-1.86C7.4 6.26 9.55 5 12 5s4.6 1.26 5.85 3.17c.37.57.66 1.19.86 1.86.1-.01.19-.03.29-.03 1.1 0 2 .9 2 2s-.9 2-2 2z", fill: "currentColor" diff --git a/icons/es5/CoPresent.js b/icons/es5/CoPresent.js index a311d3b0e0..fb77d1fd12 100644 --- a/icons/es5/CoPresent.js +++ b/icons/es5/CoPresent.js @@ -12,7 +12,8 @@ const SvgCoPresent = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 10, - r: 4 + r: 4, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M15.39 16.56C13.71 15.7 11.53 15 9 15s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 1 19.22V22h16v-2.78c0-1.12-.61-2.15-1.61-2.66z", fill: "currentColor" diff --git a/icons/es5/CoffeeMaker.js b/icons/es5/CoffeeMaker.js index 481a5355a5..9a98e3d411 100644 --- a/icons/es5/CoffeeMaker.js +++ b/icons/es5/CoffeeMaker.js @@ -12,6 +12,7 @@ const SvgCoffeeMaker = props => /*#__PURE__*/React.createElement("svg", _extends }), /*#__PURE__*/React.createElement("circle", { cx: 13, cy: 9, - r: 1 + r: 1, + fill: "currentColor" })); export default SvgCoffeeMaker; \ No newline at end of file diff --git a/icons/es5/CompassCalibration.js b/icons/es5/CompassCalibration.js index 0e89e5ca30..32bda2e830 100644 --- a/icons/es5/CompassCalibration.js +++ b/icons/es5/CompassCalibration.js @@ -9,7 +9,8 @@ const SvgCompassCalibration = props => /*#__PURE__*/React.createElement("svg", _ }, props), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 17, - r: 4 + r: 4, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M12 3C8.1 3 4.56 4.59 2 7.15l5 5a7.06 7.06 0 0 1 10-.01l5-5C19.44 4.59 15.9 3 12 3z", fill: "currentColor" diff --git a/icons/es5/ControlCamera.js b/icons/es5/ControlCamera.js index ea6591758e..92d2b2a728 100644 --- a/icons/es5/ControlCamera.js +++ b/icons/es5/ControlCamera.js @@ -12,6 +12,7 @@ const SvgControlCamera = props => /*#__PURE__*/React.createElement("svg", _exten }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 12, - r: 3 + r: 3, + fill: "currentColor" })); export default SvgControlCamera; \ No newline at end of file diff --git a/icons/es5/Deblur.js b/icons/es5/Deblur.js index 0c2c97693d..cadec11e0e 100644 --- a/icons/es5/Deblur.js +++ b/icons/es5/Deblur.js @@ -12,50 +12,62 @@ const SvgDeblur = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 6, cy: 14, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 6, cy: 18, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 6, cy: 10, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 3, cy: 10, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 6, cy: 6, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 3, cy: 14, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 21, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 3, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 6, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 14, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 10, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 18, - r: 1 + r: 1, + fill: "currentColor" })); export default SvgDeblur; \ No newline at end of file diff --git a/icons/es5/Diversity1.js b/icons/es5/Diversity1.js index 3bb1eee287..7d3026aa73 100644 --- a/icons/es5/Diversity1.js +++ b/icons/es5/Diversity1.js @@ -9,14 +9,16 @@ const SvgDiversity1 = props => /*#__PURE__*/React.createElement("svg", _extends( }, props), /*#__PURE__*/React.createElement("circle", { cx: 4, cy: 14, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M1.22 17.58A2.01 2.01 0 0 0 0 19.43V21h4.5v-1.61c0-.83.23-1.61.63-2.29-.37-.06-.74-.1-1.13-.1-.99 0-1.93.21-2.78.58z", fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 20, cy: 14, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M22.78 17.58A6.95 6.95 0 0 0 20 17c-.39 0-.76.04-1.13.1.4.68.63 1.46.63 2.29V21H24v-1.57c0-.81-.48-1.53-1.22-1.85zm-6.54-.93c-1.17-.52-2.61-.9-4.24-.9-1.63 0-3.07.39-4.24.9A2.988 2.988 0 0 0 6 19.39V21h12v-1.61c0-1.18-.68-2.26-1.76-2.74zM9 12c0 1.66 1.34 3 3 3s3-1.34 3-3-1.34-3-3-3-3 1.34-3 3z", fill: "currentColor" diff --git a/icons/es5/EmojiPeople.js b/icons/es5/EmojiPeople.js index bef65083f1..ab8009276a 100644 --- a/icons/es5/EmojiPeople.js +++ b/icons/es5/EmojiPeople.js @@ -9,7 +9,8 @@ const SvgEmojiPeople = props => /*#__PURE__*/React.createElement("svg", _extends }, props), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 4, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M15.89 8.11C15.5 7.72 14.83 7 13.53 7h-2.54C8.24 6.99 6 4.75 6 2H4c0 3.16 2.11 5.84 5 6.71V22h2v-6h2v6h2V10.05L18.95 14l1.41-1.41-4.47-4.48z", fill: "currentColor" diff --git a/icons/es5/EmojiSymbols.js b/icons/es5/EmojiSymbols.js index 618efb54f4..acdabe2849 100644 --- a/icons/es5/EmojiSymbols.js +++ b/icons/es5/EmojiSymbols.js @@ -12,11 +12,13 @@ const SvgEmojiSymbols = props => /*#__PURE__*/React.createElement("svg", _extend }), /*#__PURE__*/React.createElement("circle", { cx: 14.5, cy: 14.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 19.5, cy: 19.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M15.5 11A2.5 2.5 0 0 0 18 8.5V4h3V2h-4v4.51c-.42-.32-.93-.51-1.5-.51a2.5 2.5 0 0 0 0 5zm-5.76 4.96-1.41 1.41-.71-.71.35-.35a2.499 2.499 0 0 0-1.77-4.27 2.499 2.499 0 0 0-1.77 4.27l.35.35-1.06 1.06c-.98.98-.98 2.56 0 3.54.5.5 1.14.74 1.78.74s1.28-.24 1.77-.73l1.06-1.06 1.41 1.41 1.41-1.41-1.41-1.41 1.41-1.41-1.41-1.43zM5.85 14.2c.12-.12.26-.15.35-.15s.23.03.35.15c.19.2.19.51 0 .71l-.35.35-.35-.36a.501.501 0 0 1 0-.7zm0 5.65c-.12.12-.26.15-.35.15s-.23-.03-.35-.15a.513.513 0 0 1 0-.71l1.06-1.06.71.71-1.07 1.06z", fill: "currentColor" diff --git a/icons/es5/Face2.js b/icons/es5/Face2.js index edfcabab71..a066e5635b 100644 --- a/icons/es5/Face2.js +++ b/icons/es5/Face2.js @@ -12,10 +12,12 @@ const SvgFace2 = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 14, - r: 1.25 + r: 1.25, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15, cy: 14, - r: 1.25 + r: 1.25, + fill: "currentColor" })); export default SvgFace2; \ No newline at end of file diff --git a/icons/es5/Face3.js b/icons/es5/Face3.js index 65ec9349d0..660c1a81ce 100644 --- a/icons/es5/Face3.js +++ b/icons/es5/Face3.js @@ -9,11 +9,13 @@ const SvgFace3 = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 13, - r: 1.25 + r: 1.25, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15, cy: 13, - r: 1.25 + r: 1.25, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M22.91 11.96c-.54-5.93-5.75-10.41-11.8-9.92-5.38.42-9.56 4.9-10.05 10.28L0 24h24l-1.09-12.04zM4.54 9.13c.87.55 1.89.87 2.96.87 1.86 0 3.5-.93 4.5-2.35C13 9.07 14.64 10 16.5 10c1.07 0 2.09-.32 2.96-.87.34.89.54 1.86.54 2.87 0 4.41-3.59 8-8 8s-8-3.59-8-8c0-1.01.2-1.98.54-2.87z", fill: "currentColor" diff --git a/icons/es5/Face4.js b/icons/es5/Face4.js index 2e81bde53e..ef5c5e01ac 100644 --- a/icons/es5/Face4.js +++ b/icons/es5/Face4.js @@ -12,10 +12,12 @@ const SvgFace4 = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 13, - r: 1.25 + r: 1.25, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15, cy: 13, - r: 1.25 + r: 1.25, + fill: "currentColor" })); export default SvgFace4; \ No newline at end of file diff --git a/icons/es5/Face5.js b/icons/es5/Face5.js index 5fad57b9e4..250d64cc94 100644 --- a/icons/es5/Face5.js +++ b/icons/es5/Face5.js @@ -12,90 +12,112 @@ const SvgFace5 = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 13, - r: 1.25 + r: 1.25, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 5.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 14, cy: 5.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 5.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 17, cy: 6.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 6.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 7, cy: 6.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 11, cy: 6.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 13, cy: 6.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15, cy: 6.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 7.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 14, cy: 7.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 16, cy: 7.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 7.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 8, cy: 7.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 8.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 7, cy: 8.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 11, cy: 8.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 13, cy: 8.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15, cy: 8.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 17, cy: 8.5, - r: 0.5 + r: 0.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15, cy: 13, - r: 1.25 + r: 1.25, + fill: "currentColor" })); export default SvgFace5; \ No newline at end of file diff --git a/icons/es5/Face6.js b/icons/es5/Face6.js index 1f97254674..ded30f3e7f 100644 --- a/icons/es5/Face6.js +++ b/icons/es5/Face6.js @@ -12,10 +12,12 @@ const SvgFace6 = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 13, - r: 1.25 + r: 1.25, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15, cy: 13, - r: 1.25 + r: 1.25, + fill: "currentColor" })); export default SvgFace6; \ No newline at end of file diff --git a/icons/es5/FaceRetouchingNatural.js b/icons/es5/FaceRetouchingNatural.js index 63719ff409..92cb5d358c 100644 --- a/icons/es5/FaceRetouchingNatural.js +++ b/icons/es5/FaceRetouchingNatural.js @@ -9,14 +9,16 @@ const SvgFaceRetouchingNatural = props => /*#__PURE__*/React.createElement("svg" }, props), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 13, - r: 1.25 + r: 1.25, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M19.85 10.59C20.79 15.4 17.01 20 12 20c-4.41 0-8-3.59-8-8 0-.39 3.87-1.12 5.74-5.69 3.42 4.19 8.07 3.73 9.09 3.59l-1.48-3.25-4.72-2.15 3.5-1.59C9.51-.14 2 4.77 2 12c0 5.52 4.48 10 10 10 7.21 0 12.12-7.45 9.1-14.13l-1.25 2.72z", fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15, cy: 13, - r: 1.25 + r: 1.25, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M20.6 5.6 19.5 8l-1.1-2.4L16 4.5l2.4-1.1L19.5 1l1.1 2.4L23 4.5l-2.4 1.1z", fill: "currentColor" diff --git a/icons/es5/FaceRetouchingOff.js b/icons/es5/FaceRetouchingOff.js index ddb7d50739..4c2b9b2d93 100644 --- a/icons/es5/FaceRetouchingOff.js +++ b/icons/es5/FaceRetouchingOff.js @@ -9,7 +9,8 @@ const SvgFaceRetouchingOff = props => /*#__PURE__*/React.createElement("svg", _e }, props), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 13, - r: 1.25 + r: 1.25, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M17.5 10c.75 0 1.47-.09 2.17-.24.21.71.33 1.46.33 2.24 0 1.22-.28 2.37-.77 3.4l1.49 1.49A9.981 9.981 0 0 0 22 12c0-5.52-4.48-10-10-10-1.78 0-3.44.47-4.89 1.28l5.33 5.33c1.49.88 3.21 1.39 5.06 1.39zM1.89 3.72l2.19 2.19A9.958 9.958 0 0 0 2 12c0 5.52 4.48 10 10 10 2.29 0 4.4-.78 6.09-2.08l2.19 2.19 1.41-1.41L3.31 2.31 1.89 3.72zm14.77 14.77A7.91 7.91 0 0 1 12 20c-4.41 0-8-3.59-8-8 0-.05.01-.1 0-.14a9.946 9.946 0 0 0 3.64-2.39l9.02 9.02z", fill: "currentColor" diff --git a/icons/es5/FiberManualRecord.js b/icons/es5/FiberManualRecord.js index e69ac7886a..ed90ab834b 100644 --- a/icons/es5/FiberManualRecord.js +++ b/icons/es5/FiberManualRecord.js @@ -9,6 +9,7 @@ const SvgFiberManualRecord = props => /*#__PURE__*/React.createElement("svg", _e }, props), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 12, - r: 8 + r: 8, + fill: "currentColor" })); export default SvgFiberManualRecord; \ No newline at end of file diff --git a/icons/es5/FiberSmartRecord.js b/icons/es5/FiberSmartRecord.js index 12303f0e5d..d426f51069 100644 --- a/icons/es5/FiberSmartRecord.js +++ b/icons/es5/FiberSmartRecord.js @@ -9,7 +9,8 @@ const SvgFiberSmartRecord = props => /*#__PURE__*/React.createElement("svg", _ex }, props), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 12, - r: 8 + r: 8, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M17 4.26v2.09a5.99 5.99 0 0 1 0 11.3v2.09c3.45-.89 6-4.01 6-7.74s-2.55-6.85-6-7.74z", fill: "currentColor" diff --git a/icons/es5/FireHydrantAlt.js b/icons/es5/FireHydrantAlt.js index 3c677fdcdd..b2b2d70984 100644 --- a/icons/es5/FireHydrantAlt.js +++ b/icons/es5/FireHydrantAlt.js @@ -12,6 +12,7 @@ const SvgFireHydrantAlt = props => /*#__PURE__*/React.createElement("svg", _exte }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 14, - r: 1.5 + r: 1.5, + fill: "currentColor" })); export default SvgFireHydrantAlt; \ No newline at end of file diff --git a/icons/es5/Garage.js b/icons/es5/Garage.js index 263fb51b31..9e847a1d8a 100644 --- a/icons/es5/Garage.js +++ b/icons/es5/Garage.js @@ -9,11 +9,13 @@ const SvgGarage = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 15, cy: 13, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 13, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "m8.33 7.5-.66 2h8.66l-.66-2z", fill: "currentColor" diff --git a/icons/es5/GolfCourse.js b/icons/es5/GolfCourse.js index 1adc772d76..45cd8f2794 100644 --- a/icons/es5/GolfCourse.js +++ b/icons/es5/GolfCourse.js @@ -9,7 +9,8 @@ const SvgGolfCourse = props => /*#__PURE__*/React.createElement("svg", _extends( }, props), /*#__PURE__*/React.createElement("circle", { cx: 19.5, cy: 19.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M17 5.92 9 2v18H7v-1.73c-1.79.35-3 .99-3 1.73 0 1.1 2.69 2 6 2s6-.9 6-2c0-.99-2.16-1.81-5-1.97V8.98l6-3.06z", fill: "currentColor" diff --git a/icons/es5/HotTub.js b/icons/es5/HotTub.js index d3a0b35e55..18f447e24d 100644 --- a/icons/es5/HotTub.js +++ b/icons/es5/HotTub.js @@ -9,7 +9,8 @@ const SvgHotTub = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 7, cy: 6, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M11.15 12c-.31-.22-.59-.46-.82-.72l-1.4-1.55c-.19-.21-.43-.38-.69-.5-.29-.14-.62-.23-.96-.23h-.03C6.01 9 5 10.01 5 11.25V12H2v10h20V12H11.15zM7 20H5v-6h2v6zm4 0H9v-6h2v6zm4 0h-2v-6h2v6zm4 0h-2v-6h2v6zm-.35-14.14-.07-.07c-.57-.62-.82-1.41-.67-2.2L18 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71zm-4 0-.07-.07c-.57-.62-.82-1.41-.67-2.2L14 3h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71z", fill: "currentColor" diff --git a/icons/es5/LinkedCamera.js b/icons/es5/LinkedCamera.js index 75f20a4db4..5ca8932941 100644 --- a/icons/es5/LinkedCamera.js +++ b/icons/es5/LinkedCamera.js @@ -9,7 +9,8 @@ const SvgLinkedCamera = props => /*#__PURE__*/React.createElement("svg", _extend }, props), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 14, - r: 3 + r: 3, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M18 8h1.33c0-1.84-1.49-3.33-3.33-3.33V6c1.11 0 2 .89 2 2zm2.67 0H22c0-3.31-2.69-6-6-6v1.33c2.58 0 4.67 2.09 4.67 4.67zM15 7V4H9L7.17 6H2v16h20V9h-5c0-1.1-.9-2-2-2zm-3 12c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z", fill: "currentColor" diff --git a/icons/es5/LocalSee.js b/icons/es5/LocalSee.js index 0fe68e46c7..3dcaae6c79 100644 --- a/icons/es5/LocalSee.js +++ b/icons/es5/LocalSee.js @@ -9,7 +9,8 @@ const SvgLocalSee = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 12, - r: 3.2 + r: 3.2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M22 4h-5.17L15 2H9L7.17 4H2v16h20V4zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z", fill: "currentColor" diff --git a/icons/es5/Man.js b/icons/es5/Man.js index 6d75772e43..38c72bafb7 100644 --- a/icons/es5/Man.js +++ b/icons/es5/Man.js @@ -12,6 +12,7 @@ const SvgMan = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 4, - r: 2 + r: 2, + fill: "currentColor" })); export default SvgMan; \ No newline at end of file diff --git a/icons/es5/Man2.js b/icons/es5/Man2.js index 5c6b02273f..12eb631de3 100644 --- a/icons/es5/Man2.js +++ b/icons/es5/Man2.js @@ -12,6 +12,7 @@ const SvgMan2 = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 4, - r: 2 + r: 2, + fill: "currentColor" })); export default SvgMan2; \ No newline at end of file diff --git a/icons/es5/Man4.js b/icons/es5/Man4.js index b0c4a4b6ce..d940406e34 100644 --- a/icons/es5/Man4.js +++ b/icons/es5/Man4.js @@ -12,6 +12,7 @@ const SvgMan4 = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 4, - r: 2 + r: 2, + fill: "currentColor" })); export default SvgMan4; \ No newline at end of file diff --git a/icons/es5/ManageAccounts.js b/icons/es5/ManageAccounts.js index 22469111b3..8940d48d7b 100644 --- a/icons/es5/ManageAccounts.js +++ b/icons/es5/ManageAccounts.js @@ -12,7 +12,8 @@ const SvgManageAccounts = props => /*#__PURE__*/React.createElement("svg", _exte }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 8, - r: 4 + r: 4, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M20.75 16c0-.22-.03-.42-.06-.63l1.14-1.01-1-1.73-1.45.49c-.32-.27-.68-.48-1.08-.63L18 11h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1.01c-.03.21-.06.41-.06.63s.03.42.06.63l-1.14 1.01 1 1.73 1.45-.49c.32.27.68.48 1.08.63L16 21h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1.01c.03-.21.06-.41.06-.63zM17 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z", fill: "currentColor" diff --git a/icons/es5/MarkUnreadChatAlt.js b/icons/es5/MarkUnreadChatAlt.js index 905f771c1c..c866466195 100644 --- a/icons/es5/MarkUnreadChatAlt.js +++ b/icons/es5/MarkUnreadChatAlt.js @@ -9,7 +9,8 @@ const SvgMarkUnreadChatAlt = props => /*#__PURE__*/React.createElement("svg", _e }, props), /*#__PURE__*/React.createElement("circle", { cx: 19, cy: 3, - r: 3 + r: 3, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M6 8V6h9.03a4.906 4.906 0 0 1-.92-4H2.01L2 22l4-4h16V6.97C21.16 7.61 20.13 8 19 8H6zm8 6H6v-2h8v2zm4-3H6V9h12v2z", fill: "currentColor" diff --git a/icons/es5/NoiseAware.js b/icons/es5/NoiseAware.js index bfe081dcea..c6fce38136 100644 --- a/icons/es5/NoiseAware.js +++ b/icons/es5/NoiseAware.js @@ -12,6 +12,7 @@ const SvgNoiseAware = props => /*#__PURE__*/React.createElement("svg", _extends( }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 12, - r: 5 + r: 5, + fill: "currentColor" })); export default SvgNoiseAware; \ No newline at end of file diff --git a/icons/es5/NoiseControlOff.js b/icons/es5/NoiseControlOff.js index 6e713e6db1..1abb6feff3 100644 --- a/icons/es5/NoiseControlOff.js +++ b/icons/es5/NoiseControlOff.js @@ -9,6 +9,7 @@ const SvgNoiseControlOff = props => /*#__PURE__*/React.createElement("svg", _ext }, props), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 12, - r: 5 + r: 5, + fill: "currentColor" })); export default SvgNoiseControlOff; \ No newline at end of file diff --git a/icons/es5/PeopleAlt.js b/icons/es5/PeopleAlt.js index e8a4d13ef8..75c6e4d750 100644 --- a/icons/es5/PeopleAlt.js +++ b/icons/es5/PeopleAlt.js @@ -14,7 +14,8 @@ const SvgPeopleAlt = props => /*#__PURE__*/React.createElement("svg", _extends({ cx: 9, cy: 8, fillRule: "evenodd", - r: 4 + r: 4, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24zm-6 1c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z", fillRule: "evenodd", diff --git a/icons/es5/PersonSearch.js b/icons/es5/PersonSearch.js index 7a0380f934..39d35c047f 100644 --- a/icons/es5/PersonSearch.js +++ b/icons/es5/PersonSearch.js @@ -9,7 +9,8 @@ const SvgPersonSearch = props => /*#__PURE__*/React.createElement("svg", _extend }, props), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 8, - r: 4 + r: 4, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M10.35 14.01C7.62 13.91 2 15.27 2 18v2h9.54c-2.47-2.76-1.23-5.89-1.19-5.99zm9.08 4.01c.36-.59.57-1.28.57-2.02 0-2.21-1.79-4-4-4s-4 1.79-4 4 1.79 4 4 4c.74 0 1.43-.22 2.02-.57L20.59 22 22 20.59l-2.57-2.57zM16 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z", fill: "currentColor" diff --git a/icons/es5/Pets.js b/icons/es5/Pets.js index 1c2d14f314..8281140bc1 100644 --- a/icons/es5/Pets.js +++ b/icons/es5/Pets.js @@ -9,19 +9,23 @@ const SvgPets = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 4.5, cy: 9.5, - r: 2.5 + r: 2.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 5.5, - r: 2.5 + r: 2.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15, cy: 5.5, - r: 2.5 + r: 2.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 19.5, cy: 9.5, - r: 2.5 + r: 2.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M17.34 14.86c-.87-1.02-1.6-1.89-2.48-2.91-.46-.54-1.05-1.08-1.75-1.32-.11-.04-.22-.07-.33-.09-.25-.04-.52-.04-.78-.04s-.53 0-.79.05c-.11.02-.22.05-.33.09-.7.24-1.28.78-1.75 1.32-.87 1.02-1.6 1.89-2.48 2.91-1.31 1.31-2.92 2.76-2.62 4.79.29 1.02 1.02 2.03 2.33 2.32.73.15 3.06-.44 5.54-.44h.18c2.48 0 4.81.58 5.54.44 1.31-.29 2.04-1.31 2.33-2.32.31-2.04-1.3-3.49-2.61-4.8z", fill: "currentColor" diff --git a/icons/es5/Plagiarism.js b/icons/es5/Plagiarism.js index 97dd773de6..217c6d5b26 100644 --- a/icons/es5/Plagiarism.js +++ b/icons/es5/Plagiarism.js @@ -9,7 +9,8 @@ const SvgPlagiarism = props => /*#__PURE__*/React.createElement("svg", _extends( }, props), /*#__PURE__*/React.createElement("circle", { cx: 11.5, cy: 14.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M14 2H4v20h16V8l-6-6zm1.04 17.45-1.88-1.88c-1.33.71-3.01.53-4.13-.59a3.495 3.495 0 0 1 0-4.95 3.495 3.495 0 0 1 4.95 0 3.48 3.48 0 0 1 .59 4.13l1.88 1.88-1.41 1.41zM13 9V3.5L18.5 9H13z", fill: "currentColor" diff --git a/icons/es5/Policy.js b/icons/es5/Policy.js index d6f6e77568..aebfdb1d77 100644 --- a/icons/es5/Policy.js +++ b/icons/es5/Policy.js @@ -12,6 +12,7 @@ const SvgPolicy = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 12, - r: 3 + r: 3, + fill: "currentColor" })); export default SvgPolicy; \ No newline at end of file diff --git a/icons/es5/Pool.js b/icons/es5/Pool.js index 254c346f6a..0adec108a2 100644 --- a/icons/es5/Pool.js +++ b/icons/es5/Pool.js @@ -12,6 +12,7 @@ const SvgPool = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 16.5, cy: 5.5, - r: 2.5 + r: 2.5, + fill: "currentColor" })); export default SvgPool; \ No newline at end of file diff --git a/icons/es5/PriorityHigh.js b/icons/es5/PriorityHigh.js index 5cb91e2d76..a4741208f5 100644 --- a/icons/es5/PriorityHigh.js +++ b/icons/es5/PriorityHigh.js @@ -9,7 +9,8 @@ const SvgPriorityHigh = props => /*#__PURE__*/React.createElement("svg", _extend }, props), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 19, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M10 3h4v12h-4z", fill: "currentColor" diff --git a/icons/es5/RecordVoiceOver.js b/icons/es5/RecordVoiceOver.js index 5a5f53987c..bd48d5867a 100644 --- a/icons/es5/RecordVoiceOver.js +++ b/icons/es5/RecordVoiceOver.js @@ -9,7 +9,8 @@ const SvgRecordVoiceOver = props => /*#__PURE__*/React.createElement("svg", _ext }, props), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 9, - r: 4 + r: 4, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M9 15c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4zm6.08-7.95c.84 1.18.84 2.71 0 3.89l1.68 1.69c2.02-2.02 2.02-5.07 0-7.27l-1.68 1.69zM20.07 2l-1.63 1.63c2.77 3.02 2.77 7.56 0 10.74L20.07 16c3.9-3.89 3.91-9.95 0-14z", fill: "currentColor" diff --git a/icons/es5/RememberMe.js b/icons/es5/RememberMe.js index af285c819c..8d4ce610fb 100644 --- a/icons/es5/RememberMe.js +++ b/icons/es5/RememberMe.js @@ -12,6 +12,7 @@ const SvgRememberMe = props => /*#__PURE__*/React.createElement("svg", _extends( }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 10, - r: 3 + r: 3, + fill: "currentColor" })); export default SvgRememberMe; \ No newline at end of file diff --git a/icons/es5/ReportGmailerrorred.js b/icons/es5/ReportGmailerrorred.js index 5412cc8485..eb784e634d 100644 --- a/icons/es5/ReportGmailerrorred.js +++ b/icons/es5/ReportGmailerrorred.js @@ -12,7 +12,8 @@ const SvgReportGmailerrorred = props => /*#__PURE__*/React.createElement("svg", }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 16, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M11 7h2v7h-2z", fill: "currentColor" diff --git a/icons/es5/RssFeed.js b/icons/es5/RssFeed.js index 97ae39a686..72f36c292f 100644 --- a/icons/es5/RssFeed.js +++ b/icons/es5/RssFeed.js @@ -9,7 +9,8 @@ const SvgRssFeed = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 6.18, cy: 17.82, - r: 2.18 + r: 2.18, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M4 10.1v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9zm0-5.66v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56z", fill: "currentColor" diff --git a/icons/es5/ScatterPlot.js b/icons/es5/ScatterPlot.js index 7e9d96af1b..a2d75920d6 100644 --- a/icons/es5/ScatterPlot.js +++ b/icons/es5/ScatterPlot.js @@ -9,14 +9,17 @@ const SvgScatterPlot = props => /*#__PURE__*/React.createElement("svg", _extends }, props), /*#__PURE__*/React.createElement("circle", { cx: 7, cy: 14, - r: 3 + r: 3, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 11, cy: 6, - r: 3 + r: 3, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 16.6, cy: 17.6, - r: 3 + r: 3, + fill: "currentColor" })); export default SvgScatterPlot; \ No newline at end of file diff --git a/icons/es5/ScreenSearchDesktop.js b/icons/es5/ScreenSearchDesktop.js index b6c78d8fc4..9ae5934818 100644 --- a/icons/es5/ScreenSearchDesktop.js +++ b/icons/es5/ScreenSearchDesktop.js @@ -12,6 +12,7 @@ const SvgScreenSearchDesktop = props => /*#__PURE__*/React.createElement("svg", }), /*#__PURE__*/React.createElement("circle", { cx: 11.5, cy: 10, - r: 2 + r: 2, + fill: "currentColor" })); export default SvgScreenSearchDesktop; \ No newline at end of file diff --git a/icons/es5/SelfImprovement.js b/icons/es5/SelfImprovement.js index 809d212ad8..3d234965d3 100644 --- a/icons/es5/SelfImprovement.js +++ b/icons/es5/SelfImprovement.js @@ -9,7 +9,8 @@ const SvgSelfImprovement = props => /*#__PURE__*/React.createElement("svg", _ext }, props), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 6, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M21 16v-2c-2.24 0-4.16-.96-5.6-2.68l-1.34-1.6A1.98 1.98 0 0 0 12.53 9h-1.05c-.59 0-1.15.26-1.53.72l-1.34 1.6C7.16 13.04 5.24 14 3 14v2c2.77 0 5.19-1.17 7-3.25V15l-3.88 1.55c-.67.27-1.12.93-1.12 1.66C5 19.2 5.8 20 6.79 20H9v-.5a2.5 2.5 0 0 1 2.5-2.5h3c.28 0 .5.22.5.5s-.22.5-.5.5h-3c-.83 0-1.5.67-1.5 1.5v.5h7.21c.99 0 1.79-.8 1.79-1.79 0-.73-.45-1.39-1.12-1.66L14 15v-2.25c1.81 2.08 4.23 3.25 7 3.25z", fill: "currentColor" diff --git a/icons/es5/SentimentDissatisfied.js b/icons/es5/SentimentDissatisfied.js index 6fba3b436e..0703a4965c 100644 --- a/icons/es5/SentimentDissatisfied.js +++ b/icons/es5/SentimentDissatisfied.js @@ -9,11 +9,13 @@ const SvgSentimentDissatisfied = props => /*#__PURE__*/React.createElement("svg" }, props), /*#__PURE__*/React.createElement("circle", { cx: 15.5, cy: 9.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 8.5, cy: 9.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M12 14c-2.33 0-4.32 1.45-5.12 3.5h1.67c.69-1.19 1.97-2 3.45-2s2.75.81 3.45 2h1.67c-.8-2.05-2.79-3.5-5.12-3.5zm-.01-12C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z", fill: "currentColor" diff --git a/icons/es5/SentimentSatisfied.js b/icons/es5/SentimentSatisfied.js index 838b2270a0..0bfe9e0dcd 100644 --- a/icons/es5/SentimentSatisfied.js +++ b/icons/es5/SentimentSatisfied.js @@ -9,11 +9,13 @@ const SvgSentimentSatisfied = props => /*#__PURE__*/React.createElement("svg", _ }, props), /*#__PURE__*/React.createElement("circle", { cx: 15.5, cy: 9.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 8.5, cy: 9.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-4c-1.48 0-2.75-.81-3.45-2H6.88a5.495 5.495 0 0 0 10.24 0h-1.67c-.7 1.19-1.97 2-3.45 2z", fill: "currentColor" diff --git a/icons/es5/SentimentSatisfiedAlt.js b/icons/es5/SentimentSatisfiedAlt.js index 4804e83f60..d310d0ed73 100644 --- a/icons/es5/SentimentSatisfiedAlt.js +++ b/icons/es5/SentimentSatisfiedAlt.js @@ -9,11 +9,13 @@ const SvgSentimentSatisfiedAlt = props => /*#__PURE__*/React.createElement("svg" }, props), /*#__PURE__*/React.createElement("circle", { cx: 15.5, cy: 9.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 8.5, cy: 9.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-4c-1.48 0-2.75-.81-3.45-2H6.88a5.495 5.495 0 0 0 10.24 0h-1.67c-.69 1.19-1.97 2-3.45 2z", fill: "currentColor" diff --git a/icons/es5/SentimentSlightlyDissatisfied.js b/icons/es5/SentimentSlightlyDissatisfied.js index 1e82fa0dcb..5a7c74146d 100644 --- a/icons/es5/SentimentSlightlyDissatisfied.js +++ b/icons/es5/SentimentSlightlyDissatisfied.js @@ -9,11 +9,13 @@ const SvgSentimentSlightlyDissatisfied = props => /*#__PURE__*/React.createEleme }, props), /*#__PURE__*/React.createElement("circle", { cx: 15.5, cy: 9.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 8.5, cy: 9.5, - r: 1.5 + r: 1.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm0-3.5c.73 0 1.39.19 1.97.53.12-.14.86-.98 1.01-1.14A5.39 5.39 0 0 0 12 15c-1.11 0-2.13.33-2.99.88.97 1.09.01.02 1.01 1.14.59-.33 1.25-.52 1.98-.52z", fill: "currentColor" diff --git a/icons/es5/SettingsApplications.js b/icons/es5/SettingsApplications.js index b21e7fd4cf..8f86a9a897 100644 --- a/icons/es5/SettingsApplications.js +++ b/icons/es5/SettingsApplications.js @@ -12,6 +12,7 @@ const SvgSettingsApplications = props => /*#__PURE__*/React.createElement("svg", }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 12, - r: 2.45 + r: 2.45, + fill: "currentColor" })); export default SvgSettingsApplications; \ No newline at end of file diff --git a/icons/es5/Shower.js b/icons/es5/Shower.js index aad4ec031c..d60c1ad342 100644 --- a/icons/es5/Shower.js +++ b/icons/es5/Shower.js @@ -9,29 +9,35 @@ const SvgShower = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 8, cy: 17, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 17, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 16, cy: 17, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M13 5.08V3h-2v2.08C7.61 5.57 5 8.47 5 12v2h14v-2c0-3.53-2.61-6.43-6-6.92z", fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 8, cy: 20, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 20, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 16, cy: 20, - r: 1 + r: 1, + fill: "currentColor" })); export default SvgShower; \ No newline at end of file diff --git a/icons/es5/SpatialAudio.js b/icons/es5/SpatialAudio.js index 2785c6b400..6d43310afc 100644 --- a/icons/es5/SpatialAudio.js +++ b/icons/es5/SpatialAudio.js @@ -9,7 +9,8 @@ const SvgSpatialAudio = props => /*#__PURE__*/React.createElement("svg", _extend }, props), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 9, - r: 4 + r: 4, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM16 1h-2a9 9 0 0 0 9 9V8c-3.86 0-7-3.14-7-7z", fill: "currentColor" diff --git a/icons/es5/SpatialAudioOff.js b/icons/es5/SpatialAudioOff.js index 9593a63614..afe2d6a522 100644 --- a/icons/es5/SpatialAudioOff.js +++ b/icons/es5/SpatialAudioOff.js @@ -9,7 +9,8 @@ const SvgSpatialAudioOff = props => /*#__PURE__*/React.createElement("svg", _ext }, props), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 9, - r: 4 + r: 4, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zM20.36 1l-1.41 1.41a7.007 7.007 0 0 1 0 9.9l1.41 1.41a8.98 8.98 0 0 0 0-12.72z", fill: "currentColor" diff --git a/icons/es5/SpatialTracking.js b/icons/es5/SpatialTracking.js index 06bd9b724d..a02fc661ad 100644 --- a/icons/es5/SpatialTracking.js +++ b/icons/es5/SpatialTracking.js @@ -9,7 +9,8 @@ const SvgSpatialTracking = props => /*#__PURE__*/React.createElement("svg", _ext }, props), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 9, - r: 4 + r: 4, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M16.39 15.56C14.71 14.7 12.53 14 10 14s-4.71.7-6.39 1.56A2.97 2.97 0 0 0 2 18.22V21h16v-2.78c0-1.12-.61-2.15-1.61-2.66zm3.66-13.15L18.64 1c-3.51 3.51-3.51 9.21 0 12.73l1.41-1.41c-2.73-2.74-2.73-7.18 0-9.91z", fill: "currentColor" diff --git a/icons/es5/SpeakerGroup.js b/icons/es5/SpeakerGroup.js index 06ccacbcd8..f657d7071a 100644 --- a/icons/es5/SpeakerGroup.js +++ b/icons/es5/SpeakerGroup.js @@ -12,7 +12,8 @@ const SvgSpeakerGroup = props => /*#__PURE__*/React.createElement("svg", _extend }), /*#__PURE__*/React.createElement("circle", { cx: 14, cy: 12.5, - r: 2.5 + r: 2.5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M6 5H4v18h12v-2H6z", fill: "currentColor" diff --git a/icons/es5/Sports.js b/icons/es5/Sports.js index fedbee84b4..0e13bd18d8 100644 --- a/icons/es5/Sports.js +++ b/icons/es5/Sports.js @@ -12,6 +12,7 @@ const SvgSports = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 11, cy: 12, - r: 2 + r: 2, + fill: "currentColor" })); export default SvgSports; \ No newline at end of file diff --git a/icons/es5/SportsCricket.js b/icons/es5/SportsCricket.js index 7ba3912e20..d0107b2656 100644 --- a/icons/es5/SportsCricket.js +++ b/icons/es5/SportsCricket.js @@ -12,6 +12,7 @@ const SvgSportsCricket = props => /*#__PURE__*/React.createElement("svg", _exten }), /*#__PURE__*/React.createElement("circle", { cx: 18.5, cy: 5.5, - r: 3.5 + r: 3.5, + fill: "currentColor" })); export default SvgSportsCricket; \ No newline at end of file diff --git a/icons/es5/SportsGolf.js b/icons/es5/SportsGolf.js index eaab6fc4e7..7c9815a614 100644 --- a/icons/es5/SportsGolf.js +++ b/icons/es5/SportsGolf.js @@ -12,15 +12,18 @@ const SvgSportsGolf = props => /*#__PURE__*/React.createElement("svg", _extends( }), /*#__PURE__*/React.createElement("circle", { cx: 10, cy: 8, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 14, cy: 8, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 6, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M7 19h2c1.1 0 2 .9 2 2v1h2v-1c0-1.1.9-2 2-2h2v-2H7v2z", fill: "currentColor" diff --git a/icons/es5/SportsKabaddi.js b/icons/es5/SportsKabaddi.js index 114f5d8be3..d090f63478 100644 --- a/icons/es5/SportsKabaddi.js +++ b/icons/es5/SportsKabaddi.js @@ -9,7 +9,8 @@ const SvgSportsKabaddi = props => /*#__PURE__*/React.createElement("svg", _exten }, props), /*#__PURE__*/React.createElement("circle", { cx: 16.5, cy: 2.38, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M24 11.88v-4.7l-5.05-2.14c-.97-.41-2.09-.06-2.65.84l-1 1.6c-.67 1.18-1.91 2.06-3.41 2.32l.06.06c.69.69 1.52 1.07 2.46 1.17.8-.42 1.52-.98 2.09-1.64l.6 3-1.16 1.1-.94.89v7.5h2v-6l2.1-2 1.8 8H23l-2.18-11-.62-3.1 1.8.7v3.4h2zM10.29 8.09c.22.15.47.24.72.29.13.02.25.04.38.04s.26-.01.38-.04c.13-.02.25-.06.37-.11.24-.1.47-.24.66-.44.49-.49.67-1.17.55-1.8-.07-.37-.25-.74-.55-1.03-.19-.19-.42-.34-.66-.44-.12-.05-.24-.09-.37-.11s-.25-.04-.38-.04c-.12 0-.23.01-.35.03-.14.02-.28.06-.41.11-.23.11-.46.26-.65.45-.3.29-.48.66-.55 1.03-.12.63.06 1.31.55 1.8.09.1.2.18.31.26z", fill: "currentColor" diff --git a/icons/es5/SportsMartialArts.js b/icons/es5/SportsMartialArts.js index 6e98c44221..650bc06a99 100644 --- a/icons/es5/SportsMartialArts.js +++ b/icons/es5/SportsMartialArts.js @@ -12,6 +12,7 @@ const SvgSportsMartialArts = props => /*#__PURE__*/React.createElement("svg", _e }), /*#__PURE__*/React.createElement("circle", { cx: 5, cy: 5, - r: 2 + r: 2, + fill: "currentColor" })); export default SvgSportsMartialArts; \ No newline at end of file diff --git a/icons/es5/Stream.js b/icons/es5/Stream.js index 24731d95aa..7c1ef102fb 100644 --- a/icons/es5/Stream.js +++ b/icons/es5/Stream.js @@ -9,21 +9,25 @@ const SvgStream = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 20, cy: 12, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 4, cy: 12, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 20, - r: 2 + r: 2, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "m13.943 8.619 4.404-4.392 1.413 1.416-4.405 4.392zM8.32 9.68l.31.32 1.42-1.41-4.02-4.04h-.01l-.31-.32-1.42 1.41 4.02 4.05zm7.09 4.26L14 15.35l3.99 4.01.35.35 1.42-1.41-3.99-4.01zm-6.82.01-4.03 4.01-.32.33 1.41 1.41 4.03-4.02.33-.32z", fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 4, - r: 2 + r: 2, + fill: "currentColor" })); export default SvgStream; \ No newline at end of file diff --git a/icons/es5/Streetview.js b/icons/es5/Streetview.js index 4415e3cad7..5c327d276f 100644 --- a/icons/es5/Streetview.js +++ b/icons/es5/Streetview.js @@ -12,7 +12,8 @@ const SvgStreetview = props => /*#__PURE__*/React.createElement("svg", _extends( }), /*#__PURE__*/React.createElement("circle", { cx: 18, cy: 6, - r: 5 + r: 5, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M11.5 6c0-1.08.27-2.1.74-3H5c-1.1 0-2 .9-2 2v14c0 .55.23 1.05.59 1.41l9.82-9.82A6.435 6.435 0 0 1 11.5 6z", fill: "currentColor" diff --git a/icons/es5/Subway.js b/icons/es5/Subway.js index 9c7108a1ec..000e2d4007 100644 --- a/icons/es5/Subway.js +++ b/icons/es5/Subway.js @@ -9,11 +9,13 @@ const SvgSubway = props => /*#__PURE__*/React.createElement("svg", _extends({ }, props), /*#__PURE__*/React.createElement("circle", { cx: 8.5, cy: 16, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15.5, cy: 16, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M7.01 9h10v5h-10zM17.8 2.8C16 2.09 13.86 2 12 2s-4 .09-5.8.8C3.53 3.84 2 6.05 2 8.86V22h20V8.86c0-2.81-1.53-5.02-4.2-6.06zm.2 12.7c0 1.54-1.16 2.79-2.65 2.96l1.15 1.16V20h-1.67l-1.5-1.5h-2.66L9.17 20H7.5v-.38l1.15-1.16A2.979 2.979 0 0 1 6 15.5V9c0-2.63 3-3 6-3s6 .37 6 3v6.5z", fill: "currentColor" diff --git a/icons/es5/SupportAgent.js b/icons/es5/SupportAgent.js index 67c36ba92f..7dc7cf69f3 100644 --- a/icons/es5/SupportAgent.js +++ b/icons/es5/SupportAgent.js @@ -9,11 +9,13 @@ const SvgSupportAgent = props => /*#__PURE__*/React.createElement("svg", _extend }, props), /*#__PURE__*/React.createElement("circle", { cx: 9, cy: 13, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("circle", { cx: 15, cy: 13, - r: 1 + r: 1, + fill: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M18 11.03A6.04 6.04 0 0 0 12.05 6c-3.03 0-6.29 2.51-6.03 6.45a8.075 8.075 0 0 0 4.86-5.89c1.31 2.63 4 4.44 7.12 4.47z", fill: "currentColor" diff --git a/icons/es5/WindPower.js b/icons/es5/WindPower.js index 1eb81d44c3..ba82b56858 100644 --- a/icons/es5/WindPower.js +++ b/icons/es5/WindPower.js @@ -12,6 +12,7 @@ const SvgWindPower = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 13, cy: 13, - r: 1.5 + r: 1.5, + fill: "currentColor" })); export default SvgWindPower; \ No newline at end of file diff --git a/icons/es5/Woman.js b/icons/es5/Woman.js index d71aa6fafa..cd0ba7010d 100644 --- a/icons/es5/Woman.js +++ b/icons/es5/Woman.js @@ -12,6 +12,7 @@ const SvgWoman = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 4, - r: 2 + r: 2, + fill: "currentColor" })); export default SvgWoman; \ No newline at end of file diff --git a/icons/es5/Woman2.js b/icons/es5/Woman2.js index dbd8b4949b..0b09305a7e 100644 --- a/icons/es5/Woman2.js +++ b/icons/es5/Woman2.js @@ -12,6 +12,7 @@ const SvgWoman2 = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 4, - r: 2 + r: 2, + fill: "currentColor" })); export default SvgWoman2; \ No newline at end of file diff --git a/icons/es5/Yard.js b/icons/es5/Yard.js index 29b99a26ef..e707656a9f 100644 --- a/icons/es5/Yard.js +++ b/icons/es5/Yard.js @@ -12,6 +12,7 @@ const SvgYard = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("circle", { cx: 12, cy: 9.62, - r: 1.56 + r: 1.56, + fill: "currentColor" })); export default SvgYard; \ No newline at end of file diff --git a/icons/es5/index.js b/icons/es5/index.js index 27d42f68ec..5c2584f6c1 100644 --- a/icons/es5/index.js +++ b/icons/es5/index.js @@ -472,8 +472,8 @@ export { default as Check } from "./Check"; export { default as CheckBoxIcon } from "./CheckBoxIcon"; export { default as CheckBoxOutlineBlank } from "./CheckBoxOutlineBlank"; export { default as CheckCircle } from "./CheckCircle"; -export { default as CheckCircleOutline } from "./CheckCircleOutline"; export { default as CheckCircleLightOutline } from "./CheckCircleLightOutline"; +export { default as CheckCircleOutline } from "./CheckCircleOutline"; export { default as Checklist } from "./Checklist"; export { default as ChecklistRtl } from "./ChecklistRtl"; export { default as Checkroom } from "./Checkroom"; @@ -2302,4 +2302,4 @@ export { default as Zoom } from "./Zoom"; export { default as ZoomIn } from "./ZoomIn"; export { default as ZoomInMap } from "./ZoomInMap"; export { default as ZoomOut } from "./ZoomOut"; -export { default as ZoomOutMap } from "./ZoomOutMap"; +export { default as ZoomOutMap } from "./ZoomOutMap"; \ No newline at end of file diff --git a/icons/jsx/Accessible.jsx b/icons/jsx/Accessible.jsx index 25a6614180..cc1e808244 100644 --- a/icons/jsx/Accessible.jsx +++ b/icons/jsx/Accessible.jsx @@ -8,7 +8,7 @@ const SvgAccessible = (props) => ( fill="none" {...props} > - + ( fill="none" {...props} > - + ( fill="none" {...props} > - + ( d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm-2.75-5.5h1.5V19h2.5v-4.5h1.5v-6h-5.5z" fill="currentColor" /> - + ); export default SvgAttribution; diff --git a/icons/jsx/Bathtub.jsx b/icons/jsx/Bathtub.jsx index a5ec780ef0..62617a8892 100644 --- a/icons/jsx/Bathtub.jsx +++ b/icons/jsx/Bathtub.jsx @@ -8,7 +8,7 @@ const SvgBathtub = (props) => ( fill="none" {...props} > - + ( d="M10.56 5.51C11.91 5.54 13 6.64 13 8c0 .75-.33 1.41-.85 1.87l.59 1.62.94-.34.34.94 1.88-.68-.34-.94.94-.34-2.74-7.53-.94.34-.34-.94-1.88.68.34.94-.94.35.56 1.54z" fill="currentColor" /> - + ); export default SvgBiotech; diff --git a/icons/jsx/Blind.jsx b/icons/jsx/Blind.jsx index 71cf6e7a48..85ac7cb001 100644 --- a/icons/jsx/Blind.jsx +++ b/icons/jsx/Blind.jsx @@ -8,7 +8,7 @@ const SvgBlind = (props) => ( fill="none" {...props} > - + ( fill="none" {...props} > - + - - + + - - - + + + - + - + ( fill="none" {...props} > - + ); export default SvgBrightness1; diff --git a/icons/jsx/BubbleChart.jsx b/icons/jsx/BubbleChart.jsx index 0fc98bd4f0..8ea6259bed 100644 --- a/icons/jsx/BubbleChart.jsx +++ b/icons/jsx/BubbleChart.jsx @@ -8,9 +8,9 @@ const SvgBubbleChart = (props) => ( fill="none" {...props} > - - - + + + ); export default SvgBubbleChart; diff --git a/icons/jsx/CameraAlt.jsx b/icons/jsx/CameraAlt.jsx index f924cbd185..56b9c914af 100644 --- a/icons/jsx/CameraAlt.jsx +++ b/icons/jsx/CameraAlt.jsx @@ -8,7 +8,7 @@ const SvgCameraAlt = (props) => ( fill="none" {...props} > - + ( {...props} > - + ); diff --git a/icons/jsx/CheckCircleLightOutline.jsx b/icons/jsx/CheckCircleLightOutline.jsx index 571324c77e..4a549a4c35 100644 --- a/icons/jsx/CheckCircleLightOutline.jsx +++ b/icons/jsx/CheckCircleLightOutline.jsx @@ -1,28 +1,21 @@ import * as React from "react"; - -const CheckCircleLightOutline = (props) => ( +const SvgCheckCircleLightOutline = (props) => ( - - ); - -export default CheckCircleLightOutline; +export default SvgCheckCircleLightOutline; diff --git a/icons/jsx/ChildCare.jsx b/icons/jsx/ChildCare.jsx index 661ac706d4..36a3b96376 100644 --- a/icons/jsx/ChildCare.jsx +++ b/icons/jsx/ChildCare.jsx @@ -8,8 +8,8 @@ const SvgChildCare = (props) => ( fill="none" {...props} > - - + + ( {...props} > - + ( d="M18 7V4h2V2H4v20h16v-2h-4.03A4.966 4.966 0 0 0 18 16v-5H8v5c0 1.64.81 3.09 2.03 4H6V4h2v3h10z" fill="currentColor" /> - + ); export default SvgCoffeeMaker; diff --git a/icons/jsx/CompassCalibration.jsx b/icons/jsx/CompassCalibration.jsx index 6bf2a5e761..186270ee0b 100644 --- a/icons/jsx/CompassCalibration.jsx +++ b/icons/jsx/CompassCalibration.jsx @@ -8,7 +8,7 @@ const SvgCompassCalibration = (props) => ( fill="none" {...props} > - + ( d="M5.54 8.46 2 12l3.54 3.54 1.76-1.77L5.54 12l1.76-1.77zm12.92 0-1.76 1.77L18.46 12l-1.76 1.77 1.76 1.77L22 12zm-6.46 10-1.77-1.76-1.77 1.76L12 22l3.54-3.54-1.77-1.76zM8.46 5.54l1.77 1.76L12 5.54l1.77 1.76 1.77-1.76L12 2z" fill="currentColor" /> - + ); export default SvgControlCamera; diff --git a/icons/jsx/Deblur.jsx b/icons/jsx/Deblur.jsx index 245f89496b..7a2c83e9ce 100644 --- a/icons/jsx/Deblur.jsx +++ b/icons/jsx/Deblur.jsx @@ -9,18 +9,18 @@ const SvgDeblur = (props) => ( {...props} > - - - - - - - - - - - - + + + + + + + + + + + + ); export default SvgDeblur; diff --git a/icons/jsx/Diversity1.jsx b/icons/jsx/Diversity1.jsx index 7e199a369f..fc608d4ed5 100644 --- a/icons/jsx/Diversity1.jsx +++ b/icons/jsx/Diversity1.jsx @@ -8,12 +8,12 @@ const SvgDiversity1 = (props) => ( fill="none" {...props} > - + - + ( fill="none" {...props} > - + ( d="M3 2h8v2H3zm3 9h2V7h3V5H3v2h3zm6.404 9.182 7.778-7.778 1.414 1.414-7.778 7.778z" fill="currentColor" /> - - + + ( d="M21.97 13.52v-.04C23.21 12.38 24 10.78 24 9c0-3.31-2.69-6-6-6-.26 0-.52.02-.78.06a5.98 5.98 0 0 0-10.44 0C6.52 3.02 6.26 3 6 3 2.69 3 0 5.69 0 9c0 1.78.79 3.38 2.02 4.48v.04A6.008 6.008 0 0 0 0 18c0 3.31 2.69 6 6 6 1.39 0 2.67-.48 3.69-1.28.74.18 1.51.28 2.31.28s1.57-.1 2.31-.28c1.02.8 2.3 1.28 3.69 1.28 3.31 0 6-2.69 6-6 0-1.78-.79-3.38-2.03-4.48zM12 21c-4.41 0-8-3.59-8-8 0-3.72 2.56-6.85 6-7.74v.05c0 3.34 2.72 6.06 6.06 6.06 1.26 0 2.45-.39 3.45-1.09.31.86.49 1.77.49 2.72 0 4.41-3.59 8-8 8z" fill="currentColor" /> - - + + ); export default SvgFace2; diff --git a/icons/jsx/Face3.jsx b/icons/jsx/Face3.jsx index 6138021197..03c190ce44 100644 --- a/icons/jsx/Face3.jsx +++ b/icons/jsx/Face3.jsx @@ -8,8 +8,8 @@ const SvgFace3 = (props) => ( fill="none" {...props} > - - + + ( d="M12 2c-.96 0-1.88.14-2.75.39A4.986 4.986 0 0 0 5 0C2.24 0 0 2.24 0 5c0 1.8.96 3.37 2.39 4.25C2.14 10.12 2 11.04 2 12c0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-.05.01-.1.01-.15 2.6-.98 4.68-2.99 5.74-5.55a9.942 9.942 0 0 0 9.92 3.46c.21.71.33 1.46.33 2.24 0 4.41-3.59 8-8 8z" fill="currentColor" /> - - + + ); export default SvgFace4; diff --git a/icons/jsx/Face5.jsx b/icons/jsx/Face5.jsx index 8710ea508f..5960fe3982 100644 --- a/icons/jsx/Face5.jsx +++ b/icons/jsx/Face5.jsx @@ -12,28 +12,28 @@ const SvgFace5 = (props) => ( d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8 0-1.12.23-2.18.65-3.15a.495.495 0 0 0 .85-.35c0-.25-.19-.45-.43-.49.15-.26.32-.51.49-.75-.03.08-.06.15-.06.24 0 .28.22.5.5.5s.5-.22.5-.5S6.28 7 6 7c-.13 0-.25.05-.34.13.52-.68 1.15-1.28 1.86-1.76A.495.495 0 0 0 8 6a.495.495 0 0 0 .1-.98c.16-.09.32-.17.49-.25.09.14.24.23.41.23.28 0 .5-.22.5-.5 0-.03-.01-.06-.02-.09.39-.13.79-.23 1.21-.3-.11.1-.19.23-.19.39 0 .28.22.5.5.5s.5-.22.5-.5a.51.51 0 0 0-.3-.46c.26-.03.53-.04.8-.04s.54.01.8.04c-.18.08-.3.25-.3.46 0 .28.22.5.5.5s.5-.22.5-.5c0-.16-.08-.29-.19-.38.41.07.82.17 1.21.3-.01.02-.02.05-.02.08 0 .28.22.5.5.5.17 0 .32-.09.41-.23.17.08.33.16.49.25A.495.495 0 0 0 16 6c.28 0 .5-.22.5-.5 0-.05-.01-.09-.03-.13.71.48 1.34 1.08 1.86 1.76a.495.495 0 0 0-.83.37c0 .28.22.5.5.5s.5-.22.5-.5c0-.09-.03-.16-.07-.23.18.24.34.49.49.75-.23.03-.42.23-.42.48a.495.495 0 0 0 .85.35c.42.97.65 2.03.65 3.15 0 4.41-3.59 8-8 8z" fill="currentColor" /> - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + ); export default SvgFace5; diff --git a/icons/jsx/Face6.jsx b/icons/jsx/Face6.jsx index 156763e8b5..e2cc5d2bac 100644 --- a/icons/jsx/Face6.jsx +++ b/icons/jsx/Face6.jsx @@ -12,8 +12,8 @@ const SvgFace6 = (props) => ( d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8h2.62l2-4h6.76l2 4H20c0 4.41-3.59 8-8 8z" fill="currentColor" /> - - + + ); export default SvgFace6; diff --git a/icons/jsx/FaceRetouchingNatural.jsx b/icons/jsx/FaceRetouchingNatural.jsx index 3a8afa9406..04ef3844a3 100644 --- a/icons/jsx/FaceRetouchingNatural.jsx +++ b/icons/jsx/FaceRetouchingNatural.jsx @@ -8,12 +8,12 @@ const SvgFaceRetouchingNatural = (props) => ( fill="none" {...props} > - + - + ( fill="none" {...props} > - + ( fill="none" {...props} > - + ); export default SvgFiberManualRecord; diff --git a/icons/jsx/FiberSmartRecord.jsx b/icons/jsx/FiberSmartRecord.jsx index d0af31b4a9..47d38d0064 100644 --- a/icons/jsx/FiberSmartRecord.jsx +++ b/icons/jsx/FiberSmartRecord.jsx @@ -8,7 +8,7 @@ const SvgFiberSmartRecord = (props) => ( fill="none" {...props} > - + ( d="M21 11h-3V8h2V6h-2.35a5.99 5.99 0 0 0-11.3 0H4v2h2v3H3v6h3v3H4v2h16v-2h-2v-3h3v-6zm-9 6.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z" fill="currentColor" /> - + ); export default SvgFireHydrantAlt; diff --git a/icons/jsx/Garage.jsx b/icons/jsx/Garage.jsx index 617d81bb01..ef9e4285b1 100644 --- a/icons/jsx/Garage.jsx +++ b/icons/jsx/Garage.jsx @@ -8,8 +8,8 @@ const SvgGarage = (props) => ( fill="none" {...props} > - - + + ( fill="none" {...props} > - + ( fill="none" {...props} > - + ( fill="none" {...props} > - + ( fill="none" {...props} > - + ( {...props} > - + ); export default SvgMan; diff --git a/icons/jsx/Man2.jsx b/icons/jsx/Man2.jsx index b1545426b3..b50889f0b8 100644 --- a/icons/jsx/Man2.jsx +++ b/icons/jsx/Man2.jsx @@ -9,7 +9,7 @@ const SvgMan2 = (props) => ( {...props} > - + ); export default SvgMan2; diff --git a/icons/jsx/Man4.jsx b/icons/jsx/Man4.jsx index a7cca20499..05f74dfaa6 100644 --- a/icons/jsx/Man4.jsx +++ b/icons/jsx/Man4.jsx @@ -9,7 +9,7 @@ const SvgMan4 = (props) => ( {...props} > - + ); export default SvgMan4; diff --git a/icons/jsx/ManageAccounts.jsx b/icons/jsx/ManageAccounts.jsx index 54912894c9..ae3a6809e3 100644 --- a/icons/jsx/ManageAccounts.jsx +++ b/icons/jsx/ManageAccounts.jsx @@ -12,7 +12,7 @@ const SvgManageAccounts = (props) => ( d="M10.67 13.02c-.22-.01-.44-.02-.67-.02-2.42 0-4.68.67-6.61 1.82-.88.52-1.39 1.5-1.39 2.53V20h9.26a6.963 6.963 0 0 1-.59-6.98z" fill="currentColor" /> - + ( fill="none" {...props} > - + ( d="M4.07 13H2.05c.2 2.01 1 3.84 2.21 5.33l1.43-1.43A7.941 7.941 0 0 1 4.07 13zm1.62-5.9L4.26 5.67A10.013 10.013 0 0 0 2.05 11h2.02c.18-1.46.76-2.79 1.62-3.9zM11 4.07V2.05c-2.01.2-3.84 1-5.33 2.21L7.1 5.69A7.941 7.941 0 0 1 11 4.07zm7.33.19A10.013 10.013 0 0 0 13 2.05v2.02c1.46.18 2.79.76 3.9 1.62l1.43-1.43zm-.02 12.64 1.43 1.43A9.98 9.98 0 0 0 21.95 13h-2.02a7.941 7.941 0 0 1-1.62 3.9zm1.62-5.9h2.02c-.2-2.01-1-3.84-2.21-5.33L18.31 7.1a7.941 7.941 0 0 1 1.62 3.9zM13 19.93v2.02c2.01-.2 3.84-1 5.33-2.21l-1.43-1.43a7.941 7.941 0 0 1-3.9 1.62zm-7.33-.19A9.98 9.98 0 0 0 11 21.95v-2.02a7.941 7.941 0 0 1-3.9-1.62l-1.43 1.43z" fill="currentColor" /> - + ); export default SvgNoiseAware; diff --git a/icons/jsx/NoiseControlOff.jsx b/icons/jsx/NoiseControlOff.jsx index 1c351d81a2..f4b1d87162 100644 --- a/icons/jsx/NoiseControlOff.jsx +++ b/icons/jsx/NoiseControlOff.jsx @@ -8,7 +8,7 @@ const SvgNoiseControlOff = (props) => ( fill="none" {...props} > - + ); export default SvgNoiseControlOff; diff --git a/icons/jsx/PeopleAlt.jsx b/icons/jsx/PeopleAlt.jsx index a10a3781f0..a36e1fc52c 100644 --- a/icons/jsx/PeopleAlt.jsx +++ b/icons/jsx/PeopleAlt.jsx @@ -13,7 +13,7 @@ const SvgPeopleAlt = (props) => ( fillRule="evenodd" fill="currentColor" /> - + ( fill="none" {...props} > - + ( fill="none" {...props} > - - - - + + + + ( fill="none" {...props} > - + ( d="m21 5-9-4-9 4v6c0 5.55 3.84 10.74 9 12 2.3-.56 4.33-1.9 5.88-3.71l-3.12-3.12a4.994 4.994 0 0 1-6.29-.64 5.003 5.003 0 0 1 0-7.07 5.003 5.003 0 0 1 7.07 0 5.006 5.006 0 0 1 .64 6.29l2.9 2.9C20.29 15.69 21 13.38 21 11V5z" fill="currentColor" /> - + ); export default SvgPolicy; diff --git a/icons/jsx/Pool.jsx b/icons/jsx/Pool.jsx index b3f878a983..7a5c4aaf7a 100644 --- a/icons/jsx/Pool.jsx +++ b/icons/jsx/Pool.jsx @@ -12,7 +12,7 @@ const SvgPool = (props) => ( d="m10 8-3.25 3.25c.31.12.56.27.77.39.37.23.59.36 1.15.36s.78-.13 1.15-.36c.46-.27 1.08-.64 2.19-.64s1.73.37 2.18.64c.37.22.6.36 1.15.36.55 0 .78-.13 1.15-.36.12-.07.26-.15.41-.23L10.48 5 5 3v2.5L9 7l1 1zm12 8.5h-.02.02zm-16.65-1c.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.06.63 2.16.64v-2c-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.6.36-1.15.36s-.78-.14-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.18.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.2-.64.37-.23.6-.36 1.15-.36zM18.67 18c-1.11 0-1.73.37-2.18.64-.37.23-.6.36-1.15.36-.55 0-.78-.14-1.15-.36-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36s-.78-.13-1.15-.36c-.45-.27-1.07-.64-2.18-.64s-1.73.37-2.19.64c-.37.23-.59.36-1.15.36v2c1.11 0 1.73-.37 2.19-.64.37-.23.6-.36 1.15-.36.55 0 .78.13 1.15.36.45.27 1.07.64 2.18.64s1.73-.37 2.19-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64s1.72-.37 2.18-.64c.37-.23.59-.36 1.15-.36.55 0 .78.14 1.15.36.45.27 1.07.64 2.18.64v-2c-.56 0-.78-.13-1.15-.36-.45-.27-1.07-.64-2.18-.64z" fill="currentColor" /> - + ); export default SvgPool; diff --git a/icons/jsx/PriorityHigh.jsx b/icons/jsx/PriorityHigh.jsx index b382d3e678..79017917e4 100644 --- a/icons/jsx/PriorityHigh.jsx +++ b/icons/jsx/PriorityHigh.jsx @@ -8,7 +8,7 @@ const SvgPriorityHigh = (props) => ( fill="none" {...props} > - + ); diff --git a/icons/jsx/RecordVoiceOver.jsx b/icons/jsx/RecordVoiceOver.jsx index 6a0f888b87..774b8cfc84 100644 --- a/icons/jsx/RecordVoiceOver.jsx +++ b/icons/jsx/RecordVoiceOver.jsx @@ -8,7 +8,7 @@ const SvgRecordVoiceOver = (props) => ( fill="none" {...props} > - + ( d="M19 1H5v22h14V1zm-2 14.21c-1.5-.77-3.2-1.21-5-1.21s-3.5.44-5 1.21V6h10v9.21z" fill="currentColor" /> - + ); export default SvgRememberMe; diff --git a/icons/jsx/ReportGmailerrorred.jsx b/icons/jsx/ReportGmailerrorred.jsx index 0a518fe2cf..42c837b8fc 100644 --- a/icons/jsx/ReportGmailerrorred.jsx +++ b/icons/jsx/ReportGmailerrorred.jsx @@ -12,7 +12,7 @@ const SvgReportGmailerrorred = (props) => ( d="M15.73 3H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27L15.73 3zM19 14.9 14.9 19H9.1L5 14.9V9.1L9.1 5h5.8L19 9.1v5.8z" fill="currentColor" /> - + ); diff --git a/icons/jsx/RssFeed.jsx b/icons/jsx/RssFeed.jsx index 80d98e894b..af3b24b2d2 100644 --- a/icons/jsx/RssFeed.jsx +++ b/icons/jsx/RssFeed.jsx @@ -8,7 +8,7 @@ const SvgRssFeed = (props) => ( fill="none" {...props} > - + ( fill="none" {...props} > - - - + + + ); export default SvgScatterPlot; diff --git a/icons/jsx/ScreenSearchDesktop.jsx b/icons/jsx/ScreenSearchDesktop.jsx index a7dd10e674..9730fe9276 100644 --- a/icons/jsx/ScreenSearchDesktop.jsx +++ b/icons/jsx/ScreenSearchDesktop.jsx @@ -12,7 +12,7 @@ const SvgScreenSearchDesktop = (props) => ( d="M1 19h22v2H1zM22 3H2v15h19.99L22 3zm-6.53 12.03-2.09-2.09c-1.35.87-3.17.71-4.36-.47-1.37-1.37-1.37-3.58 0-4.95s3.58-1.37 4.95 0c1.18 1.18 1.34 3 .47 4.36l2.09 2.09-1.06 1.06z" fill="currentColor" /> - + ); export default SvgScreenSearchDesktop; diff --git a/icons/jsx/SelfImprovement.jsx b/icons/jsx/SelfImprovement.jsx index b9411d6514..fb0f17c540 100644 --- a/icons/jsx/SelfImprovement.jsx +++ b/icons/jsx/SelfImprovement.jsx @@ -8,7 +8,7 @@ const SvgSelfImprovement = (props) => ( fill="none" {...props} > - + ( fill="none" {...props} > - - + + ( fill="none" {...props} > - - + + ( fill="none" {...props} > - - + + ( fill="none" {...props} > - - + + ( d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm-1.75 9c0 .24-.02.47-.05.71l.01-.02 1.47 1.16c.14.1.23.18.23.18l-1.7 2.94-2.02-.8.02-.03c-.37.29-.77.53-1.21.71h.01l-.27 1.85c-.02.17-.04.3-.04.3h-3.4l-.31-2.15H10a5.06 5.06 0 0 1-1.21-.71l.02.03-2.02.8-1.7-2.94s.1-.08.23-.18l1.47-1.16.01.02c-.03-.24-.05-.47-.05-.71s.02-.47.05-.69l-.01.01-1.7-1.34 1.7-2.95 2.01.81v.01c.37-.28.77-.52 1.2-.7h-.01L10.3 5h3.41l.3 2.15H14c.43.18.83.42 1.2.7v-.01l2.01-.81 1.7 2.95-1.71 1.34-.01-.01c.04.22.06.45.06.69z" fill="currentColor" /> - + ); export default SvgSettingsApplications; diff --git a/icons/jsx/Shower.jsx b/icons/jsx/Shower.jsx index ad2832b306..83d04e4ce3 100644 --- a/icons/jsx/Shower.jsx +++ b/icons/jsx/Shower.jsx @@ -8,16 +8,16 @@ const SvgShower = (props) => ( fill="none" {...props} > - - - + + + - - - + + + ); export default SvgShower; diff --git a/icons/jsx/SpatialAudio.jsx b/icons/jsx/SpatialAudio.jsx index 073aa38d59..68f9a817fd 100644 --- a/icons/jsx/SpatialAudio.jsx +++ b/icons/jsx/SpatialAudio.jsx @@ -8,7 +8,7 @@ const SvgSpatialAudio = (props) => ( fill="none" {...props} > - + ( fill="none" {...props} > - + ( fill="none" {...props} > - + ( d="M20 1H8v17.99h12V1zm-6 2c1.1 0 2 .89 2 2s-.9 2-2 2-2-.89-2-2 .9-2 2-2zm0 13.5c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z" fill="currentColor" /> - + ); diff --git a/icons/jsx/Sports.jsx b/icons/jsx/Sports.jsx index 8a5137a072..bba7912d4b 100644 --- a/icons/jsx/Sports.jsx +++ b/icons/jsx/Sports.jsx @@ -12,7 +12,7 @@ const SvgSports = (props) => ( d="M11.23 6c-1.66 0-3.22.66-4.36 1.73C6.54 6.73 5.61 6 4.5 6a2.5 2.5 0 0 0 0 5c.21 0 .41-.03.61-.08-.05.25-.09.51-.1.78a6.006 6.006 0 0 0 6.68 6.27c2.55-.28 4.68-2.26 5.19-4.77.15-.71.15-1.4.06-2.06-.09-.6.38-1.13.99-1.13H22V6H11.23zM4.5 9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5zm6.5 6c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z" fill="currentColor" /> - + ); export default SvgSports; diff --git a/icons/jsx/SportsCricket.jsx b/icons/jsx/SportsCricket.jsx index 67ef0fd95a..ee84626ef2 100644 --- a/icons/jsx/SportsCricket.jsx +++ b/icons/jsx/SportsCricket.jsx @@ -12,7 +12,7 @@ const SvgSportsCricket = (props) => ( d="M15.05 12.81 6.56 4.32a.996.996 0 0 0-1.41 0L2.32 7.15a.996.996 0 0 0 0 1.41l8.49 8.49c.39.39 1.02.39 1.41 0l2.83-2.83a.996.996 0 0 0 0-1.41zm-.709 4.946 1.414-1.414 4.243 4.243-1.414 1.414z" fill="currentColor" /> - + ); export default SvgSportsCricket; diff --git a/icons/jsx/SportsGolf.jsx b/icons/jsx/SportsGolf.jsx index c6a5996fd9..139f305fb8 100644 --- a/icons/jsx/SportsGolf.jsx +++ b/icons/jsx/SportsGolf.jsx @@ -12,9 +12,9 @@ const SvgSportsGolf = (props) => ( d="M12 16c3.87 0 7-3.13 7-7s-3.13-7-7-7-7 3.13-7 7 3.13 7 7 7zm0-12c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z" fill="currentColor" /> - - - + + + ( fill="none" {...props} > - + ( d="m19.8 2-8.2 6.7-1.21-1.04 3.6-2.08L9.41 1 8 2.41l2.74 2.74L5 8.46l-1.19 4.29L6.27 17 8 16l-2.03-3.52.35-1.3L9.5 13l.5 9h2l.5-10L21 3.4z" fill="currentColor" /> - + ); export default SvgSportsMartialArts; diff --git a/icons/jsx/Stream.jsx b/icons/jsx/Stream.jsx index 213088a7ff..15ca2894f8 100644 --- a/icons/jsx/Stream.jsx +++ b/icons/jsx/Stream.jsx @@ -8,14 +8,14 @@ const SvgStream = (props) => ( fill="none" {...props} > - - - + + + - + ); export default SvgStream; diff --git a/icons/jsx/Streetview.jsx b/icons/jsx/Streetview.jsx index 69676a0b60..f8920a8dfd 100644 --- a/icons/jsx/Streetview.jsx +++ b/icons/jsx/Streetview.jsx @@ -12,7 +12,7 @@ const SvgStreetview = (props) => ( d="M12.56 14.33c-.34.27-.56.7-.56 1.17V21h7c1.1 0 2-.9 2-2v-5.98c-.94-.33-1.95-.52-3-.52-2.03 0-3.93.7-5.44 1.83z" fill="currentColor" /> - + ( fill="none" {...props} > - - + + ( fill="none" {...props} > - - + + ( d="M4 3h6v2H4zM1 7h5v2H1zm2 12h5v2H3zm12.32-6.91 5.42-9.04L17.32 1 12 5.97v4.74a2.485 2.485 0 0 1 3.32 1.38zM10.5 13c0-.82.4-1.54 1.01-2H1v4l7 2 3.44-2.06A2.48 2.48 0 0 1 10.5 13zm9.67 10L23 20.17l-3.54-6.36-3.98-1c0 .06.02.12.02.19a2.5 2.5 0 0 1-2.5 2.5c-.36 0-.69-.08-1-.21V21c-1.1 0-2 .9-2 2h6c0-1.1-.9-2-2-2v-4.17L20.17 23z" fill="currentColor" /> - + ); export default SvgWindPower; diff --git a/icons/jsx/Woman.jsx b/icons/jsx/Woman.jsx index f9e99e6acd..a536a7f189 100644 --- a/icons/jsx/Woman.jsx +++ b/icons/jsx/Woman.jsx @@ -9,7 +9,7 @@ const SvgWoman = (props) => ( {...props} > - + ); export default SvgWoman; diff --git a/icons/jsx/Woman2.jsx b/icons/jsx/Woman2.jsx index 6a6035ce4f..df983bdf92 100644 --- a/icons/jsx/Woman2.jsx +++ b/icons/jsx/Woman2.jsx @@ -9,7 +9,7 @@ const SvgWoman2 = (props) => ( {...props} > - + ); export default SvgWoman2; diff --git a/icons/jsx/Yard.jsx b/icons/jsx/Yard.jsx index 9375a1bc59..dec1c0aaf5 100644 --- a/icons/jsx/Yard.jsx +++ b/icons/jsx/Yard.jsx @@ -12,7 +12,7 @@ const SvgYard = (props) => ( d="M22 2H2v20h20V2zM8 8.22a1.562 1.562 0 0 1 2.45-1.28l-.01-.12c0-.86.7-1.56 1.56-1.56s1.56.7 1.56 1.56l-.01.12A1.562 1.562 0 0 1 16 8.22c0 .62-.37 1.16-.89 1.4.52.25.89.79.89 1.41 0 .86-.7 1.56-1.56 1.56-.33 0-.64-.11-.89-.28l.01.12c0 .86-.7 1.56-1.56 1.56s-1.56-.7-1.56-1.56l.01-.12A1.562 1.562 0 0 1 8 11.03c0-.62.37-1.16.89-1.4C8.37 9.38 8 8.84 8 8.22zM12 19c-3.31 0-6-2.69-6-6 3.31 0 6 2.69 6 6 0-3.31 2.69-6 6-6 0 3.31-2.69 6-6 6z" fill="currentColor" /> - + ); export default SvgYard; diff --git a/icons/svg/check_circle_light_outline.svg b/icons/svg/check_circle_light_outline.svg new file mode 100644 index 0000000000..06db5a019c --- /dev/null +++ b/icons/svg/check_circle_light_outline.svg @@ -0,0 +1,13 @@ + + + + diff --git a/lib/version.js b/lib/version.js new file mode 100644 index 0000000000..b1adabd67f --- /dev/null +++ b/lib/version.js @@ -0,0 +1,9 @@ +/* eslint-disable no-console */ +const chalk = require('chalk'); +const { version } = require('../package.json'); + +function versionCommand() { + console.log(`Paragon CLI version: ${chalk.bold(version)}`); +} + +module.exports = versionCommand; diff --git a/package-lock.json b/package-lock.json index 583bc9e8b2..ad666d2d25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12517,9 +12517,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001566", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz", - "integrity": "sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==", + "version": "1.0.30001568", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001568.tgz", + "integrity": "sha512-vSUkH84HontZJ88MiNrOau1EBrCqEQYgkC5gIySiDlpsm8sGVrhU7Kx4V6h0tnqaHzIHZv08HlJIwPbL4XL9+A==", "funding": [ { "type": "opencollective", diff --git a/src/Button/README.md b/src/Button/README.md index b7d905ee48..11ec535413 100644 --- a/src/Button/README.md +++ b/src/Button/README.md @@ -198,27 +198,8 @@ For link to be `disabled`, it must have href defined with some value. )} ``` -### With a Spinner - -```jsx live -<> - - - - - - - -``` +## Stateful buttons +To implement loading state using a `Button` component, the [StatefulButton](https://paragon-openedx.netlify.app/components/statefulbutton/) component +is available for use.
+This specialized component is designed to seamlessly manage and display boot states, providing a more efficient and +user-friendly experience. diff --git a/src/DataTable/README.md b/src/DataTable/README.md index e9ccadf6d8..193b3b2b7a 100644 --- a/src/DataTable/README.md +++ b/src/DataTable/README.md @@ -436,7 +436,7 @@ See ``dataViewToggleOptions`` props documentation for all supported props. }} isSortable defaultColumnValues={{ Filter: TextFilter }} - itemCount={7} + itemCount={3} data={[ { name: 'Lil Bub', diff --git a/src/Modal/_ModalDialog.scss b/src/Modal/_ModalDialog.scss index 99de29debf..1baa5489a0 100644 --- a/src/Modal/_ModalDialog.scss +++ b/src/Modal/_ModalDialog.scss @@ -26,6 +26,18 @@ max-height: none; margin: var(--pgn-spacing-modal-dialog-margin); } + + .pgn__modal-header { + padding-bottom: calc(var(--pgn-spacing-modal-inner-padding-base) / 2); + } + + .pgn__modal-body { + padding: calc(var(--pgn-spacing-modal-inner-padding-base) / 2) var(--pgn-spacing-modal-inner-padding-base); + + &::before { + top: calc(var(--pgn-spacing-modal-inner-padding-base) / 2 * -1); + } + } } // Sizes @@ -232,22 +244,6 @@ // Color Variants -.pgn__modal-default { - // Default style modals don't have a background on the header which - // ends up looking spaced too far away from the body content. - .pgn__modal-header { - padding-bottom: calc(var(--pgn-spacing-modal-inner-padding-base) / 2); - } - - .pgn__modal-body { - padding: calc(var(--pgn-spacing-modal-inner-padding-base) / 2) var(--pgn-spacing-modal-inner-padding-base); - - &::before { - top: calc(var(--pgn-spacing-modal-inner-padding-base) / 2 * -1); - } - } -} - .pgn__modal-dark { .pgn__modal-header, .pgn__modal-hero { @@ -258,10 +254,6 @@ color: inherit; } } - - .pgn__modal-header { - border-bottom: solid 1px var(--pgn-color-light-base); - } } .pgn__modal-warning .pgn__modal-header { diff --git a/src/SelectableBox/README.md b/src/SelectableBox/README.md index c1c82d2f5d..871bbb9ff4 100644 --- a/src/SelectableBox/README.md +++ b/src/SelectableBox/README.md @@ -6,9 +6,9 @@ components: - SelectableBoxSet categories: - Forms -status: 'New' +status: 'Stable' designStatus: 'Done' -devStatus: 'In progress' +devStatus: 'Done' notes: | --- @@ -26,7 +26,7 @@ As ``Checkbox`` const allCheeseOptions = ['swiss', 'cheddar', 'pepperjack']; const [checkedCheeses, { add, remove, set, clear }] = useCheckboxSetValues(['swiss']); - const handleChange = e => { + const handleChange = (e) => { e.target.checked ? add(e.target.value) : remove(e.target.value); }; @@ -34,35 +34,32 @@ As ``Checkbox`` const isExtraSmall = useMediaQuery({ maxWidth: breakpoints.extraSmall.maxWidth }); return ( -
- + +

It is my first SelectableBox

+

Swiss

+
+ +

Cheddar

+
+ - -
-

It is my first SelectableBox

-

Swiss

-
-
- - Cheddar - - -

Pepperjack

-
-
-
+

Pepperjack

+ + ); } ``` @@ -71,31 +68,27 @@ As ``Checkbox`` ```jsx live () => { - const type = 'radio'; const [value, setValue] = useState('green'); - const handleChange = e => setValue(e.target.value); + const handleChange = (e) => setValue(e.target.value); const isExtraSmall = useMediaQuery({ maxWidth: breakpoints.extraSmall.maxWidth }); return ( - -
-

It is Red color

-

Select me

-
+ +

It is Red color

+

Select me

- +

Green

Leaves and grass

- +

Blue

The sky

@@ -103,6 +96,7 @@ As ``Checkbox`` ); } ``` + ## As Checkbox As ``Checkbox`` with ``isIndeterminate`` @@ -117,7 +111,7 @@ As ``Checkbox`` with ``isIndeterminate`` const isIndeterminate = someChecked && !allChecked; const isExtraSmall = useMediaQuery({ maxWidth: breakpoints.small.maxWidth }); - const handleChange = e => { + const handleChange = (e) => { e.target.checked ? add(e.target.value) : remove(e.target.value); }; @@ -127,18 +121,17 @@ As ``Checkbox`` with ``isIndeterminate`` return ( <> -
- - All the cheese - -
+ + All the cheese + -
-

It is my first SelectableBox

-

Swiss

-
+

It is my first SelectableBox

+

Swiss

- Cheddar +

Cheddar

Pepperjack

@@ -173,16 +164,16 @@ As ``Checkbox`` with ``ariaLabelledby`` const allCheeseOptions = ['swiss', 'cheddar', 'pepperjack']; const [checkedCheeses, { add, remove, set, clear }] = useCheckboxSetValues(['swiss']); - const handleChange = e => { + const handleChange = (e) => { e.target.checked ? add(e.target.value) : remove(e.target.value); }; const isExtraSmall = useMediaQuery({ maxWidth: breakpoints.extraSmall.maxWidth }); return ( -
+

- Select your favorite cheese + Select your favorite cheese:

-

- Swiss -

+

Swiss

-

- Cheddar -

+

Cheddar

-

- Pepperjack -

+

Pepperjack

-
+ + ); +} +``` + +## Without active outline +The `showActiveBoxState` property only affects `SelectableBox` that have `inputHidden` set to `false`. +If a component has no input, the border is always rendered in an active state. + +```jsx live +() => { + const [value, setValue] = useState('apples'); + const handleChange = (e) => setValue(e.target.value); + const isExtraSmall = useMediaQuery({ maxWidth: breakpoints.extraSmall.maxWidth }); + + return ( + + +

Apples

+
+ +

Oranges

+
+ +

Bananas

+
+
); } ``` diff --git a/src/SelectableBox/index.jsx b/src/SelectableBox/index.jsx index 8ba2da9ae9..b40070fb4b 100644 --- a/src/SelectableBox/index.jsx +++ b/src/SelectableBox/index.jsx @@ -22,6 +22,7 @@ const SelectableBox = React.forwardRef(({ onFocus, inputHidden, className, + showActiveBoxState, ...props }, ref) => { const inputType = getInputType('SelectableBox', type); @@ -63,7 +64,7 @@ const SelectableBox = React.forwardRef(({ onClick={() => inputRef.current.click()} onFocus={onFocus} className={classNames('pgn__selectable_box', className, { - 'pgn__selectable_box-active': isChecked() || checked, + 'pgn__selectable_box-active': (!inputHidden && !showActiveBoxState) ? false : isChecked() || checked, 'pgn__selectable_box-invalid': isInvalid, })} tabIndex={0} @@ -97,6 +98,8 @@ SelectableBox.propTypes = { isInvalid: PropTypes.bool, /** A class that is appended to the base element. */ className: PropTypes.string, + /** Controls the visibility of the active state for the `SelectableBox`. */ + showActiveBoxState: PropTypes.bool, }; SelectableBox.defaultProps = { @@ -109,6 +112,7 @@ SelectableBox.defaultProps = { isIndeterminate: false, isInvalid: false, className: undefined, + showActiveBoxState: true, }; SelectableBox.Set = SelectableBoxSet; diff --git a/src/SelectableBox/tests/SelectableBox.test.jsx b/src/SelectableBox/tests/SelectableBox.test.jsx index 1b617663d8..57e059f071 100644 --- a/src/SelectableBox/tests/SelectableBox.test.jsx +++ b/src/SelectableBox/tests/SelectableBox.test.jsx @@ -100,6 +100,13 @@ describe('', () => { rerender(); expect(inputElement.getAttribute('hidden')).toBeNull(); }); + it('renders with active state and updates to inactive when showActiveBoxState is false', async () => { + const { rerender } = render(); + const selectableBox = screen.getByRole('button'); + expect(selectableBox.classList.contains('pgn__selectable_box-active')).toEqual(true); + rerender(); + expect(selectableBox.classList.contains('pgn__selectable_box-active')).toEqual(false); + }); }); describe('correct interactions', () => { it('correct checkbox state change when checked is changed', () => { diff --git a/src/Tabs/README.md b/src/Tabs/README.md index 97f8aed402..2012c932d4 100644 --- a/src/Tabs/README.md +++ b/src/Tabs/README.md @@ -223,3 +223,79 @@ devStatus: 'Done' ``` + +## Conditional rendering + +```jsx live +() => { + const librariesEnabled = true; + const visibleTabs = useMemo(() => { + const tabs = []; + + tabs.push( + + Hello I am the courses panel. + + ); + + tabs.push( + + Hello I am the programs panel. + + ); + + if (librariesEnabled) { + tabs.push( + + Hello I am the libraries panel. + + ); + } + + return tabs; + }, [librariesEnabled]); + + return ( + + {visibleTabs} + + ); +} +``` + +*** + +## Tabs.Deprecated + +
+ +### (Deprecated) basic usage + +```jsx live + +
Hello I am the first panel
+
Hello I am the second panel
+
Hello I am the third panel
+
+``` diff --git a/www/src/components/LayoutGenerator.tsx b/www/src/components/LayoutGenerator.tsx index f71223423e..817b7b2d03 100644 --- a/www/src/components/LayoutGenerator.tsx +++ b/www/src/components/LayoutGenerator.tsx @@ -128,7 +128,7 @@ ${columnsString.join('').slice(0, -1)} }; return ( -
+ <>

Drag the slider to add or remove columns. Edit the width and offset values for each column and see the output below. @@ -149,9 +149,8 @@ ${columnsString.join('').slice(0, -1)} />

{columns}
- {renderMarkupString()} -
+ ); } diff --git a/www/src/pages/foundations/colors.tsx b/www/src/pages/foundations/colors.tsx index 8f61f44ed1..52b423e899 100644 --- a/www/src/pages/foundations/colors.tsx +++ b/www/src/pages/foundations/colors.tsx @@ -161,7 +161,7 @@ export default function ColorsPage({ data, pageContext }: IColorsPage) {

CSS Color Usage

Variable name

- + {'// var(--pgn-color-name-level) '}
var(--pgn-color-primary-100) @@ -178,7 +178,7 @@ export default function ColorsPage({ data, pageContext }: IColorsPage) { Using a default value in CSS variables allows to set a default value for a variable, which will be used if the primary value of the variable is not defined or not available.

- + {'// var(--pgn-color-name-level), default variable '}
var(--pgn-color-brand-100, var(--pgn-color-primary-200)) diff --git a/www/src/pages/foundations/elevation.tsx b/www/src/pages/foundations/elevation.tsx index 59f4e34e22..2080925e6e 100644 --- a/www/src/pages/foundations/elevation.tsx +++ b/www/src/pages/foundations/elevation.tsx @@ -330,7 +330,7 @@ export default function ElevationPage({ pageContext }) {

Include these box-shadows colors in scss files in this ways:

Mixin

- + pgn-box-shadow($level, $direction) diff --git a/www/src/types/types.ts b/www/src/types/types.ts index 8e76d4c306..628c76bcad 100644 --- a/www/src/types/types.ts +++ b/www/src/types/types.ts @@ -9,7 +9,7 @@ export interface IUsage { filePath: string, line: number, column: number, - version: string, + index: number, } export interface IComponentUsageData { @@ -24,14 +24,14 @@ export interface IComponentUsageData { export interface IDependentProjectsUsages extends Omit { version: string, name: string, - repository: { type: string, url: string }, + repository: { type: string, url: string } | string, folderName: string, } export interface IDependentUsage { version?: string, name?: string, - repository?: { type: string, url: string }, + repository?: { type: string, url: string } | string, repositoryUrl?: string, count: number, folderName?: string, diff --git a/www/src/utils/getDependentProjectsUsages.tsx b/www/src/utils/getDependentProjectsUsages.tsx index 2657640f05..9b15246f77 100644 --- a/www/src/utils/getDependentProjectsUsages.tsx +++ b/www/src/utils/getDependentProjectsUsages.tsx @@ -3,9 +3,8 @@ import dependentProjectsAnalysis from '../../../dependent-usage.json'; // eslint import getGithubProjectUrl from './getGithubProjectUrl'; import { IDependentProjectsUsages, IDependentUsage, IUsage } from '../types/types'; -const { - projectUsages: dependentProjectsUsages, -} = dependentProjectsAnalysis; +const { projectUsages } = dependentProjectsAnalysis; +const dependentProjectsUsages = projectUsages as unknown as IDependentProjectsUsages[]; export default function getDependentProjectsUsages() { const dependentProjects: IDependentUsage[] = [];