@carbon-labs/react-animated-header 0.3.0 → 0.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/es/__stories__/AnimatedHeader.stories.d.ts +497 -587
- package/es/__stories__/data/index.d.ts +18 -8
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +26 -15
- package/es/components/AnimatedHeader/AnimatedHeader.js +63 -65
- 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 +497 -587
- package/lib/__stories__/data/index.d.ts +18 -8
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +26 -15
- package/lib/components/AnimatedHeader/AnimatedHeader.js +62 -64
- 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,321 +6,9 @@ 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
|
-
buttonText: {
|
|
16
|
-
description: string;
|
|
17
|
-
};
|
|
18
|
-
productName: {
|
|
19
|
-
description: string;
|
|
20
|
-
};
|
|
21
|
-
headerDropdown: {
|
|
22
|
-
description: string;
|
|
23
|
-
type: string;
|
|
24
|
-
control: {
|
|
25
|
-
type: string;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
selectedWorkspace: {
|
|
30
|
-
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
|
-
};
|
|
324
12
|
headerAnimation: {
|
|
325
13
|
description: string;
|
|
326
14
|
type: string;
|
|
@@ -8462,207 +8150,62 @@ export declare const ThemeG10: {
|
|
|
8462
8150
|
bm: number;
|
|
8463
8151
|
parent?: undefined;
|
|
8464
8152
|
})[];
|
|
8465
|
-
}[];
|
|
8466
|
-
layers: {
|
|
8467
|
-
ddd: number;
|
|
8468
|
-
ind: number;
|
|
8469
|
-
ty: number;
|
|
8470
|
-
nm: string;
|
|
8471
|
-
refId: string;
|
|
8472
|
-
sr: number;
|
|
8473
|
-
ks: {
|
|
8474
|
-
o: {
|
|
8475
|
-
a: number;
|
|
8476
|
-
k: number;
|
|
8477
|
-
ix: number;
|
|
8478
|
-
};
|
|
8479
|
-
r: {
|
|
8480
|
-
a: number;
|
|
8481
|
-
k: number;
|
|
8482
|
-
ix: number;
|
|
8483
|
-
};
|
|
8484
|
-
p: {
|
|
8485
|
-
a: number;
|
|
8486
|
-
k: number[];
|
|
8487
|
-
ix: number;
|
|
8488
|
-
l: number;
|
|
8489
|
-
};
|
|
8490
|
-
a: {
|
|
8491
|
-
a: number;
|
|
8492
|
-
k: number[];
|
|
8493
|
-
ix: number;
|
|
8494
|
-
l: number;
|
|
8495
|
-
};
|
|
8496
|
-
s: {
|
|
8497
|
-
a: number;
|
|
8498
|
-
k: number[];
|
|
8499
|
-
ix: number;
|
|
8500
|
-
l: number;
|
|
8501
|
-
};
|
|
8502
|
-
};
|
|
8503
|
-
ao: number;
|
|
8504
|
-
w: number;
|
|
8505
|
-
h: number;
|
|
8506
|
-
ip: number;
|
|
8507
|
-
op: number;
|
|
8508
|
-
st: number;
|
|
8509
|
-
bm: number;
|
|
8510
|
-
}[];
|
|
8511
|
-
markers: {
|
|
8512
|
-
tm: number;
|
|
8513
|
-
cm: string;
|
|
8514
|
-
dr: number;
|
|
8515
|
-
}[];
|
|
8516
|
-
props: {};
|
|
8517
|
-
};
|
|
8518
|
-
};
|
|
8519
|
-
};
|
|
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
|
-
headerStatic: {
|
|
8567
|
-
description: string;
|
|
8568
|
-
type: string;
|
|
8569
|
-
control: {
|
|
8570
|
-
type: string;
|
|
8571
|
-
labels: {
|
|
8572
|
-
0: string;
|
|
8573
|
-
1: string;
|
|
8574
|
-
2: string;
|
|
8575
|
-
3: string;
|
|
8576
|
-
4: string;
|
|
8577
|
-
};
|
|
8578
|
-
};
|
|
8579
|
-
options: number[];
|
|
8580
|
-
mapping: {
|
|
8581
|
-
0: null;
|
|
8582
|
-
1: any;
|
|
8583
|
-
2: any;
|
|
8584
|
-
3: any;
|
|
8585
|
-
4: any;
|
|
8586
|
-
};
|
|
8587
|
-
};
|
|
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
|
-
productName: {
|
|
8655
|
-
description: string;
|
|
8656
|
-
};
|
|
8657
|
-
headerDropdown: {
|
|
8658
|
-
description: string;
|
|
8659
|
-
type: string;
|
|
8660
|
-
control: {
|
|
8661
|
-
type: string;
|
|
8662
|
-
default: boolean;
|
|
8153
|
+
}[];
|
|
8154
|
+
layers: {
|
|
8155
|
+
ddd: number;
|
|
8156
|
+
ind: number;
|
|
8157
|
+
ty: number;
|
|
8158
|
+
nm: string;
|
|
8159
|
+
refId: string;
|
|
8160
|
+
sr: number;
|
|
8161
|
+
ks: {
|
|
8162
|
+
o: {
|
|
8163
|
+
a: number;
|
|
8164
|
+
k: number;
|
|
8165
|
+
ix: number;
|
|
8166
|
+
};
|
|
8167
|
+
r: {
|
|
8168
|
+
a: number;
|
|
8169
|
+
k: number;
|
|
8170
|
+
ix: number;
|
|
8171
|
+
};
|
|
8172
|
+
p: {
|
|
8173
|
+
a: number;
|
|
8174
|
+
k: number[];
|
|
8175
|
+
ix: number;
|
|
8176
|
+
l: number;
|
|
8177
|
+
};
|
|
8178
|
+
a: {
|
|
8179
|
+
a: number;
|
|
8180
|
+
k: number[];
|
|
8181
|
+
ix: number;
|
|
8182
|
+
l: number;
|
|
8183
|
+
};
|
|
8184
|
+
s: {
|
|
8185
|
+
a: number;
|
|
8186
|
+
k: number[];
|
|
8187
|
+
ix: number;
|
|
8188
|
+
l: number;
|
|
8189
|
+
};
|
|
8190
|
+
};
|
|
8191
|
+
ao: number;
|
|
8192
|
+
w: number;
|
|
8193
|
+
h: number;
|
|
8194
|
+
ip: number;
|
|
8195
|
+
op: number;
|
|
8196
|
+
st: number;
|
|
8197
|
+
bm: number;
|
|
8198
|
+
}[];
|
|
8199
|
+
markers: {
|
|
8200
|
+
tm: number;
|
|
8201
|
+
cm: string;
|
|
8202
|
+
dr: number;
|
|
8203
|
+
}[];
|
|
8204
|
+
props: {};
|
|
8205
|
+
};
|
|
8663
8206
|
};
|
|
8664
8207
|
};
|
|
8665
|
-
|
|
8208
|
+
headerStatic: {
|
|
8666
8209
|
description: string;
|
|
8667
8210
|
type: string;
|
|
8668
8211
|
control: {
|
|
@@ -8672,25 +8215,21 @@ export declare const ThemeG100: {
|
|
|
8672
8215
|
1: string;
|
|
8673
8216
|
2: string;
|
|
8674
8217
|
3: string;
|
|
8218
|
+
4: string;
|
|
8675
8219
|
};
|
|
8676
8220
|
};
|
|
8677
8221
|
options: number[];
|
|
8678
8222
|
mapping: {
|
|
8679
8223
|
0: null;
|
|
8680
|
-
1:
|
|
8681
|
-
|
|
8682
|
-
|
|
8683
|
-
|
|
8684
|
-
2: {
|
|
8685
|
-
id: string;
|
|
8686
|
-
text: string;
|
|
8687
|
-
}[];
|
|
8688
|
-
3: {
|
|
8689
|
-
id: string;
|
|
8690
|
-
text: string;
|
|
8691
|
-
}[];
|
|
8224
|
+
1: any;
|
|
8225
|
+
2: any;
|
|
8226
|
+
3: any;
|
|
8227
|
+
4: any;
|
|
8692
8228
|
};
|
|
8693
8229
|
};
|
|
8230
|
+
productName: {
|
|
8231
|
+
description: string;
|
|
8232
|
+
};
|
|
8694
8233
|
selectedTileGroup: {
|
|
8695
8234
|
description: string;
|
|
8696
8235
|
type: string;
|
|
@@ -8957,6 +8496,110 @@ export declare const ThemeG100: {
|
|
|
8957
8496
|
};
|
|
8958
8497
|
};
|
|
8959
8498
|
};
|
|
8499
|
+
selectedWorkspace: {
|
|
8500
|
+
description: string;
|
|
8501
|
+
type: string;
|
|
8502
|
+
};
|
|
8503
|
+
tasksConfig: {
|
|
8504
|
+
description: string;
|
|
8505
|
+
control: {
|
|
8506
|
+
type: string;
|
|
8507
|
+
labels: {
|
|
8508
|
+
0: string;
|
|
8509
|
+
1: string;
|
|
8510
|
+
2: string;
|
|
8511
|
+
};
|
|
8512
|
+
};
|
|
8513
|
+
options: number[];
|
|
8514
|
+
mapping: {
|
|
8515
|
+
0: null;
|
|
8516
|
+
1: {
|
|
8517
|
+
type: string;
|
|
8518
|
+
button: {
|
|
8519
|
+
href: string;
|
|
8520
|
+
icon: import("@carbon/icons-react").CarbonIconType;
|
|
8521
|
+
text: string;
|
|
8522
|
+
type: "tertiary";
|
|
8523
|
+
};
|
|
8524
|
+
};
|
|
8525
|
+
2: {
|
|
8526
|
+
type: string;
|
|
8527
|
+
dropdown: {
|
|
8528
|
+
label: string;
|
|
8529
|
+
};
|
|
8530
|
+
};
|
|
8531
|
+
};
|
|
8532
|
+
};
|
|
8533
|
+
userName: {
|
|
8534
|
+
description: string;
|
|
8535
|
+
};
|
|
8536
|
+
welcomeText: {
|
|
8537
|
+
description: string;
|
|
8538
|
+
};
|
|
8539
|
+
workspaceLabel: {
|
|
8540
|
+
description: string;
|
|
8541
|
+
};
|
|
8542
|
+
};
|
|
8543
|
+
args: {
|
|
8544
|
+
allTiles: ({
|
|
8545
|
+
id: number;
|
|
8546
|
+
name: string;
|
|
8547
|
+
tiles: ({
|
|
8548
|
+
id: string;
|
|
8549
|
+
href: string;
|
|
8550
|
+
title: string;
|
|
8551
|
+
mainIcon: string;
|
|
8552
|
+
subtitle?: undefined;
|
|
8553
|
+
} | {
|
|
8554
|
+
id: string;
|
|
8555
|
+
href: string;
|
|
8556
|
+
title: string;
|
|
8557
|
+
subtitle: string;
|
|
8558
|
+
mainIcon: string;
|
|
8559
|
+
})[];
|
|
8560
|
+
} | {
|
|
8561
|
+
id: number;
|
|
8562
|
+
name: string;
|
|
8563
|
+
tiles: ({
|
|
8564
|
+
id: string;
|
|
8565
|
+
href: string;
|
|
8566
|
+
title: string;
|
|
8567
|
+
subtitle: string;
|
|
8568
|
+
mainIcon: string;
|
|
8569
|
+
secondaryIcon?: undefined;
|
|
8570
|
+
} | {
|
|
8571
|
+
id: string;
|
|
8572
|
+
href: string;
|
|
8573
|
+
title: string;
|
|
8574
|
+
mainIcon: string;
|
|
8575
|
+
secondaryIcon: string;
|
|
8576
|
+
subtitle?: undefined;
|
|
8577
|
+
})[];
|
|
8578
|
+
})[];
|
|
8579
|
+
allWorkspaces: {
|
|
8580
|
+
id: string;
|
|
8581
|
+
text: string;
|
|
8582
|
+
}[];
|
|
8583
|
+
description: string;
|
|
8584
|
+
headerStatic: number;
|
|
8585
|
+
productName: string;
|
|
8586
|
+
selectedTileGroup: number;
|
|
8587
|
+
selectedWorkspace: {
|
|
8588
|
+
id: string;
|
|
8589
|
+
text: string;
|
|
8590
|
+
};
|
|
8591
|
+
tasksConfig: number;
|
|
8592
|
+
userName: string;
|
|
8593
|
+
welcomeText: string;
|
|
8594
|
+
headerAnimation: number;
|
|
8595
|
+
};
|
|
8596
|
+
};
|
|
8597
|
+
export declare const ThemeG100: {
|
|
8598
|
+
(args: any): import("react/jsx-runtime").JSX.Element;
|
|
8599
|
+
argTypes: {
|
|
8600
|
+
description: {
|
|
8601
|
+
description: string;
|
|
8602
|
+
};
|
|
8960
8603
|
headerAnimation: {
|
|
8961
8604
|
description: string;
|
|
8962
8605
|
type: string;
|
|
@@ -17153,34 +16796,302 @@ export declare const ThemeG100: {
|
|
|
17153
16796
|
};
|
|
17154
16797
|
};
|
|
17155
16798
|
};
|
|
17156
|
-
|
|
16799
|
+
headerStatic: {
|
|
16800
|
+
description: string;
|
|
16801
|
+
type: string;
|
|
16802
|
+
control: {
|
|
16803
|
+
type: string;
|
|
16804
|
+
labels: {
|
|
16805
|
+
0: string;
|
|
16806
|
+
1: string;
|
|
16807
|
+
2: string;
|
|
16808
|
+
3: string;
|
|
16809
|
+
4: string;
|
|
16810
|
+
};
|
|
16811
|
+
};
|
|
16812
|
+
options: number[];
|
|
16813
|
+
mapping: {
|
|
16814
|
+
0: null;
|
|
16815
|
+
1: any;
|
|
16816
|
+
2: any;
|
|
16817
|
+
3: any;
|
|
16818
|
+
4: any;
|
|
16819
|
+
};
|
|
16820
|
+
};
|
|
16821
|
+
productName: {
|
|
16822
|
+
description: string;
|
|
16823
|
+
};
|
|
16824
|
+
selectedTileGroup: {
|
|
16825
|
+
description: string;
|
|
16826
|
+
type: string;
|
|
16827
|
+
control: {
|
|
16828
|
+
type: string;
|
|
16829
|
+
labels: {
|
|
16830
|
+
0: string;
|
|
16831
|
+
1: string;
|
|
16832
|
+
2: string;
|
|
16833
|
+
3: string;
|
|
16834
|
+
4: string;
|
|
16835
|
+
5: string;
|
|
16836
|
+
6: string;
|
|
16837
|
+
7: string;
|
|
16838
|
+
};
|
|
16839
|
+
};
|
|
16840
|
+
options: number[];
|
|
16841
|
+
mapping: {
|
|
16842
|
+
0: null;
|
|
16843
|
+
1: {
|
|
16844
|
+
id: number;
|
|
16845
|
+
name: string;
|
|
16846
|
+
tiles: ({
|
|
16847
|
+
id: string;
|
|
16848
|
+
href: string;
|
|
16849
|
+
title: string;
|
|
16850
|
+
mainIcon: string;
|
|
16851
|
+
subtitle?: undefined;
|
|
16852
|
+
} | {
|
|
16853
|
+
id: string;
|
|
16854
|
+
href: string;
|
|
16855
|
+
title: string;
|
|
16856
|
+
subtitle: string;
|
|
16857
|
+
mainIcon: string;
|
|
16858
|
+
})[];
|
|
16859
|
+
} | {
|
|
16860
|
+
id: number;
|
|
16861
|
+
name: string;
|
|
16862
|
+
tiles: ({
|
|
16863
|
+
id: string;
|
|
16864
|
+
href: string;
|
|
16865
|
+
title: string;
|
|
16866
|
+
subtitle: string;
|
|
16867
|
+
mainIcon: string;
|
|
16868
|
+
secondaryIcon?: undefined;
|
|
16869
|
+
} | {
|
|
16870
|
+
id: string;
|
|
16871
|
+
href: string;
|
|
16872
|
+
title: string;
|
|
16873
|
+
mainIcon: string;
|
|
16874
|
+
secondaryIcon: string;
|
|
16875
|
+
subtitle?: undefined;
|
|
16876
|
+
})[];
|
|
16877
|
+
};
|
|
16878
|
+
2: {
|
|
16879
|
+
id: number;
|
|
16880
|
+
name: string;
|
|
16881
|
+
tiles: ({
|
|
16882
|
+
id: string;
|
|
16883
|
+
href: string;
|
|
16884
|
+
title: string;
|
|
16885
|
+
mainIcon: string;
|
|
16886
|
+
subtitle?: undefined;
|
|
16887
|
+
} | {
|
|
16888
|
+
id: string;
|
|
16889
|
+
href: string;
|
|
16890
|
+
title: string;
|
|
16891
|
+
subtitle: string;
|
|
16892
|
+
mainIcon: string;
|
|
16893
|
+
})[];
|
|
16894
|
+
} | {
|
|
16895
|
+
id: number;
|
|
16896
|
+
name: string;
|
|
16897
|
+
tiles: ({
|
|
16898
|
+
id: string;
|
|
16899
|
+
href: string;
|
|
16900
|
+
title: string;
|
|
16901
|
+
subtitle: string;
|
|
16902
|
+
mainIcon: string;
|
|
16903
|
+
secondaryIcon?: undefined;
|
|
16904
|
+
} | {
|
|
16905
|
+
id: string;
|
|
16906
|
+
href: string;
|
|
16907
|
+
title: string;
|
|
16908
|
+
mainIcon: string;
|
|
16909
|
+
secondaryIcon: string;
|
|
16910
|
+
subtitle?: undefined;
|
|
16911
|
+
})[];
|
|
16912
|
+
};
|
|
16913
|
+
3: {
|
|
16914
|
+
id: number;
|
|
16915
|
+
name: string;
|
|
16916
|
+
tiles: ({
|
|
16917
|
+
id: string;
|
|
16918
|
+
href: string;
|
|
16919
|
+
title: string;
|
|
16920
|
+
mainIcon: string;
|
|
16921
|
+
subtitle?: undefined;
|
|
16922
|
+
} | {
|
|
16923
|
+
id: string;
|
|
16924
|
+
href: string;
|
|
16925
|
+
title: string;
|
|
16926
|
+
subtitle: string;
|
|
16927
|
+
mainIcon: string;
|
|
16928
|
+
})[];
|
|
16929
|
+
} | {
|
|
16930
|
+
id: number;
|
|
16931
|
+
name: string;
|
|
16932
|
+
tiles: ({
|
|
16933
|
+
id: string;
|
|
16934
|
+
href: string;
|
|
16935
|
+
title: string;
|
|
16936
|
+
subtitle: string;
|
|
16937
|
+
mainIcon: string;
|
|
16938
|
+
secondaryIcon?: undefined;
|
|
16939
|
+
} | {
|
|
16940
|
+
id: string;
|
|
16941
|
+
href: string;
|
|
16942
|
+
title: string;
|
|
16943
|
+
mainIcon: string;
|
|
16944
|
+
secondaryIcon: string;
|
|
16945
|
+
subtitle?: undefined;
|
|
16946
|
+
})[];
|
|
16947
|
+
};
|
|
16948
|
+
4: {
|
|
16949
|
+
id: number;
|
|
16950
|
+
name: string;
|
|
16951
|
+
tiles: ({
|
|
16952
|
+
id: string;
|
|
16953
|
+
href: string;
|
|
16954
|
+
title: string;
|
|
16955
|
+
mainIcon: string;
|
|
16956
|
+
subtitle?: undefined;
|
|
16957
|
+
} | {
|
|
16958
|
+
id: string;
|
|
16959
|
+
href: string;
|
|
16960
|
+
title: string;
|
|
16961
|
+
subtitle: string;
|
|
16962
|
+
mainIcon: string;
|
|
16963
|
+
})[];
|
|
16964
|
+
} | {
|
|
16965
|
+
id: number;
|
|
16966
|
+
name: string;
|
|
16967
|
+
tiles: ({
|
|
16968
|
+
id: string;
|
|
16969
|
+
href: string;
|
|
16970
|
+
title: string;
|
|
16971
|
+
subtitle: string;
|
|
16972
|
+
mainIcon: string;
|
|
16973
|
+
secondaryIcon?: undefined;
|
|
16974
|
+
} | {
|
|
16975
|
+
id: string;
|
|
16976
|
+
href: string;
|
|
16977
|
+
title: string;
|
|
16978
|
+
mainIcon: string;
|
|
16979
|
+
secondaryIcon: string;
|
|
16980
|
+
subtitle?: undefined;
|
|
16981
|
+
})[];
|
|
16982
|
+
};
|
|
16983
|
+
5: {
|
|
16984
|
+
id: number;
|
|
16985
|
+
name: string;
|
|
16986
|
+
tiles: ({
|
|
16987
|
+
id: string;
|
|
16988
|
+
href: string;
|
|
16989
|
+
title: string;
|
|
16990
|
+
mainIcon: string;
|
|
16991
|
+
subtitle?: undefined;
|
|
16992
|
+
} | {
|
|
16993
|
+
id: string;
|
|
16994
|
+
href: string;
|
|
16995
|
+
title: string;
|
|
16996
|
+
subtitle: string;
|
|
16997
|
+
mainIcon: string;
|
|
16998
|
+
})[];
|
|
16999
|
+
} | {
|
|
17000
|
+
id: number;
|
|
17001
|
+
name: string;
|
|
17002
|
+
tiles: ({
|
|
17003
|
+
id: string;
|
|
17004
|
+
href: string;
|
|
17005
|
+
title: string;
|
|
17006
|
+
subtitle: string;
|
|
17007
|
+
mainIcon: string;
|
|
17008
|
+
secondaryIcon?: undefined;
|
|
17009
|
+
} | {
|
|
17010
|
+
id: string;
|
|
17011
|
+
href: string;
|
|
17012
|
+
title: string;
|
|
17013
|
+
mainIcon: string;
|
|
17014
|
+
secondaryIcon: string;
|
|
17015
|
+
subtitle?: undefined;
|
|
17016
|
+
})[];
|
|
17017
|
+
};
|
|
17018
|
+
6: {
|
|
17019
|
+
id: number;
|
|
17020
|
+
name: string;
|
|
17021
|
+
tiles: ({
|
|
17022
|
+
id: string;
|
|
17023
|
+
href: string;
|
|
17024
|
+
title: string;
|
|
17025
|
+
mainIcon: string;
|
|
17026
|
+
subtitle?: undefined;
|
|
17027
|
+
} | {
|
|
17028
|
+
id: string;
|
|
17029
|
+
href: string;
|
|
17030
|
+
title: string;
|
|
17031
|
+
subtitle: string;
|
|
17032
|
+
mainIcon: string;
|
|
17033
|
+
})[];
|
|
17034
|
+
} | {
|
|
17035
|
+
id: number;
|
|
17036
|
+
name: string;
|
|
17037
|
+
tiles: ({
|
|
17038
|
+
id: string;
|
|
17039
|
+
href: string;
|
|
17040
|
+
title: string;
|
|
17041
|
+
subtitle: string;
|
|
17042
|
+
mainIcon: string;
|
|
17043
|
+
secondaryIcon?: undefined;
|
|
17044
|
+
} | {
|
|
17045
|
+
id: string;
|
|
17046
|
+
href: string;
|
|
17047
|
+
title: string;
|
|
17048
|
+
mainIcon: string;
|
|
17049
|
+
secondaryIcon: string;
|
|
17050
|
+
subtitle?: undefined;
|
|
17051
|
+
})[];
|
|
17052
|
+
};
|
|
17053
|
+
7: {
|
|
17054
|
+
id: number;
|
|
17055
|
+
name: string;
|
|
17056
|
+
tiles: ({
|
|
17057
|
+
id: string;
|
|
17058
|
+
href: string;
|
|
17059
|
+
title: string;
|
|
17060
|
+
mainIcon: string;
|
|
17061
|
+
subtitle?: undefined;
|
|
17062
|
+
} | {
|
|
17063
|
+
id: string;
|
|
17064
|
+
href: string;
|
|
17065
|
+
title: string;
|
|
17066
|
+
subtitle: string;
|
|
17067
|
+
mainIcon: string;
|
|
17068
|
+
})[];
|
|
17069
|
+
} | {
|
|
17070
|
+
id: number;
|
|
17071
|
+
name: string;
|
|
17072
|
+
tiles: ({
|
|
17073
|
+
id: string;
|
|
17074
|
+
href: string;
|
|
17075
|
+
title: string;
|
|
17076
|
+
subtitle: string;
|
|
17077
|
+
mainIcon: string;
|
|
17078
|
+
secondaryIcon?: undefined;
|
|
17079
|
+
} | {
|
|
17080
|
+
id: string;
|
|
17081
|
+
href: string;
|
|
17082
|
+
title: string;
|
|
17083
|
+
mainIcon: string;
|
|
17084
|
+
secondaryIcon: string;
|
|
17085
|
+
subtitle?: undefined;
|
|
17086
|
+
})[];
|
|
17087
|
+
};
|
|
17088
|
+
};
|
|
17089
|
+
};
|
|
17090
|
+
selectedWorkspace: {
|
|
17157
17091
|
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
|
-
};
|
|
17092
|
+
type: string;
|
|
17182
17093
|
};
|
|
17183
|
-
|
|
17094
|
+
tasksConfig: {
|
|
17184
17095
|
description: string;
|
|
17185
17096
|
control: {
|
|
17186
17097
|
type: string;
|
|
@@ -17188,55 +17099,39 @@ export declare const ThemeG100: {
|
|
|
17188
17099
|
0: string;
|
|
17189
17100
|
1: string;
|
|
17190
17101
|
2: string;
|
|
17191
|
-
3: string;
|
|
17192
17102
|
};
|
|
17193
17103
|
};
|
|
17194
17104
|
options: number[];
|
|
17195
17105
|
mapping: {
|
|
17196
17106
|
0: null;
|
|
17197
|
-
1:
|
|
17198
|
-
|
|
17199
|
-
|
|
17107
|
+
1: {
|
|
17108
|
+
type: string;
|
|
17109
|
+
button: {
|
|
17110
|
+
href: string;
|
|
17111
|
+
icon: import("@carbon/icons-react").CarbonIconType;
|
|
17112
|
+
text: string;
|
|
17113
|
+
type: "tertiary";
|
|
17114
|
+
};
|
|
17115
|
+
};
|
|
17116
|
+
2: {
|
|
17117
|
+
type: string;
|
|
17118
|
+
dropdown: {
|
|
17119
|
+
label: string;
|
|
17120
|
+
};
|
|
17121
|
+
};
|
|
17200
17122
|
};
|
|
17201
17123
|
};
|
|
17202
|
-
|
|
17124
|
+
userName: {
|
|
17125
|
+
description: string;
|
|
17126
|
+
};
|
|
17127
|
+
welcomeText: {
|
|
17128
|
+
description: string;
|
|
17129
|
+
};
|
|
17130
|
+
workspaceLabel: {
|
|
17203
17131
|
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
17132
|
};
|
|
17224
17133
|
};
|
|
17225
17134
|
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
17135
|
allTiles: ({
|
|
17241
17136
|
id: number;
|
|
17242
17137
|
name: string;
|
|
@@ -17272,6 +17167,21 @@ export declare const ThemeG100: {
|
|
|
17272
17167
|
subtitle?: undefined;
|
|
17273
17168
|
})[];
|
|
17274
17169
|
})[];
|
|
17170
|
+
allWorkspaces: {
|
|
17171
|
+
id: string;
|
|
17172
|
+
text: string;
|
|
17173
|
+
}[];
|
|
17174
|
+
description: string;
|
|
17175
|
+
headerStatic: number;
|
|
17176
|
+
productName: string;
|
|
17177
|
+
selectedTileGroup: number;
|
|
17178
|
+
selectedWorkspace: {
|
|
17179
|
+
id: string;
|
|
17180
|
+
text: string;
|
|
17181
|
+
};
|
|
17182
|
+
tasksConfig: number;
|
|
17183
|
+
userName: string;
|
|
17184
|
+
welcomeText: string;
|
|
17275
17185
|
headerAnimation: number;
|
|
17276
17186
|
};
|
|
17277
17187
|
globals: {
|