@carbon-labs/react-animated-header 0.2.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.
Files changed (70) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +438 -520
  2. package/es/__stories__/data/index.d.ts +19 -9
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
  5. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
  6. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
  7. package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  8. package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
  9. package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
  11. package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  12. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
  13. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
  14. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
  15. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
  16. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
  17. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
  18. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
  19. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
  20. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
  32. package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
  33. package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
  34. package/lib/__stories__/data/index.d.ts +19 -9
  35. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
  36. package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
  37. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
  38. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
  39. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  40. package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
  41. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
  42. package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
  43. package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
  44. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
  45. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
  46. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
  47. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
  48. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
  49. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
  50. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
  51. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
  52. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
  53. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
  54. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
  64. package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
  65. package/package.json +2 -2
  66. package/scss/AnimatedHeader/animated-header.scss +31 -17
  67. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
  68. package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
  69. /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
  70. /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
- tileDropdownItems: {
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;
@@ -8511,57 +8199,11 @@ export declare const ThemeG10: {
8511
8199
  markers: {
8512
8200
  tm: number;
8513
8201
  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;
8202
+ dr: number;
8203
+ }[];
8204
+ props: {};
8556
8205
  };
8557
8206
  };
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
8207
  };
8566
8208
  headerStatic: {
8567
8209
  description: string;
@@ -8585,108 +8227,9 @@ export declare const ThemeG10: {
8585
8227
  4: any;
8586
8228
  };
8587
8229
  };
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
- tileDropdownItems: number;
8599
- selectedTileGroup: number;
8600
- allTiles: ({
8601
- id: number;
8602
- name: string;
8603
- tiles: ({
8604
- id: string;
8605
- href: string;
8606
- title: string;
8607
- mainIcon: string;
8608
- subtitle?: undefined;
8609
- } | {
8610
- id: string;
8611
- href: string;
8612
- title: string;
8613
- subtitle: string;
8614
- mainIcon: string;
8615
- })[];
8616
- } | {
8617
- id: number;
8618
- name: string;
8619
- tiles: ({
8620
- id: string;
8621
- href: string;
8622
- title: string;
8623
- subtitle: string;
8624
- mainIcon: string;
8625
- secondaryIcon?: undefined;
8626
- } | {
8627
- id: string;
8628
- href: string;
8629
- title: string;
8630
- mainIcon: string;
8631
- secondaryIcon: string;
8632
- subtitle?: undefined;
8633
- })[];
8634
- })[];
8635
- headerAnimation: number;
8636
- };
8637
- };
8638
- export declare const ThemeG100: {
8639
- (args: any): import("react/jsx-runtime").JSX.Element;
8640
- argTypes: {
8641
- name: {
8642
- description: string;
8643
- };
8644
- description: {
8645
- description: string;
8646
- };
8647
- buttonText: {
8648
- description: string;
8649
- };
8650
8230
  productName: {
8651
8231
  description: string;
8652
8232
  };
8653
- headerDropdown: {
8654
- description: string;
8655
- type: string;
8656
- control: {
8657
- type: string;
8658
- default: boolean;
8659
- };
8660
- };
8661
- tileDropdownItems: {
8662
- description: string;
8663
- type: string;
8664
- control: {
8665
- type: string;
8666
- labels: {
8667
- 0: string;
8668
- 1: string;
8669
- 2: string;
8670
- 3: string;
8671
- };
8672
- };
8673
- options: number[];
8674
- mapping: {
8675
- 0: null;
8676
- 1: {
8677
- id: string;
8678
- text: string;
8679
- }[];
8680
- 2: {
8681
- id: string;
8682
- text: string;
8683
- }[];
8684
- 3: {
8685
- id: string;
8686
- text: string;
8687
- }[];
8688
- };
8689
- };
8690
8233
  selectedTileGroup: {
8691
8234
  description: string;
8692
8235
  type: string;
@@ -8953,6 +8496,110 @@ export declare const ThemeG100: {
8953
8496
  };
8954
8497
  };
8955
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
+ };
8956
8603
  headerAnimation: {
8957
8604
  description: string;
8958
8605
  type: string;
@@ -17149,34 +16796,302 @@ export declare const ThemeG100: {
17149
16796
  };
17150
16797
  };
17151
16798
  };
17152
- buttonType: {
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: {
17153
17091
  description: string;
17154
- control: {
17155
- type: string;
17156
- labels: {
17157
- 0: string;
17158
- 1: string;
17159
- 2: string;
17160
- 3: string;
17161
- 4: string;
17162
- 5: string;
17163
- 6: string;
17164
- 7: string;
17165
- };
17166
- };
17167
- options: number[];
17168
- mapping: {
17169
- 0: "primary";
17170
- 1: "secondary";
17171
- 2: "danger";
17172
- 3: "ghost";
17173
- 4: "danger--primary";
17174
- 5: "danger--ghost";
17175
- 6: "danger--tertiary";
17176
- 7: "tertiary";
17177
- };
17092
+ type: string;
17178
17093
  };
17179
- buttonIcon: {
17094
+ tasksConfig: {
17180
17095
  description: string;
17181
17096
  control: {
17182
17097
  type: string;
@@ -17184,51 +17099,39 @@ export declare const ThemeG100: {
17184
17099
  0: string;
17185
17100
  1: string;
17186
17101
  2: string;
17187
- 3: string;
17188
17102
  };
17189
17103
  };
17190
17104
  options: number[];
17191
17105
  mapping: {
17192
17106
  0: null;
17193
- 1: import("@carbon/react/icons").CarbonIconType;
17194
- 2: import("@carbon/react/icons").CarbonIconType;
17195
- 3: import("@carbon/react/icons").CarbonIconType;
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
+ };
17196
17122
  };
17197
17123
  };
17198
- headerStatic: {
17124
+ userName: {
17125
+ description: string;
17126
+ };
17127
+ welcomeText: {
17128
+ description: string;
17129
+ };
17130
+ workspaceLabel: {
17199
17131
  description: string;
17200
- type: string;
17201
- control: {
17202
- type: string;
17203
- labels: {
17204
- 0: string;
17205
- 1: string;
17206
- 2: string;
17207
- 3: string;
17208
- 4: string;
17209
- };
17210
- };
17211
- options: number[];
17212
- mapping: {
17213
- 0: null;
17214
- 1: any;
17215
- 2: any;
17216
- 3: any;
17217
- 4: any;
17218
- };
17219
17132
  };
17220
17133
  };
17221
17134
  args: {
17222
- name: string;
17223
- description: string;
17224
- buttonText: string;
17225
- productName: string;
17226
- buttonType: number;
17227
- buttonIcon: number;
17228
- headerStatic: number;
17229
- headerDropdown: boolean;
17230
- tileDropdownItems: number;
17231
- selectedTileGroup: number;
17232
17135
  allTiles: ({
17233
17136
  id: number;
17234
17137
  name: string;
@@ -17264,6 +17167,21 @@ export declare const ThemeG100: {
17264
17167
  subtitle?: undefined;
17265
17168
  })[];
17266
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;
17267
17185
  headerAnimation: number;
17268
17186
  };
17269
17187
  globals: {