@telus-uds/components-base 1.53.0 → 1.55.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 (39) hide show
  1. package/CHANGELOG.md +32 -2
  2. package/component-docs.json +278 -74
  3. package/lib/Button/ButtonBase.js +17 -5
  4. package/lib/Carousel/CarouselStepTracker/CarouselStepTracker.js +6 -2
  5. package/lib/Carousel/CarouselTabs/CarouselTabsPanel.js +9 -8
  6. package/lib/Carousel/CarouselThumbnail.js +53 -26
  7. package/lib/Carousel/CarouselThumbnailNavigation.js +15 -6
  8. package/lib/ExpandCollapse/Panel.js +65 -8
  9. package/lib/IconButton/IconButton.js +41 -7
  10. package/lib/Modal/Modal.js +9 -3
  11. package/lib/SkipLink/SkipLink.js +19 -15
  12. package/lib/ThemeProvider/utils/styles.js +18 -2
  13. package/lib/TooltipButton/TooltipButton.js +7 -3
  14. package/lib/Typography/Typography.js +11 -2
  15. package/lib-module/Button/ButtonBase.js +17 -5
  16. package/lib-module/Carousel/CarouselStepTracker/CarouselStepTracker.js +6 -2
  17. package/lib-module/Carousel/CarouselTabs/CarouselTabsPanel.js +9 -8
  18. package/lib-module/Carousel/CarouselThumbnail.js +51 -27
  19. package/lib-module/Carousel/CarouselThumbnailNavigation.js +13 -6
  20. package/lib-module/ExpandCollapse/Panel.js +64 -8
  21. package/lib-module/IconButton/IconButton.js +41 -7
  22. package/lib-module/Modal/Modal.js +8 -3
  23. package/lib-module/SkipLink/SkipLink.js +19 -15
  24. package/lib-module/ThemeProvider/utils/styles.js +19 -2
  25. package/lib-module/TooltipButton/TooltipButton.js +7 -3
  26. package/lib-module/Typography/Typography.js +10 -2
  27. package/package.json +3 -3
  28. package/src/Button/ButtonBase.jsx +11 -1
  29. package/src/Carousel/CarouselStepTracker/CarouselStepTracker.jsx +10 -2
  30. package/src/Carousel/CarouselTabs/CarouselTabsPanel.jsx +5 -5
  31. package/src/Carousel/CarouselThumbnail.jsx +31 -25
  32. package/src/Carousel/CarouselThumbnailNavigation.jsx +8 -3
  33. package/src/ExpandCollapse/Panel.jsx +55 -8
  34. package/src/IconButton/IconButton.jsx +50 -6
  35. package/src/Modal/Modal.jsx +8 -3
  36. package/src/SkipLink/SkipLink.jsx +12 -12
  37. package/src/ThemeProvider/utils/styles.js +29 -2
  38. package/src/TooltipButton/TooltipButton.jsx +14 -2
  39. package/src/Typography/Typography.jsx +7 -2
@@ -36,7 +36,11 @@
36
36
  "pressableBorderTopColor": "color",
37
37
  "pressablePaddingBottom": "size",
38
38
  "titleColor": "color",
39
- "subTitleColor": "color"
39
+ "subTitleColor": "color",
40
+ "outerBorderColor": "color",
41
+ "outerBorderGap": "size",
42
+ "outerBorderRadius": "radius",
43
+ "outerBorderWidth": "border"
40
44
  },
41
45
  "VideoPickerSlider": {
42
46
  "previousIcon": "icon",
@@ -59,14 +63,10 @@
59
63
  "lineHeight": "lineHeight"
60
64
  },
61
65
  "Table": {
62
- "tablePaddingBottom": "size",
63
66
  "cellMinWidth": "size",
64
- "cellHeadingBackground": "color",
65
- "cellHeadingBoxShadowColor": "color",
67
+ "tablePaddingBottom": "size",
66
68
  "cellBoxShadowColor": "color",
67
- "cellSubheadingBackground": "color",
68
69
  "cellBackground": "color",
69
- "cellRowHeadingBackground": "color",
70
70
  "cellStickyShadow": "shadow",
71
71
  "cellPaddingTop": "size",
72
72
  "cellPaddingRight": "size",
@@ -74,7 +74,9 @@
74
74
  "cellPaddingBottom": "size",
75
75
  "fontWeight": "fontWeight",
76
76
  "fontName": "fontName",
77
- "fontSize": "fontSize"
77
+ "fontSize": "fontSize",
78
+ "lineHeight": "lineHeight",
79
+ "stickyBackgroundColor": "color"
78
80
  },
