@carbon-labs/react-animated-header 0.14.0 → 0.16.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/es/__stories__/AnimatedHeader.stories.d.ts +882 -44
- package/es/__stories__/data/index.d.ts +112 -3
- package/es/assets/static/illustration_data_fabric_dark_05.svg.js +1 -1
- package/es/assets/static/illustration_data_fabric_light_04.svg.js +1 -1
- package/es/assets/static/illustration_watson_x_data_dark_03.svg.js +1 -1
- package/es/assets/static/illustration_watson_x_data_light_03.svg.js +1 -1
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +12 -31
- package/es/components/AnimatedHeader/AnimatedHeader.js +68 -101
- package/es/components/TasksController/TasksController.d.ts +30 -0
- package/es/components/TasksController/TasksController.js +73 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +6 -3
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +12 -6
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +9 -5
- package/es/components/Tiles/BaseTile/BaseTile.js +5 -25
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +9 -5
- package/es/components/Tiles/GlassTile/GlassTile.js +15 -4
- package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +27 -0
- package/es/components/WorkspaceSelector/WorkspaceSelector.js +57 -0
- package/es/index.d.ts +2 -0
- package/lib/__stories__/AnimatedHeader.stories.d.ts +882 -44
- package/lib/__stories__/data/index.d.ts +112 -3
- package/lib/assets/static/illustration_data_fabric_dark_05.svg.js +1 -1
- package/lib/assets/static/illustration_data_fabric_light_04.svg.js +1 -1
- package/lib/assets/static/illustration_watson_x_data_dark_03.svg.js +1 -1
- package/lib/assets/static/illustration_watson_x_data_light_03.svg.js +1 -1
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +12 -31
- package/lib/components/AnimatedHeader/AnimatedHeader.js +67 -100
- package/lib/components/TasksController/TasksController.d.ts +30 -0
- package/lib/components/TasksController/TasksController.js +77 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +6 -3
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -5
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +9 -5
- package/lib/components/Tiles/BaseTile/BaseTile.js +5 -25
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +9 -5
- package/lib/components/Tiles/GlassTile/GlassTile.js +14 -3
- package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +27 -0
- package/lib/components/WorkspaceSelector/WorkspaceSelector.js +61 -0
- package/lib/index.d.ts +2 -0
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +37 -6
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +22 -0
- package/scss/Tiles/GlassTile/glass-tile.scss +22 -0
|
@@ -27,6 +27,26 @@ export const headerTiles: ({
|
|
|
27
27
|
title: string;
|
|
28
28
|
subtitle: string;
|
|
29
29
|
mainIcon: string;
|
|
30
|
+
isLoading: boolean;
|
|
31
|
+
isDisabled?: undefined;
|
|
32
|
+
secondaryIcon?: undefined;
|
|
33
|
+
} | {
|
|
34
|
+
id: string;
|
|
35
|
+
href: string;
|
|
36
|
+
title: string;
|
|
37
|
+
subtitle: string;
|
|
38
|
+
mainIcon: string;
|
|
39
|
+
isLoading?: undefined;
|
|
40
|
+
isDisabled?: undefined;
|
|
41
|
+
secondaryIcon?: undefined;
|
|
42
|
+
} | {
|
|
43
|
+
id: string;
|
|
44
|
+
href: string;
|
|
45
|
+
title: string;
|
|
46
|
+
subtitle: string;
|
|
47
|
+
mainIcon: string;
|
|
48
|
+
isDisabled: boolean;
|
|
49
|
+
isLoading?: undefined;
|
|
30
50
|
secondaryIcon?: undefined;
|
|
31
51
|
} | {
|
|
32
52
|
id: string;
|
|
@@ -35,6 +55,8 @@ export const headerTiles: ({
|
|
|
35
55
|
mainIcon: string;
|
|
36
56
|
secondaryIcon: string;
|
|
37
57
|
subtitle?: undefined;
|
|
58
|
+
isLoading?: undefined;
|
|
59
|
+
isDisabled?: undefined;
|
|
38
60
|
})[];
|
|
39
61
|
} | {
|
|
40
62
|
id: number;
|
|
@@ -44,7 +66,7 @@ export const headerTiles: ({
|
|
|
44
66
|
customContent: import("react/jsx-runtime").JSX.Element;
|
|
45
67
|
}[];
|
|
46
68
|
})[];
|
|
47
|
-
export namespace
|
|
69
|
+
export namespace tasksControllerConfigButton {
|
|
48
70
|
let type: string;
|
|
49
71
|
namespace button {
|
|
50
72
|
export let href: string;
|
|
@@ -54,11 +76,98 @@ export namespace tasksConfigButton {
|
|
|
54
76
|
export { type_1 as type };
|
|
55
77
|
}
|
|
56
78
|
}
|
|
57
|
-
export namespace
|
|
79
|
+
export namespace tasksControllerConfigDropdown {
|
|
58
80
|
let type_2: string;
|
|
59
81
|
export { type_2 as type };
|
|
60
82
|
export namespace dropdown {
|
|
61
|
-
let label: string;
|
|
83
|
+
export let label: string;
|
|
84
|
+
export { headerTiles as allTileGroups };
|
|
85
|
+
export let selectedTileGroup: {
|
|
86
|
+
id: number;
|
|
87
|
+
label: string;
|
|
88
|
+
tiles: ({
|
|
89
|
+
id: string;
|
|
90
|
+
href: string;
|
|
91
|
+
title: string;
|
|
92
|
+
mainIcon: string;
|
|
93
|
+
subtitle?: undefined;
|
|
94
|
+
} | {
|
|
95
|
+
id: string;
|
|
96
|
+
href: string;
|
|
97
|
+
title: string;
|
|
98
|
+
subtitle: string;
|
|
99
|
+
mainIcon: string;
|
|
100
|
+
})[];
|
|
101
|
+
} | {
|
|
102
|
+
id: number;
|
|
103
|
+
label: string;
|
|
104
|
+
tiles: ({
|
|
105
|
+
id: string;
|
|
106
|
+
href: string;
|
|
107
|
+
title: string;
|
|
108
|
+
subtitle: string;
|
|
109
|
+
mainIcon: string;
|
|
110
|
+
isLoading: boolean;
|
|
111
|
+
isDisabled?: undefined;
|
|
112
|
+
secondaryIcon?: undefined;
|
|
113
|
+
} | {
|
|
114
|
+
id: string;
|
|
115
|
+
href: string;
|
|
116
|
+
title: string;
|
|
117
|
+
subtitle: string;
|
|
118
|
+
mainIcon: string;
|
|
119
|
+
isLoading?: undefined;
|
|
120
|
+
isDisabled?: undefined;
|
|
121
|
+
secondaryIcon?: undefined;
|
|
122
|
+
} | {
|
|
123
|
+
id: string;
|
|
124
|
+
href: string;
|
|
125
|
+
title: string;
|
|
126
|
+
subtitle: string;
|
|
127
|
+
mainIcon: string;
|
|
128
|
+
isDisabled: boolean;
|
|
129
|
+
isLoading?: undefined;
|
|
130
|
+
secondaryIcon?: undefined;
|
|
131
|
+
} | {
|
|
132
|
+
id: string;
|
|
133
|
+
href: string;
|
|
134
|
+
title: string;
|
|
135
|
+
mainIcon: string;
|
|
136
|
+
secondaryIcon: string;
|
|
137
|
+
subtitle?: undefined;
|
|
138
|
+
isLoading?: undefined;
|
|
139
|
+
isDisabled?: undefined;
|
|
140
|
+
})[];
|
|
141
|
+
} | {
|
|
142
|
+
id: number;
|
|
143
|
+
label: string;
|
|
144
|
+
tiles: {
|
|
145
|
+
id: string;
|
|
146
|
+
customContent: import("react/jsx-runtime").JSX.Element;
|
|
147
|
+
}[];
|
|
148
|
+
};
|
|
149
|
+
export function setSelectedTileGroup(): void;
|
|
62
150
|
}
|
|
63
151
|
}
|
|
152
|
+
export namespace tasksControllerConfigLoading {
|
|
153
|
+
let type_3: string;
|
|
154
|
+
export { type_3 as type };
|
|
155
|
+
export let isLoading: boolean;
|
|
156
|
+
}
|
|
157
|
+
export namespace workspaceSelectorConfig {
|
|
158
|
+
export { workspaceData as allWorkspaces };
|
|
159
|
+
export function setSelectedWorkspace(): void;
|
|
160
|
+
export namespace propsOverrides {
|
|
161
|
+
let label_1: string;
|
|
162
|
+
export { label_1 as label };
|
|
163
|
+
export function renderSelectedItem(item: any): string;
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
export namespace workspaceSelectorConfigLoading {
|
|
167
|
+
export { workspaceData as allWorkspaces };
|
|
168
|
+
export function setSelectedWorkspace_1(): void;
|
|
169
|
+
export { setSelectedWorkspace_1 as setSelectedWorkspace };
|
|
170
|
+
let isLoading_1: boolean;
|
|
171
|
+
export { isLoading_1 as isLoading };
|
|
172
|
+
}
|
|
64
173
|
import { Add } from '@carbon/react/icons';
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
11
11
|
|
|
12
|
-
var illustration_data_fabric_dark_05 = "
|
|
12
|
+
var illustration_data_fabric_dark_05 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%2C%20.st1%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20stroke%3A%20%23003a6d%3B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23081a1c%3B%20%20%20%20%20%20%20%20stroke%3A%20%23005d5d%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%20%7B%20%20%20%20%20%20%20%20clip-path%3A%20url%28%23clippath%29%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%20%20%20%20%20%20%3Crect%20class%3D%22st0%22%20width%3D%221312%22%20height%3D%22738%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22data_fabric_-_light%22%3E%20%20%20%20%3Cg%20class%3D%22st3%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22data_fabric_-_light1%22%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C162.6h824%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C217.7h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C272.6h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C327.5h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C382.5h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M395.8%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M456.9%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M640.3%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M701.5%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M762.6%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M823.8-112.1v850.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C107.6h824%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-131.2-242.7-219.4-423.6-219.4%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4C1162.8-1.6%2C1004.8-112.1%2C823.8-112.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4C1162.8%2C64.1%2C1004.7-2%2C823.8-2%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-65.5-242.8-109.5-423.6-109.5%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-32.7-242.8-54.6-423.6-54.6%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cline%20class%3D%22st1%22%20x1%3D%221247.4%22%20y1%3D%22162.4%22%20x2%3D%22823.8%22%20y2%3D%22162.6%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C32.9-242.7%2C55.3-423.6%2C55.3%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C65.7-242.7%2C110.2-423.6%2C110.2%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C98.5-242.7%2C165.1-423.6%2C165.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.3%2C163.6-242.7%2C275-423.6%2C275%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.3%2C130.8-242.8%2C220.1-423.6%2C220.1%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1254.4%2C162.5c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C107.8c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M647.5%2C107.8c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M402.9%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M708.6%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M525.2%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M586.3%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M647.5%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M708.6%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M769.8%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.2-3.2-7.2-7.1%2C3.2-7.1%2C7.2-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M964.8%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1075.6%2C122.5c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1167.2%2C223.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1129%2C258c0%2C3.9-3.2%2C7.1-7.2%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.2%2C3.2%2C7.2%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M951.4%2C420.2c0%2C3.9-3.2%2C7.1-7.2%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.2%2C3.2%2C7.2%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
|
|
13
13
|
|
|
14
14
|
exports.default = illustration_data_fabric_dark_05;
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
11
11
|
|
|
12
|
-
var illustration_data_fabric_light_04 = "
|
|
12
|
+
var illustration_data_fabric_light_04 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%2C%20.st1%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20stroke%3A%20%2382cfff%3B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%2C%20.st3%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23d9fbfb%3B%20%20%20%20%20%20%20%20stroke%3A%20%2303ddbd%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%20%7B%20%20%20%20%20%20%20%20stroke-width%3A%201px%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st4%20%7B%20%20%20%20%20%20%20%20clip-path%3A%20url%28%23clippath%29%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%20%20%20%20%20%20%3Crect%20class%3D%22st0%22%20width%3D%221312%22%20height%3D%22738%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22data_fabric_-_light%22%3E%20%20%20%20%3Cg%20class%3D%22st4%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22data_fabric_-_light1%22%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C162.6h824%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C217.7h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C272.6h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C327.5h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C382.5h823.8%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M395.8%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M456.9%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M640.3%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M701.5%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M762.6%2C0v738%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M823.8-112.1v850.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M0%2C107.6h824%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-131.2-242.7-219.4-423.6-219.4%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4C1162.8-1.6%2C1004.8-112.1%2C823.8-112.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4C1162.8%2C64.1%2C1004.7-2%2C823.8-2%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-65.5-242.8-109.5-423.6-109.5%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6-32.7-242.8-54.6-423.6-54.6%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cline%20class%3D%22st1%22%20x1%3D%221247.4%22%20y1%3D%22162.4%22%20x2%3D%22823.8%22%20y2%3D%22162.6%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C32.9-242.7%2C55.3-423.6%2C55.3%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C65.7-242.7%2C110.2-423.6%2C110.2%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.6%2C98.5-242.7%2C165.1-423.6%2C165.1%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.3%2C163.6-242.7%2C275-423.6%2C275%22%2F%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M1247.4%2C162.4c-84.3%2C130.8-242.8%2C220.1-423.6%2C220.1%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st3%22%20d%3D%22M1254.4%2C162.5c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C107.8c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M647.5%2C107.8c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M402.9%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M708.6%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M464.1%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M525.2%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M586.3%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M647.5%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M708.6%2C217.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M769.8%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.2-3.2-7.2-7.1%2C3.2-7.1%2C7.2-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M964.8%2C162.6c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1075.6%2C122.5c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1167.2%2C223.7c0%2C3.9-3.2%2C7.1-7.1%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.1%2C3.2%2C7.1%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M1129%2C258c0%2C3.9-3.2%2C7.1-7.2%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.2%2C3.2%2C7.2%2C7.1Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M951.4%2C420.2c0%2C3.9-3.2%2C7.1-7.2%2C7.1s-7.1-3.2-7.1-7.1%2C3.2-7.1%2C7.1-7.1%2C7.2%2C3.2%2C7.2%2C7.1Z%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
|
|
13
13
|
|
|
14
14
|
exports.default = illustration_data_fabric_light_04;
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
11
11
|
|
|
12
|
-
var illustration_watson_x_data_dark_03 = "
|
|
12
|
+
var illustration_watson_x_data_dark_03 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%2C%20.st1%2C%20.st2%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20stroke%3A%20%23003a6d%3B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%2C%20.st3%20%7B%20%20%20%20%20%20%20%20stroke%3A%20%23491d8b%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st4%20%7B%20%20%20%20%20%20%20%20clip-path%3A%20url%28%23clippath%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st5%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23161616%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%20%7B%20%20%20%20%20%20%20%20fill%3A%20%231c0f30%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%20%20%20%20%20%20%3Crect%20class%3D%22st0%22%20width%3D%221312%22%20height%3D%22738%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Crect%20class%3D%22st5%22%20width%3D%221312%22%20height%3D%22738%22%2F%3E%20%20%3Cg%20id%3D%22watsonx.data_-_dark%22%3E%20%20%20%20%3Cg%20class%3D%22st4%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22watsonx.data_-_dark1%22%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0-155.8%2C126.8-282.1%2C283.1-282.1%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0%2C116.9%2C95.1%2C211.6%2C212.4%2C211.6s212.4-94.7%2C212.4-211.6-95.1-211.6-212.4-211.6%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0-116.9%2C95.1-211.6%2C212.4-211.6%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0%2C77.9%2C63.4%2C141.1%2C141.6%2C141.1s141.6-63.2%2C141.6-141.1-63.4-141.1-141.6-141.1%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0-77.9%2C63.4-141.1%2C141.6-141.1%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0%2C58.4%2C47.5%2C105.8%2C106.2%2C105.8s106.2-47.4%2C106.2-105.8-47.5-105.8-106.2-105.8%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0-58.4%2C47.5-105.8%2C106.2-105.8%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0%2C39%2C31.7%2C70.5%2C70.8%2C70.5s70.8-31.6%2C70.8-70.5-31.7-70.5-70.8-70.5%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0-39%2C31.7-70.5%2C70.8-70.5%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0%2C19.5%2C15.8%2C35.3%2C35.4%2C35.3s35.4-15.8%2C35.4-35.3-15.8-35.3-35.4-35.3%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0-19.5%2C15.8-35.3%2C35.4-35.3%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1.4v737.6%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M780.1.4v737.6%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M717.2.4v737.6%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M654.2.4v737.6%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M717.2%2C62.8H0%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M717.3%2C311.7H0%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C62.8h-63.2%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C125.8H0%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C188.7H0%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C251.6H0%22%2F%3E%20%20%20%20%20%20%20%20%3Ccircle%20class%3D%22st2%22%20cx%3D%221126.3%22%20cy%3D%22-83.4%22%20r%3D%228.8%22%2F%3E%20%20%20%20%20%20%20%20%3Ccircle%20class%3D%22st2%22%20cx%3D%221055.5%22%20cy%3D%22-12.9%22%20r%3D%228.8%22%2F%3E%20%20%20%20%20%20%20%20%3Ccircle%20class%3D%22st2%22%20cx%3D%22984.7%22%20cy%3D%2257.6%22%20r%3D%228.8%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M949.3%2C84.1c-4.9%2C0-8.8%2C3.9-8.8%2C8.8s4%2C8.8%2C8.8%2C8.8%2C8.8-3.9%2C8.8-8.8-4-8.8-8.8-8.8Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M913.9%2C119.4c-4.9%2C0-8.8%2C3.9-8.8%2C8.8s4%2C8.8%2C8.8%2C8.8%2C8.8-3.9%2C8.8-8.8-4-8.8-8.8-8.8Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M878.5%2C154.6c-4.9%2C0-8.8%2C3.9-8.8%2C8.8s4%2C8.8%2C8.8%2C8.8%2C8.8-3.9%2C8.8-8.8-4-8.8-8.8-8.8Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st3%22%20d%3D%22M677.8%2C94.3c0%2C4.3%2C3.5%2C7.8%2C7.9%2C7.8s7.9-3.5%2C7.9-7.8-3.5-7.8-7.9-7.8-7.9%2C3.5-7.9%2C7.8Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st3%22%20d%3D%22M677.8%2C157.2c0%2C4.3%2C3.5%2C7.8%2C7.9%2C7.8s7.9-3.5%2C7.9-7.8-3.5-7.8-7.9-7.8-7.9%2C3.5-7.9%2C7.8Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st3%22%20d%3D%22M677.8%2C220.1c0%2C4.3%2C3.5%2C7.9%2C7.9%2C7.9s7.9-3.5%2C7.9-7.9-3.5-7.8-7.9-7.8-7.9%2C3.5-7.9%2C7.8Z%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E\"";
|
|
13
13
|
|
|
14
14
|
exports.default = illustration_watson_x_data_dark_03;
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
|
|
10
10
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
11
11
|
|
|
12
|
-
var illustration_watson_x_data_light_03 = "
|
|
12
|
+
var illustration_watson_x_data_light_03 = "export default \"data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22illustrations%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20viewBox%3D%220%200%201312%20738%22%3E%20%20%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.st0%2C%20.st1%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23f6f2ff%3B%20%20%20%20%20%20%20%20stroke%3A%20%23d4bbff%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st2%2C%20.st1%20%7B%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st3%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23d9fbfb%3B%20%20%20%20%20%20%20%20stroke%3A%20%2303ddbd%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st1%20%7B%20%20%20%20%20%20%20%20stroke%3A%20%23a6c8ff%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.st4%20%7B%20%20%20%20%20%20%20%20clip-path%3A%20url%28%23clippath%29%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%20%20%20%20%20%20%3Crect%20class%3D%22st0%22%20width%3D%221312%22%20height%3D%22738%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22watsonx.data_-_light%22%3E%20%20%20%20%3Cg%20class%3D%22st4%22%3E%20%20%20%20%20%20%3Cg%20id%3D%22watsonx.data_-_light1%22%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C189.9c0-155.8%2C126.8-282.1%2C283.1-282.1M843.1%2C189.9c0%2C116.9%2C95.1%2C211.6%2C212.4%2C211.6s212.4-94.7%2C212.4-211.6-95.1-211.6-212.4-211.6M843.1%2C189.9c0-116.9%2C95.1-211.6%2C212.4-211.6M843.1%2C189.9c0%2C77.9%2C63.4%2C141.1%2C141.6%2C141.1s141.6-63.2%2C141.6-141.1-63.4-141.1-141.6-141.1M843.1%2C189.9c0-77.9%2C63.4-141.1%2C141.6-141.1M843.1%2C189.9c0%2C58.4%2C47.5%2C105.8%2C106.2%2C105.8s106.2-47.4%2C106.2-105.8-47.5-105.8-106.2-105.8M843.1%2C189.9c0-58.4%2C47.5-105.8%2C106.2-105.8M843.1%2C189.9c0%2C39%2C31.7%2C70.5%2C70.8%2C70.5s70.8-31.6%2C70.8-70.5-31.7-70.5-70.8-70.5M843.1%2C189.9c0-39%2C31.7-70.5%2C70.8-70.5M843.1%2C189.9c0%2C19.5%2C15.8%2C35.3%2C35.4%2C35.3s35.4-15.8%2C35.4-35.3-15.8-35.3-35.4-35.3M843.1%2C189.9c0-19.5%2C15.8-35.3%2C35.4-35.3M1126.3-92.2c-4.9%2C0-8.8%2C3.9-8.8%2C8.8s4%2C8.8%2C8.8%2C8.8%2C8.8-3.9%2C8.8-8.8-4-8.8-8.8-8.8ZM1055.5-21.7c-4.9%2C0-8.8%2C3.9-8.8%2C8.8s4%2C8.8%2C8.8%2C8.8%2C8.8-3.9%2C8.8-8.8-4-8.8-8.8-8.8ZM984.7%2C48.8c-4.9%2C0-8.8%2C3.9-8.8%2C8.8s4%2C8.8%2C8.8%2C8.8%2C8.8-3.9%2C8.8-8.8-4-8.8-8.8-8.8ZM949.3%2C84.1c-4.9%2C0-8.8%2C3.9-8.8%2C8.8s4%2C8.8%2C8.8%2C8.8%2C8.8-3.9%2C8.8-8.8-4-8.8-8.8-8.8ZM913.9%2C119.4c-4.9%2C0-8.8%2C3.9-8.8%2C8.8s4%2C8.8%2C8.8%2C8.8%2C8.8-3.9%2C8.8-8.8-4-8.8-8.8-8.8ZM878.5%2C154.6c-4.9%2C0-8.8%2C3.9-8.8%2C8.8s4%2C8.8%2C8.8%2C8.8%2C8.8-3.9%2C8.8-8.8-4-8.8-8.8-8.8Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1.4v737.6%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M780.1.4v737.6%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M717.2.4v737.6%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M654.2.4v737.6%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M717.2%2C62.8H0%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M717.3%2C311.7H0%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C62.8h-63.2%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C125.8H0%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C188.7H0%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st1%22%20d%3D%22M843.1%2C251.6H0%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M677.8%2C94.3c0%2C4.3%2C3.5%2C7.8%2C7.9%2C7.8s7.9-3.5%2C7.9-7.8-3.5-7.8-7.9-7.8-7.9%2C3.5-7.9%2C7.8Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M677.8%2C157.2c0%2C4.3%2C3.5%2C7.8%2C7.9%2C7.8s7.9-3.5%2C7.9-7.8-3.5-7.8-7.9-7.8-7.9%2C3.5-7.9%2C7.8Z%22%2F%3E%20%20%20%20%20%20%20%20%3Cpath%20class%3D%22st2%22%20d%3D%22M677.8%2C220.1c0%2C4.3%2C3.5%2C7.9%2C7.9%2C7.9s7.9-3.5%2C7.9-7.9-3.5-7.8-7.9-7.8-7.9%2C3.5-7.9%2C7.8Z%22%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20class%3D%22st3%22%20d%3D%22M285.1%2C373.2c0-3.9%2C3.2-7.1%2C7.1-7.1s7.1%2C3.2%2C7.1%2C7.1%22%2F%3E%3C%2Fsvg%3E\"";
|
|
13
13
|
|
|
14
14
|
exports.default = illustration_watson_x_data_light_03;
|
|
@@ -1,22 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { TasksControllerProps } from '../TasksController/TasksController';
|
|
3
|
+
import { WorkspaceSelectorProps } from '../WorkspaceSelector/WorkspaceSelector';
|
|
3
4
|
/** Animated Header */
|
|
4
|
-
export interface TasksConfig {
|
|
5
|
-
type: 'button' | 'dropdown' | string;
|
|
6
|
-
button?: {
|
|
7
|
-
href?: string;
|
|
8
|
-
icon?: any;
|
|
9
|
-
text?: string;
|
|
10
|
-
type?: ButtonKind;
|
|
11
|
-
};
|
|
12
|
-
dropdown?: {
|
|
13
|
-
label?: string;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
export interface SelectedWorkspace {
|
|
17
|
-
id: string;
|
|
18
|
-
label: string;
|
|
19
|
-
}
|
|
20
5
|
export interface Tile {
|
|
21
6
|
href?: string | null;
|
|
22
7
|
id: string;
|
|
@@ -25,33 +10,29 @@ export interface Tile {
|
|
|
25
10
|
subtitle?: string | null;
|
|
26
11
|
title?: string | null;
|
|
27
12
|
customContent?: ReactNode | null;
|
|
13
|
+
isLoading?: boolean;
|
|
14
|
+
isDisabled?: boolean;
|
|
28
15
|
}
|
|
29
16
|
export interface TileGroup {
|
|
30
17
|
id: number;
|
|
31
18
|
label: string;
|
|
32
19
|
tiles: Tile[];
|
|
33
20
|
}
|
|
34
|
-
export
|
|
35
|
-
|
|
36
|
-
|
|
21
|
+
export type AnimatedHeaderProps = {
|
|
22
|
+
allTileGroups?: TileGroup[];
|
|
23
|
+
selectedTileGroup?: TileGroup;
|
|
24
|
+
setSelectedTileGroup: (e: any) => void;
|
|
37
25
|
description?: string;
|
|
38
|
-
handleHeaderItemsToString?: (item: TileGroup | null) => string;
|
|
39
|
-
renderHeaderSelectedItem?: (item: TileGroup | null) => ReactNode;
|
|
40
|
-
handleWorkspaceItemsToString?: (item: SelectedWorkspace | null) => string;
|
|
41
|
-
renderWorkspaceSelectedItem?: (item: SelectedWorkspace | null) => ReactNode;
|
|
42
26
|
headerAnimation?: object;
|
|
43
27
|
headerStatic?: React.JSX.Element;
|
|
44
28
|
productName?: string;
|
|
45
|
-
selectedTileGroup: TileGroup[] | any;
|
|
46
|
-
selectedWorkspace?: SelectedWorkspace | any;
|
|
47
|
-
setSelectedTileGroup: (e: any) => void;
|
|
48
|
-
setSelectedWorkspace: (e: any) => void;
|
|
49
|
-
tasksConfig?: TasksConfig;
|
|
50
29
|
userName?: string;
|
|
51
30
|
welcomeText?: string;
|
|
52
|
-
|
|
31
|
+
isLoading?: boolean;
|
|
32
|
+
disabledTaskLabel?: string;
|
|
53
33
|
expandButtonLabel?: string;
|
|
54
34
|
collapseButtonLabel?: string;
|
|
55
|
-
|
|
35
|
+
tileClickHandler?: (tile: Tile) => void;
|
|
36
|
+
} & TasksControllerProps & WorkspaceSelectorProps;
|
|
56
37
|
declare const AnimatedHeader: React.FC<AnimatedHeaderProps>;
|
|
57
38
|
export default AnimatedHeader;
|