@telus-uds/theme-koodo 5.19.0 → 5.21.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/ButtonDropdown.json +3 -3
- package/build/android/ButtonGroup.json +31 -0
- package/build/android/ButtonGroupItem.json +68 -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 +3 -3
- package/build/android/Link.json +1 -1
- package/build/android/MultiSelectFilter.json +8 -2
- package/build/android/Status.json +1 -0
- package/build/android/TabBar.json +40 -0
- package/build/android/TabBarItem.json +119 -0
- package/build/android/ToggleSwitch.json +6 -6
- package/build/android/schema.json +1463 -761
- package/build/android/theme.json +391 -17
- package/build/ios/ButtonDropdown.json +3 -3
- package/build/ios/ButtonGroup.json +31 -0
- package/build/ios/ButtonGroupItem.json +68 -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 +3 -3
- package/build/ios/Link.json +1 -1
- package/build/ios/MultiSelectFilter.json +8 -2
- package/build/ios/Status.json +1 -0
- package/build/ios/TabBar.json +40 -0
- package/build/ios/TabBarItem.json +119 -0
- package/build/ios/ToggleSwitch.json +6 -6
- package/build/ios/schema.json +1463 -761
- package/build/ios/theme.json +391 -17
- 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 +2 -2
- package/build/rn/ButtonGroup.js +20 -2
- package/build/rn/ButtonGroupItem.js +53 -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 +2 -2
- 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 +2 -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 +2 -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 +67 -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 +5 -5
- 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 +1463 -761
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +262 -14
- 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 +2 -2
- package/build/web/ButtonGroup.js +20 -2
- package/build/web/ButtonGroupItem.js +53 -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 +2 -2
- 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 +2 -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 +2 -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 +67 -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 +5 -5
- 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 +1463 -761
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +262 -14
- package/package.json +4 -4
- package/theme.json +283 -8
package/theme.json
CHANGED
|
@@ -1245,7 +1245,7 @@
|
|
|
1245
1245
|
"borderRadius": "{palette.radius.radius4}",
|
|
1246
1246
|
"borderWidth": "{palette.border.border1}",
|
|
1247
1247
|
"color": "{palette.color.black}",
|
|
1248
|
-
"dividerColor": "{palette.color.
|
|
1248
|
+
"dividerColor": "{palette.color.silver}",
|
|
1249
1249
|
"fontName": "{palette.fontName.StagSans}",
|
|
1250
1250
|
"fontSize": "{palette.fontSize.size14}",
|
|
1251
1251
|
"fontWeight": "{palette.fontWeight.weight600}",
|
|
@@ -1279,6 +1279,11 @@
|
|
|
1279
1279
|
},
|
|
1280
1280
|
"ButtonGroup": {
|
|
1281
1281
|
"appearances": {
|
|
1282
|
+
"style": {
|
|
1283
|
+
"description": "Configure `style` variant for `ButtonGroup`",
|
|
1284
|
+
"type": "variant",
|
|
1285
|
+
"values": ["contained"]
|
|
1286
|
+
},
|
|
1282
1287
|
"viewport": "{appearances.system.viewport}",
|
|
1283
1288
|
"width": {
|
|
1284
1289
|
"description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
|
|
@@ -1292,6 +1297,7 @@
|
|
|
1292
1297
|
"viewport": ["xs", "sm"]
|
|
1293
1298
|
},
|
|
1294
1299
|
"tokens": {
|
|
1300
|
+
"gap": "{palette.size.size3}",
|
|
1295
1301
|
"space": "{system.integer.2}"
|
|
1296
1302
|
}
|
|
1297
1303
|
},
|
|
@@ -1312,15 +1318,30 @@
|
|
|
1312
1318
|
"alignItems": "{system.flexAlign.stretch}",
|
|
1313
1319
|
"direction": "{system.direction.column}"
|
|
1314
1320
|
}
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"if": {
|
|
1324
|
+
"style": "contained"
|
|
1325
|
+
},
|
|
1326
|
+
"tokens": {
|
|
1327
|
+
"backgroundColor": "{palette.color.dark10}",
|
|
1328
|
+
"borderRadius": "{palette.radius.radius8}",
|
|
1329
|
+
"padding": "{palette.size.size8}",
|
|
1330
|
+
"space": "{system.integer.2}"
|
|
1331
|
+
}
|
|
1315
1332
|
}
|
|
1316
1333
|
],
|
|
1317
1334
|
"tokens": {
|
|
1318
1335
|
"alignItems": "{system.flexAlign.center}",
|
|
1336
|
+
"backgroundColor": "{system.color.none}",
|
|
1337
|
+
"borderRadius": "{system.radius.zero}",
|
|
1319
1338
|
"direction": "{system.direction.row}",
|
|
1320
1339
|
"fieldSpace": "{system.integer.2}",
|
|
1321
1340
|
"flexGrow": "{system.integer.0}",
|
|
1322
1341
|
"flexShrink": "{system.integer.0}",
|
|
1342
|
+
"gap": "{palette.size.size2}",
|
|
1323
1343
|
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
1344
|
+
"padding": "{system.size.zero}",
|
|
1324
1345
|
"space": "{system.integer.2}"
|
|
1325
1346
|
}
|
|
1326
1347
|
},
|
|
@@ -1332,6 +1353,11 @@
|
|
|
1332
1353
|
"inactive": "{appearances.ButtonGroupItem.inactive}",
|
|
1333
1354
|
"pressed": "{appearances.ButtonGroupItem.pressed}",
|
|
1334
1355
|
"selected": "{appearances.ButtonGroupItem.selected}",
|
|
1356
|
+
"style": {
|
|
1357
|
+
"description": "Configure `style` variant for `ButtonGroupItem`",
|
|
1358
|
+
"type": "variant",
|
|
1359
|
+
"values": ["contained"]
|
|
1360
|
+
},
|
|
1335
1361
|
"width": {
|
|
1336
1362
|
"description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
|
|
1337
1363
|
"type": "variant",
|
|
@@ -1431,6 +1457,83 @@
|
|
|
1431
1457
|
"tokens": {
|
|
1432
1458
|
"width": "{system.size.full}"
|
|
1433
1459
|
}
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"if": {
|
|
1463
|
+
"style": "contained"
|
|
1464
|
+
},
|
|
1465
|
+
"tokens": {
|
|
1466
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
1467
|
+
"borderColor": "{palette.color.transparent}",
|
|
1468
|
+
"borderWidth": "{system.border.zero}",
|
|
1469
|
+
"height": "{palette.size.size40}"
|
|
1470
|
+
}
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"if": {
|
|
1474
|
+
"hover": true,
|
|
1475
|
+
"style": "contained"
|
|
1476
|
+
},
|
|
1477
|
+
"tokens": {
|
|
1478
|
+
"backgroundColor": "{palette.color.blackLight}",
|
|
1479
|
+
"color": "{palette.color.white}",
|
|
1480
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"if": {
|
|
1485
|
+
"selected": true,
|
|
1486
|
+
"style": "contained"
|
|
1487
|
+
},
|
|
1488
|
+
"tokens": {
|
|
1489
|
+
"backgroundColor": "{palette.color.purple}",
|
|
1490
|
+
"color": "{palette.color.white}",
|
|
1491
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"if": {
|
|
1496
|
+
"focus": true,
|
|
1497
|
+
"style": "contained"
|
|
1498
|
+
},
|
|
1499
|
+
"tokens": {
|
|
1500
|
+
"borderColor": "{palette.color.black}",
|
|
1501
|
+
"borderWidth": "{palette.border.border1}",
|
|
1502
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"if": {
|
|
1507
|
+
"hover": true,
|
|
1508
|
+
"selected": true,
|
|
1509
|
+
"style": "contained"
|
|
1510
|
+
},
|
|
1511
|
+
"tokens": {
|
|
1512
|
+
"backgroundColor": "{palette.color.purpleDark}",
|
|
1513
|
+
"color": "{palette.color.white}",
|
|
1514
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"if": {
|
|
1519
|
+
"focus": true,
|
|
1520
|
+
"selected": true,
|
|
1521
|
+
"style": "contained"
|
|
1522
|
+
},
|
|
1523
|
+
"tokens": {
|
|
1524
|
+
"outerBorderColor": "{palette.color.purple}",
|
|
1525
|
+
"outerBorderWidth": "{palette.border.border1}"
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"if": {
|
|
1530
|
+
"pressed": true,
|
|
1531
|
+
"style": "contained"
|
|
1532
|
+
},
|
|
1533
|
+
"tokens": {
|
|
1534
|
+
"backgroundColor": "{palette.color.blackLight}",
|
|
1535
|
+
"color": "{palette.color.dove}"
|
|
1536
|
+
}
|
|
1434
1537
|
}
|
|
1435
1538
|
],
|
|
1436
1539
|
"tokens": {
|
|
@@ -1878,6 +1981,10 @@
|
|
|
1878
1981
|
"fieldSpace": "{system.integer.3}",
|
|
1879
1982
|
"outlineOffset": "{palette.size.size8}",
|
|
1880
1983
|
"outlineWidth": "{palette.border.border1}",
|
|
1984
|
+
"paddingBottom": "{palette.size.size24}",
|
|
1985
|
+
"paddingLeft": "{palette.size.size24}",
|
|
1986
|
+
"paddingRight": "{palette.size.size24}",
|
|
1987
|
+
"paddingTop": "{palette.size.size24}",
|
|
1881
1988
|
"showIcon": "{system.show.true}",
|
|
1882
1989
|
"space": "{system.integer.3}"
|
|
1883
1990
|
}
|
|
@@ -2929,6 +3036,63 @@
|
|
|
2929
3036
|
"width": "{palette.size.size1}"
|
|
2930
3037
|
}
|
|
2931
3038
|
},
|
|
3039
|
+
"DownloadApp": {
|
|
3040
|
+
"appearances": {
|
|
3041
|
+
"focus": "{appearances.DownloadApp.focus}",
|
|
3042
|
+
"hover": "{appearances.DownloadApp.hover}",
|
|
3043
|
+
"pressed": "{appearances.DownloadApp.pressed}"
|
|
3044
|
+
},
|
|
3045
|
+
"rules": [
|
|
3046
|
+
{
|
|
3047
|
+
"if": {
|
|
3048
|
+
"focus": true
|
|
3049
|
+
},
|
|
3050
|
+
"tokens": {
|
|
3051
|
+
"borderColor": "{palette.color.black}",
|
|
3052
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"if": {
|
|
3057
|
+
"hover": true
|
|
3058
|
+
},
|
|
3059
|
+
"tokens": {
|
|
3060
|
+
"borderColor": "{palette.color.dove}",
|
|
3061
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3062
|
+
}
|
|
3063
|
+
},
|
|
3064
|
+
{
|
|
3065
|
+
"if": {
|
|
3066
|
+
"pressed": true
|
|
3067
|
+
},
|
|
3068
|
+
"tokens": {
|
|
3069
|
+
"borderColor": "{palette.color.dove}",
|
|
3070
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3071
|
+
}
|
|
3072
|
+
},
|
|
3073
|
+
{
|
|
3074
|
+
"if": {
|
|
3075
|
+
"focus": true,
|
|
3076
|
+
"pressed": true
|
|
3077
|
+
},
|
|
3078
|
+
"tokens": {
|
|
3079
|
+
"borderColor": "{palette.color.dove}",
|
|
3080
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3081
|
+
}
|
|
3082
|
+
}
|
|
3083
|
+
],
|
|
3084
|
+
"tokens": {
|
|
3085
|
+
"androidENIcon": "{palette.icon.AndroidEN}",
|
|
3086
|
+
"androidFRIcon": "{palette.icon.AndroidFR}",
|
|
3087
|
+
"borderColor": "{palette.color.transparent}",
|
|
3088
|
+
"borderGap": "{palette.size.size2}",
|
|
3089
|
+
"borderRadius": "{palette.radius.none}",
|
|
3090
|
+
"borderWidth": "{palette.border.border1}",
|
|
3091
|
+
"iosENIcon": "{palette.icon.IOSEN}",
|
|
3092
|
+
"iosFRIcon": "{palette.icon.IOSFR}",
|
|
3093
|
+
"padding": "{palette.size.size1}"
|
|
3094
|
+
}
|
|
3095
|
+
},
|
|
2932
3096
|
"ExpandCollapse": {
|
|
2933
3097
|
"appearances": {},
|
|
2934
3098
|
"rules": [],
|
|
@@ -3364,6 +3528,31 @@
|
|
|
3364
3528
|
"paddingTop": "{system.size.zero}"
|
|
3365
3529
|
}
|
|
3366
3530
|
},
|
|
3531
|
+
"FileUpload": {
|
|
3532
|
+
"appearances": {},
|
|
3533
|
+
"rules": [],
|
|
3534
|
+
"tokens": {
|
|
3535
|
+
"buttonBackgroundColor": "{system.color.none}",
|
|
3536
|
+
"buttonBorderColor": "{system.color.none}",
|
|
3537
|
+
"buttonBorderRadius": "{system.radius.none}",
|
|
3538
|
+
"buttonBorderWidth": "{system.border.none}",
|
|
3539
|
+
"buttonHeight": "{system.size.none}",
|
|
3540
|
+
"buttonMinWidth": "{system.size.none}",
|
|
3541
|
+
"buttonTextColor": "{system.color.none}",
|
|
3542
|
+
"buttonWidth": "{system.size.none}",
|
|
3543
|
+
"notificationBackgroundColor": "{system.color.none}",
|
|
3544
|
+
"notificationBorderColor": "{system.color.none}",
|
|
3545
|
+
"notificationBorderRadius": "{system.radius.none}",
|
|
3546
|
+
"notificationDismissButtonGap": "{system.size.none}",
|
|
3547
|
+
"notificationDismissIcon": "{system.icon.none}",
|
|
3548
|
+
"notificationDismissIconColor": "{system.color.none}",
|
|
3549
|
+
"notificationIcon": "{system.icon.none}",
|
|
3550
|
+
"notificationIconColor": "{system.color.none}",
|
|
3551
|
+
"notificationIconGap": "{system.size.none}",
|
|
3552
|
+
"notificationIconSize": "{system.size.none}",
|
|
3553
|
+
"notificationTextColor": "{palette.color.black}"
|
|
3554
|
+
}
|
|
3555
|
+
},
|
|
3367
3556
|
"Footnote": {
|
|
3368
3557
|
"appearances": {
|
|
3369
3558
|
"viewport": "{appearances.system.viewport}"
|
|
@@ -3808,7 +3997,7 @@
|
|
|
3808
3997
|
"color": "offer"
|
|
3809
3998
|
},
|
|
3810
3999
|
"tokens": {
|
|
3811
|
-
"color": "{palette.color.
|
|
4000
|
+
"color": "{palette.color.purple}"
|
|
3812
4001
|
}
|
|
3813
4002
|
},
|
|
3814
4003
|
{
|
|
@@ -5113,14 +5302,20 @@
|
|
|
5113
5302
|
],
|
|
5114
5303
|
"tokens": {
|
|
5115
5304
|
"buttonDirection": "{system.direction.row}",
|
|
5305
|
+
"contentMarginBottom": "{palette.size.size32}",
|
|
5306
|
+
"contentMarginLeft": "{palette.size.size16}",
|
|
5307
|
+
"contentMarginRight": "{palette.size.size16}",
|
|
5308
|
+
"contentMarginTop": "{palette.size.size24}",
|
|
5309
|
+
"contentPaddingLeft": "{palette.size.size16}",
|
|
5310
|
+
"contentPaddingRight": "{palette.size.size16}",
|
|
5116
5311
|
"headerFontColor": "{palette.color.black}",
|
|
5117
5312
|
"headerFontName": "{palette.fontName.StagSans}",
|
|
5118
5313
|
"headerFontSize": "{palette.fontSize.size24}",
|
|
5119
5314
|
"headerFontWeight": "{palette.fontWeight.weight700}",
|
|
5120
5315
|
"headerLineHeight": "{palette.lineHeight.ratio4to3}",
|
|
5121
|
-
"maxHeightSize": "{
|
|
5316
|
+
"maxHeightSize": "{palette.size.size480}",
|
|
5122
5317
|
"maxWidthSize": "{system.size.zero}",
|
|
5123
|
-
"minHeight": "{
|
|
5318
|
+
"minHeight": "{system.size.zero}",
|
|
5124
5319
|
"minWidth": "{palette.size.size320}",
|
|
5125
5320
|
"subHeaderFontName": "{palette.fontName.StagSans}",
|
|
5126
5321
|
"subHeaderFontSize": "{palette.fontSize.size16}",
|
|
@@ -7694,6 +7889,7 @@
|
|
|
7694
7889
|
"icon": "{palette.icon.ToolTipFilled}",
|
|
7695
7890
|
"iconColor": "{palette.color.black}",
|
|
7696
7891
|
"iconGradient": "{system.gradient.none}",
|
|
7892
|
+
"marginLeft": "{palette.size.size8}",
|
|
7697
7893
|
"paddingBottom": "{palette.size.size0}",
|
|
7698
7894
|
"paddingLeft": "{palette.size.size0}",
|
|
7699
7895
|
"paddingRight": "{palette.size.size0}",
|
|
@@ -7849,6 +8045,85 @@
|
|
|
7849
8045
|
"shadow": "{palette.shadow.none}"
|
|
7850
8046
|
}
|
|
7851
8047
|
},
|
|
8048
|
+
"TabBar": {
|
|
8049
|
+
"appearances": {
|
|
8050
|
+
"pressed": "{appearances.TabBarItem.pressed}"
|
|
8051
|
+
},
|
|
8052
|
+
"rules": [
|
|
8053
|
+
{
|
|
8054
|
+
"if": {
|
|
8055
|
+
"pressed": true
|
|
8056
|
+
},
|
|
8057
|
+
"tokens": {
|
|
8058
|
+
"paddingBottom": "{palette.size.size0}",
|
|
8059
|
+
"paddingTop": "{palette.size.size0}"
|
|
8060
|
+
}
|
|
8061
|
+
}
|
|
8062
|
+
],
|
|
8063
|
+
"tokens": {
|
|
8064
|
+
"backgroundColor": "{palette.color.greyLight}",
|
|
8065
|
+
"borderTopColor": "{palette.color.gallery}",
|
|
8066
|
+
"borderTopWidth": "{palette.border.border1}",
|
|
8067
|
+
"gap": "{palette.size.size8}",
|
|
8068
|
+
"paddingBottom": "{palette.size.size4}",
|
|
8069
|
+
"paddingLeft": "{palette.size.size8}",
|
|
8070
|
+
"paddingRight": "{palette.size.size8}",
|
|
8071
|
+
"paddingTop": "{palette.size.size4}"
|
|
8072
|
+
}
|
|
8073
|
+
},
|
|
8074
|
+
"TabBarItem": {
|
|
8075
|
+
"appearances": {
|
|
8076
|
+
"focus": "{appearances.TabBarItem.pressed}",
|
|
8077
|
+
"hover": "{appearances.TabBarItem.pressed}",
|
|
8078
|
+
"pressed": "{appearances.TabBarItem.pressed}",
|
|
8079
|
+
"selected": "{appearances.TabBarItem.pressed}"
|
|
8080
|
+
},
|
|
8081
|
+
"rules": [
|
|
8082
|
+
{
|
|
8083
|
+
"if": {
|
|
8084
|
+
"focus": true
|
|
8085
|
+
},
|
|
8086
|
+
"tokens": {
|
|
8087
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
8088
|
+
"color": "{palette.color.black}",
|
|
8089
|
+
"iconColor": "{palette.color.black}",
|
|
8090
|
+
"iconSize": "{palette.size.size26}"
|
|
8091
|
+
}
|
|
8092
|
+
},
|
|
8093
|
+
{
|
|
8094
|
+
"if": {
|
|
8095
|
+
"pressed": true
|
|
8096
|
+
},
|
|
8097
|
+
"tokens": {
|
|
8098
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
8099
|
+
"color": "{palette.color.purpleDark}",
|
|
8100
|
+
"iconColor": "{palette.color.purpleDark}",
|
|
8101
|
+
"iconSize": "{palette.size.size22}"
|
|
8102
|
+
}
|
|
8103
|
+
},
|
|
8104
|
+
{
|
|
8105
|
+
"if": {
|
|
8106
|
+
"hover": true
|
|
8107
|
+
},
|
|
8108
|
+
"tokens": {
|
|
8109
|
+
"iconSize": "{palette.size.size26}"
|
|
8110
|
+
}
|
|
8111
|
+
}
|
|
8112
|
+
],
|
|
8113
|
+
"tokens": {
|
|
8114
|
+
"activeColor": "{palette.color.purple}",
|
|
8115
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
8116
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
8117
|
+
"color": "{palette.color.black}",
|
|
8118
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
8119
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
8120
|
+
"iconColor": "{palette.color.black}",
|
|
8121
|
+
"iconSize": "{palette.size.size24}",
|
|
8122
|
+
"lineHeight": "{palette.lineHeight.ratio4to3}",
|
|
8123
|
+
"paddingBottom": "{palette.size.size4}",
|
|
8124
|
+
"paddingTop": "{palette.size.size4}"
|
|
8125
|
+
}
|
|
8126
|
+
},
|
|
7852
8127
|
"Table": {
|
|
7853
8128
|
"appearances": {
|
|
7854
8129
|
"spacing": {
|
|
@@ -8840,7 +9115,7 @@
|
|
|
8840
9115
|
"selected": true
|
|
8841
9116
|
},
|
|
8842
9117
|
"tokens": {
|
|
8843
|
-
"backgroundColor": "{palette.color.
|
|
9118
|
+
"backgroundColor": "{palette.color.silver}",
|
|
8844
9119
|
"switchColor": "{palette.color.blackLight}"
|
|
8845
9120
|
}
|
|
8846
9121
|
},
|
|
@@ -8860,7 +9135,7 @@
|
|
|
8860
9135
|
"selected": true
|
|
8861
9136
|
},
|
|
8862
9137
|
"tokens": {
|
|
8863
|
-
"backgroundColor": "{palette.color.
|
|
9138
|
+
"backgroundColor": "{palette.color.silver}",
|
|
8864
9139
|
"icon": "{palette.icon.Check}",
|
|
8865
9140
|
"iconColor": "{palette.color.white}",
|
|
8866
9141
|
"outerBorderColor": "{palette.color.black}",
|
|
@@ -8901,7 +9176,7 @@
|
|
|
8901
9176
|
"inactive": true
|
|
8902
9177
|
},
|
|
8903
9178
|
"tokens": {
|
|
8904
|
-
"backgroundColor": "{palette.color.
|
|
9179
|
+
"backgroundColor": "{palette.color.silver}",
|
|
8905
9180
|
"opacity": "{palette.opacity.opacity5}",
|
|
8906
9181
|
"switchBorderColor": "{palette.color.transparent}",
|
|
8907
9182
|
"switchColor": "{palette.color.silver}"
|
|
@@ -8913,7 +9188,7 @@
|
|
|
8913
9188
|
"selected": true
|
|
8914
9189
|
},
|
|
8915
9190
|
"tokens": {
|
|
8916
|
-
"backgroundColor": "{palette.color.
|
|
9191
|
+
"backgroundColor": "{palette.color.silver}",
|
|
8917
9192
|
"icon": "{palette.icon.Check}",
|
|
8918
9193
|
"iconColor": "{palette.color.white}",
|
|
8919
9194
|
"opacity": "{palette.opacity.opacity5}",
|