@telus-uds/theme-public-mobile 2.28.0 → 2.30.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 +32 -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/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/schema.json +1498 -801
- package/build/android/theme.json +383 -8
- package/build/ios/ButtonDropdown.json +3 -3
- package/build/ios/ButtonGroup.json +32 -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/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/schema.json +1498 -801
- package/build/ios/theme.json +383 -8
- 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 +21 -2
- package/build/rn/ButtonGroupItem.js +58 -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 +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 +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 +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 +1498 -801
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +263 -9
- 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 +21 -2
- package/build/web/ButtonGroupItem.js +58 -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 +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 +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 +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 +1498 -801
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +263 -9
- package/package.json +4 -4
- package/theme.json +281 -3
package/theme.json
CHANGED
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
"borderRadius": "{palette.radius.radius8}",
|
|
1158
1158
|
"borderWidth": "{palette.border.border1}",
|
|
1159
1159
|
"color": "{palette.color.slate100}",
|
|
1160
|
-
"dividerColor": "{palette.color.
|
|
1160
|
+
"dividerColor": "{palette.color.slate25}",
|
|
1161
1161
|
"fontName": "{palette.fontName.SofiaPro}",
|
|
1162
1162
|
"fontSize": "{palette.fontSize.size18}",
|
|
1163
1163
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
@@ -1191,6 +1191,11 @@
|
|
|
1191
1191
|
},
|
|
1192
1192
|
"ButtonGroup": {
|
|
1193
1193
|
"appearances": {
|
|
1194
|
+
"style": {
|
|
1195
|
+
"description": "Configure `style` variant for `ButtonGroup`",
|
|
1196
|
+
"type": "variant",
|
|
1197
|
+
"values": ["contained"]
|
|
1198
|
+
},
|
|
1194
1199
|
"viewport": "{appearances.system.viewport}",
|
|
1195
1200
|
"width": {
|
|
1196
1201
|
"description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
|
|
@@ -1204,6 +1209,7 @@
|
|
|
1204
1209
|
"viewport": ["lg", "xl"]
|
|
1205
1210
|
},
|
|
1206
1211
|
"tokens": {
|
|
1212
|
+
"gap": "{palette.size.size3}",
|
|
1207
1213
|
"space": "{system.integer.3}"
|
|
1208
1214
|
}
|
|
1209
1215
|
},
|
|
@@ -1216,15 +1222,31 @@
|
|
|
1216
1222
|
"alignItems": "{system.flexAlign.stretch}",
|
|
1217
1223
|
"direction": "{system.direction.column}"
|
|
1218
1224
|
}
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"if": {
|
|
1228
|
+
"style": "contained"
|
|
1229
|
+
},
|
|
1230
|
+
"tokens": {
|
|
1231
|
+
"backgroundColor": "{palette.color.link25}",
|
|
1232
|
+
"borderRadius": "{palette.radius.radius12}",
|
|
1233
|
+
"gap": "{palette.size.size2}",
|
|
1234
|
+
"padding": "{palette.size.size8}",
|
|
1235
|
+
"space": "{system.integer.2}"
|
|
1236
|
+
}
|
|
1219
1237
|
}
|
|
1220
1238
|
],
|
|
1221
1239
|
"tokens": {
|
|
1222
1240
|
"alignItems": "{system.flexAlign.center}",
|
|
1241
|
+
"backgroundColor": "{system.color.none}",
|
|
1242
|
+
"borderRadius": "{system.radius.zero}",
|
|
1223
1243
|
"direction": "{system.direction.row}",
|
|
1224
1244
|
"fieldSpace": "{system.integer.2}",
|
|
1225
1245
|
"flexGrow": "{system.integer.0}",
|
|
1226
1246
|
"flexShrink": "{system.integer.0}",
|
|
1247
|
+
"gap": "{palette.size.size2}",
|
|
1227
1248
|
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
1249
|
+
"padding": "{system.size.zero}",
|
|
1228
1250
|
"space": "{system.integer.1}"
|
|
1229
1251
|
}
|
|
1230
1252
|
},
|
|
@@ -1236,6 +1258,11 @@
|
|
|
1236
1258
|
"inactive": "{appearances.ButtonGroupItem.inactive}",
|
|
1237
1259
|
"pressed": "{appearances.ButtonGroupItem.pressed}",
|
|
1238
1260
|
"selected": "{appearances.ButtonGroupItem.selected}",
|
|
1261
|
+
"style": {
|
|
1262
|
+
"description": "Configure `style` variant for `ButtonGroupItem`",
|
|
1263
|
+
"type": "variant",
|
|
1264
|
+
"values": ["contained"]
|
|
1265
|
+
},
|
|
1239
1266
|
"width": {
|
|
1240
1267
|
"description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
|
|
1241
1268
|
"type": "variant",
|
|
@@ -1344,6 +1371,85 @@
|
|
|
1344
1371
|
"tokens": {
|
|
1345
1372
|
"width": "{system.size.full}"
|
|
1346
1373
|
}
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"if": {
|
|
1377
|
+
"style": "contained"
|
|
1378
|
+
},
|
|
1379
|
+
"tokens": {
|
|
1380
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
1381
|
+
"borderColor": "{palette.color.transparent}",
|
|
1382
|
+
"borderWidth": "{system.border.zero}",
|
|
1383
|
+
"height": "{palette.size.size40}"
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"if": {
|
|
1388
|
+
"hover": true,
|
|
1389
|
+
"style": "contained"
|
|
1390
|
+
},
|
|
1391
|
+
"tokens": {
|
|
1392
|
+
"backgroundColor": "{palette.color.link100}",
|
|
1393
|
+
"color": "{palette.color.white}",
|
|
1394
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"if": {
|
|
1399
|
+
"selected": true,
|
|
1400
|
+
"style": "contained"
|
|
1401
|
+
},
|
|
1402
|
+
"tokens": {
|
|
1403
|
+
"backgroundColor": "{palette.color.slate100}",
|
|
1404
|
+
"color": "{palette.color.white}",
|
|
1405
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1406
|
+
}
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"if": {
|
|
1410
|
+
"focus": true,
|
|
1411
|
+
"style": "contained"
|
|
1412
|
+
},
|
|
1413
|
+
"tokens": {
|
|
1414
|
+
"borderColor": "{palette.color.link100}",
|
|
1415
|
+
"borderWidth": "{palette.border.border1}",
|
|
1416
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"if": {
|
|
1421
|
+
"hover": true,
|
|
1422
|
+
"selected": true,
|
|
1423
|
+
"style": "contained"
|
|
1424
|
+
},
|
|
1425
|
+
"tokens": {
|
|
1426
|
+
"backgroundColor": "{palette.color.link100}",
|
|
1427
|
+
"color": "{palette.color.white}",
|
|
1428
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"if": {
|
|
1433
|
+
"focus": true,
|
|
1434
|
+
"selected": true,
|
|
1435
|
+
"style": "contained"
|
|
1436
|
+
},
|
|
1437
|
+
"tokens": {
|
|
1438
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
1439
|
+
"color": "{palette.color.slate100}",
|
|
1440
|
+
"outerBorderColor": "{palette.color.transparent}",
|
|
1441
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1442
|
+
}
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"if": {
|
|
1446
|
+
"pressed": true,
|
|
1447
|
+
"style": "contained"
|
|
1448
|
+
},
|
|
1449
|
+
"tokens": {
|
|
1450
|
+
"backgroundColor": "{palette.color.slate120}",
|
|
1451
|
+
"color": "{palette.color.white}"
|
|
1452
|
+
}
|
|
1347
1453
|
}
|
|
1348
1454
|
],
|
|
1349
1455
|
"tokens": {
|
|
@@ -1797,6 +1903,10 @@
|
|
|
1797
1903
|
"fieldSpace": "{system.integer.3}",
|
|
1798
1904
|
"outlineOffset": "{palette.size.size8}",
|
|
1799
1905
|
"outlineWidth": "{palette.border.border1}",
|
|
1906
|
+
"paddingBottom": "{palette.size.size24}",
|
|
1907
|
+
"paddingLeft": "{palette.size.size24}",
|
|
1908
|
+
"paddingRight": "{palette.size.size24}",
|
|
1909
|
+
"paddingTop": "{palette.size.size24}",
|
|
1800
1910
|
"showIcon": "{system.show.true}",
|
|
1801
1911
|
"space": "{system.integer.3}"
|
|
1802
1912
|
}
|
|
@@ -2797,6 +2907,63 @@
|
|
|
2797
2907
|
"width": "{palette.size.size1}"
|
|
2798
2908
|
}
|
|
2799
2909
|
},
|
|
2910
|
+
"DownloadApp": {
|
|
2911
|
+
"appearances": {
|
|
2912
|
+
"focus": "{appearances.DownloadApp.focus}",
|
|
2913
|
+
"hover": "{appearances.DownloadApp.hover}",
|
|
2914
|
+
"pressed": "{appearances.DownloadApp.pressed}"
|
|
2915
|
+
},
|
|
2916
|
+
"rules": [
|
|
2917
|
+
{
|
|
2918
|
+
"if": {
|
|
2919
|
+
"focus": true
|
|
2920
|
+
},
|
|
2921
|
+
"tokens": {
|
|
2922
|
+
"borderColor": "{palette.color.link100}",
|
|
2923
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"if": {
|
|
2928
|
+
"hover": true
|
|
2929
|
+
},
|
|
2930
|
+
"tokens": {
|
|
2931
|
+
"borderColor": "{palette.color.link50}",
|
|
2932
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
2933
|
+
}
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"if": {
|
|
2937
|
+
"pressed": true
|
|
2938
|
+
},
|
|
2939
|
+
"tokens": {
|
|
2940
|
+
"borderColor": "{palette.color.link50}",
|
|
2941
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
2942
|
+
}
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"if": {
|
|
2946
|
+
"focus": true,
|
|
2947
|
+
"pressed": true
|
|
2948
|
+
},
|
|
2949
|
+
"tokens": {
|
|
2950
|
+
"borderColor": "{palette.color.link50}",
|
|
2951
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
2952
|
+
}
|
|
2953
|
+
}
|
|
2954
|
+
],
|
|
2955
|
+
"tokens": {
|
|
2956
|
+
"androidENIcon": "{palette.icon.AndroidEN}",
|
|
2957
|
+
"androidFRIcon": "{palette.icon.AndroidFR}",
|
|
2958
|
+
"borderColor": "{palette.color.transparent}",
|
|
2959
|
+
"borderGap": "{palette.size.size2}",
|
|
2960
|
+
"borderRadius": "{palette.radius.none}",
|
|
2961
|
+
"borderWidth": "{palette.border.border1}",
|
|
2962
|
+
"iosENIcon": "{palette.icon.IOSEN}",
|
|
2963
|
+
"iosFRIcon": "{palette.icon.IOSFR}",
|
|
2964
|
+
"padding": "{palette.size.size1}"
|
|
2965
|
+
}
|
|
2966
|
+
},
|
|
2800
2967
|
"ExpandCollapse": {
|
|
2801
2968
|
"appearances": {},
|
|
2802
2969
|
"rules": [],
|
|
@@ -3232,6 +3399,31 @@
|
|
|
3232
3399
|
"paddingTop": "{system.size.zero}"
|
|
3233
3400
|
}
|
|
3234
3401
|
},
|
|
3402
|
+
"FileUpload": {
|
|
3403
|
+
"appearances": {},
|
|
3404
|
+
"rules": [],
|
|
3405
|
+
"tokens": {
|
|
3406
|
+
"buttonBackgroundColor": "{system.color.none}",
|
|
3407
|
+
"buttonBorderColor": "{system.color.none}",
|
|
3408
|
+
"buttonBorderRadius": "{system.radius.none}",
|
|
3409
|
+
"buttonBorderWidth": "{system.border.none}",
|
|
3410
|
+
"buttonHeight": "{system.size.none}",
|
|
3411
|
+
"buttonMinWidth": "{system.size.none}",
|
|
3412
|
+
"buttonTextColor": "{system.color.none}",
|
|
3413
|
+
"buttonWidth": "{system.size.none}",
|
|
3414
|
+
"notificationBackgroundColor": "{system.color.none}",
|
|
3415
|
+
"notificationBorderColor": "{system.color.none}",
|
|
3416
|
+
"notificationBorderRadius": "{system.radius.none}",
|
|
3417
|
+
"notificationDismissButtonGap": "{system.size.none}",
|
|
3418
|
+
"notificationDismissIcon": "{system.icon.none}",
|
|
3419
|
+
"notificationDismissIconColor": "{system.color.none}",
|
|
3420
|
+
"notificationIcon": "{system.icon.none}",
|
|
3421
|
+
"notificationIconColor": "{system.color.none}",
|
|
3422
|
+
"notificationIconGap": "{system.size.none}",
|
|
3423
|
+
"notificationIconSize": "{system.size.none}",
|
|
3424
|
+
"notificationTextColor": "{palette.color.white}"
|
|
3425
|
+
}
|
|
3426
|
+
},
|
|
3235
3427
|
"Footnote": {
|
|
3236
3428
|
"appearances": {
|
|
3237
3429
|
"viewport": "{appearances.system.viewport}"
|
|
@@ -5024,14 +5216,20 @@
|
|
|
5024
5216
|
],
|
|
5025
5217
|
"tokens": {
|
|
5026
5218
|
"buttonDirection": "{system.direction.row}",
|
|
5219
|
+
"contentMarginBottom": "{palette.size.size32}",
|
|
5220
|
+
"contentMarginLeft": "{palette.size.size16}",
|
|
5221
|
+
"contentMarginRight": "{palette.size.size16}",
|
|
5222
|
+
"contentMarginTop": "{palette.size.size24}",
|
|
5223
|
+
"contentPaddingLeft": "{palette.size.size16}",
|
|
5224
|
+
"contentPaddingRight": "{palette.size.size16}",
|
|
5027
5225
|
"headerFontColor": "{palette.color.slate100}",
|
|
5028
5226
|
"headerFontName": "{palette.fontName.SofiaPro}",
|
|
5029
5227
|
"headerFontSize": "{palette.fontSize.size24}",
|
|
5030
5228
|
"headerFontWeight": "{palette.fontWeight.weight700}",
|
|
5031
5229
|
"headerLineHeight": "{palette.lineHeight.ratio9to7}",
|
|
5032
|
-
"maxHeightSize": "{
|
|
5230
|
+
"maxHeightSize": "{palette.size.size480}",
|
|
5033
5231
|
"maxWidthSize": "{system.size.zero}",
|
|
5034
|
-
"minHeight": "{
|
|
5232
|
+
"minHeight": "{system.size.zero}",
|
|
5035
5233
|
"minWidth": "{palette.size.size320}",
|
|
5036
5234
|
"subHeaderFontName": "{palette.fontName.SofiaPro}",
|
|
5037
5235
|
"subHeaderFontSize": "{palette.fontSize.size18}",
|
|
@@ -7580,6 +7778,7 @@
|
|
|
7580
7778
|
"icon": "{palette.icon.WarningError}",
|
|
7581
7779
|
"iconColor": "{palette.color.slate100}",
|
|
7582
7780
|
"iconGradient": "{system.gradient.none}",
|
|
7781
|
+
"marginLeft": "{palette.size.size8}",
|
|
7583
7782
|
"paddingBottom": "{palette.size.size0}",
|
|
7584
7783
|
"paddingLeft": "{palette.size.size0}",
|
|
7585
7784
|
"paddingRight": "{palette.size.size0}",
|
|
@@ -7733,6 +7932,85 @@
|
|
|
7733
7932
|
"shadow": "{system.shadow.none}"
|
|
7734
7933
|
}
|
|
7735
7934
|
},
|
|
7935
|
+
"TabBar": {
|
|
7936
|
+
"appearances": {
|
|
7937
|
+
"pressed": "{appearances.TabBarItem.pressed}"
|
|
7938
|
+
},
|
|
7939
|
+
"rules": [
|
|
7940
|
+
{
|
|
7941
|
+
"if": {
|
|
7942
|
+
"pressed": true
|
|
7943
|
+
},
|
|
7944
|
+
"tokens": {
|
|
7945
|
+
"paddingBottom": "{palette.size.size0}",
|
|
7946
|
+
"paddingTop": "{palette.size.size0}"
|
|
7947
|
+
}
|
|
7948
|
+
}
|
|
7949
|
+
],
|
|
7950
|
+
"tokens": {
|
|
7951
|
+
"backgroundColor": "{palette.color.greyAlabaster}",
|
|
7952
|
+
"borderTopColor": "{palette.color.greyMystic}",
|
|
7953
|
+
"borderTopWidth": "{palette.border.border1}",
|
|
7954
|
+
"gap": "{palette.size.size8}",
|
|
7955
|
+
"paddingBottom": "{palette.size.size4}",
|
|
7956
|
+
"paddingLeft": "{palette.size.size8}",
|
|
7957
|
+
"paddingRight": "{palette.size.size8}",
|
|
7958
|
+
"paddingTop": "{palette.size.size4}"
|
|
7959
|
+
}
|
|
7960
|
+
},
|
|
7961
|
+
"TabBarItem": {
|
|
7962
|
+
"appearances": {
|
|
7963
|
+
"focus": "{appearances.TabBarItem.pressed}",
|
|
7964
|
+
"hover": "{appearances.TabBarItem.pressed}",
|
|
7965
|
+
"pressed": "{appearances.TabBarItem.pressed}",
|
|
7966
|
+
"selected": "{appearances.TabBarItem.pressed}"
|
|
7967
|
+
},
|
|
7968
|
+
"rules": [
|
|
7969
|
+
{
|
|
7970
|
+
"if": {
|
|
7971
|
+
"focus": true
|
|
7972
|
+
},
|
|
7973
|
+
"tokens": {
|
|
7974
|
+
"backgroundColor": "{palette.color.slate5}",
|
|
7975
|
+
"color": "{palette.color.slate120}",
|
|
7976
|
+
"iconColor": "{palette.color.slate120}",
|
|
7977
|
+
"iconSize": "{palette.size.size26}"
|
|
7978
|
+
}
|
|
7979
|
+
},
|
|
7980
|
+
{
|
|
7981
|
+
"if": {
|
|
7982
|
+
"pressed": true
|
|
7983
|
+
},
|
|
7984
|
+
"tokens": {
|
|
7985
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
7986
|
+
"color": "{palette.color.slate25}",
|
|
7987
|
+
"iconColor": "{palette.color.slate25}",
|
|
7988
|
+
"iconSize": "{palette.size.size22}"
|
|
7989
|
+
}
|
|
7990
|
+
},
|
|
7991
|
+
{
|
|
7992
|
+
"if": {
|
|
7993
|
+
"hover": true
|
|
7994
|
+
},
|
|
7995
|
+
"tokens": {
|
|
7996
|
+
"iconSize": "{palette.size.size26}"
|
|
7997
|
+
}
|
|
7998
|
+
}
|
|
7999
|
+
],
|
|
8000
|
+
"tokens": {
|
|
8001
|
+
"activeColor": "{palette.color.slate100}",
|
|
8002
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
8003
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
8004
|
+
"color": "{palette.color.slate75}",
|
|
8005
|
+
"fontName": "{palette.fontName.SofiaPro}",
|
|
8006
|
+
"fontWeight": "{palette.fontWeight.weight400}",
|
|
8007
|
+
"iconColor": "{palette.color.slate75}",
|
|
8008
|
+
"iconSize": "{palette.size.size24}",
|
|
8009
|
+
"lineHeight": "{palette.lineHeight.ratio4to3}",
|
|
8010
|
+
"paddingBottom": "{palette.size.size4}",
|
|
8011
|
+
"paddingTop": "{palette.size.size4}"
|
|
8012
|
+
}
|
|
8013
|
+
},
|
|
7736
8014
|
"Table": {
|
|
7737
8015
|
"appearances": {
|
|
7738
8016
|
"spacing": {
|