79
81
  "Image": {
80
82
  "borderRadius": "radius"
@@ -170,17 +172,40 @@
170
172
  "itemPadding": "size"
171
173
  },
172
174
  "QuantitySelector": {
173
- "leftIcon": "icon",
174
- "rightIcon": "icon",
175
- "iconSize": "size",
176
- "borderColor": "color",
177
175
  "inputBorderColor": "color",
178
176
  "inputBackgroundColor": "color",
179
- "inputBorderWidth": "size",
177
+ "inputBorderWidth": "border",
180
178
  "padding": "size",
181
- "backgroundColor": "color",
179
+ "paddingLeft": "size",
180
+ "paddingRight": "size",
181
+ "paddingTop": "size",
182
+ "paddingBottom": "size",
182
183
  "textColor": "color",
183
- "iconColor": "color"
184
+ "inputWidth": "size",
185
+ "lineHeight": "lineHeight",
186
+ "fontSize": "fontSize"
187
+ },
188
+ "QuantitySelectorSideButton": {
189
+ "borderRadius": "radius",
190
+ "borderTopLeftRadius": "radius",
191
+ "borderTopRightRadius": "radius",
192
+ "borderBottomLeftRadius": "radius",
193
+ "borderBottomRightRadius": "radius",
194
+ "borderColor": "color",
195
+ "borderWidth": "border",
196
+ "borderLeftWidth": "border",
197
+ "borderRightWidth": "border",
198
+ "borderTopWidth": "border",
199
+ "borderBottomWidth": "border",
200
+ "padding": "size",
201
+ "paddingLeft": "size",
202
+ "paddingRight": "size",
203
+ "paddingTop": "size",
204
+ "paddingBottom": "size",
205
+ "iconColor": "color",
206
+ "iconSize": "size",
207
+ "icon": "icon",
208
+ "backgroundColor": "color"
184
209
  },
185
210
  "Footnote": {
186
211
  "footnoteBackground": "color",
@@ -268,6 +293,7 @@
268
293
  },
269
294
  "Badge": {
270
295
  "fontWeight": "fontWeight",
296
+ "fontSize": "fontSize",
271
297
  "fontName": "fontName",
272
298
  "backgroundColor": "color",
273
299
  "borderColor": "color",
@@ -463,15 +489,19 @@
463
489
  "showPanelTabs": "show",
464
490
  "spaceBetweenSlideAndPreviousNextNavigation": "size",
465
491
  "spaceBetweenSlideAndPanelNavigation": "size",
466
- "thumbnailBorderColor": "color",
467
- "thumbnailBorderRadius": "radius",
468
- "thumbnailBorderWidth": "border",
469
- "thumbnailContainerPaddingTop": "size",
470
- "thumbnailMargin": "size",
471
- "thumbnailPadding": "size",
472
- "thumbnailSelectedBorderColor": "color",
473
- "thumbnailSelectedBorderWidth": "border",
474
- "thumbnailSize": "size"
492
+ "stepTrackerCurrentBackgroundColor": "color"
493
+ },
494
+ "CarouselThumbnail": {
495
+ "alignItems": "flexAlign",
496
+ "borderColor": "color",
497
+ "borderRadius": "radius",
498
+ "borderWidth": "border",
499
+ "containerPaddingTop": "size",
500
+ "margin": "size",
501
+ "padding": "size",
502
+ "selectedBorderColor": "color",
503
+ "selectedBorderWidth": "border",
504
+ "size": "size"
475
505
  },
