@telus-uds/palette-koodo 0.1.0-prerelease.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/CHANGELOG.md +134 -0
- package/README.md +25 -0
- package/build/android/border.xml +14 -0
- package/build/android/color.xml +39 -0
- package/build/android/font_size.xml +21 -0
- package/build/android/radius.xml +13 -0
- package/build/android/size.xml +26 -0
- package/build/ios/Border.swift +17 -0
- package/build/ios/Color.swift +42 -0
- package/build/ios/FontSize.swift +24 -0
- package/build/ios/Radius.swift +16 -0
- package/build/ios/Size.swift +29 -0
- package/build/rn/fonts/StagSans-300.otf +0 -0
- package/build/rn/fonts/StagSans-400.otf +0 -0
- package/build/rn/fonts/StagSans-500.otf +0 -0
- package/build/rn/fonts/StagSans-600.otf +0 -0
- package/build/rn/fonts/StagSans-700.otf +0 -0
- package/build/rn/fonts/fonts.css +25 -0
- package/build/rn/fonts/index.js +5 -0
- package/build/rn/icons/arrow-down-circled.icon.svg +6 -0
- package/build/rn/icons/box-outline-checked.icon.svg +6 -0
- package/build/rn/icons/box-outline.icon.svg +6 -0
- package/build/rn/icons/bullet.icon.svg +3 -0
- package/build/rn/icons/cart.icon.svg +7 -0
- package/build/rn/icons/check-circled-filled.icon.svg +6 -0
- package/build/rn/icons/check-circled-not-filled.icon.svg +17 -0
- package/build/rn/icons/check.icon.svg +6 -0
- package/build/rn/icons/chevron-down.icon.svg +6 -0
- package/build/rn/icons/chevron-left.icon.svg +6 -0
- package/build/rn/icons/chevron-right.icon.svg +6 -0
- package/build/rn/icons/chevron-up.icon.svg +6 -0
- package/build/rn/icons/circled-line.icon.svg +22 -0
- package/build/rn/icons/exclamation-octagon.icon.svg +11 -0
- package/build/rn/icons/exclamation-triangle.icon.svg +20 -0
- package/build/rn/icons/eye-closed.icon.svg +21 -0
- package/build/rn/icons/eye-opened.icon.svg +17 -0
- package/build/rn/icons/hamburger.icon.svg +8 -0
- package/build/rn/icons/index.js +28 -0
- package/build/rn/icons/info-selected.icon.svg +16 -0
- package/build/rn/icons/info.icon.svg +9 -0
- package/build/rn/icons/information-circled.icon.svg +6 -0
- package/build/rn/icons/kebab.icon.svg +15 -0
- package/build/rn/icons/radial-outline-checked.icon.svg +6 -0
- package/build/rn/icons/radial-outline.icon.svg +6 -0
- package/build/rn/icons/refresh.icon.svg +14 -0
- package/build/rn/icons/spyglass.icon.svg +6 -0
- package/build/rn/icons/times-circled.icon.svg +38 -0
- package/build/rn/icons/times.icon.svg +6 -0
- package/build/rn/palette.js +129 -0
- package/build/rn/palette.mjs +129 -0
- package/build/web/fonts/fonts-cdn-family.css +35 -0
- package/build/web/fonts/fonts-cdn.css +25 -0
- package/build/web/fonts/fonts-local-family.css +35 -0
- package/build/web/fonts/fonts-local.css +25 -0
- package/build/web/fonts/v0_1_0-prerelease_0-StagSans-300.otf +0 -0
- package/build/web/fonts/v0_1_0-prerelease_0-StagSans-400.otf +0 -0
- package/build/web/fonts/v0_1_0-prerelease_0-StagSans-500.otf +0 -0
- package/build/web/fonts/v0_1_0-prerelease_0-StagSans-600.otf +0 -0
- package/build/web/fonts/v0_1_0-prerelease_0-StagSans-700.otf +0 -0
- package/build/web/icons/arrow-down-circled.icon.svg +6 -0
- package/build/web/icons/box-outline-checked.icon.svg +6 -0
- package/build/web/icons/box-outline.icon.svg +6 -0
- package/build/web/icons/bullet.icon.svg +3 -0
- package/build/web/icons/cart.icon.svg +7 -0
- package/build/web/icons/check-circled-filled.icon.svg +6 -0
- package/build/web/icons/check-circled-not-filled.icon.svg +17 -0
- package/build/web/icons/check.icon.svg +6 -0
- package/build/web/icons/chevron-down.icon.svg +6 -0
- package/build/web/icons/chevron-left.icon.svg +6 -0
- package/build/web/icons/chevron-right.icon.svg +6 -0
- package/build/web/icons/chevron-up.icon.svg +6 -0
- package/build/web/icons/circled-line.icon.svg +22 -0
- package/build/web/icons/exclamation-octagon.icon.svg +11 -0
- package/build/web/icons/exclamation-triangle.icon.svg +20 -0
- package/build/web/icons/eye-closed.icon.svg +21 -0
- package/build/web/icons/eye-opened.icon.svg +17 -0
- package/build/web/icons/hamburger.icon.svg +8 -0
- package/build/web/icons/index.js +28 -0
- package/build/web/icons/info-selected.icon.svg +16 -0
- package/build/web/icons/info.icon.svg +9 -0
- package/build/web/icons/information-circled.icon.svg +6 -0
- package/build/web/icons/kebab.icon.svg +15 -0
- package/build/web/icons/radial-outline-checked.icon.svg +6 -0
- package/build/web/icons/radial-outline.icon.svg +6 -0
- package/build/web/icons/refresh.icon.svg +14 -0
- package/build/web/icons/spyglass.icon.svg +6 -0
- package/build/web/icons/times-circled.icon.svg +38 -0
- package/build/web/icons/times.icon.svg +6 -0
- package/build/web/palette.js +129 -0
- package/build/web/palette.mjs +129 -0
- package/package.json +32 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
## 0.1.0-prerelease.0 (2021-10-08)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- add letter spacing to palette schema, palettes and themes ([#345](https://github.com/telus/universal-design-system/issues/345)) ([fd83f6e](https://github.com/telus/universal-design-system/commit/fd83f6e4e750da3d5b9db12a601877085a7ca347))
|
|
10
|
+
- **base:** add SideNav component ([#500](https://github.com/telus/universal-design-system/issues/500)) ([edc45e8](https://github.com/telus/universal-design-system/commit/edc45e84d627f371bb6d8c5053bcff1259ebabb2))
|
|
11
|
+
- icon index ([#209](https://github.com/telus/universal-design-system/issues/209)) ([5b4423a](https://github.com/telus/universal-design-system/commit/5b4423a6004c5fe5ff1953933199bcacb26e1da2))
|
|
12
|
+
- **icons:** add svg icon resources ([#160](https://github.com/telus/universal-design-system/issues/160)) ([a832f3b](https://github.com/telus/universal-design-system/commit/a832f3b3486bf2e9fb96c3848b72c7d3126647d4))
|
|
13
|
+
- ios and android builds ([#110](https://github.com/telus/universal-design-system/issues/110)) ([b014773](https://github.com/telus/universal-design-system/commit/b01477326fdb471cbfb835a1203dabe00bb0ff3d))
|
|
14
|
+
- **koodo:** introduce koodo theme ([#216](https://github.com/telus/universal-design-system/issues/216)) ([3bcf63d](https://github.com/telus/universal-design-system/commit/3bcf63d22bce3f351a36927a5872c19a44df59c1))
|
|
15
|
+
- **lerna:** add lerna and folder structure ([#1](https://github.com/telus/universal-design-system/issues/1)) ([db8a5ee](https://github.com/telus/universal-design-system/commit/db8a5ee32e2a7b5672f55e2a91310d53541fc53c))
|
|
16
|
+
- Palette tooling ([#109](https://github.com/telus/universal-design-system/issues/109)) ([4bfa5a7](https://github.com/telus/universal-design-system/commit/4bfa5a7fb126c12a832d6dab2c75ccd89b342b98))
|
|
17
|
+
- **palette:** introduce Koodo brand palette ([275a463](https://github.com/telus/universal-design-system/commit/275a463251dba643b9a878bd979005b6720d55fe))
|
|
18
|
+
- **theme:** update theming based on ADR ([#458](https://github.com/telus/universal-design-system/issues/458)) ([4591fbd](https://github.com/telus/universal-design-system/commit/4591fbdd6c7088b9e03d38a0abc17901854d85bb)), closes [#375](https://github.com/telus/universal-design-system/issues/375) [#412](https://github.com/telus/universal-design-system/issues/412) [#413](https://github.com/telus/universal-design-system/issues/413) [#414](https://github.com/telus/universal-design-system/issues/414) [#428](https://github.com/telus/universal-design-system/issues/428) [#443](https://github.com/telus/universal-design-system/issues/443) [#429](https://github.com/telus/universal-design-system/issues/429) [#445](https://github.com/telus/universal-design-system/issues/445) [#451](https://github.com/telus/universal-design-system/issues/451) [#452](https://github.com/telus/universal-design-system/issues/452) [#457](https://github.com/telus/universal-design-system/issues/457)
|
|
19
|
+
- **theming:** basic theme provider, variant handling and sample theme ([#67](https://github.com/telus/universal-design-system/issues/67)) ([beb04e4](https://github.com/telus/universal-design-system/commit/beb04e4fbcd9c56ef7d7e6b56fb56925989648f1))
|
|
20
|
+
- **tools:** font assets ([#165](https://github.com/telus/universal-design-system/issues/165)) ([8b6c36c](https://github.com/telus/universal-design-system/commit/8b6c36c1ec4044c7672ba9800e118e653b62a06e))
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
- **linting:** fix all the linting errors ([#99](https://github.com/telus/universal-design-system/issues/99)) ([d92861b](https://github.com/telus/universal-design-system/commit/d92861b27afc8ca42f7c06dbc66f99628b2395f6))
|
|
25
|
+
- missed a spacings ([#186](https://github.com/telus/universal-design-system/issues/186)) ([8668ed7](https://github.com/telus/universal-design-system/commit/8668ed746162fa7dcfe0197adfab0f9521c32873))
|
|
26
|
+
- **palette:** fix invalid svg breaking koodo ([#332](https://github.com/telus/universal-design-system/issues/332)) ([48430cf](https://github.com/telus/universal-design-system/commit/48430cff7910659d393b85fe356e38debd8b3496))
|
|
27
|
+
|
|
28
|
+
### Palette change summary (does not include documentation changes)
|
|
29
|
+
|
|
30
|
+
#### New keys
|
|
31
|
+
|
|
32
|
+
- `color.flirt`
|
|
33
|
+
- `color.mosque`
|
|
34
|
+
- `color.darkMosque`
|
|
35
|
+
- `color.blue`
|
|
36
|
+
- `color.darkBlue`
|
|
37
|
+
- `color.texas`
|
|
38
|
+
- `color.amaranth`
|
|
39
|
+
- `color.cardinalPink`
|
|
40
|
+
- `color.trinidad`
|
|
41
|
+
- `color.onahau`
|
|
42
|
+
- `color.burntSienna`
|
|
43
|
+
- `color.chathamsBlue`
|
|
44
|
+
- `color.wellRead`
|
|
45
|
+
- `color.wattle`
|
|
46
|
+
- `color.beeswax`
|
|
47
|
+
- `color.bilbao`
|
|
48
|
+
- `color.seaBuckthorn`
|
|
49
|
+
- `color.mintTulip`
|
|
50
|
+
- `color.turquoise`
|
|
51
|
+
- `color.hibiscus`
|
|
52
|
+
- `color.carouselPink`
|
|
53
|
+
- `color.white`
|
|
54
|
+
- `color.black`
|
|
55
|
+
- `color.mortar`
|
|
56
|
+
- `color.gallery`
|
|
57
|
+
- `color.silver`
|
|
58
|
+
- `color.dove`
|
|
59
|
+
- `color.iceberg`
|
|
60
|
+
- `color.transparent`
|
|
61
|
+
- `font.StagSans.300`
|
|
62
|
+
- `font.StagSans.400`
|
|
63
|
+
- `font.StagSans.500`
|
|
64
|
+
- `font.StagSans.600`
|
|
65
|
+
- `font.StagSans.700`
|
|
66
|
+
- `fontSize.size12`
|
|
67
|
+
- `fontSize.size14`
|
|
68
|
+
- `fontSize.size16`
|
|
69
|
+
- `fontSize.size20`
|
|
70
|
+
- `fontSize.size24`
|
|
71
|
+
- `fontSize.size28`
|
|
72
|
+
- `fontSize.size40`
|
|
73
|
+
- `fontSize.size44`
|
|
74
|
+
- `fontSize.size48`
|
|
75
|
+
- `fontSize.size56`
|
|
76
|
+
- `fontSize.size64`
|
|
77
|
+
- `size.size0`
|
|
78
|
+
- `size.size4`
|
|
79
|
+
- `size.size8`
|
|
80
|
+
- `size.size10`
|
|
81
|
+
- `size.size16`
|
|
82
|
+
- `size.size20`
|
|
83
|
+
- `size.size24`
|
|
84
|
+
- `size.size32`
|
|
85
|
+
- `size.size36`
|
|
86
|
+
- `size.size40`
|
|
87
|
+
- `size.size48`
|
|
88
|
+
- `size.size64`
|
|
89
|
+
- `size.size72`
|
|
90
|
+
- `size.size80`
|
|
91
|
+
- `size.size96`
|
|
92
|
+
- `size.size120`
|
|
93
|
+
- `radius.none`
|
|
94
|
+
- `radius.radius4`
|
|
95
|
+
- `radius.pill32`
|
|
96
|
+
- `border.none`
|
|
97
|
+
- `border.border1`
|
|
98
|
+
- `border.border2`
|
|
99
|
+
- `border.border4`
|
|
100
|
+
- `lineHeight.multiply160`
|
|
101
|
+
- `lineHeight.multiply150`
|
|
102
|
+
- `lineHeight.multiply140`
|
|
103
|
+
- `lineHeight.multiply130`
|
|
104
|
+
- `lineHeight.multiply120`
|
|
105
|
+
- `lineHeight.multiply110`
|
|
106
|
+
- `letterSpacing.default`
|
|
107
|
+
- `icon.ChevronUp`
|
|
108
|
+
- `icon.ChevronRight`
|
|
109
|
+
- `icon.ChevronDown`
|
|
110
|
+
- `icon.ChevronLeft`
|
|
111
|
+
- `icon.Cart`
|
|
112
|
+
- `icon.CircledLine`
|
|
113
|
+
- `icon.Times`
|
|
114
|
+
- `icon.TimesCircled`
|
|
115
|
+
- `icon.Check`
|
|
116
|
+
- `icon.CheckCircledFilled`
|
|
117
|
+
- `icon.CheckCircledNotFilled`
|
|
118
|
+
- `icon.ArrowDownCircled`
|
|
119
|
+
- `icon.ExclamationTriangle`
|
|
120
|
+
- `icon.ExclamationOctagon`
|
|
121
|
+
- `icon.InformationCircled`
|
|
122
|
+
- `icon.BoxOutline`
|
|
123
|
+
- `icon.BoxOutlineChecked`
|
|
124
|
+
- `icon.RadialOutline`
|
|
125
|
+
- `icon.RadialOutlineChecked`
|
|
126
|
+
- `icon.Hamburger`
|
|
127
|
+
- `icon.Spyglass`
|
|
128
|
+
- `icon.Bullet`
|
|
129
|
+
- `icon.Info`
|
|
130
|
+
- `icon.InfoSelected`
|
|
131
|
+
- `icon.Refresh`
|
|
132
|
+
- `icon.Kebab`
|
|
133
|
+
- `icon.EyeOpened`
|
|
134
|
+
- `icon.EyeClosed`
|
package/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# `koodo-palette`
|
|
2
|
+
|
|
3
|
+
> TODO: description
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
const koodoPalette = require('koodo-palette');
|
|
9
|
+
|
|
10
|
+
// TODO: DEMONSTRATE API
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Contributing
|
|
14
|
+
|
|
15
|
+
To build the palette run:
|
|
16
|
+
|
|
17
|
+
```
|
|
18
|
+
yarn build
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
To build the palette and watch for changes, run:
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
yarn dev
|
|
25
|
+
```
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
|
|
3
|
+
<!--
|
|
4
|
+
Do not edit directly
|
|
5
|
+
Generated on Fri, 08 Oct 2021 13:23:52 GMT
|
|
6
|
+
-->
|
|
7
|
+
|
|
8
|
+
<resources>
|
|
9
|
+
<dimen name="none">0.00dp</dimen>
|
|
10
|
+
<dimen name="border_1">1.00dp</dimen>
|
|
11
|
+
<dimen name="border_2">2.00dp</dimen>
|
|
12
|
+
<dimen name="border_4">4.00dp</dimen>
|
|
13
|
+
|
|
14
|
+
</resources>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
|
|
3
|
+
<!--
|
|
4
|
+
Do not edit directly
|
|
5
|
+
Generated on Fri, 08 Oct 2021 13:23:52 GMT
|
|
6
|
+
-->
|
|
7
|
+
|
|
8
|
+
<resources>
|
|
9
|
+
<color name="flirt">#ff7c1366</color>
|
|
10
|
+
<color name="mosque">#ff016b6a</color>
|
|
11
|
+
<color name="dark_mosque">#ff014847</color>
|
|
12
|
+
<color name="blue">#ff00a1db</color>
|
|
13
|
+
<color name="dark_blue">#ff0083b3</color>
|
|
14
|
+
<color name="texas">#fff9f6a5</color>
|
|
15
|
+
<color name="amaranth">#ffee2c74</color>
|
|
16
|
+
<color name="cardinal_pink">#ff8c0448</color>
|
|
17
|
+
<color name="trinidad">#ffdf3d0c</color>
|
|
18
|
+
<color name="onahau">#ffc3efff</color>
|
|
19
|
+
<color name="burnt_sienna">#ffed6358</color>
|
|
20
|
+
<color name="chathams_blue">#ff17367d</color>
|
|
21
|
+
<color name="well_read">#ffb8373e</color>
|
|
22
|
+
<color name="wattle">#ffd5e04d</color>
|
|
23
|
+
<color name="beeswax">#fffeeec7</color>
|
|
24
|
+
<color name="bilbao">#ff258b0b</color>
|
|
25
|
+
<color name="sea_buckthorn">#fffbaf34</color>
|
|
26
|
+
<color name="mint_tulip">#ffc1f2e8</color>
|
|
27
|
+
<color name="turquoise">#ff39cdc9</color>
|
|
28
|
+
<color name="hibiscus">#ffc53a70</color>
|
|
29
|
+
<color name="carousel_pink">#fffae6f4</color>
|
|
30
|
+
<color name="white">#ffffffff</color>
|
|
31
|
+
<color name="black">#ff000000</color>
|
|
32
|
+
<color name="mortar">#ff595959</color>
|
|
33
|
+
<color name="gallery">#ffefefef</color>
|
|
34
|
+
<color name="silver">#ffc9c8c8</color>
|
|
35
|
+
<color name="dove">#ff666666</color>
|
|
36
|
+
<color name="iceberg">#ffcbf0e8</color>
|
|
37
|
+
<color name="transparent">#00000000</color>
|
|
38
|
+
|
|
39
|
+
</resources>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
|
|
3
|
+
<!--
|
|
4
|
+
Do not edit directly
|
|
5
|
+
Generated on Fri, 08 Oct 2021 13:23:52 GMT
|
|
6
|
+
-->
|
|
7
|
+
|
|
8
|
+
<resources>
|
|
9
|
+
<dimen name="size_12">12.00sp</dimen>
|
|
10
|
+
<dimen name="size_14">14.00sp</dimen>
|
|
11
|
+
<dimen name="size_16">16.00sp</dimen>
|
|
12
|
+
<dimen name="size_20">20.00sp</dimen>
|
|
13
|
+
<dimen name="size_24">24.00sp</dimen>
|
|
14
|
+
<dimen name="size_28">28.00sp</dimen>
|
|
15
|
+
<dimen name="size_40">40.00sp</dimen>
|
|
16
|
+
<dimen name="size_44">44.00sp</dimen>
|
|
17
|
+
<dimen name="size_48">48.00sp</dimen>
|
|
18
|
+
<dimen name="size_56">56.00sp</dimen>
|
|
19
|
+
<dimen name="size_64">64.00sp</dimen>
|
|
20
|
+
|
|
21
|
+
</resources>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
|
|
3
|
+
<!--
|
|
4
|
+
Do not edit directly
|
|
5
|
+
Generated on Fri, 08 Oct 2021 13:23:52 GMT
|
|
6
|
+
-->
|
|
7
|
+
|
|
8
|
+
<resources>
|
|
9
|
+
<dimen name="none">0.00dp</dimen>
|
|
10
|
+
<dimen name="radius_4">4.00dp</dimen>
|
|
11
|
+
<dimen name="pill_32">32.00dp</dimen>
|
|
12
|
+
|
|
13
|
+
</resources>
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
|
|
3
|
+
<!--
|
|
4
|
+
Do not edit directly
|
|
5
|
+
Generated on Fri, 08 Oct 2021 13:23:52 GMT
|
|
6
|
+
-->
|
|
7
|
+
|
|
8
|
+
<resources>
|
|
9
|
+
<dimen name="size_0">0.00dp</dimen>
|
|
10
|
+
<dimen name="size_4">4.00dp</dimen>
|
|
11
|
+
<dimen name="size_8">8.00dp</dimen>
|
|
12
|
+
<dimen name="size_10">10.00dp</dimen>
|
|
13
|
+
<dimen name="size_16">16.00dp</dimen>
|
|
14
|
+
<dimen name="size_20">20.00dp</dimen>
|
|
15
|
+
<dimen name="size_24">24.00dp</dimen>
|
|
16
|
+
<dimen name="size_32">32.00dp</dimen>
|
|
17
|
+
<dimen name="size_36">36.00dp</dimen>
|
|
18
|
+
<dimen name="size_40">40.00dp</dimen>
|
|
19
|
+
<dimen name="size_48">48.00dp</dimen>
|
|
20
|
+
<dimen name="size_64">64.00dp</dimen>
|
|
21
|
+
<dimen name="size_72">72.00dp</dimen>
|
|
22
|
+
<dimen name="size_80">80.00dp</dimen>
|
|
23
|
+
<dimen name="size_96">96.00dp</dimen>
|
|
24
|
+
<dimen name="size_120">120.00dp</dimen>
|
|
25
|
+
|
|
26
|
+
</resources>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// Border.swift
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly
|
|
7
|
+
// Generated on Fri, 08 Oct 2021 13:23:52 GMT
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import UIKit
|
|
11
|
+
|
|
12
|
+
public enum PaletteBorder {
|
|
13
|
+
public static let border1 = CGFloat(1)
|
|
14
|
+
public static let border2 = CGFloat(2)
|
|
15
|
+
public static let border4 = CGFloat(4)
|
|
16
|
+
public static let none = CGFloat(0)
|
|
17
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// Color.swift
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly
|
|
7
|
+
// Generated on Fri, 08 Oct 2021 13:23:52 GMT
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import UIKit
|
|
11
|
+
|
|
12
|
+
public enum PaletteColor {
|
|
13
|
+
public static let amaranth = UIColor(red: 0.933, green: 0.173, blue: 0.455, alpha:1)
|
|
14
|
+
public static let beeswax = UIColor(red: 0.996, green: 0.933, blue: 0.780, alpha:1)
|
|
15
|
+
public static let bilbao = UIColor(red: 0.145, green: 0.545, blue: 0.043, alpha:1)
|
|
16
|
+
public static let black = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:1)
|
|
17
|
+
public static let blue = UIColor(red: 0.000, green: 0.631, blue: 0.859, alpha:1)
|
|
18
|
+
public static let burntSienna = UIColor(red: 0.929, green: 0.388, blue: 0.345, alpha:1)
|
|
19
|
+
public static let cardinalPink = UIColor(red: 0.549, green: 0.016, blue: 0.282, alpha:1)
|
|
20
|
+
public static let carouselPink = UIColor(red: 0.980, green: 0.902, blue: 0.957, alpha:1)
|
|
21
|
+
public static let chathamsBlue = UIColor(red: 0.090, green: 0.212, blue: 0.490, alpha:1)
|
|
22
|
+
public static let darkBlue = UIColor(red: 0.000, green: 0.514, blue: 0.702, alpha:1)
|
|
23
|
+
public static let darkMosque = UIColor(red: 0.004, green: 0.282, blue: 0.278, alpha:1)
|
|
24
|
+
public static let dove = UIColor(red: 0.400, green: 0.400, blue: 0.400, alpha:1)
|
|
25
|
+
public static let flirt = UIColor(red: 0.486, green: 0.075, blue: 0.400, alpha:1)
|
|
26
|
+
public static let gallery = UIColor(red: 0.937, green: 0.937, blue: 0.937, alpha:1)
|
|
27
|
+
public static let hibiscus = UIColor(red: 0.773, green: 0.227, blue: 0.439, alpha:1)
|
|
28
|
+
public static let iceberg = UIColor(red: 0.796, green: 0.941, blue: 0.910, alpha:1)
|
|
29
|
+
public static let mintTulip = UIColor(red: 0.757, green: 0.949, blue: 0.910, alpha:1)
|
|
30
|
+
public static let mortar = UIColor(red: 0.349, green: 0.349, blue: 0.349, alpha:1)
|
|
31
|
+
public static let mosque = UIColor(red: 0.004, green: 0.420, blue: 0.416, alpha:1)
|
|
32
|
+
public static let onahau = UIColor(red: 0.765, green: 0.937, blue: 1.000, alpha:1)
|
|
33
|
+
public static let seaBuckthorn = UIColor(red: 0.984, green: 0.686, blue: 0.204, alpha:1)
|
|
34
|
+
public static let silver = UIColor(red: 0.788, green: 0.784, blue: 0.784, alpha:1)
|
|
35
|
+
public static let texas = UIColor(red: 0.976, green: 0.965, blue: 0.647, alpha:1)
|
|
36
|
+
public static let transparent = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha:0)
|
|
37
|
+
public static let trinidad = UIColor(red: 0.875, green: 0.239, blue: 0.047, alpha:1)
|
|
38
|
+
public static let turquoise = UIColor(red: 0.224, green: 0.804, blue: 0.788, alpha:1)
|
|
39
|
+
public static let wattle = UIColor(red: 0.835, green: 0.878, blue: 0.302, alpha:1)
|
|
40
|
+
public static let wellRead = UIColor(red: 0.722, green: 0.216, blue: 0.243, alpha:1)
|
|
41
|
+
public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha:1)
|
|
42
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// FontSize.swift
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly
|
|
7
|
+
// Generated on Fri, 08 Oct 2021 13:23:52 GMT
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import UIKit
|
|
11
|
+
|
|
12
|
+
public enum PaletteFontSize {
|
|
13
|
+
public static let size12 = CGFloat(12)
|
|
14
|
+
public static let size14 = CGFloat(14)
|
|
15
|
+
public static let size16 = CGFloat(16)
|
|
16
|
+
public static let size20 = CGFloat(20)
|
|
17
|
+
public static let size24 = CGFloat(24)
|
|
18
|
+
public static let size28 = CGFloat(28)
|
|
19
|
+
public static let size40 = CGFloat(40)
|
|
20
|
+
public static let size44 = CGFloat(44)
|
|
21
|
+
public static let size48 = CGFloat(48)
|
|
22
|
+
public static let size56 = CGFloat(56)
|
|
23
|
+
public static let size64 = CGFloat(64)
|
|
24
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// Radius.swift
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly
|
|
7
|
+
// Generated on Fri, 08 Oct 2021 13:23:52 GMT
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import UIKit
|
|
11
|
+
|
|
12
|
+
public enum PaletteRadius {
|
|
13
|
+
public static let none = CGFloat(0)
|
|
14
|
+
public static let pill32 = CGFloat(32)
|
|
15
|
+
public static let radius4 = CGFloat(4)
|
|
16
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
|
|
2
|
+
//
|
|
3
|
+
// Size.swift
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
// Do not edit directly
|
|
7
|
+
// Generated on Fri, 08 Oct 2021 13:23:52 GMT
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import UIKit
|
|
11
|
+
|
|
12
|
+
public enum PaletteSize {
|
|
13
|
+
public static let size0 = CGFloat(0)
|
|
14
|
+
public static let size10 = CGFloat(10)
|
|
15
|
+
public static let size120 = CGFloat(120)
|
|
16
|
+
public static let size16 = CGFloat(16)
|
|
17
|
+
public static let size20 = CGFloat(20)
|
|
18
|
+
public static let size24 = CGFloat(24)
|
|
19
|
+
public static let size32 = CGFloat(32)
|
|
20
|
+
public static let size36 = CGFloat(36)
|
|
21
|
+
public static let size4 = CGFloat(4)
|
|
22
|
+
public static let size40 = CGFloat(40)
|
|
23
|
+
public static let size48 = CGFloat(48)
|
|
24
|
+
public static let size64 = CGFloat(64)
|
|
25
|
+
public static let size72 = CGFloat(72)
|
|
26
|
+
public static let size8 = CGFloat(8)
|
|
27
|
+
public static let size80 = CGFloat(80)
|
|
28
|
+
public static let size96 = CGFloat(96)
|
|
29
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'StagSans300normal';
|
|
3
|
+
src: url('./StagSans-300.otf');
|
|
4
|
+
font-display: block;
|
|
5
|
+
}
|
|
6
|
+
@font-face {
|
|
7
|
+
font-family: 'StagSans400normal';
|
|
8
|
+
src: url('./StagSans-400.otf');
|
|
9
|
+
font-display: block;
|
|
10
|
+
}
|
|
11
|
+
@font-face {
|
|
12
|
+
font-family: 'StagSans500normal';
|
|
13
|
+
src: url('./StagSans-500.otf');
|
|
14
|
+
font-display: block;
|
|
15
|
+
}
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'StagSans600normal';
|
|
18
|
+
src: url('./StagSans-600.otf');
|
|
19
|
+
font-display: block;
|
|
20
|
+
}
|
|
21
|
+
@font-face {
|
|
22
|
+
font-family: 'StagSans700normal';
|
|
23
|
+
src: url('./StagSans-700.otf');
|
|
24
|
+
font-display: block;
|
|
25
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { default as StagSans300normal } from '@telus-uds/palette-koodo/build/rn/fonts/StagSans-300.otf'
|
|
2
|
+
export { default as StagSans400normal } from '@telus-uds/palette-koodo/build/rn/fonts/StagSans-400.otf'
|
|
3
|
+
export { default as StagSans500normal } from '@telus-uds/palette-koodo/build/rn/fonts/StagSans-500.otf'
|
|
4
|
+
export { default as StagSans600normal } from '@telus-uds/palette-koodo/build/rn/fonts/StagSans-600.otf'
|
|
5
|
+
export { default as StagSans700normal } from '@telus-uds/palette-koodo/build/rn/fonts/StagSans-700.otf'
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path d="M1.399 14.925A10.926 10.926 0 0 1 1 12.003c0-1.99.557-3.95 1.503-5.558a11.294 11.294 0 0 1 3.943-3.952A11.058 11.058 0 0 1 11.997 1c1.99 0 3.952.547 5.558 1.493a11.329 11.329 0 0 1 3.952 3.952C22.453 8.052 23 10.013 23 12.003c0 1.99-.547 3.943-1.493 5.55a11.294 11.294 0 0 1-3.952 3.944A11.09 11.09 0 0 1 11.997 23c-1.99 0-3.943-.557-5.55-1.503a11.26 11.26 0 0 1-3.944-3.943 10.724 10.724 0 0 1-1.104-2.63m8.254-5.272a3.203 3.203 0 0 0-.976 2.35 3.322 3.322 0 0 0 3.32 3.321 3.327 3.327 0 0 0 3.326-3.32 3.331 3.331 0 0 0-3.326-3.326c-.917 0-1.698.321-2.344.975" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path
|
|
3
|
+
d="M22.7034044,17.6991753 L7.13509386,17.6991753 C6.77772829,17.6991753 6.46719695,17.0952557 6.46719695,16.7369811 L6.46719695,14.0002317 L22.6519885,12.1782802 C23.309195,12.1048925 23.6314349,11.5488788 23.6314349,10.886351 L23.6314349,3.08585063 C23.6314349,2.36777242 23.4191537,2.24342105 22.7034044,2.24342105 L5.72599427,2.24342105 L4.16061088,0.527474055 C3.91727649,0.28386768 3.58790964,0 3.24327076,0 L1.29761374,0 C0.580846325,0 0,0.6528447 0,1.37092291 C0,2.08900111 0.580846325,2.74184581 1.29761374,2.74184581 L2.70620426,2.74184581 L3.73146675,3.62402706 L3.73146675,10.886351 L3.73146675,12.8367309 L3.73146675,16.7369811 C3.73146675,18.528864 5.34724785,20.4415308 7.13509386,20.4415308 L7.34330258,20.4415308 C7.33923003,20.4848499 7.33006682,20.5266401 7.33006682,20.5714881 C7.33006682,21.3604059 7.96894687,22 8.75698377,22 C9.54552975,22 10.1844098,21.3604059 10.1844098,20.5714881 C10.1844098,20.5266401 10.1752466,20.4848499 10.171174,20.4415308 L18.704168,20.4415308 C18.7000955,20.4848499 18.6909322,20.5266401 18.6909322,20.5714881 C18.6909322,21.3604059 19.3298123,22 20.1178492,22 C20.9063952,22 21.5452752,21.3604059 21.5452752,20.5714881 C21.5452752,20.5266401 21.536112,20.4848499 21.5320395,20.4415308 L22.7034044,20.4415308 C23.4196627,20.4415308 24,19.7886861 24,19.0700982 C24,18.3525297 23.4196627,17.6991753 22.7034044,17.6991753"
|
|
4
|
+
fill="#020303"
|
|
5
|
+
mask="url(#mask-2)"
|
|
6
|
+
/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<path
|
|
3
|
+
d="M9.573 17.613l-.01.014-4.433-4.433 1.946-1.945 2.486 2.478 7.356-7.355 1.951 1.953-9.296 9.288zM12 1C6.17 1 1.414 5.536 1.037 11.271 1.02 11.513 1 11.752 1 12a11.002 11.002 0 0 0 10.999 11C18.072 23 23 18.07 23 11.999 23 5.924 18.072 1 11.999 1z"
|
|
4
|
+
fillRule="evenodd"
|
|
5
|
+
/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg viewBox="0 0 40 40">
|
|
2
|
+
<g fill="none" fillRule="evenodd" stroke="none" strokeWidth="1">
|
|
3
|
+
<g transform="translate(-141.000000, -16.000000)">
|
|
4
|
+
<g transform="translate(20.000000, 16.000000)">
|
|
5
|
+
<g transform="translate(121.000000, 0.000000)">
|
|
6
|
+
<path
|
|
7
|
+
d="M20,40 C31.045695,40 40,31.045695 40,20 C40,8.954305 31.045695,1.0658141e-14 20,1.0658141e-14 C8.954305,1.0658141e-14 0,8.954305 0,20 C0,31.045695 8.954305,40 20,40 Z"
|
|
8
|
+
fill="#016b6a"
|
|
9
|
+
/>
|
|
10
|
+
<g fill="#fff" transform="translate(3.000000, 3.000000)">
|
|
11
|
+
<path d="M13.5619271,24.9513958 L13.5463438,24.970875 L7.26820833,18.6907917 L10.0245104,15.9364375 L13.5463438,19.4465833 L23.9676979,9.02717708 L26.7317917,11.7932187 L13.5619271,24.9513958 Z M16.9980521,1.41666667 C8.74278125,1.41666667 2.00298958,7.84284375 1.46926042,15.9676042 C1.4439375,16.3104375 1.41666667,16.649375 1.41666667,16.9980521 C1.41666667,22.9002396 4.70085417,28.033 9.53753125,30.6802188 C11.7542604,31.8879271 14.2962917,32.5833333 16.9980521,32.5833333 C25.602,32.5833333 32.5833333,25.6000521 32.5833333,16.9980521 C32.5833333,8.39215625 25.602,1.41666667 16.9980521,1.41666667 L16.9980521,1.41666667 Z" />
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg viewBox="0 0 14 14">
|
|
2
|
+
<g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
|
|
3
|
+
<g transform="translate(-179.000000, -707.000000)">
|
|
4
|
+
<g transform="translate(0.000000, 571.000000)">
|
|
5
|
+
<g transform="translate(179.000000, 136.000000)">
|
|
6
|
+
<g>
|
|
7
|
+
<g>
|
|
8
|
+
<mask fill="#fff" />
|
|
9
|
+
<g />
|
|
10
|
+
<path
|
|
11
|
+
d="M7,0 C3.1335,0 0,3.1335 0,7 C0,10.866 3.1335,14 7,14 C10.866,14 14,10.866 14,7 C14,3.1335 10.866,0 7,0"
|
|
12
|
+
fill="#000"
|
|
13
|
+
mask="url(#mask-2)"
|
|
14
|
+
/>
|
|
15
|
+
</g>
|
|
16
|
+
<rect fill="#fff" x="3" y="6" width="8" height="2" rx="1" />
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24">
|
|
2
|
+
<g fillRule="evenodd">
|
|
3
|
+
<g transform="translate(-1.000000, -1.000000)">
|
|
4
|
+
<rect fill="#FFFFFF" x="10" y="4" width="3.4000001" height="17" />
|
|
5
|
+
<path
|
|
6
|
+
d="M10.618125,14.072625 L13.3805,14.072625 L13.3805,4.403625 L10.618125,4.403625 L10.618125,14.072625 Z M10.618125,19.597375 L13.3805,19.597375 L13.3805,16.835 L10.618125,16.835 L10.618125,19.597375 Z M7.44325,1.0005 L1,7.442375 L1,16.55725 L7.44325,23.0005 L16.55675,23.0005 L23,16.55725 L23,7.442375 L16.55675,1.0005 L7.44325,1.0005 Z"
|
|
7
|
+
fill="#E61360"
|
|
8
|
+
/>
|
|
9
|
+
</g>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg viewBox="0 0 28 25">
|
|
2
|
+
<g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
|
|
3
|
+
<g transform="translate(-81.000000, -46.000000)">
|
|
4
|
+
<g transform="translate(81.000000, 46.000000)">
|
|
5
|
+
<path
|
|
6
|
+
d="M1.00362145,24 L26.9965429,24 C27.5488276,24 27.9965429,23.5522847 27.9965429,23 C27.9965429,22.8211759 27.9485908,22.6456233 27.8576821,22.4916308 L14.8612214,0.476601297 C14.5804569,0.00100722868 13.9673071,-0.156933311 13.491713,0.123831229 C13.346208,0.20972938 13.2248411,0.331096274 13.1389429,0.476601297 L0.142482211,22.4916308 C-0.138282329,22.9672249 0.0196582105,23.5803747 0.495252279,23.8611392 C0.649244721,23.9520479 0.824797357,24 1.00362145,24 Z"
|
|
7
|
+
id="Page-1"
|
|
8
|
+
fill="#E61360"
|
|
9
|
+
/>
|
|
10
|
+
<rect fill="#EE2C74" x="12" y="7" width="5" height="16" />
|
|
11
|
+
<path
|
|
12
|
+
d="M8.5,15.5 L19.5,15.5"
|
|
13
|
+
stroke="#FFFFFF"
|
|
14
|
+
strokeWidth="2"
|
|
15
|
+
strokeLinecap="square"
|
|
16
|
+
/>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<svg viewBox="0 0 29 24">
|
|
2
|
+
<g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
|
|
3
|
+
<g
|
|
4
|
+
transform="translate(-824.000000, -438.000000)"
|
|
5
|
+
fillRule="nonzero"
|
|
6
|
+
stroke="#016b6a"
|
|
7
|
+
strokeWidth="2"
|
|
8
|
+
>
|
|
9
|
+
<g transform="translate(826.000000, 438.000000)">
|
|
10
|
+
<g>
|
|
11
|
+
<path d="M12.5,20 C17.1023729,20 21.2690396,17.3333333 25,12 C21.2690396,6.66666667 17.1023729,4 12.5,4 C7.89762709,4 3.73096042,6.66666667 0,12 C3.73096042,17.3333333 7.89762709,20 12.5,20 Z" />
|
|
12
|
+
<circle cx="12" cy="12" r="4" />
|
|
13
|
+
<path
|
|
14
|
+
d="M1,23 C16.6110454,7.66666667 23.9443787,0.333333333 23,1"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
/>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|