@hubspot/ui-extensions-sdk-api-metadata 0.11.6 → 0.12.1

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.
@@ -77,12 +77,12 @@ export const componentPropsReader = createAnalyzeResultReader({
77
77
  {
78
78
  "kind": "export",
79
79
  "exportName": "BarChartProps",
80
- "declarationKind": "type",
80
+ "declarationKind": "interface",
81
81
  "isType": true,
82
82
  "type": {
83
83
  "kind": "type-reference",
84
- "typeId": "ChartProps:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
85
- "typeString": "ChartProps"
84
+ "typeId": "BarChartProps:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
85
+ "typeString": "BarChartProps"
86
86
  },
87
87
  "jsdoc": {
88
88
  "text": "The props type for {@link !components.BarChart}.",
@@ -1013,12 +1013,12 @@ export const componentPropsReader = createAnalyzeResultReader({
1013
1013
  {
1014
1014
  "kind": "export",
1015
1015
  "exportName": "LineChartProps",
1016
- "declarationKind": "type",
1016
+ "declarationKind": "interface",
1017
1017
  "isType": true,
1018
1018
  "type": {
1019
1019
  "kind": "type-reference",
1020
- "typeId": "ChartProps:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
1021
- "typeString": "ChartProps"
1020
+ "typeId": "LineChartProps:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
1021
+ "typeString": "LineChartProps"
1022
1022
  },
1023
1023
  "jsdoc": {
1024
1024
  "text": "The props type for {@link !components.LineChart}.",
@@ -1293,6 +1293,26 @@ export const componentPropsReader = createAnalyzeResultReader({
1293
1293
  ]
1294
1294
  }
1295
1295
  },
1296
+ {
1297
+ "kind": "export",
1298
+ "exportName": "ScoreProps",
1299
+ "declarationKind": "type",
1300
+ "isType": true,
1301
+ "type": {
1302
+ "kind": "type-reference",
1303
+ "typeId": "ScoreProps:@hubspot/ui-extensions:dist/shared/types/components/score.d.ts",
1304
+ "typeString": "ScoreProps"
1305
+ },
1306
+ "jsdoc": {
1307
+ "text": "The props type for {@link !components.ScoreCircle}.",
1308
+ "tags": [
1309
+ {
1310
+ "name": "category",
1311
+ "text": "Component Props"
1312
+ }
1313
+ ]
1314
+ }
1315
+ },
1296
1316
  {
1297
1317
  "kind": "export",
1298
1318
  "exportName": "SearchInputProps",
@@ -2338,7 +2358,8 @@ export const componentPropsReader = createAnalyzeResultReader({
2338
2358
  }
2339
2359
  }
2340
2360
  ],
2341
- "./testing": []
2361
+ "./testing": [],
2362
+ "./hs-internal": []
2342
2363
  },
2343
2364
  "types": {
2344
2365
  "AccordionProps:@hubspot/ui-extensions:dist/shared/types/components/accordion.d.ts": {
@@ -2488,7 +2509,16 @@ export const componentPropsReader = createAnalyzeResultReader({
2488
2509
  "kind": "primitive",
2489
2510
  "name": "string"
2490
2511
  },
2491
- "isOptional": true
2512
+ "isOptional": true,
2513
+ "jsdoc": {
2514
+ "text": "Used by `findByTestId()` to locate this component in tests.",
2515
+ "tags": [
2516
+ {
2517
+ "name": "see",
2518
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
2519
+ }
2520
+ ]
2521
+ }
2492
2522
  }
2493
2523
  ]
2494
2524
  },
@@ -2744,7 +2774,16 @@ export const componentPropsReader = createAnalyzeResultReader({
2744
2774
  "kind": "primitive",
2745
2775
  "name": "string"
2746
2776
  },
2747
- "isOptional": true
2777
+ "isOptional": true,
2778
+ "jsdoc": {
2779
+ "text": "Used by `findByTestId()` to locate this component in tests.",
2780
+ "tags": [
2781
+ {
2782
+ "name": "see",
2783
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
2784
+ }
2785
+ ]
2786
+ }
2748
2787
  }
2749
2788
  ]
2750
2789
  },
@@ -2938,7 +2977,16 @@ export const componentPropsReader = createAnalyzeResultReader({
2938
2977
  "kind": "primitive",
2939
2978
  "name": "string"
2940
2979
  },
2941
- "isOptional": true
2980
+ "isOptional": true,
2981
+ "jsdoc": {
2982
+ "text": "Used by `findByTestId()` to locate this component in tests.",
2983
+ "tags": [
2984
+ {
2985
+ "name": "see",
2986
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
2987
+ }
2988
+ ]
2989
+ }
2942
2990
  }
2943
2991
  ]
2944
2992
  },
@@ -2980,7 +3028,21 @@ export const componentPropsReader = createAnalyzeResultReader({
2980
3028
  "name": "colors",
2981
3029
  "type": {
2982
3030
  "kind": "object",
2983
- "properties": []
3031
+ "properties": [],
3032
+ "indexSignatures": [
3033
+ {
3034
+ "kind": "index-signature",
3035
+ "keyType": {
3036
+ "kind": "primitive",
3037
+ "name": "string"
3038
+ },
3039
+ "valueType": {
3040
+ "kind": "type-reference",
3041
+ "typeId": "ChartColor:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
3042
+ "typeString": "ChartColor"
3043
+ }
3044
+ }
3045
+ ]
2984
3046
  },
2985
3047
  "isOptional": true,
2986
3048
  "jsdoc": {
@@ -2989,6 +3051,101 @@ export const componentPropsReader = createAnalyzeResultReader({
2989
3051
  }
2990
3052
  ]
2991
3053
  },
3054
+ "BarChartProps:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts": {
3055
+ "kind": "object",
3056
+ "properties": [
3057
+ {
3058
+ "kind": "property",
3059
+ "name": "data",
3060
+ "type": {
3061
+ "kind": "union",
3062
+ "types": [
3063
+ {
3064
+ "kind": "array",
3065
+ "elementType": {
3066
+ "kind": "type-reference",
3067
+ "typeId": "ChartDataRow:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
3068
+ "typeString": "ChartDataRow"
3069
+ }
3070
+ },
3071
+ {
3072
+ "kind": "object",
3073
+ "properties": [
3074
+ {
3075
+ "kind": "property",
3076
+ "name": "data",
3077
+ "type": {
3078
+ "kind": "array",
3079
+ "elementType": {
3080
+ "kind": "type-reference",
3081
+ "typeId": "ChartDataRow:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
3082
+ "typeString": "ChartDataRow"
3083
+ }
3084
+ }
3085
+ },
3086
+ {
3087
+ "kind": "property",
3088
+ "name": "options",
3089
+ "type": {
3090
+ "kind": "type-reference",
3091
+ "typeId": "ChartDataOptions:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
3092
+ "typeString": "ChartDataOptions"
3093
+ },
3094
+ "isOptional": true
3095
+ }
3096
+ ]
3097
+ }
3098
+ ]
3099
+ },
3100
+ "jsdoc": {
3101
+ "text": "An object containing the chart's data in an array.\n- Data should be formatted as comma-separated objects containing key-value pairs.\n- Data will be displayed in the order it's provided, so any sorting will need to be done before passing it to the component.\n- While it's recommended to pre-format your data to be human-readable, you can also provide the `propertyLabels` parameter via this prop's `options` to relabel data values. See example in the [Stacking section](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/bar-chart#stacking).\n\nLearn more about [formatting data](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/overview#formatting-data)."
3102
+ }
3103
+ },
3104
+ {
3105
+ "kind": "property",
3106
+ "name": "axes",
3107
+ "type": {
3108
+ "kind": "type-reference",
3109
+ "typeId": "ChartAxisPair:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
3110
+ "typeString": "ChartAxisPair"
3111
+ },
3112
+ "jsdoc": {
3113
+ "text": "Configures the chart's axes. Using the `x` and `y` fields, you'll configure each axis individually with `field` and `fieldType` parameters, along with an optional `label` parameter:\n- `field` (Required): the field from your dataset to use. This value will be used as the displayed axis label if no `label` is specified.\n- `fieldType` (Required): the type of field. Can be `category`, `datetime`, or `linear`. Learn more about [field types](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/overview#configuring-axes).\n- `label`: the axis label. If not specified, the `field` value will be used.\n\nYou can also include an `options` field to further configure the axes with the following options:\n- `groupFieldByColor` (string): specify a field to [apply color](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/bar-chart#colors) to for visual clarity.\n- `stacking` (boolean): [stack grouped data](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/bar-chart#stacking) instead of always rendering separate bars.\n- `colors` (object): [specify colors for values](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/bar-chart#specify-colors-per-field-value) in the field specified in `groupFieldByColor`.\n\nLearn more about [chart axes](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/overview#configuring-axes)."
3114
+ }
3115
+ },
3116
+ {
3117
+ "kind": "property",
3118
+ "name": "options",
3119
+ "type": {
3120
+ "kind": "type-reference",
3121
+ "typeId": "ChartOptions:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
3122
+ "typeString": "ChartOptions"
3123
+ },
3124
+ "isOptional": true,
3125
+ "jsdoc": {
3126
+ "text": "Additional chart configuration options. Options include:\n- `title` (string): a title for the chart.\n- `showLegend` (boolean): set to `true` to display a legend above the chart.\n- `showDataLabels` (boolean): set to `true` to display labels above data points.\n- `showTooltips` (boolean): set to `true` to display tooltips for data points on hover.\n- `colorList` (array): specify a custom order for colors to be used in the report.\n\nLearn more about [chart options](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/overview#chart-options)."
3127
+ }
3128
+ },
3129
+ {
3130
+ "kind": "property",
3131
+ "name": "testId",
3132
+ "type": {
3133
+ "kind": "primitive",
3134
+ "name": "string"
3135
+ },
3136
+ "isOptional": true,
3137
+ "jsdoc": {
3138
+ "text": "Used by `findByTestId()` to locate this component in tests.",
3139
+ "tags": [
3140
+ {
3141
+ "name": "see",
3142
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
3143
+ }
3144
+ ]
3145
+ }
3146
+ }
3147
+ ]
3148
+ },
2992
3149
  "BaseButtonProps:@hubspot/ui-extensions:dist/shared/types/components/button.d.ts": {
2993
3150
  "kind": "object",
2994
3151
  "properties": [
@@ -3198,7 +3355,16 @@ export const componentPropsReader = createAnalyzeResultReader({
3198
3355
  "kind": "primitive",
3199
3356
  "name": "string"
3200
3357
  },
3201
- "isOptional": true
3358
+ "isOptional": true,
3359
+ "jsdoc": {
3360
+ "text": "Used by `findByTestId()` to locate this component in tests.",
3361
+ "tags": [
3362
+ {
3363
+ "name": "see",
3364
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
3365
+ }
3366
+ ]
3367
+ }
3202
3368
  }
3203
3369
  ]
3204
3370
  },
@@ -3212,7 +3378,16 @@ export const componentPropsReader = createAnalyzeResultReader({
3212
3378
  "kind": "primitive",
3213
3379
  "name": "string"
3214
3380
  },
3215
- "isOptional": true
3381
+ "isOptional": true,
3382
+ "jsdoc": {
3383
+ "text": "Used by `findByTestId()` to locate this component in tests.",
3384
+ "tags": [
3385
+ {
3386
+ "name": "see",
3387
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
3388
+ }
3389
+ ]
3390
+ }
3216
3391
  }
3217
3392
  ]
3218
3393
  },
@@ -3722,7 +3897,16 @@ export const componentPropsReader = createAnalyzeResultReader({
3722
3897
  "kind": "primitive",
3723
3898
  "name": "string"
3724
3899
  },
3725
- "isOptional": true
3900
+ "isOptional": true,
3901
+ "jsdoc": {
3902
+ "text": "Used by `findByTestId()` to locate this component in tests.",
3903
+ "tags": [
3904
+ {
3905
+ "name": "see",
3906
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
3907
+ }
3908
+ ]
3909
+ }
3726
3910
  }
3727
3911
  ]
3728
3912
  },