476
506
  "CarouselTabsPanelItem": {
477
507
  "paddingLeft": "size",
@@ -646,7 +676,19 @@
646
676
  "borderRadius": "radius",
647
677
  "borderWidth": "border",
648
678
  "expandDividerColor": "color",
649
- "expandDividerWidth": "size"
679
+ "expandDividerWidth": "size",
680
+ "contentPanelBackgroundColor": "color",
681
+ "contentPanelPaddingLeft": "size",
682
+ "contentPanelPaddingRight": "size",
683
+ "contentPanelPaddingTop": "size",
684
+ "contentPanelPaddingBottom": "size",
685
+ "contentPanelBorderWidth": "border",
686
+ "contentPanelBorderColor": "color",
687
+ "contentPanelFontName": "fontName",
688
+ "contentPanelFontSize": "fontSize",
689
+ "contentPanelFontColor": "color",
690
+ "contentPanelFontWeight": "fontWeight",
691
+ "contentPanelLineHeight": "lineHeight"
650
692
  },
651
693
  "Feedback": {
652
694
  "backgroundColor": "color",
@@ -725,6 +767,14 @@
725
767
  "icon": "icon",
726
768
  "backgroundColor": "color",
727
769
  "borderRadius": "radius",
770
+ "borderTopLeftRadius": "radius",
771
+ "borderTopRightRadius": "radius",
772
+ "borderBottomLeftRadius": "radius",
773
+ "borderBottomRightRadius": "radius",
774
+ "borderTopWidth": "border",
775
+ "borderBottomWidth": "border",
776
+ "borderLeftWidth": "border",
777
+ "borderRightWidth": "border",
728
778
  "borderColor": "color",
729
779
  "borderWidth": "border",
730
780
  "outerBorderWidth": "border",
@@ -1399,7 +1449,12 @@
1399
1449
  "outlineWidth": "border",
1400
1450
  "paddingHorizontal": "size",
1401
1451
  "paddingVertical": "size",
1402
- "borderRadius": "radius"
1452
+ "borderRadius": "radius",
1453
+ "textLine": "textLine",
1454
+ "fontName": "fontName",
1455
+ "fontWeight": "fontWeight",
1456
+ "fontSize": "fontSize",
1457
+ "lineHeight": "lineHeight"
1403
1458
  },
1404
1459
  "StoryCard": {
1405
1460
  "outerBorderColor": "color",
@@ -1506,11 +1561,30 @@
1506
1561
  "figcaptionGap": "size",
1507
1562
  "textColor": "color",
1508
1563
  "imageSize": "size",
1509
- "icon": "icon"
1564
+ "icon": "icon",
1565
+ "iconFr": "icon",
1566
+ "testimonialFontSizeLarge": "fontSize",
1567
+ "testimonialLineHeightLarge": "lineHeight",
1568
+ "testimonialFontNameLarge": "fontName",
1569
+ "testimonialFontWeightLarge": "fontWeight",
1570
+ "testimonialFontSizeHeading": "fontSize",
1571
+ "testimonialLineHeightHeading": "lineHeight",
1572
+ "testimonialFontNameHeading": "fontName",
1573
+ "testimonialFontWeightHeading": "fontWeight",
1574
+ "authorFontSize": "fontSize",
1575
+ "authorLineHeight": "lineHeight",
1576
+ "authorFontName": "fontName",
1577
+ "authorFontWeight": "fontWeight",
1578
+ "additionalFontSize": "fontSize",
1579
+ "additionalLineHeight": "lineHeight",
1580
+ "additionalFontName": "fontName",
1581
+ "additionalFontWeight": "fontWeight"
1510
1582
  },
1511
1583
  "TermsAndConditions": {
1512
1584
  "contentPaddingBottom": "size",
1513
1585
  "contentPaddingLeft": "size",
1586
+ "contentBorderColor": "color",
1587
+ "contentMarginBottom": "size",
1514
1588
  "mdContentPaddingBottom": "size",
1515
1589
  "mdContentPaddingLeft": "size",
1516
1590
  "orderedPadding": "size",
@@ -1537,13 +1611,20 @@
1537
1611
  "expandTitleColor": "color",
1538
1612
  "expandTitleFontSize": "size",
1539
1613
  "expandTitleLineHeight": "lineHeight",
1614
+ "expandTitleFontName": "fontName",
1615
+ "expandTitleFontWeight": "fontWeight",
1540
1616
  "expandTitleMarginX": "size",
1541
1617
  "expandTitleMarginY": "size",
1618
+ "expandTitlePaddingLeft": "size",
1619
+ "expandTitleBorder": "border",
1620
+ "expandTitleBorderColor": "color",
1621
+ "expandTitleUnderline": "textLine",
1542
1622
  "expandBaseBorderWidth": "border",
1543
1623
  "expandContentPaddingBottom": "size",
1544
1624
  "expandContentPaddingLeft": "size",
1545
1625
  "expandContentPaddingRight": "size",
1546
1626
  "expandContentPaddingTop": "size",
1627
+ "dividerColor": "color",
1547
1628
  "icon": "icon"
1548
1629
  },
