@react-magma/charts 12.0.1 → 13.0.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 (82) hide show
  1. package/dist/charts.js +1 -2450
  2. package/dist/charts.js.map +1 -1
  3. package/dist/charts.modern.module.js +1 -2428
  4. package/dist/charts.modern.module.js.map +1 -1
  5. package/dist/charts.umd.js +1 -48555
  6. package/dist/charts.umd.js.map +1 -1
  7. package/dist/components/CarbonChart/CarbonChart.d.ts +1 -2
  8. package/dist/components/CarbonChart/CarbonChart.test.d.ts +1 -0
  9. package/dist/components/CarbonChart/embeddedStyles.d.ts +1 -0
  10. package/dist/index.d.ts +0 -1
  11. package/package.json +25 -27
  12. package/src/components/CarbonChart/CarbonChart.tsx +18 -13
  13. package/src/components/CarbonChart/CarbonChartArea.stories.tsx +1 -1
  14. package/src/components/CarbonChart/CarbonChartAreaStacked.stories.tsx +1 -1
  15. package/src/components/CarbonChart/CarbonChartBar.stories.tsx +1 -1
  16. package/src/components/CarbonChart/CarbonChartBarFloating.stories.tsx +1 -1
  17. package/src/components/CarbonChart/CarbonChartBarGrouped.stories.tsx +1 -1
  18. package/src/components/CarbonChart/CarbonChartBarStacked.stories.tsx +1 -1
  19. package/src/components/CarbonChart/CarbonChartBoxplot.stories.tsx +1 -1
  20. package/src/components/CarbonChart/CarbonChartBubble.stories.tsx +1 -1
  21. package/src/components/CarbonChart/CarbonChartBullet.stories.tsx +1 -1
  22. package/src/components/CarbonChart/CarbonChartCombo.stories.tsx +1 -1
  23. package/src/components/CarbonChart/CarbonChartDonut.stories.tsx +1 -1
  24. package/src/components/CarbonChart/CarbonChartGauge.stories.tsx +1 -1
  25. package/src/components/CarbonChart/CarbonChartHistogram.stories.tsx +1 -1
  26. package/src/components/CarbonChart/CarbonChartLine.stories.tsx +1 -1
  27. package/src/components/CarbonChart/CarbonChartLollipop.stories.tsx +1 -1
  28. package/src/components/CarbonChart/CarbonChartMeter.stories.tsx +1 -1
  29. package/src/components/CarbonChart/CarbonChartPie.stories.tsx +1 -1
  30. package/src/components/CarbonChart/CarbonChartRadar.stories.tsx +1 -1
  31. package/src/components/CarbonChart/CarbonChartScatter.stories.tsx +1 -1
  32. package/src/components/CarbonChart/CarbonChartSparkline.stories.tsx +1 -1
  33. package/src/components/CarbonChart/CarbonChartStep.stories.tsx +1 -1
  34. package/src/components/CarbonChart/embeddedStyles.ts +24880 -0
  35. package/src/index.ts +0 -1
  36. package/dist/components/CarbonChart/CarbonChartArea.stories.d.ts +0 -310
  37. package/dist/components/CarbonChart/CarbonChartAreaStacked.stories.d.ts +0 -136
  38. package/dist/components/CarbonChart/CarbonChartBar.stories.d.ts +0 -214
  39. package/dist/components/CarbonChart/CarbonChartBarFloating.stories.d.ts +0 -82
  40. package/dist/components/CarbonChart/CarbonChartBarGrouped.stories.d.ts +0 -234
  41. package/dist/components/CarbonChart/CarbonChartBarStacked.stories.d.ts +0 -266
  42. package/dist/components/CarbonChart/CarbonChartBoxplot.stories.d.ts +0 -53
  43. package/dist/components/CarbonChart/CarbonChartBubble.stories.d.ts +0 -196
  44. package/dist/components/CarbonChart/CarbonChartBullet.stories.d.ts +0 -35
  45. package/dist/components/CarbonChart/CarbonChartCombo.stories.d.ts +0 -580
  46. package/dist/components/CarbonChart/CarbonChartDonut.stories.d.ts +0 -120
  47. package/dist/components/CarbonChart/CarbonChartGauge.stories.d.ts +0 -43
  48. package/dist/components/CarbonChart/CarbonChartHistogram.stories.d.ts +0 -89
  49. package/dist/components/CarbonChart/CarbonChartLine.stories.d.ts +0 -577
  50. package/dist/components/CarbonChart/CarbonChartLollipop.stories.d.ts +0 -55
  51. package/dist/components/CarbonChart/CarbonChartMeter.stories.d.ts +0 -127
  52. package/dist/components/CarbonChart/CarbonChartPie.stories.d.ts +0 -101
  53. package/dist/components/CarbonChart/CarbonChartRadar.stories.d.ts +0 -98
  54. package/dist/components/CarbonChart/CarbonChartScatter.stories.d.ts +0 -173
  55. package/dist/components/CarbonChart/CarbonChartSparkline.stories.d.ts +0 -51
  56. package/dist/components/CarbonChart/CarbonChartStep.stories.d.ts +0 -38
  57. package/dist/components/LineChart/Chart.d.ts +0 -27
  58. package/dist/components/LineChart/ChartDataTable.d.ts +0 -17
  59. package/dist/components/LineChart/CustomAxisComponent.d.ts +0 -3
  60. package/dist/components/LineChart/CustomPointComponent.d.ts +0 -17
  61. package/dist/components/LineChart/DataTable.d.ts +0 -5
  62. package/dist/components/LineChart/GraphTooltip.d.ts +0 -3
  63. package/dist/components/LineChart/LegendButton.d.ts +0 -6
  64. package/dist/components/LineChart/LineChart.d.ts +0 -67
  65. package/dist/components/LineChart/LineChart.stories.d.ts +0 -113
  66. package/dist/components/LineChart/index.d.ts +0 -1
  67. package/dist/components/LineChart/magma-charts.d.ts +0 -1
  68. package/src/components/CarbonChart/carbon-charts.css +0 -7303
  69. package/src/components/LineChart/Chart.tsx +0 -241
  70. package/src/components/LineChart/ChartDataTable.test.js +0 -165
  71. package/src/components/LineChart/ChartDataTable.tsx +0 -135
  72. package/src/components/LineChart/CustomAxisComponent.tsx +0 -30
  73. package/src/components/LineChart/CustomPointComponent.tsx +0 -93
  74. package/src/components/LineChart/DataTable.tsx +0 -57
  75. package/src/components/LineChart/GraphTooltip.tsx +0 -100
  76. package/src/components/LineChart/LegendButton.tsx +0 -77
  77. package/src/components/LineChart/LineChart.stories.tsx +0 -399
  78. package/src/components/LineChart/LineChart.test.js +0 -501
  79. package/src/components/LineChart/LineChart.tsx +0 -669
  80. package/src/components/LineChart/index.ts +0 -1
  81. package/src/components/LineChart/magma-charts.ts +0 -279
  82. package/src/components/LineChart/test/exampleChartData.js +0 -289