@@ -3745,7 +3929,16 @@ export const componentPropsReader = createAnalyzeResultReader({
3745
3929
  "kind": "primitive",
3746
3930
  "name": "string"
3747
3931
  },
3748
- "isOptional": true
3932
+ "isOptional": true,
3933
+ "jsdoc": {
3934
+ "text": "Used by `findByTestId()` to locate this component in tests.",
3935
+ "tags": [
3936
+ {
3937
+ "name": "see",
3938
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
3939
+ }
3940
+ ]
3941
+ }
3749
3942
  },
3750
3943
  {
3751
3944
  "kind": "property",
@@ -3997,7 +4190,16 @@ export const componentPropsReader = createAnalyzeResultReader({
3997
4190
  "kind": "primitive",
3998
4191
  "name": "string"
3999
4192
  },
4000
- "isOptional": true
4193
+ "isOptional": true,
4194
+ "jsdoc": {
4195
+ "text": "Used by `findByTestId()` to locate this component in tests.",
4196
+ "tags": [
4197
+ {
4198
+ "name": "see",
4199
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
4200
+ }
4201
+ ]
4202
+ }
4001
4203
  }
4002
4204
  ]
4003
4205
  },
@@ -4210,7 +4412,16 @@ export const componentPropsReader = createAnalyzeResultReader({
4210
4412
  "kind": "primitive",
4211
4413
  "name": "string"
4212
4414
  },
4213
- "isOptional": true
4415
+ "isOptional": true,
4416
+ "jsdoc": {
4417
+ "text": "Used by `findByTestId()` to locate this component in tests.",
4418
+ "tags": [
4419
+ {
4420
+ "name": "see",
4421
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
4422
+ }
4423
+ ]
4424
+ }
4214
4425
  },
4215
4426
  {
4216
4427
  "kind": "property",
@@ -4277,7 +4488,16 @@ export const componentPropsReader = createAnalyzeResultReader({
4277
4488
  "kind": "primitive",
4278
4489
  "name": "string"
4279
4490
  },
4280
- "isOptional": true
4491
+ "isOptional": true,
4492
+ "jsdoc": {
4493
+ "text": "Used by `findByTestId()` to locate this component in tests.",
4494
+ "tags": [
4495
+ {
4496
+ "name": "see",
4497
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
4498
+ }
4499
+ ]
4500
+ }
4281
4501
  }
4282
4502
  ]
4283
4503
  },
@@ -4415,7 +4635,16 @@ export const componentPropsReader = createAnalyzeResultReader({
4415
4635
  "kind": "primitive",
4416
4636
  "name": "string"
4417
4637
  },
4418
- "isOptional": true
4638
+ "isOptional": true,
4639
+ "jsdoc": {
4640
+ "text": "Used by `findByTestId()` to locate this component in tests.",
4641
+ "tags": [
4642
+ {
4643
+ "name": "see",
4644
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
4645
+ }
4646
+ ]
4647
+ }
4419
4648
  }
4420
4649
  ]
4421
4650
  },
@@ -4529,7 +4758,16 @@ export const componentPropsReader = createAnalyzeResultReader({
4529
4758
  "kind": "primitive",
4530
4759
  "name": "string"
4531
4760
  },
4532
- "isOptional": true
4761
+ "isOptional": true,
4762
+ "jsdoc": {
4763
+ "text": "Used by `findByTestId()` to locate this component in tests.",
4764
+ "tags": [
4765
+ {
4766
+ "name": "see",
4767
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
4768
+ }
4769
+ ]
4770
+ }
4533
4771
  }
4534
4772
  ]
4535
4773
  },
@@ -4696,7 +4934,30 @@ export const componentPropsReader = createAnalyzeResultReader({
4696
4934
  "name": "propertyLabels",
4697
4935
  "type": {
4698
4936
  "kind": "object",
4699
- "properties": []
4937
+ "properties": [],
4938
+ "indexSignatures": [
4939
+ {
4940
+ "kind": "index-signature",
4941
+ "keyType": {
4942
+ "kind": "primitive",
4943
+ "name": "string"
4944
+ },
4945
+ "valueType": {
4946
+ "kind": "built-in-type-reference",
4947
+ "name": "Record",
4948
+ "typeArguments": [
4949
+ {
4950
+ "kind": "primitive",
4951
+ "name": "string"
4952
+ },
4953
+ {
4954
+ "kind": "primitive",
4955
+ "name": "string"
4956
+ }
4957
+ ]
4958
+ }
4959
+ }
4960
+ ]
4700
4961
  },
4701
4962
  "isOptional": true,
4702
4963
  "jsdoc": {
@@ -4707,7 +4968,29 @@ export const componentPropsReader = createAnalyzeResultReader({
4707
4968
  },
4708
4969
  "ChartDataRow:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts": {
4709
4970
  "kind": "object",
4710
- "properties": []
4971
+ "properties": [],
4972
+ "indexSignatures": [
4973
+ {
4974
+ "kind": "index-signature",
4975
+ "keyType": {
4976
+ "kind": "primitive",
4977
+ "name": "string"
4978
+ },
4979
+ "valueType": {
4980
+ "kind": "union",
4981
+ "types": [
4982
+ {
4983
+ "kind": "primitive",
4984
+ "name": "string"
4985
+ },
4986
+ {
4987
+ "kind": "primitive",
4988
+ "name": "number"
4989
+ }
4990
+ ]
4991
+ }
4992
+ }
4993
+ ]
4711
4994
  },
4712
4995
  "ChartOptions:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts": {
4713
4996
  "kind": "object",
@@ -4890,7 +5173,7 @@ export const componentPropsReader = createAnalyzeResultReader({
4890
5173
  },
4891
5174
  "isOptional": true,
4892
5175
  "jsdoc": {
4893
- "text": "Additional chart configuration options."
5176
+ "text": "Additional chart configuration options. Options include:\n- `title` (string): a title for the chart.\n- `showLegend` (boolean): set to `true` to display a legend above the chart.\n- `showDataLabels` (boolean): set to `true` to display labels above data points.\n- `showTooltips` (boolean): set to `true` to display tooltips for data points on hover.\n- `colorList` (array): specify a custom order for colors to be used in the report.\n\nLearn more about [chart options](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/overview#chart-options)."
4894
5177
  }
4895
5178
  },
4896
5179
  {
@@ -4900,9 +5183,18 @@ export const componentPropsReader = createAnalyzeResultReader({
4900
5183
  "kind": "primitive",
4901
5184
  "name": "string"
4902
5185
  },
4903
- "isOptional": true
4904
- }
4905
- ]
5186
+ "isOptional": true,
5187
+ "jsdoc": {
5188
+ "text": "Used by `findByTestId()` to locate this component in tests.",
5189
+ "tags": [
5190
+ {
5191
+ "name": "see",
5192
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
5193
+ }
5194
+ ]
5195
+ }
5196
+ }
5197
+ ]
4906
5198
  },
4907
5199
  "CheckboxGroupProps:@hubspot/ui-extensions:dist/shared/types/components/toggleInputs.d.ts": {
4908
5200
  "kind": "object",
@@ -5150,7 +5442,16 @@ export const componentPropsReader = createAnalyzeResultReader({
5150
5442
  "kind": "primitive",
5151
5443
  "name": "string"
5152
5444
  },
5153
- "isOptional": true
5445
+ "isOptional": true,
5446
+ "jsdoc": {
5447
+ "text": "Used by `findByTestId()` to locate this component in tests.",
5448
+ "tags": [
5449
+ {
5450
+ "name": "see",
5451
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
5452
+ }
5453
+ ]
5454
+ }
5154
5455
  }
5155
5456
  ]
5156
5457
  },
@@ -5273,7 +5574,16 @@ export const componentPropsReader = createAnalyzeResultReader({
5273
5574
  "kind": "primitive",
5274
5575
  "name": "string"
5275
5576
  },
5276
- "isOptional": true
5577
+ "isOptional": true,
5578
+ "jsdoc": {
5579
+ "text": "Used by `findByTestId()` to locate this component in tests.",
5580
+ "tags": [
5581
+ {
5582
+ "name": "see",
5583
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
5584
+ }
5585
+ ]
5586
+ }
5277
5587
  }
5278
5588
  ]
5279
5589
  },
@@ -5499,7 +5809,16 @@ export const componentPropsReader = createAnalyzeResultReader({
5499
5809
  "kind": "primitive",
5500
5810
  "name": "string"
5501
5811
  },
5502
- "isOptional": true
5812
+ "isOptional": true,
5813
+ "jsdoc": {
5814
+ "text": "Used by `findByTestId()` to locate this component in tests.",
5815
+ "tags": [
5816
+ {
5817
+ "name": "see",
5818
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
5819
+ }
5820
+ ]
5821
+ }
5503
5822
  }
5504
5823
  ]
5505
5824
  },
@@ -5706,7 +6025,16 @@ export const componentPropsReader = createAnalyzeResultReader({
5706
6025
  "kind": "primitive",
5707
6026
  "name": "string"
5708
6027
  },
5709
- "isOptional": true
6028
+ "isOptional": true,
6029
+ "jsdoc": {
6030
+ "text": "Used by `findByTestId()` to locate this component in tests.",
6031
+ "tags": [
6032
+ {
6033
+ "name": "see",
6034
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
6035
+ }
6036
+ ]
6037
+ }
5710
6038
  }
5711
6039
  ]
5712
6040
  },
@@ -5872,7 +6200,16 @@ export const componentPropsReader = createAnalyzeResultReader({
5872
6200
  "kind": "primitive",
5873
6201
  "name": "string"
5874
6202
  },
5875
- "isOptional": true
6203
+ "isOptional": true,
6204
+ "jsdoc": {
6205
+ "text": "Used by `findByTestId()` to locate this component in tests.",
6206
+ "tags": [
6207
+ {
6208
+ "name": "see",
6209
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
6210
+ }
6211
+ ]
6212
+ }
5876
6213
  }
5877
6214
  ]