1549
1630
  "TextArea": {
@@ -1693,6 +1774,7 @@
1693
1774
  },
1694
1775
  "TooltipButton": {
1695
1776
  "outerBorderColor": "color",
1777
+ "backgroundColor": "color",
1696
1778
  "outerBorderWidth": "border",
1697
1779
  "outerBorderGap": "size",
1698
1780
  "borderRadius": "radius",
@@ -1704,6 +1786,7 @@
1704
1786
  },
1705
1787
  "Typography": {
1706
1788
  "fontName": "fontName",
1789
+ "superScriptFontSize": "fontSize",
1707
1790
  "fontWeight": "fontWeight",
1708
1791
  "fontSize": "fontSize",
1709
1792
  "color": "color",
@@ -1994,6 +2077,38 @@
1994
2077
  "type": "state"
1995
2078
  }
1996
2079
  },
2080
+ "CarouselThumbnail": {
2081
+ "focus": {
2082
+ "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
2083
+ "values": [
2084
+ true,
2085
+ false
2086
+ ],
2087
+ "type": "state",
2088
+ "platforms": [
2089
+ "rn"
2090
+ ]
2091
+ },
2092
+ "hover": {
2093
+ "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
2094
+ "values": [
2095
+ true,
2096
+ false
2097
+ ],
2098
+ "type": "state",
2099
+ "platforms": [
2100
+ "rn"
2101
+ ]
2102
+ },
2103
+ "pressed": {
2104
+ "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
2105
+ "values": [
2106
+ true,
2107
+ false
2108
+ ],
2109
+ "type": "state"
2110
+ }
2111
+ },
1997
2112
  "Checkbox": {
1998
2113
  "checked": {
1999
2114
  "description": "Corresponds to a selected state for a checkbox or radio",
@@ -2132,7 +2247,8 @@
2132
2247
  "expanded": {
2133
2248
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
2134
2249
  "values": [
2135
- true
2250
+ true,
2251
+ false
2136
2252
  ],
2137
2253
  "type": "state"
2138
2254
  }
@@ -2154,7 +2270,8 @@
2154
2270
  "expanded": {
2155
2271
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
2156
2272
  "values": [
2157
- true
2273
+ true,
2274
+ false
2158
2275
  ],
2159
2276
  "type": "state"
2160
2277
  }
@@ -2307,7 +2424,8 @@
2307
2424
  "expanded": {
2308
2425
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
2309
2426
  "values": [
2310
- true
2427
+ true,
2428
+ false
2311
2429
  ],
2312
2430
  "type": "state"
2313
2431
  },
@@ -2404,7 +2522,8 @@
2404
2522
  "expanded": {
2405
2523
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
2406
2524
  "values": [
2407
- true
2525
+ true,
2526
+ false
2408
2527
  ],
2409
2528
  "type": "state"
2410
2529
  },
@@ -2857,7 +2976,8 @@
2857
2976
  "expanded": {
2858
2977
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
2859
2978
  "values": [
2860
- true
2979
+ true,
2980
+ false
2861
2981
  ],
2862
2982
  "type": "state"
2863
2983
  },
@@ -2888,7 +3008,8 @@
2888
3008
  "expanded": {
2889
3009
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
2890
3010
  "values": [
2891
- true
3011
+ true,
3012
+ false
2892
3013
  ],
2893
3014
  "type": "state"
2894
3015
  }
@@ -3070,7 +3191,8 @@
3070
3191
  "expanded": {
3071
3192
  "description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
3072
3193
  "values": [
3073
- true
3194
+ true,
3195
+ false
3074
3196
  ],
3075
3197
  "type": "state"
3076
3198
  }
@@ -3153,6 +3275,45 @@
3153
3275
  "type": "state"
3154
3276
  }
3155
3277
  },