@@ -1,580 +0,0 @@
1
- import { CarbonChartProps, CarbonChartType } from '.';
2
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
3
- export default _default;
4
- export declare const ComboLineAndSimpleBarCustomConfigs: {
5
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
6
- args: {
7
- isInverse: boolean;
8
- type: CarbonChartType;
9
- dataSet: ({
10
- group: string;
11
- date: string;
12
- value: number;
13
- temp?: undefined;
14
- } | {
15
- group: string;
16
- date: string;
17
- temp: number;
18
- value?: undefined;
19
- })[];
20
- options: {
21
- title: string;
22
- axes: {
23
- left: {
24
- mapsTo: string;
25
- scaleType: string;
26
- title: string;
27
- };
28
- right: {
29
- mapsTo: string;
30
- scaleType: string;
31
- title: string;
32
- correspondingDatasets: string[];
33
- };
34
- bottom: {
35
- title: string;
36
- mapsTo: string;
37
- scaleType: string;
38
- };
39
- };
40
- comboChartTypes: ({
41
- type: string;
42
- correspondingDatasets: string[];
43
- options?: undefined;
44
- } | {
45
- type: string;
46
- options: {
47
- points: {
48
- radius: number;
49
- };
50
- };
51
- correspondingDatasets: string[];
52
- })[];
53
- height: string;
54
- };
55
- };
56
- };
57
- export declare const ComboLineAndStackedBar: {
58
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
59
- args: {
60
- isInverse: boolean;
61
- type: CarbonChartType;
62
- dataSet: ({
63
- group: string;
64
- key: string;
65
- value: number;
66
- temp?: undefined;
67
- } | {
68
- group: string;
69
- key: string;
70
- temp: number;
71
- value?: undefined;
72
- })[];
73
- options: {
74
- title: string;
75
- axes: {
76
- left: {
77
- title: string;
78
- mapsTo: string;
79
- stacked: boolean;
80
- };
81
- bottom: {
82
- title: string;
83
- mapsTo: string;
84
- scaleType: string;
85
- };
86
- right: {
87
- title: string;
88
- mapsTo: string;
89
- correspondingDatasets: string[];
90
- };
91
- };
92
- comboChartTypes: {
93
- type: string;
94
- options: {};
95
- correspondingDatasets: string[];
96
- }[];
97
- height: string;
98
- };
99
- };
100
- };
101
- export declare const ComboLineAndGroupedBarCustomConfigs: {
102
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
103
- args: {
104
- isInverse: boolean;
105
- type: CarbonChartType;
106
- dataSet: ({
107
- group: string;
108
- key: string;
109
- value: number;
110
- temp?: undefined;
111
- } | {
112
- group: string;
113
- key: string;
114
- temp: number;
115
- value?: undefined;
116
- })[];
117
- options: {
118
- title: string;
119
- axes: {
120
- left: {
121
- title: string;
122
- mapsTo: string;
123
- };
124
- bottom: {
125
- scaleType: string;
126
- mapsTo: string;
127
- };
128
- right: {
129
- title: string;
130
- mapsTo: string;
131
- correspondingDatasets: string[];
132
- };
133
- };
134
- comboChartTypes: ({
135
- type: string;
136
- correspondingDatasets: string[];
137
- options?: undefined;
138
- } | {
139
- type: string;
140
- options: {
141
- points: {
142
- filled: boolean;
143
- opacity: number;
144
- };
145
- };
146
- correspondingDatasets: string[];
147
- })[];
148
- height: string;
149
- };
150
- };
151
- };
152
- export declare const ComboLineAndFloatingBar: {
153
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
154
- args: {
155
- isInverse: boolean;
156
- type: CarbonChartType;
157
- dataSet: ({
158
- group: string;
159
- date: string;
160
- value: number;
161
- temp?: undefined;
162
- } | {
163
- group: string;
164
- date: string;
165
- temp: number[];
166
- value?: undefined;
167
- })[];
168
- options: {
169
- title: string;
170
- axes: {
171
- left: {
172
- mapsTo: string;
173
- scaleType: string;
174
- title: string;
175
- correspondingDatasets: string[];
176
- };
177
- right: {
178
- mapsTo: string;
179
- title: string;
180
- };
181
- bottom: {
182
- title: string;
183
- mapsTo: string;
184
- scaleType: string;
185
- };
186
- };
187
- comboChartTypes: ({
188
- type: string;
189
- correspondingDatasets: string[];
190
- options?: undefined;
191
- } | {
192
- type: string;
193
- options: {
194
- points: {
195
- radius: number;
196
- };
197
- };
198
- correspondingDatasets: string[];
199
- })[];
200
- height: string;
201
- };
202
- };
203
- };
204
- export declare const ComboHorizontalLineAndGroupedBar: {
205
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
206
- args: {
207
- isInverse: boolean;
208
- type: CarbonChartType;
209
- dataSet: ({
210
- group: string;
211
- key: string;
212
- value: number;
213
- temp?: undefined;
214
- } | {
215
- group: string;
216
- key: string;
217
- temp: number;
218
- value?: undefined;
219
- })[];
220
- options: {
221
- title: string;
222
- axes: {
223
- top: {
224
- title: string;
225
- mapsTo: string;
226
- main: boolean;
227
- };
228
- left: {
229
- scaleType: string;
230
- mapsTo: string;
231
- };
232
- bottom: {
233
- title: string;
234
- mapsTo: string;
235
- correspondingDatasets: string[];
236
- };
237
- };
238
- comboChartTypes: {
239
- type: string;
240
- correspondingDatasets: string[];
241
- }[];
242
- height: string;
243
- };
244
- };
245
- };
246
- export declare const HorizontalComboLineAndSimpleBar: {
247
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
248
- args: {
249
- isInverse: boolean;
250
- type: CarbonChartType;
251
- dataSet: ({
252
- group: string;
253
- date: string;
254
- value: number;
255
- temp?: undefined;
256
- } | {
257
- group: string;
258
- date: string;
259
- temp: number;
260
- value?: undefined;
261
- })[];
262
- options: {
263
- title: string;
264
- axes: {
265
- top: {
266
- mapsTo: string;
267
- scaleType: string;
268
- title: string;
269
- };
270
- bottom: {
271
- mapsTo: string;
272
- scaleType: string;
273
- title: string;
274
- correspondingDatasets: string[];
275
- };
276
- left: {
277
- title: string;
278
- mapsTo: string;
279
- scaleType: string;
280
- };
281
- };
282
- comboChartTypes: {
283
- type: string;
284
- options: {};
285
- correspondingDatasets: string[];
286
- }[];
287
- height: string;
288
- };
289
- };
290
- };
291
- export declare const ComboLineAndArea: {
292
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
293
- args: {
294
- isInverse: boolean;
295
- type: CarbonChartType;
296
- dataSet: ({
297
- group: string;
298
- key: string;
299
- value: number;
300
- temp?: undefined;
301
- } | {
302
- group: string;
303
- key: string;
304
- temp: number;
305
- value?: undefined;
306
- })[];
307
- options: {
308
- title: string;
309
- points: {
310
- enabled: boolean;
311
- };
312
- axes: {
313
- left: {
314
- title: string;
315
- mapsTo: string;
316
- };
317
- bottom: {
318
- scaleType: string;
319
- mapsTo: string;
320
- };
321
- right: {
322
- title: string;
323
- mapsTo: string;
324
- correspondingDatasets: string[];
325
- };
326
- };
327
- comboChartTypes: ({
328
- type: string;
329
- options: {
330
- points?: undefined;
331
- };
332
- correspondingDatasets: string[];
333
- } | {
334
- type: string;
335
- options: {
336
- points: {
337
- enabled: boolean;
338
- };
339
- };
340
- correspondingDatasets: string[];
341
- })[];
342
- curve: string;
343
- height: string;
344
- };
345
- };
346
- };
347
- export declare const ComboStackedAreaAndLine: {
348
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
349
- args: {
350
- isInverse: boolean;
351
- type: CarbonChartType;
352
- dataSet: ({
353
- group: string;
354
- date: string;
355
- value: number;
356
- temp?: undefined;
357
- } | {
358
- group: string;
359
- date: string;
360
- temp: number;
361
- value?: undefined;
362
- })[];
363
- options: {
364
- title: string;
365
- axes: {
366
- left: {
367
- title: string;
368
- stacked: boolean;
369
- mapsTo: string;
370
- titleOrientation: string;
371
- };
372
- bottom: {
373
- scaleType: string;
374
- mapsTo: string;
375
- };
376
- right: {
377
- title: string;
378
- scaleType: string;
379
- mapsTo: string;
380
- correspondingDatasets: string[];
381
- titleOrientation: string;
382
- };
383
- };
384
- curve: string;
385
- comboChartTypes: ({
386
- type: string;
387
- options: {
388
- points: {
389
- enabled: boolean;
390
- };
391
- };
392
- correspondingDatasets: string[];
393
- } | {
394
- type: string;
395
- correspondingDatasets: string[];
396
- options?: undefined;
397
- })[];
398
- height: string;
399
- };
400
- };
401
- };
402
- export declare const ComboLineAndScatterAndBar: {
403
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
404
- args: {
405
- isInverse: boolean;
406
- type: CarbonChartType;
407
- dataSet: ({
408
- group: string;
409
- key: string;
410
- temp: number;
411
- value?: undefined;
412
- } | {
413
- group: string;
414
- key: string;
415
- value: number;
416
- temp?: undefined;
417
- })[];
418
- options: {
419
- title: string;
420
- axes: {
421
- left: {
422
- mapsTo: string;
423
- title: string;
424
- };
425
- bottom: {
426
- scaleType: string;
427
- mapsTo: string;
428
- };
429
- right: {
430
- title: string;
431
- mapsTo: string;
432
- scaleType: string;
433
- correspondingDatasets: string[];
434
- };
435
- };
436
- curve: string;
437
- comboChartTypes: {
438
- type: string;
439
- correspondingDatasets: string[];
440
- }[];
441
- height: string;
442
- };
443
- };
444
- };
445
- export declare const ComboLineAndAreaTimeSeries: {
446
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
447
- args: {
448
- isInverse: boolean;
449
- type: CarbonChartType;
450
- dataSet: ({
451
- group: string;
452
- key: string;
453
- value: number;
454
- temp?: undefined;
455
- } | {
456
- group: string;
457
- key: string;
458
- temp: number;
459
- value?: undefined;
460
- })[];
461
- options: {
462
- title: string;
463
- points: {
464
- enabled: boolean;
465
- };
466
- axes: {
467
- left: {
468
- title: string;
469
- mapsTo: string;
470
- };
471
- bottom: {
472
- scaleType: string;
473
- mapsTo: string;
474
- };
475
- right: {
476
- title: string;
477
- mapsTo: string;
478
- correspondingDatasets: string[];
479
- };
480
- };
481
- comboChartTypes: ({
482
- type: string;
483
- options: {
484
- points?: undefined;
485
- };
486
- correspondingDatasets: string[];
487
- } | {
488
- type: string;
489
- options: {
490
- points: {
491
- enabled: boolean;
492
- };
493
- };
494
- correspondingDatasets: string[];
495
- })[];
496
- curve: string;
497
- timeScale: {
498
- addSpaceOnEdges: number;
499
- };
500
- height: string;
501
- };
502
- };
503
- };
504
- export declare const ComboChartEmpty: {
505
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
506
- args: {
507
- isInverse: boolean;
508
- type: CarbonChartType;
509
- dataSet: never[];
510
- options: {
511
- title: string;
512
- axes: {
513
- left: {
514
- mapsTo: string;
515
- title: string;
516
- };
517
- bottom: {
518
- scaleType: string;
519
- mapsTo: string;
520
- };
521
- right: {
522
- title: string;
523
- mapsTo: string;
524
- scaleType: string;
525
- correspondingDatasets: string[];
526
- };
527
- };
528
- comboChartTypes: {
529
- type: string;
530
- correspondingDatasets: string[];
531
- }[];
532
- height: string;
533
- };
534
- };
535
- };
536
- export declare const ComboChartLoading: {
537
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
538
- args: {
539
- isInverse: boolean;
540
- type: CarbonChartType;
541
- dataSet: ({
542
- group: string;
543
- key: string;
544
- temp: number;
545
- value?: undefined;
546
- } | {
547
- group: string;
548
- key: string;
549
- value: number;
550
- temp?: undefined;
551
- })[];
552
- options: {
553
- title: string;
554
- axes: {
555
- left: {
556
- mapsTo: string;
557
- title: string;
558
- };
559
- bottom: {
560
- scaleType: string;
561
- mapsTo: string;
562
- };
563
- right: {
564
- title: string;
565
- mapsTo: string;
566
- scaleType: string;
567
- correspondingDatasets: string[];
568
- };
569
- };
570
- data: {
571
- loading: boolean;
572
- };
573
- comboChartTypes: {
574
- type: string;
575
- correspondingDatasets: string[];
576
- }[];
577
- height: string;
578
- };
579
- };
580
- };
@@ -1,120 +0,0 @@
1
- import { CarbonChartProps, CarbonChartType } from '.';
2
- declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react/types-6-0").ReactFramework, import("@storybook/react/types-6-0").Args>;
3
- export default _default;
4
- export declare const Donut: {
5
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
6
- args: {
7
- isInverse: boolean;
8
- type: CarbonChartType;
9
- dataSet: {
10
- group: string;
11
- value: number;
12
- }[];
13
- options: {
14
- title: string;
15
- resizable: boolean;
16
- donut: {
17
- center: {
18
- label: string;
19
- };
20
- };
21
- height: string;
22
- legend: {
23
- truncation: {
24
- type: string;
25
- };
26
- };
27
- };
28
- };
29
- };
30
- export declare const DonutCentered: {
31
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
32
- args: {
33
- isInverse: boolean;
34
- type: CarbonChartType;
35
- dataSet: {
36
- group: string;
37
- value: number;
38
- }[];
39
- options: {
40
- title: string;
41
- resizable: boolean;
42
- legend: {
43
- alignment: string;
44
- truncation: {
45
- type: string;
46
- };
47
- };
48
- donut: {
49
- center: {
50
- label: string;
51
- };
52
- alignment: string;
53
- };
54
- height: string;
55
- };
56
- };
57
- };
58
- export declare const DonutValueMapsToCount: {
59
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
60
- args: {
61
- isInverse: boolean;
62
- type: CarbonChartType;
63
- dataSet: {
64
- group: string;
65
- count: number;
66
- }[];
67
- options: {
68
- title: string;
69
- resizable: boolean;
70
- pie: {
71
- valueMapsTo: string;
72
- };
73
- height: string;
74
- legend: {
75
- truncation: {
76
- type: string;
77
- };
78
- };
79
- };
80
- };
81
- };
82
- export declare const DonutEmptyState: {
83
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
84
- args: {
85
- isInverse: boolean;
86
- type: CarbonChartType;
87
- dataSet: never[];
88
- options: {
89
- title: string;
90
- resizable: boolean;
91
- donut: {
92
- center: {
93
- label: string;
94
- };
95
- };
96
- height: string;
97
- };
98
- };
99
- };
100
- export declare const DonutSkeleton: {
101
- render: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/types-6-0").ReactFramework, CarbonChartProps>;
102
- args: {
103
- isInverse: boolean;
104
- type: CarbonChartType;
105
- dataSet: never[];
106
- options: {
107
- title: string;
108
- resizable: boolean;
109
- donut: {
110
- center: {
111
- label: string;
112
- };
113
- };
114
- data: {
115
- loading: boolean;
116
- };
117
- height: string;
118
- };
119
- };
120
- };