@telus-uds/theme-allium 5.0.0 → 5.2.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/ButtonGroup.json +41 -1
- package/build/android/ButtonGroupItem.json +62 -1
- package/build/android/CardGroup.json +4 -0
- package/build/android/DownloadApp.json +41 -0
- package/build/android/FileUpload.json +65 -0
- package/build/android/Icon.json +16 -2
- package/build/android/Link.json +9 -1
- package/build/android/MultiSelectFilter.json +8 -2
- package/build/android/Status.json +4 -3
- package/build/android/TabBar.json +40 -0
- package/build/android/TabBarItem.json +75 -0
- package/build/android/schema.json +1793 -1031
- package/build/android/theme.json +366 -11
- package/build/ios/ButtonGroup.json +41 -1
- package/build/ios/ButtonGroupItem.json +62 -1
- package/build/ios/CardGroup.json +4 -0
- package/build/ios/DownloadApp.json +41 -0
- package/build/ios/FileUpload.json +65 -0
- package/build/ios/Icon.json +16 -2
- package/build/ios/Link.json +9 -1
- package/build/ios/MultiSelectFilter.json +8 -2
- package/build/ios/Status.json +4 -3
- package/build/ios/TabBar.json +40 -0
- package/build/ios/TabBarItem.json +75 -0
- package/build/ios/schema.json +1793 -1031
- package/build/ios/theme.json +366 -11
- 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 +28 -3
- package/build/rn/ButtonGroupItem.js +54 -3
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +1 -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 +34 -0
- 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 +5 -4
- 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 +9 -3
- 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 +1 -1
- package/build/rn/ProductCard.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 +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 +3 -2
- 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 +1793 -1031
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +273 -13
- 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 +28 -3
- package/build/web/ButtonGroupItem.js +54 -3
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +1 -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 +34 -0
- 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 +5 -4
- 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 +9 -3
- 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 +1 -1
- package/build/web/ProductCard.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 +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 +3 -2
- 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 +5 -1
- package/build/web/schema.json +1793 -1031
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +273 -13
- package/package.json +5 -5
- package/theme.json +313 -4
package/build/ios/theme.json
CHANGED
|
@@ -2035,6 +2035,11 @@
|
|
|
2035
2035
|
},
|
|
2036
2036
|
"ButtonGroup": {
|
|
2037
2037
|
"appearances": {
|
|
2038
|
+
"style": {
|
|
2039
|
+
"description": "Configure `style` variant for `ButtonGroup`",
|
|
2040
|
+
"type": "variant",
|
|
2041
|
+
"values": ["contained"]
|
|
2042
|
+
},
|
|
2038
2043
|
"viewport": {
|
|
2039
2044
|
"description": "The size label for the current screen viewport based on the current screen width",
|
|
2040
2045
|
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
@@ -2052,6 +2057,7 @@
|
|
|
2052
2057
|
"viewport": ["lg", "xl"]
|
|
2053
2058
|
},
|
|
2054
2059
|
"tokens": {
|
|
2060
|
+
"gap": 3,
|
|
2055
2061
|
"space": 3
|
|
2056
2062
|
}
|
|
2057
2063
|
},
|
|
@@ -2064,23 +2070,57 @@
|
|
|
2064
2070
|
"alignItems": "stretch",
|
|
2065
2071
|
"direction": "column"
|
|
2066
2072
|
}
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"if": {
|
|
2076
|
+
"style": "contained"
|
|
2077
|
+
},
|
|
2078
|
+
"tokens": {
|
|
2079
|
+
"backgroundColor": {
|
|
2080
|
+
"red": 0,
|
|
2081
|
+
"green": 0,
|
|
2082
|
+
"blue": 0,
|
|
2083
|
+
"alpha": 0.05
|
|
2084
|
+
},
|
|
2085
|
+
"borderRadius": 99,
|
|
2086
|
+
"padding": 8,
|
|
2087
|
+
"space": 2
|
|
2088
|
+
}
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"if": {
|
|
2092
|
+
"style": "contained",
|
|
2093
|
+
"viewport": ["xs", "sm", "md", "lg", "xl"]
|
|
2094
|
+
},
|
|
2095
|
+
"tokens": {
|
|
2096
|
+
"borderRadius": 24
|
|
2097
|
+
}
|
|
2067
2098
|
}
|
|
2068
2099
|
],
|
|
2069
2100
|
"tokens": {
|
|
2070
2101
|
"alignItems": "center",
|
|
2102
|
+
"backgroundColor": {
|
|
2103
|
+
"red": 0,
|
|
2104
|
+
"green": 0,
|
|
2105
|
+
"blue": 0,
|
|
2106
|
+
"alpha": 0
|
|
2107
|
+
},
|
|
2108
|
+
"borderRadius": 0,
|
|
2071
2109
|
"direction": "row",
|
|
2072
2110
|
"fieldSpace": 2,
|
|
2073
2111
|
"flexGrow": 0,
|
|
2074
2112
|
"flexShrink": 0,
|
|
2113
|
+
"gap": 2,
|
|
2075
2114
|
"justifyContent": "flex-start",
|
|
2076
|
-
"
|
|
2115
|
+
"padding": 0,
|
|
2116
|
+
"space": 2
|
|
2077
2117
|
}
|
|
2078
2118
|
},
|
|
2079
2119
|
"ButtonGroupItem": {
|
|
2080
2120
|
"appearances": {
|
|
2081
2121
|
"iconPosition": {
|
|
2082
2122
|
"description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
|
|
2083
|
-
"values": ["left", "right"],
|
|
2123
|
+
"values": ["left", "right", "inline"],
|
|
2084
2124
|
"type": "state"
|
|
2085
2125
|
},
|
|
2086
2126
|
"inactive": {
|
|
@@ -2098,6 +2138,11 @@
|
|
|
2098
2138
|
"values": [true],
|
|
2099
2139
|
"type": "state"
|
|
2100
2140
|
},
|
|
2141
|
+
"style": {
|
|
2142
|
+
"description": "Configure `style` variant for `ButtonGroupItem`",
|
|
2143
|
+
"type": "variant",
|
|
2144
|
+
"values": ["contained"]
|
|
2145
|
+
},
|
|
2101
2146
|
"width": {
|
|
2102
2147
|
"description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
|
|
2103
2148
|
"type": "variant",
|
|
@@ -2200,6 +2245,62 @@
|
|
|
2200
2245
|
"tokens": {
|
|
2201
2246
|
"width": "100%"
|
|
2202
2247
|
}
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"if": {
|
|
2251
|
+
"style": "contained"
|
|
2252
|
+
},
|
|
2253
|
+
"tokens": {
|
|
2254
|
+
"backgroundColor": {
|
|
2255
|
+
"red": 0,
|
|
2256
|
+
"green": 0,
|
|
2257
|
+
"blue": 0,
|
|
2258
|
+
"alpha": 0
|
|
2259
|
+
},
|
|
2260
|
+
"borderColor": {
|
|
2261
|
+
"red": 0,
|
|
2262
|
+
"green": 0,
|
|
2263
|
+
"blue": 0,
|
|
2264
|
+
"alpha": 0
|
|
2265
|
+
},
|
|
2266
|
+
"borderWidth": 0,
|
|
2267
|
+
"height": 32
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2270
|
+
{
|
|
2271
|
+
"if": {
|
|
2272
|
+
"selected": true,
|
|
2273
|
+
"style": "contained"
|
|
2274
|
+
},
|
|
2275
|
+
"tokens": {
|
|
2276
|
+
"backgroundColor": {
|
|
2277
|
+
"red": 0.29412,
|
|
2278
|
+
"green": 0.15686,
|
|
2279
|
+
"blue": 0.42745,
|
|
2280
|
+
"alpha": 1
|
|
2281
|
+
},
|
|
2282
|
+
"color": {
|
|
2283
|
+
"red": 1,
|
|
2284
|
+
"green": 1,
|
|
2285
|
+
"blue": 1,
|
|
2286
|
+
"alpha": 1
|
|
2287
|
+
},
|
|
2288
|
+
"outerBorderWidth": 0
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"if": {
|
|
2293
|
+
"pressed": true,
|
|
2294
|
+
"style": "contained"
|
|
2295
|
+
},
|
|
2296
|
+
"tokens": {
|
|
2297
|
+
"backgroundColor": {
|
|
2298
|
+
"red": 0.24706,
|
|
2299
|
+
"green": 0.16471,
|
|
2300
|
+
"blue": 0.32941,
|
|
2301
|
+
"alpha": 1
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
2203
2304
|
}
|
|
2204
2305
|
],
|
|
2205
2306
|
"tokens": {
|
|
@@ -2807,6 +2908,10 @@
|
|
|
2807
2908
|
"fieldSpace": 3,
|
|
2808
2909
|
"outlineOffset": 8,
|
|
2809
2910
|
"outlineWidth": 1,
|
|
2911
|
+
"paddingBottom": 24,
|
|
2912
|
+
"paddingLeft": 24,
|
|
2913
|
+
"paddingRight": 24,
|
|
2914
|
+
"paddingTop": 24,
|
|
2810
2915
|
"showIcon": true,
|
|
2811
2916
|
"space": 3
|
|
2812
2917
|
}
|
|
@@ -4204,6 +4309,47 @@
|
|
|
4204
4309
|
"width": 1
|
|
4205
4310
|
}
|
|
4206
4311
|
},
|
|
4312
|
+
"DownloadApp": {
|
|
4313
|
+
"appearances": {
|
|
4314
|
+
"pressed": {
|
|
4315
|
+
"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.",
|
|
4316
|
+
"values": [true, false],
|
|
4317
|
+
"type": "state"
|
|
4318
|
+
}
|
|
4319
|
+
},
|
|
4320
|
+
"rules": [
|
|
4321
|
+
{
|
|
4322
|
+
"if": {
|
|
4323
|
+
"pressed": true
|
|
4324
|
+
},
|
|
4325
|
+
"tokens": {
|
|
4326
|
+
"borderColor": {
|
|
4327
|
+
"red": 0.12157,
|
|
4328
|
+
"green": 0.36078,
|
|
4329
|
+
"blue": 0.03529,
|
|
4330
|
+
"alpha": 1
|
|
4331
|
+
},
|
|
4332
|
+
"borderRadius": 4
|
|
4333
|
+
}
|
|
4334
|
+
}
|
|
4335
|
+
],
|
|
4336
|
+
"tokens": {
|
|
4337
|
+
"androidENIcon": "PaletteIconAndroidEN",
|
|
4338
|
+
"androidFRIcon": "PaletteIconAndroidFR",
|
|
4339
|
+
"borderColor": {
|
|
4340
|
+
"red": 0,
|
|
4341
|
+
"green": 0,
|
|
4342
|
+
"blue": 0,
|
|
4343
|
+
"alpha": 0
|
|
4344
|
+
},
|
|
4345
|
+
"borderGap": 2,
|
|
4346
|
+
"borderRadius": 0,
|
|
4347
|
+
"borderWidth": 1,
|
|
4348
|
+
"iosENIcon": "PaletteIconIOSEN",
|
|
4349
|
+
"iosFRIcon": "PaletteIconIOSFR",
|
|
4350
|
+
"padding": 1
|
|
4351
|
+
}
|
|
4352
|
+
},
|
|
4207
4353
|
"ExpandCollapse": {
|
|
4208
4354
|
"appearances": {},
|
|
4209
4355
|
"rules": [],
|
|
@@ -4750,6 +4896,71 @@
|
|
|
4750
4896
|
"paddingTop": 0
|
|
4751
4897
|
}
|
|
4752
4898
|
},
|
|
4899
|
+
"FileUpload": {
|
|
4900
|
+
"appearances": {},
|
|
4901
|
+
"rules": [],
|
|
4902
|
+
"tokens": {
|
|
4903
|
+
"buttonBackgroundColor": {
|
|
4904
|
+
"red": 0,
|
|
4905
|
+
"green": 0,
|
|
4906
|
+
"blue": 0,
|
|
4907
|
+
"alpha": 0
|
|
4908
|
+
},
|
|
4909
|
+
"buttonBorderColor": {
|
|
4910
|
+
"red": 0,
|
|
4911
|
+
"green": 0,
|
|
4912
|
+
"blue": 0,
|
|
4913
|
+
"alpha": 0
|
|
4914
|
+
},
|
|
4915
|
+
"buttonBorderRadius": null,
|
|
4916
|
+
"buttonBorderWidth": null,
|
|
4917
|
+
"buttonHeight": null,
|
|
4918
|
+
"buttonMinWidth": null,
|
|
4919
|
+
"buttonTextColor": {
|
|
4920
|
+
"red": 0,
|
|
4921
|
+
"green": 0,
|
|
4922
|
+
"blue": 0,
|
|
4923
|
+
"alpha": 0
|
|
4924
|
+
},
|
|
4925
|
+
"buttonWidth": null,
|
|
4926
|
+
"notificationBackgroundColor": {
|
|
4927
|
+
"red": 0,
|
|
4928
|
+
"green": 0,
|
|
4929
|
+
"blue": 0,
|
|
4930
|
+
"alpha": 0
|
|
4931
|
+
},
|
|
4932
|
+
"notificationBorderColor": {
|
|
4933
|
+
"red": 0,
|
|
4934
|
+
"green": 0,
|
|
4935
|
+
"blue": 0,
|
|
4936
|
+
"alpha": 0
|
|
4937
|
+
},
|
|
4938
|
+
"notificationBorderRadius": null,
|
|
4939
|
+
"notificationDismissButtonGap": null,
|
|
4940
|
+
"notificationDismissIcon": null,
|
|
4941
|
+
"notificationDismissIconColor": {
|
|
4942
|
+
"red": 0,
|
|
4943
|
+
"green": 0,
|
|
4944
|
+
"blue": 0,
|
|
4945
|
+
"alpha": 0
|
|
4946
|
+
},
|
|
4947
|
+
"notificationIcon": null,
|
|
4948
|
+
"notificationIconColor": {
|
|
4949
|
+
"red": 0,
|
|
4950
|
+
"green": 0,
|
|
4951
|
+
"blue": 0,
|
|
4952
|
+
"alpha": 0
|
|
4953
|
+
},
|
|
4954
|
+
"notificationIconGap": null,
|
|
4955
|
+
"notificationIconSize": null,
|
|
4956
|
+
"notificationTextColor": {
|
|
4957
|
+
"red": 0.2549,
|
|
4958
|
+
"green": 0.27059,
|
|
4959
|
+
"blue": 0.27843,
|
|
4960
|
+
"alpha": 1
|
|
4961
|
+
}
|
|
4962
|
+
}
|
|
4963
|
+
},
|
|
4753
4964
|
"Footnote": {
|
|
4754
4965
|
"appearances": {
|
|
4755
4966
|
"viewport": {
|
|
@@ -5108,12 +5319,13 @@
|
|
|
5108
5319
|
"type": "variant",
|
|
5109
5320
|
"values": [
|
|
5110
5321
|
"brand",
|
|
5111
|
-
"default",
|
|
5112
5322
|
"subtle",
|
|
5323
|
+
"offer",
|
|
5113
5324
|
"success",
|
|
5114
5325
|
"danger",
|
|
5115
5326
|
"warning",
|
|
5116
|
-
"inverse"
|
|
5327
|
+
"inverse",
|
|
5328
|
+
"default"
|
|
5117
5329
|
]
|
|
5118
5330
|
},
|
|
5119
5331
|
"padding": {
|
|
@@ -5375,6 +5587,19 @@
|
|
|
5375
5587
|
}
|
|
5376
5588
|
}
|
|
5377
5589
|
},
|
|
5590
|
+
{
|
|
5591
|
+
"if": {
|
|
5592
|
+
"color": "offer"
|
|
5593
|
+
},
|
|
5594
|
+
"tokens": {
|
|
5595
|
+
"color": {
|
|
5596
|
+
"red": 0.29412,
|
|
5597
|
+
"green": 0.15686,
|
|
5598
|
+
"blue": 0.42745,
|
|
5599
|
+
"alpha": 1
|
|
5600
|
+
}
|
|
5601
|
+
}
|
|
5602
|
+
},
|
|
5378
5603
|
{
|
|
5379
5604
|
"if": {
|
|
5380
5605
|
"size": "extraLarge"
|
|
@@ -5957,7 +6182,7 @@
|
|
|
5957
6182
|
},
|
|
5958
6183
|
"iconPosition": {
|
|
5959
6184
|
"description": "Theme styles to be applied to icon links depending on where the icon is in relation to the link text",
|
|
5960
|
-
"values": ["left", "right"],
|
|
6185
|
+
"values": ["left", "right", "inline"],
|
|
5961
6186
|
"type": "state"
|
|
5962
6187
|
},
|
|
5963
6188
|
"inverse": {
|
|
@@ -6003,6 +6228,14 @@
|
|
|
6003
6228
|
"iconSpace": 1
|
|
6004
6229
|
}
|
|
6005
6230
|
},
|
|
6231
|
+
{
|
|
6232
|
+
"if": {
|
|
6233
|
+
"iconPosition": "inline"
|
|
6234
|
+
},
|
|
6235
|
+
"tokens": {
|
|
6236
|
+
"iconSpace": 2
|
|
6237
|
+
}
|
|
6238
|
+
},
|
|
6006
6239
|
{
|
|
6007
6240
|
"if": {
|
|
6008
6241
|
"pressed": true
|
|
@@ -6748,6 +6981,12 @@
|
|
|
6748
6981
|
],
|
|
6749
6982
|
"tokens": {
|
|
6750
6983
|
"buttonDirection": "row",
|
|
6984
|
+
"contentMarginBottom": 32,
|
|
6985
|
+
"contentMarginLeft": 16,
|
|
6986
|
+
"contentMarginRight": 16,
|
|
6987
|
+
"contentMarginTop": 24,
|
|
6988
|
+
"contentPaddingLeft": 16,
|
|
6989
|
+
"contentPaddingRight": 16,
|
|
6751
6990
|
"headerFontColor": {
|
|
6752
6991
|
"red": 0.2549,
|
|
6753
6992
|
"green": 0.27059,
|
|
@@ -6758,9 +6997,9 @@
|
|
|
6758
6997
|
"headerFontSize": 16,
|
|
6759
6998
|
"headerFontWeight": 500,
|
|
6760
6999
|
"headerLineHeight": 1.5,
|
|
6761
|
-
"maxHeightSize":
|
|
7000
|
+
"maxHeightSize": 480,
|
|
6762
7001
|
"maxWidthSize": 0,
|
|
6763
|
-
"minHeight":
|
|
7002
|
+
"minHeight": 0,
|
|
6764
7003
|
"minWidth": 320,
|
|
6765
7004
|
"subHeaderFontName": "HNforTELUSSA",
|
|
6766
7005
|
"subHeaderFontSize": 14,
|
|
@@ -10269,9 +10508,9 @@
|
|
|
10269
10508
|
},
|
|
10270
10509
|
"tokens": {
|
|
10271
10510
|
"backgroundColor": {
|
|
10272
|
-
"red": 0.
|
|
10273
|
-
"green": 0.
|
|
10274
|
-
"blue":
|
|
10511
|
+
"red": 0.93725,
|
|
10512
|
+
"green": 0.92941,
|
|
10513
|
+
"blue": 1,
|
|
10275
10514
|
"alpha": 1
|
|
10276
10515
|
}
|
|
10277
10516
|
}
|
|
@@ -10541,6 +10780,7 @@
|
|
|
10541
10780
|
"alpha": 1
|
|
10542
10781
|
},
|
|
10543
10782
|
"iconGradient": null,
|
|
10783
|
+
"marginLeft": 8,
|
|
10544
10784
|
"paddingBottom": 0,
|
|
10545
10785
|
"paddingLeft": 0,
|
|
10546
10786
|
"paddingRight": 0,
|
|
@@ -10827,6 +11067,121 @@
|
|
|
10827
11067
|
"shadow": null
|
|
10828
11068
|
}
|
|
10829
11069
|
},
|
|
11070
|
+
"TabBar": {
|
|
11071
|
+
"appearances": {
|
|
11072
|
+
"pressed": {
|
|
11073
|
+
"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.",
|
|
11074
|
+
"values": [true, false],
|
|
11075
|
+
"type": "state"
|
|
11076
|
+
}
|
|
11077
|
+
},
|
|
11078
|
+
"rules": [
|
|
11079
|
+
{
|
|
11080
|
+
"if": {
|
|
11081
|
+
"pressed": true
|
|
11082
|
+
},
|
|
11083
|
+
"tokens": {
|
|
11084
|
+
"paddingBottom": 0,
|
|
11085
|
+
"paddingTop": 0
|
|
11086
|
+
}
|
|
11087
|
+
}
|
|
11088
|
+
],
|
|
11089
|
+
"tokens": {
|
|
11090
|
+
"backgroundColor": {
|
|
11091
|
+
"red": 0.98039,
|
|
11092
|
+
"green": 0.98039,
|
|
11093
|
+
"blue": 0.98039,
|
|
11094
|
+
"alpha": 1
|
|
11095
|
+
},
|
|
11096
|
+
"borderTopColor": {
|
|
11097
|
+
"red": 0.8902,
|
|
11098
|
+
"green": 0.90196,
|
|
11099
|
+
"blue": 0.9098,
|
|
11100
|
+
"alpha": 1
|
|
11101
|
+
},
|
|
11102
|
+
"borderTopWidth": 1,
|
|
11103
|
+
"gap": 8,
|
|
11104
|
+
"paddingBottom": 4,
|
|
11105
|
+
"paddingLeft": 8,
|
|
11106
|
+
"paddingRight": 8,
|
|
11107
|
+
"paddingTop": 4
|
|
11108
|
+
}
|
|
11109
|
+
},
|
|
11110
|
+
"TabBarItem": {
|
|
11111
|
+
"appearances": {
|
|
11112
|
+
"pressed": {
|
|
11113
|
+
"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.",
|
|
11114
|
+
"values": [true, false],
|
|
11115
|
+
"type": "state"
|
|
11116
|
+
},
|
|
11117
|
+
"selected": {
|
|
11118
|
+
"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`.",
|
|
11119
|
+
"values": [true],
|
|
11120
|
+
"type": "state"
|
|
11121
|
+
}
|
|
11122
|
+
},
|
|
11123
|
+
"rules": [
|
|
11124
|
+
{
|
|
11125
|
+
"if": {
|
|
11126
|
+
"pressed": true
|
|
11127
|
+
},
|
|
11128
|
+
"tokens": {
|
|
11129
|
+
"backgroundColor": {
|
|
11130
|
+
"red": 0,
|
|
11131
|
+
"green": 0,
|
|
11132
|
+
"blue": 0,
|
|
11133
|
+
"alpha": 0
|
|
11134
|
+
},
|
|
11135
|
+
"color": {
|
|
11136
|
+
"red": 0.29412,
|
|
11137
|
+
"green": 0.15686,
|
|
11138
|
+
"blue": 0.42745,
|
|
11139
|
+
"alpha": 1
|
|
11140
|
+
},
|
|
11141
|
+
"iconColor": {
|
|
11142
|
+
"red": 0.29412,
|
|
11143
|
+
"green": 0.15686,
|
|
11144
|
+
"blue": 0.42745,
|
|
11145
|
+
"alpha": 1
|
|
11146
|
+
},
|
|
11147
|
+
"iconSize": 22
|
|
11148
|
+
}
|
|
11149
|
+
}
|
|
11150
|
+
],
|
|
11151
|
+
"tokens": {
|
|
11152
|
+
"activeColor": {
|
|
11153
|
+
"red": 0.29412,
|
|
11154
|
+
"green": 0.15686,
|
|
11155
|
+
"blue": 0.42745,
|
|
11156
|
+
"alpha": 1
|
|
11157
|
+
},
|
|
11158
|
+
"backgroundColor": {
|
|
11159
|
+
"red": 0,
|
|
11160
|
+
"green": 0,
|
|
11161
|
+
"blue": 0,
|
|
11162
|
+
"alpha": 0
|
|
11163
|
+
},
|
|
11164
|
+
"borderRadius": 4,
|
|
11165
|
+
"color": {
|
|
11166
|
+
"red": 0.40392,
|
|
11167
|
+
"green": 0.43137,
|
|
11168
|
+
"blue": 0.45098,
|
|
11169
|
+
"alpha": 1
|
|
11170
|
+
},
|
|
11171
|
+
"fontName": "HNforTELUSSA",
|
|
11172
|
+
"fontWeight": 500,
|
|
11173
|
+
"iconColor": {
|
|
11174
|
+
"red": 0.40392,
|
|
11175
|
+
"green": 0.43137,
|
|
11176
|
+
"blue": 0.45098,
|
|
11177
|
+
"alpha": 1
|
|
11178
|
+
},
|
|
11179
|
+
"iconSize": 24,
|
|
11180
|
+
"lineHeight": 1.14285714286,
|
|
11181
|
+
"paddingBottom": 4,
|
|
11182
|
+
"paddingTop": 4
|
|
11183
|
+
}
|
|
11184
|
+
},
|
|
10830
11185
|
"Table": {
|
|
10831
11186
|
"appearances": {
|
|
10832
11187
|
"spacing": {
|
|
@@ -13850,7 +14205,7 @@
|
|
|
13850
14205
|
}
|
|
13851
14206
|
},
|
|
13852
14207
|
"metadata": {
|
|
13853
|
-
"themeTokensVersion": "2.
|
|
14208
|
+
"themeTokensVersion": "2.64.0",
|
|
13854
14209
|
"name": "theme-allium"
|
|
13855
14210
|
}
|
|
13856
14211
|
}
|
package/build/rn/ActionCard.js
CHANGED
package/build/rn/Badge.js
CHANGED
package/build/rn/BlockQuote.js
CHANGED
package/build/rn/Box.js
CHANGED
package/build/rn/Breadcrumbs.js
CHANGED
package/build/rn/Button.js
CHANGED
package/build/rn/ButtonGroup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Wed, 25 Sep 2024 16:56:19 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -9,6 +9,11 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
appearances: {
|
|
12
|
+
style: {
|
|
13
|
+
description: 'Configure `style` variant for `ButtonGroup`',
|
|
14
|
+
type: 'variant',
|
|
15
|
+
values: [ 'contained' ]
|
|
16
|
+
},
|
|
12
17
|
viewport: {
|
|
13
18
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
14
19
|
type: 'state',
|
|
@@ -21,19 +26,39 @@ module.exports = {
|
|
|
21
26
|
}
|
|
22
27
|
},
|
|
23
28
|
rules: [
|
|
24
|
-
{ if: { viewport: [ 'lg', 'xl' ] }, tokens: { space: 3 } },
|
|
29
|
+
{ if: { viewport: [ 'lg', 'xl' ] }, tokens: { gap: 3, space: 3 } },
|
|
25
30
|
{
|
|
26
31
|
if: { viewport: [ 'xs' ], width: 'responsive' },
|
|
27
32
|
tokens: { alignItems: 'stretch', direction: 'column' }
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
if: { style: 'contained' },
|
|
36
|
+
tokens: {
|
|
37
|
+
backgroundColor: 'rgba(0, 0, 0, 0.05)',
|
|
38
|
+
borderRadius: 99,
|
|
39
|
+
padding: 8,
|
|
40
|
+
space: 2
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
if: {
|
|
45
|
+
style: 'contained',
|
|
46
|
+
viewport: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
47
|
+
},
|
|
48
|
+
tokens: { borderRadius: 24 }
|
|
28
49
|
}
|
|
29
50
|
],
|
|
30
51
|
tokens: {
|
|
31
52
|
alignItems: 'center',
|
|
53
|
+
backgroundColor: null,
|
|
54
|
+
borderRadius: 0,
|
|
32
55
|
direction: 'row',
|
|
33
56
|
fieldSpace: 2,
|
|
34
57
|
flexGrow: 0,
|
|
35
58
|
flexShrink: 0,
|
|
59
|
+
gap: 2,
|
|
36
60
|
justifyContent: 'flex-start',
|
|
37
|
-
|
|
61
|
+
padding: 0,
|
|
62
|
+
space: 2
|
|
38
63
|
}
|
|
39
64
|
}
|