@telus-uds/theme-koodo 3.2.0 → 3.3.2
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/README.md +1 -1
- package/build/schema.json +147 -118
- package/build/theme.js +11 -3
- package/package.json +2 -2
- package/theme.json +5 -0
package/README.md
CHANGED
package/build/schema.json
CHANGED
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"{appearances.Link.pressed}",
|
|
46
46
|
"{appearances.Link.iconPosition}",
|
|
47
47
|
"{appearances.Modal.maxWidth}",
|
|
48
|
+
"{appearances.Modal.width}",
|
|
48
49
|
"{appearances.Notification.system}",
|
|
49
50
|
"{appearances.Notification.style}",
|
|
50
51
|
"{appearances.PaginationPageButton.focus}",
|
|
@@ -181,8 +182,8 @@
|
|
|
181
182
|
},
|
|
182
183
|
{
|
|
183
184
|
"const": "{system.border.zero}",
|
|
184
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
185
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
185
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
186
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
186
187
|
}
|
|
187
188
|
],
|
|
188
189
|
"$id": "#border"
|
|
@@ -341,13 +342,13 @@
|
|
|
341
342
|
},
|
|
342
343
|
{
|
|
343
344
|
"const": "{system.color.transparent}",
|
|
344
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
345
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
345
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
346
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
346
347
|
},
|
|
347
348
|
{
|
|
348
349
|
"const": "{system.color.none}",
|
|
349
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
350
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
350
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
351
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
351
352
|
}
|
|
352
353
|
],
|
|
353
354
|
"$id": "#color"
|
|
@@ -366,8 +367,8 @@
|
|
|
366
367
|
},
|
|
367
368
|
{
|
|
368
369
|
"const": "{system.duration.zero}",
|
|
369
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
370
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
370
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
371
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
371
372
|
}
|
|
372
373
|
],
|
|
373
374
|
"$id": "#duration"
|
|
@@ -576,8 +577,8 @@
|
|
|
576
577
|
},
|
|
577
578
|
{
|
|
578
579
|
"const": "{system.icon.none}",
|
|
579
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
580
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
580
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
581
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
581
582
|
}
|
|
582
583
|
],
|
|
583
584
|
"$id": "#icon"
|
|
@@ -591,8 +592,8 @@
|
|
|
591
592
|
},
|
|
592
593
|
{
|
|
593
594
|
"const": "{system.letterSpacing.none}",
|
|
594
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
595
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
595
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
596
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
596
597
|
}
|
|
597
598
|
],
|
|
598
599
|
"$id": "#letterSpacing"
|
|
@@ -651,8 +652,8 @@
|
|
|
651
652
|
},
|
|
652
653
|
{
|
|
653
654
|
"const": "{system.opacity.opaque}",
|
|
654
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
655
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
655
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
656
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
656
657
|
}
|
|
657
658
|
],
|
|
658
659
|
"$id": "#opacity"
|
|
@@ -681,13 +682,13 @@
|
|
|
681
682
|
},
|
|
682
683
|
{
|
|
683
684
|
"const": "{system.radius.zero}",
|
|
684
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
685
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
685
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
686
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
686
687
|
},
|
|
687
688
|
{
|
|
688
689
|
"const": "{system.radius.round}",
|
|
689
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
690
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
690
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
691
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
691
692
|
}
|
|
692
693
|
],
|
|
693
694
|
"$id": "#radius"
|
|
@@ -701,8 +702,8 @@
|
|
|
701
702
|
},
|
|
702
703
|
{
|
|
703
704
|
"const": "{system.shadow.none}",
|
|
704
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
705
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
705
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
706
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
706
707
|
}
|
|
707
708
|
],
|
|
708
709
|
"$id": "#shadow"
|
|
@@ -816,48 +817,48 @@
|
|
|
816
817
|
},
|
|
817
818
|
{
|
|
818
819
|
"const": "{system.size.none}",
|
|
819
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
820
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
820
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
821
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
821
822
|
},
|
|
822
823
|
{
|
|
823
824
|
"const": "{system.size.full}",
|
|
824
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
825
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
825
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
826
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
826
827
|
},
|
|
827
828
|
{
|
|
828
829
|
"const": "{system.size.twoThirds}",
|
|
829
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
830
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
830
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
831
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
831
832
|
},
|
|
832
833
|
{
|
|
833
834
|
"const": "{system.size.zero}",
|
|
834
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
835
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
835
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
836
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
836
837
|
},
|
|
837
838
|
{
|
|
838
839
|
"const": "{system.size.viewportXs}",
|
|
839
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
840
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
840
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
841
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
841
842
|
},
|
|
842
843
|
{
|
|
843
844
|
"const": "{system.size.viewportSm}",
|
|
844
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
845
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
845
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
846
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
846
847
|
},
|
|
847
848
|
{
|
|
848
849
|
"const": "{system.size.viewportMd}",
|
|
849
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
850
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
850
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
851
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
851
852
|
},
|
|
852
853
|
{
|
|
853
854
|
"const": "{system.size.viewportLg}",
|
|
854
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
855
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
855
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
856
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
856
857
|
},
|
|
857
858
|
{
|
|
858
859
|
"const": "{system.size.viewportXl}",
|
|
859
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
860
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
860
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
861
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
861
862
|
}
|
|
862
863
|
],
|
|
863
864
|
"$id": "#size"
|
|
@@ -906,63 +907,63 @@
|
|
|
906
907
|
"anyOf": [
|
|
907
908
|
{
|
|
908
909
|
"const": "{system.integer.0}",
|
|
909
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
910
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
910
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
911
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
911
912
|
},
|
|
912
913
|
{
|
|
913
914
|
"const": "{system.integer.1}",
|
|
914
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
915
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
915
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
916
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
916
917
|
},
|
|
917
918
|
{
|
|
918
919
|
"const": "{system.integer.2}",
|
|
919
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
920
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
920
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
921
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
921
922
|
},
|
|
922
923
|
{
|
|
923
924
|
"const": "{system.integer.3}",
|
|
924
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
925
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
925
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
926
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
926
927
|
},
|
|
927
928
|
{
|
|
928
929
|
"const": "{system.integer.4}",
|
|
929
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
930
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
930
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
931
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
931
932
|
},
|
|
932
933
|
{
|
|
933
934
|
"const": "{system.integer.5}",
|
|
934
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
935
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
935
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
936
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
936
937
|
},
|
|
937
938
|
{
|
|
938
939
|
"const": "{system.integer.6}",
|
|
939
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
940
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
940
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
941
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
941
942
|
},
|
|
942
943
|
{
|
|
943
944
|
"const": "{system.integer.7}",
|
|
944
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
945
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
945
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
946
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
946
947
|
},
|
|
947
948
|
{
|
|
948
949
|
"const": "{system.integer.8}",
|
|
949
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
950
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
950
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
951
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
951
952
|
},
|
|
952
953
|
{
|
|
953
954
|
"const": "{system.integer.9}",
|
|
954
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
955
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
955
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
956
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
956
957
|
},
|
|
957
958
|
{
|
|
958
959
|
"const": "{system.integer.10}",
|
|
959
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
960
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
960
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
961
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
961
962
|
},
|
|
962
963
|
{
|
|
963
964
|
"const": "{system.integer.11}",
|
|
964
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
965
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
965
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
966
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.3.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."
|
|
966
967
|
},
|
|
967
968
|
{
|
|
968
969
|
"type": "string",
|
|
@@ -975,13 +976,13 @@
|
|
|
975
976
|
"anyOf": [
|
|
976
977
|
{
|
|
977
978
|
"const": "{system.borderStyle.none}",
|
|
978
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
979
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
979
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
980
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
980
981
|
},
|
|
981
982
|
{
|
|
982
983
|
"const": "{system.borderStyle.solid}",
|
|
983
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
984
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
984
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
985
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
985
986
|
}
|
|
986
987
|
],
|
|
987
988
|
"$id": "#borderStyle"
|
|
@@ -990,13 +991,13 @@
|
|
|
990
991
|
"anyOf": [
|
|
991
992
|
{
|
|
992
993
|
"const": "{system.direction.column}",
|
|
993
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
994
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
994
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
995
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
995
996
|
},
|
|
996
997
|
{
|
|
997
998
|
"const": "{system.direction.row}",
|
|
998
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
999
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
999
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1000
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1000
1001
|
}
|
|
1001
1002
|
],
|
|
1002
1003
|
"$id": "#direction"
|
|
@@ -1005,18 +1006,18 @@
|
|
|
1005
1006
|
"anyOf": [
|
|
1006
1007
|
{
|
|
1007
1008
|
"const": "{system.flexAlign.center}",
|
|
1008
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1009
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1009
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1010
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1010
1011
|
},
|
|
1011
1012
|
{
|
|
1012
1013
|
"const": "{system.flexAlign.flexStart}",
|
|
1013
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1014
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1014
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1015
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1015
1016
|
},
|
|
1016
1017
|
{
|
|
1017
1018
|
"const": "{system.flexAlign.stretch}",
|
|
1018
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1019
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1019
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1020
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1020
1021
|
}
|
|
1021
1022
|
],
|
|
1022
1023
|
"$id": "#flexAlign"
|
|
@@ -1025,18 +1026,18 @@
|
|
|
1025
1026
|
"anyOf": [
|
|
1026
1027
|
{
|
|
1027
1028
|
"const": "{system.flexJustifyContent.center}",
|
|
1028
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1029
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1029
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1030
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1030
1031
|
},
|
|
1031
1032
|
{
|
|
1032
1033
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1033
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1034
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1034
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1035
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1035
1036
|
},
|
|
1036
1037
|
{
|
|
1037
1038
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1038
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1039
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1039
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1040
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1040
1041
|
}
|
|
1041
1042
|
],
|
|
1042
1043
|
"$id": "#flexJustifyContent"
|
|
@@ -1045,8 +1046,8 @@
|
|
|
1045
1046
|
"anyOf": [
|
|
1046
1047
|
{
|
|
1047
1048
|
"const": "{system.gradient.none}",
|
|
1048
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1049
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1049
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1050
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1050
1051
|
}
|
|
1051
1052
|
],
|
|
1052
1053
|
"$id": "#gradient"
|
|
@@ -1055,23 +1056,23 @@
|
|
|
1055
1056
|
"anyOf": [
|
|
1056
1057
|
{
|
|
1057
1058
|
"const": "{system.position.bottom}",
|
|
1058
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1059
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1059
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1060
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1060
1061
|
},
|
|
1061
1062
|
{
|
|
1062
1063
|
"const": "{system.position.left}",
|
|
1063
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1064
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1064
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1065
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1065
1066
|
},
|
|
1066
1067
|
{
|
|
1067
1068
|
"const": "{system.position.right}",
|
|
1068
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1069
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1069
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1070
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1070
1071
|
},
|
|
1071
1072
|
{
|
|
1072
1073
|
"const": "{system.position.top}",
|
|
1073
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1074
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1074
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1075
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1075
1076
|
}
|
|
1076
1077
|
],
|
|
1077
1078
|
"$id": "#position"
|
|
@@ -1080,18 +1081,18 @@
|
|
|
1080
1081
|
"anyOf": [
|
|
1081
1082
|
{
|
|
1082
1083
|
"const": "{system.iconScale.scale1}",
|
|
1083
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1084
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1084
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1085
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1085
1086
|
},
|
|
1086
1087
|
{
|
|
1087
1088
|
"const": "{system.iconScale.scale1_10}",
|
|
1088
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1089
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1089
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1090
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1090
1091
|
},
|
|
1091
1092
|
{
|
|
1092
1093
|
"const": "{system.iconScale.scale1_25}",
|
|
1093
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1094
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1094
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1095
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1095
1096
|
}
|
|
1096
1097
|
],
|
|
1097
1098
|
"$id": "#iconScale"
|
|
@@ -1100,13 +1101,13 @@
|
|
|
1100
1101
|
"anyOf": [
|
|
1101
1102
|
{
|
|
1102
1103
|
"const": "{system.show.true}",
|
|
1103
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1104
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1104
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1105
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1105
1106
|
},
|
|
1106
1107
|
{
|
|
1107
1108
|
"const": "{system.show.false}",
|
|
1108
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1109
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1109
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1110
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1110
1111
|
}
|
|
1111
1112
|
],
|
|
1112
1113
|
"$id": "#show"
|
|
@@ -1115,8 +1116,8 @@
|
|
|
1115
1116
|
"anyOf": [
|
|
1116
1117
|
{
|
|
1117
1118
|
"const": "{system.textAlign.center}",
|
|
1118
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1119
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1119
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1120
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1120
1121
|
}
|
|
1121
1122
|
],
|
|
1122
1123
|
"$id": "#textAlign"
|
|
@@ -1125,13 +1126,13 @@
|
|
|
1125
1126
|
"anyOf": [
|
|
1126
1127
|
{
|
|
1127
1128
|
"const": "{system.textLine.none}",
|
|
1128
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1129
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1129
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1130
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1130
1131
|
},
|
|
1131
1132
|
{
|
|
1132
1133
|
"const": "{system.textLine.underline}",
|
|
1133
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1134
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1134
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1135
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1135
1136
|
}
|
|
1136
1137
|
],
|
|
1137
1138
|
"$id": "#textLine"
|
|
@@ -1140,8 +1141,8 @@
|
|
|
1140
1141
|
"anyOf": [
|
|
1141
1142
|
{
|
|
1142
1143
|
"const": "{system.textLineStyle.solid}",
|
|
1143
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1144
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1144
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1145
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1145
1146
|
}
|
|
1146
1147
|
],
|
|
1147
1148
|
"$id": "#textLineStyle"
|
|
@@ -1150,13 +1151,13 @@
|
|
|
1150
1151
|
"anyOf": [
|
|
1151
1152
|
{
|
|
1152
1153
|
"const": "{system.textTransform.none}",
|
|
1153
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1154
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1154
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1155
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1155
1156
|
},
|
|
1156
1157
|
{
|
|
1157
1158
|
"const": "{system.textTransform.uppercase}",
|
|
1158
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1159
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1159
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1160
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1160
1161
|
}
|
|
1161
1162
|
],
|
|
1162
1163
|
"$id": "#textTransform"
|
|
@@ -1165,13 +1166,13 @@
|
|
|
1165
1166
|
"anyOf": [
|
|
1166
1167
|
{
|
|
1167
1168
|
"const": "{system.verticalAlign.top}",
|
|
1168
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1169
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1169
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1170
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1170
1171
|
},
|
|
1171
1172
|
{
|
|
1172
1173
|
"const": "{system.verticalAlign.middle}",
|
|
1173
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1174
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1174
|
+
"description": "@telus-uds/system-tokens/v0.3.0 system react-native tokens ⚙️",
|
|
1175
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.3.0` **system** tokens ⚙️"
|
|
1175
1176
|
}
|
|
1176
1177
|
],
|
|
1177
1178
|
"$id": "#verticalAlign"
|
|
@@ -1392,6 +1393,15 @@
|
|
|
1392
1393
|
"minWidth": {
|
|
1393
1394
|
"$ref": "#size"
|
|
1394
1395
|
},
|
|
1396
|
+
"iconSize": {
|
|
1397
|
+
"$ref": "#size"
|
|
1398
|
+
},
|
|
1399
|
+
"iconSpace": {
|
|
1400
|
+
"$ref": "#integer"
|
|
1401
|
+
},
|
|
1402
|
+
"icon": {
|
|
1403
|
+
"$ref": "#icon"
|
|
1404
|
+
},
|
|
1395
1405
|
"outerBorderColor": {
|
|
1396
1406
|
"$ref": "#color"
|
|
1397
1407
|
},
|
|
@@ -1425,6 +1435,9 @@
|
|
|
1425
1435
|
"paddingBottom",
|
|
1426
1436
|
"width",
|
|
1427
1437
|
"minWidth",
|
|
1438
|
+
"iconSize",
|
|
1439
|
+
"iconSpace",
|
|
1440
|
+
"icon",
|
|
1428
1441
|
"outerBorderColor",
|
|
1429
1442
|
"outerBorderWidth",
|
|
1430
1443
|
"outerBorderGap",
|
|
@@ -1502,6 +1515,15 @@
|
|
|
1502
1515
|
"minWidth": {
|
|
1503
1516
|
"$ref": "#size"
|
|
1504
1517
|
},
|
|
1518
|
+
"iconSize": {
|
|
1519
|
+
"$ref": "#size"
|
|
1520
|
+
},
|
|
1521
|
+
"iconSpace": {
|
|
1522
|
+
"$ref": "#integer"
|
|
1523
|
+
},
|
|
1524
|
+
"icon": {
|
|
1525
|
+
"$ref": "#icon"
|
|
1526
|
+
},
|
|
1505
1527
|
"outerBorderColor": {
|
|
1506
1528
|
"$ref": "#color"
|
|
1507
1529
|
},
|
|
@@ -2007,6 +2029,9 @@
|
|
|
2007
2029
|
"showPanelNavigation": {
|
|
2008
2030
|
"$ref": "#show"
|
|
2009
2031
|
},
|
|
2032
|
+
"showPanelTabs": {
|
|
2033
|
+
"$ref": "#show"
|
|
2034
|
+
},
|
|
2010
2035
|
"spaceBetweenSlideAndPreviousNextNavigation": {
|
|
2011
2036
|
"$ref": "#size"
|
|
2012
2037
|
},
|
|
@@ -2046,6 +2071,7 @@
|
|
|
2046
2071
|
"previousIcon",
|
|
2047
2072
|
"showPreviousNextNavigation",
|
|
2048
2073
|
"showPanelNavigation",
|
|
2074
|
+
"showPanelTabs",
|
|
2049
2075
|
"spaceBetweenSlideAndPreviousNextNavigation",
|
|
2050
2076
|
"spaceBetweenSlideAndPanelNavigation",
|
|
2051
2077
|
"thumbnailBorderColor",
|
|
@@ -2085,6 +2111,9 @@
|
|
|
2085
2111
|
"showPanelNavigation": {
|
|
2086
2112
|
"$ref": "#show"
|
|
2087
2113
|
},
|
|
2114
|
+
"showPanelTabs": {
|
|
2115
|
+
"$ref": "#show"
|
|
2116
|
+
},
|
|
2088
2117
|
"spaceBetweenSlideAndPreviousNextNavigation": {
|
|
2089
2118
|
"$ref": "#size"
|
|
2090
2119
|
},
|
package/build/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Mon, 12 Sep 2022 20:02:47 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -187,6 +187,9 @@ module.exports = {
|
|
|
187
187
|
fontName: 'StagSans',
|
|
188
188
|
fontSize: 16,
|
|
189
189
|
fontWeight: '600',
|
|
190
|
+
icon: null,
|
|
191
|
+
iconSize: 24,
|
|
192
|
+
iconSpace: 2,
|
|
190
193
|
lineHeight: 1.5,
|
|
191
194
|
minWidth: 0,
|
|
192
195
|
opacity: 1,
|
|
@@ -347,13 +350,18 @@ module.exports = {
|
|
|
347
350
|
rules: [
|
|
348
351
|
{
|
|
349
352
|
if: { viewport: [ 'xs', 'sm' ] },
|
|
350
|
-
tokens: {
|
|
353
|
+
tokens: {
|
|
354
|
+
showPanelTabs: false,
|
|
355
|
+
showPreviousNextNavigation: false,
|
|
356
|
+
thumbnailSize: 48
|
|
357
|
+
}
|
|
351
358
|
}
|
|
352
359
|
],
|
|
353
360
|
tokens: {
|
|
354
361
|
nextIcon: PaletteIconChevronRight,
|
|
355
362
|
previousIcon: PaletteIconChevronLeft,
|
|
356
363
|
showPanelNavigation: true,
|
|
364
|
+
showPanelTabs: true,
|
|
357
365
|
showPreviousNextNavigation: true,
|
|
358
366
|
spaceBetweenSlideAndPanelNavigation: 32,
|
|
359
367
|
spaceBetweenSlideAndPreviousNextNavigation: 24,
|
|
@@ -2520,5 +2528,5 @@ module.exports = {
|
|
|
2520
2528
|
tokens: { size: 96 }
|
|
2521
2529
|
}
|
|
2522
2530
|
},
|
|
2523
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
2531
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.5.0' }
|
|
2524
2532
|
}
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-koodo": "^0.1.2",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.5.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
|
|
32
32
|
"dev": "nodemon -w src -x 'npm run build'"
|
|
33
33
|
},
|
|
34
|
-
"version": "3.2
|
|
34
|
+
"version": "3.3.2"
|
|
35
35
|
}
|
package/theme.json
CHANGED
|
@@ -220,6 +220,9 @@
|
|
|
220
220
|
"fontName": "{palette.fontName.StagSans}",
|
|
221
221
|
"fontSize": "{palette.fontSize.size16}",
|
|
222
222
|
"fontWeight": "{palette.fontWeight.weight600}",
|
|
223
|
+
"icon": "{system.icon.none}",
|
|
224
|
+
"iconSize": "{palette.size.size24}",
|
|
225
|
+
"iconSpace": "{system.integer.2}",
|
|
223
226
|
"lineHeight": "{palette.lineHeight.multiply150}",
|
|
224
227
|
"minWidth": "{system.size.zero}",
|
|
225
228
|
"opacity": "{system.opacity.opaque}",
|
|
@@ -388,6 +391,7 @@
|
|
|
388
391
|
"viewport": ["xs", "sm"]
|
|
389
392
|
},
|
|
390
393
|
"tokens": {
|
|
394
|
+
"showPanelTabs": "{system.show.false}",
|
|
391
395
|
"showPreviousNextNavigation": "{system.show.false}",
|
|
392
396
|
"thumbnailSize": "{palette.size.size48}"
|
|
393
397
|
}
|
|
@@ -397,6 +401,7 @@
|
|
|
397
401
|
"nextIcon": "{palette.icon.ChevronRight}",
|
|
398
402
|
"previousIcon": "{palette.icon.ChevronLeft}",
|
|
399
403
|
"showPanelNavigation": "{system.show.true}",
|
|
404
|
+
"showPanelTabs": "{system.show.true}",
|
|
400
405
|
"showPreviousNextNavigation": "{system.show.true}",
|
|
401
406
|
"spaceBetweenSlideAndPanelNavigation": "{palette.size.size32}",
|
|
402
407
|
"spaceBetweenSlideAndPreviousNextNavigation": "{palette.size.size24}",
|