5878
6215
  },
@@ -5972,7 +6309,16 @@ export const componentPropsReader = createAnalyzeResultReader({
5972
6309
  "kind": "primitive",
5973
6310
  "name": "string"
5974
6311
  },
5975
- "isOptional": true
6312
+ "isOptional": true,
6313
+ "jsdoc": {
6314
+ "text": "Used by `findByTestId()` to locate this component in tests.",
6315
+ "tags": [
6316
+ {
6317
+ "name": "see",
6318
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
6319
+ }
6320
+ ]
6321
+ }
5976
6322
  }
5977
6323
  ]
5978
6324
  },
@@ -6041,7 +6387,16 @@ export const componentPropsReader = createAnalyzeResultReader({
6041
6387
  "kind": "primitive",
6042
6388
  "name": "string"
6043
6389
  },
6044
- "isOptional": true
6390
+ "isOptional": true,
6391
+ "jsdoc": {
6392
+ "text": "Used by `findByTestId()` to locate this component in tests.",
6393
+ "tags": [
6394
+ {
6395
+ "name": "see",
6396
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
6397
+ }
6398
+ ]
6399
+ }
6045
6400
  }
6046
6401
  ]
6047
6402
  },
@@ -6112,7 +6467,16 @@ export const componentPropsReader = createAnalyzeResultReader({
6112
6467
  "kind": "primitive",
6113
6468
  "name": "string"
6114
6469
  },
6115
- "isOptional": true
6470
+ "isOptional": true,
6471
+ "jsdoc": {
6472
+ "text": "Used by `findByTestId()` to locate this component in tests.",
6473
+ "tags": [
6474
+ {
6475
+ "name": "see",
6476
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
6477
+ }
6478
+ ]
6479
+ }
6116
6480
  }
6117
6481
  ]
6118
6482
  },
@@ -6192,7 +6556,16 @@ export const componentPropsReader = createAnalyzeResultReader({
6192
6556
  "kind": "primitive",
6193
6557
  "name": "string"
6194
6558
  },
6195
- "isOptional": true
6559
+ "isOptional": true,
6560
+ "jsdoc": {
6561
+ "text": "Used by `findByTestId()` to locate this component in tests.",
6562
+ "tags": [
6563
+ {
6564
+ "name": "see",
6565
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
6566
+ }
6567
+ ]
6568
+ }
6196
6569
  }
6197
6570
  ]
6198
6571
  },
@@ -6299,7 +6672,16 @@ export const componentPropsReader = createAnalyzeResultReader({
6299
6672
  "kind": "primitive",
6300
6673
  "name": "string"
6301
6674
  },
6302
- "isOptional": true
6675
+ "isOptional": true,
6676
+ "jsdoc": {
6677
+ "text": "Used by `findByTestId()` to locate this component in tests.",
6678
+ "tags": [
6679
+ {
6680
+ "name": "see",
6681
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
6682
+ }
6683
+ ]
6684
+ }
6303
6685
  }
6304
6686
  ]
6305
6687
  },
@@ -6313,7 +6695,16 @@ export const componentPropsReader = createAnalyzeResultReader({
6313
6695
  "kind": "primitive",
6314
6696
  "name": "string"
6315
6697
  },
6316
- "isOptional": true
6698
+ "isOptional": true,
6699
+ "jsdoc": {
6700
+ "text": "Used by `findByTestId()` to locate this component in tests.",
6701
+ "tags": [
6702
+ {
6703
+ "name": "see",
6704
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
6705
+ }
6706
+ ]
6707
+ }
6317
6708
  },
6318
6709
  {
6319
6710
  "kind": "property",
@@ -6387,7 +6778,16 @@ export const componentPropsReader = createAnalyzeResultReader({
6387
6778
  "kind": "primitive",
6388
6779
  "name": "string"
6389
6780
  },
6390
- "isOptional": true
6781
+ "isOptional": true,
6782
+ "jsdoc": {
6783
+ "text": "Used by `findByTestId()` to locate this component in tests.",
6784
+ "tags": [
6785
+ {
6786
+ "name": "see",
6787
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
6788
+ }
6789
+ ]
6790
+ }
6391
6791
  }
6392
6792
  ]
6393
6793
  },
@@ -6457,7 +6857,16 @@ export const componentPropsReader = createAnalyzeResultReader({
6457
6857
  "kind": "primitive",
6458
6858
  "name": "string"
6459
6859
  },
6460
- "isOptional": true
6860
+ "isOptional": true,
6861
+ "jsdoc": {
6862
+ "text": "Used by `findByTestId()` to locate this component in tests.",
6863
+ "tags": [
6864
+ {
6865
+ "name": "see",
6866
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
6867
+ }
6868
+ ]
6869
+ }
6461
6870
  }
6462
6871
  ]
6463
6872
  },
@@ -6529,7 +6938,16 @@ export const componentPropsReader = createAnalyzeResultReader({
6529
6938
  "kind": "primitive",
6530
6939
  "name": "string"
6531
6940
  },
6532
- "isOptional": true
6941
+ "isOptional": true,
6942
+ "jsdoc": {
6943
+ "text": "Used by `findByTestId()` to locate this component in tests.",
6944
+ "tags": [
6945
+ {
6946
+ "name": "see",
6947
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
6948
+ }
6949
+ ]
6950
+ }
6533
6951
  }
6534
6952
  ]
6535
6953
  },
@@ -6709,7 +7127,16 @@ export const componentPropsReader = createAnalyzeResultReader({
6709
7127
  "kind": "primitive",
6710
7128
  "name": "string"
6711
7129
  },
6712
- "isOptional": true
7130
+ "isOptional": true,
7131
+ "jsdoc": {
7132
+ "text": "Used by `findByTestId()` to locate this component in tests.",
7133
+ "tags": [
7134
+ {
7135
+ "name": "see",
7136
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
7137
+ }
7138
+ ]
7139
+ }
6713
7140
  }
6714
7141
  ]
6715
7142
  },
@@ -6803,7 +7230,16 @@ export const componentPropsReader = createAnalyzeResultReader({
6803
7230
  "kind": "primitive",
6804
7231
  "name": "string"
6805
7232
  },
6806
- "isOptional": true
7233
+ "isOptional": true,
7234
+ "jsdoc": {
7235
+ "text": "Used by `findByTestId()` to locate this component in tests.",
7236
+ "tags": [
7237
+ {
7238
+ "name": "see",
7239
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
7240
+ }
7241
+ ]
7242
+ }
6807
7243
  }
6808
7244
  ]
6809
7245
  },
@@ -6858,7 +7294,16 @@ export const componentPropsReader = createAnalyzeResultReader({
6858
7294
  "kind": "primitive",
6859
7295
  "name": "string"
6860
7296
  },
6861
- "isOptional": true
7297
+ "isOptional": true,
7298
+ "jsdoc": {
7299
+ "text": "Used by `findByTestId()` to locate this component in tests.",
7300
+ "tags": [
7301
+ {
7302
+ "name": "see",
7303
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
7304
+ }
7305
+ ]
7306
+ }
6862
7307
  }
6863
7308
  ]
6864
7309
  },
@@ -7170,7 +7615,16 @@ export const componentPropsReader = createAnalyzeResultReader({
7170
7615
  "kind": "primitive",
7171
7616
  "name": "string"
7172
7617
  },
7173
- "isOptional": true
7618
+ "isOptional": true,
7619
+ "jsdoc": {
7620
+ "text": "Used by `findByTestId()` to locate this component in tests.",
7621
+ "tags": [
7622
+ {
7623
+ "name": "see",
7624
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
7625
+ }
7626
+ ]
7627
+ }
7174
7628
  }
7175
7629
  ]
7176
7630
  },
@@ -7379,6 +7833,32 @@ export const componentPropsReader = createAnalyzeResultReader({
7379
7833
  ]
7380
7834
  }
7381
7835
  },
7836
+ {
7837
+ "kind": "property",
7838
+ "name": "value",
7839
+ "type": {
7840
+ "kind": "type-reference",
7841
+ "typeId": "BaseDate:@hubspot/ui-extensions:dist/shared/types/components/inputs.d.ts",
7842
+ "typeString": "BaseDate"
7843
+ },
7844
+ "isOptional": true,
7845
+ "jsdoc": {
7846
+ "text": "The value of the input. Must include the year, month, and day.\n- `year`: the four-digit year (e.g., `2023`).\n- `month`: starting at `0`, the number of the month (e.g., `0` = January, `11` = December).\n- `date`: the number of the day (e.g., `1` = the first day of the month)."
7847
+ }
7848
+ },
7849
+ {
7850
+ "kind": "property",
7851
+ "name": "defaultValue",
7852
+ "type": {
7853
+ "kind": "type-reference",
7854
+ "typeId": "BaseDate:@hubspot/ui-extensions:dist/shared/types/components/inputs.d.ts",
7855
+ "typeString": "BaseDate"
7856
+ },
7857
+ "isOptional": true,
7858
+ "jsdoc": {
7859
+ "text": "The default date value. Uses the same format as the value field."
7860
+ }
7861
+ },
7382
7862
  {
7383
7863
  "kind": "property",
7384
7864
  "name": "error",
@@ -7431,28 +7911,6 @@ export const componentPropsReader = createAnalyzeResultReader({
7431
7911
  "text": "The input's unique identifier, similar to the HTML input element name attribute."
7432
7912
  }
7433
7913
  },
7434
- {
7435
- "kind": "property",
7436
- "name": "value",
7437
- "type": {
7438
- "kind": "union",
7439
- "types": [
7440
- {
7441
- "kind": "primitive",
7442
- "name": "null"
7443
- },
7444
- {
7445
- "kind": "type-reference",
7446
- "typeId": "BaseDate:@hubspot/ui-extensions:dist/shared/types/components/inputs.d.ts",
7447
- "typeString": "BaseDate"
7448
- }
7449
- ]
7450
- },
7451
- "isOptional": true,
7452
- "jsdoc": {
7453
- "text": "The value of the input."
7454
- }
7455
- },
7456
7914
  {
7457
7915
  "kind": "property",
7458
7916
  "name": "required",
@@ -7501,28 +7959,6 @@ export const componentPropsReader = createAnalyzeResultReader({
7501
7959
  "text": "The text that displays in a tooltip next to the input label."
7502
7960
  }
7503
7961
  },
7504
- {
7505
- "kind": "property",
7506
- "name": "defaultValue",
7507
- "type": {
7508
- "kind": "union",
7509
- "types": [
7510
- {
7511
- "kind": "primitive",
7512
- "name": "null"
7513
- },
7514
- {
7515
- "kind": "type-reference",
7516
- "typeId": "BaseDate:@hubspot/ui-extensions:dist/shared/types/components/inputs.d.ts",
7517
- "typeString": "BaseDate"
7518
- }
7519
- ]
7520
- },
7521
- "isOptional": true,
7522
- "jsdoc": {
7523
- "text": "The value of the input on the first render."
7524
- }
7525
- },
7526
7962
  {
7527
7963
  "kind": "property",
7528
7964
  "name": "validationMessage",
@@ -7641,7 +8077,16 @@ export const componentPropsReader = createAnalyzeResultReader({
7641
8077
  "kind": "primitive",
7642
8078
  "name": "string"
7643
8079
  },
7644
- "isOptional": true
8080
+ "isOptional": true,
8081
+ "jsdoc": {
8082
+ "text": "Used by `findByTestId()` to locate this component in tests.",
8083
+ "tags": [
8084
+ {
8085
+ "name": "see",
8086
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
8087
+ }
8088
+ ]
8089
+ }
7645
8090
  }
7646
8091
  ]
7647
8092
  },
@@ -7682,7 +8127,16 @@ export const componentPropsReader = createAnalyzeResultReader({
7682
8127
  "kind": "primitive",
7683
8128
  "name": "string"
7684
8129
  },
7685
- "isOptional": true
8130
+ "isOptional": true,
8131
+ "jsdoc": {
8132
+ "text": "Used by `findByTestId()` to locate this component in tests.",
8133
+ "tags": [
8134
+ {
8135
+ "name": "see",
8136
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
8137
+ }
8138
+ ]
8139
+ }
7686
8140
  }
7687
8141
  ]
