@telus-uds/theme-public-mobile 2.15.0 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/android/Breadcrumbs.json +2 -0
- package/build/android/Notification.json +101 -1
- package/build/android/Skeleton.json +1 -0
- package/build/android/schema.json +723 -701
- package/build/android/theme.json +105 -2
- package/build/ios/Breadcrumbs.json +2 -0
- package/build/ios/Notification.json +101 -1
- package/build/ios/Skeleton.json +1 -0
- package/build/ios/schema.json +723 -701
- package/build/ios/theme.json +105 -2
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +3 -1
- package/build/rn/Button.js +1 -1
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +1 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +1 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +1 -1
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +1 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +49 -2
- package/build/rn/OrderedList.js +1 -1
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +1 -1
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +1 -1
- package/build/rn/RadioCard.js +1 -1
- package/build/rn/RadioCardGroup.js +1 -1
- package/build/rn/RadioGroup.js +1 -1
- package/build/rn/Ribbon.js +1 -1
- package/build/rn/Search.js +1 -1
- package/build/rn/SearchButton.js +1 -1
- package/build/rn/Select.js +1 -1
- package/build/rn/SideNav.js +1 -1
- package/build/rn/SideNavItem.js +1 -1
- package/build/rn/SideNavItemsGroup.js +1 -1
- package/build/rn/Skeleton.js +2 -1
- package/build/rn/SkipLink.js +1 -1
- package/build/rn/Spinner.js +1 -1
- package/build/rn/SplashButton.js +1 -1
- package/build/rn/SplashButtonWithDetails.js +1 -1
- package/build/rn/StackView.js +1 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +1 -1
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +1 -1
- package/build/rn/TermsAndConditions.js +1 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +1 -1
- package/build/rn/Timeline.js +1 -1
- package/build/rn/Toast.js +1 -1
- package/build/rn/ToggleSwitch.js +1 -1
- package/build/rn/ToggleSwitchGroup.js +1 -1
- package/build/rn/Tooltip.js +1 -1
- package/build/rn/TooltipButton.js +1 -1
- package/build/rn/Typography.js +1 -1
- package/build/rn/Video.js +1 -1
- package/build/rn/VideoButton.js +1 -1
- package/build/rn/VideoControlBar.js +1 -1
- package/build/rn/VideoMenu.js +1 -1
- package/build/rn/VideoMiddleControlButton.js +1 -1
- package/build/rn/VideoPicker.js +1 -1
- package/build/rn/VideoPickerSlider.js +1 -1
- package/build/rn/VideoPickerThumbnail.js +1 -1
- package/build/rn/VideoProgressBar.js +1 -1
- package/build/rn/VideoVolumeSlider.js +1 -1
- package/build/rn/WaffleGrid.js +1 -1
- package/build/rn/schema.json +723 -701
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +53 -3
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +3 -1
- package/build/web/Button.js +1 -1
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +1 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +1 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +1 -1
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +1 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +49 -2
- package/build/web/OrderedList.js +1 -1
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +1 -1
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +1 -1
- package/build/web/RadioCard.js +1 -1
- package/build/web/RadioCardGroup.js +1 -1
- package/build/web/RadioGroup.js +1 -1
- package/build/web/Ribbon.js +1 -1
- package/build/web/Search.js +1 -1
- package/build/web/SearchButton.js +1 -1
- package/build/web/Select.js +1 -1
- package/build/web/SideNav.js +1 -1
- package/build/web/SideNavItem.js +1 -1
- package/build/web/SideNavItemsGroup.js +1 -1
- package/build/web/Skeleton.js +2 -1
- package/build/web/SkipLink.js +1 -1
- package/build/web/Spinner.js +1 -1
- package/build/web/SplashButton.js +1 -1
- package/build/web/SplashButtonWithDetails.js +1 -1
- package/build/web/StackView.js +1 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +1 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +1 -1
- package/build/web/TermsAndConditions.js +1 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +1 -1
- package/build/web/Timeline.js +1 -1
- package/build/web/Toast.js +1 -1
- package/build/web/ToggleSwitch.js +1 -1
- package/build/web/ToggleSwitchGroup.js +1 -1
- package/build/web/Tooltip.js +1 -1
- package/build/web/TooltipButton.js +1 -1
- package/build/web/Typography.js +1 -1
- package/build/web/Video.js +1 -1
- package/build/web/VideoButton.js +1 -1
- package/build/web/VideoControlBar.js +1 -1
- package/build/web/VideoMenu.js +1 -1
- package/build/web/VideoMiddleControlButton.js +1 -1
- package/build/web/VideoPicker.js +1 -1
- package/build/web/VideoPickerSlider.js +1 -1
- package/build/web/VideoPickerThumbnail.js +1 -1
- package/build/web/VideoProgressBar.js +1 -1
- package/build/web/VideoVolumeSlider.js +1 -1
- package/build/web/WaffleGrid.js +1 -1
- package/build/web/index.js +1 -1
- package/build/web/schema.json +723 -701
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +53 -3
- package/package.json +4 -4
- package/theme.json +56 -1
package/build/web/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 23 Feb 2024 19:30:56 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -312,8 +312,10 @@ const theme = {
|
|
|
312
312
|
fontWeight: '400',
|
|
313
313
|
icon: PaletteIconChevronRight,
|
|
314
314
|
iconColor: '#9c9faa',
|
|
315
|
+
iconContainerSize: 24,
|
|
315
316
|
iconPadding: 4,
|
|
316
317
|
iconSize: 24,
|
|
318
|
+
lineHeight: 1.5,
|
|
317
319
|
listItemPadding: 0
|
|
318
320
|
}
|
|
319
321
|
},
|
|
@@ -3632,7 +3634,11 @@ const theme = {
|
|
|
3632
3634
|
},
|
|
3633
3635
|
Notification: {
|
|
3634
3636
|
appearances: {
|
|
3635
|
-
style: {
|
|
3637
|
+
style: {
|
|
3638
|
+
type: 'variant',
|
|
3639
|
+
values: [ 'system', 'success', 'warning', 'error', 'subtle' ]
|
|
3640
|
+
},
|
|
3641
|
+
system: { type: 'state', values: [ true ] },
|
|
3636
3642
|
validation: {
|
|
3637
3643
|
description: 'Validation states for form inputs',
|
|
3638
3644
|
type: 'state',
|
|
@@ -3649,6 +3655,20 @@ const theme = {
|
|
|
3649
3655
|
if: { viewport: [ 'xl' ] },
|
|
3650
3656
|
tokens: { justifyContent: 'center' }
|
|
3651
3657
|
},
|
|
3658
|
+
{
|
|
3659
|
+
if: { system: true },
|
|
3660
|
+
tokens: {
|
|
3661
|
+
borderLeftWidth: 0,
|
|
3662
|
+
borderRadius: 0,
|
|
3663
|
+
borderRightWidth: 0,
|
|
3664
|
+
borderTopWidth: 0,
|
|
3665
|
+
iconGap: 16,
|
|
3666
|
+
paddingBottom: 12,
|
|
3667
|
+
paddingLeft: 12,
|
|
3668
|
+
paddingRight: 12,
|
|
3669
|
+
paddingTop: 12
|
|
3670
|
+
}
|
|
3671
|
+
},
|
|
3652
3672
|
{
|
|
3653
3673
|
if: { style: 'system' },
|
|
3654
3674
|
tokens: {
|
|
@@ -3678,6 +3698,16 @@ const theme = {
|
|
|
3678
3698
|
paddingTop: 12
|
|
3679
3699
|
}
|
|
3680
3700
|
},
|
|
3701
|
+
{
|
|
3702
|
+
if: { style: 'success' },
|
|
3703
|
+
tokens: {
|
|
3704
|
+
backgroundColor: '#2b826e',
|
|
3705
|
+
color: '#ffffff',
|
|
3706
|
+
dismissIconColor: '#ffffff',
|
|
3707
|
+
icon: PaletteIconCheckMark,
|
|
3708
|
+
iconColor: '#ffffff'
|
|
3709
|
+
}
|
|
3710
|
+
},
|
|
3681
3711
|
{
|
|
3682
3712
|
if: { validation: 'success' },
|
|
3683
3713
|
tokens: {
|
|
@@ -3688,6 +3718,15 @@ const theme = {
|
|
|
3688
3718
|
iconColor: '#ffffff'
|
|
3689
3719
|
}
|
|
3690
3720
|
},
|
|
3721
|
+
{
|
|
3722
|
+
if: { style: 'warning' },
|
|
3723
|
+
tokens: {
|
|
3724
|
+
backgroundColor: '#fce6df',
|
|
3725
|
+
dismissIcon: null,
|
|
3726
|
+
icon: PaletteIconWarningError,
|
|
3727
|
+
iconColor: '#394056'
|
|
3728
|
+
}
|
|
3729
|
+
},
|
|
3691
3730
|
{
|
|
3692
3731
|
if: { validation: 'warning' },
|
|
3693
3732
|
tokens: {
|
|
@@ -3697,6 +3736,16 @@ const theme = {
|
|
|
3697
3736
|
iconColor: '#394056'
|
|
3698
3737
|
}
|
|
3699
3738
|
},
|
|
3739
|
+
{
|
|
3740
|
+
if: { style: 'error' },
|
|
3741
|
+
tokens: {
|
|
3742
|
+
backgroundColor: '#bf1722',
|
|
3743
|
+
color: '#ffffff',
|
|
3744
|
+
dismissIcon: null,
|
|
3745
|
+
icon: PaletteIconWarningError,
|
|
3746
|
+
iconColor: '#ffffff'
|
|
3747
|
+
}
|
|
3748
|
+
},
|
|
3700
3749
|
{
|
|
3701
3750
|
if: { validation: 'error' },
|
|
3702
3751
|
tokens: {
|
|
@@ -5321,6 +5370,7 @@ const theme = {
|
|
|
5321
5370
|
baseWidth: 40,
|
|
5322
5371
|
characters: 10,
|
|
5323
5372
|
color: '#9c9faa',
|
|
5373
|
+
lineRadius: 99999999999999,
|
|
5324
5374
|
radius: 99999999999999,
|
|
5325
5375
|
secondColor: '#cdcfd5',
|
|
5326
5376
|
size: 4,
|
|
@@ -7101,6 +7151,6 @@ const theme = {
|
|
|
7101
7151
|
tokens: { size: 80 }
|
|
7102
7152
|
}
|
|
7103
7153
|
},
|
|
7104
|
-
metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.
|
|
7154
|
+
metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.52.0' }
|
|
7105
7155
|
}
|
|
7106
7156
|
export default theme
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-public-mobile",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.17.0",
|
|
4
4
|
"description": "Public Mobile theme",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"public mobile"
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"theme.json"
|
|
15
15
|
],
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@telus-uds/palette-public-mobile": "^1.
|
|
18
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
17
|
+
"@telus-uds/palette-public-mobile": "^1.8.0",
|
|
18
|
+
"@telus-uds/system-theme-tokens": "^2.52.0"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@telus-uds/palette-public-mobile": "^1.
|
|
21
|
+
"@telus-uds/palette-public-mobile": "^1.8.0"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
24
24
|
"type": "git",
|
package/theme.json
CHANGED
|
@@ -409,8 +409,10 @@
|
|
|
409
409
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
410
410
|
"icon": "{palette.icon.ChevronRight}",
|
|
411
411
|
"iconColor": "{palette.color.slate50}",
|
|
412
|
+
"iconContainerSize": "{palette.size.size24}",
|
|
412
413
|
"iconPadding": "{palette.size.size4}",
|
|
413
414
|
"iconSize": "{palette.size.size24}",
|
|
415
|
+
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
414
416
|
"listItemPadding": "{palette.size.size0}"
|
|
415
417
|
}
|
|
416
418
|
},
|
|
@@ -4647,8 +4649,9 @@
|
|
|
4647
4649
|
"appearances": {
|
|
4648
4650
|
"style": {
|
|
4649
4651
|
"type": "variant",
|
|
4650
|
-
"values": ["system", "subtle"]
|
|
4652
|
+
"values": ["system", "success", "warning", "error", "subtle"]
|
|
4651
4653
|
},
|
|
4654
|
+
"system": "{appearances.Notification.system}",
|
|
4652
4655
|
"validation": "{appearances.Notification.validation}",
|
|
4653
4656
|
"viewport": "{appearances.system.viewport}"
|
|
4654
4657
|
},
|
|
@@ -4661,6 +4664,22 @@
|
|
|
4661
4664
|
"justifyContent": "{system.flexJustifyContent.center}"
|
|
4662
4665
|
}
|
|
4663
4666
|
},
|
|
4667
|
+
{
|
|
4668
|
+
"if": {
|
|
4669
|
+
"system": true
|
|
4670
|
+
},
|
|
4671
|
+
"tokens": {
|
|
4672
|
+
"borderLeftWidth": "{system.border.zero}",
|
|
4673
|
+
"borderRadius": "{system.radius.zero}",
|
|
4674
|
+
"borderRightWidth": "{system.border.zero}",
|
|
4675
|
+
"borderTopWidth": "{system.border.zero}",
|
|
4676
|
+
"iconGap": "{palette.size.size16}",
|
|
4677
|
+
"paddingBottom": "{palette.size.size12}",
|
|
4678
|
+
"paddingLeft": "{palette.size.size12}",
|
|
4679
|
+
"paddingRight": "{palette.size.size12}",
|
|
4680
|
+
"paddingTop": "{palette.size.size12}"
|
|
4681
|
+
}
|
|
4682
|
+
},
|
|
4664
4683
|
{
|
|
4665
4684
|
"if": {
|
|
4666
4685
|
"style": "system"
|
|
@@ -4694,6 +4713,18 @@
|
|
|
4694
4713
|
"paddingTop": "{palette.size.size12}"
|
|
4695
4714
|
}
|
|
4696
4715
|
},
|
|
4716
|
+
{
|
|
4717
|
+
"if": {
|
|
4718
|
+
"style": "success"
|
|
4719
|
+
},
|
|
4720
|
+
"tokens": {
|
|
4721
|
+
"backgroundColor": "{palette.color.success100}",
|
|
4722
|
+
"color": "{palette.color.white}",
|
|
4723
|
+
"dismissIconColor": "{palette.color.white}",
|
|
4724
|
+
"icon": "{palette.icon.CheckMark}",
|
|
4725
|
+
"iconColor": "{palette.color.white}"
|
|
4726
|
+
}
|
|
4727
|
+
},
|
|
4697
4728
|
{
|
|
4698
4729
|
"if": {
|
|
4699
4730
|
"validation": "success"
|
|
@@ -4706,6 +4737,17 @@
|
|
|
4706
4737
|
"iconColor": "{palette.color.white}"
|
|
4707
4738
|
}
|
|
4708
4739
|
},
|
|
4740
|
+
{
|
|
4741
|
+
"if": {
|
|
4742
|
+
"style": "warning"
|
|
4743
|
+
},
|
|
4744
|
+
"tokens": {
|
|
4745
|
+
"backgroundColor": "{palette.color.apricot25}",
|
|
4746
|
+
"dismissIcon": "{system.icon.none}",
|
|
4747
|
+
"icon": "{palette.icon.WarningError}",
|
|
4748
|
+
"iconColor": "{palette.color.slate100}"
|
|
4749
|
+
}
|
|
4750
|
+
},
|
|
4709
4751
|
{
|
|
4710
4752
|
"if": {
|
|
4711
4753
|
"validation": "warning"
|
|
@@ -4717,6 +4759,18 @@
|
|
|
4717
4759
|
"iconColor": "{palette.color.slate100}"
|
|
4718
4760
|
}
|
|
4719
4761
|
},
|
|
4762
|
+
{
|
|
4763
|
+
"if": {
|
|
4764
|
+
"style": "error"
|
|
4765
|
+
},
|
|
4766
|
+
"tokens": {
|
|
4767
|
+
"backgroundColor": "{palette.color.danger100}",
|
|
4768
|
+
"color": "{palette.color.white}",
|
|
4769
|
+
"dismissIcon": "{system.icon.none}",
|
|
4770
|
+
"icon": "{palette.icon.WarningError}",
|
|
4771
|
+
"iconColor": "{palette.color.white}"
|
|
4772
|
+
}
|
|
4773
|
+
},
|
|
4720
4774
|
{
|
|
4721
4775
|
"if": {
|
|
4722
4776
|
"validation": "error"
|
|
@@ -6525,6 +6579,7 @@
|
|
|
6525
6579
|
"baseWidth": "{palette.size.size40}",
|
|
6526
6580
|
"characters": "{palette.size.size10}",
|
|
6527
6581
|
"color": "{palette.color.slate50}",
|
|
6582
|
+
"lineRadius": "{system.radius.round}",
|
|
6528
6583
|
"radius": "{system.radius.round}",
|
|
6529
6584
|
"secondColor": "{palette.color.slate25}",
|
|
6530
6585
|
"size": "{palette.size.size4}",
|