grep-components 2.4.1-GREPF-2447.1 → 2.5.0-GREPF-2469.1
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "grep-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0-GREPF-2469.1",
|
|
4
4
|
"description": "Grep komponentbibliotek",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -75,6 +75,11 @@
|
|
|
75
75
|
"name": "feature/*",
|
|
76
76
|
"channel": "${name.replace(/^feature\\//g, \"\")}",
|
|
77
77
|
"prerelease": "${name.replace(/^feature\\//g, \"\")}"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "bugfix/*",
|
|
81
|
+
"channel": "${name.replace(/^bugfix\\//g, \"\")}",
|
|
82
|
+
"prerelease": "${name.replace(/^bugfix\\//g, \"\")}"
|
|
78
83
|
}
|
|
79
84
|
]
|
|
80
85
|
},
|
|
@@ -186,7 +191,6 @@
|
|
|
186
191
|
"react-scripts": {
|
|
187
192
|
"typescript": "^5.3.3"
|
|
188
193
|
},
|
|
189
|
-
"postcss": "^8.4.31",
|
|
190
194
|
"ts-jest": {
|
|
191
195
|
"babel-jest": "^29.2.0"
|
|
192
196
|
},
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { Theme, MUIStyledCommonProps } from '@mui/system';
|
|
2
|
-
import { v0colors } from './types';
|
|
3
|
-
export declare const dimensions: {
|
|
4
|
-
breadcrumbsFontSize: number;
|
|
5
|
-
contentWidth: number;
|
|
6
|
-
footerHeight: number;
|
|
7
|
-
inputBoxHeight: number;
|
|
8
|
-
toolbarHeight: number;
|
|
9
|
-
toolbarHeightMobile: number;
|
|
10
|
-
toolbarWidth: number;
|
|
11
|
-
toolbarMenuWidth: number;
|
|
12
|
-
toolbarMenuHeight: number;
|
|
13
|
-
};
|
|
14
|
-
export declare const ToolbarTitle: import("@emotion/styled").StyledComponent<import("react-router-dom").NavLinkProps & import("react").RefAttributes<HTMLAnchorElement> & MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
15
|
-
export declare const EnvironmentTitle: import("@emotion/styled").StyledComponent<MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
16
|
-
export declare const Toolbar: import("@emotion/styled").StyledComponent<MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
17
|
-
export declare const ToolbarFixer: import("@emotion/styled").StyledComponent<MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
|
-
export declare const ToolbarInner: import("@emotion/styled").StyledComponent<MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
19
|
-
colors: v0colors;
|
|
20
|
-
} & MUIStyledCommonProps<Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
21
|
-
export declare const ToolbarLeft: import("@emotion/styled").StyledComponent<MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
22
|
-
export declare const ToolbarRight: import("@emotion/styled").StyledComponent<MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
23
|
-
export declare const UserContainer: import("@emotion/styled").StyledComponent<MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
24
|
-
export declare const AccountName: import("@emotion/styled").StyledComponent<MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
25
|
-
export declare const ToolbarMenu: import("@emotion/styled").StyledComponent<MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
26
|
-
export declare const MobileToolbarMenu: import("@emotion/styled").StyledComponent<MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
27
|
-
export declare const ToolbarMenuInner: import("@emotion/styled").StyledComponent<MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
28
|
-
export declare const ToolbarMenuItem: import("@emotion/styled").StyledComponent<import("react-router-dom").NavLinkProps & import("react").RefAttributes<HTMLAnchorElement> & MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
29
|
-
export declare const MobileToolbarMenuItem: import("@emotion/styled").StyledComponent<import("react-router-dom").NavLinkProps & import("react").RefAttributes<HTMLAnchorElement> & MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|