7688
8142
  },
@@ -7735,7 +8189,16 @@ export const componentPropsReader = createAnalyzeResultReader({
7735
8189
  "kind": "primitive",
7736
8190
  "name": "string"
7737
8191
  },
7738
- "isOptional": true
8192
+ "isOptional": true,
8193
+ "jsdoc": {
8194
+ "text": "Used by `findByTestId()` to locate this component in tests.",
8195
+ "tags": [
8196
+ {
8197
+ "name": "see",
8198
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
8199
+ }
8200
+ ]
8201
+ }
7739
8202
  }
7740
8203
  ]
7741
8204
  },
@@ -7812,7 +8275,16 @@ export const componentPropsReader = createAnalyzeResultReader({
7812
8275
  "kind": "primitive",
7813
8276
  "name": "string"
7814
8277
  },
7815
- "isOptional": true
8278
+ "isOptional": true,
8279
+ "jsdoc": {
8280
+ "text": "Used by `findByTestId()` to locate this component in tests.",
8281
+ "tags": [
8282
+ {
8283
+ "name": "see",
8284
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
8285
+ }
8286
+ ]
8287
+ }
7816
8288
  }
7817
8289
  ]
7818
8290
  },
@@ -7874,13 +8346,22 @@ export const componentPropsReader = createAnalyzeResultReader({
7874
8346
  "kind": "primitive",
7875
8347
  "name": "string"
7876
8348
  },
7877
- "isOptional": true
7878
- }
7879
- ]
7880
- },
7881
- "DropdownCardActionConfig:@hubspot/ui-extensions:dist/shared/types/crm.d.ts": {
7882
- "kind": "object",
7883
- "properties": [
8349
+ "isOptional": true,
8350
+ "jsdoc": {
8351
+ "text": "Used by `findByTestId()` to locate this component in tests.",
8352
+ "tags": [
8353
+ {
8354
+ "name": "see",
8355
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
8356
+ }
8357
+ ]
8358
+ }
8359
+ }
8360
+ ]
8361
+ },
8362
+ "DropdownCardActionConfig:@hubspot/ui-extensions:dist/shared/types/crm.d.ts": {
8363
+ "kind": "object",
8364
+ "properties": [
7884
8365
  {
7885
8366
  "kind": "property",
7886
8367
  "name": "type",
@@ -8138,7 +8619,16 @@ export const componentPropsReader = createAnalyzeResultReader({
8138
8619
  "kind": "primitive",
8139
8620
  "name": "string"
8140
8621
  },
8141
- "isOptional": true
8622
+ "isOptional": true,
8623
+ "jsdoc": {
8624
+ "text": "Used by `findByTestId()` to locate this component in tests.",
8625
+ "tags": [
8626
+ {
8627
+ "name": "see",
8628
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
8629
+ }
8630
+ ]
8631
+ }
8142
8632
  }
8143
8633
  ]
8144
8634
  },
@@ -8436,7 +8926,16 @@ export const componentPropsReader = createAnalyzeResultReader({
8436
8926
  "kind": "primitive",
8437
8927
  "name": "string"
8438
8928
  },
8439
- "isOptional": true
8929
+ "isOptional": true,
8930
+ "jsdoc": {
8931
+ "text": "Used by `findByTestId()` to locate this component in tests.",
8932
+ "tags": [
8933
+ {
8934
+ "name": "see",
8935
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
8936
+ }
8937
+ ]
8938
+ }
8440
8939
  }
8441
8940
  ]
8442
8941
  },
@@ -8582,7 +9081,16 @@ export const componentPropsReader = createAnalyzeResultReader({
8582
9081
  "kind": "primitive",
8583
9082
  "name": "string"
8584
9083
  },
8585
- "isOptional": true
9084
+ "isOptional": true,
9085
+ "jsdoc": {
9086
+ "text": "Used by `findByTestId()` to locate this component in tests.",
9087
+ "tags": [
9088
+ {
9089
+ "name": "see",
9090
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
9091
+ }
9092
+ ]
9093
+ }
8586
9094
  }
8587
9095
  ]
8588
9096
  },
@@ -8683,7 +9191,16 @@ export const componentPropsReader = createAnalyzeResultReader({
8683
9191
  "kind": "primitive",
8684
9192
  "name": "string"
8685
9193
  },
8686
- "isOptional": true
9194
+ "isOptional": true,
9195
+ "jsdoc": {
9196
+ "text": "Used by `findByTestId()` to locate this component in tests.",
9197
+ "tags": [
9198
+ {
9199
+ "name": "see",
9200
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
9201
+ }
9202
+ ]
9203
+ }
8687
9204
  }
8688
9205
  ]
8689
9206
  },
@@ -8804,7 +9321,16 @@ export const componentPropsReader = createAnalyzeResultReader({
8804
9321
  "kind": "primitive",
8805
9322
  "name": "string"
8806
9323
  },
8807
- "isOptional": true
9324
+ "isOptional": true,
9325
+ "jsdoc": {
9326
+ "text": "Used by `findByTestId()` to locate this component in tests.",
9327
+ "tags": [
9328
+ {
9329
+ "name": "see",
9330
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
9331
+ }
9332
+ ]
9333
+ }
8808
9334
  }
8809
9335
  ]
8810
9336
  },
@@ -9084,7 +9610,16 @@ export const componentPropsReader = createAnalyzeResultReader({
9084
9610
  "kind": "primitive",
9085
9611
  "name": "string"
9086
9612
  },
9087
- "isOptional": true
9613
+ "isOptional": true,
9614
+ "jsdoc": {
9615
+ "text": "Used by `findByTestId()` to locate this component in tests.",
9616
+ "tags": [
9617
+ {
9618
+ "name": "see",
9619
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
9620
+ }
9621
+ ]
9622
+ }
9088
9623
  }
9089
9624
  ]
9090
9625
  },
@@ -9204,7 +9739,16 @@ export const componentPropsReader = createAnalyzeResultReader({
9204
9739
  "kind": "primitive",
9205
9740
  "name": "string"
9206
9741
  },
9207
- "isOptional": true
9742
+ "isOptional": true,
9743
+ "jsdoc": {
9744
+ "text": "Used by `findByTestId()` to locate this component in tests.",
9745
+ "tags": [
9746
+ {
9747
+ "name": "see",
9748
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
9749
+ }
9750
+ ]
9751
+ }
9208
9752
  }
9209
9753
  ]
9210
9754
  },
@@ -9313,7 +9857,16 @@ export const componentPropsReader = createAnalyzeResultReader({
9313
9857
  "kind": "primitive",
9314
9858
  "name": "string"
9315
9859
  },
9316
- "isOptional": true
9860
+ "isOptional": true,
9861
+ "jsdoc": {
9862
+ "text": "Used by `findByTestId()` to locate this component in tests.",
9863
+ "tags": [
9864
+ {
9865
+ "name": "see",
9866
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
9867
+ }
9868
+ ]
9869
+ }
9317
9870
  }
9318
9871
  ]
9319
9872
  },
@@ -9460,7 +10013,16 @@ export const componentPropsReader = createAnalyzeResultReader({
9460
10013
  "kind": "primitive",
9461
10014
  "name": "string"
9462
10015
  },
9463
- "isOptional": true
10016
+ "isOptional": true,
10017
+ "jsdoc": {
10018
+ "text": "Used by `findByTestId()` to locate this component in tests.",
10019
+ "tags": [
10020
+ {
10021
+ "name": "see",
10022
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
10023
+ }
10024
+ ]
10025
+ }
9464
10026
  }
9465
10027
  ]
9466
10028
  },
@@ -9556,7 +10118,16 @@ export const componentPropsReader = createAnalyzeResultReader({
9556
10118
  "kind": "primitive",
9557
10119
  "name": "string"
9558
10120
  },
9559
- "isOptional": true
10121
+ "isOptional": true,
10122
+ "jsdoc": {
10123
+ "text": "Used by `findByTestId()` to locate this component in tests.",
10124
+ "tags": [
10125
+ {
10126
+ "name": "see",
10127
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
10128
+ }
10129
+ ]
10130
+ }
9560
10131
  }
9561
10132
  ]
9562
10133
  },
@@ -9582,7 +10153,16 @@ export const componentPropsReader = createAnalyzeResultReader({
9582
10153
  "kind": "primitive",
9583
10154
  "name": "string"
9584
10155
  },
9585
- "isOptional": true
10156
+ "isOptional": true,
10157
+ "jsdoc": {
10158
+ "text": "Used by `findByTestId()` to locate this component in tests.",
10159
+ "tags": [
10160
+ {
10161
+ "name": "see",
10162
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
10163
+ }
10164
+ ]
10165
+ }
9586
10166
  }
9587
10167
  ]
9588
10168
  },
@@ -9626,7 +10206,16 @@ export const componentPropsReader = createAnalyzeResultReader({
9626
10206
  "kind": "primitive",
9627
10207
  "name": "string"
9628
10208
  },
9629
- "isOptional": true
10209
+ "isOptional": true,
10210
+ "jsdoc": {
10211
+ "text": "Used by `findByTestId()` to locate this component in tests.",
10212
+ "tags": [
10213
+ {
10214
+ "name": "see",
10215
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
10216
+ }
10217
+ ]
10218
+ }
9630
10219
  }
9631
10220
  ]
9632
10221
  },
@@ -10532,7 +11121,16 @@ export const componentPropsReader = createAnalyzeResultReader({
10532
11121
  "kind": "primitive",
10533
11122
  "name": "string"
10534
11123
  },
10535
- "isOptional": true
11124
+ "isOptional": true,
11125
+ "jsdoc": {
11126
+ "text": "Used by `findByTestId()` to locate this component in tests.",
11127
+ "tags": [
11128
+ {
11129
+ "name": "see",
11130
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
11131
+ }
11132
+ ]
11133
+ }
10536
11134
  }
