@telus-uds/theme-allium 7.3.1 → 7.5.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/ActivityIndicator.json +12 -1
- package/build/android/ChevronLink.json +299 -0
- package/build/android/Link.json +294 -0
- package/build/android/MultiSelectFilter.json +23 -0
- package/build/android/Progress.json +4 -4
- package/build/android/schema.json +1067 -1053
- package/build/android/theme.json +861 -234
- package/build/ios/ActivityIndicator.json +12 -1
- package/build/ios/ChevronLink.json +299 -0
- package/build/ios/Link.json +294 -0
- package/build/ios/MultiSelectFilter.json +23 -0
- package/build/ios/Progress.json +4 -4
- package/build/ios/schema.json +1067 -1053
- package/build/ios/theme.json +861 -234
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +9 -2
- package/build/rn/Autocomplete.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 +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +1 -1
- package/build/rn/CardGroup.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 +219 -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 +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/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 +239 -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 +6 -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 +1 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +2 -2
- 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 +1 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +1 -1
- package/build/rn/TabBarItem.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 +1067 -1053
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +475 -4
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +9 -2
- package/build/web/Autocomplete.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 +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +1 -1
- package/build/web/CardGroup.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 +219 -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 +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/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 +239 -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 +6 -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 +1 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +2 -2
- 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 +1 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +1 -1
- package/build/web/TabBarItem.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 +1067 -1053
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +475 -4
- package/package.json +5 -5
- package/theme.json +2234 -1152
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, 28 Mar 2025 00:59:46 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -131,6 +131,7 @@ const theme = {
|
|
|
131
131
|
},
|
|
132
132
|
ActivityIndicator: {
|
|
133
133
|
appearances: {
|
|
134
|
+
dots: { type: 'variant', values: [ true ] },
|
|
134
135
|
size: {
|
|
135
136
|
description: 'used for full-screen spinners',
|
|
136
137
|
type: 'variant',
|
|
@@ -138,7 +139,13 @@ const theme = {
|
|
|
138
139
|
}
|
|
139
140
|
},
|
|
140
141
|
rules: [ { if: { size: 'large' }, tokens: { size: 48, thickness: 4 } } ],
|
|
141
|
-
tokens: {
|
|
142
|
+
tokens: {
|
|
143
|
+
color: '#2b8000',
|
|
144
|
+
dotSize: 6,
|
|
145
|
+
indicatorBackgroundColor: '#e3f6d1',
|
|
146
|
+
size: 24,
|
|
147
|
+
thickness: 3
|
|
148
|
+
}
|
|
142
149
|
},
|
|
143
150
|
Autocomplete: {
|
|
144
151
|
appearances: {},
|
|
@@ -2269,10 +2276,19 @@ const theme = {
|
|
|
2269
2276
|
type: 'state',
|
|
2270
2277
|
values: [ true, false ]
|
|
2271
2278
|
},
|
|
2279
|
+
quiet: {
|
|
2280
|
+
description: 'When it is true, it does not show the decoration',
|
|
2281
|
+
type: 'state',
|
|
2282
|
+
values: [ true, false ]
|
|
2283
|
+
},
|
|
2272
2284
|
size: {
|
|
2273
2285
|
description: 'Sets the size of the text and icon; these variants are shared with ChevronLink',
|
|
2274
2286
|
type: 'variant',
|
|
2275
2287
|
values: [ 'large', 'small', 'micro' ]
|
|
2288
|
+
},
|
|
2289
|
+
style: {
|
|
2290
|
+
type: 'variant',
|
|
2291
|
+
values: [ 'inline', 'subtle', 'feature', 'danger', 'inverse' ]
|
|
2276
2292
|
}
|
|
2277
2293
|
},
|
|
2278
2294
|
rules: [
|
|
@@ -2334,6 +2350,215 @@ const theme = {
|
|
|
2334
2350
|
{
|
|
2335
2351
|
if: { alternative: true, focus: true },
|
|
2336
2352
|
tokens: { color: '#414547', outerBorderColor: '#414547' }
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
if: { focus: true, quiet: true },
|
|
2356
|
+
tokens: { color: '#2b8000', textLine: 'underline' }
|
|
2357
|
+
},
|
|
2358
|
+
{ if: { style: 'inline' }, tokens: { color: '#414547' } },
|
|
2359
|
+
{
|
|
2360
|
+
if: { focus: true, style: 'inline' },
|
|
2361
|
+
tokens: { color: '#414547', outerBorderColor: '#414547' }
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
if: { hover: true, style: 'inline' },
|
|
2365
|
+
tokens: { color: '#2c2e30', textLine: 'none' }
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
if: { pressed: true, style: 'inline' },
|
|
2369
|
+
tokens: { color: '#2c2e30', textLine: 'none' }
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
if: { focus: true, pressed: true, style: 'inline' },
|
|
2373
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
2374
|
+
},
|
|
2375
|
+
{ if: { style: 'subtle' }, tokens: { color: '#676e73' } },
|
|
2376
|
+
{
|
|
2377
|
+
if: { focus: true, style: 'subtle' },
|
|
2378
|
+
tokens: { color: '#676e73', outerBorderColor: '#676e73' }
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
if: { hover: true, style: 'subtle' },
|
|
2382
|
+
tokens: { color: '#2c2e30', textLine: 'none' }
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
if: { pressed: true, style: 'subtle' },
|
|
2386
|
+
tokens: { color: '#2c2e30', textLine: 'none' }
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
if: { focus: true, pressed: true, style: 'subtle' },
|
|
2390
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
2391
|
+
},
|
|
2392
|
+
{ if: { style: 'feature' }, tokens: { color: '#2b8000' } },
|
|
2393
|
+
{
|
|
2394
|
+
if: { focus: true, style: 'feature' },
|
|
2395
|
+
tokens: { color: '#2b8000', outerBorderColor: '#2b8000' }
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
if: { hover: true, style: 'feature' },
|
|
2399
|
+
tokens: { color: '#1f5c09', textLine: 'none' }
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
if: { pressed: true, style: 'feature' },
|
|
2403
|
+
tokens: { color: '#163e06', textLine: 'none' }
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
if: { focus: true, pressed: true, style: 'feature' },
|
|
2407
|
+
tokens: { outerBorderColor: '#163e06' }
|
|
2408
|
+
},
|
|
2409
|
+
{ if: { style: 'danger' }, tokens: { color: '#c12335' } },
|
|
2410
|
+
{
|
|
2411
|
+
if: { focus: true, style: 'danger' },
|
|
2412
|
+
tokens: { color: '#c12335', outerBorderColor: '#c12335' }
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
if: { hover: true, style: 'danger' },
|
|
2416
|
+
tokens: { color: '#560c0c', textLine: 'none' }
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
if: { pressed: true, style: 'danger' },
|
|
2420
|
+
tokens: { color: '#2c2e30', textLine: 'none' }
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
if: { focus: true, pressed: true, style: 'danger' },
|
|
2424
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
2425
|
+
},
|
|
2426
|
+
{ if: { style: 'inverse' }, tokens: { color: '#ffffff' } },
|
|
2427
|
+
{
|
|
2428
|
+
if: { focus: true, style: 'inverse' },
|
|
2429
|
+
tokens: { color: '#ffffff', outerBorderColor: '#ffffff' }
|
|
2430
|
+
},
|
|
2431
|
+
{
|
|
2432
|
+
if: { hover: true, style: 'inverse' },
|
|
2433
|
+
tokens: { color: '#f4f4f7', textLine: 'none' }
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
if: { pressed: true, style: 'inverse' },
|
|
2437
|
+
tokens: { color: '#b2b9bf', textLine: 'none' }
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
if: { focus: true, pressed: true, style: 'inverse' },
|
|
2441
|
+
tokens: { outerBorderColor: '#b2b9bf' }
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
if: { quiet: true, style: 'inline' },
|
|
2445
|
+
tokens: { color: '#414547', textLine: 'none' }
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
if: { focus: true, quiet: true, style: 'inline' },
|
|
2449
|
+
tokens: {
|
|
2450
|
+
color: '#414547',
|
|
2451
|
+
outerBorderColor: '#414547',
|
|
2452
|
+
textLine: 'underline'
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
if: { hover: true, quiet: true, style: 'inline' },
|
|
2457
|
+
tokens: { color: '#2c2e30', textLine: 'underline' }
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
if: { pressed: true, quiet: true, style: 'inline' },
|
|
2461
|
+
tokens: { color: '#2c2e30' }
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
if: { focus: true, pressed: true, quiet: true, style: 'inline' },
|
|
2465
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
if: { quiet: true, style: 'subtle' },
|
|
2469
|
+
tokens: { color: '#676e73', textLine: 'none' }
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
if: { focus: true, quiet: true, style: 'subtle' },
|
|
2473
|
+
tokens: {
|
|
2474
|
+
color: '#676e73',
|
|
2475
|
+
outerBorderColor: '#676e73',
|
|
2476
|
+
textLine: 'underline'
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
if: { hover: true, quiet: true, style: 'subtle' },
|
|
2481
|
+
tokens: { color: '#2c2e30', textLine: 'underline' }
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
if: { pressed: true, quiet: true, style: 'subtle' },
|
|
2485
|
+
tokens: { color: '#2c2e30' }
|
|
2486
|
+
},
|
|
2487
|
+
{
|
|
2488
|
+
if: { focus: true, pressed: true, quiet: true, style: 'subtle' },
|
|
2489
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
if: { quiet: true, style: 'feature' },
|
|
2493
|
+
tokens: { color: '#2b8000', textLine: 'none' }
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
if: { focus: true, quiet: true, style: 'feature' },
|
|
2497
|
+
tokens: {
|
|
2498
|
+
color: '#2b8000',
|
|
2499
|
+
outerBorderColor: '#2b8000',
|
|
2500
|
+
textLine: 'underline'
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
if: { hover: true, quiet: true, style: 'feature' },
|
|
2505
|
+
tokens: { color: '#1f5c09', textLine: 'underline' }
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
if: { pressed: true, quiet: true, style: 'feature' },
|
|
2509
|
+
tokens: { color: '#163e06' }
|
|
2510
|
+
},
|
|
2511
|
+
{
|
|
2512
|
+
if: { focus: true, pressed: true, quiet: true, style: 'feature' },
|
|
2513
|
+
tokens: { outerBorderColor: '#163e06' }
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
if: { quiet: true, style: 'danger' },
|
|
2517
|
+
tokens: { color: '#c12335', textLine: 'none' }
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
if: { focus: true, quiet: true, style: 'danger' },
|
|
2521
|
+
tokens: {
|
|
2522
|
+
color: '#c12335',
|
|
2523
|
+
outerBorderColor: '#c12335',
|
|
2524
|
+
textLine: 'underline'
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
if: { hover: true, quiet: true, style: 'danger' },
|
|
2529
|
+
tokens: { color: '#560c0c', textLine: 'underline' }
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
if: { pressed: true, quiet: true, style: 'danger' },
|
|
2533
|
+
tokens: { color: '#2c2e30' }
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
if: { focus: true, pressed: true, quiet: true, style: 'danger' },
|
|
2537
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
if: { quiet: true, style: 'inverse' },
|
|
2541
|
+
tokens: { color: '#ffffff', textLine: 'none' }
|
|
2542
|
+
},
|
|
2543
|
+
{
|
|
2544
|
+
if: { focus: true, quiet: true, style: 'inverse' },
|
|
2545
|
+
tokens: {
|
|
2546
|
+
color: '#ffffff',
|
|
2547
|
+
outerBorderColor: '#ffffff',
|
|
2548
|
+
textLine: 'underline'
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
if: { hover: true, quiet: true, style: 'inverse' },
|
|
2553
|
+
tokens: { color: '#f4f4f7', textLine: 'underline' }
|
|
2554
|
+
},
|
|
2555
|
+
{
|
|
2556
|
+
if: { pressed: true, quiet: true, style: 'inverse' },
|
|
2557
|
+
tokens: { color: '#b2b9bf' }
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
if: { focus: true, pressed: true, quiet: true, style: 'inverse' },
|
|
2561
|
+
tokens: { outerBorderColor: '#b2b9bf' }
|
|
2337
2562
|
}
|
|
2338
2563
|
],
|
|
2339
2564
|
tokens: {
|
|
@@ -3678,6 +3903,10 @@ const theme = {
|
|
|
3678
3903
|
description: 'Text sizes for block links; similar but not always identical to Typography sizes.',
|
|
3679
3904
|
type: 'variant',
|
|
3680
3905
|
values: [ 'large', 'small', 'micro' ]
|
|
3906
|
+
},
|
|
3907
|
+
style: {
|
|
3908
|
+
type: 'variant',
|
|
3909
|
+
values: [ 'inline', 'subtle', 'feature', 'danger', 'inverse' ]
|
|
3681
3910
|
}
|
|
3682
3911
|
},
|
|
3683
3912
|
rules: [
|
|
@@ -3762,6 +3991,10 @@ const theme = {
|
|
|
3762
3991
|
if: { hover: true, quiet: true },
|
|
3763
3992
|
tokens: { color: '#1f5c09', textLine: 'underline' }
|
|
3764
3993
|
},
|
|
3994
|
+
{
|
|
3995
|
+
if: { focus: true, quiet: true },
|
|
3996
|
+
tokens: { color: '#2b8000', textLine: 'underline' }
|
|
3997
|
+
},
|
|
3765
3998
|
{
|
|
3766
3999
|
if: { alternative: true, hover: true, quiet: true },
|
|
3767
4000
|
tokens: { color: '#2c2e30', textLine: 'underline' }
|
|
@@ -3773,6 +4006,236 @@ const theme = {
|
|
|
3773
4006
|
{
|
|
3774
4007
|
if: { hover: true, light: true, quiet: true },
|
|
3775
4008
|
tokens: { color: '#414547', textLine: 'underline' }
|
|
4009
|
+
},
|
|
4010
|
+
{ if: { style: 'inline' }, tokens: { color: '#414547' } },
|
|
4011
|
+
{
|
|
4012
|
+
if: { focus: true, style: 'inline' },
|
|
4013
|
+
tokens: {
|
|
4014
|
+
color: '#414547',
|
|
4015
|
+
outerBorderColor: '#414547',
|
|
4016
|
+
outerBorderOutline: 'none'
|
|
4017
|
+
}
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
if: { hover: true, style: 'inline' },
|
|
4021
|
+
tokens: { color: '#2c2e30', textLine: 'none' }
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
if: { pressed: true, style: 'inline' },
|
|
4025
|
+
tokens: { color: '#2c2e30', textLine: 'none' }
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
if: { focus: true, pressed: true, style: 'inline' },
|
|
4029
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
4030
|
+
},
|
|
4031
|
+
{ if: { style: 'subtle' }, tokens: { color: '#676e73' } },
|
|
4032
|
+
{
|
|
4033
|
+
if: { focus: true, style: 'subtle' },
|
|
4034
|
+
tokens: {
|
|
4035
|
+
color: '#676e73',
|
|
4036
|
+
outerBorderColor: '#676e73',
|
|
4037
|
+
outerBorderOutline: 'none'
|
|
4038
|
+
}
|
|
4039
|
+
},
|
|
4040
|
+
{
|
|
4041
|
+
if: { hover: true, style: 'subtle' },
|
|
4042
|
+
tokens: { color: '#2c2e30', textLine: 'none' }
|
|
4043
|
+
},
|
|
4044
|
+
{
|
|
4045
|
+
if: { pressed: true, style: 'subtle' },
|
|
4046
|
+
tokens: { color: '#2c2e30', textLine: 'none' }
|
|
4047
|
+
},
|
|
4048
|
+
{
|
|
4049
|
+
if: { focus: true, pressed: true, style: 'subtle' },
|
|
4050
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
4051
|
+
},
|
|
4052
|
+
{ if: { style: 'feature' }, tokens: { color: '#2b8000' } },
|
|
4053
|
+
{
|
|
4054
|
+
if: { focus: true, style: 'feature' },
|
|
4055
|
+
tokens: {
|
|
4056
|
+
color: '#2b8000',
|
|
4057
|
+
outerBorderColor: '#2b8000',
|
|
4058
|
+
outerBorderOutline: 'none'
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
if: { hover: true, style: 'feature' },
|
|
4063
|
+
tokens: { color: '#1f5c09', textLine: 'none' }
|
|
4064
|
+
},
|
|
4065
|
+
{
|
|
4066
|
+
if: { pressed: true, style: 'feature' },
|
|
4067
|
+
tokens: { color: '#163e06', textLine: 'none' }
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
if: { focus: true, pressed: true, style: 'feature' },
|
|
4071
|
+
tokens: { outerBorderColor: '#163e06' }
|
|
4072
|
+
},
|
|
4073
|
+
{ if: { style: 'danger' }, tokens: { color: '#c12335' } },
|
|
4074
|
+
{
|
|
4075
|
+
if: { focus: true, style: 'danger' },
|
|
4076
|
+
tokens: {
|
|
4077
|
+
color: '#c12335',
|
|
4078
|
+
outerBorderColor: '#c12335',
|
|
4079
|
+
outerBorderOutline: 'none'
|
|
4080
|
+
}
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
if: { hover: true, style: 'danger' },
|
|
4084
|
+
tokens: { color: '#560c0c', textLine: 'none' }
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
if: { pressed: true, style: 'danger' },
|
|
4088
|
+
tokens: { color: '#2c2e30', textLine: 'none' }
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
if: { focus: true, pressed: true, style: 'danger' },
|
|
4092
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
4093
|
+
},
|
|
4094
|
+
{ if: { style: 'inverse' }, tokens: { color: '#ffffff' } },
|
|
4095
|
+
{
|
|
4096
|
+
if: { focus: true, style: 'inverse' },
|
|
4097
|
+
tokens: {
|
|
4098
|
+
color: '#ffffff',
|
|
4099
|
+
outerBorderColor: '#ffffff',
|
|
4100
|
+
outerBorderOutline: 'none'
|
|
4101
|
+
}
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
if: { hover: true, style: 'inverse' },
|
|
4105
|
+
tokens: { color: '#f4f4f7', textLine: 'none' }
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
if: { pressed: true, style: 'inverse' },
|
|
4109
|
+
tokens: { color: '#b2b9bf', textLine: 'none' }
|
|
4110
|
+
},
|
|
4111
|
+
{
|
|
4112
|
+
if: { focus: true, pressed: true, style: 'inverse' },
|
|
4113
|
+
tokens: { outerBorderColor: '#b2b9bf' }
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
if: { quiet: true, style: 'inline' },
|
|
4117
|
+
tokens: { color: '#414547', textLine: 'none' }
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
if: { focus: true, quiet: true, style: 'inline' },
|
|
4121
|
+
tokens: {
|
|
4122
|
+
color: '#414547',
|
|
4123
|
+
outerBorderColor: '#414547',
|
|
4124
|
+
outerBorderOutline: 'none',
|
|
4125
|
+
textLine: 'underline'
|
|
4126
|
+
}
|
|
4127
|
+
},
|
|
4128
|
+
{
|
|
4129
|
+
if: { hover: true, quiet: true, style: 'inline' },
|
|
4130
|
+
tokens: { color: '#2c2e30', textLine: 'underline' }
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
if: { pressed: true, quiet: true, style: 'inline' },
|
|
4134
|
+
tokens: { color: '#2c2e30' }
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
if: { focus: true, pressed: true, quiet: true, style: 'inline' },
|
|
4138
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
if: { quiet: true, style: 'subtle' },
|
|
4142
|
+
tokens: { color: '#676e73', textLine: 'none' }
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
if: { focus: true, quiet: true, style: 'subtle' },
|
|
4146
|
+
tokens: {
|
|
4147
|
+
color: '#676e73',
|
|
4148
|
+
outerBorderColor: '#676e73',
|
|
4149
|
+
outerBorderOutline: 'none',
|
|
4150
|
+
textLine: 'underline'
|
|
4151
|
+
}
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
if: { hover: true, quiet: true, style: 'subtle' },
|
|
4155
|
+
tokens: { color: '#2c2e30', textLine: 'underline' }
|
|
4156
|
+
},
|
|
4157
|
+
{
|
|
4158
|
+
if: { pressed: true, quiet: true, style: 'subtle' },
|
|
4159
|
+
tokens: { color: '#2c2e30' }
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
if: { focus: true, pressed: true, quiet: true, style: 'subtle' },
|
|
4163
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
4164
|
+
},
|
|
4165
|
+
{
|
|
4166
|
+
if: { quiet: true, style: 'feature' },
|
|
4167
|
+
tokens: { color: '#2b8000', textLine: 'none' }
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
if: { focus: true, quiet: true, style: 'feature' },
|
|
4171
|
+
tokens: {
|
|
4172
|
+
color: '#2b8000',
|
|
4173
|
+
outerBorderColor: '#2b8000',
|
|
4174
|
+
outerBorderOutline: 'none',
|
|
4175
|
+
textLine: 'underline'
|
|
4176
|
+
}
|
|
4177
|
+
},
|
|
4178
|
+
{
|
|
4179
|
+
if: { hover: true, quiet: true, style: 'feature' },
|
|
4180
|
+
tokens: { color: '#1f5c09', textLine: 'underline' }
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
if: { pressed: true, quiet: true, style: 'feature' },
|
|
4184
|
+
tokens: { color: '#163e06' }
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
if: { focus: true, pressed: true, quiet: true, style: 'feature' },
|
|
4188
|
+
tokens: { outerBorderColor: '#163e06' }
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
if: { quiet: true, style: 'danger' },
|
|
4192
|
+
tokens: { color: '#c12335', textLine: 'none' }
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
if: { focus: true, quiet: true, style: 'danger' },
|
|
4196
|
+
tokens: {
|
|
4197
|
+
color: '#c12335',
|
|
4198
|
+
outerBorderColor: '#c12335',
|
|
4199
|
+
outerBorderOutline: 'none',
|
|
4200
|
+
textLine: 'underline'
|
|
4201
|
+
}
|
|
4202
|
+
},
|
|
4203
|
+
{
|
|
4204
|
+
if: { hover: true, quiet: true, style: 'danger' },
|
|
4205
|
+
tokens: { color: '#560c0c', textLine: 'underline' }
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
if: { pressed: true, quiet: true, style: 'danger' },
|
|
4209
|
+
tokens: { color: '#2c2e30' }
|
|
4210
|
+
},
|
|
4211
|
+
{
|
|
4212
|
+
if: { focus: true, pressed: true, quiet: true, style: 'danger' },
|
|
4213
|
+
tokens: { outerBorderColor: '#2c2e30' }
|
|
4214
|
+
},
|
|
4215
|
+
{
|
|
4216
|
+
if: { quiet: true, style: 'inverse' },
|
|
4217
|
+
tokens: { color: '#ffffff', textLine: 'none' }
|
|
4218
|
+
},
|
|
4219
|
+
{
|
|
4220
|
+
if: { focus: true, quiet: true, style: 'inverse' },
|
|
4221
|
+
tokens: {
|
|
4222
|
+
color: '#ffffff',
|
|
4223
|
+
outerBorderColor: '#ffffff',
|
|
4224
|
+
outerBorderOutline: 'none',
|
|
4225
|
+
textLine: 'underline'
|
|
4226
|
+
}
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
if: { hover: true, quiet: true, style: 'inverse' },
|
|
4230
|
+
tokens: { color: '#f4f4f7', textLine: 'underline' }
|
|
4231
|
+
},
|
|
4232
|
+
{
|
|
4233
|
+
if: { pressed: true, quiet: true, style: 'inverse' },
|
|
4234
|
+
tokens: { color: '#b2b9bf' }
|
|
4235
|
+
},
|
|
4236
|
+
{
|
|
4237
|
+
if: { focus: true, pressed: true, quiet: true, style: 'inverse' },
|
|
4238
|
+
tokens: { outerBorderColor: '#b2b9bf' }
|
|
3776
4239
|
}
|
|
3777
4240
|
],
|
|
3778
4241
|
tokens: {
|
|
@@ -4205,6 +4668,7 @@ const theme = {
|
|
|
4205
4668
|
type: 'state',
|
|
4206
4669
|
values: [ true ]
|
|
4207
4670
|
},
|
|
4671
|
+
selected: { type: 'state', values: [ true ] },
|
|
4208
4672
|
viewport: {
|
|
4209
4673
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
4210
4674
|
type: 'state',
|
|
@@ -4227,6 +4691,13 @@ const theme = {
|
|
|
4227
4691
|
{
|
|
4228
4692
|
if: { maxWidth: true, viewport: [ 'sm', 'md', 'lg', 'xl' ] },
|
|
4229
4693
|
tokens: { maxWidthSize: 544 }
|
|
4694
|
+
},
|
|
4695
|
+
{
|
|
4696
|
+
if: { selected: true },
|
|
4697
|
+
tokens: {
|
|
4698
|
+
buttonIconBackgroundColor: '#7c53a5',
|
|
4699
|
+
labelColor: '#ffffff'
|
|
4700
|
+
}
|
|
4230
4701
|
}
|
|
4231
4702
|
],
|
|
4232
4703
|
tokens: {
|
|
@@ -5048,7 +5519,7 @@ const theme = {
|
|
|
5048
5519
|
}
|
|
5049
5520
|
],
|
|
5050
5521
|
tokens: {
|
|
5051
|
-
backgroundColor: '
|
|
5522
|
+
backgroundColor: 'rgba(0, 0, 0, 0.1)',
|
|
5052
5523
|
borderColor: '#b2b9bf',
|
|
5053
5524
|
borderRadius: 12,
|
|
5054
5525
|
borderWidth: 1,
|
|
@@ -8504,6 +8975,6 @@ const theme = {
|
|
|
8504
8975
|
tokens: { size: 96 }
|
|
8505
8976
|
}
|
|
8506
8977
|
},
|
|
8507
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '4.
|
|
8978
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '4.3.0' }
|
|
8508
8979
|
}
|
|
8509
8980
|
export default theme
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telus-uds/theme-allium",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.0",
|
|
4
4
|
"description": "Allium theme",
|
|
5
5
|
"author": "TELUS Digital",
|
|
6
6
|
"homepage": "https://github.com/telus/allium-design-system#readme",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"module": "build/web/index.js",
|
|
10
10
|
"dependencies": {},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@telus-uds/palette-allium": "^5.3.
|
|
13
|
-
"@telus-uds/system-theme-tokens": "^4.
|
|
14
|
-
"@telus-uds/system-tokens": "^1.2.
|
|
12
|
+
"@telus-uds/palette-allium": "^5.3.1",
|
|
13
|
+
"@telus-uds/system-theme-tokens": "^4.3.0",
|
|
14
|
+
"@telus-uds/system-tokens": "^1.2.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@telus-uds/palette-allium": "^5.3.
|
|
17
|
+
"@telus-uds/palette-allium": "^5.3.1"
|
|
18
18
|
},
|
|
19
19
|
"files": [
|
|
20
20
|
"build",
|