@carbon-labs/react-animated-header 0.3.0 → 0.5.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 +466 -544
- package/es/__stories__/data/index.d.ts +21 -11
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +30 -17
- package/es/components/AnimatedHeader/AnimatedHeader.js +79 -64
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +7 -5
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/es/components/Tiles/GlassTile/GlassTile.js +4 -4
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/__stories__/AnimatedHeader.stories.d.ts +466 -544
- package/lib/__stories__/data/index.d.ts +21 -11
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +30 -17
- package/lib/components/AnimatedHeader/AnimatedHeader.js +78 -63
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +7 -5
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/lib/components/Tiles/GlassTile/GlassTile.js +4 -4
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +17 -11
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +11 -4
- package/scss/Tiles/GlassTile/glass-tile.scss +4 -2
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
|
@@ -6,320 +6,14 @@ export default meta;
|
|
|
6
6
|
export declare const ThemeG10: {
|
|
7
7
|
(args: any): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
argTypes: {
|
|
9
|
-
name: {
|
|
10
|
-
description: string;
|
|
11
|
-
};
|
|
12
9
|
description: {
|
|
13
10
|
description: string;
|
|
14
11
|
};
|
|
15
|
-
|
|
16
|
-
description: string;
|
|
17
|
-
};
|
|
18
|
-
productName: {
|
|
19
|
-
description: string;
|
|
20
|
-
};
|
|
21
|
-
headerDropdown: {
|
|
12
|
+
handleHeaderItemsToString: {
|
|
22
13
|
description: string;
|
|
23
|
-
type: string;
|
|
24
|
-
control: {
|
|
25
|
-
type: string;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
14
|
};
|
|
29
|
-
|
|
15
|
+
handleWorkspaceItemsToString: {
|
|
30
16
|
description: string;
|
|
31
|
-
type: string;
|
|
32
|
-
control: {
|
|
33
|
-
type: string;
|
|
34
|
-
labels: {
|
|
35
|
-
0: string;
|
|
36
|
-
1: string;
|
|
37
|
-
2: string;
|
|
38
|
-
3: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
options: number[];
|
|
42
|
-
mapping: {
|
|
43
|
-
0: null;
|
|
44
|
-
1: {
|
|
45
|
-
id: string;
|
|
46
|
-
text: string;
|
|
47
|
-
}[];
|
|
48
|
-
2: {
|
|
49
|
-
id: string;
|
|
50
|
-
text: string;
|
|
51
|
-
}[];
|
|
52
|
-
3: {
|
|
53
|
-
id: string;
|
|
54
|
-
text: string;
|
|
55
|
-
}[];
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
selectedTileGroup: {
|
|
59
|
-
description: string;
|
|
60
|
-
type: string;
|
|
61
|
-
control: {
|
|
62
|
-
type: string;
|
|
63
|
-
labels: {
|
|
64
|
-
0: string;
|
|
65
|
-
1: string;
|
|
66
|
-
2: string;
|
|
67
|
-
3: string;
|
|
68
|
-
4: string;
|
|
69
|
-
5: string;
|
|
70
|
-
6: string;
|
|
71
|
-
7: string;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
options: number[];
|
|
75
|
-
mapping: {
|
|
76
|
-
0: null;
|
|
77
|
-
1: {
|
|
78
|
-
id: number;
|
|
79
|
-
name: string;
|
|
80
|
-
tiles: ({
|
|
81
|
-
id: string;
|
|
82
|
-
href: string;
|
|
83
|
-
title: string;
|
|
84
|
-
mainIcon: string;
|
|
85
|
-
subtitle?: undefined;
|
|
86
|
-
} | {
|
|
87
|
-
id: string;
|
|
88
|
-
href: string;
|
|
89
|
-
title: string;
|
|
90
|
-
subtitle: string;
|
|
91
|
-
mainIcon: string;
|
|
92
|
-
})[];
|
|
93
|
-
} | {
|
|
94
|
-
id: number;
|
|
95
|
-
name: string;
|
|
96
|
-
tiles: ({
|
|
97
|
-
id: string;
|
|
98
|
-
href: string;
|
|
99
|
-
title: string;
|
|
100
|
-
subtitle: string;
|
|
101
|
-
mainIcon: string;
|
|
102
|
-
secondaryIcon?: undefined;
|
|
103
|
-
} | {
|
|
104
|
-
id: string;
|
|
105
|
-
href: string;
|
|
106
|
-
title: string;
|
|
107
|
-
mainIcon: string;
|
|
108
|
-
secondaryIcon: string;
|
|
109
|
-
subtitle?: undefined;
|
|
110
|
-
})[];
|
|
111
|
-
};
|
|
112
|
-
2: {
|
|
113
|
-
id: number;
|
|
114
|
-
name: string;
|
|
115
|
-
tiles: ({
|
|
116
|
-
id: string;
|
|
117
|
-
href: string;
|
|
118
|
-
title: string;
|
|
119
|
-
mainIcon: string;
|
|
120
|
-
subtitle?: undefined;
|
|
121
|
-
} | {
|
|
122
|
-
id: string;
|
|
123
|
-
href: string;
|
|
124
|
-
title: string;
|
|
125
|
-
subtitle: string;
|
|
126
|
-
mainIcon: string;
|
|
127
|
-
})[];
|
|
128
|
-
} | {
|
|
129
|
-
id: number;
|
|
130
|
-
name: string;
|
|
131
|
-
tiles: ({
|
|
132
|
-
id: string;
|
|
133
|
-
href: string;
|
|
134
|
-
title: string;
|
|
135
|
-
subtitle: string;
|
|
136
|
-
mainIcon: string;
|
|
137
|
-
secondaryIcon?: undefined;
|
|
138
|
-
} | {
|
|
139
|
-
id: string;
|
|
140
|
-
href: string;
|
|
141
|
-
title: string;
|
|
142
|
-
mainIcon: string;
|
|
143
|
-
secondaryIcon: string;
|
|
144
|
-
subtitle?: undefined;
|
|
145
|
-
})[];
|
|
146
|
-
};
|
|
147
|
-
3: {
|
|
148
|
-
id: number;
|
|
149
|
-
name: string;
|
|
150
|
-
tiles: ({
|
|
151
|
-
id: string;
|
|
152
|
-
href: string;
|
|
153
|
-
title: string;
|
|
154
|
-
mainIcon: string;
|
|
155
|
-
subtitle?: undefined;
|
|
156
|
-
} | {
|
|
157
|
-
id: string;
|
|
158
|
-
href: string;
|
|
159
|
-
title: string;
|
|
160
|
-
subtitle: string;
|
|
161
|
-
mainIcon: string;
|
|
162
|
-
})[];
|
|
163
|
-
} | {
|
|
164
|
-
id: number;
|
|
165
|
-
name: string;
|
|
166
|
-
tiles: ({
|
|
167
|
-
id: string;
|
|
168
|
-
href: string;
|
|
169
|
-
title: string;
|
|
170
|
-
subtitle: string;
|
|
171
|
-
mainIcon: string;
|
|
172
|
-
secondaryIcon?: undefined;
|
|
173
|
-
} | {
|
|
174
|
-
id: string;
|
|
175
|
-
href: string;
|
|
176
|
-
title: string;
|
|
177
|
-
mainIcon: string;
|
|
178
|
-
secondaryIcon: string;
|
|
179
|
-
subtitle?: undefined;
|
|
180
|
-
})[];
|
|
181
|
-
};
|
|
182
|
-
4: {
|
|
183
|
-
id: number;
|
|
184
|
-
name: string;
|
|
185
|
-
tiles: ({
|
|
186
|
-
id: string;
|
|
187
|
-
href: string;
|
|
188
|
-
title: string;
|
|
189
|
-
mainIcon: string;
|
|
190
|
-
subtitle?: undefined;
|
|
191
|
-
} | {
|
|
192
|
-
id: string;
|
|
193
|
-
href: string;
|
|
194
|
-
title: string;
|
|
195
|
-
subtitle: string;
|
|
196
|
-
mainIcon: string;
|
|
197
|
-
})[];
|
|
198
|
-
} | {
|
|
199
|
-
id: number;
|
|
200
|
-
name: string;
|
|
201
|
-
tiles: ({
|
|
202
|
-
id: string;
|
|
203
|
-
href: string;
|
|
204
|
-
title: string;
|
|
205
|
-
subtitle: string;
|
|
206
|
-
mainIcon: string;
|
|
207
|
-
secondaryIcon?: undefined;
|
|
208
|
-
} | {
|
|
209
|
-
id: string;
|
|
210
|
-
href: string;
|
|
211
|
-
title: string;
|
|
212
|
-
mainIcon: string;
|
|
213
|
-
secondaryIcon: string;
|
|
214
|
-
subtitle?: undefined;
|
|
215
|
-
})[];
|
|
216
|
-
};
|
|
217
|
-
5: {
|
|
218
|
-
id: number;
|
|
219
|
-
name: string;
|
|
220
|
-
tiles: ({
|
|
221
|
-
id: string;
|
|
222
|
-
href: string;
|
|
223
|
-
title: string;
|
|
224
|
-
mainIcon: string;
|
|
225
|
-
subtitle?: undefined;
|
|
226
|
-
} | {
|
|
227
|
-
id: string;
|
|
228
|
-
href: string;
|
|
229
|
-
title: string;
|
|
230
|
-
subtitle: string;
|
|
231
|
-
mainIcon: string;
|
|
232
|
-
})[];
|
|
233
|
-
} | {
|
|
234
|
-
id: number;
|
|
235
|
-
name: string;
|
|
236
|
-
tiles: ({
|
|
237
|
-
id: string;
|
|
238
|
-
href: string;
|
|
239
|
-
title: string;
|
|
240
|
-
subtitle: string;
|
|
241
|
-
mainIcon: string;
|
|
242
|
-
secondaryIcon?: undefined;
|
|
243
|
-
} | {
|
|
244
|
-
id: string;
|
|
245
|
-
href: string;
|
|
246
|
-
title: string;
|
|
247
|
-
mainIcon: string;
|
|
248
|
-
secondaryIcon: string;
|
|
249
|
-
subtitle?: undefined;
|
|
250
|
-
})[];
|
|
251
|
-
};
|
|
252
|
-
6: {
|
|
253
|
-
id: number;
|
|
254
|
-
name: string;
|
|
255
|
-
tiles: ({
|
|
256
|
-
id: string;
|
|
257
|
-
href: string;
|
|
258
|
-
title: string;
|
|
259
|
-
mainIcon: string;
|
|
260
|
-
subtitle?: undefined;
|
|
261
|
-
} | {
|
|
262
|
-
id: string;
|
|
263
|
-
href: string;
|
|
264
|
-
title: string;
|
|
265
|
-
subtitle: string;
|
|
266
|
-
mainIcon: string;
|
|
267
|
-
})[];
|
|
268
|
-
} | {
|
|
269
|
-
id: number;
|
|
270
|
-
name: string;
|
|
271
|
-
tiles: ({
|
|
272
|
-
id: string;
|
|
273
|
-
href: string;
|
|
274
|
-
title: string;
|
|
275
|
-
subtitle: string;
|
|
276
|
-
mainIcon: string;
|
|
277
|
-
secondaryIcon?: undefined;
|
|
278
|
-
} | {
|
|
279
|
-
id: string;
|
|
280
|
-
href: string;
|
|
281
|
-
title: string;
|
|
282
|
-
mainIcon: string;
|
|
283
|
-
secondaryIcon: string;
|
|
284
|
-
subtitle?: undefined;
|
|
285
|
-
})[];
|
|
286
|
-
};
|
|
287
|
-
7: {
|
|
288
|
-
id: number;
|
|
289
|
-
name: string;
|
|
290
|
-
tiles: ({
|
|
291
|
-
id: string;
|
|
292
|
-
href: string;
|
|
293
|
-
title: string;
|
|
294
|
-
mainIcon: string;
|
|
295
|
-
subtitle?: undefined;
|
|
296
|
-
} | {
|
|
297
|
-
id: string;
|
|
298
|
-
href: string;
|
|
299
|
-
title: string;
|
|
300
|
-
subtitle: string;
|
|
301
|
-
mainIcon: string;
|
|
302
|
-
})[];
|
|
303
|
-
} | {
|
|
304
|
-
id: number;
|
|
305
|
-
name: string;
|
|
306
|
-
tiles: ({
|
|
307
|
-
id: string;
|
|
308
|
-
href: string;
|
|
309
|
-
title: string;
|
|
310
|
-
subtitle: string;
|
|
311
|
-
mainIcon: string;
|
|
312
|
-
secondaryIcon?: undefined;
|
|
313
|
-
} | {
|
|
314
|
-
id: string;
|
|
315
|
-
href: string;
|
|
316
|
-
title: string;
|
|
317
|
-
mainIcon: string;
|
|
318
|
-
secondaryIcon: string;
|
|
319
|
-
subtitle?: undefined;
|
|
320
|
-
})[];
|
|
321
|
-
};
|
|
322
|
-
};
|
|
323
17
|
};
|
|
324
18
|
headerAnimation: {
|
|
325
19
|
description: string;
|
|
@@ -8517,52 +8211,6 @@ export declare const ThemeG10: {
|
|
|
8517
8211
|
};
|
|
8518
8212
|
};
|
|
8519
8213
|
};
|
|
8520
|
-
buttonType: {
|
|
8521
|
-
description: string;
|
|
8522
|
-
control: {
|
|
8523
|
-
type: string;
|
|
8524
|
-
labels: {
|
|
8525
|
-
0: string;
|
|
8526
|
-
1: string;
|
|
8527
|
-
2: string;
|
|
8528
|
-
3: string;
|
|
8529
|
-
4: string;
|
|
8530
|
-
5: string;
|
|
8531
|
-
6: string;
|
|
8532
|
-
7: string;
|
|
8533
|
-
};
|
|
8534
|
-
};
|
|
8535
|
-
options: number[];
|
|
8536
|
-
mapping: {
|
|
8537
|
-
0: "primary";
|
|
8538
|
-
1: "secondary";
|
|
8539
|
-
2: "danger";
|
|
8540
|
-
3: "ghost";
|
|
8541
|
-
4: "danger--primary";
|
|
8542
|
-
5: "danger--ghost";
|
|
8543
|
-
6: "danger--tertiary";
|
|
8544
|
-
7: "tertiary";
|
|
8545
|
-
};
|
|
8546
|
-
};
|
|
8547
|
-
buttonIcon: {
|
|
8548
|
-
description: string;
|
|
8549
|
-
control: {
|
|
8550
|
-
type: string;
|
|
8551
|
-
labels: {
|
|
8552
|
-
0: string;
|
|
8553
|
-
1: string;
|
|
8554
|
-
2: string;
|
|
8555
|
-
3: string;
|
|
8556
|
-
};
|
|
8557
|
-
};
|
|
8558
|
-
options: number[];
|
|
8559
|
-
mapping: {
|
|
8560
|
-
0: null;
|
|
8561
|
-
1: import("@carbon/react/icons").CarbonIconType;
|
|
8562
|
-
2: import("@carbon/react/icons").CarbonIconType;
|
|
8563
|
-
3: import("@carbon/react/icons").CarbonIconType;
|
|
8564
|
-
};
|
|
8565
|
-
};
|
|
8566
8214
|
headerStatic: {
|
|
8567
8215
|
description: string;
|
|
8568
8216
|
type: string;
|
|
@@ -8585,112 +8233,9 @@ export declare const ThemeG10: {
|
|
|
8585
8233
|
4: any;
|
|
8586
8234
|
};
|
|
8587
8235
|
};
|
|
8588
|
-
};
|
|
8589
|
-
args: {
|
|
8590
|
-
name: string;
|
|
8591
|
-
description: string;
|
|
8592
|
-
buttonText: string;
|
|
8593
|
-
productName: string;
|
|
8594
|
-
buttonType: number;
|
|
8595
|
-
buttonIcon: number;
|
|
8596
|
-
headerStatic: number;
|
|
8597
|
-
headerDropdown: boolean;
|
|
8598
|
-
selectedWorkspace: number;
|
|
8599
|
-
allWorkspaces: {
|
|
8600
|
-
id: string;
|
|
8601
|
-
text: string;
|
|
8602
|
-
}[];
|
|
8603
|
-
selectedTileGroup: number;
|
|
8604
|
-
allTiles: ({
|
|
8605
|
-
id: number;
|
|
8606
|
-
name: string;
|
|
8607
|
-
tiles: ({
|
|
8608
|
-
id: string;
|
|
8609
|
-
href: string;
|
|
8610
|
-
title: string;
|
|
8611
|
-
mainIcon: string;
|
|
8612
|
-
subtitle?: undefined;
|
|
8613
|
-
} | {
|
|
8614
|
-
id: string;
|
|
8615
|
-
href: string;
|
|
8616
|
-
title: string;
|
|
8617
|
-
subtitle: string;
|
|
8618
|
-
mainIcon: string;
|
|
8619
|
-
})[];
|
|
8620
|
-
} | {
|
|
8621
|
-
id: number;
|
|
8622
|
-
name: string;
|
|
8623
|
-
tiles: ({
|
|
8624
|
-
id: string;
|
|
8625
|
-
href: string;
|
|
8626
|
-
title: string;
|
|
8627
|
-
subtitle: string;
|
|
8628
|
-
mainIcon: string;
|
|
8629
|
-
secondaryIcon?: undefined;
|
|
8630
|
-
} | {
|
|
8631
|
-
id: string;
|
|
8632
|
-
href: string;
|
|
8633
|
-
title: string;
|
|
8634
|
-
mainIcon: string;
|
|
8635
|
-
secondaryIcon: string;
|
|
8636
|
-
subtitle?: undefined;
|
|
8637
|
-
})[];
|
|
8638
|
-
})[];
|
|
8639
|
-
headerAnimation: number;
|
|
8640
|
-
};
|
|
8641
|
-
};
|
|
8642
|
-
export declare const ThemeG100: {
|
|
8643
|
-
(args: any): import("react/jsx-runtime").JSX.Element;
|
|
8644
|
-
argTypes: {
|
|
8645
|
-
name: {
|
|
8646
|
-
description: string;
|
|
8647
|
-
};
|
|
8648
|
-
description: {
|
|
8649
|
-
description: string;
|
|
8650
|
-
};
|
|
8651
|
-
buttonText: {
|
|
8652
|
-
description: string;
|
|
8653
|
-
};
|
|
8654
8236
|
productName: {
|
|
8655
8237
|
description: string;
|
|
8656
8238
|
};
|
|
8657
|
-
headerDropdown: {
|
|
8658
|
-
description: string;
|
|
8659
|
-
type: string;
|
|
8660
|
-
control: {
|
|
8661
|
-
type: string;
|
|
8662
|
-
default: boolean;
|
|
8663
|
-
};
|
|
8664
|
-
};
|
|
8665
|
-
selectedWorkspace: {
|
|
8666
|
-
description: string;
|
|
8667
|
-
type: string;
|
|
8668
|
-
control: {
|
|
8669
|
-
type: string;
|
|
8670
|
-
labels: {
|
|
8671
|
-
0: string;
|
|
8672
|
-
1: string;
|
|
8673
|
-
2: string;
|
|
8674
|
-
3: string;
|
|
8675
|
-
};
|
|
8676
|
-
};
|
|
8677
|
-
options: number[];
|
|
8678
|
-
mapping: {
|
|
8679
|
-
0: null;
|
|
8680
|
-
1: {
|
|
8681
|
-
id: string;
|
|
8682
|
-
text: string;
|
|
8683
|
-
}[];
|
|
8684
|
-
2: {
|
|
8685
|
-
id: string;
|
|
8686
|
-
text: string;
|
|
8687
|
-
}[];
|
|
8688
|
-
3: {
|
|
8689
|
-
id: string;
|
|
8690
|
-
text: string;
|
|
8691
|
-
}[];
|
|
8692
|
-
};
|
|
8693
|
-
};
|
|
8694
8239
|
selectedTileGroup: {
|
|
8695
8240
|
description: string;
|
|
8696
8241
|
type: string;
|
|
@@ -8698,13 +8243,13 @@ export declare const ThemeG100: {
|
|
|
8698
8243
|
type: string;
|
|
8699
8244
|
labels: {
|
|
8700
8245
|
0: string;
|
|
8701
|
-
1:
|
|
8702
|
-
2:
|
|
8703
|
-
3:
|
|
8704
|
-
4:
|
|
8705
|
-
5:
|
|
8706
|
-
6:
|
|
8707
|
-
7:
|
|
8246
|
+
1: any;
|
|
8247
|
+
2: any;
|
|
8248
|
+
3: any;
|
|
8249
|
+
4: any;
|
|
8250
|
+
5: any;
|
|
8251
|
+
6: any;
|
|
8252
|
+
7: any;
|
|
8708
8253
|
};
|
|
8709
8254
|
};
|
|
8710
8255
|
options: number[];
|
|
@@ -8712,7 +8257,7 @@ export declare const ThemeG100: {
|
|
|
8712
8257
|
0: null;
|
|
8713
8258
|
1: {
|
|
8714
8259
|
id: number;
|
|
8715
|
-
|
|
8260
|
+
label: string;
|
|
8716
8261
|
tiles: ({
|
|
8717
8262
|
id: string;
|
|
8718
8263
|
href: string;
|
|
@@ -8728,7 +8273,7 @@ export declare const ThemeG100: {
|
|
|
8728
8273
|
})[];
|
|
8729
8274
|
} | {
|
|
8730
8275
|
id: number;
|
|
8731
|
-
|
|
8276
|
+
label: string;
|
|
8732
8277
|
tiles: ({
|
|
8733
8278
|
id: string;
|
|
8734
8279
|
href: string;
|
|
@@ -8747,7 +8292,7 @@ export declare const ThemeG100: {
|
|
|
8747
8292
|
};
|
|
8748
8293
|
2: {
|
|
8749
8294
|
id: number;
|
|
8750
|
-
|
|
8295
|
+
label: string;
|
|
8751
8296
|
tiles: ({
|
|
8752
8297
|
id: string;
|
|
8753
8298
|
href: string;
|
|
@@ -8763,7 +8308,7 @@ export declare const ThemeG100: {
|
|
|
8763
8308
|
})[];
|
|
8764
8309
|
} | {
|
|
8765
8310
|
id: number;
|
|
8766
|
-
|
|
8311
|
+
label: string;
|
|
8767
8312
|
tiles: ({
|
|
8768
8313
|
id: string;
|
|
8769
8314
|
href: string;
|
|
@@ -8782,7 +8327,7 @@ export declare const ThemeG100: {
|
|
|
8782
8327
|
};
|
|
8783
8328
|
3: {
|
|
8784
8329
|
id: number;
|
|
8785
|
-
|
|
8330
|
+
label: string;
|
|
8786
8331
|
tiles: ({
|
|
8787
8332
|
id: string;
|
|
8788
8333
|
href: string;
|
|
@@ -8798,7 +8343,7 @@ export declare const ThemeG100: {
|
|
|
8798
8343
|
})[];
|
|
8799
8344
|
} | {
|
|
8800
8345
|
id: number;
|
|
8801
|
-
|
|
8346
|
+
label: string;
|
|
8802
8347
|
tiles: ({
|
|
8803
8348
|
id: string;
|
|
8804
8349
|
href: string;
|
|
@@ -8817,7 +8362,7 @@ export declare const ThemeG100: {
|
|
|
8817
8362
|
};
|
|
8818
8363
|
4: {
|
|
8819
8364
|
id: number;
|
|
8820
|
-
|
|
8365
|
+
label: string;
|
|
8821
8366
|
tiles: ({
|
|
8822
8367
|
id: string;
|
|
8823
8368
|
href: string;
|
|
@@ -8833,7 +8378,7 @@ export declare const ThemeG100: {
|
|
|
8833
8378
|
})[];
|
|
8834
8379
|
} | {
|
|
8835
8380
|
id: number;
|
|
8836
|
-
|
|
8381
|
+
label: string;
|
|
8837
8382
|
tiles: ({
|
|
8838
8383
|
id: string;
|
|
8839
8384
|
href: string;
|
|
@@ -8852,7 +8397,7 @@ export declare const ThemeG100: {
|
|
|
8852
8397
|
};
|
|
8853
8398
|
5: {
|
|
8854
8399
|
id: number;
|
|
8855
|
-
|
|
8400
|
+
label: string;
|
|
8856
8401
|
tiles: ({
|
|
8857
8402
|
id: string;
|
|
8858
8403
|
href: string;
|
|
@@ -8868,7 +8413,7 @@ export declare const ThemeG100: {
|
|
|
8868
8413
|
})[];
|
|
8869
8414
|
} | {
|
|
8870
8415
|
id: number;
|
|
8871
|
-
|
|
8416
|
+
label: string;
|
|
8872
8417
|
tiles: ({
|
|
8873
8418
|
id: string;
|
|
8874
8419
|
href: string;
|
|
@@ -8887,7 +8432,7 @@ export declare const ThemeG100: {
|
|
|
8887
8432
|
};
|
|
8888
8433
|
6: {
|
|
8889
8434
|
id: number;
|
|
8890
|
-
|
|
8435
|
+
label: string;
|
|
8891
8436
|
tiles: ({
|
|
8892
8437
|
id: string;
|
|
8893
8438
|
href: string;
|
|
@@ -8903,7 +8448,7 @@ export declare const ThemeG100: {
|
|
|
8903
8448
|
})[];
|
|
8904
8449
|
} | {
|
|
8905
8450
|
id: number;
|
|
8906
|
-
|
|
8451
|
+
label: string;
|
|
8907
8452
|
tiles: ({
|
|
8908
8453
|
id: string;
|
|
8909
8454
|
href: string;
|
|
@@ -8922,7 +8467,7 @@ export declare const ThemeG100: {
|
|
|
8922
8467
|
};
|
|
8923
8468
|
7: {
|
|
8924
8469
|
id: number;
|
|
8925
|
-
|
|
8470
|
+
label: string;
|
|
8926
8471
|
tiles: ({
|
|
8927
8472
|
id: string;
|
|
8928
8473
|
href: string;
|
|
@@ -8938,7 +8483,7 @@ export declare const ThemeG100: {
|
|
|
8938
8483
|
})[];
|
|
8939
8484
|
} | {
|
|
8940
8485
|
id: number;
|
|
8941
|
-
|
|
8486
|
+
label: string;
|
|
8942
8487
|
tiles: ({
|
|
8943
8488
|
id: string;
|
|
8944
8489
|
href: string;
|
|
@@ -8957,6 +8502,116 @@ export declare const ThemeG100: {
|
|
|
8957
8502
|
};
|
|
8958
8503
|
};
|
|
8959
8504
|
};
|
|
8505
|
+
selectedWorkspace: {
|
|
8506
|
+
description: string;
|
|
8507
|
+
type: string;
|
|
8508
|
+
};
|
|
8509
|
+
tasksConfig: {
|
|
8510
|
+
description: string;
|
|
8511
|
+
control: {
|
|
8512
|
+
type: string;
|
|
8513
|
+
labels: {
|
|
8514
|
+
0: string;
|
|
8515
|
+
1: string;
|
|
8516
|
+
2: string;
|
|
8517
|
+
};
|
|
8518
|
+
};
|
|
8519
|
+
options: number[];
|
|
8520
|
+
mapping: {
|
|
8521
|
+
0: null;
|
|
8522
|
+
1: {
|
|
8523
|
+
type: string;
|
|
8524
|
+
button: {
|
|
8525
|
+
href: string;
|
|
8526
|
+
icon: import("@carbon/icons-react").CarbonIconType;
|
|
8527
|
+
text: string;
|
|
8528
|
+
type: "tertiary";
|
|
8529
|
+
};
|
|
8530
|
+
};
|
|
8531
|
+
2: {
|
|
8532
|
+
type: string;
|
|
8533
|
+
dropdown: {
|
|
8534
|
+
label: string;
|
|
8535
|
+
};
|
|
8536
|
+
};
|
|
8537
|
+
};
|
|
8538
|
+
};
|
|
8539
|
+
userName: {
|
|
8540
|
+
description: string;
|
|
8541
|
+
};
|
|
8542
|
+
welcomeText: {
|
|
8543
|
+
description: string;
|
|
8544
|
+
};
|
|
8545
|
+
workspaceLabel: {
|
|
8546
|
+
description: string;
|
|
8547
|
+
};
|
|
8548
|
+
};
|
|
8549
|
+
args: {
|
|
8550
|
+
allTiles: ({
|
|
8551
|
+
id: number;
|
|
8552
|
+
label: string;
|
|
8553
|
+
tiles: ({
|
|
8554
|
+
id: string;
|
|
8555
|
+
href: string;
|
|
8556
|
+
title: string;
|
|
8557
|
+
mainIcon: string;
|
|
8558
|
+
subtitle?: undefined;
|
|
8559
|
+
} | {
|
|
8560
|
+
id: string;
|
|
8561
|
+
href: string;
|
|
8562
|
+
title: string;
|
|
8563
|
+
subtitle: string;
|
|
8564
|
+
mainIcon: string;
|
|
8565
|
+
})[];
|
|
8566
|
+
} | {
|
|
8567
|
+
id: number;
|
|
8568
|
+
label: string;
|
|
8569
|
+
tiles: ({
|
|
8570
|
+
id: string;
|
|
8571
|
+
href: string;
|
|
8572
|
+
title: string;
|
|
8573
|
+
subtitle: string;
|
|
8574
|
+
mainIcon: string;
|
|
8575
|
+
secondaryIcon?: undefined;
|
|
8576
|
+
} | {
|
|
8577
|
+
id: string;
|
|
8578
|
+
href: string;
|
|
8579
|
+
title: string;
|
|
8580
|
+
mainIcon: string;
|
|
8581
|
+
secondaryIcon: string;
|
|
8582
|
+
subtitle?: undefined;
|
|
8583
|
+
})[];
|
|
8584
|
+
})[];
|
|
8585
|
+
allWorkspaces: {
|
|
8586
|
+
id: string;
|
|
8587
|
+
label: string;
|
|
8588
|
+
}[];
|
|
8589
|
+
description: string;
|
|
8590
|
+
headerStatic: number;
|
|
8591
|
+
productName: string;
|
|
8592
|
+
selectedTileGroup: number;
|
|
8593
|
+
selectedWorkspace: {
|
|
8594
|
+
id: string;
|
|
8595
|
+
label: string;
|
|
8596
|
+
};
|
|
8597
|
+
tasksConfig: number;
|
|
8598
|
+
userName: string;
|
|
8599
|
+
welcomeText: string;
|
|
8600
|
+
headerAnimation: number;
|
|
8601
|
+
};
|
|
8602
|
+
};
|
|
8603
|
+
export declare const ThemeG100: {
|
|
8604
|
+
(args: any): import("react/jsx-runtime").JSX.Element;
|
|
8605
|
+
argTypes: {
|
|
8606
|
+
description: {
|
|
8607
|
+
description: string;
|
|
8608
|
+
};
|
|
8609
|
+
handleHeaderItemsToString: {
|
|
8610
|
+
description: string;
|
|
8611
|
+
};
|
|
8612
|
+
handleWorkspaceItemsToString: {
|
|
8613
|
+
description: string;
|
|
8614
|
+
};
|
|
8960
8615
|
headerAnimation: {
|
|
8961
8616
|
description: string;
|
|
8962
8617
|
type: string;
|
|
@@ -17153,34 +16808,302 @@ export declare const ThemeG100: {
|
|
|
17153
16808
|
};
|
|
17154
16809
|
};
|
|
17155
16810
|
};
|
|
17156
|
-
|
|
16811
|
+
headerStatic: {
|
|
16812
|
+
description: string;
|
|
16813
|
+
type: string;
|
|
16814
|
+
control: {
|
|
16815
|
+
type: string;
|
|
16816
|
+
labels: {
|
|
16817
|
+
0: string;
|
|
16818
|
+
1: string;
|
|
16819
|
+
2: string;
|
|
16820
|
+
3: string;
|
|
16821
|
+
4: string;
|
|
16822
|
+
};
|
|
16823
|
+
};
|
|
16824
|
+
options: number[];
|
|
16825
|
+
mapping: {
|
|
16826
|
+
0: null;
|
|
16827
|
+
1: any;
|
|
16828
|
+
2: any;
|
|
16829
|
+
3: any;
|
|
16830
|
+
4: any;
|
|
16831
|
+
};
|
|
16832
|
+
};
|
|
16833
|
+
productName: {
|
|
16834
|
+
description: string;
|
|
16835
|
+
};
|
|
16836
|
+
selectedTileGroup: {
|
|
16837
|
+
description: string;
|
|
16838
|
+
type: string;
|
|
16839
|
+
control: {
|
|
16840
|
+
type: string;
|
|
16841
|
+
labels: {
|
|
16842
|
+
0: string;
|
|
16843
|
+
1: any;
|
|
16844
|
+
2: any;
|
|
16845
|
+
3: any;
|
|
16846
|
+
4: any;
|
|
16847
|
+
5: any;
|
|
16848
|
+
6: any;
|
|
16849
|
+
7: any;
|
|
16850
|
+
};
|
|
16851
|
+
};
|
|
16852
|
+
options: number[];
|
|
16853
|
+
mapping: {
|
|
16854
|
+
0: null;
|
|
16855
|
+
1: {
|
|
16856
|
+
id: number;
|
|
16857
|
+
label: string;
|
|
16858
|
+
tiles: ({
|
|
16859
|
+
id: string;
|
|
16860
|
+
href: string;
|
|
16861
|
+
title: string;
|
|
16862
|
+
mainIcon: string;
|
|
16863
|
+
subtitle?: undefined;
|
|
16864
|
+
} | {
|
|
16865
|
+
id: string;
|
|
16866
|
+
href: string;
|
|
16867
|
+
title: string;
|
|
16868
|
+
subtitle: string;
|
|
16869
|
+
mainIcon: string;
|
|
16870
|
+
})[];
|
|
16871
|
+
} | {
|
|
16872
|
+
id: number;
|
|
16873
|
+
label: string;
|
|
16874
|
+
tiles: ({
|
|
16875
|
+
id: string;
|
|
16876
|
+
href: string;
|
|
16877
|
+
title: string;
|
|
16878
|
+
subtitle: string;
|
|
16879
|
+
mainIcon: string;
|
|
16880
|
+
secondaryIcon?: undefined;
|
|
16881
|
+
} | {
|
|
16882
|
+
id: string;
|
|
16883
|
+
href: string;
|
|
16884
|
+
title: string;
|
|
16885
|
+
mainIcon: string;
|
|
16886
|
+
secondaryIcon: string;
|
|
16887
|
+
subtitle?: undefined;
|
|
16888
|
+
})[];
|
|
16889
|
+
};
|
|
16890
|
+
2: {
|
|
16891
|
+
id: number;
|
|
16892
|
+
label: string;
|
|
16893
|
+
tiles: ({
|
|
16894
|
+
id: string;
|
|
16895
|
+
href: string;
|
|
16896
|
+
title: string;
|
|
16897
|
+
mainIcon: string;
|
|
16898
|
+
subtitle?: undefined;
|
|
16899
|
+
} | {
|
|
16900
|
+
id: string;
|
|
16901
|
+
href: string;
|
|
16902
|
+
title: string;
|
|
16903
|
+
subtitle: string;
|
|
16904
|
+
mainIcon: string;
|
|
16905
|
+
})[];
|
|
16906
|
+
} | {
|
|
16907
|
+
id: number;
|
|
16908
|
+
label: string;
|
|
16909
|
+
tiles: ({
|
|
16910
|
+
id: string;
|
|
16911
|
+
href: string;
|
|
16912
|
+
title: string;
|
|
16913
|
+
subtitle: string;
|
|
16914
|
+
mainIcon: string;
|
|
16915
|
+
secondaryIcon?: undefined;
|
|
16916
|
+
} | {
|
|
16917
|
+
id: string;
|
|
16918
|
+
href: string;
|
|
16919
|
+
title: string;
|
|
16920
|
+
mainIcon: string;
|
|
16921
|
+
secondaryIcon: string;
|
|
16922
|
+
subtitle?: undefined;
|
|
16923
|
+
})[];
|
|
16924
|
+
};
|
|
16925
|
+
3: {
|
|
16926
|
+
id: number;
|
|
16927
|
+
label: string;
|
|
16928
|
+
tiles: ({
|
|
16929
|
+
id: string;
|
|
16930
|
+
href: string;
|
|
16931
|
+
title: string;
|
|
16932
|
+
mainIcon: string;
|
|
16933
|
+
subtitle?: undefined;
|
|
16934
|
+
} | {
|
|
16935
|
+
id: string;
|
|
16936
|
+
href: string;
|
|
16937
|
+
title: string;
|
|
16938
|
+
subtitle: string;
|
|
16939
|
+
mainIcon: string;
|
|
16940
|
+
})[];
|
|
16941
|
+
} | {
|
|
16942
|
+
id: number;
|
|
16943
|
+
label: string;
|
|
16944
|
+
tiles: ({
|
|
16945
|
+
id: string;
|
|
16946
|
+
href: string;
|
|
16947
|
+
title: string;
|
|
16948
|
+
subtitle: string;
|
|
16949
|
+
mainIcon: string;
|
|
16950
|
+
secondaryIcon?: undefined;
|
|
16951
|
+
} | {
|
|
16952
|
+
id: string;
|
|
16953
|
+
href: string;
|
|
16954
|
+
title: string;
|
|
16955
|
+
mainIcon: string;
|
|
16956
|
+
secondaryIcon: string;
|
|
16957
|
+
subtitle?: undefined;
|
|
16958
|
+
})[];
|
|
16959
|
+
};
|
|
16960
|
+
4: {
|
|
16961
|
+
id: number;
|
|
16962
|
+
label: string;
|
|
16963
|
+
tiles: ({
|
|
16964
|
+
id: string;
|
|
16965
|
+
href: string;
|
|
16966
|
+
title: string;
|
|
16967
|
+
mainIcon: string;
|
|
16968
|
+
subtitle?: undefined;
|
|
16969
|
+
} | {
|
|
16970
|
+
id: string;
|
|
16971
|
+
href: string;
|
|
16972
|
+
title: string;
|
|
16973
|
+
subtitle: string;
|
|
16974
|
+
mainIcon: string;
|
|
16975
|
+
})[];
|
|
16976
|
+
} | {
|
|
16977
|
+
id: number;
|
|
16978
|
+
label: string;
|
|
16979
|
+
tiles: ({
|
|
16980
|
+
id: string;
|
|
16981
|
+
href: string;
|
|
16982
|
+
title: string;
|
|
16983
|
+
subtitle: string;
|
|
16984
|
+
mainIcon: string;
|
|
16985
|
+
secondaryIcon?: undefined;
|
|
16986
|
+
} | {
|
|
16987
|
+
id: string;
|
|
16988
|
+
href: string;
|
|
16989
|
+
title: string;
|
|
16990
|
+
mainIcon: string;
|
|
16991
|
+
secondaryIcon: string;
|
|
16992
|
+
subtitle?: undefined;
|
|
16993
|
+
})[];
|
|
16994
|
+
};
|
|
16995
|
+
5: {
|
|
16996
|
+
id: number;
|
|
16997
|
+
label: string;
|
|
16998
|
+
tiles: ({
|
|
16999
|
+
id: string;
|
|
17000
|
+
href: string;
|
|
17001
|
+
title: string;
|
|
17002
|
+
mainIcon: string;
|
|
17003
|
+
subtitle?: undefined;
|
|
17004
|
+
} | {
|
|
17005
|
+
id: string;
|
|
17006
|
+
href: string;
|
|
17007
|
+
title: string;
|
|
17008
|
+
subtitle: string;
|
|
17009
|
+
mainIcon: string;
|
|
17010
|
+
})[];
|
|
17011
|
+
} | {
|
|
17012
|
+
id: number;
|
|
17013
|
+
label: string;
|
|
17014
|
+
tiles: ({
|
|
17015
|
+
id: string;
|
|
17016
|
+
href: string;
|
|
17017
|
+
title: string;
|
|
17018
|
+
subtitle: string;
|
|
17019
|
+
mainIcon: string;
|
|
17020
|
+
secondaryIcon?: undefined;
|
|
17021
|
+
} | {
|
|
17022
|
+
id: string;
|
|
17023
|
+
href: string;
|
|
17024
|
+
title: string;
|
|
17025
|
+
mainIcon: string;
|
|
17026
|
+
secondaryIcon: string;
|
|
17027
|
+
subtitle?: undefined;
|
|
17028
|
+
})[];
|
|
17029
|
+
};
|
|
17030
|
+
6: {
|
|
17031
|
+
id: number;
|
|
17032
|
+
label: string;
|
|
17033
|
+
tiles: ({
|
|
17034
|
+
id: string;
|
|
17035
|
+
href: string;
|
|
17036
|
+
title: string;
|
|
17037
|
+
mainIcon: string;
|
|
17038
|
+
subtitle?: undefined;
|
|
17039
|
+
} | {
|
|
17040
|
+
id: string;
|
|
17041
|
+
href: string;
|
|
17042
|
+
title: string;
|
|
17043
|
+
subtitle: string;
|
|
17044
|
+
mainIcon: string;
|
|
17045
|
+
})[];
|
|
17046
|
+
} | {
|
|
17047
|
+
id: number;
|
|
17048
|
+
label: string;
|
|
17049
|
+
tiles: ({
|
|
17050
|
+
id: string;
|
|
17051
|
+
href: string;
|
|
17052
|
+
title: string;
|
|
17053
|
+
subtitle: string;
|
|
17054
|
+
mainIcon: string;
|
|
17055
|
+
secondaryIcon?: undefined;
|
|
17056
|
+
} | {
|
|
17057
|
+
id: string;
|
|
17058
|
+
href: string;
|
|
17059
|
+
title: string;
|
|
17060
|
+
mainIcon: string;
|
|
17061
|
+
secondaryIcon: string;
|
|
17062
|
+
subtitle?: undefined;
|
|
17063
|
+
})[];
|
|
17064
|
+
};
|
|
17065
|
+
7: {
|
|
17066
|
+
id: number;
|
|
17067
|
+
label: string;
|
|
17068
|
+
tiles: ({
|
|
17069
|
+
id: string;
|
|
17070
|
+
href: string;
|
|
17071
|
+
title: string;
|
|
17072
|
+
mainIcon: string;
|
|
17073
|
+
subtitle?: undefined;
|
|
17074
|
+
} | {
|
|
17075
|
+
id: string;
|
|
17076
|
+
href: string;
|
|
17077
|
+
title: string;
|
|
17078
|
+
subtitle: string;
|
|
17079
|
+
mainIcon: string;
|
|
17080
|
+
})[];
|
|
17081
|
+
} | {
|
|
17082
|
+
id: number;
|
|
17083
|
+
label: string;
|
|
17084
|
+
tiles: ({
|
|
17085
|
+
id: string;
|
|
17086
|
+
href: string;
|
|
17087
|
+
title: string;
|
|
17088
|
+
subtitle: string;
|
|
17089
|
+
mainIcon: string;
|
|
17090
|
+
secondaryIcon?: undefined;
|
|
17091
|
+
} | {
|
|
17092
|
+
id: string;
|
|
17093
|
+
href: string;
|
|
17094
|
+
title: string;
|
|
17095
|
+
mainIcon: string;
|
|
17096
|
+
secondaryIcon: string;
|
|
17097
|
+
subtitle?: undefined;
|
|
17098
|
+
})[];
|
|
17099
|
+
};
|
|
17100
|
+
};
|
|
17101
|
+
};
|
|
17102
|
+
selectedWorkspace: {
|
|
17157
17103
|
description: string;
|
|
17158
|
-
|
|
17159
|
-
type: string;
|
|
17160
|
-
labels: {
|
|
17161
|
-
0: string;
|
|
17162
|
-
1: string;
|
|
17163
|
-
2: string;
|
|
17164
|
-
3: string;
|
|
17165
|
-
4: string;
|
|
17166
|
-
5: string;
|
|
17167
|
-
6: string;
|
|
17168
|
-
7: string;
|
|
17169
|
-
};
|
|
17170
|
-
};
|
|
17171
|
-
options: number[];
|
|
17172
|
-
mapping: {
|
|
17173
|
-
0: "primary";
|
|
17174
|
-
1: "secondary";
|
|
17175
|
-
2: "danger";
|
|
17176
|
-
3: "ghost";
|
|
17177
|
-
4: "danger--primary";
|
|
17178
|
-
5: "danger--ghost";
|
|
17179
|
-
6: "danger--tertiary";
|
|
17180
|
-
7: "tertiary";
|
|
17181
|
-
};
|
|
17104
|
+
type: string;
|
|
17182
17105
|
};
|
|
17183
|
-
|
|
17106
|
+
tasksConfig: {
|
|
17184
17107
|
description: string;
|
|
17185
17108
|
control: {
|
|
17186
17109
|
type: string;
|
|
@@ -17188,58 +17111,42 @@ export declare const ThemeG100: {
|
|
|
17188
17111
|
0: string;
|
|
17189
17112
|
1: string;
|
|
17190
17113
|
2: string;
|
|
17191
|
-
3: string;
|
|
17192
17114
|
};
|
|
17193
17115
|
};
|
|
17194
17116
|
options: number[];
|
|
17195
17117
|
mapping: {
|
|
17196
17118
|
0: null;
|
|
17197
|
-
1:
|
|
17198
|
-
|
|
17199
|
-
|
|
17119
|
+
1: {
|
|
17120
|
+
type: string;
|
|
17121
|
+
button: {
|
|
17122
|
+
href: string;
|
|
17123
|
+
icon: import("@carbon/icons-react").CarbonIconType;
|
|
17124
|
+
text: string;
|
|
17125
|
+
type: "tertiary";
|
|
17126
|
+
};
|
|
17127
|
+
};
|
|
17128
|
+
2: {
|
|
17129
|
+
type: string;
|
|
17130
|
+
dropdown: {
|
|
17131
|
+
label: string;
|
|
17132
|
+
};
|
|
17133
|
+
};
|
|
17200
17134
|
};
|
|
17201
17135
|
};
|
|
17202
|
-
|
|
17136
|
+
userName: {
|
|
17137
|
+
description: string;
|
|
17138
|
+
};
|
|
17139
|
+
welcomeText: {
|
|
17140
|
+
description: string;
|
|
17141
|
+
};
|
|
17142
|
+
workspaceLabel: {
|
|
17203
17143
|
description: string;
|
|
17204
|
-
type: string;
|
|
17205
|
-
control: {
|
|
17206
|
-
type: string;
|
|
17207
|
-
labels: {
|
|
17208
|
-
0: string;
|
|
17209
|
-
1: string;
|
|
17210
|
-
2: string;
|
|
17211
|
-
3: string;
|
|
17212
|
-
4: string;
|
|
17213
|
-
};
|
|
17214
|
-
};
|
|
17215
|
-
options: number[];
|
|
17216
|
-
mapping: {
|
|
17217
|
-
0: null;
|
|
17218
|
-
1: any;
|
|
17219
|
-
2: any;
|
|
17220
|
-
3: any;
|
|
17221
|
-
4: any;
|
|
17222
|
-
};
|
|
17223
17144
|
};
|
|
17224
17145
|
};
|
|
17225
17146
|
args: {
|
|
17226
|
-
name: string;
|
|
17227
|
-
description: string;
|
|
17228
|
-
buttonText: string;
|
|
17229
|
-
productName: string;
|
|
17230
|
-
buttonType: number;
|
|
17231
|
-
buttonIcon: number;
|
|
17232
|
-
headerStatic: number;
|
|
17233
|
-
headerDropdown: boolean;
|
|
17234
|
-
selectedWorkspace: number;
|
|
17235
|
-
allWorkspaces: {
|
|
17236
|
-
id: string;
|
|
17237
|
-
text: string;
|
|
17238
|
-
}[];
|
|
17239
|
-
selectedTileGroup: number;
|
|
17240
17147
|
allTiles: ({
|
|
17241
17148
|
id: number;
|
|
17242
|
-
|
|
17149
|
+
label: string;
|
|
17243
17150
|
tiles: ({
|
|
17244
17151
|
id: string;
|
|
17245
17152
|
href: string;
|
|
@@ -17255,7 +17162,7 @@ export declare const ThemeG100: {
|
|
|
17255
17162
|
})[];
|
|
17256
17163
|
} | {
|
|
17257
17164
|
id: number;
|
|
17258
|
-
|
|
17165
|
+
label: string;
|
|
17259
17166
|
tiles: ({
|
|
17260
17167
|
id: string;
|
|
17261
17168
|
href: string;
|
|
@@ -17272,6 +17179,21 @@ export declare const ThemeG100: {
|
|
|
17272
17179
|
subtitle?: undefined;
|
|
17273
17180
|
})[];
|
|
17274
17181
|
})[];
|
|
17182
|
+
allWorkspaces: {
|
|
17183
|
+
id: string;
|
|
17184
|
+
label: string;
|
|
17185
|
+
}[];
|
|
17186
|
+
description: string;
|
|
17187
|
+
headerStatic: number;
|
|
17188
|
+
productName: string;
|
|
17189
|
+
selectedTileGroup: number;
|
|
17190
|
+
selectedWorkspace: {
|
|
17191
|
+
id: string;
|
|
17192
|
+
label: string;
|
|
17193
|
+
};
|
|
17194
|
+
tasksConfig: number;
|
|
17195
|
+
userName: string;
|
|
17196
|
+
welcomeText: string;
|
|
17275
17197
|
headerAnimation: number;
|
|
17276
17198
|
};
|
|
17277
17199
|
globals: {
|