10537
11135
  ]
10538
11136
  },
@@ -10600,7 +11198,16 @@ export const componentPropsReader = createAnalyzeResultReader({
10600
11198
  "kind": "primitive",
10601
11199
  "name": "string"
10602
11200
  },
10603
- "isOptional": true
11201
+ "isOptional": true,
11202
+ "jsdoc": {
11203
+ "text": "Used by `findByTestId()` to locate this component in tests.",
11204
+ "tags": [
11205
+ {
11206
+ "name": "see",
11207
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
11208
+ }
11209
+ ]
11210
+ }
10604
11211
  }
10605
11212
  ]
10606
11213
  },
@@ -10817,7 +11424,16 @@ export const componentPropsReader = createAnalyzeResultReader({
10817
11424
  "kind": "primitive",
10818
11425
  "name": "string"
10819
11426
  },
10820
- "isOptional": true
11427
+ "isOptional": true,
11428
+ "jsdoc": {
11429
+ "text": "Used by `findByTestId()` to locate this component in tests.",
11430
+ "tags": [
11431
+ {
11432
+ "name": "see",
11433
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
11434
+ }
11435
+ ]
11436
+ }
10821
11437
  }
10822
11438
  ]
10823
11439
  },
@@ -10936,7 +11552,16 @@ export const componentPropsReader = createAnalyzeResultReader({
10936
11552
  "kind": "primitive",
10937
11553
  "name": "string"
10938
11554
  },
10939
- "isOptional": true
11555
+ "isOptional": true,
11556
+ "jsdoc": {
11557
+ "text": "Used by `findByTestId()` to locate this component in tests.",
11558
+ "tags": [
11559
+ {
11560
+ "name": "see",
11561
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
11562
+ }
11563
+ ]
11564
+ }
10940
11565
  }
10941
11566
  ]
10942
11567
  },
@@ -11104,7 +11729,16 @@ export const componentPropsReader = createAnalyzeResultReader({
11104
11729
  "kind": "primitive",
11105
11730
  "name": "string"
11106
11731
  },
11107
- "isOptional": true
11732
+ "isOptional": true,
11733
+ "jsdoc": {
11734
+ "text": "Used by `findByTestId()` to locate this component in tests.",
11735
+ "tags": [
11736
+ {
11737
+ "name": "see",
11738
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
11739
+ }
11740
+ ]
11741
+ }
11108
11742
  }
11109
11743
  ]
11110
11744
  },
@@ -11421,7 +12055,111 @@ export const componentPropsReader = createAnalyzeResultReader({
11421
12055
  "kind": "primitive",
11422
12056
  "name": "string"
11423
12057
  },
11424
- "isOptional": true
12058
+ "isOptional": true,
12059
+ "jsdoc": {
12060
+ "text": "Used by `findByTestId()` to locate this component in tests.",
12061
+ "tags": [
12062
+ {
12063
+ "name": "see",
12064
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
12065
+ }
12066
+ ]
12067
+ }
12068
+ }
12069
+ ]
12070
+ },
12071
+ "LineChartProps:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts": {
12072
+ "kind": "object",
12073
+ "properties": [
12074
+ {
12075
+ "kind": "property",
12076
+ "name": "data",
12077
+ "type": {
12078
+ "kind": "union",
12079
+ "types": [
12080
+ {
12081
+ "kind": "array",
12082
+ "elementType": {
12083
+ "kind": "type-reference",
12084
+ "typeId": "ChartDataRow:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
12085
+ "typeString": "ChartDataRow"
12086
+ }
12087
+ },
12088
+ {
12089
+ "kind": "object",
12090
+ "properties": [
12091
+ {
12092
+ "kind": "property",
12093
+ "name": "data",
12094
+ "type": {
12095
+ "kind": "array",
12096
+ "elementType": {
12097
+ "kind": "type-reference",
12098
+ "typeId": "ChartDataRow:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
12099
+ "typeString": "ChartDataRow"
12100
+ }
12101
+ }
12102
+ },
12103
+ {
12104
+ "kind": "property",
12105
+ "name": "options",
12106
+ "type": {
12107
+ "kind": "type-reference",
12108
+ "typeId": "ChartDataOptions:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
12109
+ "typeString": "ChartDataOptions"
12110
+ },
12111
+ "isOptional": true
12112
+ }
12113
+ ]
12114
+ }
12115
+ ]
12116
+ },
12117
+ "jsdoc": {
12118
+ "text": "An object containing the chart's data in an array.\n- Data should be formatted as comma-separated objects containing key-value pairs.\n- Data will be displayed in the order it's provided, so any sorting will need to be done before passing it to the component.\n- While it's recommended to pre-format your data to be human-readable, you can also provide the `propertyLabels` parameter via this prop's `options` to relabel data values. See example in the [Stacking section](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/line-chart#stacking).\n\nLearn more about [formatting data](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/overview#formatting-data)."
12119
+ }
12120
+ },
12121
+ {
12122
+ "kind": "property",
12123
+ "name": "axes",
12124
+ "type": {
12125
+ "kind": "type-reference",
12126
+ "typeId": "ChartAxisPair:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
12127
+ "typeString": "ChartAxisPair"
12128
+ },
12129
+ "jsdoc": {
12130
+ "text": "Configures the chart's axes. Using the `x` and `y` fields, you'll configure each axis individually with `field` and `fieldType` parameters, along with an optional `label` parameter:\n- `field` (Required): the field from your dataset to use. This value will be used as the displayed axis label if no `label` is specified.\n- `fieldType` (Required): the type of field. Can be `category`, `datetime`, or `linear`. Learn more about [field types](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/overview#configuring-axes).\n- `label`: the axis label. If not specified, the `field` value will be used.\n\nYou can also include an `options` field to further configure the axes with the following options:\n- `groupFieldByColor` (string): specify a field to [apply color](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/line-chart#colors) to for visual clarity.\n- `stacking` (boolean): [stack grouped data](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/line-chart#stacking) instead of always rendering separated lines.\n- `colors` (object): [specify colors for values](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/line-chart#specify-colors-per-field-value) in the field specified in `groupFieldByColor`.\n\nLearn more about [chart axes](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/overview#configuring-axes)."
12131
+ }
12132
+ },
12133
+ {
12134
+ "kind": "property",
12135
+ "name": "options",
12136
+ "type": {
12137
+ "kind": "type-reference",
12138
+ "typeId": "ChartOptions:@hubspot/ui-extensions:dist/shared/types/components/chart.d.ts",
12139
+ "typeString": "ChartOptions"
12140
+ },
12141
+ "isOptional": true,
12142
+ "jsdoc": {
12143
+ "text": "Additional chart configuration options. Options include:\n- `title` (string): a title for the chart.\n- `showLegend` (boolean): set to `true` to display a legend above the chart.\n- `showDataLabels` (boolean): set to `true` to display labels above data points.\n- `showTooltips` (boolean): set to `true` to display tooltips for data points on hover.\n- `colorList` (array): specify a custom order for colors to be used in the report.\n\nLearn more about [chart options](https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/ui-components/standard-components/charts/overview#chart-options)."
12144
+ }
12145
+ },
12146
+ {
12147
+ "kind": "property",
12148
+ "name": "testId",
12149
+ "type": {
12150
+ "kind": "primitive",
12151
+ "name": "string"
12152
+ },
12153
+ "isOptional": true,
12154
+ "jsdoc": {
12155
+ "text": "Used by `findByTestId()` to locate this component in tests.",
12156
+ "tags": [
12157
+ {
12158
+ "name": "see",
12159
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
12160
+ }
12161
+ ]
12162
+ }
11425
12163
  }
11426
12164
  ]
11427
12165
  },
@@ -11548,7 +12286,16 @@ export const componentPropsReader = createAnalyzeResultReader({
11548
12286
  "kind": "primitive",
11549
12287
  "name": "string"
11550
12288
  },
11551
- "isOptional": true
12289
+ "isOptional": true,
12290
+ "jsdoc": {
12291
+ "text": "Used by `findByTestId()` to locate this component in tests.",
12292
+ "tags": [
12293
+ {
12294
+ "name": "see",
12295
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
12296
+ }
12297
+ ]
12298
+ }
11552
12299
  }
11553
12300
  ]
11554
12301
  },
@@ -11617,9 +12364,18 @@ export const componentPropsReader = createAnalyzeResultReader({
11617
12364
  "kind": "primitive",
11618
12365
  "name": "string"
11619
12366
  },
11620
- "isOptional": true
11621
- }
11622
- ]
12367
+ "isOptional": true,
12368
+ "jsdoc": {
12369
+ "text": "Used by `findByTestId()` to locate this component in tests.",
12370
+ "tags": [
12371
+ {
12372
+ "name": "see",
12373
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
12374
+ }
12375
+ ]
12376
+ }
12377
+ }
12378
+ ]
11623
12379
  },
11624
12380
  "LoadingButtonOverlayOptions:@hubspot/ui-extensions:dist/shared/types/components/button.d.ts": {
11625
12381
  "kind": "object",
@@ -12668,7 +13424,16 @@ export const componentPropsReader = createAnalyzeResultReader({
12668
13424
  "kind": "primitive",
12669
13425
  "name": "string"
12670
13426
  },
12671
- "isOptional": true
13427
+ "isOptional": true,
13428
+ "jsdoc": {
13429
+ "text": "Used by `findByTestId()` to locate this component in tests.",
13430
+ "tags": [
13431
+ {
13432
+ "name": "see",
13433
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
13434
+ }
13435
+ ]
13436
+ }
12672
13437
  },
12673
13438
  {
12674
13439
  "kind": "property",
@@ -12791,7 +13556,16 @@ export const componentPropsReader = createAnalyzeResultReader({
12791
13556
  "kind": "primitive",
12792
13557
  "name": "string"
12793
13558
  },
12794
- "isOptional": true
13559
+ "isOptional": true,
13560
+ "jsdoc": {
13561
+ "text": "Used by `findByTestId()` to locate this component in tests.",
13562
+ "tags": [
13563
+ {
13564
+ "name": "see",
13565
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
13566
+ }
13567
+ ]
13568
+ }
12795
13569
  }
12796
13570
  ]
12797
13571
  },
@@ -12899,7 +13673,16 @@ export const componentPropsReader = createAnalyzeResultReader({
12899
13673
  "kind": "primitive",
12900
13674
  "name": "string"
12901
13675
  },
12902
- "isOptional": true
13676
+ "isOptional": true,
13677
+ "jsdoc": {
13678
+ "text": "Used by `findByTestId()` to locate this component in tests.",
13679
+ "tags": [
13680
+ {
13681
+ "name": "see",
13682
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
13683
+ }
13684
+ ]
13685
+ }
12903
13686
  }
12904
13687
  ]
12905
13688
  },