3278
+ "VideoPickerThumbnail": {
3279
+ "focus": {
3280
+ "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
3281
+ "values": [
3282
+ true,
3283
+ false
3284
+ ],
3285
+ "type": "state",
3286
+ "platforms": [
3287
+ "rn"
3288
+ ]
3289
+ },
3290
+ "hover": {
3291
+ "description": "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
3292
+ "values": [
3293
+ true,
3294
+ false
3295
+ ],
3296
+ "type": "state",
3297
+ "platforms": [
3298
+ "rn"
3299
+ ]
3300
+ },
3301
+ "pressed": {
3302
+ "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
3303
+ "values": [
3304
+ true,
3305
+ false
3306
+ ],
3307
+ "type": "state"
3308
+ },
3309
+ "selected": {
3310
+ "description": "Applies while an interactive component is the currently selected one in a set of states or components, for example a button in a `ButtonGroup`.",
3311
+ "values": [
3312
+ true
3313
+ ],
3314
+ "type": "state"
3315
+ }
3316
+ },
3156
3317
  "SkipLink": {
3157
3318
  "focus": {
3158
3319
  "description": "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
@@ -3164,6 +3325,14 @@
3164
3325
  "platforms": [
3165
3326
  "rn"
3166
3327
  ]
3328
+ },
3329
+ "pressed": {
3330
+ "description": "Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.",
3331
+ "values": [
3332
+ true,
3333
+ false
3334
+ ],
3335
+ "type": "state"
3167
3336
  }
3168
3337
  }
3169
3338
  },
@@ -3186,9 +3355,11 @@
3186
3355
  },
3187
3356
  "border": {
3188
3357
  "default": 0,
3189
- "nullable": false,
3358
+ "nullable": true,
3359
+ "type": "undefined|null",
3190
3360
  "values": {
3191
- "zero": 0
3361
+ "zero": 0,
3362
+ "none": null
3192
3363
  }
3193
3364
  },
3194
3365
  "color": {
@@ -3205,6 +3376,7 @@
3205
3376
  "nullable": true,
3206
3377
  "type": "undefined|null",
3207
3378
  "values": {
3379
+ "none": null,
3208
3380
  "zero": 0,
3209
3381
  "round": 99999999999999
3210
3382
  }
@@ -3219,8 +3391,11 @@
3219
3391
  },
3220
3392
  "fontSize": {
3221
3393
  "default": 16,
3222
- "nullable": false,
3223
- "type": "Number"
3394
+ "nullable": true,
3395
+ "type": "Number|String|null",
3396
+ "values": {
3397
+ "none": null
3398
+ }
3224
3399
  },
3225
3400
  "lineHeight": {
3226
3401
  "default": 1,
@@ -3604,7 +3779,19 @@
3604
3779
  "borderRadius": "radius",
3605
3780
  "borderWidth": "border",
3606
3781
  "expandDividerColor": "color",
3607
- "expandDividerWidth": "size"
3782
+ "expandDividerWidth": "size",
3783
+ "contentPanelBackgroundColor": "color",
3784
+ "contentPanelPaddingLeft": "size",
3785
+ "contentPanelPaddingRight": "size",
3786
+ "contentPanelPaddingTop": "size",
3787
+ "contentPanelPaddingBottom": "size",
3788
+ "contentPanelBorderWidth": "border",
3789
+ "contentPanelBorderColor": "color",
3790
+ "contentPanelFontName": "fontName",
3791
+ "contentPanelFontSize": "fontSize",
3792
+ "contentPanelFontColor": "color",
3793
+ "contentPanelFontWeight": "fontWeight",
3794
+ "contentPanelLineHeight": "lineHeight"
3608
3795
  }
3609
3796
  },
3610
3797
  "required": false,
@@ -3621,7 +3808,7 @@
3621
3808
  "type": {
3622
3809
  "name": "func"
3623
3810
  },
3624
- "required": true,
3811
+ "required": false,
3625
3812
  "description": "Function to call on pressing the panel's control, which should open or close the panel.\nIf Panel is a direct child of `ExpandCollapse`, this prop will be provided by the ExpandCollapse parent."
3626
3813
  },
