@telus-uds/theme-koodo 3.4.0 → 3.6.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/{schema.json → android/schema.json} +498 -130
- package/build/android/theme.json +4673 -0
- package/build/ios/schema.json +10619 -0
- package/build/ios/theme.json +4673 -0
- package/build/rn/schema.json +10619 -0
- package/build/{theme.js → rn/theme.js} +206 -14
- package/package.json +3 -3
- package/theme.json +182 -7
|
@@ -12,6 +12,12 @@
|
|
|
12
12
|
"{appearances.Button.pressed}",
|
|
13
13
|
"{appearances.Button.inactive}",
|
|
14
14
|
"{appearances.Button.selected}",
|
|
15
|
+
"{appearances.ButtonDropdown.focus}",
|
|
16
|
+
"{appearances.ButtonDropdown.hover}",
|
|
17
|
+
"{appearances.ButtonDropdown.pressed}",
|
|
18
|
+
"{appearances.ButtonDropdown.inactive}",
|
|
19
|
+
"{appearances.ButtonDropdown.selected}",
|
|
20
|
+
"{appearances.ButtonDropdown.open}",
|
|
15
21
|
"{appearances.ButtonGroupItem.focus}",
|
|
16
22
|
"{appearances.ButtonGroupItem.hover}",
|
|
17
23
|
"{appearances.ButtonGroupItem.pressed}",
|
|
@@ -57,6 +63,7 @@
|
|
|
57
63
|
"{appearances.PaginationSideButton.pressed}",
|
|
58
64
|
"{appearances.PaginationSideButton.selected}",
|
|
59
65
|
"{appearances.PaginationSideButton.direction}",
|
|
66
|
+
"{appearances.PaginationSideButton.compact}",
|
|
60
67
|
"{appearances.ProgressBar.inactive}",
|
|
61
68
|
"{appearances.QuickLinksList.hover}",
|
|
62
69
|
"{appearances.QuickLinksList.focus}",
|
|
@@ -100,8 +107,8 @@
|
|
|
100
107
|
"{appearances.TagsItem.selected}",
|
|
101
108
|
"{appearances.TextInput.validation}",
|
|
102
109
|
"{appearances.TextInput.hover}",
|
|
103
|
-
"{appearances.TextInput.focus}",
|
|
104
110
|
"{appearances.TextInput.inactive}",
|
|
111
|
+
"{appearances.TextInput.focus}",
|
|
105
112
|
"{appearances.ToggleSwitch.focus}",
|
|
106
113
|
"{appearances.ToggleSwitch.hover}",
|
|
107
114
|
"{appearances.ToggleSwitch.pressed}",
|
|
@@ -147,6 +154,12 @@
|
|
|
147
154
|
},
|
|
148
155
|
"type": {
|
|
149
156
|
"type": "string"
|
|
157
|
+
},
|
|
158
|
+
"platforms": {
|
|
159
|
+
"type": "array",
|
|
160
|
+
"items": {
|
|
161
|
+
"type": "string"
|
|
162
|
+
}
|
|
150
163
|
}
|
|
151
164
|
},
|
|
152
165
|
"required": [
|
|
@@ -185,8 +198,8 @@
|
|
|
185
198
|
},
|
|
186
199
|
{
|
|
187
200
|
"const": "{system.border.zero}",
|
|
188
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
189
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
201
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
202
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
190
203
|
}
|
|
191
204
|
],
|
|
192
205
|
"$id": "#border"
|
|
@@ -345,13 +358,13 @@
|
|
|
345
358
|
},
|
|
346
359
|
{
|
|
347
360
|
"const": "{system.color.transparent}",
|
|
348
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
349
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
361
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
362
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
350
363
|
},
|
|
351
364
|
{
|
|
352
365
|
"const": "{system.color.none}",
|
|
353
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
354
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
366
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
367
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
355
368
|
}
|
|
356
369
|
],
|
|
357
370
|
"$id": "#color"
|
|
@@ -370,8 +383,8 @@
|
|
|
370
383
|
},
|
|
371
384
|
{
|
|
372
385
|
"const": "{system.duration.zero}",
|
|
373
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
374
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
386
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
387
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
375
388
|
}
|
|
376
389
|
],
|
|
377
390
|
"$id": "#duration"
|
|
@@ -580,8 +593,8 @@
|
|
|
580
593
|
},
|
|
581
594
|
{
|
|
582
595
|
"const": "{system.icon.none}",
|
|
583
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
584
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
596
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
597
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
585
598
|
}
|
|
586
599
|
],
|
|
587
600
|
"$id": "#icon"
|
|
@@ -595,8 +608,8 @@
|
|
|
595
608
|
},
|
|
596
609
|
{
|
|
597
610
|
"const": "{system.letterSpacing.none}",
|
|
598
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
599
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
611
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
612
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
600
613
|
}
|
|
601
614
|
],
|
|
602
615
|
"$id": "#letterSpacing"
|
|
@@ -655,8 +668,8 @@
|
|
|
655
668
|
},
|
|
656
669
|
{
|
|
657
670
|
"const": "{system.opacity.opaque}",
|
|
658
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
659
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
671
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
672
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
660
673
|
}
|
|
661
674
|
],
|
|
662
675
|
"$id": "#opacity"
|
|
@@ -685,13 +698,13 @@
|
|
|
685
698
|
},
|
|
686
699
|
{
|
|
687
700
|
"const": "{system.radius.zero}",
|
|
688
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
689
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
701
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
702
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
690
703
|
},
|
|
691
704
|
{
|
|
692
705
|
"const": "{system.radius.round}",
|
|
693
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
694
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
706
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
707
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
695
708
|
}
|
|
696
709
|
],
|
|
697
710
|
"$id": "#radius"
|
|
@@ -705,8 +718,8 @@
|
|
|
705
718
|
},
|
|
706
719
|
{
|
|
707
720
|
"const": "{system.shadow.none}",
|
|
708
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
709
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
721
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
722
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
710
723
|
}
|
|
711
724
|
],
|
|
712
725
|
"$id": "#shadow"
|
|
@@ -820,48 +833,48 @@
|
|
|
820
833
|
},
|
|
821
834
|
{
|
|
822
835
|
"const": "{system.size.none}",
|
|
823
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
824
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
836
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
837
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
825
838
|
},
|
|
826
839
|
{
|
|
827
840
|
"const": "{system.size.full}",
|
|
828
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
829
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
841
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
842
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
830
843
|
},
|
|
831
844
|
{
|
|
832
845
|
"const": "{system.size.twoThirds}",
|
|
833
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
834
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
846
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
847
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
835
848
|
},
|
|
836
849
|
{
|
|
837
850
|
"const": "{system.size.zero}",
|
|
838
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
839
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
851
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
852
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
840
853
|
},
|
|
841
854
|
{
|
|
842
855
|
"const": "{system.size.viewportXs}",
|
|
843
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
844
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
856
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
857
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
845
858
|
},
|
|
846
859
|
{
|
|
847
860
|
"const": "{system.size.viewportSm}",
|
|
848
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
849
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
861
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
862
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
850
863
|
},
|
|
851
864
|
{
|
|
852
865
|
"const": "{system.size.viewportMd}",
|
|
853
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
854
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
866
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
867
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
855
868
|
},
|
|
856
869
|
{
|
|
857
870
|
"const": "{system.size.viewportLg}",
|
|
858
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
859
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
871
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
872
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
860
873
|
},
|
|
861
874
|
{
|
|
862
875
|
"const": "{system.size.viewportXl}",
|
|
863
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
864
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
876
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
877
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
865
878
|
}
|
|
866
879
|
],
|
|
867
880
|
"$id": "#size"
|
|
@@ -906,67 +919,77 @@
|
|
|
906
919
|
],
|
|
907
920
|
"$id": "#fontWeight"
|
|
908
921
|
},
|
|
922
|
+
"gradient": {
|
|
923
|
+
"anyOf": [
|
|
924
|
+
{
|
|
925
|
+
"const": "{system.gradient.none}",
|
|
926
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
927
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
928
|
+
}
|
|
929
|
+
],
|
|
930
|
+
"$id": "#gradient"
|
|
931
|
+
},
|
|
909
932
|
"integer": {
|
|
910
933
|
"anyOf": [
|
|
911
934
|
{
|
|
912
935
|
"const": "{system.integer.0}",
|
|
913
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
914
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
936
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
937
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
915
938
|
},
|
|
916
939
|
{
|
|
917
940
|
"const": "{system.integer.1}",
|
|
918
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
919
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
941
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
942
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
920
943
|
},
|
|
921
944
|
{
|
|
922
945
|
"const": "{system.integer.2}",
|
|
923
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
924
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
946
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
947
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
925
948
|
},
|
|
926
949
|
{
|
|
927
950
|
"const": "{system.integer.3}",
|
|
928
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
929
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
951
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
952
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
930
953
|
},
|
|
931
954
|
{
|
|
932
955
|
"const": "{system.integer.4}",
|
|
933
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
934
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
956
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
957
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
935
958
|
},
|
|
936
959
|
{
|
|
937
960
|
"const": "{system.integer.5}",
|
|
938
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
939
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
961
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
962
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
940
963
|
},
|
|
941
964
|
{
|
|
942
965
|
"const": "{system.integer.6}",
|
|
943
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
944
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
966
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
967
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
945
968
|
},
|
|
946
969
|
{
|
|
947
970
|
"const": "{system.integer.7}",
|
|
948
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
949
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
971
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
972
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
950
973
|
},
|
|
951
974
|
{
|
|
952
975
|
"const": "{system.integer.8}",
|
|
953
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
954
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
976
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
977
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
955
978
|
},
|
|
956
979
|
{
|
|
957
980
|
"const": "{system.integer.9}",
|
|
958
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
959
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
981
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
982
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
960
983
|
},
|
|
961
984
|
{
|
|
962
985
|
"const": "{system.integer.10}",
|
|
963
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
964
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
986
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
987
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
965
988
|
},
|
|
966
989
|
{
|
|
967
990
|
"const": "{system.integer.11}",
|
|
968
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
969
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
991
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
992
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
970
993
|
},
|
|
971
994
|
{
|
|
972
995
|
"type": "string",
|
|
@@ -979,13 +1002,13 @@
|
|
|
979
1002
|
"anyOf": [
|
|
980
1003
|
{
|
|
981
1004
|
"const": "{system.borderStyle.none}",
|
|
982
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
983
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1005
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1006
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
984
1007
|
},
|
|
985
1008
|
{
|
|
986
1009
|
"const": "{system.borderStyle.solid}",
|
|
987
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
988
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1010
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1011
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
989
1012
|
}
|
|
990
1013
|
],
|
|
991
1014
|
"$id": "#borderStyle"
|
|
@@ -994,13 +1017,13 @@
|
|
|
994
1017
|
"anyOf": [
|
|
995
1018
|
{
|
|
996
1019
|
"const": "{system.direction.column}",
|
|
997
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
998
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1020
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1021
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
999
1022
|
},
|
|
1000
1023
|
{
|
|
1001
1024
|
"const": "{system.direction.row}",
|
|
1002
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1003
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1025
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1026
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1004
1027
|
}
|
|
1005
1028
|
],
|
|
1006
1029
|
"$id": "#direction"
|
|
@@ -1009,18 +1032,18 @@
|
|
|
1009
1032
|
"anyOf": [
|
|
1010
1033
|
{
|
|
1011
1034
|
"const": "{system.flexAlign.center}",
|
|
1012
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1013
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1035
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1036
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1014
1037
|
},
|
|
1015
1038
|
{
|
|
1016
1039
|
"const": "{system.flexAlign.flexStart}",
|
|
1017
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1018
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1040
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1041
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1019
1042
|
},
|
|
1020
1043
|
{
|
|
1021
1044
|
"const": "{system.flexAlign.stretch}",
|
|
1022
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1023
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1045
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1046
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1024
1047
|
}
|
|
1025
1048
|
],
|
|
1026
1049
|
"$id": "#flexAlign"
|
|
@@ -1029,53 +1052,43 @@
|
|
|
1029
1052
|
"anyOf": [
|
|
1030
1053
|
{
|
|
1031
1054
|
"const": "{system.flexJustifyContent.center}",
|
|
1032
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1033
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1055
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1056
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1034
1057
|
},
|
|
1035
1058
|
{
|
|
1036
1059
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1037
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1038
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1060
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1061
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1039
1062
|
},
|
|
1040
1063
|
{
|
|
1041
1064
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1042
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1043
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1065
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1066
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1044
1067
|
}
|
|
1045
1068
|
],
|
|
1046
1069
|
"$id": "#flexJustifyContent"
|
|
1047
1070
|
},
|
|
1048
|
-
"gradient": {
|
|
1049
|
-
"anyOf": [
|
|
1050
|
-
{
|
|
1051
|
-
"const": "{system.gradient.none}",
|
|
1052
|
-
"description": "@telus-uds/system-tokens/v0.4.0 system react-native tokens ⚙️",
|
|
1053
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.4.0` **system** tokens ⚙️"
|
|
1054
|
-
}
|
|
1055
|
-
],
|
|
1056
|
-
"$id": "#gradient"
|
|
1057
|
-
},
|
|
1058
1071
|
"position": {
|
|
1059
1072
|
"anyOf": [
|
|
1060
1073
|
{
|
|
1061
1074
|
"const": "{system.position.bottom}",
|
|
1062
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1063
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1075
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1076
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1064
1077
|
},
|
|
1065
1078
|
{
|
|
1066
1079
|
"const": "{system.position.left}",
|
|
1067
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1068
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1080
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1081
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1069
1082
|
},
|
|
1070
1083
|
{
|
|
1071
1084
|
"const": "{system.position.right}",
|
|
1072
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1073
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1085
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1086
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1074
1087
|
},
|
|
1075
1088
|
{
|
|
1076
1089
|
"const": "{system.position.top}",
|
|
1077
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1078
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1090
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1091
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1079
1092
|
}
|
|
1080
1093
|
],
|
|
1081
1094
|
"$id": "#position"
|
|
@@ -1084,18 +1097,18 @@
|
|
|
1084
1097
|
"anyOf": [
|
|
1085
1098
|
{
|
|
1086
1099
|
"const": "{system.iconScale.scale1}",
|
|
1087
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1088
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1100
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1101
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1089
1102
|
},
|
|
1090
1103
|
{
|
|
1091
1104
|
"const": "{system.iconScale.scale1_10}",
|
|
1092
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1093
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1105
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1106
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1094
1107
|
},
|
|
1095
1108
|
{
|
|
1096
1109
|
"const": "{system.iconScale.scale1_25}",
|
|
1097
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1098
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1110
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1111
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1099
1112
|
}
|
|
1100
1113
|
],
|
|
1101
1114
|
"$id": "#iconScale"
|
|
@@ -1104,13 +1117,13 @@
|
|
|
1104
1117
|
"anyOf": [
|
|
1105
1118
|
{
|
|
1106
1119
|
"const": "{system.show.true}",
|
|
1107
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1108
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1120
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1121
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1109
1122
|
},
|
|
1110
1123
|
{
|
|
1111
1124
|
"const": "{system.show.false}",
|
|
1112
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1113
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1125
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1126
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1114
1127
|
}
|
|
1115
1128
|
],
|
|
1116
1129
|
"$id": "#show"
|
|
@@ -1119,8 +1132,8 @@
|
|
|
1119
1132
|
"anyOf": [
|
|
1120
1133
|
{
|
|
1121
1134
|
"const": "{system.textAlign.center}",
|
|
1122
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1123
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1135
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1136
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1124
1137
|
}
|
|
1125
1138
|
],
|
|
1126
1139
|
"$id": "#textAlign"
|
|
@@ -1129,13 +1142,13 @@
|
|
|
1129
1142
|
"anyOf": [
|
|
1130
1143
|
{
|
|
1131
1144
|
"const": "{system.textLine.none}",
|
|
1132
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1133
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1145
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1146
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1134
1147
|
},
|
|
1135
1148
|
{
|
|
1136
1149
|
"const": "{system.textLine.underline}",
|
|
1137
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1138
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1150
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1151
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1139
1152
|
}
|
|
1140
1153
|
],
|
|
1141
1154
|
"$id": "#textLine"
|
|
@@ -1144,8 +1157,8 @@
|
|
|
1144
1157
|
"anyOf": [
|
|
1145
1158
|
{
|
|
1146
1159
|
"const": "{system.textLineStyle.solid}",
|
|
1147
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1148
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1160
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1161
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1149
1162
|
}
|
|
1150
1163
|
],
|
|
1151
1164
|
"$id": "#textLineStyle"
|
|
@@ -1154,13 +1167,13 @@
|
|
|
1154
1167
|
"anyOf": [
|
|
1155
1168
|
{
|
|
1156
1169
|
"const": "{system.textTransform.none}",
|
|
1157
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1158
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1170
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1171
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1159
1172
|
},
|
|
1160
1173
|
{
|
|
1161
1174
|
"const": "{system.textTransform.uppercase}",
|
|
1162
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1163
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1175
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1176
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1164
1177
|
}
|
|
1165
1178
|
],
|
|
1166
1179
|
"$id": "#textTransform"
|
|
@@ -1169,13 +1182,13 @@
|
|
|
1169
1182
|
"anyOf": [
|
|
1170
1183
|
{
|
|
1171
1184
|
"const": "{system.verticalAlign.top}",
|
|
1172
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1173
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1185
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1186
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1174
1187
|
},
|
|
1175
1188
|
{
|
|
1176
1189
|
"const": "{system.verticalAlign.middle}",
|
|
1177
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1178
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1190
|
+
"description": "@telus-uds/system-tokens/v0.6.0 system react-native tokens ⚙️",
|
|
1191
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.6.0` **system** tokens ⚙️"
|
|
1179
1192
|
}
|
|
1180
1193
|
],
|
|
1181
1194
|
"$id": "#verticalAlign"
|
|
@@ -1281,10 +1294,14 @@
|
|
|
1281
1294
|
"properties": {
|
|
1282
1295
|
"backgroundColor": {
|
|
1283
1296
|
"$ref": "#color"
|
|
1297
|
+
},
|
|
1298
|
+
"gradient": {
|
|
1299
|
+
"$ref": "#gradient"
|
|
1284
1300
|
}
|
|
1285
1301
|
},
|
|
1286
1302
|
"required": [
|
|
1287
|
-
"backgroundColor"
|
|
1303
|
+
"backgroundColor",
|
|
1304
|
+
"gradient"
|
|
1288
1305
|
]
|
|
1289
1306
|
},
|
|
1290
1307
|
"rules": {
|
|
@@ -1303,6 +1320,9 @@
|
|
|
1303
1320
|
"properties": {
|
|
1304
1321
|
"backgroundColor": {
|
|
1305
1322
|
"$ref": "#color"
|
|
1323
|
+
},
|
|
1324
|
+
"gradient": {
|
|
1325
|
+
"$ref": "#gradient"
|
|
1306
1326
|
}
|
|
1307
1327
|
}
|
|
1308
1328
|
},
|
|
@@ -1416,6 +1436,12 @@
|
|
|
1416
1436
|
},
|
|
1417
1437
|
"outerBackgroundColor": {
|
|
1418
1438
|
"$ref": "#color"
|
|
1439
|
+
},
|
|
1440
|
+
"textLine": {
|
|
1441
|
+
"$ref": "#textLine"
|
|
1442
|
+
},
|
|
1443
|
+
"textLineStyle": {
|
|
1444
|
+
"$ref": "#textLineStyle"
|
|
1419
1445
|
}
|
|
1420
1446
|
},
|
|
1421
1447
|
"required": [
|
|
@@ -1444,7 +1470,9 @@
|
|
|
1444
1470
|
"outerBorderColor",
|
|
1445
1471
|
"outerBorderWidth",
|
|
1446
1472
|
"outerBorderGap",
|
|
1447
|
-
"outerBackgroundColor"
|
|
1473
|
+
"outerBackgroundColor",
|
|
1474
|
+
"textLine",
|
|
1475
|
+
"textLineStyle"
|
|
1448
1476
|
]
|
|
1449
1477
|
},
|
|
1450
1478
|
"rules": {
|
|
@@ -1536,6 +1564,303 @@
|
|
|
1536
1564
|
"outerBorderGap": {
|
|
1537
1565
|
"$ref": "#size"
|
|
1538
1566
|
},
|
|
1567
|
+
"outerBackgroundColor": {
|
|
1568
|
+
"$ref": "#color"
|
|
1569
|
+
},
|
|
1570
|
+
"textLine": {
|
|
1571
|
+
"$ref": "#textLine"
|
|
1572
|
+
},
|
|
1573
|
+
"textLineStyle": {
|
|
1574
|
+
"$ref": "#textLineStyle"
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"description": {
|
|
1579
|
+
"type": "string"
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
"required": [
|
|
1583
|
+
"if",
|
|
1584
|
+
"tokens"
|
|
1585
|
+
]
|
|
1586
|
+
}
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
"required": [
|
|
1590
|
+
"tokens",
|
|
1591
|
+
"rules"
|
|
1592
|
+
]
|
|
1593
|
+
},
|
|
1594
|
+
"ButtonDropdown": {
|
|
1595
|
+
"type": "object",
|
|
1596
|
+
"additionalProperties": false,
|
|
1597
|
+
"properties": {
|
|
1598
|
+
"appearances": {
|
|
1599
|
+
"type": "object",
|
|
1600
|
+
"additionalProperties": false,
|
|
1601
|
+
"patternProperties": {
|
|
1602
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
1603
|
+
"$ref": "#appearance"
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"tokens": {
|
|
1608
|
+
"type": "object",
|
|
1609
|
+
"additionalProperties": false,
|
|
1610
|
+
"properties": {
|
|
1611
|
+
"icon": {
|
|
1612
|
+
"$ref": "#icon"
|
|
1613
|
+
},
|
|
1614
|
+
"iconPosition": {
|
|
1615
|
+
"$ref": "#position"
|
|
1616
|
+
},
|
|
1617
|
+
"iconSpace": {
|
|
1618
|
+
"$ref": "#integer"
|
|
1619
|
+
},
|
|
1620
|
+
"iconSize": {
|
|
1621
|
+
"$ref": "#size"
|
|
1622
|
+
},
|
|
1623
|
+
"iconColor": {
|
|
1624
|
+
"$ref": "#color"
|
|
1625
|
+
},
|
|
1626
|
+
"iconPadding": {
|
|
1627
|
+
"$ref": "#size"
|
|
1628
|
+
},
|
|
1629
|
+
"iconAlignSelf": {
|
|
1630
|
+
"$ref": "#flexAlign"
|
|
1631
|
+
},
|
|
1632
|
+
"iconTranslateX": {
|
|
1633
|
+
"$ref": "#size"
|
|
1634
|
+
},
|
|
1635
|
+
"iconTranslateY": {
|
|
1636
|
+
"$ref": "#size"
|
|
1637
|
+
},
|
|
1638
|
+
"iconBackground": {
|
|
1639
|
+
"$ref": "#color"
|
|
1640
|
+
},
|
|
1641
|
+
"iconBorderRadius": {
|
|
1642
|
+
"$ref": "#radius"
|
|
1643
|
+
},
|
|
1644
|
+
"borderColor": {
|
|
1645
|
+
"$ref": "#color"
|
|
1646
|
+
},
|
|
1647
|
+
"borderWidth": {
|
|
1648
|
+
"$ref": "#border"
|
|
1649
|
+
},
|
|
1650
|
+
"borderRadius": {
|
|
1651
|
+
"$ref": "#radius"
|
|
1652
|
+
},
|
|
1653
|
+
"shadow": {
|
|
1654
|
+
"$ref": "#shadow"
|
|
1655
|
+
},
|
|
1656
|
+
"fontSize": {
|
|
1657
|
+
"$ref": "#fontSize"
|
|
1658
|
+
},
|
|
1659
|
+
"color": {
|
|
1660
|
+
"$ref": "#color"
|
|
1661
|
+
},
|
|
1662
|
+
"lineHeight": {
|
|
1663
|
+
"$ref": "#lineHeight"
|
|
1664
|
+
},
|
|
1665
|
+
"textAlign": {
|
|
1666
|
+
"$ref": "#flexJustifyContent"
|
|
1667
|
+
},
|
|
1668
|
+
"alignSelf": {
|
|
1669
|
+
"$ref": "#flexAlign"
|
|
1670
|
+
},
|
|
1671
|
+
"fontName": {
|
|
1672
|
+
"$ref": "#fontName"
|
|
1673
|
+
},
|
|
1674
|
+
"fontWeight": {
|
|
1675
|
+
"$ref": "#fontWeight"
|
|
1676
|
+
},
|
|
1677
|
+
"backgroundColor": {
|
|
1678
|
+
"$ref": "#color"
|
|
1679
|
+
},
|
|
1680
|
+
"opacity": {
|
|
1681
|
+
"$ref": "#opacity"
|
|
1682
|
+
},
|
|
1683
|
+
"paddingLeft": {
|
|
1684
|
+
"$ref": "#size"
|
|
1685
|
+
},
|
|
1686
|
+
"paddingRight": {
|
|
1687
|
+
"$ref": "#size"
|
|
1688
|
+
},
|
|
1689
|
+
"paddingTop": {
|
|
1690
|
+
"$ref": "#size"
|
|
1691
|
+
},
|
|
1692
|
+
"paddingBottom": {
|
|
1693
|
+
"$ref": "#size"
|
|
1694
|
+
},
|
|
1695
|
+
"width": {
|
|
1696
|
+
"$ref": "#size"
|
|
1697
|
+
},
|
|
1698
|
+
"minWidth": {
|
|
1699
|
+
"$ref": "#size"
|
|
1700
|
+
},
|
|
1701
|
+
"outerBorderColor": {
|
|
1702
|
+
"$ref": "#color"
|
|
1703
|
+
},
|
|
1704
|
+
"outerBorderWidth": {
|
|
1705
|
+
"$ref": "#border"
|
|
1706
|
+
},
|
|
1707
|
+
"outerBorderGap": {
|
|
1708
|
+
"$ref": "#size"
|
|
1709
|
+
},
|
|
1710
|
+
"outerBackgroundColor": {
|
|
1711
|
+
"$ref": "#color"
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1714
|
+
"required": [
|
|
1715
|
+
"icon",
|
|
1716
|
+
"iconPosition",
|
|
1717
|
+
"iconSpace",
|
|
1718
|
+
"iconSize",
|
|
1719
|
+
"iconColor",
|
|
1720
|
+
"iconPadding",
|
|
1721
|
+
"iconAlignSelf",
|
|
1722
|
+
"iconTranslateX",
|
|
1723
|
+
"iconTranslateY",
|
|
1724
|
+
"iconBackground",
|
|
1725
|
+
"iconBorderRadius",
|
|
1726
|
+
"borderColor",
|
|
1727
|
+
"borderWidth",
|
|
1728
|
+
"borderRadius",
|
|
1729
|
+
"shadow",
|
|
1730
|
+
"fontSize",
|
|
1731
|
+
"color",
|
|
1732
|
+
"lineHeight",
|
|
1733
|
+
"textAlign",
|
|
1734
|
+
"alignSelf",
|
|
1735
|
+
"fontName",
|
|
1736
|
+
"fontWeight",
|
|
1737
|
+
"backgroundColor",
|
|
1738
|
+
"opacity",
|
|
1739
|
+
"paddingLeft",
|
|
1740
|
+
"paddingRight",
|
|
1741
|
+
"paddingTop",
|
|
1742
|
+
"paddingBottom",
|
|
1743
|
+
"width",
|
|
1744
|
+
"minWidth",
|
|
1745
|
+
"outerBorderColor",
|
|
1746
|
+
"outerBorderWidth",
|
|
1747
|
+
"outerBorderGap",
|
|
1748
|
+
"outerBackgroundColor"
|
|
1749
|
+
]
|
|
1750
|
+
},
|
|
1751
|
+
"rules": {
|
|
1752
|
+
"type": "array",
|
|
1753
|
+
"items": {
|
|
1754
|
+
"type": "object",
|
|
1755
|
+
"additionalProperties": false,
|
|
1756
|
+
"properties": {
|
|
1757
|
+
"if": {
|
|
1758
|
+
"type": "object",
|
|
1759
|
+
"minProperties": 1
|
|
1760
|
+
},
|
|
1761
|
+
"tokens": {
|
|
1762
|
+
"type": "object",
|
|
1763
|
+
"additionalProperties": false,
|
|
1764
|
+
"properties": {
|
|
1765
|
+
"icon": {
|
|
1766
|
+
"$ref": "#icon"
|
|
1767
|
+
},
|
|
1768
|
+
"iconPosition": {
|
|
1769
|
+
"$ref": "#position"
|
|
1770
|
+
},
|
|
1771
|
+
"iconSpace": {
|
|
1772
|
+
"$ref": "#integer"
|
|
1773
|
+
},
|
|
1774
|
+
"iconSize": {
|
|
1775
|
+
"$ref": "#size"
|
|
1776
|
+
},
|
|
1777
|
+
"iconColor": {
|
|
1778
|
+
"$ref": "#color"
|
|
1779
|
+
},
|
|
1780
|
+
"iconPadding": {
|
|
1781
|
+
"$ref": "#size"
|
|
1782
|
+
},
|
|
1783
|
+
"iconAlignSelf": {
|
|
1784
|
+
"$ref": "#flexAlign"
|
|
1785
|
+
},
|
|
1786
|
+
"iconTranslateX": {
|
|
1787
|
+
"$ref": "#size"
|
|
1788
|
+
},
|
|
1789
|
+
"iconTranslateY": {
|
|
1790
|
+
"$ref": "#size"
|
|
1791
|
+
},
|
|
1792
|
+
"iconBackground": {
|
|
1793
|
+
"$ref": "#color"
|
|
1794
|
+
},
|
|
1795
|
+
"iconBorderRadius": {
|
|
1796
|
+
"$ref": "#radius"
|
|
1797
|
+
},
|
|
1798
|
+
"borderColor": {
|
|
1799
|
+
"$ref": "#color"
|
|
1800
|
+
},
|
|
1801
|
+
"borderWidth": {
|
|
1802
|
+
"$ref": "#border"
|
|
1803
|
+
},
|
|
1804
|
+
"borderRadius": {
|
|
1805
|
+
"$ref": "#radius"
|
|
1806
|
+
},
|
|
1807
|
+
"shadow": {
|
|
1808
|
+
"$ref": "#shadow"
|
|
1809
|
+
},
|
|
1810
|
+
"fontSize": {
|
|
1811
|
+
"$ref": "#fontSize"
|
|
1812
|
+
},
|
|
1813
|
+
"color": {
|
|
1814
|
+
"$ref": "#color"
|
|
1815
|
+
},
|
|
1816
|
+
"lineHeight": {
|
|
1817
|
+
"$ref": "#lineHeight"
|
|
1818
|
+
},
|
|
1819
|
+
"textAlign": {
|
|
1820
|
+
"$ref": "#flexJustifyContent"
|
|
1821
|
+
},
|
|
1822
|
+
"alignSelf": {
|
|
1823
|
+
"$ref": "#flexAlign"
|
|
1824
|
+
},
|
|
1825
|
+
"fontName": {
|
|
1826
|
+
"$ref": "#fontName"
|
|
1827
|
+
},
|
|
1828
|
+
"fontWeight": {
|
|
1829
|
+
"$ref": "#fontWeight"
|
|
1830
|
+
},
|
|
1831
|
+
"backgroundColor": {
|
|
1832
|
+
"$ref": "#color"
|
|
1833
|
+
},
|
|
1834
|
+
"opacity": {
|
|
1835
|
+
"$ref": "#opacity"
|
|
1836
|
+
},
|
|
1837
|
+
"paddingLeft": {
|
|
1838
|
+
"$ref": "#size"
|
|
1839
|
+
},
|
|
1840
|
+
"paddingRight": {
|
|
1841
|
+
"$ref": "#size"
|
|
1842
|
+
},
|
|
1843
|
+
"paddingTop": {
|
|
1844
|
+
"$ref": "#size"
|
|
1845
|
+
},
|
|
1846
|
+
"paddingBottom": {
|
|
1847
|
+
"$ref": "#size"
|
|
1848
|
+
},
|
|
1849
|
+
"width": {
|
|
1850
|
+
"$ref": "#size"
|
|
1851
|
+
},
|
|
1852
|
+
"minWidth": {
|
|
1853
|
+
"$ref": "#size"
|
|
1854
|
+
},
|
|
1855
|
+
"outerBorderColor": {
|
|
1856
|
+
"$ref": "#color"
|
|
1857
|
+
},
|
|
1858
|
+
"outerBorderWidth": {
|
|
1859
|
+
"$ref": "#border"
|
|
1860
|
+
},
|
|
1861
|
+
"outerBorderGap": {
|
|
1862
|
+
"$ref": "#size"
|
|
1863
|
+
},
|
|
1539
1864
|
"outerBackgroundColor": {
|
|
1540
1865
|
"$ref": "#color"
|
|
1541
1866
|
}
|
|
@@ -2020,6 +2345,9 @@
|
|
|
2020
2345
|
"type": "object",
|
|
2021
2346
|
"additionalProperties": false,
|
|
2022
2347
|
"properties": {
|
|
2348
|
+
"backgroundColor": {
|
|
2349
|
+
"$ref": "#color"
|
|
2350
|
+
},
|
|
2023
2351
|
"nextIcon": {
|
|
2024
2352
|
"$ref": "#icon"
|
|
2025
2353
|
},
|
|
@@ -2070,6 +2398,7 @@
|
|
|
2070
2398
|
}
|
|
2071
2399
|
},
|
|
2072
2400
|
"required": [
|
|
2401
|
+
"backgroundColor",
|
|
2073
2402
|
"nextIcon",
|
|
2074
2403
|
"previousIcon",
|
|
2075
2404
|
"showPreviousNextNavigation",
|
|
@@ -2102,6 +2431,9 @@
|
|
|
2102
2431
|
"type": "object",
|
|
2103
2432
|
"additionalProperties": false,
|
|
2104
2433
|
"properties": {
|
|
2434
|
+
"backgroundColor": {
|
|
2435
|
+
"$ref": "#color"
|
|
2436
|
+
},
|
|
2105
2437
|
"nextIcon": {
|
|
2106
2438
|
"$ref": "#icon"
|
|
2107
2439
|
},
|
|
@@ -4991,6 +5323,9 @@
|
|
|
4991
5323
|
},
|
|
4992
5324
|
"textAlign": {
|
|
4993
5325
|
"$ref": "#flexJustifyContent"
|
|
5326
|
+
},
|
|
5327
|
+
"displayLabel": {
|
|
5328
|
+
"$ref": "#show"
|
|
4994
5329
|
}
|
|
4995
5330
|
},
|
|
4996
5331
|
"required": [
|
|
@@ -5013,7 +5348,8 @@
|
|
|
5013
5348
|
"iconSize",
|
|
5014
5349
|
"iconDisplace",
|
|
5015
5350
|
"width",
|
|
5016
|
-
"textAlign"
|
|
5351
|
+
"textAlign",
|
|
5352
|
+
"displayLabel"
|
|
5017
5353
|
]
|
|
5018
5354
|
},
|
|
5019
5355
|
"rules": {
|
|
@@ -5089,6 +5425,9 @@
|
|
|
5089
5425
|
},
|
|
5090
5426
|
"textAlign": {
|
|
5091
5427
|
"$ref": "#flexJustifyContent"
|
|
5428
|
+
},
|
|
5429
|
+
"displayLabel": {
|
|
5430
|
+
"$ref": "#show"
|
|
5092
5431
|
}
|
|
5093
5432
|
}
|
|
5094
5433
|
},
|
|
@@ -8985,6 +9324,18 @@
|
|
|
8985
9324
|
"borderRadius": {
|
|
8986
9325
|
"$ref": "#radius"
|
|
8987
9326
|
},
|
|
9327
|
+
"buttonSize": {
|
|
9328
|
+
"$ref": "#size"
|
|
9329
|
+
},
|
|
9330
|
+
"buttonsGap": {
|
|
9331
|
+
"$ref": "#size"
|
|
9332
|
+
},
|
|
9333
|
+
"buttonsPaddingRight": {
|
|
9334
|
+
"$ref": "#size"
|
|
9335
|
+
},
|
|
9336
|
+
"clearButtonIcon": {
|
|
9337
|
+
"$ref": "#icon"
|
|
9338
|
+
},
|
|
8988
9339
|
"paddingTop": {
|
|
8989
9340
|
"$ref": "#size"
|
|
8990
9341
|
},
|
|
@@ -9034,6 +9385,10 @@
|
|
|
9034
9385
|
"borderWidth",
|
|
9035
9386
|
"borderColor",
|
|
9036
9387
|
"borderRadius",
|
|
9388
|
+
"buttonSize",
|
|
9389
|
+
"buttonsGap",
|
|
9390
|
+
"buttonsPaddingRight",
|
|
9391
|
+
"clearButtonIcon",
|
|
9037
9392
|
"paddingTop",
|
|
9038
9393
|
"paddingBottom",
|
|
9039
9394
|
"paddingLeft",
|
|
@@ -9079,6 +9434,18 @@
|
|
|
9079
9434
|
"borderRadius": {
|
|
9080
9435
|
"$ref": "#radius"
|
|
9081
9436
|
},
|
|
9437
|
+
"buttonSize": {
|
|
9438
|
+
"$ref": "#size"
|
|
9439
|
+
},
|
|
9440
|
+
"buttonsGap": {
|
|
9441
|
+
"$ref": "#size"
|
|
9442
|
+
},
|
|
9443
|
+
"buttonsPaddingRight": {
|
|
9444
|
+
"$ref": "#size"
|
|
9445
|
+
},
|
|
9446
|
+
"clearButtonIcon": {
|
|
9447
|
+
"$ref": "#icon"
|
|
9448
|
+
},
|
|
9082
9449
|
"paddingTop": {
|
|
9083
9450
|
"$ref": "#size"
|
|
9084
9451
|
},
|
|
@@ -10187,6 +10554,7 @@
|
|
|
10187
10554
|
"ActivityIndicator",
|
|
10188
10555
|
"Box",
|
|
10189
10556
|
"Button",
|
|
10557
|
+
"ButtonDropdown",
|
|
10190
10558
|
"ButtonGroup",
|
|
10191
10559
|
"ButtonGroupItem",
|
|
10192
10560
|
"Card",
|