@@ -12943,7 +13726,16 @@ export const componentPropsReader = createAnalyzeResultReader({
12943
13726
  "kind": "primitive",
12944
13727
  "name": "string"
12945
13728
  },
12946
- "isOptional": true
13729
+ "isOptional": true,
13730
+ "jsdoc": {
13731
+ "text": "Used by `findByTestId()` to locate this component in tests.",
13732
+ "tags": [
13733
+ {
13734
+ "name": "see",
13735
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
13736
+ }
13737
+ ]
13738
+ }
12947
13739
  }
12948
13740
  ]
12949
13741
  },
@@ -12969,7 +13761,16 @@ export const componentPropsReader = createAnalyzeResultReader({
12969
13761
  "kind": "primitive",
12970
13762
  "name": "string"
12971
13763
  },
12972
- "isOptional": true
13764
+ "isOptional": true,
13765
+ "jsdoc": {
13766
+ "text": "Used by `findByTestId()` to locate this component in tests.",
13767
+ "tags": [
13768
+ {
13769
+ "name": "see",
13770
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
13771
+ }
13772
+ ]
13773
+ }
12973
13774
  }
12974
13775
  ]
12975
13776
  },
@@ -13135,7 +13936,16 @@ export const componentPropsReader = createAnalyzeResultReader({
13135
13936
  "kind": "primitive",
13136
13937
  "name": "string"
13137
13938
  },
13138
- "isOptional": true
13939
+ "isOptional": true,
13940
+ "jsdoc": {
13941
+ "text": "Used by `findByTestId()` to locate this component in tests.",
13942
+ "tags": [
13943
+ {
13944
+ "name": "see",
13945
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
13946
+ }
13947
+ ]
13948
+ }
13139
13949
  }
13140
13950
  ]
13141
13951
  },
@@ -13440,7 +14250,37 @@ export const componentPropsReader = createAnalyzeResultReader({
13440
14250
  "kind": "primitive",
13441
14251
  "name": "string"
13442
14252
  },
13443
- "isOptional": true
14253
+ "isOptional": true,
14254
+ "jsdoc": {
14255
+ "text": "Used by `findByTestId()` to locate this component in tests.",
14256
+ "tags": [
14257
+ {
14258
+ "name": "see",
14259
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
14260
+ }
14261
+ ]
14262
+ }
14263
+ }
14264
+ ]
14265
+ },
14266
+ "NonNullable:typescript@5.9.3:lib/lib.es5.d.ts": {
14267
+ "kind": "union",
14268
+ "types": [
14269
+ {
14270
+ "kind": "primitive",
14271
+ "name": "string"
14272
+ },
14273
+ {
14274
+ "kind": "primitive",
14275
+ "name": "number"
14276
+ },
14277
+ {
14278
+ "kind": "literal",
14279
+ "value": false
14280
+ },
14281
+ {
14282
+ "kind": "literal",
14283
+ "value": true
13444
14284
  }
13445
14285
  ]
13446
14286
  },
@@ -13793,7 +14633,16 @@ export const componentPropsReader = createAnalyzeResultReader({
13793
14633
  "kind": "primitive",
13794
14634
  "name": "string"
13795
14635
  },
13796
- "isOptional": true
14636
+ "isOptional": true,
14637
+ "jsdoc": {
14638
+ "text": "Used by `findByTestId()` to locate this component in tests.",
14639
+ "tags": [
14640
+ {
14641
+ "name": "see",
14642
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
14643
+ }
14644
+ ]
14645
+ }
13797
14646
  }
13798
14647
  ]
13799
14648
  },
@@ -13946,7 +14795,16 @@ export const componentPropsReader = createAnalyzeResultReader({
13946
14795
  "kind": "primitive",
13947
14796
  "name": "string"
13948
14797
  },
13949
- "isOptional": true
14798
+ "isOptional": true,
14799
+ "jsdoc": {
14800
+ "text": "Used by `findByTestId()` to locate this component in tests.",
14801
+ "tags": [
14802
+ {
14803
+ "name": "see",
14804
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
14805
+ }
14806
+ ]
14807
+ }
13950
14808
  }
13951
14809
  ]
13952
14810
  },
@@ -13972,7 +14830,16 @@ export const componentPropsReader = createAnalyzeResultReader({
13972
14830
  "kind": "primitive",
13973
14831
  "name": "string"
13974
14832
  },
13975
- "isOptional": true
14833
+ "isOptional": true,
14834
+ "jsdoc": {
14835
+ "text": "Used by `findByTestId()` to locate this component in tests.",
14836
+ "tags": [
14837
+ {
14838
+ "name": "see",
14839
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
14840
+ }
14841
+ ]
14842
+ }
13976
14843
  }
13977
14844
  ]
13978
14845
  },
@@ -14138,7 +15005,16 @@ export const componentPropsReader = createAnalyzeResultReader({
14138
15005
  "kind": "primitive",
14139
15006
  "name": "string"
14140
15007
  },
14141
- "isOptional": true
15008
+ "isOptional": true,
15009
+ "jsdoc": {
15010
+ "text": "Used by `findByTestId()` to locate this component in tests.",
15011
+ "tags": [
15012
+ {
15013
+ "name": "see",
15014
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
15015
+ }
15016
+ ]
15017
+ }
14142
15018
  }
14143
15019
  ]
14144
15020
  },
@@ -14182,7 +15058,16 @@ export const componentPropsReader = createAnalyzeResultReader({
14182
15058
  "kind": "primitive",
14183
15059
  "name": "string"
14184
15060
  },
14185
- "isOptional": true
15061
+ "isOptional": true,
15062
+ "jsdoc": {
15063
+ "text": "Used by `findByTestId()` to locate this component in tests.",
15064
+ "tags": [
15065
+ {
15066
+ "name": "see",
15067
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
15068
+ }
15069
+ ]
15070
+ }
14186
15071
  }
14187
15072
  ]
14188
15073
  },
@@ -14384,7 +15269,16 @@ export const componentPropsReader = createAnalyzeResultReader({
14384
15269
  "kind": "primitive",
14385
15270
  "name": "string"
14386
15271
  },
14387
- "isOptional": true
15272
+ "isOptional": true,
15273
+ "jsdoc": {
15274
+ "text": "Used by `findByTestId()` to locate this component in tests.",
15275
+ "tags": [
15276
+ {
15277
+ "name": "see",
15278
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
15279
+ }
15280
+ ]
15281
+ }
14388
15282
  }
14389
15283
  ]
14390
15284
  },
@@ -14537,7 +15431,16 @@ export const componentPropsReader = createAnalyzeResultReader({
14537
15431
  "kind": "primitive",
14538
15432
  "name": "string"
14539
15433
  },
14540
- "isOptional": true
15434
+ "isOptional": true,
15435
+ "jsdoc": {
15436
+ "text": "Used by `findByTestId()` to locate this component in tests.",
15437
+ "tags": [
15438
+ {
15439
+ "name": "see",
15440
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
15441
+ }
15442
+ ]
15443
+ }
14541
15444
  }
14542
15445
  ]
14543
15446
  },
@@ -14869,7 +15772,16 @@ export const componentPropsReader = createAnalyzeResultReader({
14869
15772
  "kind": "primitive",
14870
15773
  "name": "string"
14871
15774
  },
14872
- "isOptional": true
15775
+ "isOptional": true,
15776
+ "jsdoc": {
15777
+ "text": "Used by `findByTestId()` to locate this component in tests.",
15778
+ "tags": [
15779
+ {
15780
+ "name": "see",
15781
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
15782
+ }
15783
+ ]
15784
+ }
14873
15785
  }
14874
15786
  ]
14875
15787
  },
@@ -14986,22 +15898,239 @@ export const componentPropsReader = createAnalyzeResultReader({
14986
15898
  "kind": "primitive",
14987
15899
  "name": "string"
14988
15900
  },
14989
- "isOptional": true
15901
+ "isOptional": true,
15902
+ "jsdoc": {
15903
+ "text": "Used by `findByTestId()` to locate this component in tests.",
15904
+ "tags": [
15905
+ {
15906
+ "name": "see",
15907
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
15908
+ }
15909
+ ]
15910
+ }
14990
15911
  }
14991
15912
  ]
14992
15913
  },
