@red-hat-developer-hub/backstage-plugin-dynamic-home-page 1.7.0 → 1.9.0
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/CHANGELOG.md +16 -0
- package/app-config.dynamic.yaml +12 -12
- package/dist/components/CustomizableGrid.esm.js +48 -6
- package/dist/components/CustomizableGrid.esm.js.map +1 -1
- package/dist/components/CustomizableHomePage.esm.js +3 -7
- package/dist/components/CustomizableHomePage.esm.js.map +1 -1
- package/dist/components/EntitySection/EntitySection.esm.js +18 -13
- package/dist/components/EntitySection/EntitySection.esm.js.map +1 -1
- package/dist/components/FeaturedDocsCard.esm.js +9 -1
- package/dist/components/FeaturedDocsCard.esm.js.map +1 -1
- package/dist/components/Header.esm.js +24 -12
- package/dist/components/Header.esm.js.map +1 -1
- package/dist/components/HomePage.esm.js +4 -8
- package/dist/components/HomePage.esm.js.map +1 -1
- package/dist/components/OnboardingSection/OnboardingSection.esm.js +5 -3
- package/dist/components/OnboardingSection/OnboardingSection.esm.js.map +1 -1
- package/dist/components/QuickAccessCard.esm.js +5 -3
- package/dist/components/QuickAccessCard.esm.js.map +1 -1
- package/dist/components/SearchBar.esm.js +3 -1
- package/dist/components/SearchBar.esm.js.map +1 -1
- package/dist/components/TemplateSection/TemplateSection.esm.js +16 -12
- package/dist/components/TemplateSection/TemplateSection.esm.js.map +1 -1
- package/dist/components/Trans.esm.js +9 -0
- package/dist/components/Trans.esm.js.map +1 -0
- package/dist/defaults.esm.js +29 -0
- package/dist/defaults.esm.js.map +1 -0
- package/dist/hooks/useGreeting.esm.js +12 -8
- package/dist/hooks/useGreeting.esm.js.map +1 -1
- package/dist/hooks/useLanguage.esm.js +7 -0
- package/dist/hooks/useLanguage.esm.js.map +1 -0
- package/dist/hooks/useTranslation.esm.js +8 -0
- package/dist/hooks/useTranslation.esm.js.map +1 -0
- package/dist/index.d.ts +142 -1
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/translations/de.esm.js +52 -0
- package/dist/translations/de.esm.js.map +1 -0
- package/dist/translations/es.esm.js +52 -0
- package/dist/translations/es.esm.js.map +1 -0
- package/dist/translations/fr.esm.js +52 -0
- package/dist/translations/fr.esm.js.map +1 -0
- package/dist/translations/index.esm.js +15 -0
- package/dist/translations/index.esm.js.map +1 -0
- package/dist/translations/it.esm.js +52 -0
- package/dist/translations/it.esm.js.map +1 -0
- package/dist/translations/ref.esm.js +76 -0
- package/dist/translations/ref.esm.js.map +1 -0
- package/dist/utils/constants.esm.js +14 -14
- package/dist/utils/constants.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -1,2 +1,5 @@
|
|
|
1
1
|
export { CatalogStarredEntitiesCard, DynamicCustomizableHomePage, DynamicHomePage, EntitySection, FeaturedDocsCard, Headline, JokeCard, Markdown, MarkdownCard, OnboardingSection, Placeholder, QuickAccessCard, RecentlyVisitedCard, SearchBar, TemplateSection, TopVisitedCard, VisitListener, WorldClock, dynamicHomePagePlugin } from './plugin.esm.js';
|
|
2
|
+
export { homepageTranslations } from './translations/index.esm.js';
|
|
3
|
+
export { defaultLayouts } from './defaults.esm.js';
|
|
4
|
+
export { homepageTranslationRef } from './translations/ref.esm.js';
|
|
2
5
|
//# sourceMappingURL=index.esm.js.map
|
package/dist/index.esm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';
|
|
2
|
+
import { homepageTranslationRef } from './ref.esm.js';
|
|
3
|
+
|
|
4
|
+
const homepageTranslationDe = createTranslationMessages({
|
|
5
|
+
ref: homepageTranslationRef,
|
|
6
|
+
messages: {
|
|
7
|
+
"header.welcome": "Willkommen zur\xFCck!",
|
|
8
|
+
"header.welcomePersonalized": "Willkommen zur\xFCck, {{name}}!",
|
|
9
|
+
"header.local": "Lokal",
|
|
10
|
+
"homePage.empty": "Keine Homepage-Karten (Einbindungspunkte) konfiguriert oder gefunden.",
|
|
11
|
+
"search.placeholder": "Suchen",
|
|
12
|
+
"quickAccess.title": "Schnellzugriff",
|
|
13
|
+
"quickAccess.fetchError": "Daten konnten nicht abgerufen werden.",
|
|
14
|
+
"quickAccess.error": "Unbekannter Fehler",
|
|
15
|
+
"featuredDocs.learnMore": " Mehr erfahren",
|
|
16
|
+
"templates.title": "Vorlagen erkunden",
|
|
17
|
+
"templates.fetchError": "Daten konnten nicht abgerufen werden.",
|
|
18
|
+
"templates.error": "Unbekannter Fehler",
|
|
19
|
+
"templates.empty": "Noch keine Vorlagen hinzugef\xFCgt",
|
|
20
|
+
"templates.emptyDescription": "Sobald Vorlagen hinzugef\xFCgt werden, wird dieser Bereich relevante Inhalte anzeigen, die auf Ihre Erfahrung zugeschnitten sind.",
|
|
21
|
+
"templates.register": "Vorlage registrieren",
|
|
22
|
+
"templates.viewAll": "Alle {{count}} Vorlagen anzeigen",
|
|
23
|
+
"onboarding.greeting.goodMorning": "Guten Morgen",
|
|
24
|
+
"onboarding.greeting.goodAfternoon": "Guten Tag",
|
|
25
|
+
"onboarding.greeting.goodEvening": "Guten Abend",
|
|
26
|
+
"onboarding.guest": "Gast",
|
|
27
|
+
"onboarding.getStarted.title": "Erste Schritte",
|
|
28
|
+
"onboarding.getStarted.description": "Lernen Sie Red Hat Developer Hub kennen.",
|
|
29
|
+
"onboarding.getStarted.buttonText": "Dokumentation lesen",
|
|
30
|
+
"onboarding.getStarted.ariaLabel": "Dokumentation lesen (\xF6ffnet in neuem Tab)",
|
|
31
|
+
"onboarding.explore.title": "Erkunden",
|
|
32
|
+
"onboarding.explore.description": "Erkunden Sie Komponenten, APIs und Vorlagen.",
|
|
33
|
+
"onboarding.explore.buttonText": "Zum Katalog gehen",
|
|
34
|
+
"onboarding.explore.ariaLabel": "Zum Katalog gehen",
|
|
35
|
+
"onboarding.learn.title": "Lernen",
|
|
36
|
+
"onboarding.learn.description": "Erkunden und entwickeln Sie neue F\xE4higkeiten.",
|
|
37
|
+
"onboarding.learn.buttonText": "Zu Lernpfaden gehen",
|
|
38
|
+
"onboarding.learn.ariaLabel": "Zu Lernpfaden gehen",
|
|
39
|
+
"entities.title": "Erkunden Sie Ihren Software-Katalog",
|
|
40
|
+
"entities.fetchError": "Daten konnten nicht abgerufen werden.",
|
|
41
|
+
"entities.error": "Unbekannter Fehler",
|
|
42
|
+
"entities.description": "Durchsuchen Sie die Systeme, Komponenten, Ressourcen und APIs, die in Ihrer Organisation verf\xFCgbar sind.",
|
|
43
|
+
"entities.close": "schlie\xDFen",
|
|
44
|
+
"entities.empty": "Noch kein Software-Katalog hinzugef\xFCgt",
|
|
45
|
+
"entities.emptyDescription": "Sobald Software-Kataloge hinzugef\xFCgt werden, wird dieser Bereich relevante Inhalte anzeigen, die auf Ihre Erfahrung zugeschnitten sind.",
|
|
46
|
+
"entities.register": "Komponente registrieren",
|
|
47
|
+
"entities.viewAll": "Alle {{count}} Katalog-Entit\xE4ten anzeigen"
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
export { homepageTranslationDe as default };
|
|
52
|
+
//# sourceMappingURL=de.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"de.esm.js","sources":["../../src/translations/de.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { homepageTranslationRef } from './ref';\n\n/**\n * German translation for Homepage.\n * @public\n */\nconst homepageTranslationDe = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': 'Willkommen zurück!',\n 'header.welcomePersonalized': 'Willkommen zurück, {{name}}!',\n 'header.local': 'Lokal',\n 'homePage.empty':\n 'Keine Homepage-Karten (Einbindungspunkte) konfiguriert oder gefunden.',\n 'search.placeholder': 'Suchen',\n 'quickAccess.title': 'Schnellzugriff',\n 'quickAccess.fetchError': 'Daten konnten nicht abgerufen werden.',\n 'quickAccess.error': 'Unbekannter Fehler',\n 'featuredDocs.learnMore': ' Mehr erfahren',\n 'templates.title': 'Vorlagen erkunden',\n 'templates.fetchError': 'Daten konnten nicht abgerufen werden.',\n 'templates.error': 'Unbekannter Fehler',\n 'templates.empty': 'Noch keine Vorlagen hinzugefügt',\n 'templates.emptyDescription':\n 'Sobald Vorlagen hinzugefügt werden, wird dieser Bereich relevante Inhalte anzeigen, die auf Ihre Erfahrung zugeschnitten sind.',\n 'templates.register': 'Vorlage registrieren',\n 'templates.viewAll': 'Alle {{count}} Vorlagen anzeigen',\n 'onboarding.greeting.goodMorning': 'Guten Morgen',\n 'onboarding.greeting.goodAfternoon': 'Guten Tag',\n 'onboarding.greeting.goodEvening': 'Guten Abend',\n 'onboarding.guest': 'Gast',\n 'onboarding.getStarted.title': 'Erste Schritte',\n 'onboarding.getStarted.description':\n 'Lernen Sie Red Hat Developer Hub kennen.',\n 'onboarding.getStarted.buttonText': 'Dokumentation lesen',\n 'onboarding.getStarted.ariaLabel':\n 'Dokumentation lesen (öffnet in neuem Tab)',\n 'onboarding.explore.title': 'Erkunden',\n 'onboarding.explore.description':\n 'Erkunden Sie Komponenten, APIs und Vorlagen.',\n 'onboarding.explore.buttonText': 'Zum Katalog gehen',\n 'onboarding.explore.ariaLabel': 'Zum Katalog gehen',\n 'onboarding.learn.title': 'Lernen',\n 'onboarding.learn.description':\n 'Erkunden und entwickeln Sie neue Fähigkeiten.',\n 'onboarding.learn.buttonText': 'Zu Lernpfaden gehen',\n 'onboarding.learn.ariaLabel': 'Zu Lernpfaden gehen',\n 'entities.title': 'Erkunden Sie Ihren Software-Katalog',\n 'entities.fetchError': 'Daten konnten nicht abgerufen werden.',\n 'entities.error': 'Unbekannter Fehler',\n 'entities.description':\n 'Durchsuchen Sie die Systeme, Komponenten, Ressourcen und APIs, die in Ihrer Organisation verfügbar sind.',\n 'entities.close': 'schließen',\n 'entities.empty': 'Noch kein Software-Katalog hinzugefügt',\n 'entities.emptyDescription':\n 'Sobald Software-Kataloge hinzugefügt werden, wird dieser Bereich relevante Inhalte anzeigen, die auf Ihre Erfahrung zugeschnitten sind.',\n 'entities.register': 'Komponente registrieren',\n 'entities.viewAll': 'Alle {{count}} Katalog-Entitäten anzeigen',\n },\n});\n\nexport default homepageTranslationDe;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,uBAAA;AAAA,IAClB,4BAA8B,EAAA,iCAAA;AAAA,IAC9B,cAAgB,EAAA,OAAA;AAAA,IAChB,gBACE,EAAA,uEAAA;AAAA,IACF,oBAAsB,EAAA,QAAA;AAAA,IACtB,mBAAqB,EAAA,gBAAA;AAAA,IACrB,wBAA0B,EAAA,uCAAA;AAAA,IAC1B,mBAAqB,EAAA,oBAAA;AAAA,IACrB,wBAA0B,EAAA,gBAAA;AAAA,IAC1B,iBAAmB,EAAA,mBAAA;AAAA,IACnB,sBAAwB,EAAA,uCAAA;AAAA,IACxB,iBAAmB,EAAA,oBAAA;AAAA,IACnB,iBAAmB,EAAA,oCAAA;AAAA,IACnB,4BACE,EAAA,mIAAA;AAAA,IACF,oBAAsB,EAAA,sBAAA;AAAA,IACtB,mBAAqB,EAAA,kCAAA;AAAA,IACrB,iCAAmC,EAAA,cAAA;AAAA,IACnC,mCAAqC,EAAA,WAAA;AAAA,IACrC,iCAAmC,EAAA,aAAA;AAAA,IACnC,kBAAoB,EAAA,MAAA;AAAA,IACpB,6BAA+B,EAAA,gBAAA;AAAA,IAC/B,mCACE,EAAA,0CAAA;AAAA,IACF,kCAAoC,EAAA,qBAAA;AAAA,IACpC,iCACE,EAAA,8CAAA;AAAA,IACF,0BAA4B,EAAA,UAAA;AAAA,IAC5B,gCACE,EAAA,8CAAA;AAAA,IACF,+BAAiC,EAAA,mBAAA;AAAA,IACjC,8BAAgC,EAAA,mBAAA;AAAA,IAChC,wBAA0B,EAAA,QAAA;AAAA,IAC1B,8BACE,EAAA,kDAAA;AAAA,IACF,6BAA+B,EAAA,qBAAA;AAAA,IAC/B,4BAA8B,EAAA,qBAAA;AAAA,IAC9B,gBAAkB,EAAA,qCAAA;AAAA,IAClB,qBAAuB,EAAA,uCAAA;AAAA,IACvB,gBAAkB,EAAA,oBAAA;AAAA,IAClB,sBACE,EAAA,6GAAA;AAAA,IACF,gBAAkB,EAAA,cAAA;AAAA,IAClB,gBAAkB,EAAA,2CAAA;AAAA,IAClB,2BACE,EAAA,4IAAA;AAAA,IACF,mBAAqB,EAAA,yBAAA;AAAA,IACrB,kBAAoB,EAAA;AAAA;AAExB,CAAC;;;;"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';
|
|
2
|
+
import { homepageTranslationRef } from './ref.esm.js';
|
|
3
|
+
|
|
4
|
+
const homepageTranslationEs = createTranslationMessages({
|
|
5
|
+
ref: homepageTranslationRef,
|
|
6
|
+
messages: {
|
|
7
|
+
"header.welcome": "\xA1Bienvenido de vuelta!",
|
|
8
|
+
"header.welcomePersonalized": "\xA1Bienvenido de vuelta, {{name}}!",
|
|
9
|
+
"header.local": "Local",
|
|
10
|
+
"homePage.empty": "No se configuraron o encontraron tarjetas de p\xE1gina de inicio (puntos de montaje).",
|
|
11
|
+
"search.placeholder": "Buscar",
|
|
12
|
+
"quickAccess.title": "Acceso r\xE1pido",
|
|
13
|
+
"quickAccess.fetchError": "No se pudieron obtener los datos.",
|
|
14
|
+
"quickAccess.error": "Error desconocido",
|
|
15
|
+
"featuredDocs.learnMore": " Saber m\xE1s",
|
|
16
|
+
"templates.title": "Explorar plantillas",
|
|
17
|
+
"templates.fetchError": "No se pudieron obtener los datos.",
|
|
18
|
+
"templates.error": "Error desconocido",
|
|
19
|
+
"templates.empty": "A\xFAn no se han a\xF1adido plantillas",
|
|
20
|
+
"templates.emptyDescription": "Una vez que se agreguen plantillas, este espacio mostrar\xE1 contenido relevante adaptado a tu experiencia.",
|
|
21
|
+
"templates.register": "Registrar una plantilla",
|
|
22
|
+
"templates.viewAll": "Ver todas las {{count}} plantillas",
|
|
23
|
+
"onboarding.greeting.goodMorning": "Buenos d\xEDas",
|
|
24
|
+
"onboarding.greeting.goodAfternoon": "Buenas tardes",
|
|
25
|
+
"onboarding.greeting.goodEvening": "Buenas noches",
|
|
26
|
+
"onboarding.guest": "Invitado",
|
|
27
|
+
"onboarding.getStarted.title": "Comenzar",
|
|
28
|
+
"onboarding.getStarted.description": "Aprende sobre Red Hat Developer Hub.",
|
|
29
|
+
"onboarding.getStarted.buttonText": "Leer documentaci\xF3n",
|
|
30
|
+
"onboarding.getStarted.ariaLabel": "Leer documentaci\xF3n (se abre en una nueva pesta\xF1a)",
|
|
31
|
+
"onboarding.explore.title": "Explorar",
|
|
32
|
+
"onboarding.explore.description": "Explora componentes, APIs y plantillas.",
|
|
33
|
+
"onboarding.explore.buttonText": "Ir al cat\xE1logo",
|
|
34
|
+
"onboarding.explore.ariaLabel": "Ir al cat\xE1logo",
|
|
35
|
+
"onboarding.learn.title": "Aprender",
|
|
36
|
+
"onboarding.learn.description": "Explora y desarrolla nuevas habilidades.",
|
|
37
|
+
"onboarding.learn.buttonText": "Ir a rutas de aprendizaje",
|
|
38
|
+
"onboarding.learn.ariaLabel": "Ir a rutas de aprendizaje",
|
|
39
|
+
"entities.title": "Explora tu cat\xE1logo de software",
|
|
40
|
+
"entities.fetchError": "No se pudieron obtener los datos.",
|
|
41
|
+
"entities.error": "Error desconocido",
|
|
42
|
+
"entities.description": "Explora los sistemas, componentes, recursos y APIs disponibles en tu organizaci\xF3n.",
|
|
43
|
+
"entities.close": "cerrar",
|
|
44
|
+
"entities.empty": "A\xFAn no se ha a\xF1adido cat\xE1logo de software",
|
|
45
|
+
"entities.emptyDescription": "Una vez que se agreguen cat\xE1logos de software, este espacio mostrar\xE1 contenido relevante adaptado a tu experiencia.",
|
|
46
|
+
"entities.register": "Registrar un componente",
|
|
47
|
+
"entities.viewAll": "Ver todas las {{count}} entidades del cat\xE1logo"
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
export { homepageTranslationEs as default };
|
|
52
|
+
//# sourceMappingURL=es.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"es.esm.js","sources":["../../src/translations/es.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { homepageTranslationRef } from './ref';\n\n/**\n * Spanish translation for Homepage.\n * @public\n */\nconst homepageTranslationEs = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': '¡Bienvenido de vuelta!',\n 'header.welcomePersonalized': '¡Bienvenido de vuelta, {{name}}!',\n 'header.local': 'Local',\n 'homePage.empty':\n 'No se configuraron o encontraron tarjetas de página de inicio (puntos de montaje).',\n 'search.placeholder': 'Buscar',\n 'quickAccess.title': 'Acceso rápido',\n 'quickAccess.fetchError': 'No se pudieron obtener los datos.',\n 'quickAccess.error': 'Error desconocido',\n 'featuredDocs.learnMore': ' Saber más',\n 'templates.title': 'Explorar plantillas',\n 'templates.fetchError': 'No se pudieron obtener los datos.',\n 'templates.error': 'Error desconocido',\n 'templates.empty': 'Aún no se han añadido plantillas',\n 'templates.emptyDescription':\n 'Una vez que se agreguen plantillas, este espacio mostrará contenido relevante adaptado a tu experiencia.',\n 'templates.register': 'Registrar una plantilla',\n 'templates.viewAll': 'Ver todas las {{count}} plantillas',\n 'onboarding.greeting.goodMorning': 'Buenos días',\n 'onboarding.greeting.goodAfternoon': 'Buenas tardes',\n 'onboarding.greeting.goodEvening': 'Buenas noches',\n 'onboarding.guest': 'Invitado',\n 'onboarding.getStarted.title': 'Comenzar',\n 'onboarding.getStarted.description': 'Aprende sobre Red Hat Developer Hub.',\n 'onboarding.getStarted.buttonText': 'Leer documentación',\n 'onboarding.getStarted.ariaLabel':\n 'Leer documentación (se abre en una nueva pestaña)',\n 'onboarding.explore.title': 'Explorar',\n 'onboarding.explore.description': 'Explora componentes, APIs y plantillas.',\n 'onboarding.explore.buttonText': 'Ir al catálogo',\n 'onboarding.explore.ariaLabel': 'Ir al catálogo',\n 'onboarding.learn.title': 'Aprender',\n 'onboarding.learn.description': 'Explora y desarrolla nuevas habilidades.',\n 'onboarding.learn.buttonText': 'Ir a rutas de aprendizaje',\n 'onboarding.learn.ariaLabel': 'Ir a rutas de aprendizaje',\n 'entities.title': 'Explora tu catálogo de software',\n 'entities.fetchError': 'No se pudieron obtener los datos.',\n 'entities.error': 'Error desconocido',\n 'entities.description':\n 'Explora los sistemas, componentes, recursos y APIs disponibles en tu organización.',\n 'entities.close': 'cerrar',\n 'entities.empty': 'Aún no se ha añadido catálogo de software',\n 'entities.emptyDescription':\n 'Una vez que se agreguen catálogos de software, este espacio mostrará contenido relevante adaptado a tu experiencia.',\n 'entities.register': 'Registrar un componente',\n 'entities.viewAll': 'Ver todas las {{count}} entidades del catálogo',\n },\n});\n\nexport default homepageTranslationEs;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,2BAAA;AAAA,IAClB,4BAA8B,EAAA,qCAAA;AAAA,IAC9B,cAAgB,EAAA,OAAA;AAAA,IAChB,gBACE,EAAA,uFAAA;AAAA,IACF,oBAAsB,EAAA,QAAA;AAAA,IACtB,mBAAqB,EAAA,kBAAA;AAAA,IACrB,wBAA0B,EAAA,mCAAA;AAAA,IAC1B,mBAAqB,EAAA,mBAAA;AAAA,IACrB,wBAA0B,EAAA,eAAA;AAAA,IAC1B,iBAAmB,EAAA,qBAAA;AAAA,IACnB,sBAAwB,EAAA,mCAAA;AAAA,IACxB,iBAAmB,EAAA,mBAAA;AAAA,IACnB,iBAAmB,EAAA,wCAAA;AAAA,IACnB,4BACE,EAAA,6GAAA;AAAA,IACF,oBAAsB,EAAA,yBAAA;AAAA,IACtB,mBAAqB,EAAA,oCAAA;AAAA,IACrB,iCAAmC,EAAA,gBAAA;AAAA,IACnC,mCAAqC,EAAA,eAAA;AAAA,IACrC,iCAAmC,EAAA,eAAA;AAAA,IACnC,kBAAoB,EAAA,UAAA;AAAA,IACpB,6BAA+B,EAAA,UAAA;AAAA,IAC/B,mCAAqC,EAAA,sCAAA;AAAA,IACrC,kCAAoC,EAAA,uBAAA;AAAA,IACpC,iCACE,EAAA,yDAAA;AAAA,IACF,0BAA4B,EAAA,UAAA;AAAA,IAC5B,gCAAkC,EAAA,yCAAA;AAAA,IAClC,+BAAiC,EAAA,mBAAA;AAAA,IACjC,8BAAgC,EAAA,mBAAA;AAAA,IAChC,wBAA0B,EAAA,UAAA;AAAA,IAC1B,8BAAgC,EAAA,0CAAA;AAAA,IAChC,6BAA+B,EAAA,2BAAA;AAAA,IAC/B,4BAA8B,EAAA,2BAAA;AAAA,IAC9B,gBAAkB,EAAA,oCAAA;AAAA,IAClB,qBAAuB,EAAA,mCAAA;AAAA,IACvB,gBAAkB,EAAA,mBAAA;AAAA,IAClB,sBACE,EAAA,uFAAA;AAAA,IACF,gBAAkB,EAAA,QAAA;AAAA,IAClB,gBAAkB,EAAA,oDAAA;AAAA,IAClB,2BACE,EAAA,2HAAA;AAAA,IACF,mBAAqB,EAAA,yBAAA;AAAA,IACrB,kBAAoB,EAAA;AAAA;AAExB,CAAC;;;;"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';
|
|
2
|
+
import { homepageTranslationRef } from './ref.esm.js';
|
|
3
|
+
|
|
4
|
+
const homepageTranslationFr = createTranslationMessages({
|
|
5
|
+
ref: homepageTranslationRef,
|
|
6
|
+
messages: {
|
|
7
|
+
"header.welcome": "Bon retour !",
|
|
8
|
+
"header.welcomePersonalized": "Bon retour, {{name}} !",
|
|
9
|
+
"header.local": "Local",
|
|
10
|
+
"homePage.empty": "Aucune carte de page d'accueil (points de montage) configur\xE9e ou trouv\xE9e.",
|
|
11
|
+
"search.placeholder": "Rechercher",
|
|
12
|
+
"quickAccess.title": "Acc\xE8s rapide",
|
|
13
|
+
"quickAccess.fetchError": "Impossible de r\xE9cup\xE9rer les donn\xE9es.",
|
|
14
|
+
"quickAccess.error": "Erreur inconnue",
|
|
15
|
+
"featuredDocs.learnMore": " En savoir plus",
|
|
16
|
+
"templates.title": "Explorer les mod\xE8les",
|
|
17
|
+
"templates.fetchError": "Impossible de r\xE9cup\xE9rer les donn\xE9es.",
|
|
18
|
+
"templates.error": "Erreur inconnue",
|
|
19
|
+
"templates.empty": "Aucun mod\xE8le ajout\xE9 pour le moment",
|
|
20
|
+
"templates.emptyDescription": "Une fois les mod\xE8les ajout\xE9s, cet espace pr\xE9sentera du contenu pertinent adapt\xE9 \xE0 votre exp\xE9rience.",
|
|
21
|
+
"templates.register": "Enregistrer un mod\xE8le",
|
|
22
|
+
"templates.viewAll": "Voir tous les {{count}} mod\xE8les",
|
|
23
|
+
"onboarding.greeting.goodMorning": "Bonjour",
|
|
24
|
+
"onboarding.greeting.goodAfternoon": "Bon apr\xE8s-midi",
|
|
25
|
+
"onboarding.greeting.goodEvening": "Bonsoir",
|
|
26
|
+
"onboarding.guest": "Invit\xE9",
|
|
27
|
+
"onboarding.getStarted.title": "Commencer",
|
|
28
|
+
"onboarding.getStarted.description": "D\xE9couvrez Red Hat Developer Hub.",
|
|
29
|
+
"onboarding.getStarted.buttonText": "Lire la documentation",
|
|
30
|
+
"onboarding.getStarted.ariaLabel": "Lire la documentation (ouvre dans un nouvel onglet)",
|
|
31
|
+
"onboarding.explore.title": "Explorer",
|
|
32
|
+
"onboarding.explore.description": "Explorez les composants, APIs et mod\xE8les.",
|
|
33
|
+
"onboarding.explore.buttonText": "Aller au catalogue",
|
|
34
|
+
"onboarding.explore.ariaLabel": "Aller au catalogue",
|
|
35
|
+
"onboarding.learn.title": "Apprendre",
|
|
36
|
+
"onboarding.learn.description": "Explorez et d\xE9veloppez de nouvelles comp\xE9tences.",
|
|
37
|
+
"onboarding.learn.buttonText": "Aller aux parcours d'apprentissage",
|
|
38
|
+
"onboarding.learn.ariaLabel": "Aller aux parcours d'apprentissage",
|
|
39
|
+
"entities.title": "Explorez votre catalogue logiciel",
|
|
40
|
+
"entities.fetchError": "Impossible de r\xE9cup\xE9rer les donn\xE9es.",
|
|
41
|
+
"entities.error": "Erreur inconnue",
|
|
42
|
+
"entities.description": "Parcourez les syst\xE8mes, composants, ressources et APIs disponibles dans votre organisation.",
|
|
43
|
+
"entities.close": "fermer",
|
|
44
|
+
"entities.empty": "Aucun catalogue logiciel ajout\xE9 pour le moment",
|
|
45
|
+
"entities.emptyDescription": "Une fois les catalogues logiciels ajout\xE9s, cet espace pr\xE9sentera du contenu pertinent adapt\xE9 \xE0 votre exp\xE9rience.",
|
|
46
|
+
"entities.register": "Enregistrer un composant",
|
|
47
|
+
"entities.viewAll": "Voir toutes les {{count}} entit\xE9s du catalogue"
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
export { homepageTranslationFr as default };
|
|
52
|
+
//# sourceMappingURL=fr.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fr.esm.js","sources":["../../src/translations/fr.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { homepageTranslationRef } from './ref';\n\n/**\n * French translation for Homepage.\n * @public\n */\nconst homepageTranslationFr = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': 'Bon retour !',\n 'header.welcomePersonalized': 'Bon retour, {{name}} !',\n 'header.local': 'Local',\n 'homePage.empty':\n \"Aucune carte de page d'accueil (points de montage) configurée ou trouvée.\",\n 'search.placeholder': 'Rechercher',\n 'quickAccess.title': 'Accès rapide',\n 'quickAccess.fetchError': 'Impossible de récupérer les données.',\n 'quickAccess.error': 'Erreur inconnue',\n 'featuredDocs.learnMore': ' En savoir plus',\n 'templates.title': 'Explorer les modèles',\n 'templates.fetchError': 'Impossible de récupérer les données.',\n 'templates.error': 'Erreur inconnue',\n 'templates.empty': 'Aucun modèle ajouté pour le moment',\n 'templates.emptyDescription':\n 'Une fois les modèles ajoutés, cet espace présentera du contenu pertinent adapté à votre expérience.',\n 'templates.register': 'Enregistrer un modèle',\n 'templates.viewAll': 'Voir tous les {{count}} modèles',\n 'onboarding.greeting.goodMorning': 'Bonjour',\n 'onboarding.greeting.goodAfternoon': 'Bon après-midi',\n 'onboarding.greeting.goodEvening': 'Bonsoir',\n 'onboarding.guest': 'Invité',\n 'onboarding.getStarted.title': 'Commencer',\n 'onboarding.getStarted.description': 'Découvrez Red Hat Developer Hub.',\n 'onboarding.getStarted.buttonText': 'Lire la documentation',\n 'onboarding.getStarted.ariaLabel':\n 'Lire la documentation (ouvre dans un nouvel onglet)',\n 'onboarding.explore.title': 'Explorer',\n 'onboarding.explore.description':\n 'Explorez les composants, APIs et modèles.',\n 'onboarding.explore.buttonText': 'Aller au catalogue',\n 'onboarding.explore.ariaLabel': 'Aller au catalogue',\n 'onboarding.learn.title': 'Apprendre',\n 'onboarding.learn.description':\n 'Explorez et développez de nouvelles compétences.',\n 'onboarding.learn.buttonText': \"Aller aux parcours d'apprentissage\",\n 'onboarding.learn.ariaLabel': \"Aller aux parcours d'apprentissage\",\n 'entities.title': 'Explorez votre catalogue logiciel',\n 'entities.fetchError': 'Impossible de récupérer les données.',\n 'entities.error': 'Erreur inconnue',\n 'entities.description':\n 'Parcourez les systèmes, composants, ressources et APIs disponibles dans votre organisation.',\n 'entities.close': 'fermer',\n 'entities.empty': 'Aucun catalogue logiciel ajouté pour le moment',\n 'entities.emptyDescription':\n 'Une fois les catalogues logiciels ajoutés, cet espace présentera du contenu pertinent adapté à votre expérience.',\n 'entities.register': 'Enregistrer un composant',\n 'entities.viewAll': 'Voir toutes les {{count}} entités du catalogue',\n },\n});\n\nexport default homepageTranslationFr;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,cAAA;AAAA,IAClB,4BAA8B,EAAA,wBAAA;AAAA,IAC9B,cAAgB,EAAA,OAAA;AAAA,IAChB,gBACE,EAAA,iFAAA;AAAA,IACF,oBAAsB,EAAA,YAAA;AAAA,IACtB,mBAAqB,EAAA,iBAAA;AAAA,IACrB,wBAA0B,EAAA,+CAAA;AAAA,IAC1B,mBAAqB,EAAA,iBAAA;AAAA,IACrB,wBAA0B,EAAA,iBAAA;AAAA,IAC1B,iBAAmB,EAAA,yBAAA;AAAA,IACnB,sBAAwB,EAAA,+CAAA;AAAA,IACxB,iBAAmB,EAAA,iBAAA;AAAA,IACnB,iBAAmB,EAAA,0CAAA;AAAA,IACnB,4BACE,EAAA,uHAAA;AAAA,IACF,oBAAsB,EAAA,0BAAA;AAAA,IACtB,mBAAqB,EAAA,oCAAA;AAAA,IACrB,iCAAmC,EAAA,SAAA;AAAA,IACnC,mCAAqC,EAAA,mBAAA;AAAA,IACrC,iCAAmC,EAAA,SAAA;AAAA,IACnC,kBAAoB,EAAA,WAAA;AAAA,IACpB,6BAA+B,EAAA,WAAA;AAAA,IAC/B,mCAAqC,EAAA,qCAAA;AAAA,IACrC,kCAAoC,EAAA,uBAAA;AAAA,IACpC,iCACE,EAAA,qDAAA;AAAA,IACF,0BAA4B,EAAA,UAAA;AAAA,IAC5B,gCACE,EAAA,8CAAA;AAAA,IACF,+BAAiC,EAAA,oBAAA;AAAA,IACjC,8BAAgC,EAAA,oBAAA;AAAA,IAChC,wBAA0B,EAAA,WAAA;AAAA,IAC1B,8BACE,EAAA,wDAAA;AAAA,IACF,6BAA+B,EAAA,oCAAA;AAAA,IAC/B,4BAA8B,EAAA,oCAAA;AAAA,IAC9B,gBAAkB,EAAA,mCAAA;AAAA,IAClB,qBAAuB,EAAA,+CAAA;AAAA,IACvB,gBAAkB,EAAA,iBAAA;AAAA,IAClB,sBACE,EAAA,gGAAA;AAAA,IACF,gBAAkB,EAAA,QAAA;AAAA,IAClB,gBAAkB,EAAA,mDAAA;AAAA,IAClB,2BACE,EAAA,iIAAA;AAAA,IACF,mBAAqB,EAAA,0BAAA;AAAA,IACrB,kBAAoB,EAAA;AAAA;AAExB,CAAC;;;;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { createTranslationResource } from '@backstage/core-plugin-api/alpha';
|
|
2
|
+
import { homepageTranslationRef } from './ref.esm.js';
|
|
3
|
+
|
|
4
|
+
const homepageTranslations = createTranslationResource({
|
|
5
|
+
ref: homepageTranslationRef,
|
|
6
|
+
translations: {
|
|
7
|
+
de: () => import('./de.esm.js'),
|
|
8
|
+
fr: () => import('./fr.esm.js'),
|
|
9
|
+
it: () => import('./it.esm.js'),
|
|
10
|
+
es: () => import('./es.esm.js')
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
|
|
14
|
+
export { homepageTranslationRef, homepageTranslations };
|
|
15
|
+
//# sourceMappingURL=index.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../src/translations/index.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationResource } from '@backstage/core-plugin-api/alpha';\n\nimport { homepageTranslationRef } from './ref';\n\n/**\n * The translation resource for the Homepage plugin.\n * @public\n */\nexport const homepageTranslations = createTranslationResource({\n ref: homepageTranslationRef,\n translations: {\n de: () => import('./de'),\n fr: () => import('./fr'),\n it: () => import('./it'),\n es: () => import('./es'),\n },\n});\n\nexport { homepageTranslationRef };\n"],"names":[],"mappings":";;;AAwBO,MAAM,uBAAuB,yBAA0B,CAAA;AAAA,EAC5D,GAAK,EAAA,sBAAA;AAAA,EACL,YAAc,EAAA;AAAA,IACZ,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM;AAAA;AAE3B,CAAC;;;;"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';
|
|
2
|
+
import { homepageTranslationRef } from './ref.esm.js';
|
|
3
|
+
|
|
4
|
+
const homepageTranslationIt = createTranslationMessages({
|
|
5
|
+
ref: homepageTranslationRef,
|
|
6
|
+
messages: {
|
|
7
|
+
"header.welcome": "Bentornato!",
|
|
8
|
+
"header.welcomePersonalized": "Bentornato, {{name}}!",
|
|
9
|
+
"header.local": "Locale",
|
|
10
|
+
"homePage.empty": "Nessuna scheda della homepage (punti di montaggio) configurata o trovata.",
|
|
11
|
+
"search.placeholder": "Cerca",
|
|
12
|
+
"quickAccess.title": "Accesso rapido",
|
|
13
|
+
"quickAccess.fetchError": "Impossibile recuperare i dati.",
|
|
14
|
+
"quickAccess.error": "Errore sconosciuto",
|
|
15
|
+
"featuredDocs.learnMore": " Scopri di pi\xF9",
|
|
16
|
+
"templates.title": "Esplora modelli",
|
|
17
|
+
"templates.fetchError": "Impossibile recuperare i dati.",
|
|
18
|
+
"templates.error": "Errore sconosciuto",
|
|
19
|
+
"templates.empty": "Nessun modello aggiunto ancora",
|
|
20
|
+
"templates.emptyDescription": "Una volta aggiunti i modelli, questo spazio mostrer\xE0 contenuti rilevanti personalizzati per la tua esperienza.",
|
|
21
|
+
"templates.register": "Registra un modello",
|
|
22
|
+
"templates.viewAll": "Visualizza tutti i {{count}} modelli",
|
|
23
|
+
"onboarding.greeting.goodMorning": "Buongiorno",
|
|
24
|
+
"onboarding.greeting.goodAfternoon": "Buon pomeriggio",
|
|
25
|
+
"onboarding.greeting.goodEvening": "Buonasera",
|
|
26
|
+
"onboarding.guest": "Ospite",
|
|
27
|
+
"onboarding.getStarted.title": "Inizia",
|
|
28
|
+
"onboarding.getStarted.description": "Scopri Red Hat Developer Hub.",
|
|
29
|
+
"onboarding.getStarted.buttonText": "Leggi la documentazione",
|
|
30
|
+
"onboarding.getStarted.ariaLabel": "Leggi la documentazione (si apre in una nuova scheda)",
|
|
31
|
+
"onboarding.explore.title": "Esplora",
|
|
32
|
+
"onboarding.explore.description": "Esplora componenti, API e modelli.",
|
|
33
|
+
"onboarding.explore.buttonText": "Vai al catalogo",
|
|
34
|
+
"onboarding.explore.ariaLabel": "Vai al catalogo",
|
|
35
|
+
"onboarding.learn.title": "Impara",
|
|
36
|
+
"onboarding.learn.description": "Esplora e sviluppa nuove competenze.",
|
|
37
|
+
"onboarding.learn.buttonText": "Vai ai percorsi di apprendimento",
|
|
38
|
+
"onboarding.learn.ariaLabel": "Vai ai percorsi di apprendimento",
|
|
39
|
+
"entities.title": "Esplora il tuo catalogo software",
|
|
40
|
+
"entities.fetchError": "Impossibile recuperare i dati.",
|
|
41
|
+
"entities.error": "Errore sconosciuto",
|
|
42
|
+
"entities.description": "Sfoglia i sistemi, componenti, risorse e API disponibili nella tua organizzazione.",
|
|
43
|
+
"entities.close": "chiudi",
|
|
44
|
+
"entities.empty": "Nessun catalogo software aggiunto ancora",
|
|
45
|
+
"entities.emptyDescription": "Una volta aggiunti i cataloghi software, questo spazio mostrer\xE0 contenuti rilevanti personalizzati per la tua esperienza.",
|
|
46
|
+
"entities.register": "Registra un componente",
|
|
47
|
+
"entities.viewAll": "Visualizza tutte le {{count}} entit\xE0 del catalogo"
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
|
|
51
|
+
export { homepageTranslationIt as default };
|
|
52
|
+
//# sourceMappingURL=it.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"it.esm.js","sources":["../../src/translations/it.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { homepageTranslationRef } from './ref';\n\n/**\n * Italian translation for Homepage.\n * @public\n */\nconst homepageTranslationIt = createTranslationMessages({\n ref: homepageTranslationRef,\n messages: {\n 'header.welcome': 'Bentornato!',\n 'header.welcomePersonalized': 'Bentornato, {{name}}!',\n 'header.local': 'Locale',\n 'homePage.empty':\n 'Nessuna scheda della homepage (punti di montaggio) configurata o trovata.',\n 'search.placeholder': 'Cerca',\n 'quickAccess.title': 'Accesso rapido',\n 'quickAccess.fetchError': 'Impossibile recuperare i dati.',\n 'quickAccess.error': 'Errore sconosciuto',\n 'featuredDocs.learnMore': ' Scopri di più',\n 'templates.title': 'Esplora modelli',\n 'templates.fetchError': 'Impossibile recuperare i dati.',\n 'templates.error': 'Errore sconosciuto',\n 'templates.empty': 'Nessun modello aggiunto ancora',\n 'templates.emptyDescription':\n 'Una volta aggiunti i modelli, questo spazio mostrerà contenuti rilevanti personalizzati per la tua esperienza.',\n 'templates.register': 'Registra un modello',\n 'templates.viewAll': 'Visualizza tutti i {{count}} modelli',\n 'onboarding.greeting.goodMorning': 'Buongiorno',\n 'onboarding.greeting.goodAfternoon': 'Buon pomeriggio',\n 'onboarding.greeting.goodEvening': 'Buonasera',\n 'onboarding.guest': 'Ospite',\n 'onboarding.getStarted.title': 'Inizia',\n 'onboarding.getStarted.description': 'Scopri Red Hat Developer Hub.',\n 'onboarding.getStarted.buttonText': 'Leggi la documentazione',\n 'onboarding.getStarted.ariaLabel':\n 'Leggi la documentazione (si apre in una nuova scheda)',\n 'onboarding.explore.title': 'Esplora',\n 'onboarding.explore.description': 'Esplora componenti, API e modelli.',\n 'onboarding.explore.buttonText': 'Vai al catalogo',\n 'onboarding.explore.ariaLabel': 'Vai al catalogo',\n 'onboarding.learn.title': 'Impara',\n 'onboarding.learn.description': 'Esplora e sviluppa nuove competenze.',\n 'onboarding.learn.buttonText': 'Vai ai percorsi di apprendimento',\n 'onboarding.learn.ariaLabel': 'Vai ai percorsi di apprendimento',\n 'entities.title': 'Esplora il tuo catalogo software',\n 'entities.fetchError': 'Impossibile recuperare i dati.',\n 'entities.error': 'Errore sconosciuto',\n 'entities.description':\n 'Sfoglia i sistemi, componenti, risorse e API disponibili nella tua organizzazione.',\n 'entities.close': 'chiudi',\n 'entities.empty': 'Nessun catalogo software aggiunto ancora',\n 'entities.emptyDescription':\n 'Una volta aggiunti i cataloghi software, questo spazio mostrerà contenuti rilevanti personalizzati per la tua esperienza.',\n 'entities.register': 'Registra un componente',\n 'entities.viewAll': 'Visualizza tutte le {{count}} entità del catalogo',\n },\n});\n\nexport default homepageTranslationIt;\n"],"names":[],"mappings":";;;AAuBA,MAAM,wBAAwB,yBAA0B,CAAA;AAAA,EACtD,GAAK,EAAA,sBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,gBAAkB,EAAA,aAAA;AAAA,IAClB,4BAA8B,EAAA,uBAAA;AAAA,IAC9B,cAAgB,EAAA,QAAA;AAAA,IAChB,gBACE,EAAA,2EAAA;AAAA,IACF,oBAAsB,EAAA,OAAA;AAAA,IACtB,mBAAqB,EAAA,gBAAA;AAAA,IACrB,wBAA0B,EAAA,gCAAA;AAAA,IAC1B,mBAAqB,EAAA,oBAAA;AAAA,IACrB,wBAA0B,EAAA,mBAAA;AAAA,IAC1B,iBAAmB,EAAA,iBAAA;AAAA,IACnB,sBAAwB,EAAA,gCAAA;AAAA,IACxB,iBAAmB,EAAA,oBAAA;AAAA,IACnB,iBAAmB,EAAA,gCAAA;AAAA,IACnB,4BACE,EAAA,mHAAA;AAAA,IACF,oBAAsB,EAAA,qBAAA;AAAA,IACtB,mBAAqB,EAAA,sCAAA;AAAA,IACrB,iCAAmC,EAAA,YAAA;AAAA,IACnC,mCAAqC,EAAA,iBAAA;AAAA,IACrC,iCAAmC,EAAA,WAAA;AAAA,IACnC,kBAAoB,EAAA,QAAA;AAAA,IACpB,6BAA+B,EAAA,QAAA;AAAA,IAC/B,mCAAqC,EAAA,+BAAA;AAAA,IACrC,kCAAoC,EAAA,yBAAA;AAAA,IACpC,iCACE,EAAA,uDAAA;AAAA,IACF,0BAA4B,EAAA,SAAA;AAAA,IAC5B,gCAAkC,EAAA,oCAAA;AAAA,IAClC,+BAAiC,EAAA,iBAAA;AAAA,IACjC,8BAAgC,EAAA,iBAAA;AAAA,IAChC,wBAA0B,EAAA,QAAA;AAAA,IAC1B,8BAAgC,EAAA,sCAAA;AAAA,IAChC,6BAA+B,EAAA,kCAAA;AAAA,IAC/B,4BAA8B,EAAA,kCAAA;AAAA,IAC9B,gBAAkB,EAAA,kCAAA;AAAA,IAClB,qBAAuB,EAAA,gCAAA;AAAA,IACvB,gBAAkB,EAAA,oBAAA;AAAA,IAClB,sBACE,EAAA,oFAAA;AAAA,IACF,gBAAkB,EAAA,QAAA;AAAA,IAClB,gBAAkB,EAAA,0CAAA;AAAA,IAClB,2BACE,EAAA,8HAAA;AAAA,IACF,mBAAqB,EAAA,wBAAA;AAAA,IACrB,kBAAoB,EAAA;AAAA;AAExB,CAAC;;;;"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { createTranslationRef } from '@backstage/core-plugin-api/alpha';
|
|
2
|
+
|
|
3
|
+
const homepageMessages = {
|
|
4
|
+
header: {
|
|
5
|
+
welcome: "Welcome back!",
|
|
6
|
+
welcomePersonalized: "Welcome back, {{name}}!",
|
|
7
|
+
local: "Local"
|
|
8
|
+
},
|
|
9
|
+
homePage: {
|
|
10
|
+
empty: "No home page cards (mount points) configured or found."
|
|
11
|
+
},
|
|
12
|
+
search: {
|
|
13
|
+
placeholder: "Search"
|
|
14
|
+
},
|
|
15
|
+
quickAccess: {
|
|
16
|
+
title: "Quick Access",
|
|
17
|
+
fetchError: "Could not fetch data.",
|
|
18
|
+
error: "Unknown error"
|
|
19
|
+
},
|
|
20
|
+
featuredDocs: {
|
|
21
|
+
learnMore: " Learn more"
|
|
22
|
+
},
|
|
23
|
+
templates: {
|
|
24
|
+
title: "Explore Templates",
|
|
25
|
+
fetchError: "Could not fetch data.",
|
|
26
|
+
error: "Unknown error",
|
|
27
|
+
empty: "No templates added yet",
|
|
28
|
+
emptyDescription: "Once templates are added, this space will showcase relevant content tailored to your experience.",
|
|
29
|
+
register: "Register a template",
|
|
30
|
+
viewAll: "View all {{count}} templates"
|
|
31
|
+
},
|
|
32
|
+
onboarding: {
|
|
33
|
+
greeting: {
|
|
34
|
+
goodMorning: "Good morning",
|
|
35
|
+
goodAfternoon: "Good afternoon",
|
|
36
|
+
goodEvening: "Good evening"
|
|
37
|
+
},
|
|
38
|
+
guest: "Guest",
|
|
39
|
+
getStarted: {
|
|
40
|
+
title: "Get started",
|
|
41
|
+
description: "Learn about Red Hat Developer Hub.",
|
|
42
|
+
buttonText: "Read documentation",
|
|
43
|
+
ariaLabel: "Read documentation (opens in a new tab)"
|
|
44
|
+
},
|
|
45
|
+
explore: {
|
|
46
|
+
title: "Explore",
|
|
47
|
+
description: "Explore components, APIs and templates.",
|
|
48
|
+
buttonText: "Go to Catalog",
|
|
49
|
+
ariaLabel: "Go to Catalog"
|
|
50
|
+
},
|
|
51
|
+
learn: {
|
|
52
|
+
title: "Learn",
|
|
53
|
+
description: "Explore and develop new skills.",
|
|
54
|
+
buttonText: "Go to Learning Paths",
|
|
55
|
+
ariaLabel: "Go to Learning Paths"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
entities: {
|
|
59
|
+
title: "Explore Your Software Catalog",
|
|
60
|
+
fetchError: "Could not fetch data.",
|
|
61
|
+
error: "Unknown error",
|
|
62
|
+
description: "Browse the Systems, Components, Resources, and APIs that are available in your organization.",
|
|
63
|
+
close: "close",
|
|
64
|
+
empty: "No software catalog added yet",
|
|
65
|
+
emptyDescription: "Once software catalogs are added, this space will showcase relevant content tailored to your experience.",
|
|
66
|
+
register: "Register a component",
|
|
67
|
+
viewAll: "View all {{count}} catalog entities"
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
const homepageTranslationRef = createTranslationRef({
|
|
71
|
+
id: "plugin.homepage",
|
|
72
|
+
messages: homepageMessages
|
|
73
|
+
});
|
|
74
|
+
|
|
75
|
+
export { homepageMessages, homepageTranslationRef };
|
|
76
|
+
//# sourceMappingURL=ref.esm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ref.esm.js","sources":["../../src/translations/ref.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationRef } from '@backstage/core-plugin-api/alpha';\n\n/**\n * Messages object containing all English translations.\n * This is our single source of truth for translations.\n * @public\n */\nexport const homepageMessages = {\n header: {\n welcome: 'Welcome back!',\n welcomePersonalized: 'Welcome back, {{name}}!',\n local: 'Local',\n },\n homePage: {\n empty: 'No home page cards (mount points) configured or found.',\n },\n search: {\n placeholder: 'Search',\n },\n quickAccess: {\n title: 'Quick Access',\n fetchError: 'Could not fetch data.',\n error: 'Unknown error',\n },\n featuredDocs: {\n learnMore: ' Learn more',\n },\n templates: {\n title: 'Explore Templates',\n fetchError: 'Could not fetch data.',\n error: 'Unknown error',\n empty: 'No templates added yet',\n emptyDescription:\n 'Once templates are added, this space will showcase relevant content tailored to your experience.',\n register: 'Register a template',\n viewAll: 'View all {{count}} templates',\n },\n onboarding: {\n greeting: {\n goodMorning: 'Good morning',\n goodAfternoon: 'Good afternoon',\n goodEvening: 'Good evening',\n },\n guest: 'Guest',\n getStarted: {\n title: 'Get started',\n description: 'Learn about Red Hat Developer Hub.',\n buttonText: 'Read documentation',\n ariaLabel: 'Read documentation (opens in a new tab)',\n },\n explore: {\n title: 'Explore',\n description: 'Explore components, APIs and templates.',\n buttonText: 'Go to Catalog',\n ariaLabel: 'Go to Catalog',\n },\n learn: {\n title: 'Learn',\n description: 'Explore and develop new skills.',\n buttonText: 'Go to Learning Paths',\n ariaLabel: 'Go to Learning Paths',\n },\n },\n entities: {\n title: 'Explore Your Software Catalog',\n fetchError: 'Could not fetch data.',\n error: 'Unknown error',\n description:\n 'Browse the Systems, Components, Resources, and APIs that are available in your organization.',\n close: 'close',\n empty: 'No software catalog added yet',\n emptyDescription:\n 'Once software catalogs are added, this space will showcase relevant content tailored to your experience.',\n register: 'Register a component',\n viewAll: 'View all {{count}} catalog entities',\n },\n};\n\n/**\n * Reference translation for Homepage.\n * Defines all the translation keys used in the plugin.\n * @public\n */\nexport const homepageTranslationRef = createTranslationRef({\n id: 'plugin.homepage',\n messages: homepageMessages,\n});\n"],"names":[],"mappings":";;AAuBO,MAAM,gBAAmB,GAAA;AAAA,EAC9B,MAAQ,EAAA;AAAA,IACN,OAAS,EAAA,eAAA;AAAA,IACT,mBAAqB,EAAA,yBAAA;AAAA,IACrB,KAAO,EAAA;AAAA,GACT;AAAA,EACA,QAAU,EAAA;AAAA,IACR,KAAO,EAAA;AAAA,GACT;AAAA,EACA,MAAQ,EAAA;AAAA,IACN,WAAa,EAAA;AAAA,GACf;AAAA,EACA,WAAa,EAAA;AAAA,IACX,KAAO,EAAA,cAAA;AAAA,IACP,UAAY,EAAA,uBAAA;AAAA,IACZ,KAAO,EAAA;AAAA,GACT;AAAA,EACA,YAAc,EAAA;AAAA,IACZ,SAAW,EAAA;AAAA,GACb;AAAA,EACA,SAAW,EAAA;AAAA,IACT,KAAO,EAAA,mBAAA;AAAA,IACP,UAAY,EAAA,uBAAA;AAAA,IACZ,KAAO,EAAA,eAAA;AAAA,IACP,KAAO,EAAA,wBAAA;AAAA,IACP,gBACE,EAAA,kGAAA;AAAA,IACF,QAAU,EAAA,qBAAA;AAAA,IACV,OAAS,EAAA;AAAA,GACX;AAAA,EACA,UAAY,EAAA;AAAA,IACV,QAAU,EAAA;AAAA,MACR,WAAa,EAAA,cAAA;AAAA,MACb,aAAe,EAAA,gBAAA;AAAA,MACf,WAAa,EAAA;AAAA,KACf;AAAA,IACA,KAAO,EAAA,OAAA;AAAA,IACP,UAAY,EAAA;AAAA,MACV,KAAO,EAAA,aAAA;AAAA,MACP,WAAa,EAAA,oCAAA;AAAA,MACb,UAAY,EAAA,oBAAA;AAAA,MACZ,SAAW,EAAA;AAAA,KACb;AAAA,IACA,OAAS,EAAA;AAAA,MACP,KAAO,EAAA,SAAA;AAAA,MACP,WAAa,EAAA,yCAAA;AAAA,MACb,UAAY,EAAA,eAAA;AAAA,MACZ,SAAW,EAAA;AAAA,KACb;AAAA,IACA,KAAO,EAAA;AAAA,MACL,KAAO,EAAA,OAAA;AAAA,MACP,WAAa,EAAA,iCAAA;AAAA,MACb,UAAY,EAAA,sBAAA;AAAA,MACZ,SAAW,EAAA;AAAA;AACb,GACF;AAAA,EACA,QAAU,EAAA;AAAA,IACR,KAAO,EAAA,+BAAA;AAAA,IACP,UAAY,EAAA,uBAAA;AAAA,IACZ,KAAO,EAAA,eAAA;AAAA,IACP,WACE,EAAA,8FAAA;AAAA,IACF,KAAO,EAAA,OAAA;AAAA,IACP,KAAO,EAAA,+BAAA;AAAA,IACP,gBACE,EAAA,0GAAA;AAAA,IACF,QAAU,EAAA,sBAAA;AAAA,IACV,OAAS,EAAA;AAAA;AAEb;AAOO,MAAM,yBAAyB,oBAAqB,CAAA;AAAA,EACzD,EAAI,EAAA,iBAAA;AAAA,EACJ,QAAU,EAAA;AACZ,CAAC;;;;"}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import OpenInNewIcon from '@mui/icons-material/OpenInNew';
|
|
2
2
|
import ArrowForwardIcon from '@mui/icons-material/ArrowForward';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const getLearningItems = (t) => [
|
|
5
5
|
{
|
|
6
|
-
title: "
|
|
7
|
-
description: "
|
|
8
|
-
buttonText: "
|
|
6
|
+
title: t("onboarding.getStarted.title"),
|
|
7
|
+
description: t("onboarding.getStarted.description"),
|
|
8
|
+
buttonText: t("onboarding.getStarted.buttonText"),
|
|
9
9
|
buttonLink: "https://docs.redhat.com/en/documentation/red_hat_developer_hub/",
|
|
10
10
|
target: "_blank",
|
|
11
|
-
ariaLabel: "
|
|
11
|
+
ariaLabel: t("onboarding.getStarted.ariaLabel"),
|
|
12
12
|
endIcon: OpenInNewIcon
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
|
-
title: "
|
|
16
|
-
description: "
|
|
17
|
-
buttonText: "
|
|
15
|
+
title: t("onboarding.explore.title"),
|
|
16
|
+
description: t("onboarding.explore.description"),
|
|
17
|
+
buttonText: t("onboarding.explore.buttonText"),
|
|
18
18
|
buttonLink: "/catalog",
|
|
19
19
|
target: undefined,
|
|
20
|
-
ariaLabel: "
|
|
20
|
+
ariaLabel: t("onboarding.explore.ariaLabel"),
|
|
21
21
|
endIcon: ArrowForwardIcon
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
title: "
|
|
25
|
-
description: "
|
|
26
|
-
buttonText: "
|
|
24
|
+
title: t("onboarding.learn.title"),
|
|
25
|
+
description: t("onboarding.learn.description"),
|
|
26
|
+
buttonText: t("onboarding.learn.buttonText"),
|
|
27
27
|
buttonLink: "/learning-paths",
|
|
28
28
|
target: undefined,
|
|
29
|
-
ariaLabel: "
|
|
29
|
+
ariaLabel: t("onboarding.learn.ariaLabel"),
|
|
30
30
|
endIcon: ArrowForwardIcon
|
|
31
31
|
}
|
|
32
32
|
];
|
|
@@ -49,5 +49,5 @@ const KINDS = {
|
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
51
|
|
|
52
|
-
export { KINDS,
|
|
52
|
+
export { KINDS, getLearningItems };
|
|
53
53
|
//# sourceMappingURL=constants.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.esm.js","sources":["../../src/utils/constants.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport OpenInNewIcon from '@mui/icons-material/OpenInNew';\nimport ArrowForwardIcon from '@mui/icons-material/ArrowForward';\n\nimport { LearningSectionItem } from '../types';\n\nexport const LEARNING_SECTION_ITEMS: LearningSectionItem[] = [\n {\n title: 'Get started',\n description: 'Learn about Red Hat Developer Hub.',\n buttonText: 'Read documentation',\n buttonLink:\n 'https://docs.redhat.com/en/documentation/red_hat_developer_hub/',\n target: '_blank',\n ariaLabel: 'Read documentation (opens in a new tab)',\n endIcon: OpenInNewIcon,\n },\n {\n title: 'Explore',\n description: 'Explore components, APIs and templates.',\n buttonText: 'Go to Catalog',\n buttonLink: '/catalog',\n target: undefined,\n ariaLabel: 'Go to Catalog',\n endIcon: ArrowForwardIcon,\n },\n {\n title: 'Learn',\n description: 'Explore and develop new skills.',\n buttonText: 'Go to Learning Paths',\n buttonLink: '/learning-paths',\n target: undefined,\n ariaLabel: 'Go to Learning Paths',\n endIcon: ArrowForwardIcon,\n },\n];\n\nexport const KINDS = {\n COMPONENT: {\n label: 'Component',\n fill: '#FFE082',\n },\n API: {\n label: 'API',\n fill: '#FFAB91',\n },\n RESOURCE: {\n label: 'Resource',\n fill: '#FFD180',\n },\n SYSTEM: {\n label: 'System',\n fill: '#FF9E80',\n },\n};\n"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"constants.esm.js","sources":["../../src/utils/constants.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport OpenInNewIcon from '@mui/icons-material/OpenInNew';\nimport ArrowForwardIcon from '@mui/icons-material/ArrowForward';\nimport { TranslationFunction } from '@backstage/core-plugin-api/alpha';\n\nimport { LearningSectionItem } from '../types';\nimport { homepageTranslationRef } from '../translations';\n\nexport const getLearningItems = (\n t: TranslationFunction<typeof homepageTranslationRef.T>,\n): LearningSectionItem[] => [\n {\n title: t('onboarding.getStarted.title'),\n description: t('onboarding.getStarted.description'),\n buttonText: t('onboarding.getStarted.buttonText'),\n buttonLink:\n 'https://docs.redhat.com/en/documentation/red_hat_developer_hub/',\n target: '_blank',\n ariaLabel: t('onboarding.getStarted.ariaLabel'),\n endIcon: OpenInNewIcon,\n },\n {\n title: t('onboarding.explore.title'),\n description: t('onboarding.explore.description'),\n buttonText: t('onboarding.explore.buttonText'),\n buttonLink: '/catalog',\n target: undefined,\n ariaLabel: t('onboarding.explore.ariaLabel'),\n endIcon: ArrowForwardIcon,\n },\n {\n title: t('onboarding.learn.title'),\n description: t('onboarding.learn.description'),\n buttonText: t('onboarding.learn.buttonText'),\n buttonLink: '/learning-paths',\n target: undefined,\n ariaLabel: t('onboarding.learn.ariaLabel'),\n endIcon: ArrowForwardIcon,\n },\n];\n\n// Keep the original for backwards compatibility or fallback\nexport const LEARNING_SECTION_ITEMS: LearningSectionItem[] = [\n {\n title: 'Get started',\n description: 'Learn about Red Hat Developer Hub.',\n buttonText: 'Read documentation',\n buttonLink:\n 'https://docs.redhat.com/en/documentation/red_hat_developer_hub/',\n target: '_blank',\n ariaLabel: 'Read documentation (opens in a new tab)',\n endIcon: OpenInNewIcon,\n },\n {\n title: 'Explore',\n description: 'Explore components, APIs and templates.',\n buttonText: 'Go to Catalog',\n buttonLink: '/catalog',\n target: undefined,\n ariaLabel: 'Go to Catalog',\n endIcon: ArrowForwardIcon,\n },\n {\n title: 'Learn',\n description: 'Explore and develop new skills.',\n buttonText: 'Go to Learning Paths',\n buttonLink: '/learning-paths',\n target: undefined,\n ariaLabel: 'Go to Learning Paths',\n endIcon: ArrowForwardIcon,\n },\n];\n\n// Backstage technical terms should not be translated\n// Keep as English domain-specific vocabulary\nexport const KINDS = {\n COMPONENT: {\n label: 'Component',\n fill: '#FFE082',\n },\n API: {\n label: 'API',\n fill: '#FFAB91',\n },\n RESOURCE: {\n label: 'Resource',\n fill: '#FFD180',\n },\n SYSTEM: {\n label: 'System',\n fill: '#FF9E80',\n },\n};\n"],"names":[],"mappings":";;;AAuBa,MAAA,gBAAA,GAAmB,CAC9B,CAC0B,KAAA;AAAA,EAC1B;AAAA,IACE,KAAA,EAAO,EAAE,6BAA6B,CAAA;AAAA,IACtC,WAAA,EAAa,EAAE,mCAAmC,CAAA;AAAA,IAClD,UAAA,EAAY,EAAE,kCAAkC,CAAA;AAAA,IAChD,UACE,EAAA,iEAAA;AAAA,IACF,MAAQ,EAAA,QAAA;AAAA,IACR,SAAA,EAAW,EAAE,iCAAiC,CAAA;AAAA,IAC9C,OAAS,EAAA;AAAA,GACX;AAAA,EACA;AAAA,IACE,KAAA,EAAO,EAAE,0BAA0B,CAAA;AAAA,IACnC,WAAA,EAAa,EAAE,gCAAgC,CAAA;AAAA,IAC/C,UAAA,EAAY,EAAE,+BAA+B,CAAA;AAAA,IAC7C,UAAY,EAAA,UAAA;AAAA,IACZ,MAAQ,EAAA,SAAA;AAAA,IACR,SAAA,EAAW,EAAE,8BAA8B,CAAA;AAAA,IAC3C,OAAS,EAAA;AAAA,GACX;AAAA,EACA;AAAA,IACE,KAAA,EAAO,EAAE,wBAAwB,CAAA;AAAA,IACjC,WAAA,EAAa,EAAE,8BAA8B,CAAA;AAAA,IAC7C,UAAA,EAAY,EAAE,6BAA6B,CAAA;AAAA,IAC3C,UAAY,EAAA,iBAAA;AAAA,IACZ,MAAQ,EAAA,SAAA;AAAA,IACR,SAAA,EAAW,EAAE,4BAA4B,CAAA;AAAA,IACzC,OAAS,EAAA;AAAA;AAEb;AAoCO,MAAM,KAAQ,GAAA;AAAA,EACnB,SAAW,EAAA;AAAA,IACT,KAAO,EAAA,WAAA;AAAA,IACP,IAAM,EAAA;AAAA,GACR;AAAA,EACA,GAAK,EAAA;AAAA,IACH,KAAO,EAAA,KAAA;AAAA,IACP,IAAM,EAAA;AAAA,GACR;AAAA,EACA,QAAU,EAAA;AAAA,IACR,KAAO,EAAA,UAAA;AAAA,IACP,IAAM,EAAA;AAAA,GACR;AAAA,EACA,MAAQ,EAAA;AAAA,IACN,KAAO,EAAA,QAAA;AAAA,IACP,IAAM,EAAA;AAAA;AAEV;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@red-hat-developer-hub/backstage-plugin-dynamic-home-page",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"@backstage/plugin-catalog": "^1.31.2",
|
|
62
62
|
"@backstage/test-utils": "^1.7.11",
|
|
63
63
|
"@openshift/dynamic-plugin-sdk": "5.0.1",
|
|
64
|
-
"@red-hat-developer-hub/backstage-plugin-theme": "^0.
|
|
64
|
+
"@red-hat-developer-hub/backstage-plugin-theme": "^0.10.0",
|
|
65
65
|
"@testing-library/jest-dom": "6.8.0",
|
|
66
66
|
"@testing-library/react": "14.3.1",
|
|
67
67
|
"@testing-library/user-event": "14.6.1",
|