3627
3814
  "onPress": {
@@ -3649,10 +3836,10 @@
3649
3836
  "control": {
3650
3837
  "type": {
3651
3838
  "name": "custom",
3652
- "raw": "ExpandCollapseControl.propTypes.children.isRequired"
3839
+ "raw": "ExpandCollapseControl.propTypes.children"
3653
3840
  },
3654
3841
  "required": false,
3655
- "description": "The content inside the always-visible control element that opens and closes the ExpandCollapse when pressed."
3842
+ "description": "The content inside the control element that opens and closes the ExpandCollapse when pressed."
3656
3843
  },
3657
3844
  "controlTokens": {
3658
3845
  "type": {
@@ -3690,6 +3877,13 @@
3690
3877
  },
3691
3878
  "required": false,
3692
3879
  "description": "An optional ref to be attached to the control"
3880
+ },
3881
+ "content": {
3882
+ "type": {
3883
+ "name": "bool"
3884
+ },
3885
+ "required": false,
3886
+ "description": "A boolean prop to determine if the panel is a content panel or not. If true, the panel will not have a control"
3693
3887
  }
3694
3888
  },
3695
3889
  "attributes": {
@@ -4548,7 +4742,19 @@
4548
4742
  "borderRadius": "radius",
4549
4743
  "borderWidth": "border",
4550
4744
  "expandDividerColor": "color",
4551
- "expandDividerWidth": "size"
4745
+ "expandDividerWidth": "size",
4746
+ "contentPanelBackgroundColor": "color",
4747
+ "contentPanelPaddingLeft": "size",
4748
+ "contentPanelPaddingRight": "size",
4749
+ "contentPanelPaddingTop": "size",
4750
+ "contentPanelPaddingBottom": "size",
4751
+ "contentPanelBorderWidth": "border",
4752
+ "contentPanelBorderColor": "color",
4753
+ "contentPanelFontName": "fontName",
4754
+ "contentPanelFontSize": "fontSize",
4755
+ "contentPanelFontColor": "color",
4756
+ "contentPanelFontWeight": "fontWeight",
4757
+ "contentPanelLineHeight": "lineHeight"
4552
4758
  }
4553
4759
  },
4554
4760
  "required": false,
@@ -4565,7 +4771,7 @@
4565
4771
  "type": {
4566
4772
  "name": "func"
4567
4773
  },
4568
- "required": true,
4774
+ "required": false,
4569
4775
  "description": "Function to call on pressing the panel's control, which should open or close the panel.\nIf Panel is a direct child of `ExpandCollapse`, this prop will be provided by the ExpandCollapse parent."
4570
4776
  },
4571
4777
  "onPress": {
@@ -4593,10 +4799,10 @@
4593
4799
  "control": {
4594
4800
  "type": {
4595
4801
  "name": "custom",
4596
- "raw": "ExpandCollapseControl.propTypes.children.isRequired"
4802
+ "raw": "ExpandCollapseControl.propTypes.children"
4597
4803
  },
4598
4804
  "required": false,
4599
- "description": "The content inside the always-visible control element that opens and closes the ExpandCollapse when pressed."
4805
+ "description": "The content inside the control element that opens and closes the ExpandCollapse when pressed."
4600
4806
  },
4601
4807
  "controlTokens": {
4602
4808
  "type": {
@@ -4634,6 +4840,13 @@
4634
4840
  },
4635
4841
  "required": false,
4636
4842
  "description": "An optional ref to be attached to the control"
4843
+ },
4844
+ "content": {
4845
+ "type": {
4846
+ "name": "bool"
4847
+ },
4848
+ "required": false,
4849
+ "description": "A boolean prop to determine if the panel is a content panel or not. If true, the panel will not have a control"
4637
4850
  }
4638
4851
  },
4639
4852
  "attributes": {
@@ -6115,6 +6328,14 @@
6115
6328
  "icon": "icon",
6116
6329
  "backgroundColor": "color",
6117
6330
  "borderRadius": "radius",
6331
+ "borderTopLeftRadius": "radius",
6332
+ "borderTopRightRadius": "radius",
6333
+ "borderBottomLeftRadius": "radius",
6334
+ "borderBottomRightRadius": "radius",
6335
+ "borderTopWidth": "border",
6336
+ "borderBottomWidth": "border",
6337
+ "borderLeftWidth": "border",
6338
+ "borderRightWidth": "border",
6118
6339
  "borderColor": "color",
6119
6340
  "borderWidth": "border",
6120
6341
  "outerBorderWidth": "border",
@@ -6136,7 +6357,7 @@
6136
6357
  "type": {
6137
6358
  "name": "elementType"
6138
6359
  },
6139
- "required": true,
6360
+ "required": false,
6140
6361
  "description": "Defines the icon to be rendered"
6141
6362
  },