14993
15914
  "RadioButtonProps:@hubspot/ui-extensions:dist/shared/types/components/toggleInputs.d.ts": {
14994
- "kind": "built-in-type-reference",
14995
- "name": "Omit",
14996
- "typeArguments": [
15915
+ "kind": "object",
15916
+ "properties": [
14997
15917
  {
14998
- "kind": "type-reference",
14999
- "typeId": "CheckboxProps:@hubspot/ui-extensions:dist/shared/types/components/toggleInputs.d.ts",
15000
- "typeString": "CheckboxProps"
15918
+ "kind": "property",
15919
+ "name": "description",
15920
+ "type": {
15921
+ "kind": "primitive",
15922
+ "name": "string"
15923
+ },
15924
+ "isOptional": true,
15925
+ "jsdoc": {
15926
+ "text": "Text that describes the field's purpose."
15927
+ }
15001
15928
  },
15002
15929
  {
15003
- "kind": "literal",
15004
- "value": "aria-label"
15930
+ "kind": "property",
15931
+ "name": "name",
15932
+ "type": {
15933
+ "kind": "primitive",
15934
+ "name": "string"
15935
+ },
15936
+ "isOptional": true,
15937
+ "jsdoc": {
15938
+ "text": "The checkbox's unique identifier."
15939
+ }
15940
+ },
15941
+ {
15942
+ "kind": "property",
15943
+ "name": "value",
15944
+ "type": {
15945
+ "kind": "primitive",
15946
+ "name": "string"
15947
+ },
15948
+ "isOptional": true,
15949
+ "jsdoc": {
15950
+ "text": "The checkbox value. This value is not displayed on the card, but is passed on the server side when submitted, along with the checkbox name."
15951
+ }
15952
+ },
15953
+ {
15954
+ "kind": "property",
15955
+ "name": "readOnly",
15956
+ "type": {
15957
+ "kind": "primitive",
15958
+ "name": "boolean"
15959
+ },
15960
+ "isOptional": true,
15961
+ "jsdoc": {
15962
+ "text": "When set to `true`, the checkbox cannot be selected."
15963
+ }
15964
+ },
15965
+ {
15966
+ "kind": "property",
15967
+ "name": "onChange",
15968
+ "type": {
15969
+ "kind": "function",
15970
+ "functionKind": "arrow",
15971
+ "parameters": [
15972
+ {
15973
+ "kind": "parameter",
15974
+ "name": "checked",
15975
+ "type": {
15976
+ "kind": "primitive",
15977
+ "name": "boolean"
15978
+ }
15979
+ },
15980
+ {
15981
+ "kind": "parameter",
15982
+ "name": "value",
15983
+ "type": {
15984
+ "kind": "primitive",
15985
+ "name": "string"
15986
+ }
15987
+ }
15988
+ ],
15989
+ "returnType": {
15990
+ "kind": "primitive",
15991
+ "name": "void"
15992
+ }
15993
+ },
15994
+ "isOptional": true,
15995
+ "jsdoc": {
15996
+ "text": "A callback function that is called when the checkbox is selected or cleared. Passes the new value.",
15997
+ "tags": [
15998
+ {
15999
+ "name": "event",
16000
+ "text": ""
16001
+ }
16002
+ ]
16003
+ }
16004
+ },
16005
+ {
16006
+ "kind": "property",
16007
+ "name": "testId",
16008
+ "type": {
16009
+ "kind": "primitive",
16010
+ "name": "string"
16011
+ },
16012
+ "isOptional": true,
16013
+ "jsdoc": {
16014
+ "text": "Used by `findByTestId()` to locate this component in tests.",
16015
+ "tags": [
16016
+ {
16017
+ "name": "see",
16018
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
16019
+ }
16020
+ ]
16021
+ }
16022
+ },
16023
+ {
16024
+ "kind": "property",
16025
+ "name": "inline",
16026
+ "type": {
16027
+ "kind": "primitive",
16028
+ "name": "boolean"
16029
+ },
16030
+ "isOptional": true,
16031
+ "jsdoc": {
16032
+ "text": "When set to `true`, arranges checkboxes side by side.",
16033
+ "tags": [
16034
+ {
16035
+ "name": "defaultValue",
16036
+ "text": "`false`"
16037
+ }
16038
+ ]
16039
+ }
16040
+ },
16041
+ {
16042
+ "kind": "property",
16043
+ "name": "checked",
16044
+ "type": {
16045
+ "kind": "primitive",
16046
+ "name": "boolean"
16047
+ },
16048
+ "isOptional": true,
16049
+ "jsdoc": {
16050
+ "text": "When set to `true`, the checkbox is selected.",
16051
+ "tags": [
16052
+ {
16053
+ "name": "defaultValue",
16054
+ "text": "`false`"
16055
+ }
16056
+ ]
16057
+ }
16058
+ },
16059
+ {
16060
+ "kind": "property",
16061
+ "name": "readonly",
16062
+ "type": {
16063
+ "kind": "primitive",
16064
+ "name": "boolean"
16065
+ },
16066
+ "isOptional": true,
16067
+ "jsdoc": {
16068
+ "text": "",
16069
+ "tags": [
16070
+ {
16071
+ "name": "deprecated",
16072
+ "text": "use readOnly instead"
16073
+ }
16074
+ ]
16075
+ }
16076
+ },
16077
+ {
16078
+ "kind": "property",
16079
+ "name": "variant",
16080
+ "type": {
16081
+ "kind": "union",
16082
+ "types": [
16083
+ {
16084
+ "kind": "literal",
16085
+ "value": "small"
16086
+ },
16087
+ {
16088
+ "kind": "literal",
16089
+ "value": "default"
16090
+ }
16091
+ ]
16092
+ },
16093
+ "isOptional": true,
16094
+ "jsdoc": {
16095
+ "text": "The size of the checkbox.",
16096
+ "tags": [
16097
+ {
16098
+ "name": "defaultValue",
16099
+ "text": "`\"default\"`"
16100
+ }
16101
+ ]
16102
+ }
16103
+ },
16104
+ {
16105
+ "kind": "property",
16106
+ "name": "children",
16107
+ "type": {
16108
+ "kind": "type-reference",
16109
+ "typeId": "ReactNode:@types/react@18.3.26:index.d.ts",
16110
+ "typeString": "ReactNode"
16111
+ },
16112
+ "isOptional": true,
16113
+ "jsdoc": {
16114
+ "text": "The text that displays next to the checkbox."
16115
+ }
16116
+ },
16117
+ {
16118
+ "kind": "property",
16119
+ "name": "initialIsChecked",
16120
+ "type": {
16121
+ "kind": "primitive",
16122
+ "name": "boolean"
16123
+ },
16124
+ "isOptional": true,
16125
+ "jsdoc": {
16126
+ "text": "When set to `true`, the checkbox is selected by default.",
16127
+ "tags": [
16128
+ {
16129
+ "name": "defaultValue",
16130
+ "text": "`false`"
16131
+ }
16132
+ ]
16133
+ }
15005
16134
  }
15006
16135
  ]
15007
16136
  },
@@ -15135,6 +16264,40 @@ export const componentPropsReader = createAnalyzeResultReader({
15135
16264
  }
15136
16265
  ]
15137
16266
  },
16267
+ "ScoreProps:@hubspot/ui-extensions:dist/shared/types/components/score.d.ts": {
16268
+ "kind": "object",
16269
+ "properties": [
16270
+ {
16271
+ "kind": "property",
16272
+ "name": "testId",
16273
+ "type": {
16274
+ "kind": "primitive",
16275
+ "name": "string"
16276
+ },
16277
+ "isOptional": true,
16278
+ "jsdoc": {
16279
+ "text": "Used by `findByTestId()` to locate this component in tests.",
16280
+ "tags": [
16281
+ {
16282
+ "name": "see",
16283
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
16284
+ }
16285
+ ]
16286
+ }
16287
+ },
16288
+ {
16289
+ "kind": "property",
16290
+ "name": "score",
16291
+ "type": {
16292
+ "kind": "primitive",
16293
+ "name": "number"
16294
+ },
16295
+ "jsdoc": {
16296
+ "text": "The numerical score to display. Must be a value between 0 and 100.\nDecimal values will be clamped to the nearest integer."
16297
+ }
16298
+ }
16299
+ ]
16300
+ },
15138
16301
  "SearchInputProps:@hubspot/ui-extensions:dist/shared/types/components/inputs.d.ts": {
15139
16302
  "kind": "object",
15140
16303
  "properties": [
@@ -15433,7 +16596,16 @@ export const componentPropsReader = createAnalyzeResultReader({
15433
16596
  "kind": "primitive",
15434
16597
  "name": "string"
15435
16598
  },
15436
- "isOptional": true
16599
+ "isOptional": true,
16600
+ "jsdoc": {
16601
+ "text": "Used by `findByTestId()` to locate this component in tests.",
16602
+ "tags": [
16603
+ {
16604
+ "name": "see",
16605
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
16606
+ }
16607
+ ]
16608
+ }
15437
16609
  }
15438
16610
  ]
15439
16611
  },
@@ -15480,8 +16652,9 @@ export const componentPropsReader = createAnalyzeResultReader({
15480
16652
  "kind": "parameter",
15481
16653
  "name": "value",
15482
16654
  "type": {
15483
- "kind": "built-in-type-reference",
15484
- "name": "NonNullable",
16655
+ "kind": "type-reference",
16656
+ "typeId": "NonNullable:typescript@5.9.3:lib/lib.es5.d.ts",
16657
+ "typeString": "NonNullable<string | number | boolean | undefined>",
15485
16658
  "typeArguments": [
15486
16659
  {
15487
16660
  "kind": "union",
@@ -15774,7 +16947,16 @@ export const componentPropsReader = createAnalyzeResultReader({
15774
16947
  "kind": "primitive",
15775
16948
  "name": "string"
15776
16949
  },
15777
- "isOptional": true
16950
+ "isOptional": true,
16951
+ "jsdoc": {
16952
+ "text": "Used by `findByTestId()` to locate this component in tests.",
16953
+ "tags": [
16954
+ {
16955
+ "name": "see",
16956
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
16957
+ }
16958
+ ]
16959
+ }
15778
16960
  }
15779
16961
  ]
15780
16962
  },
@@ -15882,7 +17064,16 @@ export const componentPropsReader = createAnalyzeResultReader({
15882
17064
  "kind": "primitive",
15883
17065
  "name": "string"
15884
17066
  },
15885
- "isOptional": true
17067
+ "isOptional": true,
17068
+ "jsdoc": {
17069
+ "text": "Used by `findByTestId()` to locate this component in tests.",
17070
+ "tags": [
17071
+ {
17072
+ "name": "see",
17073
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
17074
+ }
17075
+ ]
17076
+ }
15886
17077
  }
15887
17078
  ]
15888
17079
  },
@@ -15930,8 +17121,9 @@ export const componentPropsReader = createAnalyzeResultReader({
15930
17121
  "kind": "parameter",
15931
17122
  "name": "value",
15932
17123
  "type": {
15933
- "kind": "built-in-type-reference",
15934
- "name": "NonNullable",
17124
+ "kind": "type-reference",
17125
+ "typeId": "NonNullable:typescript@5.9.3:lib/lib.es5.d.ts",
17126
+ "typeString": "NonNullable<\"none\" | \"ascending\" | \"descending\">",
15935
17127
  "typeArguments": [
15936
17128
  {
15937
17129
  "kind": "union",
@@ -16003,7 +17195,16 @@ export const componentPropsReader = createAnalyzeResultReader({
16003
17195
  "kind": "primitive",
16004
17196
  "name": "string"
16005
17197
  },
16006
- "isOptional": true
17198
+ "isOptional": true,
17199
+ "jsdoc": {
17200
+ "text": "Used by `findByTestId()` to locate this component in tests.",
17201
+ "tags": [
17202
+ {
17203
+ "name": "see",
17204
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
17205
+ }
17206
+ ]
17207
+ }
16007
17208
  },
16008
17209
  {
16009
17210
  "kind": "property",
@@ -16183,7 +17384,16 @@ export const componentPropsReader = createAnalyzeResultReader({
16183
17384
  "kind": "primitive",
16184
17385
  "name": "string"
16185
17386
  },
16186
- "isOptional": true
17387
+ "isOptional": true,
17388
+ "jsdoc": {
17389
+ "text": "Used by `findByTestId()` to locate this component in tests.",
17390
+ "tags": [
17391
+ {
17392
+ "name": "see",
17393
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
17394
+ }
17395
+ ]
17396
+ }
16187
17397
  }
16188
17398
  ]
16189
17399
  },
@@ -16367,7 +17577,16 @@ export const componentPropsReader = createAnalyzeResultReader({
16367
17577
  "kind": "primitive",
16368
17578
  "name": "string"
16369
17579
  },
16370
- "isOptional": true
17580
+ "isOptional": true,
17581
+ "jsdoc": {
17582
+ "text": "Used by `findByTestId()` to locate this component in tests.",
17583
+ "tags": [
17584
+ {
17585
+ "name": "see",
17586
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
17587
+ }
17588
+ ]
17589
+ }
16371
17590
  }
16372
17591
  ]
16373
17592
  },
@@ -16437,7 +17656,16 @@ export const componentPropsReader = createAnalyzeResultReader({
16437
17656
  "kind": "primitive",
16438
17657
  "name": "string"
16439
17658
  },
16440
- "isOptional": true
17659
+ "isOptional": true,
17660
+ "jsdoc": {
17661
+ "text": "Used by `findByTestId()` to locate this component in tests.",
17662
+ "tags": [
17663
+ {
17664
+ "name": "see",
17665
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
17666
+ }
17667
+ ]
17668
+ }
16441
17669
  }
16442
17670
  ]
16443
17671
  },
@@ -16463,7 +17691,16 @@ export const componentPropsReader = createAnalyzeResultReader({
16463
17691
  "kind": "primitive",
16464
17692
  "name": "string"
16465
17693
  },
16466
- "isOptional": true
17694
+ "isOptional": true,
17695
+ "jsdoc": {
17696
+ "text": "Used by `findByTestId()` to locate this component in tests.",
17697
+ "tags": [
17698
+ {
17699
+ "name": "see",
17700
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
17701
+ }
17702
+ ]
17703
+ }
16467
17704
  }
16468
17705
  ]
