@digital-ai/dot-components 2.3.1 → 2.4.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/CHANGE_LOG.md +30 -4
- package/fonts/fonts.ts +0 -7
- package/index.esm.js +51 -37
- package/index.umd.js +74 -51
- package/lib/components/app-switcher/AppSwitcher.d.ts +2 -1
- package/lib/components/icon/Icon.styles.d.ts +1 -0
- package/package.json +2 -1
- package/fonts/dot.woff +0 -0
- package/fonts/selection.json +0 -1
|
@@ -7,6 +7,7 @@ interface ActiveAppInfo {
|
|
|
7
7
|
}
|
|
8
8
|
interface CommonAppSwitcherProps extends CommonProps {
|
|
9
9
|
activeApp: ActiveAppInfo;
|
|
10
|
+
noAppTypeLabel?: string;
|
|
10
11
|
onClose?: (event: MouseEvent | KeyboardEvent) => void;
|
|
11
12
|
yOffset?: number;
|
|
12
13
|
zIndex?: number;
|
|
@@ -17,7 +18,7 @@ interface AppSwitcherViewProps extends CommonAppSwitcherProps {
|
|
|
17
18
|
platformConsoleUrl?: string;
|
|
18
19
|
selectedAppType: string;
|
|
19
20
|
}
|
|
20
|
-
export declare const DotAppSwitcherView: ({ activeApp, apps, className, platformConsoleUrl, onClose, open, selectedAppType, yOffset, zIndex, }: AppSwitcherViewProps) => JSX.Element;
|
|
21
|
+
export declare const DotAppSwitcherView: ({ activeApp, apps, className, noAppTypeLabel, platformConsoleUrl, onClose, open, selectedAppType, yOffset, zIndex, }: AppSwitcherViewProps) => JSX.Element;
|
|
21
22
|
interface AppSwitcherProps extends CommonAppSwitcherProps {
|
|
22
23
|
accountId?: string;
|
|
23
24
|
includePlatformConsole?: boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import '@digital-ai/dot-icons';
|
|
1
2
|
export declare const rootClassName = "dot-icon";
|
|
2
3
|
export declare const StyledIcon: import("styled-components").StyledComponent<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").IconTypeMap<{}, "span">> & {
|
|
3
4
|
muiName: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digital-ai/dot-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "SEE LICENSE IN <LICENSE.md>",
|
|
6
6
|
"contributors": [
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"author": "Matt Haff",
|
|
26
26
|
"dependencies": {
|
|
27
|
+
"@digital-ai/dot-icons": "latest",
|
|
27
28
|
"@emotion/react": "^11.10.4",
|
|
28
29
|
"@emotion/styled": "^11.10.4",
|
|
29
30
|
"@mui/material": "^5.2.5",
|
package/fonts/dot.woff
DELETED
|
Binary file
|