@telus-uds/theme-koodo 3.18.0 → 3.20.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/schema.json +2684 -681
- package/build/android/theme.json +966 -141
- package/build/ios/schema.json +2684 -681
- package/build/ios/theme.json +966 -141
- package/build/rn/schema.json +2684 -681
- package/build/rn/theme.js +531 -100
- package/package.json +4 -4
- package/theme.json +648 -109
package/build/android/theme.json
CHANGED
|
@@ -468,6 +468,40 @@
|
|
|
468
468
|
"gradient": null
|
|
469
469
|
}
|
|
470
470
|
},
|
|
471
|
+
"Breadcrumbs": {
|
|
472
|
+
"appearances": {
|
|
473
|
+
"inverse": {
|
|
474
|
+
"type": "variant",
|
|
475
|
+
"values": [true]
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"rules": [
|
|
479
|
+
{
|
|
480
|
+
"if": {
|
|
481
|
+
"inverse": true
|
|
482
|
+
},
|
|
483
|
+
"tokens": {
|
|
484
|
+
"iconColor": {
|
|
485
|
+
"red": 0,
|
|
486
|
+
"green": 0,
|
|
487
|
+
"blue": 0,
|
|
488
|
+
"alpha": 0
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
],
|
|
493
|
+
"tokens": {
|
|
494
|
+
"icon": "PaletteIconChevronRight",
|
|
495
|
+
"iconColor": {
|
|
496
|
+
"red": 0,
|
|
497
|
+
"green": 0,
|
|
498
|
+
"blue": 0,
|
|
499
|
+
"alpha": 0
|
|
500
|
+
},
|
|
501
|
+
"iconPadding": 8,
|
|
502
|
+
"listItemPadding": 0
|
|
503
|
+
}
|
|
504
|
+
},
|
|
471
505
|
"Button": {
|
|
472
506
|
"appearances": {
|
|
473
507
|
"danger": {
|
|
@@ -1309,6 +1343,45 @@
|
|
|
1309
1343
|
"width": null
|
|
1310
1344
|
}
|
|
1311
1345
|
},
|
|
1346
|
+
"Callout": {
|
|
1347
|
+
"appearances": {
|
|
1348
|
+
"size": {
|
|
1349
|
+
"type": "variant",
|
|
1350
|
+
"values": ["small"]
|
|
1351
|
+
}
|
|
1352
|
+
},
|
|
1353
|
+
"rules": [
|
|
1354
|
+
{
|
|
1355
|
+
"if": {
|
|
1356
|
+
"size": "small"
|
|
1357
|
+
},
|
|
1358
|
+
"tokens": {
|
|
1359
|
+
"paddingBottom": 4,
|
|
1360
|
+
"paddingTop": 4
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1363
|
+
],
|
|
1364
|
+
"tokens": {
|
|
1365
|
+
"background": {
|
|
1366
|
+
"red": 0.93725,
|
|
1367
|
+
"green": 0.93725,
|
|
1368
|
+
"blue": 0.93725,
|
|
1369
|
+
"alpha": 1
|
|
1370
|
+
},
|
|
1371
|
+
"borderRadius": 4,
|
|
1372
|
+
"color": {
|
|
1373
|
+
"red": 0,
|
|
1374
|
+
"green": 0,
|
|
1375
|
+
"blue": 0,
|
|
1376
|
+
"alpha": 1
|
|
1377
|
+
},
|
|
1378
|
+
"gap": 16,
|
|
1379
|
+
"paddingBottom": 8,
|
|
1380
|
+
"paddingLeft": 16,
|
|
1381
|
+
"paddingRight": 16,
|
|
1382
|
+
"paddingTop": 8
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1312
1385
|
"Card": {
|
|
1313
1386
|
"appearances": {
|
|
1314
1387
|
"background": {
|
|
@@ -1827,6 +1900,190 @@
|
|
|
1827
1900
|
"textLine": "none"
|
|
1828
1901
|
}
|
|
1829
1902
|
},
|
|
1903
|
+
"DatePicker": {
|
|
1904
|
+
"appearances": {},
|
|
1905
|
+
"rules": [],
|
|
1906
|
+
"tokens": {
|
|
1907
|
+
"calendarDayBlockedCalendarHoverBackground": {
|
|
1908
|
+
"red": 0,
|
|
1909
|
+
"green": 0,
|
|
1910
|
+
"blue": 0,
|
|
1911
|
+
"alpha": 0
|
|
1912
|
+
},
|
|
1913
|
+
"calendarDayBlockedCalendarHoverColor": {
|
|
1914
|
+
"red": 0,
|
|
1915
|
+
"green": 0,
|
|
1916
|
+
"blue": 0,
|
|
1917
|
+
"alpha": 0
|
|
1918
|
+
},
|
|
1919
|
+
"calendarDayDefaultBeforeHeight": 14,
|
|
1920
|
+
"calendarDayDefaultBeforeWidth": 14,
|
|
1921
|
+
"calendarDayDefaultBorder": 1,
|
|
1922
|
+
"calendarDayDefaultBorderColor": {
|
|
1923
|
+
"red": 0,
|
|
1924
|
+
"green": 0,
|
|
1925
|
+
"blue": 0,
|
|
1926
|
+
"alpha": 0
|
|
1927
|
+
},
|
|
1928
|
+
"calendarDayDefaultCalendarDaySelectedHoverBackground": {
|
|
1929
|
+
"red": 0,
|
|
1930
|
+
"green": 0,
|
|
1931
|
+
"blue": 0,
|
|
1932
|
+
"alpha": 0
|
|
1933
|
+
},
|
|
1934
|
+
"calendarDayDefaultCalendarDaySelectedHoverColor": {
|
|
1935
|
+
"red": 0,
|
|
1936
|
+
"green": 0,
|
|
1937
|
+
"blue": 0,
|
|
1938
|
+
"alpha": 0
|
|
1939
|
+
},
|
|
1940
|
+
"calendarDayDefaultColor": {
|
|
1941
|
+
"red": 0,
|
|
1942
|
+
"green": 0,
|
|
1943
|
+
"blue": 0,
|
|
1944
|
+
"alpha": 0
|
|
1945
|
+
},
|
|
1946
|
+
"calendarDayDefaultFontName": "StagSans",
|
|
1947
|
+
"calendarDayDefaultFontSize": 12,
|
|
1948
|
+
"calendarDayDefaultFontWeight": 300,
|
|
1949
|
+
"calendarDaySelectedHoverBeforeBackground": {
|
|
1950
|
+
"red": 0,
|
|
1951
|
+
"green": 0,
|
|
1952
|
+
"blue": 0,
|
|
1953
|
+
"alpha": 0
|
|
1954
|
+
},
|
|
1955
|
+
"calendarDaySelectedHoverBorderColor": {
|
|
1956
|
+
"red": 0,
|
|
1957
|
+
"green": 0,
|
|
1958
|
+
"blue": 0,
|
|
1959
|
+
"alpha": 0
|
|
1960
|
+
},
|
|
1961
|
+
"calendarDaySelectedHoverColor": {
|
|
1962
|
+
"red": 0,
|
|
1963
|
+
"green": 0,
|
|
1964
|
+
"blue": 0,
|
|
1965
|
+
"alpha": 0
|
|
1966
|
+
},
|
|
1967
|
+
"calendarMonthCaptionColor": {
|
|
1968
|
+
"red": 0,
|
|
1969
|
+
"green": 0,
|
|
1970
|
+
"blue": 0,
|
|
1971
|
+
"alpha": 0
|
|
1972
|
+
},
|
|
1973
|
+
"calendarMonthCaptionFontName": "StagSans",
|
|
1974
|
+
"calendarMonthCaptionFontSize": 20,
|
|
1975
|
+
"calendarMonthCaptionFontWeight": 400,
|
|
1976
|
+
"calendarMonthCaptionLineHeight": 1.4,
|
|
1977
|
+
"calendarMonthCaptionPaddingBottom": 48,
|
|
1978
|
+
"dateInputBorderColor": {
|
|
1979
|
+
"red": 0,
|
|
1980
|
+
"green": 0,
|
|
1981
|
+
"blue": 0,
|
|
1982
|
+
"alpha": 0
|
|
1983
|
+
},
|
|
1984
|
+
"dateInputBorderRadius": 4,
|
|
1985
|
+
"dateInputFocusBorderColor": {
|
|
1986
|
+
"red": 0,
|
|
1987
|
+
"green": 0,
|
|
1988
|
+
"blue": 0,
|
|
1989
|
+
"alpha": 0
|
|
1990
|
+
},
|
|
1991
|
+
"dateInputHoverBorderColor": {
|
|
1992
|
+
"red": 0,
|
|
1993
|
+
"green": 0,
|
|
1994
|
+
"blue": 0,
|
|
1995
|
+
"alpha": 0
|
|
1996
|
+
},
|
|
1997
|
+
"dateInputInsideBorderColor": {
|
|
1998
|
+
"red": 0,
|
|
1999
|
+
"green": 0,
|
|
2000
|
+
"blue": 0,
|
|
2001
|
+
"alpha": 0
|
|
2002
|
+
},
|
|
2003
|
+
"dateInputInsideColor": {
|
|
2004
|
+
"red": 0,
|
|
2005
|
+
"green": 0,
|
|
2006
|
+
"blue": 0,
|
|
2007
|
+
"alpha": 0
|
|
2008
|
+
},
|
|
2009
|
+
"dateInputStrokeColor": {
|
|
2010
|
+
"red": 0,
|
|
2011
|
+
"green": 0,
|
|
2012
|
+
"blue": 0,
|
|
2013
|
+
"alpha": 0
|
|
2014
|
+
},
|
|
2015
|
+
"dayPickerNavigationButtonBackgroundColor": {
|
|
2016
|
+
"red": 0,
|
|
2017
|
+
"green": 0,
|
|
2018
|
+
"blue": 0,
|
|
2019
|
+
"alpha": 0
|
|
2020
|
+
},
|
|
2021
|
+
"dayPickerNavigationButtonBorderColor": {
|
|
2022
|
+
"red": 0,
|
|
2023
|
+
"green": 0,
|
|
2024
|
+
"blue": 0,
|
|
2025
|
+
"alpha": 0
|
|
2026
|
+
},
|
|
2027
|
+
"dayPickerNavigationButtonChildLeft": 8,
|
|
2028
|
+
"dayPickerNavigationButtonChildRight": 8,
|
|
2029
|
+
"dayPickerNavigationButtonChildSvgFill": {
|
|
2030
|
+
"red": 0,
|
|
2031
|
+
"green": 0,
|
|
2032
|
+
"blue": 0,
|
|
2033
|
+
"alpha": 0
|
|
2034
|
+
},
|
|
2035
|
+
"dayPickerNavigationButtonDefaultHoverBorderColor": {
|
|
2036
|
+
"red": 0,
|
|
2037
|
+
"green": 0,
|
|
2038
|
+
"blue": 0,
|
|
2039
|
+
"alpha": 0
|
|
2040
|
+
},
|
|
2041
|
+
"dayPickerNavigationButtonMaxHeight": 32,
|
|
2042
|
+
"dayPickerNavigationButtonMaxWidth": 32,
|
|
2043
|
+
"dayPickerNavigationButtonPadding": 8,
|
|
2044
|
+
"dayPickerNavigationSVGHorizontalFill": {
|
|
2045
|
+
"red": 0,
|
|
2046
|
+
"green": 0,
|
|
2047
|
+
"blue": 0,
|
|
2048
|
+
"alpha": 0
|
|
2049
|
+
},
|
|
2050
|
+
"dayPickerWeekHeaderColor": {
|
|
2051
|
+
"red": 0,
|
|
2052
|
+
"green": 0,
|
|
2053
|
+
"blue": 0,
|
|
2054
|
+
"alpha": 0
|
|
2055
|
+
},
|
|
2056
|
+
"dayPickerWeekHeaderFontName": "StagSans",
|
|
2057
|
+
"dayPickerWeekHeaderFontWeight": 500,
|
|
2058
|
+
"dayPickerWeekHeaderLineHeight": 1.42857142857,
|
|
2059
|
+
"dayPickerWeekHeaderSmall": 14,
|
|
2060
|
+
"hiddenInputFieldContainerHeight": 0,
|
|
2061
|
+
"hiddenInputFieldContainerWidth": 0,
|
|
2062
|
+
"invalidInputMixin": {
|
|
2063
|
+
"red": 0,
|
|
2064
|
+
"green": 0,
|
|
2065
|
+
"blue": 0,
|
|
2066
|
+
"alpha": 0
|
|
2067
|
+
},
|
|
2068
|
+
"nextIcon": "PaletteIconArrowRight",
|
|
2069
|
+
"previousIcon": "PaletteIconArrowLeft",
|
|
2070
|
+
"singleDatePickerBorderColor": {
|
|
2071
|
+
"red": 0,
|
|
2072
|
+
"green": 0,
|
|
2073
|
+
"blue": 0,
|
|
2074
|
+
"alpha": 0
|
|
2075
|
+
},
|
|
2076
|
+
"singleDatePickerLeftRight": 16,
|
|
2077
|
+
"singleDatePickerPaddingTopBottom": 8,
|
|
2078
|
+
"singleDatePickerRadius": 4,
|
|
2079
|
+
"validInputMixin": {
|
|
2080
|
+
"red": 0,
|
|
2081
|
+
"green": 0,
|
|
2082
|
+
"blue": 0,
|
|
2083
|
+
"alpha": 0
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
1830
2087
|
"Divider": {
|
|
1831
2088
|
"appearances": {
|
|
1832
2089
|
"decorative": {
|
|
@@ -1984,6 +2241,36 @@
|
|
|
1984
2241
|
"verticalAlign": "middle"
|
|
1985
2242
|
}
|
|
1986
2243
|
},
|
|
2244
|
+
"ExpandCollapseMini": {
|
|
2245
|
+
"appearances": {},
|
|
2246
|
+
"rules": [],
|
|
2247
|
+
"tokens": {
|
|
2248
|
+
"borderWidth": 0
|
|
2249
|
+
}
|
|
2250
|
+
},
|
|
2251
|
+
"ExpandCollapseMiniControl": {
|
|
2252
|
+
"appearances": {
|
|
2253
|
+
"expanded": {
|
|
2254
|
+
"description": "Applies when an ExpandCollapse panel is open and the content inside is visible",
|
|
2255
|
+
"values": [true],
|
|
2256
|
+
"type": "state"
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
"rules": [
|
|
2260
|
+
{
|
|
2261
|
+
"if": {
|
|
2262
|
+
"expanded": true
|
|
2263
|
+
},
|
|
2264
|
+
"tokens": {
|
|
2265
|
+
"icon": "PaletteIconChevronUp"
|
|
2266
|
+
}
|
|
2267
|
+
}
|
|
2268
|
+
],
|
|
2269
|
+
"tokens": {
|
|
2270
|
+
"icon": "PaletteIconChevronDown",
|
|
2271
|
+
"size": 4
|
|
2272
|
+
}
|
|
2273
|
+
},
|
|
1987
2274
|
"ExpandCollapsePanel": {
|
|
1988
2275
|
"appearances": {},
|
|
1989
2276
|
"rules": [],
|
|
@@ -2095,6 +2382,71 @@
|
|
|
2095
2382
|
"titleFontSize": 16
|
|
2096
2383
|
}
|
|
2097
2384
|
},
|
|
2385
|
+
"Footnote": {
|
|
2386
|
+
"appearances": {},
|
|
2387
|
+
"rules": [],
|
|
2388
|
+
"tokens": {
|
|
2389
|
+
"closeButtonBorderColor": {
|
|
2390
|
+
"red": 0,
|
|
2391
|
+
"green": 0,
|
|
2392
|
+
"blue": 0,
|
|
2393
|
+
"alpha": 1
|
|
2394
|
+
},
|
|
2395
|
+
"closeButtonBorderSize": 1,
|
|
2396
|
+
"closeButtonHeight": 24,
|
|
2397
|
+
"closeButtonIconSize": 16,
|
|
2398
|
+
"closeButtonMarginBottom": 4,
|
|
2399
|
+
"closeButtonMarginLeft": 4,
|
|
2400
|
+
"closeButtonMarginRight": 12,
|
|
2401
|
+
"closeButtonMarginTop": 12,
|
|
2402
|
+
"closeButtonWidth": 24,
|
|
2403
|
+
"footnoteBackground": {
|
|
2404
|
+
"red": 0.98039,
|
|
2405
|
+
"green": 0.98039,
|
|
2406
|
+
"blue": 0.98039,
|
|
2407
|
+
"alpha": 1
|
|
2408
|
+
},
|
|
2409
|
+
"footnoteBodyBackground": {
|
|
2410
|
+
"red": 0.98039,
|
|
2411
|
+
"green": 0.98039,
|
|
2412
|
+
"blue": 0.98039,
|
|
2413
|
+
"alpha": 1
|
|
2414
|
+
},
|
|
2415
|
+
"footnoteBodyPaddingBottom": 32,
|
|
2416
|
+
"footnoteBodyPaddingLeft": 16,
|
|
2417
|
+
"footnoteBodyPaddingRight": 16,
|
|
2418
|
+
"footnoteBodyPaddingTop": 0,
|
|
2419
|
+
"footnoteBorderColorMd": {
|
|
2420
|
+
"red": 0.78824,
|
|
2421
|
+
"green": 0.78431,
|
|
2422
|
+
"blue": 0.78431,
|
|
2423
|
+
"alpha": 1
|
|
2424
|
+
},
|
|
2425
|
+
"footnoteBorderTopSizeMd": 1,
|
|
2426
|
+
"headerMargin": 16,
|
|
2427
|
+
"listItemColor": {
|
|
2428
|
+
"red": 0,
|
|
2429
|
+
"green": 0,
|
|
2430
|
+
"blue": 0,
|
|
2431
|
+
"alpha": 1
|
|
2432
|
+
},
|
|
2433
|
+
"listItemFontSize": 14,
|
|
2434
|
+
"listItemLineHeight": 1.42857142857,
|
|
2435
|
+
"listItemMarkerFontSize": 16,
|
|
2436
|
+
"listItemMarkerLineHeight": 1.42857142857,
|
|
2437
|
+
"listItemPaddingLeft": 8,
|
|
2438
|
+
"listPaddingLeft": 32
|
|
2439
|
+
}
|
|
2440
|
+
},
|
|
2441
|
+
"FootnoteLink": {
|
|
2442
|
+
"appearances": {},
|
|
2443
|
+
"rules": [],
|
|
2444
|
+
"tokens": {
|
|
2445
|
+
"lineHeight": 1,
|
|
2446
|
+
"paddingLeft": 2,
|
|
2447
|
+
"paddingRight": 2
|
|
2448
|
+
}
|
|
2449
|
+
},
|
|
2098
2450
|
"HorizontalScrollButton": {
|
|
2099
2451
|
"appearances": {
|
|
2100
2452
|
"pressed": {
|
|
@@ -2138,17 +2490,17 @@
|
|
|
2138
2490
|
"alpha": 1
|
|
2139
2491
|
},
|
|
2140
2492
|
"borderColor": {
|
|
2141
|
-
"red": 0.
|
|
2142
|
-
"green": 0.
|
|
2143
|
-
"blue": 0.
|
|
2493
|
+
"red": 0.00392,
|
|
2494
|
+
"green": 0.41961,
|
|
2495
|
+
"blue": 0.41569,
|
|
2144
2496
|
"alpha": 1
|
|
2145
2497
|
},
|
|
2146
2498
|
"borderRadius": 32,
|
|
2147
2499
|
"borderWidth": 1,
|
|
2148
2500
|
"iconColor": {
|
|
2149
|
-
"red": 0
|
|
2150
|
-
"green": 0
|
|
2151
|
-
"blue": 0
|
|
2501
|
+
"red": 0,
|
|
2502
|
+
"green": 0,
|
|
2503
|
+
"blue": 0,
|
|
2152
2504
|
"alpha": 1
|
|
2153
2505
|
},
|
|
2154
2506
|
"iconScale": 1,
|
|
@@ -2367,6 +2719,11 @@
|
|
|
2367
2719
|
"values": [true],
|
|
2368
2720
|
"type": "state"
|
|
2369
2721
|
},
|
|
2722
|
+
"inverse": {
|
|
2723
|
+
"description": "For use on dark backgrounds",
|
|
2724
|
+
"type": "variant",
|
|
2725
|
+
"values": [true]
|
|
2726
|
+
},
|
|
2370
2727
|
"password": {
|
|
2371
2728
|
"description": "Password masked or not",
|
|
2372
2729
|
"type": "variant",
|
|
@@ -2376,15 +2733,29 @@
|
|
|
2376
2733
|
"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.",
|
|
2377
2734
|
"values": [true],
|
|
2378
2735
|
"type": "state"
|
|
2736
|
+
},
|
|
2737
|
+
"raised": {
|
|
2738
|
+
"description": "Uses shadow and background colour to appear raised above the page",
|
|
2739
|
+
"type": "variant",
|
|
2740
|
+
"values": [true]
|
|
2741
|
+
},
|
|
2742
|
+
"size": {
|
|
2743
|
+
"type": "variant",
|
|
2744
|
+
"values": ["small", "large"]
|
|
2379
2745
|
}
|
|
2380
2746
|
},
|
|
2381
2747
|
"rules": [
|
|
2382
2748
|
{
|
|
2383
2749
|
"if": {
|
|
2384
|
-
"
|
|
2750
|
+
"inverse": true
|
|
2385
2751
|
},
|
|
2386
2752
|
"tokens": {
|
|
2387
|
-
"
|
|
2753
|
+
"iconColor": {
|
|
2754
|
+
"red": 1,
|
|
2755
|
+
"green": 1,
|
|
2756
|
+
"blue": 1,
|
|
2757
|
+
"alpha": 1
|
|
2758
|
+
}
|
|
2388
2759
|
}
|
|
2389
2760
|
},
|
|
2390
2761
|
{
|
|
@@ -2400,6 +2771,26 @@
|
|
|
2400
2771
|
}
|
|
2401
2772
|
}
|
|
2402
2773
|
},
|
|
2774
|
+
{
|
|
2775
|
+
"if": {
|
|
2776
|
+
"pressed": true
|
|
2777
|
+
},
|
|
2778
|
+
"tokens": {
|
|
2779
|
+
"backgroundColor": {
|
|
2780
|
+
"red": 0.00392,
|
|
2781
|
+
"green": 0.28235,
|
|
2782
|
+
"blue": 0.27843,
|
|
2783
|
+
"alpha": 1
|
|
2784
|
+
},
|
|
2785
|
+
"iconColor": {
|
|
2786
|
+
"red": 1,
|
|
2787
|
+
"green": 1,
|
|
2788
|
+
"blue": 1,
|
|
2789
|
+
"alpha": 1
|
|
2790
|
+
},
|
|
2791
|
+
"outerBorderWidth": 0
|
|
2792
|
+
}
|
|
2793
|
+
},
|
|
2403
2794
|
{
|
|
2404
2795
|
"if": {
|
|
2405
2796
|
"password": true,
|
|
@@ -2407,15 +2798,15 @@
|
|
|
2407
2798
|
},
|
|
2408
2799
|
"tokens": {
|
|
2409
2800
|
"backgroundColor": {
|
|
2410
|
-
"red": 0.
|
|
2411
|
-
"green": 0.
|
|
2412
|
-
"blue": 0.
|
|
2801
|
+
"red": 0.00392,
|
|
2802
|
+
"green": 0.28235,
|
|
2803
|
+
"blue": 0.27843,
|
|
2413
2804
|
"alpha": 1
|
|
2414
2805
|
},
|
|
2415
2806
|
"borderColor": {
|
|
2416
|
-
"red": 0.
|
|
2417
|
-
"green": 0.
|
|
2418
|
-
"blue": 0.
|
|
2807
|
+
"red": 0.00392,
|
|
2808
|
+
"green": 0.28235,
|
|
2809
|
+
"blue": 0.27843,
|
|
2419
2810
|
"alpha": 1
|
|
2420
2811
|
},
|
|
2421
2812
|
"iconColor": {
|
|
@@ -2423,45 +2814,130 @@
|
|
|
2423
2814
|
"green": 1,
|
|
2424
2815
|
"blue": 1,
|
|
2425
2816
|
"alpha": 1
|
|
2426
|
-
}
|
|
2817
|
+
},
|
|
2818
|
+
"outerBorderGap": 4
|
|
2427
2819
|
}
|
|
2428
2820
|
},
|
|
2429
2821
|
{
|
|
2430
2822
|
"if": {
|
|
2823
|
+
"inverse": true,
|
|
2431
2824
|
"pressed": true
|
|
2432
2825
|
},
|
|
2433
2826
|
"tokens": {
|
|
2434
2827
|
"backgroundColor": {
|
|
2435
|
-
"red": 0.
|
|
2436
|
-
"green": 0.
|
|
2437
|
-
"blue": 0.
|
|
2828
|
+
"red": 0.78824,
|
|
2829
|
+
"green": 0.78431,
|
|
2830
|
+
"blue": 0.78431,
|
|
2438
2831
|
"alpha": 1
|
|
2439
2832
|
},
|
|
2440
2833
|
"borderColor": {
|
|
2441
|
-
"red": 0.
|
|
2442
|
-
"green": 0.
|
|
2443
|
-
"blue": 0.
|
|
2834
|
+
"red": 0.78824,
|
|
2835
|
+
"green": 0.78431,
|
|
2836
|
+
"blue": 0.78431,
|
|
2444
2837
|
"alpha": 1
|
|
2445
2838
|
},
|
|
2446
2839
|
"iconColor": {
|
|
2447
|
-
"red":
|
|
2448
|
-
"green":
|
|
2449
|
-
"blue":
|
|
2840
|
+
"red": 0,
|
|
2841
|
+
"green": 0,
|
|
2842
|
+
"blue": 0,
|
|
2450
2843
|
"alpha": 1
|
|
2451
|
-
}
|
|
2844
|
+
},
|
|
2845
|
+
"outerBorderWidth": 0
|
|
2452
2846
|
}
|
|
2453
2847
|
},
|
|
2454
2848
|
{
|
|
2455
2849
|
"if": {
|
|
2456
|
-
"
|
|
2850
|
+
"size": "large"
|
|
2851
|
+
},
|
|
2852
|
+
"tokens": {
|
|
2853
|
+
"iconSize": 24,
|
|
2854
|
+
"padding": 12
|
|
2855
|
+
}
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
"if": {
|
|
2859
|
+
"size": "small"
|
|
2860
|
+
},
|
|
2861
|
+
"tokens": {
|
|
2862
|
+
"iconSize": 16,
|
|
2863
|
+
"padding": 4
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"description": "Raised IconButtons follow different design patterns to other variants",
|
|
2868
|
+
"if": {
|
|
2869
|
+
"raised": true
|
|
2457
2870
|
},
|
|
2458
2871
|
"tokens": {
|
|
2459
2872
|
"backgroundColor": {
|
|
2873
|
+
"red": 1,
|
|
2874
|
+
"green": 1,
|
|
2875
|
+
"blue": 1,
|
|
2876
|
+
"alpha": 1
|
|
2877
|
+
},
|
|
2878
|
+
"borderColor": {
|
|
2879
|
+
"red": 0.00392,
|
|
2880
|
+
"green": 0.41961,
|
|
2881
|
+
"blue": 0.41569,
|
|
2882
|
+
"alpha": 1
|
|
2883
|
+
},
|
|
2884
|
+
"borderWidth": 1,
|
|
2885
|
+
"iconSize": 16,
|
|
2886
|
+
"outerBorderColor": {
|
|
2460
2887
|
"red": 0,
|
|
2461
2888
|
"green": 0,
|
|
2462
2889
|
"blue": 0,
|
|
2463
2890
|
"alpha": 0
|
|
2464
2891
|
},
|
|
2892
|
+
"outerBorderGap": 0,
|
|
2893
|
+
"outerBorderWidth": 0,
|
|
2894
|
+
"padding": 8,
|
|
2895
|
+
"shadow": {
|
|
2896
|
+
"inset": false,
|
|
2897
|
+
"offsetX": 0,
|
|
2898
|
+
"offsetY": 2,
|
|
2899
|
+
"blur": 2,
|
|
2900
|
+
"spread": 0,
|
|
2901
|
+
"color": {
|
|
2902
|
+
"red": 0,
|
|
2903
|
+
"green": 0,
|
|
2904
|
+
"blue": 0,
|
|
2905
|
+
"alpha": 0.1
|
|
2906
|
+
}
|
|
2907
|
+
}
|
|
2908
|
+
}
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"if": {
|
|
2912
|
+
"raised": true,
|
|
2913
|
+
"size": "large"
|
|
2914
|
+
},
|
|
2915
|
+
"tokens": {
|
|
2916
|
+
"iconSize": 24,
|
|
2917
|
+
"padding": 12
|
|
2918
|
+
}
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"if": {
|
|
2922
|
+
"raised": true,
|
|
2923
|
+
"size": "small"
|
|
2924
|
+
},
|
|
2925
|
+
"tokens": {
|
|
2926
|
+
"padding": 8
|
|
2927
|
+
}
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"if": {
|
|
2931
|
+
"pressed": true,
|
|
2932
|
+
"raised": true
|
|
2933
|
+
},
|
|
2934
|
+
"tokens": {
|
|
2935
|
+
"backgroundColor": {
|
|
2936
|
+
"red": 0.00392,
|
|
2937
|
+
"green": 0.28235,
|
|
2938
|
+
"blue": 0.27843,
|
|
2939
|
+
"alpha": 1
|
|
2940
|
+
},
|
|
2465
2941
|
"borderWidth": 0,
|
|
2466
2942
|
"iconColor": {
|
|
2467
2943
|
"red": 1,
|
|
@@ -2477,13 +2953,34 @@
|
|
|
2477
2953
|
"password": true
|
|
2478
2954
|
},
|
|
2479
2955
|
"tokens": {
|
|
2956
|
+
"backgroundColor": {
|
|
2957
|
+
"red": 0,
|
|
2958
|
+
"green": 0,
|
|
2959
|
+
"blue": 0,
|
|
2960
|
+
"alpha": 0
|
|
2961
|
+
},
|
|
2962
|
+
"borderWidth": 0,
|
|
2480
2963
|
"iconColor": {
|
|
2481
|
-
"red": 0.
|
|
2482
|
-
"green": 0.
|
|
2483
|
-
"blue": 0.
|
|
2964
|
+
"red": 0.00392,
|
|
2965
|
+
"green": 0.28235,
|
|
2966
|
+
"blue": 0.27843,
|
|
2484
2967
|
"alpha": 1
|
|
2968
|
+
},
|
|
2969
|
+
"outerBorderColor": {
|
|
2970
|
+
"red": 0,
|
|
2971
|
+
"green": 0,
|
|
2972
|
+
"blue": 0,
|
|
2973
|
+
"alpha": 0
|
|
2485
2974
|
}
|
|
2486
2975
|
}
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
"if": {
|
|
2979
|
+
"compact": true
|
|
2980
|
+
},
|
|
2981
|
+
"tokens": {
|
|
2982
|
+
"outerBorderGap": 0
|
|
2983
|
+
}
|
|
2487
2984
|
}
|
|
2488
2985
|
],
|
|
2489
2986
|
"tokens": {
|
|
@@ -2494,21 +2991,21 @@
|
|
|
2494
2991
|
"alpha": 0
|
|
2495
2992
|
},
|
|
2496
2993
|
"borderColor": {
|
|
2497
|
-
"red": 0
|
|
2498
|
-
"green": 0
|
|
2499
|
-
"blue": 0
|
|
2500
|
-
"alpha":
|
|
2994
|
+
"red": 0,
|
|
2995
|
+
"green": 0,
|
|
2996
|
+
"blue": 0,
|
|
2997
|
+
"alpha": 0
|
|
2501
2998
|
},
|
|
2502
2999
|
"borderRadius": 99999999999999,
|
|
2503
|
-
"borderWidth":
|
|
3000
|
+
"borderWidth": 1,
|
|
2504
3001
|
"iconColor": {
|
|
2505
|
-
"red": 0
|
|
2506
|
-
"green": 0
|
|
2507
|
-
"blue": 0
|
|
3002
|
+
"red": 0,
|
|
3003
|
+
"green": 0,
|
|
3004
|
+
"blue": 0,
|
|
2508
3005
|
"alpha": 1
|
|
2509
3006
|
},
|
|
2510
3007
|
"iconScale": 1,
|
|
2511
|
-
"iconSize":
|
|
3008
|
+
"iconSize": 16,
|
|
2512
3009
|
"iconTranslateX": 0,
|
|
2513
3010
|
"iconTranslateY": 0,
|
|
2514
3011
|
"outerBorderColor": {
|
|
@@ -2523,6 +3020,13 @@
|
|
|
2523
3020
|
"shadow": null
|
|
2524
3021
|
}
|
|
2525
3022
|
},
|
|
3023
|
+
"Image": {
|
|
3024
|
+
"appearances": {},
|
|
3025
|
+
"rules": [],
|
|
3026
|
+
"tokens": {
|
|
3027
|
+
"borderRadius": 4
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
2526
3030
|
"InputLabel": {
|
|
2527
3031
|
"appearances": {},
|
|
2528
3032
|
"rules": [],
|
|
@@ -2840,7 +3344,11 @@
|
|
|
2840
3344
|
"viewport": ["xs", "sm"]
|
|
2841
3345
|
},
|
|
2842
3346
|
"tokens": {
|
|
2843
|
-
"height": "100%"
|
|
3347
|
+
"height": "100%",
|
|
3348
|
+
"paddingBottom": 24,
|
|
3349
|
+
"paddingLeft": 24,
|
|
3350
|
+
"paddingRight": 24,
|
|
3351
|
+
"paddingTop": 24
|
|
2844
3352
|
}
|
|
2845
3353
|
},
|
|
2846
3354
|
{
|
|
@@ -2879,7 +3387,19 @@
|
|
|
2879
3387
|
"blue": 1,
|
|
2880
3388
|
"alpha": 1
|
|
2881
3389
|
},
|
|
3390
|
+
"borderColor": {
|
|
3391
|
+
"red": 1,
|
|
3392
|
+
"green": 1,
|
|
3393
|
+
"blue": 1,
|
|
3394
|
+
"alpha": 1
|
|
3395
|
+
},
|
|
2882
3396
|
"borderRadius": 4,
|
|
3397
|
+
"cancelButtonColor": {
|
|
3398
|
+
"red": 0,
|
|
3399
|
+
"green": 0,
|
|
3400
|
+
"blue": 0,
|
|
3401
|
+
"alpha": 1
|
|
3402
|
+
},
|
|
2883
3403
|
"closeIcon": "PaletteIconTimes",
|
|
2884
3404
|
"closeIconColor": {
|
|
2885
3405
|
"red": 0,
|
|
@@ -2893,12 +3413,22 @@
|
|
|
2893
3413
|
"containerPaddingLeft": 0,
|
|
2894
3414
|
"containerPaddingRight": 0,
|
|
2895
3415
|
"containerPaddingTop": 0,
|
|
3416
|
+
"gap": 16,
|
|
3417
|
+
"headingColor": {
|
|
3418
|
+
"red": 0,
|
|
3419
|
+
"green": 0,
|
|
3420
|
+
"blue": 0,
|
|
3421
|
+
"alpha": 1
|
|
3422
|
+
},
|
|
3423
|
+
"headingPaddingRight": 24,
|
|
2896
3424
|
"height": null,
|
|
3425
|
+
"marginLeft": 24,
|
|
3426
|
+
"marginRight": 24,
|
|
2897
3427
|
"maxWidth": "100%",
|
|
2898
|
-
"paddingBottom":
|
|
2899
|
-
"paddingLeft":
|
|
2900
|
-
"paddingRight":
|
|
2901
|
-
"paddingTop":
|
|
3428
|
+
"paddingBottom": 24,
|
|
3429
|
+
"paddingLeft": 32,
|
|
3430
|
+
"paddingRight": 32,
|
|
3431
|
+
"paddingTop": 24,
|
|
2902
3432
|
"shadow": {
|
|
2903
3433
|
"inset": false,
|
|
2904
3434
|
"offsetX": 0,
|
|
@@ -2911,7 +3441,8 @@
|
|
|
2911
3441
|
"blue": 0,
|
|
2912
3442
|
"alpha": 0
|
|
2913
3443
|
}
|
|
2914
|
-
}
|
|
3444
|
+
},
|
|
3445
|
+
"subHeadingMarginTop": 8
|
|
2915
3446
|
}
|
|
2916
3447
|
},
|
|
2917
3448
|
"Notification": {
|
|
@@ -3434,6 +3965,76 @@
|
|
|
3434
3965
|
"width": null
|
|
3435
3966
|
}
|
|
3436
3967
|
},
|
|
3968
|
+
"PreviewCard": {
|
|
3969
|
+
"appearances": {},
|
|
3970
|
+
"rules": [],
|
|
3971
|
+
"tokens": {
|
|
3972
|
+
"backgroundColor": {
|
|
3973
|
+
"red": 1,
|
|
3974
|
+
"green": 1,
|
|
3975
|
+
"blue": 1,
|
|
3976
|
+
"alpha": 1
|
|
3977
|
+
},
|
|
3978
|
+
"borderColor": {
|
|
3979
|
+
"red": 1,
|
|
3980
|
+
"green": 1,
|
|
3981
|
+
"blue": 1,
|
|
3982
|
+
"alpha": 1
|
|
3983
|
+
},
|
|
3984
|
+
"borderRadius": 0,
|
|
3985
|
+
"borderWidth": 1,
|
|
3986
|
+
"flex": 1,
|
|
3987
|
+
"outerBorderColor": {
|
|
3988
|
+
"red": 1,
|
|
3989
|
+
"green": 1,
|
|
3990
|
+
"blue": 1,
|
|
3991
|
+
"alpha": 1
|
|
3992
|
+
},
|
|
3993
|
+
"outerBorderGap": 0,
|
|
3994
|
+
"outerBorderWidth": 0,
|
|
3995
|
+
"paddingBottom": 0,
|
|
3996
|
+
"paddingLeft": 0,
|
|
3997
|
+
"paddingRight": 0,
|
|
3998
|
+
"paddingTop": 0,
|
|
3999
|
+
"separatorColor": {
|
|
4000
|
+
"red": 0,
|
|
4001
|
+
"green": 0,
|
|
4002
|
+
"blue": 0,
|
|
4003
|
+
"alpha": 1
|
|
4004
|
+
}
|
|
4005
|
+
}
|
|
4006
|
+
},
|
|
4007
|
+
"PriceLockup": {
|
|
4008
|
+
"appearances": {},
|
|
4009
|
+
"rules": [],
|
|
4010
|
+
"tokens": {
|
|
4011
|
+
"bottomLinksMarginLeft": 4,
|
|
4012
|
+
"bottomTextMarginTop": 4,
|
|
4013
|
+
"dividerColor": {
|
|
4014
|
+
"red": 0.4,
|
|
4015
|
+
"green": 0.4,
|
|
4016
|
+
"blue": 0.4,
|
|
4017
|
+
"alpha": 1
|
|
4018
|
+
},
|
|
4019
|
+
"fontColor": {
|
|
4020
|
+
"red": 0,
|
|
4021
|
+
"green": 0,
|
|
4022
|
+
"blue": 0,
|
|
4023
|
+
"alpha": 1
|
|
4024
|
+
},
|
|
4025
|
+
"footnoteGap": 4,
|
|
4026
|
+
"footnoteMarginTop": 4,
|
|
4027
|
+
"priceMarginBottom": 8,
|
|
4028
|
+
"strikeThroughBackground": {
|
|
4029
|
+
"red": 0.93725,
|
|
4030
|
+
"green": 0.93725,
|
|
4031
|
+
"blue": 0.93725,
|
|
4032
|
+
"alpha": 1
|
|
4033
|
+
},
|
|
4034
|
+
"strikeThroughHeight": 2,
|
|
4035
|
+
"topTextMarginBottom": 4
|
|
4036
|
+
}
|
|
4037
|
+
},
|
|
3437
4038
|
"Progress": {
|
|
3438
4039
|
"appearances": {
|
|
3439
4040
|
"size": {
|
|
@@ -3871,25 +4472,6 @@
|
|
|
3871
4472
|
"outerBorderWidth": 0
|
|
3872
4473
|
}
|
|
3873
4474
|
},
|
|
3874
|
-
{
|
|
3875
|
-
"if": {
|
|
3876
|
-
"checked": true
|
|
3877
|
-
},
|
|
3878
|
-
"tokens": {
|
|
3879
|
-
"inputBackgroundColor": {
|
|
3880
|
-
"red": 0.00392,
|
|
3881
|
-
"green": 0.41961,
|
|
3882
|
-
"blue": 0.41569,
|
|
3883
|
-
"alpha": 1
|
|
3884
|
-
},
|
|
3885
|
-
"inputOutlineColor": {
|
|
3886
|
-
"red": 0.00392,
|
|
3887
|
-
"green": 0.41961,
|
|
3888
|
-
"blue": 0.41569,
|
|
3889
|
-
"alpha": 1
|
|
3890
|
-
}
|
|
3891
|
-
}
|
|
3892
|
-
},
|
|
3893
4475
|
{
|
|
3894
4476
|
"if": {
|
|
3895
4477
|
"inactive": true
|
|
@@ -3934,9 +4516,9 @@
|
|
|
3934
4516
|
"alpha": 1
|
|
3935
4517
|
},
|
|
3936
4518
|
"inputBackgroundColor": {
|
|
3937
|
-
"red":
|
|
3938
|
-
"green":
|
|
3939
|
-
"blue":
|
|
4519
|
+
"red": 1,
|
|
4520
|
+
"green": 1,
|
|
4521
|
+
"blue": 1,
|
|
3940
4522
|
"alpha": 1
|
|
3941
4523
|
},
|
|
3942
4524
|
"inputBorderColor": {
|
|
@@ -3947,9 +4529,9 @@
|
|
|
3947
4529
|
},
|
|
3948
4530
|
"inputBorderWidth": 3,
|
|
3949
4531
|
"inputOutlineColor": {
|
|
3950
|
-
"red":
|
|
3951
|
-
"green":
|
|
3952
|
-
"blue":
|
|
4532
|
+
"red": 1,
|
|
4533
|
+
"green": 1,
|
|
4534
|
+
"blue": 1,
|
|
3953
4535
|
"alpha": 1
|
|
3954
4536
|
},
|
|
3955
4537
|
"inputOutlineWidth": 1,
|
|
@@ -3958,7 +4540,15 @@
|
|
|
3958
4540
|
"green": 0.4,
|
|
3959
4541
|
"blue": 0.4,
|
|
3960
4542
|
"alpha": 1
|
|
3961
|
-
}
|
|
4543
|
+
},
|
|
4544
|
+
"outerBorderColor": {
|
|
4545
|
+
"red": 0.78824,
|
|
4546
|
+
"green": 0.78431,
|
|
4547
|
+
"blue": 0.78431,
|
|
4548
|
+
"alpha": 1
|
|
4549
|
+
},
|
|
4550
|
+
"outerBorderGap": 1,
|
|
4551
|
+
"outerBorderWidth": 1
|
|
3962
4552
|
}
|
|
3963
4553
|
}
|
|
3964
4554
|
],
|
|
@@ -4551,57 +5141,56 @@
|
|
|
4551
5141
|
"rules": [
|
|
4552
5142
|
{
|
|
4553
5143
|
"if": {
|
|
4554
|
-
"
|
|
5144
|
+
"focus": true
|
|
4555
5145
|
},
|
|
4556
5146
|
"tokens": {
|
|
4557
5147
|
"borderColor": {
|
|
4558
|
-
"red": 0.
|
|
4559
|
-
"green": 0.
|
|
4560
|
-
"blue": 0.
|
|
5148
|
+
"red": 0.00392,
|
|
5149
|
+
"green": 0.41961,
|
|
5150
|
+
"blue": 0.41569,
|
|
4561
5151
|
"alpha": 1
|
|
4562
5152
|
},
|
|
4563
|
-
"
|
|
4564
|
-
"validationIconColor": {
|
|
4565
|
-
"red": 0.1451,
|
|
4566
|
-
"green": 0.5451,
|
|
4567
|
-
"blue": 0.04314,
|
|
4568
|
-
"alpha": 1
|
|
4569
|
-
}
|
|
5153
|
+
"borderWidth": 3
|
|
4570
5154
|
}
|
|
4571
5155
|
},
|
|
4572
5156
|
{
|
|
4573
5157
|
"if": {
|
|
4574
|
-
"validation": "
|
|
5158
|
+
"validation": "success"
|
|
4575
5159
|
},
|
|
4576
5160
|
"tokens": {
|
|
4577
5161
|
"borderColor": {
|
|
4578
|
-
"red": 0.
|
|
4579
|
-
"green": 0.
|
|
4580
|
-
"blue": 0.
|
|
5162
|
+
"red": 0.00392,
|
|
5163
|
+
"green": 0.41961,
|
|
5164
|
+
"blue": 0.41569,
|
|
4581
5165
|
"alpha": 1
|
|
4582
5166
|
},
|
|
4583
|
-
"validationIcon": "
|
|
5167
|
+
"validationIcon": "PaletteIconCheckCircledFilled",
|
|
4584
5168
|
"validationIconColor": {
|
|
4585
|
-
"red": 0.
|
|
4586
|
-
"green": 0.
|
|
4587
|
-
"blue": 0.
|
|
5169
|
+
"red": 0.00392,
|
|
5170
|
+
"green": 0.41961,
|
|
5171
|
+
"blue": 0.41569,
|
|
4588
5172
|
"alpha": 1
|
|
4589
5173
|
}
|
|
4590
5174
|
}
|
|
4591
5175
|
},
|
|
4592
5176
|
{
|
|
4593
5177
|
"if": {
|
|
4594
|
-
"
|
|
5178
|
+
"validation": "error"
|
|
4595
5179
|
},
|
|
4596
5180
|
"tokens": {
|
|
4597
5181
|
"borderColor": {
|
|
4598
|
-
"red": 0.
|
|
4599
|
-
"green": 0.
|
|
4600
|
-
"blue": 0.
|
|
5182
|
+
"red": 0.93333,
|
|
5183
|
+
"green": 0.17255,
|
|
5184
|
+
"blue": 0.4549,
|
|
4601
5185
|
"alpha": 1
|
|
4602
5186
|
},
|
|
4603
|
-
"
|
|
4604
|
-
"
|
|
5187
|
+
"validationIcon": "PaletteIconExclamationOctagon",
|
|
5188
|
+
"validationIconColor": {
|
|
5189
|
+
"red": 0.93333,
|
|
5190
|
+
"green": 0.17255,
|
|
5191
|
+
"blue": 0.4549,
|
|
5192
|
+
"alpha": 1
|
|
5193
|
+
}
|
|
4605
5194
|
}
|
|
4606
5195
|
},
|
|
4607
5196
|
{
|
|
@@ -4620,7 +5209,8 @@
|
|
|
4620
5209
|
"green": 0.93725,
|
|
4621
5210
|
"blue": 0.93725,
|
|
4622
5211
|
"alpha": 1
|
|
4623
|
-
}
|
|
5212
|
+
},
|
|
5213
|
+
"icon": null
|
|
4624
5214
|
}
|
|
4625
5215
|
}
|
|
4626
5216
|
],
|
|
@@ -4639,10 +5229,10 @@
|
|
|
4639
5229
|
},
|
|
4640
5230
|
"borderRadius": 4,
|
|
4641
5231
|
"borderWidth": 1,
|
|
4642
|
-
"color": {
|
|
4643
|
-
"red": 0,
|
|
4644
|
-
"green": 0,
|
|
4645
|
-
"blue": 0,
|
|
5232
|
+
"color": {
|
|
5233
|
+
"red": 0.4,
|
|
5234
|
+
"green": 0.4,
|
|
5235
|
+
"blue": 0.4,
|
|
4646
5236
|
"alpha": 1
|
|
4647
5237
|
},
|
|
4648
5238
|
"fontName": "StagSans",
|
|
@@ -4670,10 +5260,10 @@
|
|
|
4670
5260
|
"alpha": 0
|
|
4671
5261
|
},
|
|
4672
5262
|
"outerBorderWidth": 2,
|
|
4673
|
-
"paddingBottom":
|
|
5263
|
+
"paddingBottom": 12,
|
|
4674
5264
|
"paddingLeft": 16,
|
|
4675
5265
|
"paddingRight": 16,
|
|
4676
|
-
"paddingTop":
|
|
5266
|
+
"paddingTop": 12,
|
|
4677
5267
|
"validationIcon": null,
|
|
4678
5268
|
"validationIconColor": {
|
|
4679
5269
|
"red": 0,
|
|
@@ -5150,6 +5740,81 @@
|
|
|
5150
5740
|
"showStepTrackerLabel": true
|
|
5151
5741
|
}
|
|
5152
5742
|
},
|
|
5743
|
+
"Table": {
|
|
5744
|
+
"appearances": {
|
|
5745
|
+
"spacing": {
|
|
5746
|
+
"type": "variant",
|
|
5747
|
+
"values": ["compact"]
|
|
5748
|
+
}
|
|
5749
|
+
},
|
|
5750
|
+
"rules": [
|
|
5751
|
+
{
|
|
5752
|
+
"if": {
|
|
5753
|
+
"spacing": "compact"
|
|
5754
|
+
},
|
|
5755
|
+
"tokens": {
|
|
5756
|
+
"cellPaddingBottom": 8,
|
|
5757
|
+
"cellPaddingTop": 8
|
|
5758
|
+
}
|
|
5759
|
+
}
|
|
5760
|
+
],
|
|
5761
|
+
"tokens": {
|
|
5762
|
+
"cellBackground": {
|
|
5763
|
+
"red": 1,
|
|
5764
|
+
"green": 1,
|
|
5765
|
+
"blue": 1,
|
|
5766
|
+
"alpha": 1
|
|
5767
|
+
},
|
|
5768
|
+
"cellBoxShadowColor": {
|
|
5769
|
+
"red": 0,
|
|
5770
|
+
"green": 0,
|
|
5771
|
+
"blue": 0,
|
|
5772
|
+
"alpha": 1
|
|
5773
|
+
},
|
|
5774
|
+
"cellHeadingBackground": {
|
|
5775
|
+
"red": 0,
|
|
5776
|
+
"green": 0,
|
|
5777
|
+
"blue": 0,
|
|
5778
|
+
"alpha": 1
|
|
5779
|
+
},
|
|
5780
|
+
"cellHeadingBoxShadowColor": {
|
|
5781
|
+
"red": 0,
|
|
5782
|
+
"green": 0,
|
|
5783
|
+
"blue": 0,
|
|
5784
|
+
"alpha": 1
|
|
5785
|
+
},
|
|
5786
|
+
"cellPaddingBottom": 16,
|
|
5787
|
+
"cellPaddingLeft": 16,
|
|
5788
|
+
"cellPaddingRight": 16,
|
|
5789
|
+
"cellPaddingTop": 16,
|
|
5790
|
+
"cellRowHeadingBackground": {
|
|
5791
|
+
"red": 1,
|
|
5792
|
+
"green": 1,
|
|
5793
|
+
"blue": 1,
|
|
5794
|
+
"alpha": 1
|
|
5795
|
+
},
|
|
5796
|
+
"cellStickyShadow": {
|
|
5797
|
+
"inset": false,
|
|
5798
|
+
"offsetX": 0,
|
|
5799
|
+
"offsetY": 4,
|
|
5800
|
+
"blur": 8,
|
|
5801
|
+
"spread": 0,
|
|
5802
|
+
"color": {
|
|
5803
|
+
"red": 0,
|
|
5804
|
+
"green": 0,
|
|
5805
|
+
"blue": 0,
|
|
5806
|
+
"alpha": 0.1
|
|
5807
|
+
}
|
|
5808
|
+
},
|
|
5809
|
+
"cellSubheadingBackground": {
|
|
5810
|
+
"red": 0,
|
|
5811
|
+
"green": 0,
|
|
5812
|
+
"blue": 0,
|
|
5813
|
+
"alpha": 1
|
|
5814
|
+
},
|
|
5815
|
+
"tablePaddingBottom": 24
|
|
5816
|
+
}
|
|
5817
|
+
},
|
|
5153
5818
|
"Tabs": {
|
|
5154
5819
|
"appearances": {},
|
|
5155
5820
|
"rules": [],
|
|
@@ -5162,7 +5827,7 @@
|
|
|
5162
5827
|
},
|
|
5163
5828
|
"borderBottomWidth": 0,
|
|
5164
5829
|
"buttonClearance": 32,
|
|
5165
|
-
"gutter":
|
|
5830
|
+
"gutter": null,
|
|
5166
5831
|
"nextIcon": "PaletteIconChevronRight",
|
|
5167
5832
|
"previousIcon": "PaletteIconChevronLeft",
|
|
5168
5833
|
"space": 0
|
|
@@ -5170,6 +5835,15 @@
|
|
|
5170
5835
|
},
|
|
5171
5836
|
"TabsItem": {
|
|
5172
5837
|
"appearances": {
|
|
5838
|
+
"inverse": {
|
|
5839
|
+
"type": "variant",
|
|
5840
|
+
"values": [true]
|
|
5841
|
+
},
|
|
5842
|
+
"pressed": {
|
|
5843
|
+
"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.",
|
|
5844
|
+
"values": [true],
|
|
5845
|
+
"type": "state"
|
|
5846
|
+
},
|
|
5173
5847
|
"selected": {
|
|
5174
5848
|
"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.",
|
|
5175
5849
|
"values": [true],
|
|
@@ -5183,53 +5857,123 @@
|
|
|
5183
5857
|
},
|
|
5184
5858
|
"tokens": {
|
|
5185
5859
|
"backgroundColor": {
|
|
5186
|
-
"red": 0.00392,
|
|
5187
|
-
"green": 0.41961,
|
|
5188
|
-
"blue": 0.41569,
|
|
5189
|
-
"alpha": 1
|
|
5190
|
-
},
|
|
5191
|
-
"borderWidth": 0,
|
|
5192
|
-
"color": {
|
|
5193
5860
|
"red": 1,
|
|
5194
5861
|
"green": 1,
|
|
5195
5862
|
"blue": 1,
|
|
5196
5863
|
"alpha": 1
|
|
5197
5864
|
},
|
|
5865
|
+
"color": {
|
|
5866
|
+
"red": 0.00392,
|
|
5867
|
+
"green": 0.41961,
|
|
5868
|
+
"blue": 0.41569,
|
|
5869
|
+
"alpha": 1
|
|
5870
|
+
},
|
|
5871
|
+
"highlightBarBorderWidth": 1,
|
|
5872
|
+
"highlightBarHeight": 1,
|
|
5198
5873
|
"highlightColor": {
|
|
5199
5874
|
"red": 0.00392,
|
|
5200
5875
|
"green": 0.41961,
|
|
5201
5876
|
"blue": 0.41569,
|
|
5202
5877
|
"alpha": 1
|
|
5878
|
+
}
|
|
5879
|
+
}
|
|
5880
|
+
},
|
|
5881
|
+
{
|
|
5882
|
+
"if": {
|
|
5883
|
+
"pressed": true
|
|
5884
|
+
},
|
|
5885
|
+
"tokens": {
|
|
5886
|
+
"backgroundColor": {
|
|
5887
|
+
"red": 0.78824,
|
|
5888
|
+
"green": 0.78431,
|
|
5889
|
+
"blue": 0.78431,
|
|
5890
|
+
"alpha": 1
|
|
5891
|
+
},
|
|
5892
|
+
"highlightBarBorderWidth": 0
|
|
5893
|
+
}
|
|
5894
|
+
},
|
|
5895
|
+
{
|
|
5896
|
+
"if": {
|
|
5897
|
+
"inverse": true
|
|
5898
|
+
},
|
|
5899
|
+
"tokens": {
|
|
5900
|
+
"backgroundColor": {
|
|
5901
|
+
"red": 0,
|
|
5902
|
+
"green": 0,
|
|
5903
|
+
"blue": 0,
|
|
5904
|
+
"alpha": 0
|
|
5905
|
+
},
|
|
5906
|
+
"color": {
|
|
5907
|
+
"red": 0.89804,
|
|
5908
|
+
"green": 0.96863,
|
|
5909
|
+
"blue": 0.98431,
|
|
5910
|
+
"alpha": 1
|
|
5911
|
+
}
|
|
5912
|
+
}
|
|
5913
|
+
},
|
|
5914
|
+
{
|
|
5915
|
+
"if": {
|
|
5916
|
+
"inverse": true,
|
|
5917
|
+
"selected": true
|
|
5918
|
+
},
|
|
5919
|
+
"tokens": {
|
|
5920
|
+
"color": {
|
|
5921
|
+
"red": 0.78824,
|
|
5922
|
+
"green": 0.78431,
|
|
5923
|
+
"blue": 0.78431,
|
|
5924
|
+
"alpha": 1
|
|
5925
|
+
},
|
|
5926
|
+
"highlightBarBorderWidth": 1,
|
|
5927
|
+
"highlightBarHeight": 1,
|
|
5928
|
+
"highlightColor": {
|
|
5929
|
+
"red": 0.78824,
|
|
5930
|
+
"green": 0.78431,
|
|
5931
|
+
"blue": 0.78431,
|
|
5932
|
+
"alpha": 1
|
|
5933
|
+
}
|
|
5934
|
+
}
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
"if": {
|
|
5938
|
+
"inverse": true,
|
|
5939
|
+
"pressed": true
|
|
5940
|
+
},
|
|
5941
|
+
"tokens": {
|
|
5942
|
+
"color": {
|
|
5943
|
+
"red": 0.78824,
|
|
5944
|
+
"green": 0.78431,
|
|
5945
|
+
"blue": 0.78431,
|
|
5946
|
+
"alpha": 1
|
|
5203
5947
|
},
|
|
5204
|
-
"
|
|
5948
|
+
"highlightBarBorderWidth": 0
|
|
5205
5949
|
}
|
|
5206
5950
|
}
|
|
5207
5951
|
],
|
|
5208
5952
|
"tokens": {
|
|
5209
5953
|
"backgroundColor": {
|
|
5210
|
-
"red":
|
|
5211
|
-
"green":
|
|
5212
|
-
"blue":
|
|
5954
|
+
"red": 1,
|
|
5955
|
+
"green": 1,
|
|
5956
|
+
"blue": 1,
|
|
5213
5957
|
"alpha": 1
|
|
5214
5958
|
},
|
|
5215
5959
|
"borderColor": {
|
|
5216
|
-
"red": 0.78824,
|
|
5217
|
-
"green": 0.78431,
|
|
5218
|
-
"blue": 0.78431,
|
|
5219
|
-
"alpha": 1
|
|
5220
|
-
},
|
|
5221
|
-
"borderRadius": 0,
|
|
5222
|
-
"borderWidth": 1,
|
|
5223
|
-
"color": {
|
|
5224
5960
|
"red": 0,
|
|
5225
5961
|
"green": 0,
|
|
5226
5962
|
"blue": 0,
|
|
5963
|
+
"alpha": 0
|
|
5964
|
+
},
|
|
5965
|
+
"borderRadius": 0,
|
|
5966
|
+
"borderWidth": 0,
|
|
5967
|
+
"color": {
|
|
5968
|
+
"red": 0.4,
|
|
5969
|
+
"green": 0.4,
|
|
5970
|
+
"blue": 0.4,
|
|
5227
5971
|
"alpha": 1
|
|
5228
5972
|
},
|
|
5229
5973
|
"fontName": "StagSans",
|
|
5230
5974
|
"fontScaleCap": 64,
|
|
5231
5975
|
"fontSize": 16,
|
|
5232
|
-
"fontWeight":
|
|
5976
|
+
"fontWeight": 600,
|
|
5233
5977
|
"highlightBarBorderRadius": 0,
|
|
5234
5978
|
"highlightBarBorderWidth": 0,
|
|
5235
5979
|
"highlightBarHeight": 0,
|
|
@@ -5241,10 +5985,10 @@
|
|
|
5241
5985
|
},
|
|
5242
5986
|
"highlightTriangleSize": 0,
|
|
5243
5987
|
"letterSpacing": 0,
|
|
5244
|
-
"lineHeight": 1.
|
|
5988
|
+
"lineHeight": 1.5,
|
|
5245
5989
|
"maxWidth": null,
|
|
5246
|
-
"paddingHorizontal":
|
|
5247
|
-
"paddingVertical":
|
|
5990
|
+
"paddingHorizontal": 24,
|
|
5991
|
+
"paddingVertical": 4,
|
|
5248
5992
|
"space": 0,
|
|
5249
5993
|
"textAlign": "center",
|
|
5250
5994
|
"textTransform": "none"
|
|
@@ -5476,16 +6220,16 @@
|
|
|
5476
6220
|
},
|
|
5477
6221
|
"tokens": {
|
|
5478
6222
|
"borderColor": {
|
|
5479
|
-
"red": 0.
|
|
5480
|
-
"green": 0.
|
|
5481
|
-
"blue": 0.
|
|
6223
|
+
"red": 0.00392,
|
|
6224
|
+
"green": 0.41961,
|
|
6225
|
+
"blue": 0.41569,
|
|
5482
6226
|
"alpha": 1
|
|
5483
6227
|
},
|
|
5484
6228
|
"icon": "PaletteIconCheckCircledFilled",
|
|
5485
6229
|
"iconColor": {
|
|
5486
|
-
"red": 0.
|
|
5487
|
-
"green": 0.
|
|
5488
|
-
"blue": 0.
|
|
6230
|
+
"red": 0.00392,
|
|
6231
|
+
"green": 0.41961,
|
|
6232
|
+
"blue": 0.41569,
|
|
5489
6233
|
"alpha": 1
|
|
5490
6234
|
}
|
|
5491
6235
|
}
|
|
@@ -5496,16 +6240,16 @@
|
|
|
5496
6240
|
},
|
|
5497
6241
|
"tokens": {
|
|
5498
6242
|
"borderColor": {
|
|
5499
|
-
"red": 0.
|
|
5500
|
-
"green": 0.
|
|
5501
|
-
"blue": 0.
|
|
6243
|
+
"red": 0.93333,
|
|
6244
|
+
"green": 0.17255,
|
|
6245
|
+
"blue": 0.4549,
|
|
5502
6246
|
"alpha": 1
|
|
5503
6247
|
},
|
|
5504
|
-
"icon": "
|
|
6248
|
+
"icon": "PaletteIconExclamationOctagon",
|
|
5505
6249
|
"iconColor": {
|
|
5506
|
-
"red": 0.
|
|
5507
|
-
"green": 0.
|
|
5508
|
-
"blue": 0.
|
|
6250
|
+
"red": 0.93333,
|
|
6251
|
+
"green": 0.17255,
|
|
6252
|
+
"blue": 0.4549,
|
|
5509
6253
|
"alpha": 1
|
|
5510
6254
|
}
|
|
5511
6255
|
}
|
|
@@ -5522,7 +6266,7 @@
|
|
|
5522
6266
|
"blue": 0.41569,
|
|
5523
6267
|
"alpha": 1
|
|
5524
6268
|
},
|
|
5525
|
-
"borderWidth":
|
|
6269
|
+
"borderWidth": 3,
|
|
5526
6270
|
"icon": null
|
|
5527
6271
|
}
|
|
5528
6272
|
},
|
|
@@ -5665,6 +6409,73 @@
|
|
|
5665
6409
|
"timelineContainerDirection": "column"
|
|
5666
6410
|
}
|
|
5667
6411
|
},
|
|
6412
|
+
"Toast": {
|
|
6413
|
+
"appearances": {},
|
|
6414
|
+
"rules": [],
|
|
6415
|
+
"tokens": {
|
|
6416
|
+
"animationBackgroundColorAfter": {
|
|
6417
|
+
"red": 1,
|
|
6418
|
+
"green": 1,
|
|
6419
|
+
"blue": 1,
|
|
6420
|
+
"alpha": 1
|
|
6421
|
+
},
|
|
6422
|
+
"animationBackgroundColorBefore": {
|
|
6423
|
+
"red": 1,
|
|
6424
|
+
"green": 1,
|
|
6425
|
+
"blue": 1,
|
|
6426
|
+
"alpha": 1
|
|
6427
|
+
},
|
|
6428
|
+
"animationColorAfter": {
|
|
6429
|
+
"red": 0.00392,
|
|
6430
|
+
"green": 0.41961,
|
|
6431
|
+
"blue": 0.41569,
|
|
6432
|
+
"alpha": 1
|
|
6433
|
+
},
|
|
6434
|
+
"animationColorBefore": {
|
|
6435
|
+
"red": 1,
|
|
6436
|
+
"green": 1,
|
|
6437
|
+
"blue": 1,
|
|
6438
|
+
"alpha": 1
|
|
6439
|
+
},
|
|
6440
|
+
"animationDivColorAfter": {
|
|
6441
|
+
"red": 1,
|
|
6442
|
+
"green": 1,
|
|
6443
|
+
"blue": 1,
|
|
6444
|
+
"alpha": 1
|
|
6445
|
+
},
|
|
6446
|
+
"animationDivColorBefore": {
|
|
6447
|
+
"red": 1,
|
|
6448
|
+
"green": 1,
|
|
6449
|
+
"blue": 1,
|
|
6450
|
+
"alpha": 1
|
|
6451
|
+
},
|
|
6452
|
+
"animationFillColorAfter": {
|
|
6453
|
+
"red": 1,
|
|
6454
|
+
"green": 1,
|
|
6455
|
+
"blue": 1,
|
|
6456
|
+
"alpha": 1
|
|
6457
|
+
},
|
|
6458
|
+
"animationFillColorBefore": {
|
|
6459
|
+
"red": 1,
|
|
6460
|
+
"green": 1,
|
|
6461
|
+
"blue": 1,
|
|
6462
|
+
"alpha": 1
|
|
6463
|
+
},
|
|
6464
|
+
"animationHeightAfter": 24,
|
|
6465
|
+
"animationHeightBefore": 0,
|
|
6466
|
+
"animationPaddingBottomAfter": 16,
|
|
6467
|
+
"animationPaddingBottomBefore": 0,
|
|
6468
|
+
"animationPaddingTopAfter": 16,
|
|
6469
|
+
"animationPaddingTopBefore": 0,
|
|
6470
|
+
"containerBackgroundColor": {
|
|
6471
|
+
"red": 1,
|
|
6472
|
+
"green": 1,
|
|
6473
|
+
"blue": 1,
|
|
6474
|
+
"alpha": 1
|
|
6475
|
+
},
|
|
6476
|
+
"containerGap": 12
|
|
6477
|
+
}
|
|
6478
|
+
},
|
|
5668
6479
|
"ToggleSwitch": {
|
|
5669
6480
|
"appearances": {
|
|
5670
6481
|
"inactive": {
|
|
@@ -6243,6 +7054,20 @@
|
|
|
6243
7054
|
"textTransform": "none"
|
|
6244
7055
|
}
|
|
6245
7056
|
},
|
|
7057
|
+
"WaffleGrid": {
|
|
7058
|
+
"appearances": {},
|
|
7059
|
+
"rules": [],
|
|
7060
|
+
"tokens": {
|
|
7061
|
+
"itemBorderColor": {
|
|
7062
|
+
"red": 0,
|
|
7063
|
+
"green": 0,
|
|
7064
|
+
"blue": 0,
|
|
7065
|
+
"alpha": 0
|
|
7066
|
+
},
|
|
7067
|
+
"itemPadding": 16,
|
|
7068
|
+
"rowBorderWidth": 1
|
|
7069
|
+
}
|
|
7070
|
+
},
|
|
6246
7071
|
"spacingScale": {
|
|
6247
7072
|
"appearances": {
|
|
6248
7073
|
"space": {
|
|
@@ -6430,7 +7255,7 @@
|
|
|
6430
7255
|
}
|
|
6431
7256
|
},
|
|
6432
7257
|
"metadata": {
|
|
6433
|
-
"themeTokensVersion": "2.
|
|
7258
|
+
"themeTokensVersion": "2.19.0",
|
|
6434
7259
|
"name": "theme-koodo"
|
|
6435
7260
|
}
|
|
6436
7261
|
}
|