16469
17706
  },
@@ -16535,7 +17772,16 @@ export const componentPropsReader = createAnalyzeResultReader({
16535
17772
  "kind": "primitive",
16536
17773
  "name": "string"
16537
17774
  },
16538
- "isOptional": true
17775
+ "isOptional": true,
17776
+ "jsdoc": {
17777
+ "text": "Used by `findByTestId()` to locate this component in tests.",
17778
+ "tags": [
17779
+ {
17780
+ "name": "see",
17781
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
17782
+ }
17783
+ ]
17784
+ }
16539
17785
  }
16540
17786
  ]
16541
17787
  },
@@ -16682,7 +17928,16 @@ export const componentPropsReader = createAnalyzeResultReader({
16682
17928
  "kind": "primitive",
16683
17929
  "name": "string"
16684
17930
  },
16685
- "isOptional": true
17931
+ "isOptional": true,
17932
+ "jsdoc": {
17933
+ "text": "Used by `findByTestId()` to locate this component in tests.",
17934
+ "tags": [
17935
+ {
17936
+ "name": "see",
17937
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
17938
+ }
17939
+ ]
17940
+ }
16686
17941
  }
16687
17942
  ]
16688
17943
  },
@@ -16871,7 +18126,16 @@ export const componentPropsReader = createAnalyzeResultReader({
16871
18126
  "kind": "primitive",
16872
18127
  "name": "string"
16873
18128
  },
16874
- "isOptional": true
18129
+ "isOptional": true,
18130
+ "jsdoc": {
18131
+ "text": "Used by `findByTestId()` to locate this component in tests.",
18132
+ "tags": [
18133
+ {
18134
+ "name": "see",
18135
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
18136
+ }
18137
+ ]
18138
+ }
16875
18139
  }
16876
18140
  ]
16877
18141
  },
@@ -17171,7 +18435,16 @@ export const componentPropsReader = createAnalyzeResultReader({
17171
18435
  "kind": "primitive",
17172
18436
  "name": "string"
17173
18437
  },
17174
- "isOptional": true
18438
+ "isOptional": true,
18439
+ "jsdoc": {
18440
+ "text": "Used by `findByTestId()` to locate this component in tests.",
18441
+ "tags": [
18442
+ {
18443
+ "name": "see",
18444
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
18445
+ }
18446
+ ]
18447
+ }
17175
18448
  },
17176
18449
  {
17177
18450
  "kind": "property",
@@ -17353,7 +18626,16 @@ export const componentPropsReader = createAnalyzeResultReader({
17353
18626
  "kind": "primitive",
17354
18627
  "name": "string"
17355
18628
  },
17356
- "isOptional": true
18629
+ "isOptional": true,
18630
+ "jsdoc": {
18631
+ "text": "Used by `findByTestId()` to locate this component in tests.",
18632
+ "tags": [
18633
+ {
18634
+ "name": "see",
18635
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
18636
+ }
18637
+ ]
18638
+ }
17357
18639
  }
17358
18640
  ]
17359
18641
  },
@@ -17376,7 +18658,16 @@ export const componentPropsReader = createAnalyzeResultReader({
17376
18658
  "kind": "primitive",
17377
18659
  "name": "string"
17378
18660
  },
17379
- "isOptional": true
18661
+ "isOptional": true,
18662
+ "jsdoc": {
18663
+ "text": "Used by `findByTestId()` to locate this component in tests.",
18664
+ "tags": [
18665
+ {
18666
+ "name": "see",
18667
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
18668
+ }
18669
+ ]
18670
+ }
17380
18671
  },
17381
18672
  {
17382
18673
  "kind": "property",
@@ -17465,7 +18756,16 @@ export const componentPropsReader = createAnalyzeResultReader({
17465
18756
  "kind": "primitive",
17466
18757
  "name": "string"
17467
18758
  },
17468
- "isOptional": true
18759
+ "isOptional": true,
18760
+ "jsdoc": {
18761
+ "text": "Used by `findByTestId()` to locate this component in tests.",
18762
+ "tags": [
18763
+ {
18764
+ "name": "see",
18765
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
18766
+ }
18767
+ ]
18768
+ }
17469
18769
  }
17470
18770
  ]
17471
18771
  },
@@ -17560,7 +18860,16 @@ export const componentPropsReader = createAnalyzeResultReader({
17560
18860
  "kind": "primitive",
17561
18861
  "name": "string"
17562
18862
  },
17563
- "isOptional": true
18863
+ "isOptional": true,
18864
+ "jsdoc": {
18865
+ "text": "Used by `findByTestId()` to locate this component in tests.",
18866
+ "tags": [
18867
+ {
18868
+ "name": "see",
18869
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
18870
+ }
18871
+ ]
18872
+ }
17564
18873
  }
17565
18874
  ]
17566
18875
  },
@@ -17741,7 +19050,16 @@ export const componentPropsReader = createAnalyzeResultReader({
17741
19050
  "kind": "primitive",
17742
19051
  "name": "string"
17743
19052
  },
17744
- "isOptional": true
19053
+ "isOptional": true,
19054
+ "jsdoc": {
19055
+ "text": "Used by `findByTestId()` to locate this component in tests.",
19056
+ "tags": [
19057
+ {
19058
+ "name": "see",
19059
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
19060
+ }
19061
+ ]
19062
+ }
17745
19063
  }
17746
19064
  ]
17747
19065
  },
@@ -17940,7 +19258,16 @@ export const componentPropsReader = createAnalyzeResultReader({
17940
19258
  "kind": "primitive",
17941
19259
  "name": "string"
17942
19260
  },
17943
- "isOptional": true
19261
+ "isOptional": true,
19262
+ "jsdoc": {
19263
+ "text": "Used by `findByTestId()` to locate this component in tests.",
19264
+ "tags": [
19265
+ {
19266
+ "name": "see",
19267
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
19268
+ }
19269
+ ]
19270
+ }
17944
19271
  }
17945
19272
  ]
17946
19273
  },
@@ -18059,7 +19386,16 @@ export const componentPropsReader = createAnalyzeResultReader({
18059
19386
  "kind": "primitive",
18060
19387
  "name": "string"
18061
19388
  },
18062
- "isOptional": true
19389
+ "isOptional": true,
19390
+ "jsdoc": {
19391
+ "text": "Used by `findByTestId()` to locate this component in tests.",
19392
+ "tags": [
19393
+ {
19394
+ "name": "see",
19395
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
19396
+ }
19397
+ ]
19398
+ }
18063
19399
  }
18064
19400
  ]
18065
19401
  },
@@ -18420,7 +19756,16 @@ export const componentPropsReader = createAnalyzeResultReader({
18420
19756
  "kind": "primitive",
18421
19757
  "name": "string"
18422
19758
  },
18423
- "isOptional": true
19759
+ "isOptional": true,
19760
+ "jsdoc": {
19761
+ "text": "Used by `findByTestId()` to locate this component in tests.",
19762
+ "tags": [
19763
+ {
19764
+ "name": "see",
19765
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
19766
+ }
19767
+ ]
19768
+ }
18424
19769
  }
18425
19770
  ]
18426
19771
  },
@@ -18660,7 +20005,16 @@ export const componentPropsReader = createAnalyzeResultReader({
18660
20005
  "kind": "primitive",
18661
20006
  "name": "string"
18662
20007
  },
18663
- "isOptional": true
20008
+ "isOptional": true,
20009
+ "jsdoc": {
20010
+ "text": "Used by `findByTestId()` to locate this component in tests.",
20011
+ "tags": [
20012
+ {
20013
+ "name": "see",
20014
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
20015
+ }
20016
+ ]
20017
+ }
18664
20018
  }
18665
20019
  ]
18666
20020
  },
@@ -18722,7 +20076,16 @@ export const componentPropsReader = createAnalyzeResultReader({
18722
20076
  "kind": "primitive",
18723
20077
  "name": "string"
18724
20078
  },
18725
- "isOptional": true
20079
+ "isOptional": true,
20080
+ "jsdoc": {
20081
+ "text": "Used by `findByTestId()` to locate this component in tests.",
20082
+ "tags": [
20083
+ {
20084
+ "name": "see",
20085
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
20086
+ }
20087
+ ]
20088
+ }
18726
20089
  }
18727
20090
  ]
18728
20091
  },
@@ -19083,7 +20446,16 @@ export const componentPropsReader = createAnalyzeResultReader({
19083
20446
  "kind": "primitive",
19084
20447
  "name": "string"
19085
20448
  },
19086
- "isOptional": true
20449
+ "isOptional": true,
20450
+ "jsdoc": {
20451
+ "text": "Used by `findByTestId()` to locate this component in tests.",
20452
+ "tags": [
20453
+ {
20454
+ "name": "see",
20455
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
20456
+ }
20457
+ ]
20458
+ }
19087
20459
  }
19088
20460
  ]
19089
20461
  },
@@ -19385,7 +20757,16 @@ export const componentPropsReader = createAnalyzeResultReader({
19385
20757
  "kind": "primitive",
19386
20758
  "name": "string"
19387
20759
  },
19388
- "isOptional": true
20760
+ "isOptional": true,
20761
+ "jsdoc": {
20762
+ "text": "Used by `findByTestId()` to locate this component in tests.",
20763
+ "tags": [
20764
+ {
20765
+ "name": "see",
20766
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
20767
+ }
20768
+ ]
20769
+ }
19389
20770
  }
19390
20771
  ]
19391
20772
  },
@@ -19446,7 +20827,16 @@ export const componentPropsReader = createAnalyzeResultReader({
19446
20827
  "kind": "primitive",
19447
20828
  "name": "string"
19448
20829
  },
19449
- "isOptional": true
20830
+ "isOptional": true,
20831
+ "jsdoc": {
20832
+ "text": "Used by `findByTestId()` to locate this component in tests.",
20833
+ "tags": [
20834
+ {
20835
+ "name": "see",
20836
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
20837
+ }
20838
+ ]
20839
+ }
19450
20840
  }
19451
20841
  ]
19452
20842
  },
@@ -19501,7 +20891,16 @@ export const componentPropsReader = createAnalyzeResultReader({
19501
20891
  "kind": "primitive",
19502
20892
  "name": "string"
19503
20893
  },
19504
- "isOptional": true
20894
+ "isOptional": true,
20895
+ "jsdoc": {
20896
+ "text": "Used by `findByTestId()` to locate this component in tests.",
20897
+ "tags": [
20898
+ {
20899
+ "name": "see",
20900
+ "text": "{@link https://developers.hubspot.com/docs/apps/developer-platform/add-features/ui-extensibility/testing/reference#findbytestid Testing utilities reference}"
20901
+ }
20902
+ ]
20903
+ }
19505
20904
  },
19506
20905
  {
19507
20906
  "kind": "property",