@red-hat-developer-hub/backstage-plugin-global-floating-action-button 1.7.3 → 1.8.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 +6 -0
- package/dist/index.d.ts +3 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
3
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
4
|
-
import * as
|
|
4
|
+
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Slot
|
|
@@ -62,7 +62,7 @@ type FABMountPoint = {
|
|
|
62
62
|
* Translation reference for global floating action button plugin
|
|
63
63
|
* @public
|
|
64
64
|
*/
|
|
65
|
-
declare const globalFloatingActionButtonTranslationRef:
|
|
65
|
+
declare const globalFloatingActionButtonTranslationRef: _backstage_frontend_plugin_api.TranslationRef<"plugin.global-floating-action-button", {
|
|
66
66
|
readonly "fab.menu.tooltip": string;
|
|
67
67
|
readonly "fab.github.label": string;
|
|
68
68
|
readonly "fab.github.tooltip": string;
|
|
@@ -82,7 +82,7 @@ declare const globalFloatingActionButtonTranslationRef: _backstage_core_plugin_a
|
|
|
82
82
|
* Translation Resource for Global Floating Action Button
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
|
-
declare const globalFloatingActionButtonTranslations:
|
|
85
|
+
declare const globalFloatingActionButtonTranslations: _backstage_frontend_plugin_api.TranslationResource<"plugin.global-floating-action-button">;
|
|
86
86
|
|
|
87
87
|
/**
|
|
88
88
|
* Global Floating Action Button Plugin
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@red-hat-developer-hub/backstage-plugin-global-floating-action-button",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"ui-test": "start-server-and-test start localhost:3000 'playwright test'"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/core-components": "^0.18.
|
|
36
|
-
"@backstage/core-plugin-api": "^1.12.
|
|
37
|
-
"@backstage/theme": "^0.7.
|
|
35
|
+
"@backstage/core-components": "^0.18.7",
|
|
36
|
+
"@backstage/core-plugin-api": "^1.12.3",
|
|
37
|
+
"@backstage/theme": "^0.7.2",
|
|
38
38
|
"@mui/icons-material": "^5.15.17",
|
|
39
39
|
"@mui/material": "^5.15.17",
|
|
40
40
|
"@mui/styles": "5.18.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"react-router-dom": "^6.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@backstage/cli": "^0.
|
|
52
|
-
"@backstage/dev-utils": "^1.1.
|
|
51
|
+
"@backstage/cli": "^0.35.4",
|
|
52
|
+
"@backstage/dev-utils": "^1.1.20",
|
|
53
53
|
"@openshift/dynamic-plugin-sdk": "5.0.1",
|
|
54
54
|
"@testing-library/jest-dom": "^6.0.0",
|
|
55
55
|
"@testing-library/react": "^14.0.0",
|