@drodil/backstage-plugin-qeta 1.23.2 → 1.23.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/{index-3ebec94d.esm.js → index-22e95e20.esm.js} +2 -2
- package/dist/esm/index-22e95e20.esm.js.map +1 -0
- package/dist/esm/{index-ce84806b.esm.js → index-2653a856.esm.js} +3 -3
- package/dist/esm/{index-ce84806b.esm.js.map → index-2653a856.esm.js.map} +1 -1
- package/dist/esm/{index-0651f62a.esm.js → index-eb697601.esm.js} +7 -2
- package/dist/esm/index-eb697601.esm.js.map +1 -0
- package/dist/index.esm.js +1 -1
- package/package.json +3 -3
- package/dist/esm/index-0651f62a.esm.js.map +0 -1
- package/dist/esm/index-3ebec94d.esm.js.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as Content, i as QuestionsTable } from './index-
|
|
1
|
+
export { C as Content, i as QuestionsTable } from './index-2653a856.esm.js';
|
|
2
2
|
import '@backstage/core-plugin-api';
|
|
3
3
|
import '@backstage/plugin-home-react';
|
|
4
4
|
import '@backstage/errors';
|
|
@@ -30,4 +30,4 @@ import 'react-mde/lib/styles/css/react-mde-toolbar.css';
|
|
|
30
30
|
import 'file-type';
|
|
31
31
|
import '@material-ui/icons/Refresh';
|
|
32
32
|
import '@material-ui/icons/HomeOutlined';
|
|
33
|
-
//# sourceMappingURL=index-
|
|
33
|
+
//# sourceMappingURL=index-22e95e20.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-22e95e20.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -470,7 +470,7 @@ const qetaPlugin = createPlugin({
|
|
|
470
470
|
const QetaPage = qetaPlugin.provide(
|
|
471
471
|
createRoutableExtension({
|
|
472
472
|
name: "QetaPage",
|
|
473
|
-
component: () => import('./index-
|
|
473
|
+
component: () => import('./index-eb697601.esm.js').then((m) => m.HomePage),
|
|
474
474
|
mountPoint: qetaRouteRef
|
|
475
475
|
})
|
|
476
476
|
);
|
|
@@ -479,7 +479,7 @@ const QuestionTableCard = qetaPlugin.provide(
|
|
|
479
479
|
name: "QuestionsTableCard",
|
|
480
480
|
title: "Q&A",
|
|
481
481
|
description: "Shows Q&A questions",
|
|
482
|
-
components: () => import('./index-
|
|
482
|
+
components: () => import('./index-22e95e20.esm.js'),
|
|
483
483
|
layout: {
|
|
484
484
|
height: { minRows: 6 },
|
|
485
485
|
width: { minColumns: 6 }
|
|
@@ -2377,4 +2377,4 @@ const StatisticsPage = () => {
|
|
|
2377
2377
|
};
|
|
2378
2378
|
|
|
2379
2379
|
export { AskForm as A, BackToQuestionsButton as B, Content as C, MarkdownEditor as M, QuestionsContainer as Q, RelativeTimeWithTooltip as R, StatisticsPage as S, TagsAndEntities as T, UpdatedByLink as U, useStyles$1 as a, useEntityAuthor as b, AuthorLink as c, AskAnonymouslyCheckbox as d, useQetaApi as e, AskQuestionButton as f, useIdentityApi as g, TrophyIcon as h, QuestionsTable as i, qetaPlugin as j, QetaPage as k, QuestionTableCard as l, RankingRow as m, RankingCard as n, TopRankingUsers as o, QetaClient as p, qetaApiRef as q, useBasePath as u };
|
|
2380
|
-
//# sourceMappingURL=index-
|
|
2380
|
+
//# sourceMappingURL=index-2653a856.esm.js.map
|