@telus-uds/theme-allium 5.1.0 → 5.3.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/ButtonGroupItem.json +1 -1
- package/build/android/Card.json +1 -0
- package/build/android/CardGroup.json +4 -0
- package/build/android/DownloadApp.json +41 -0
- package/build/android/Link.json +9 -1
- package/build/android/PriceLockup.json +1 -0
- package/build/android/Progress.json +14 -1
- package/build/android/ProgressBar.json +18 -3
- package/build/android/TabBar.json +40 -0
- package/build/android/TabBarItem.json +75 -0
- package/build/android/schema.json +1511 -1000
- package/build/android/theme.json +205 -7
- package/build/ios/ButtonGroupItem.json +1 -1
- package/build/ios/Card.json +1 -0
- package/build/ios/CardGroup.json +4 -0
- package/build/ios/DownloadApp.json +41 -0
- package/build/ios/Link.json +9 -1
- package/build/ios/PriceLockup.json +1 -0
- package/build/ios/Progress.json +14 -1
- package/build/ios/ProgressBar.json +18 -3
- package/build/ios/TabBar.json +40 -0
- package/build/ios/TabBarItem.json +75 -0
- package/build/ios/schema.json +1511 -1000
- package/build/ios/theme.json +205 -7
- package/build/rn/ActionCard.js +1 -1
- 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 +1 -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 +2 -2
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +2 -1
- package/build/rn/CardGroup.js +5 -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/DownloadApp.js +62 -0
- 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/FileUpload.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 +3 -2
- 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 +1 -1
- 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 +2 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +10 -2
- package/build/rn/ProgressBar.js +14 -4
- 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 +1 -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/Status.js +1 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +34 -0
- package/build/rn/TabBarItem.js +69 -0
- 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 +1511 -1000
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +172 -8
- package/build/web/ActionCard.js +1 -1
- 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 +1 -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 +2 -2
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +2 -1
- package/build/web/CardGroup.js +5 -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/DownloadApp.js +62 -0
- 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/FileUpload.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 +3 -2
- 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 +1 -1
- 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 +2 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +10 -2
- package/build/web/ProgressBar.js +14 -4
- 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 +1 -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/Status.js +1 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +34 -0
- package/build/web/TabBarItem.js +69 -0
- 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 +4 -1
- package/build/web/schema.json +1511 -1000
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +172 -8
- package/package.json +5 -5
- package/theme.json +158 -4
package/build/android/theme.json
CHANGED
|
@@ -2120,7 +2120,7 @@
|
|
|
2120
2120
|
"appearances": {
|
|
2121
2121
|
"iconPosition": {
|
|
2122
2122
|
"description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
|
|
2123
|
-
"values": ["left", "right"],
|
|
2123
|
+
"values": ["left", "right", "inline"],
|
|
2124
2124
|
"type": "state"
|
|
2125
2125
|
},
|
|
2126
2126
|
"inactive": {
|
|
@@ -2795,6 +2795,7 @@
|
|
|
2795
2795
|
"blue": 1,
|
|
2796
2796
|
"alpha": 1
|
|
2797
2797
|
},
|
|
2798
|
+
"backgroundGradient": null,
|
|
2798
2799
|
"borderColor": {
|
|
2799
2800
|
"red": 0.8902,
|
|
2800
2801
|
"green": 0.90196,
|
|
@@ -2908,6 +2909,10 @@
|
|
|
2908
2909
|
"fieldSpace": 3,
|
|
2909
2910
|
"outlineOffset": 8,
|
|
2910
2911
|
"outlineWidth": 1,
|
|
2912
|
+
"paddingBottom": 24,
|
|
2913
|
+
"paddingLeft": 24,
|
|
2914
|
+
"paddingRight": 24,
|
|
2915
|
+
"paddingTop": 24,
|
|
2911
2916
|
"showIcon": true,
|
|
2912
2917
|
"space": 3
|
|
2913
2918
|
}
|
|
@@ -4305,6 +4310,47 @@
|
|
|
4305
4310
|
"width": 1
|
|
4306
4311
|
}
|
|
4307
4312
|
},
|
|
4313
|
+
"DownloadApp": {
|
|
4314
|
+
"appearances": {
|
|
4315
|
+
"pressed": {
|
|
4316
|
+
"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.",
|
|
4317
|
+
"values": [true, false],
|
|
4318
|
+
"type": "state"
|
|
4319
|
+
}
|
|
4320
|
+
},
|
|
4321
|
+
"rules": [
|
|
4322
|
+
{
|
|
4323
|
+
"if": {
|
|
4324
|
+
"pressed": true
|
|
4325
|
+
},
|
|
4326
|
+
"tokens": {
|
|
4327
|
+
"borderColor": {
|
|
4328
|
+
"red": 0.12157,
|
|
4329
|
+
"green": 0.36078,
|
|
4330
|
+
"blue": 0.03529,
|
|
4331
|
+
"alpha": 1
|
|
4332
|
+
},
|
|
4333
|
+
"borderRadius": 4
|
|
4334
|
+
}
|
|
4335
|
+
}
|
|
4336
|
+
],
|
|
4337
|
+
"tokens": {
|
|
4338
|
+
"androidENIcon": "PaletteIconAndroidEN",
|
|
4339
|
+
"androidFRIcon": "PaletteIconAndroidFR",
|
|
4340
|
+
"borderColor": {
|
|
4341
|
+
"red": 0,
|
|
4342
|
+
"green": 0,
|
|
4343
|
+
"blue": 0,
|
|
4344
|
+
"alpha": 0
|
|
4345
|
+
},
|
|
4346
|
+
"borderGap": 2,
|
|
4347
|
+
"borderRadius": 0,
|
|
4348
|
+
"borderWidth": 1,
|
|
4349
|
+
"iosENIcon": "PaletteIconIOSEN",
|
|
4350
|
+
"iosFRIcon": "PaletteIconIOSFR",
|
|
4351
|
+
"padding": 1
|
|
4352
|
+
}
|
|
4353
|
+
},
|
|
4308
4354
|
"ExpandCollapse": {
|
|
4309
4355
|
"appearances": {},
|
|
4310
4356
|
"rules": [],
|
|
@@ -6137,7 +6183,7 @@
|
|
|
6137
6183
|
},
|
|
6138
6184
|
"iconPosition": {
|
|
6139
6185
|
"description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
|
|
6140
|
-
"values": ["left", "right"],
|
|
6186
|
+
"values": ["left", "right", "inline"],
|
|
6141
6187
|
"type": "state"
|
|
6142
6188
|
},
|
|
6143
6189
|
"inverse": {
|
|
@@ -6183,6 +6229,14 @@
|
|
|
6183
6229
|
"iconSpace": 1
|
|
6184
6230
|
}
|
|
6185
6231
|
},
|
|
6232
|
+
{
|
|
6233
|
+
"if": {
|
|
6234
|
+
"iconPosition": "inline"
|
|
6235
|
+
},
|
|
6236
|
+
"tokens": {
|
|
6237
|
+
"iconSpace": 2
|
|
6238
|
+
}
|
|
6239
|
+
},
|
|
6186
6240
|
{
|
|
6187
6241
|
"if": {
|
|
6188
6242
|
"pressed": true
|
|
@@ -7936,6 +7990,7 @@
|
|
|
7936
7990
|
}
|
|
7937
7991
|
],
|
|
7938
7992
|
"tokens": {
|
|
7993
|
+
"alignItemsText": "flex-start",
|
|
7939
7994
|
"amountFontName": "HNforTELUSSA",
|
|
7940
7995
|
"amountFontSize": 40,
|
|
7941
7996
|
"amountFontWeight": 300,
|
|
@@ -8066,7 +8121,20 @@
|
|
|
8066
8121
|
},
|
|
8067
8122
|
"borderRadius": 12,
|
|
8068
8123
|
"borderWidth": 1,
|
|
8069
|
-
"height": 16
|
|
8124
|
+
"height": 16,
|
|
8125
|
+
"shadow": {
|
|
8126
|
+
"inset": true,
|
|
8127
|
+
"offsetX": 0,
|
|
8128
|
+
"offsetY": 2,
|
|
8129
|
+
"blur": 2,
|
|
8130
|
+
"spread": 0,
|
|
8131
|
+
"color": {
|
|
8132
|
+
"red": 0,
|
|
8133
|
+
"green": 0,
|
|
8134
|
+
"blue": 0,
|
|
8135
|
+
"alpha": 0.1
|
|
8136
|
+
}
|
|
8137
|
+
}
|
|
8070
8138
|
}
|
|
8071
8139
|
},
|
|
8072
8140
|
"ProgressBar": {
|
|
@@ -8099,7 +8167,8 @@
|
|
|
8099
8167
|
"green": 0.18039,
|
|
8100
8168
|
"blue": 0.18824,
|
|
8101
8169
|
"alpha": 1
|
|
8102
|
-
}
|
|
8170
|
+
},
|
|
8171
|
+
"shadow": null
|
|
8103
8172
|
}
|
|
8104
8173
|
},
|
|
8105
8174
|
{
|
|
@@ -8119,7 +8188,8 @@
|
|
|
8119
8188
|
"green": 0.13725,
|
|
8120
8189
|
"blue": 0.20784,
|
|
8121
8190
|
"alpha": 1
|
|
8122
|
-
}
|
|
8191
|
+
},
|
|
8192
|
+
"shadow": null
|
|
8123
8193
|
}
|
|
8124
8194
|
}
|
|
8125
8195
|
],
|
|
@@ -8161,7 +8231,20 @@
|
|
|
8161
8231
|
"blue": 0,
|
|
8162
8232
|
"alpha": 1
|
|
8163
8233
|
},
|
|
8164
|
-
"outlineWidth": 1
|
|
8234
|
+
"outlineWidth": 1,
|
|
8235
|
+
"shadow": {
|
|
8236
|
+
"inset": true,
|
|
8237
|
+
"offsetX": 0,
|
|
8238
|
+
"offsetY": 1,
|
|
8239
|
+
"blur": 1,
|
|
8240
|
+
"spread": 0,
|
|
8241
|
+
"color": {
|
|
8242
|
+
"red": 1,
|
|
8243
|
+
"green": 1,
|
|
8244
|
+
"blue": 1,
|
|
8245
|
+
"alpha": 0.8
|
|
8246
|
+
}
|
|
8247
|
+
}
|
|
8165
8248
|
}
|
|
8166
8249
|
},
|
|
8167
8250
|
"QuantitySelector": {
|
|
@@ -11014,6 +11097,121 @@
|
|
|
11014
11097
|
"shadow": null
|
|
11015
11098
|
}
|
|
11016
11099
|
},
|
|
11100
|
+
"TabBar": {
|
|
11101
|
+
"appearances": {
|
|
11102
|
+
"pressed": {
|
|
11103
|
+
"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.",
|
|
11104
|
+
"values": [true, false],
|
|
11105
|
+
"type": "state"
|
|
11106
|
+
}
|
|
11107
|
+
},
|
|
11108
|
+
"rules": [
|
|
11109
|
+
{
|
|
11110
|
+
"if": {
|
|
11111
|
+
"pressed": true
|
|
11112
|
+
},
|
|
11113
|
+
"tokens": {
|
|
11114
|
+
"paddingBottom": 0,
|
|
11115
|
+
"paddingTop": 0
|
|
11116
|
+
}
|
|
11117
|
+
}
|
|
11118
|
+
],
|
|
11119
|
+
"tokens": {
|
|
11120
|
+
"backgroundColor": {
|
|
11121
|
+
"red": 0.98039,
|
|
11122
|
+
"green": 0.98039,
|
|
11123
|
+
"blue": 0.98039,
|
|
11124
|
+
"alpha": 1
|
|
11125
|
+
},
|
|
11126
|
+
"borderTopColor": {
|
|
11127
|
+
"red": 0.8902,
|
|
11128
|
+
"green": 0.90196,
|
|
11129
|
+
"blue": 0.9098,
|
|
11130
|
+
"alpha": 1
|
|
11131
|
+
},
|
|
11132
|
+
"borderTopWidth": 1,
|
|
11133
|
+
"gap": 8,
|
|
11134
|
+
"paddingBottom": 4,
|
|
11135
|
+
"paddingLeft": 8,
|
|
11136
|
+
"paddingRight": 8,
|
|
11137
|
+
"paddingTop": 4
|
|
11138
|
+
}
|
|
11139
|
+
},
|
|
11140
|
+
"TabBarItem": {
|
|
11141
|
+
"appearances": {
|
|
11142
|
+
"pressed": {
|
|
11143
|
+
"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.",
|
|
11144
|
+
"values": [true, false],
|
|
11145
|
+
"type": "state"
|
|
11146
|
+
},
|
|
11147
|
+
"selected": {
|
|
11148
|
+
"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`.",
|
|
11149
|
+
"values": [true],
|
|
11150
|
+
"type": "state"
|
|
11151
|
+
}
|
|
11152
|
+
},
|
|
11153
|
+
"rules": [
|
|
11154
|
+
{
|
|
11155
|
+
"if": {
|
|
11156
|
+
"pressed": true
|
|
11157
|
+
},
|
|
11158
|
+
"tokens": {
|
|
11159
|
+
"backgroundColor": {
|
|
11160
|
+
"red": 0,
|
|
11161
|
+
"green": 0,
|
|
11162
|
+
"blue": 0,
|
|
11163
|
+
"alpha": 0
|
|
11164
|
+
},
|
|
11165
|
+
"color": {
|
|
11166
|
+
"red": 0.29412,
|
|
11167
|
+
"green": 0.15686,
|
|
11168
|
+
"blue": 0.42745,
|
|
11169
|
+
"alpha": 1
|
|
11170
|
+
},
|
|
11171
|
+
"iconColor": {
|
|
11172
|
+
"red": 0.29412,
|
|
11173
|
+
"green": 0.15686,
|
|
11174
|
+
"blue": 0.42745,
|
|
11175
|
+
"alpha": 1
|
|
11176
|
+
},
|
|
11177
|
+
"iconSize": 22
|
|
11178
|
+
}
|
|
11179
|
+
}
|
|
11180
|
+
],
|
|
11181
|
+
"tokens": {
|
|
11182
|
+
"activeColor": {
|
|
11183
|
+
"red": 0.29412,
|
|
11184
|
+
"green": 0.15686,
|
|
11185
|
+
"blue": 0.42745,
|
|
11186
|
+
"alpha": 1
|
|
11187
|
+
},
|
|
11188
|
+
"backgroundColor": {
|
|
11189
|
+
"red": 0,
|
|
11190
|
+
"green": 0,
|
|
11191
|
+
"blue": 0,
|
|
11192
|
+
"alpha": 0
|
|
11193
|
+
},
|
|
11194
|
+
"borderRadius": 4,
|
|
11195
|
+
"color": {
|
|
11196
|
+
"red": 0.40392,
|
|
11197
|
+
"green": 0.43137,
|
|
11198
|
+
"blue": 0.45098,
|
|
11199
|
+
"alpha": 1
|
|
11200
|
+
},
|
|
11201
|
+
"fontName": "HNforTELUSSA",
|
|
11202
|
+
"fontWeight": 500,
|
|
11203
|
+
"iconColor": {
|
|
11204
|
+
"red": 0.40392,
|
|
11205
|
+
"green": 0.43137,
|
|
11206
|
+
"blue": 0.45098,
|
|
11207
|
+
"alpha": 1
|
|
11208
|
+
},
|
|
11209
|
+
"iconSize": 24,
|
|
11210
|
+
"lineHeight": 1.14285714286,
|
|
11211
|
+
"paddingBottom": 4,
|
|
11212
|
+
"paddingTop": 4
|
|
11213
|
+
}
|
|
11214
|
+
},
|
|
11017
11215
|
"Table": {
|
|
11018
11216
|
"appearances": {
|
|
11019
11217
|
"spacing": {
|
|
@@ -14037,7 +14235,7 @@
|
|
|
14037
14235
|
}
|
|
14038
14236
|
},
|
|
14039
14237
|
"metadata": {
|
|
14040
|
-
"themeTokensVersion": "2.
|
|
14238
|
+
"themeTokensVersion": "2.65.0",
|
|
14041
14239
|
"name": "theme-allium"
|
|
14042
14240
|
}
|
|
14043
14241
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"appearances": {
|
|
3
3
|
"iconPosition": {
|
|
4
4
|
"description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
|
|
5
|
-
"values": ["left", "right"],
|
|
5
|
+
"values": ["left", "right", "inline"],
|
|
6
6
|
"type": "state"
|
|
7
7
|
},
|
|
8
8
|
"inactive": {
|
package/build/ios/Card.json
CHANGED
package/build/ios/CardGroup.json
CHANGED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"appearances": {
|
|
3
|
+
"pressed": {
|
|
4
|
+
"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.",
|
|
5
|
+
"values": [true, false],
|
|
6
|
+
"type": "state"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"rules": [
|
|
10
|
+
{
|
|
11
|
+
"if": {
|
|
12
|
+
"pressed": true
|
|
13
|
+
},
|
|
14
|
+
"tokens": {
|
|
15
|
+
"borderColor": {
|
|
16
|
+
"red": 0.12157,
|
|
17
|
+
"green": 0.36078,
|
|
18
|
+
"blue": 0.03529,
|
|
19
|
+
"alpha": 1
|
|
20
|
+
},
|
|
21
|
+
"borderRadius": 4
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"tokens": {
|
|
26
|
+
"androidENIcon": "PaletteIconAndroidEN",
|
|
27
|
+
"androidFRIcon": "PaletteIconAndroidFR",
|
|
28
|
+
"borderColor": {
|
|
29
|
+
"red": 0,
|
|
30
|
+
"green": 0,
|
|
31
|
+
"blue": 0,
|
|
32
|
+
"alpha": 0
|
|
33
|
+
},
|
|
34
|
+
"borderGap": 2,
|
|
35
|
+
"borderRadius": 0,
|
|
36
|
+
"borderWidth": 1,
|
|
37
|
+
"iosENIcon": "PaletteIconIOSEN",
|
|
38
|
+
"iosFRIcon": "PaletteIconIOSFR",
|
|
39
|
+
"padding": 1
|
|
40
|
+
}
|
|
41
|
+
}
|
package/build/ios/Link.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
},
|
|
8
8
|
"iconPosition": {
|
|
9
9
|
"description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
|
|
10
|
-
"values": ["left", "right"],
|
|
10
|
+
"values": ["left", "right", "inline"],
|
|
11
11
|
"type": "state"
|
|
12
12
|
},
|
|
13
13
|
"inverse": {
|
|
@@ -53,6 +53,14 @@
|
|
|
53
53
|
"iconSpace": 1
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
+
{
|
|
57
|
+
"if": {
|
|
58
|
+
"iconPosition": "inline"
|
|
59
|
+
},
|
|
60
|
+
"tokens": {
|
|
61
|
+
"iconSpace": 2
|
|
62
|
+
}
|
|
63
|
+
},
|
|
56
64
|
{
|
|
57
65
|
"if": {
|
|
58
66
|
"pressed": true
|
package/build/ios/Progress.json
CHANGED
|
@@ -30,6 +30,19 @@
|
|
|
30
30
|
},
|
|
31
31
|
"borderRadius": 12,
|
|
32
32
|
"borderWidth": 1,
|
|
33
|
-
"height": 16
|
|
33
|
+
"height": 16,
|
|
34
|
+
"shadow": {
|
|
35
|
+
"inset": true,
|
|
36
|
+
"offsetX": 0,
|
|
37
|
+
"offsetY": 2,
|
|
38
|
+
"blur": 2,
|
|
39
|
+
"spread": 0,
|
|
40
|
+
"color": {
|
|
41
|
+
"red": 0,
|
|
42
|
+
"green": 0,
|
|
43
|
+
"blue": 0,
|
|
44
|
+
"alpha": 0.1
|
|
45
|
+
}
|
|
46
|
+
}
|
|
34
47
|
}
|
|
35
48
|
}
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
"green": 0.18039,
|
|
29
29
|
"blue": 0.18824,
|
|
30
30
|
"alpha": 1
|
|
31
|
-
}
|
|
31
|
+
},
|
|
32
|
+
"shadow": null
|
|
32
33
|
}
|
|
33
34
|
},
|
|
34
35
|
{
|
|
@@ -48,7 +49,8 @@
|
|
|
48
49
|
"green": 0.13725,
|
|
49
50
|
"blue": 0.20784,
|
|
50
51
|
"alpha": 1
|
|
51
|
-
}
|
|
52
|
+
},
|
|
53
|
+
"shadow": null
|
|
52
54
|
}
|
|
53
55
|
}
|
|
54
56
|
],
|
|
@@ -90,6 +92,19 @@
|
|
|
90
92
|
"blue": 0,
|
|
91
93
|
"alpha": 1
|
|
92
94
|
},
|
|
93
|
-
"outlineWidth": 1
|
|
95
|
+
"outlineWidth": 1,
|
|
96
|
+
"shadow": {
|
|
97
|
+
"inset": true,
|
|
98
|
+
"offsetX": 0,
|
|
99
|
+
"offsetY": 1,
|
|
100
|
+
"blur": 1,
|
|
101
|
+
"spread": 0,
|
|
102
|
+
"color": {
|
|
103
|
+
"red": 1,
|
|
104
|
+
"green": 1,
|
|
105
|
+
"blue": 1,
|
|
106
|
+
"alpha": 0.8
|
|
107
|
+
}
|
|
108
|
+
}
|
|
94
109
|
}
|
|
95
110
|
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"appearances": {
|
|
3
|
+
"pressed": {
|
|
4
|
+
"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.",
|
|
5
|
+
"values": [true, false],
|
|
6
|
+
"type": "state"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"rules": [
|
|
10
|
+
{
|
|
11
|
+
"if": {
|
|
12
|
+
"pressed": true
|
|
13
|
+
},
|
|
14
|
+
"tokens": {
|
|
15
|
+
"paddingBottom": 0,
|
|
16
|
+
"paddingTop": 0
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"tokens": {
|
|
21
|
+
"backgroundColor": {
|
|
22
|
+
"red": 0.98039,
|
|
23
|
+
"green": 0.98039,
|
|
24
|
+
"blue": 0.98039,
|
|
25
|
+
"alpha": 1
|
|
26
|
+
},
|
|
27
|
+
"borderTopColor": {
|
|
28
|
+
"red": 0.8902,
|
|
29
|
+
"green": 0.90196,
|
|
30
|
+
"blue": 0.9098,
|
|
31
|
+
"alpha": 1
|
|
32
|
+
},
|
|
33
|
+
"borderTopWidth": 1,
|
|
34
|
+
"gap": 8,
|
|
35
|
+
"paddingBottom": 4,
|
|
36
|
+
"paddingLeft": 8,
|
|
37
|
+
"paddingRight": 8,
|
|
38
|
+
"paddingTop": 4
|
|
39
|
+
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
{
|
|
2
|
+
"appearances": {
|
|
3
|
+
"pressed": {
|
|
4
|
+
"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.",
|
|
5
|
+
"values": [true, false],
|
|
6
|
+
"type": "state"
|
|
7
|
+
},
|
|
8
|
+
"selected": {
|
|
9
|
+
"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`.",
|
|
10
|
+
"values": [true],
|
|
11
|
+
"type": "state"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"rules": [
|
|
15
|
+
{
|
|
16
|
+
"if": {
|
|
17
|
+
"pressed": true
|
|
18
|
+
},
|
|
19
|
+
"tokens": {
|
|
20
|
+
"backgroundColor": {
|
|
21
|
+
"red": 0,
|
|
22
|
+
"green": 0,
|
|
23
|
+
"blue": 0,
|
|
24
|
+
"alpha": 0
|
|
25
|
+
},
|
|
26
|
+
"color": {
|
|
27
|
+
"red": 0.29412,
|
|
28
|
+
"green": 0.15686,
|
|
29
|
+
"blue": 0.42745,
|
|
30
|
+
"alpha": 1
|
|
31
|
+
},
|
|
32
|
+
"iconColor": {
|
|
33
|
+
"red": 0.29412,
|
|
34
|
+
"green": 0.15686,
|
|
35
|
+
"blue": 0.42745,
|
|
36
|
+
"alpha": 1
|
|
37
|
+
},
|
|
38
|
+
"iconSize": 22
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"tokens": {
|
|
43
|
+
"activeColor": {
|
|
44
|
+
"red": 0.29412,
|
|
45
|
+
"green": 0.15686,
|
|
46
|
+
"blue": 0.42745,
|
|
47
|
+
"alpha": 1
|
|
48
|
+
},
|
|
49
|
+
"backgroundColor": {
|
|
50
|
+
"red": 0,
|
|
51
|
+
"green": 0,
|
|
52
|
+
"blue": 0,
|
|
53
|
+
"alpha": 0
|
|
54
|
+
},
|
|
55
|
+
"borderRadius": 4,
|
|
56
|
+
"color": {
|
|
57
|
+
"red": 0.40392,
|
|
58
|
+
"green": 0.43137,
|
|
59
|
+
"blue": 0.45098,
|
|
60
|
+
"alpha": 1
|
|
61
|
+
},
|
|
62
|
+
"fontName": "HNforTELUSSA",
|
|
63
|
+
"fontWeight": 500,
|
|
64
|
+
"iconColor": {
|
|
65
|
+
"red": 0.40392,
|
|
66
|
+
"green": 0.43137,
|
|
67
|
+
"blue": 0.45098,
|
|
68
|
+
"alpha": 1
|
|
69
|
+
},
|
|
70
|
+
"iconSize": 24,
|
|
71
|
+
"lineHeight": 1.14285714286,
|
|
72
|
+
"paddingBottom": 4,
|
|
73
|
+
"paddingTop": 4
|
|
74
|
+
}
|
|
75
|
+
}
|