6142
6363
  "href": {
@@ -9516,7 +9737,12 @@
9516
9737
  "outlineWidth": "border",
9517
9738
  "paddingHorizontal": "size",
9518
9739
  "paddingVertical": "size",
9519
- "borderRadius": "radius"
9740
+ "borderRadius": "radius",
9741
+ "textLine": "textLine",
9742
+ "fontName": "fontName",
9743
+ "fontWeight": "fontWeight",
9744
+ "fontSize": "fontSize",
9745
+ "lineHeight": "lineHeight"
9520
9746
  }
9521
9747
  },
9522
9748
  "required": false,
@@ -10763,6 +10989,7 @@
10763
10989
  "name": "custom",
10764
10990
  "raw": {
10765
10991
  "outerBorderColor": "color",
10992
+ "backgroundColor": "color",
10766
10993
  "outerBorderWidth": "border",
10767
10994
  "outerBorderGap": "size",
10768
10995
  "borderRadius": "radius",
@@ -10943,6 +11170,7 @@
10943
11170
  "name": "custom",
10944
11171
  "raw": {
10945
11172
  "fontName": "fontName",
11173
+ "superScriptFontSize": "fontSize",
10946
11174
  "fontWeight": "fontWeight",
10947
11175
  "fontSize": "fontSize",
10948
11176
  "color": "color",
@@ -12192,15 +12420,7 @@
12192
12420
  "showPanelTabs": "show",
12193
12421
  "spaceBetweenSlideAndPreviousNextNavigation": "size",
12194
12422
  "spaceBetweenSlideAndPanelNavigation": "size",
12195
- "thumbnailBorderColor": "color",
12196
- "thumbnailBorderRadius": "radius",
12197
- "thumbnailBorderWidth": "border",
12198
- "thumbnailContainerPaddingTop": "size",
12199
- "thumbnailMargin": "size",
12200
- "thumbnailPadding": "size",
12201
- "thumbnailSelectedBorderColor": "color",
12202
- "thumbnailSelectedBorderWidth": "border",
12203
- "thumbnailSize": "size"
12423
+ "stepTrackerCurrentBackgroundColor": "color"
12204
12424
  }
12205
12425
  },
12206
12426
  "required": false,
@@ -12561,15 +12781,7 @@
12561
12781
  "showPanelTabs": "show",
12562
12782
  "spaceBetweenSlideAndPreviousNextNavigation": "size",
12563
12783
  "spaceBetweenSlideAndPanelNavigation": "size",
12564
- "thumbnailBorderColor": "color",
12565
- "thumbnailBorderRadius": "radius",
12566
- "thumbnailBorderWidth": "border",
12567
- "thumbnailContainerPaddingTop": "size",
12568
- "thumbnailMargin": "size",
12569
- "thumbnailPadding": "size",
12570
- "thumbnailSelectedBorderColor": "color",
12571
- "thumbnailSelectedBorderWidth": "border",
12572
- "thumbnailSize": "size"
12784
+ "stepTrackerCurrentBackgroundColor": "color"
12573
12785
  }
12574
12786
  },
12575
12787
  "required": false,
@@ -12975,15 +13187,7 @@
12975
13187
  "showPanelTabs": "show",
12976
13188
  "spaceBetweenSlideAndPreviousNextNavigation": "size",
12977
13189
  "spaceBetweenSlideAndPanelNavigation": "size",
12978
- "thumbnailBorderColor": "color",
12979
- "thumbnailBorderRadius": "radius",
12980
- "thumbnailBorderWidth": "border",
12981
- "thumbnailContainerPaddingTop": "size",
12982
- "thumbnailMargin": "size",
12983
- "thumbnailPadding": "size",
12984
- "thumbnailSelectedBorderColor": "color",
12985
- "thumbnailSelectedBorderWidth": "border",
12986
- "thumbnailSize": "size"
13190
+ "stepTrackerCurrentBackgroundColor": "color"
12987
13191
  }
12988
13192
  },
12989
13193
  "required": false,