@telus-uds/palette-koodo 1.9.0 → 3.0.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.
Files changed (144) hide show
  1. package/CHANGELOG.json +915 -0
  2. package/CHANGELOG.md +626 -0
  3. package/build/android/border.xml +1 -1
  4. package/build/android/color.xml +1 -1
  5. package/build/android/font_size.xml +1 -1
  6. package/build/android/radius.xml +1 -1
  7. package/build/android/size.xml +1 -1
  8. package/build/ios/Border.swift +1 -1
  9. package/build/ios/Color.swift +1 -1
  10. package/build/ios/FontSize.swift +1 -1
  11. package/build/ios/Radius.swift +1 -1
  12. package/build/ios/Size.swift +1 -1
  13. package/build/rn/icons/index.js +1 -1
  14. package/build/rn/palette.js +1 -1
  15. package/build/web/fonts/fonts-cdn-family.css +5 -5
  16. package/build/web/fonts/fonts-cdn.css +5 -5
  17. package/build/web/fonts/fonts-local-family.css +5 -5
  18. package/build/web/fonts/fonts-local.css +5 -5
  19. package/build/web/icons/index.js +1 -1
  20. package/build/web/palette.js +6 -6
  21. package/font/StagSans-Black-Italic.otf +0 -0
  22. package/font/StagSans-Black.otf +0 -0
  23. package/font/StagSans-Bold-Italic.otf +0 -0
  24. package/font/StagSans-Bold.otf +0 -0
  25. package/font/StagSans-Light-Italic.otf +0 -0
  26. package/font/StagSans-Light.otf +0 -0
  27. package/font/StagSans-Medium Italic.otf +0 -0
  28. package/font/StagSans-Medium.otf +0 -0
  29. package/font/StagSans-Regular-Italic.otf +0 -0
  30. package/font/StagSans-Regular.otf +0 -0
  31. package/font/StagSans-Semibold-Italic.otf +0 -0
  32. package/font/StagSans-Semibold.otf +0 -0
  33. package/font/StagSans-Thin-Italic.otf +0 -0
  34. package/font/StagSans-Thin.otf +0 -0
  35. package/icon/add.svg +3 -0
  36. package/icon/amex.svg +3 -0
  37. package/icon/android-en.svg +23 -0
  38. package/icon/android-fr.svg +31 -0
  39. package/icon/arrow-down-circled.svg +6 -0
  40. package/icon/arrow-left.svg +3 -0
  41. package/icon/arrow-right.svg +3 -0
  42. package/icon/box-outline-checked.svg +6 -0
  43. package/icon/box-outline.svg +6 -0
  44. package/icon/bullet-circle.svg +3 -0
  45. package/icon/bullet-fill.svg +3 -0
  46. package/icon/bullet.svg +3 -0
  47. package/icon/cart-filled.svg +3 -0
  48. package/icon/cart.svg +3 -0
  49. package/icon/caution.svg +3 -0
  50. package/icon/check-circle-filled.svg +3 -0
  51. package/icon/check-circle.svg +3 -0
  52. package/icon/check-circled-filled.svg +6 -0
  53. package/icon/check-circled-not-filled.svg +17 -0
  54. package/icon/check.svg +3 -0
  55. package/icon/chevron-down.svg +3 -0
  56. package/icon/chevron-left.svg +3 -0
  57. package/icon/chevron-right.svg +3 -0
  58. package/icon/chevron-up.svg +3 -0
  59. package/icon/circled-line.svg +22 -0
  60. package/icon/clipboard.svg +3 -0
  61. package/icon/close.svg +3 -0
  62. package/icon/closed-captions.svg +3 -0
  63. package/icon/coaxial.svg +3 -0
  64. package/icon/credit-card.svg +3 -0
  65. package/icon/devices.svg +3 -0
  66. package/icon/download.svg +3 -0
  67. package/icon/dsl.svg +3 -0
  68. package/icon/exclamation-octagon.svg +3 -0
  69. package/icon/exclamation-triangle.svg +3 -0
  70. package/icon/expand.svg +3 -0
  71. package/icon/eye-closed.svg +3 -0
  72. package/icon/eye-masked.svg +3 -0
  73. package/icon/eye-opened.svg +3 -0
  74. package/icon/eye-unmasked.svg +4 -0
  75. package/icon/fullscreen-expand.svg +3 -0
  76. package/icon/fullscreen-minimize.svg +3 -0
  77. package/icon/gift.svg +3 -0
  78. package/icon/hamburger.svg +3 -0
  79. package/icon/id-card.svg +7 -0
  80. package/icon/id-tag.svg +7 -0
  81. package/icon/info-selected.svg +16 -0
  82. package/icon/info.svg +9 -0
  83. package/icon/information-circled.svg +6 -0
  84. package/icon/internetSpeed.svg +3 -0
  85. package/icon/ios-en.svg +52 -0
  86. package/icon/ios-fr.svg +56 -0
  87. package/icon/kebab.svg +15 -0
  88. package/icon/left-circle.svg +3 -0
  89. package/icon/link-external.svg +3 -0
  90. package/icon/location-map.svg +3 -0
  91. package/icon/lock-filled.svg +3 -0
  92. package/icon/maintenance-filled.svg +3 -0
  93. package/icon/maintenance.svg +3 -0
  94. package/icon/mastercard.svg +5 -0
  95. package/icon/muted.svg +3 -0
  96. package/icon/offer-star-filled.svg +3 -0
  97. package/icon/pause.svg +3 -0
  98. package/icon/payment-add.svg +3 -0
  99. package/icon/perk.svg +3 -0
  100. package/icon/phone-troubleshoot.svg +3 -0
  101. package/icon/phone.svg +3 -0
  102. package/icon/play-solid.svg +3 -0
  103. package/icon/play-video.svg +3 -0
  104. package/icon/play.svg +3 -0
  105. package/icon/plugPlay.svg +3 -0
  106. package/icon/preference.svg +3 -0
  107. package/icon/price.svg +3 -0
  108. package/icon/question-filled.svg +3 -0
  109. package/icon/question.svg +3 -0
  110. package/icon/quote-left-arrow.svg +4 -0
  111. package/icon/quote-left.svg +3 -0
  112. package/icon/quote-right-arrow.svg +4 -0
  113. package/icon/radial-outline-checked.svg +6 -0
  114. package/icon/radial-outline.svg +6 -0
  115. package/icon/receipt.svg +3 -0
  116. package/icon/refresh.svg +3 -0
  117. package/icon/replay.svg +3 -0
  118. package/icon/right-circle.svg +3 -0
  119. package/icon/settings-solid.svg +3 -0
  120. package/icon/settings.svg +3 -0
  121. package/icon/shipping-filled.svg +3 -0
  122. package/icon/shop.svg +3 -0
  123. package/icon/sim-filled.svg +3 -0
  124. package/icon/sim.svg +3 -0
  125. package/icon/spyglass.svg +3 -0
  126. package/icon/streaming.svg +3 -0
  127. package/icon/subtract.svg +3 -0
  128. package/icon/tag-filled.svg +3 -0
  129. package/icon/tag.svg +3 -0
  130. package/icon/times-circled.svg +38 -0
  131. package/icon/times.svg +6 -0
  132. package/icon/tooltip-filled.svg +3 -0
  133. package/icon/tooltip-symbol.svg +3 -0
  134. package/icon/tooltip.svg +3 -0
  135. package/icon/unmuted.svg +3 -0
  136. package/icon/user-add.svg +3 -0
  137. package/icon/user.svg +3 -0
  138. package/icon/visa.svg +6 -0
  139. package/package.json +1 -5
  140. /package/build/web/fonts/{StagSans-Bold-v1_9_0.otf → StagSans-Bold-v3_0_0.otf} +0 -0
  141. /package/build/web/fonts/{StagSans-Light-v1_9_0.otf → StagSans-Light-v3_0_0.otf} +0 -0
  142. /package/build/web/fonts/{StagSans-Medium-v1_9_0.otf → StagSans-Medium-v3_0_0.otf} +0 -0
  143. /package/build/web/fonts/{StagSans-Regular-v1_9_0.otf → StagSans-Regular-v3_0_0.otf} +0 -0
  144. /package/build/web/fonts/{StagSans-Semibold-v1_9_0.otf → StagSans-Semibold-v3_0_0.otf} +0 -0
package/CHANGELOG.json ADDED
@@ -0,0 +1,915 @@
1
+ {
2
+ "name": "@telus-uds/palette-koodo",
3
+ "entries": [
4
+ {
5
+ "date": "Fri, 31 Jan 2025 20:49:19 GMT",
6
+ "tag": "@telus-uds/palette-koodo_v3.0.0",
7
+ "version": "3.0.0",
8
+ "comments": {
9
+ "major": [
10
+ {
11
+ "author": "shahzaibkhalidmalik@outlook.com",
12
+ "package": "@telus-uds/palette-koodo",
13
+ "commit": "5b52c99d96fd96a5205f0c9168d3ae05b18b979f",
14
+ "comment": "Add CommonJS builds"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Fri, 22 Nov 2024 23:43:49 GMT",
21
+ "version": "2.0.0",
22
+ "tag": "@telus-uds/palette-koodo_v2.0.0",
23
+ "comments": {
24
+ "major": [
25
+ {
26
+ "author": "shahzaibkhalidmalik@outlook.com",
27
+ "package": "@telus-uds/palette-koodo",
28
+ "commit": "9ddcc73013c2c6614456308079eb8abb2d1dd883",
29
+ "comment": "Upgrade `react-native` and many other dependencies and refactor to ESM-only builds"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Sat, 12 Oct 2024 00:40:49 GMT",
36
+ "tag": "@telus-uds/palette-koodo_v1.9.0",
37
+ "version": "1.9.0",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "jaime.tuyuc@telus.com",
42
+ "package": "@telus-uds/palette-koodo",
43
+ "commit": "b5913b33cdbe4e896abb3bff7a5760a4747ed8ba",
44
+ "comment": "`List`: Enable `CircleBullet` icon to visualize order of nested lists, update `itemIconColor` and `itemIconSize` to use the default color."
45
+ }
46
+ ],
47
+ "minor": [
48
+ {
49
+ "author": "35577399+JoshHC@users.noreply.github.com",
50
+ "package": "@telus-uds/palette-koodo",
51
+ "commit": "b5913b33cdbe4e896abb3bff7a5760a4747ed8ba",
52
+ "comment": "QuoteLeftArrow and QuoteRightArrow: svg renamed to the proper name convention"
53
+ }
54
+ ]
55
+ }
56
+ },
57
+ {
58
+ "date": "Wed, 25 Sep 2024 17:07:47 GMT",
59
+ "tag": "@telus-uds/palette-koodo_v1.8.0",
60
+ "version": "1.8.0",
61
+ "comments": {
62
+ "minor": [
63
+ {
64
+ "author": "Mauricio.BatresMontejo@telus.com",
65
+ "package": "@telus-uds/palette-koodo",
66
+ "commit": "718cca7bd4ff754376428bcb4e9d888331d2f027",
67
+ "comment": "`DownloadApp`: define new size value"
68
+ }
69
+ ]
70
+ }
71
+ },
72
+ {
73
+ "date": "Mon, 16 Sep 2024 12:35:38 GMT",
74
+ "tag": "@telus-uds/palette-koodo_v1.7.0",
75
+ "version": "1.7.0",
76
+ "comments": {
77
+ "patch": [
78
+ {
79
+ "author": "Mauricio.BatresMontejo@telus.com",
80
+ "package": "@telus-uds/palette-koodo",
81
+ "commit": "4f6a3faf630d4f25897277f5a0e22dabf946a470",
82
+ "comment": "`Icon`: replacing `IdTag` to `IdCard` icon."
83
+ }
84
+ ],
85
+ "minor": [
86
+ {
87
+ "author": "guillermo.peitzner@telus.com",
88
+ "package": "@telus-uds/palette-koodo",
89
+ "commit": "4f6a3faf630d4f25897277f5a0e22dabf946a470",
90
+ "comment": "`MultiSelectFilter`: add size52 size"
91
+ },
92
+ {
93
+ "author": "kristina.kirpichnikova@telus.com",
94
+ "package": "@telus-uds/palette-koodo",
95
+ "commit": "4f6a3faf630d4f25897277f5a0e22dabf946a470",
96
+ "comment": "`Icon`: added `User` and `UserAdd` icons"
97
+ }
98
+ ]
99
+ }
100
+ },
101
+ {
102
+ "date": "Thu, 22 Aug 2024 18:25:10 GMT",
103
+ "tag": "@telus-uds/palette-koodo_v1.6.0",
104
+ "version": "1.6.0",
105
+ "comments": {
106
+ "none": [
107
+ {
108
+ "author": "shahzaibkhalidmalik@outlook.com",
109
+ "package": "@telus-uds/palette-koodo",
110
+ "commit": "3fb578806825fc27ffb04a384e1bad911b8298e9",
111
+ "comment": "Reverted changed merged in #4919"
112
+ }
113
+ ]
114
+ }
115
+ },
116
+ {
117
+ "date": "Fri, 26 Jul 2024 21:24:32 GMT",
118
+ "tag": "@telus-uds/palette-koodo_v1.6.0",
119
+ "version": "1.6.0",
120
+ "comments": {
121
+ "minor": [
122
+ {
123
+ "author": "guillermo.peitzner@telus.com",
124
+ "package": "@telus-uds/palette-koodo",
125
+ "commit": "2c81ca672461082f3c17d9b7b377a314c2e923cd",
126
+ "comment": "`Status`: add radius99 radius"
127
+ }
128
+ ]
129
+ }
130
+ },
131
+ {
132
+ "date": "Mon, 24 Jun 2024 16:28:34 GMT",
133
+ "tag": "@telus-uds/palette-koodo_v1.5.0",
134
+ "version": "1.5.0",
135
+ "comments": {
136
+ "minor": [
137
+ {
138
+ "author": "guillermo.peitzner@telus.com",
139
+ "package": "@telus-uds/palette-koodo",
140
+ "commit": "935770032a5fe4295758dae873ac3bb5903aff8b",
141
+ "comment": "`ActionCard`: add dark5 and greyMystic colors"
142
+ },
143
+ {
144
+ "author": "guillermo.peitzner@telus.com",
145
+ "package": "@telus-uds/palette-koodo",
146
+ "commit": "935770032a5fe4295758dae873ac3bb5903aff8b",
147
+ "comment": "`StickyNavigationBar`: add link-external icon to koodo palette"
148
+ }
149
+ ]
150
+ }
151
+ },
152
+ {
153
+ "date": "Fri, 07 Jun 2024 22:42:09 GMT",
154
+ "tag": "@telus-uds/palette-koodo_v1.4.0",
155
+ "version": "1.4.0",
156
+ "comments": {
157
+ "minor": [
158
+ {
159
+ "author": "35577399+JoshHC@users.noreply.github.com",
160
+ "package": "@telus-uds/palette-koodo",
161
+ "commit": "65c92980f1b48fedfe9beadbce72a353bde67843",
162
+ "comment": "Typography: new lineHeight introduced for changes in typography for the koodo theme."
163
+ }
164
+ ]
165
+ }
166
+ },
167
+ {
168
+ "date": "Fri, 17 May 2024 16:34:46 GMT",
169
+ "tag": "@telus-uds/palette-koodo_v1.3.0",
170
+ "version": "1.3.0",
171
+ "comments": {
172
+ "minor": [
173
+ {
174
+ "author": "Mauricio.BatresMontejo@telus.com",
175
+ "package": "@telus-uds/palette-koodo",
176
+ "commit": "384df95938b117733db48b449da049a8b28534c6",
177
+ "comment": "Add `borderRadius` value of 16 to be used for `CardGroup`"
178
+ }
179
+ ]
180
+ }
181
+ },
182
+ {
183
+ "date": "Mon, 06 May 2024 16:39:58 GMT",
184
+ "tag": "@telus-uds/palette-koodo_v1.2.0",
185
+ "version": "1.2.0",
186
+ "comments": {
187
+ "minor": [
188
+ {
189
+ "author": "stephanie.galata@telus.com",
190
+ "package": "@telus-uds/palette-koodo",
191
+ "commit": "71f1b8e13226335b416fd9410cdfd40451710aed",
192
+ "comment": "added icons for koodo brand"
193
+ }
194
+ ]
195
+ }
196
+ },
197
+ {
198
+ "date": "Fri, 05 Apr 2024 17:16:24 GMT",
199
+ "tag": "@telus-uds/palette-koodo_v1.1.4",
200
+ "version": "1.1.4",
201
+ "comments": {
202
+ "patch": [
203
+ {
204
+ "author": "guillermo.peitzner@telus.com",
205
+ "package": "@telus-uds/palette-koodo",
206
+ "commit": "6192ef272391ae4eacfcfe575facc6cd47e7d18a",
207
+ "comment": "update credit card icon to align with the brand design intention"
208
+ }
209
+ ]
210
+ }
211
+ },
212
+ {
213
+ "date": "Tue, 20 Feb 2024 23:14:38 GMT",
214
+ "tag": "@telus-uds/palette-koodo_v1.1.3",
215
+ "version": "1.1.3",
216
+ "comments": {
217
+ "patch": [
218
+ {
219
+ "author": "guillermo.peitzner@telus.com",
220
+ "package": "@telus-uds/palette-koodo",
221
+ "commit": "01db82a5a06a1166ecb47094ddbc9355f0404893",
222
+ "comment": "fix typo in right circle icon name"
223
+ }
224
+ ]
225
+ }
226
+ },
227
+ {
228
+ "date": "Mon, 29 Jan 2024 18:41:50 GMT",
229
+ "tag": "@telus-uds/palette-koodo_v1.1.2",
230
+ "version": "1.1.2",
231
+ "comments": {
232
+ "patch": [
233
+ {
234
+ "author": "mauricio.batresmontejo@telus.com",
235
+ "package": "@telus-uds/palette-koodo",
236
+ "commit": "d4a99bd77c762ec7fd0ad670a1ab3294f360af60",
237
+ "comment": "update icons for koodo brand"
238
+ },
239
+ {
240
+ "author": "mauricio.batresmontejo@telus.com",
241
+ "package": "@telus-uds/palette-koodo",
242
+ "commit": "d4a99bd77c762ec7fd0ad670a1ab3294f360af60",
243
+ "comment": "new icons for koodo brand"
244
+ }
245
+ ]
246
+ }
247
+ },
248
+ {
249
+ "date": "Wed, 13 Dec 2023 21:24:24 GMT",
250
+ "tag": "@telus-uds/palette-koodo_v1.1.1",
251
+ "version": "1.1.1",
252
+ "comments": {
253
+ "patch": [
254
+ {
255
+ "author": "mauricio.batresmontejo@telus.com",
256
+ "package": "@telus-uds/palette-koodo",
257
+ "commit": "d5d782a07cc452c3c19b8a7bdd48f2f979e5e9f9",
258
+ "comment": "new values for sizes and radius"
259
+ }
260
+ ]
261
+ }
262
+ },
263
+ {
264
+ "date": "Fri, 01 Dec 2023 21:08:36 GMT",
265
+ "tag": "@telus-uds/palette-koodo_v1.1.0",
266
+ "version": "1.1.0",
267
+ "comments": {
268
+ "minor": [
269
+ {
270
+ "author": "35577399+JoshHC@users.noreply.github.com",
271
+ "package": "@telus-uds/palette-koodo",
272
+ "commit": "a791e48218aff342499eee4b69829f075d54615c",
273
+ "comment": "New sizes added for koodo modal maxWidth"
274
+ }
275
+ ]
276
+ }
277
+ },
278
+ {
279
+ "date": "Sat, 18 Nov 2023 02:32:49 GMT",
280
+ "tag": "@telus-uds/palette-koodo_v1.0.0",
281
+ "version": "1.0.0",
282
+ "comments": {
283
+ "minor": [
284
+ {
285
+ "author": "srikanthkhari@gmail.com",
286
+ "package": "@telus-uds/palette-koodo",
287
+ "commit": "01a783883cf7179cfcece1200e2265b77ab67940",
288
+ "comment": "removing old palette values"
289
+ }
290
+ ],
291
+ "major": [
292
+ {
293
+ "author": "srikanthkhari@gmail.com",
294
+ "package": "@telus-uds/palette-koodo",
295
+ "commit": "01a783883cf7179cfcece1200e2265b77ab67940",
296
+ "comment": "replacing with new brand palette"
297
+ }
298
+ ]
299
+ }
300
+ },
301
+ {
302
+ "date": "Wed, 15 Nov 2023 18:45:58 GMT",
303
+ "tag": "@telus-uds/palette-koodo_v0.28.0",
304
+ "version": "0.28.0",
305
+ "comments": {
306
+ "minor": [
307
+ {
308
+ "author": "35577399+JoshHC@users.noreply.github.com",
309
+ "package": "@telus-uds/palette-koodo",
310
+ "commit": "b19b7cec9228d5d4edcf79600c93be7170df9970",
311
+ "comment": "New Icon BulletFill added"
312
+ }
313
+ ]
314
+ }
315
+ },
316
+ {
317
+ "date": "Wed, 01 Nov 2023 01:05:43 GMT",
318
+ "tag": "@telus-uds/palette-koodo_v0.27.0",
319
+ "version": "0.27.0",
320
+ "comments": {
321
+ "minor": [
322
+ {
323
+ "author": "srikanthkhari@gmail.com",
324
+ "package": "@telus-uds/palette-koodo",
325
+ "commit": "15d01421fe13680316eff8fb69c17b1e3c411e60",
326
+ "comment": "added credit card icon"
327
+ }
328
+ ]
329
+ }
330
+ },
331
+ {
332
+ "date": "Mon, 16 Oct 2023 22:55:37 GMT",
333
+ "tag": "@telus-uds/palette-koodo_v0.26.0",
334
+ "version": "0.26.0",
335
+ "comments": {
336
+ "minor": [
337
+ {
338
+ "author": "35577399+JoshHC@users.noreply.github.com",
339
+ "package": "@telus-uds/palette-koodo",
340
+ "commit": "6dd451f59a5ca9754795b0f355d3ae4d7e95e15e",
341
+ "comment": "New credit card icons added to koodo palette"
342
+ }
343
+ ]
344
+ }
345
+ },
346
+ {
347
+ "date": "Mon, 21 Aug 2023 19:06:28 GMT",
348
+ "tag": "@telus-uds/palette-koodo_v0.25.0",
349
+ "version": "0.25.0",
350
+ "comments": {
351
+ "minor": [
352
+ {
353
+ "author": "35577399+JoshHC@users.noreply.github.com",
354
+ "package": "@telus-uds/palette-koodo",
355
+ "commit": "547b5f9d9a8887af56acfae21d0f88a45c1f536e",
356
+ "comment": "New icons added to the koodo palette due the Sunfish project"
357
+ }
358
+ ]
359
+ }
360
+ },
361
+ {
362
+ "date": "Fri, 21 Jul 2023 00:51:24 GMT",
363
+ "tag": "@telus-uds/palette-koodo_v0.24.0",
364
+ "version": "0.24.0",
365
+ "comments": {
366
+ "minor": [
367
+ {
368
+ "author": "35577399+JoshHC@users.noreply.github.com",
369
+ "package": "@telus-uds/palette-koodo",
370
+ "commit": "462bc0fc9868a7c893b66d37d0037c6f82daa8af",
371
+ "comment": "New icon tooltip-symbol added "
372
+ }
373
+ ]
374
+ }
375
+ },
376
+ {
377
+ "date": "Fri, 14 Jul 2023 19:47:50 GMT",
378
+ "tag": "@telus-uds/palette-koodo_v0.23.0",
379
+ "version": "0.23.0",
380
+ "comments": {
381
+ "minor": [
382
+ {
383
+ "author": "wlsdud194@hotmail.com",
384
+ "package": "@telus-uds/palette-koodo",
385
+ "commit": "9b83b978bcc89444e3202e12542fc4c693656120",
386
+ "comment": "Added radius24"
387
+ }
388
+ ]
389
+ }
390
+ },
391
+ {
392
+ "date": "Fri, 07 Jul 2023 19:26:41 GMT",
393
+ "tag": "@telus-uds/palette-koodo_v0.22.0",
394
+ "version": "0.22.0",
395
+ "comments": {
396
+ "minor": [
397
+ {
398
+ "author": "jislaseng@gmail.com",
399
+ "package": "@telus-uds/palette-koodo",
400
+ "commit": "662dbdfbc7867b8e512fd3a805d9d42b85125c3e",
401
+ "comment": "Kood opacity colours added to pallet based on standardization values"
402
+ },
403
+ {
404
+ "author": "akshay.pandey1@telus.com",
405
+ "package": "@telus-uds/palette-koodo",
406
+ "commit": "662dbdfbc7867b8e512fd3a805d9d42b85125c3e",
407
+ "comment": "added koodo new icons - dsl and coaxial"
408
+ }
409
+ ]
410
+ }
411
+ },
412
+ {
413
+ "date": "Wed, 21 Jun 2023 20:40:42 GMT",
414
+ "tag": "@telus-uds/palette-koodo_v0.21.0",
415
+ "version": "0.21.0",
416
+ "comments": {
417
+ "minor": [
418
+ {
419
+ "author": "kyle.king2@telus.com",
420
+ "package": "@telus-uds/palette-koodo",
421
+ "commit": "d6cc6ed91f820ec0bca9c72aa553b8e7b41758dc",
422
+ "comment": "add size & icons properties"
423
+ },
424
+ {
425
+ "author": "samuraix221@hotmail.com",
426
+ "package": "@telus-uds/palette-koodo",
427
+ "commit": "d6cc6ed91f820ec0bca9c72aa553b8e7b41758dc",
428
+ "comment": "feature:update MultiSelectFilter padding update"
429
+ }
430
+ ]
431
+ }
432
+ },
433
+ {
434
+ "date": "Tue, 20 Jun 2023 16:09:24 GMT",
435
+ "tag": "@telus-uds/palette-koodo_v0.20.0",
436
+ "version": "0.20.0",
437
+ "comments": {
438
+ "minor": [
439
+ {
440
+ "author": "mauricio.batresmontejo@telus.com",
441
+ "package": "@telus-uds/palette-koodo",
442
+ "commit": "7705202eb93ffa696331920f8c1c090a507cba70",
443
+ "comment": "standardization for blockquote"
444
+ }
445
+ ]
446
+ }
447
+ },
448
+ {
449
+ "date": "Fri, 16 Jun 2023 21:12:21 GMT",
450
+ "tag": "@telus-uds/palette-koodo_v0.19.0",
451
+ "version": "0.19.0",
452
+ "comments": {
453
+ "minor": [
454
+ {
455
+ "author": "kyle.king2@telus.com",
456
+ "package": "@telus-uds/palette-koodo",
457
+ "commit": "803faa1e5ef14297163c7250cd23952714150005",
458
+ "comment": "add new font size value for koodo palette"
459
+ },
460
+ {
461
+ "author": "samuraix221@hotmail.com",
462
+ "package": "@telus-uds/palette-koodo",
463
+ "commit": "803faa1e5ef14297163c7250cd23952714150005",
464
+ "comment": "feature:update MultiSelectFilter to follow design"
465
+ }
466
+ ]
467
+ }
468
+ },
469
+ {
470
+ "date": "Fri, 09 Jun 2023 00:28:33 GMT",
471
+ "tag": "@telus-uds/palette-koodo_v0.18.0",
472
+ "version": "0.18.0",
473
+ "comments": {
474
+ "minor": [
475
+ {
476
+ "author": "kyle.king2@telus.com",
477
+ "package": "@telus-uds/palette-koodo",
478
+ "commit": "0cf5a864fcf8477bbd3a228da4201b3f025ef72a",
479
+ "comment": "added size properties"
480
+ }
481
+ ]
482
+ }
483
+ },
484
+ {
485
+ "date": "Sat, 27 May 2023 00:44:50 GMT",
486
+ "tag": "@telus-uds/palette-koodo_v0.17.0",
487
+ "version": "0.17.0",
488
+ "comments": {
489
+ "minor": [
490
+ {
491
+ "author": "akshay.pandey1@telus.com",
492
+ "package": "@telus-uds/palette-koodo",
493
+ "commit": "d9aff932b3e977ea1a046794b7e101e33ea7ed91",
494
+ "comment": "standardization of koodo toggleswitch"
495
+ },
496
+ {
497
+ "author": "samuraix221@hotmail.com",
498
+ "package": "@telus-uds/palette-koodo",
499
+ "commit": "d9aff932b3e977ea1a046794b7e101e33ea7ed91",
500
+ "comment": "Feature:fieldset tokenization"
501
+ }
502
+ ]
503
+ }
504
+ },
505
+ {
506
+ "date": "Wed, 24 May 2023 01:43:02 GMT",
507
+ "tag": "@telus-uds/palette-koodo_v0.16.1",
508
+ "version": "0.16.1",
509
+ "comments": {
510
+ "patch": [
511
+ {
512
+ "author": "srikanthkhari@gmail.com",
513
+ "package": "@telus-uds/palette-koodo",
514
+ "commit": "8dbd3648007f312603cb1844872ea3ff85202e55",
515
+ "comment": "license update in readme.md"
516
+ }
517
+ ]
518
+ }
519
+ },
520
+ {
521
+ "date": "Wed, 17 May 2023 00:20:05 GMT",
522
+ "tag": "@telus-uds/palette-koodo_v0.16.0",
523
+ "version": "0.16.0",
524
+ "comments": {
525
+ "minor": [
526
+ {
527
+ "author": "35577399+JoshHC@users.noreply.github.com",
528
+ "package": "@telus-uds/palette-koodo",
529
+ "commit": "79110f219b92b160d8cd4e6c5358e432f2f5ecd1",
530
+ "comment": "new size added for the notification component"
531
+ },
532
+ {
533
+ "author": "samuraix221@hotmail.com",
534
+ "package": "@telus-uds/palette-koodo",
535
+ "commit": "79110f219b92b160d8cd4e6c5358e432f2f5ecd1",
536
+ "comment": "Standardize DatePicker for TELUS, Public Mobile, and Koodo"
537
+ },
538
+ {
539
+ "author": "kyle.king2@telus.com",
540
+ "package": "@telus-uds/palette-koodo",
541
+ "commit": "79110f219b92b160d8cd4e6c5358e432f2f5ecd1",
542
+ "comment": "add 'size27' and 'size21' keys to palette"
543
+ }
544
+ ]
545
+ }
546
+ },
547
+ {
548
+ "date": "Tue, 09 May 2023 00:29:54 GMT",
549
+ "tag": "@telus-uds/palette-koodo_v0.15.0",
550
+ "version": "0.15.0",
551
+ "comments": {
552
+ "minor": [
553
+ {
554
+ "author": "kyle.king2@telus.com",
555
+ "package": "@telus-uds/palette-koodo",
556
+ "commit": "b989fe89b3c4d2b9284c66a82256a0ac21396a2c",
557
+ "comment": "add applicable values for 'VideoPicker' theming"
558
+ },
559
+ {
560
+ "author": "35577399+JoshHC@users.noreply.github.com",
561
+ "package": "@telus-uds/palette-koodo",
562
+ "commit": "b989fe89b3c4d2b9284c66a82256a0ac21396a2c",
563
+ "comment": "new properties added for the palette for the ribbon component"
564
+ },
565
+ {
566
+ "author": "kyle.king2@telus.com",
567
+ "package": "@telus-uds/palette-koodo",
568
+ "commit": "b989fe89b3c4d2b9284c66a82256a0ac21396a2c",
569
+ "comment": "add size30 font size"
570
+ },
571
+ {
572
+ "author": "mauricio.batresmontejo@telus.com",
573
+ "package": "@telus-uds/palette-koodo",
574
+ "commit": "b989fe89b3c4d2b9284c66a82256a0ac21396a2c",
575
+ "comment": "add radius, size and opacity"
576
+ }
577
+ ]
578
+ }
579
+ },
580
+ {
581
+ "date": "Mon, 01 May 2023 22:09:07 GMT",
582
+ "tag": "@telus-uds/palette-koodo_v0.14.0",
583
+ "version": "0.14.0",
584
+ "comments": {
585
+ "minor": [
586
+ {
587
+ "author": "akshay.pandey1@telus.com",
588
+ "package": "@telus-uds/palette-koodo",
589
+ "commit": "e842050ab6658fded5a7e6d613cdf07634bfe4c6",
590
+ "comment": "Koodo standardization"
591
+ },
592
+ {
593
+ "author": "kyle.king2@telus.com",
594
+ "package": "@telus-uds/palette-koodo",
595
+ "commit": "e842050ab6658fded5a7e6d613cdf07634bfe4c6",
596
+ "comment": "update palette"
597
+ }
598
+ ]
599
+ }
600
+ },
601
+ {
602
+ "date": "Mon, 24 Apr 2023 21:42:02 GMT",
603
+ "tag": "@telus-uds/palette-koodo_v0.13.0",
604
+ "version": "0.13.0",
605
+ "comments": {
606
+ "minor": [
607
+ {
608
+ "author": "mauricio.batresmontejo@telus.com",
609
+ "package": "@telus-uds/palette-koodo",
610
+ "commit": "d8984d56369daef53c4369511b7023591e0ac983",
611
+ "comment": "add new radius value"
612
+ },
613
+ {
614
+ "author": "samuraix221@hotmail.com",
615
+ "package": "@telus-uds/palette-koodo",
616
+ "commit": "d8984d56369daef53c4369511b7023591e0ac983",
617
+ "comment": "feature:standardize shadow with docs"
618
+ }
619
+ ]
620
+ }
621
+ },
622
+ {
623
+ "date": "Thu, 20 Apr 2023 19:13:33 GMT",
624
+ "tag": "@telus-uds/palette-koodo_v0.12.0",
625
+ "version": "0.12.0",
626
+ "comments": {
627
+ "minor": [
628
+ {
629
+ "author": "wlsdud194@hotmail.com",
630
+ "package": "@telus-uds/palette-koodo",
631
+ "commit": "d97ef57dfa30454a58963506ecbea712445617f2",
632
+ "comment": "Added ratio"
633
+ },
634
+ {
635
+ "author": "kyle.king2@telus.com",
636
+ "package": "@telus-uds/palette-koodo",
637
+ "commit": "d97ef57dfa30454a58963506ecbea712445617f2",
638
+ "comment": "update palette"
639
+ }
640
+ ]
641
+ }
642
+ },
643
+ {
644
+ "date": "Wed, 19 Apr 2023 11:32:31 GMT",
645
+ "tag": "@telus-uds/palette-koodo_v0.11.0",
646
+ "version": "0.11.0",
647
+ "comments": {
648
+ "minor": [
649
+ {
650
+ "author": "wlsdud194@hotmail.com",
651
+ "package": "@telus-uds/palette-koodo",
652
+ "commit": "59724ae4b32f9ad3c6a25c54f78b647f63fd31a6",
653
+ "comment": "Added shadow elevation1"
654
+ }
655
+ ]
656
+ }
657
+ },
658
+ {
659
+ "date": "Thu, 13 Apr 2023 05:59:10 GMT",
660
+ "tag": "@telus-uds/palette-koodo_v0.10.0",
661
+ "version": "0.10.0",
662
+ "comments": {
663
+ "patch": [
664
+ {
665
+ "author": "shahzaibkhalidmalik@outlook.com",
666
+ "package": "@telus-uds/palette-koodo",
667
+ "commit": "8fd17d8d575113cde389c195626bb1f72b53079d",
668
+ "comment": "Standardize `IconButton`"
669
+ }
670
+ ],
671
+ "minor": [
672
+ {
673
+ "author": "wlsdud194@hotmail.com",
674
+ "package": "@telus-uds/palette-koodo",
675
+ "commit": "8fd17d8d575113cde389c195626bb1f72b53079d",
676
+ "comment": "Added new icons and set old ones to legacy"
677
+ },
678
+ {
679
+ "author": "akshay.pandey1@telus.com",
680
+ "package": "@telus-uds/palette-koodo",
681
+ "commit": "8fd17d8d575113cde389c195626bb1f72b53079d",
682
+ "comment": "koodo and pm have datepicker now"
683
+ }
684
+ ]
685
+ }
686
+ },
687
+ {
688
+ "date": "Tue, 04 Apr 2023 14:52:45 GMT",
689
+ "tag": "@telus-uds/palette-koodo_v0.9.0",
690
+ "version": "0.9.0",
691
+ "comments": {
692
+ "minor": [
693
+ {
694
+ "author": "samuraix221@hotmail.com",
695
+ "package": "@telus-uds/palette-koodo",
696
+ "commit": "223fe25ab17bed9af03b2399e6445c347142464c",
697
+ "comment": "feat: Standardize radio telus,PM,Koodo"
698
+ }
699
+ ]
700
+ }
701
+ },
702
+ {
703
+ "date": "Mon, 03 Apr 2023 20:41:50 GMT",
704
+ "tag": "@telus-uds/palette-koodo_v0.8.0",
705
+ "version": "0.8.0",
706
+ "comments": {
707
+ "minor": [
708
+ {
709
+ "author": "evander.owusu@telus.com",
710
+ "package": "@telus-uds/palette-koodo",
711
+ "commit": "7b43c3792402ca85fe2fcc3c7ce503ebb1285679",
712
+ "comment": "add missing dark colors to palette"
713
+ }
714
+ ]
715
+ }
716
+ },
717
+ {
718
+ "date": "Thu, 23 Mar 2023 20:52:43 GMT",
719
+ "tag": "@telus-uds/palette-koodo_v0.7.0",
720
+ "version": "0.7.0",
721
+ "comments": {
722
+ "minor": [
723
+ {
724
+ "author": "kyle.king2@telus.com",
725
+ "package": "@telus-uds/palette-koodo",
726
+ "commit": "0c7b4f2ac5a6665876198c4d321e64c51655ff8d",
727
+ "comment": "added caution icon"
728
+ },
729
+ {
730
+ "author": "wlsdud194@hotmail.com",
731
+ "package": "@telus-uds/palette-koodo",
732
+ "commit": "0c7b4f2ac5a6665876198c4d321e64c51655ff8d",
733
+ "comment": "Standardized QuickLinks"
734
+ },
735
+ {
736
+ "author": "kyle.king2@telus.com",
737
+ "package": "@telus-uds/palette-koodo",
738
+ "commit": "0c7b4f2ac5a6665876198c4d321e64c51655ff8d"
739
+ }
740
+ ]
741
+ }
742
+ },
743
+ {
744
+ "date": "Mon, 20 Mar 2023 19:48:47 GMT",
745
+ "tag": "@telus-uds/palette-koodo_v0.6.0",
746
+ "version": "0.6.0",
747
+ "comments": {
748
+ "minor": [
749
+ {
750
+ "author": "shahzaibkhalidmalik@outlook.com",
751
+ "package": "@telus-uds/palette-koodo",
752
+ "commit": "3955e1ebbc52b13d424e072beac3a1996fb7ae9f",
753
+ "comment": "Update `Typography` with Koodo rebrand"
754
+ },
755
+ {
756
+ "author": "akshay.pandey1@telus.com",
757
+ "package": "@telus-uds/palette-koodo",
758
+ "commit": "3955e1ebbc52b13d424e072beac3a1996fb7ae9f",
759
+ "comment": "Password variant added to PM, koodo, Telus and Rebrand-PM"
760
+ }
761
+ ]
762
+ }
763
+ },
764
+ {
765
+ "date": "Tue, 14 Mar 2023 20:15:24 GMT",
766
+ "tag": "@telus-uds/palette-koodo_v0.5.0",
767
+ "version": "0.5.0",
768
+ "comments": {
769
+ "minor": [
770
+ {
771
+ "author": "shahzaibkhalidmalik@outlook.com",
772
+ "package": "@telus-uds/palette-koodo",
773
+ "commit": "8fcea31cc255605f7d07162115ce349958dacee6",
774
+ "comment": "Update with new border radius values"
775
+ }
776
+ ]
777
+ }
778
+ },
779
+ {
780
+ "date": "Tue, 07 Mar 2023 21:13:39 GMT",
781
+ "tag": "@telus-uds/palette-koodo_v0.4.0",
782
+ "version": "0.4.0",
783
+ "comments": {
784
+ "minor": [
785
+ {
786
+ "author": "evander.owusu@telus.com",
787
+ "package": "@telus-uds/palette-koodo",
788
+ "commit": "0a55ac31bee498dee2f288f9f82beaeabaa6a18a",
789
+ "comment": "update koodo palette to add dark colors"
790
+ }
791
+ ]
792
+ }
793
+ },
794
+ {
795
+ "date": "Thu, 23 Feb 2023 17:25:50 GMT",
796
+ "tag": "@telus-uds/palette-koodo_v0.3.0",
797
+ "version": "0.3.0",
798
+ "comments": {
799
+ "minor": [
800
+ {
801
+ "author": "evander.owusu@telus.com",
802
+ "package": "@telus-uds/palette-koodo",
803
+ "commit": "09f1c58e399686bb216cc2ae90e67a7c2287ffee",
804
+ "comment": "update koodo theme"
805
+ }
806
+ ]
807
+ }
808
+ },
809
+ {
810
+ "date": "Wed, 28 Dec 2022 20:57:49 GMT",
811
+ "tag": "@telus-uds/palette-koodo_v0.2.1",
812
+ "version": "0.2.1",
813
+ "comments": {
814
+ "patch": [
815
+ {
816
+ "author": "srikanthkhari@gmail.com",
817
+ "package": "@telus-uds/palette-koodo",
818
+ "commit": "60b98e608aab9b40956585cf97c00c5e99b17e55",
819
+ "comment": "CDN font issue fix"
820
+ }
821
+ ]
822
+ }
823
+ },
824
+ {
825
+ "date": "Wed, 07 Dec 2022 15:14:20 GMT",
826
+ "tag": "@telus-uds/palette-koodo_v0.2.0",
827
+ "version": "0.2.0",
828
+ "comments": {
829
+ "minor": [
830
+ {
831
+ "author": "tiagohldb@gmail.com",
832
+ "package": "@telus-uds/palette-koodo",
833
+ "commit": "e93422ff06837de591bee0982855750047d882c7",
834
+ "comment": " QuickLinksFeature component implementation"
835
+ }
836
+ ]
837
+ }
838
+ },
839
+ {
840
+ "date": "Tue, 02 Aug 2022 23:00:32 GMT",
841
+ "tag": "@telus-uds/palette-koodo_v0.1.2",
842
+ "version": "0.1.2",
843
+ "comments": {
844
+ "none": [
845
+ {
846
+ "author": "srikanthkhari@gmail.com",
847
+ "package": "@telus-uds/palette-koodo",
848
+ "commit": "30110b4fb06c32b17c7d1904c031e79f479ffe72",
849
+ "comment": "migrating to monorepo"
850
+ }
851
+ ]
852
+ }
853
+ },
854
+ {
855
+ "date": "Tue, 10 May 2022 13:55:49 GMT",
856
+ "tag": "@telus-uds/palette-koodo_v0.1.2",
857
+ "version": "0.1.2",
858
+ "comments": {
859
+ "patch": [
860
+ {
861
+ "author": "simon.lawrence@nearform.com",
862
+ "package": "@telus-uds/palette-koodo",
863
+ "commit": "00c3db60153c3854cb2e2e70a25c8bd510eb8424",
864
+ "comment": "Update stag sangs font resources to avoid missing character problems"
865
+ }
866
+ ]
867
+ }
868
+ },
869
+ {
870
+ "date": "Fri, 29 Apr 2022 14:49:12 GMT",
871
+ "tag": "@telus-uds/palette-koodo_v0.1.1",
872
+ "version": "0.1.1",
873
+ "comments": {
874
+ "patch": [
875
+ {
876
+ "author": "cody.zuschlag@nearform.com",
877
+ "package": "@telus-uds/palette-koodo",
878
+ "commit": "dba141dd99f9e3eb65f65e33e966bd841d9030e8",
879
+ "comment": "make CDN asset names match the published version"
880
+ }
881
+ ]
882
+ }
883
+ },
884
+ {
885
+ "date": "Tue, 05 Apr 2022 06:04:54 GMT",
886
+ "tag": "@telus-uds/palette-koodo_v0.1.0",
887
+ "version": "0.1.0",
888
+ "comments": {
889
+ "minor": [
890
+ {
891
+ "author": "simon.lawrence@nearform.com",
892
+ "package": "@telus-uds/palette-koodo",
893
+ "commit": "ecdc59d80fbc7e297be4411258fb7f8012474250",
894
+ "comment": "Auto-generated change summary (does not include documentation changes) **added:** `color.values.notificationErrorBg.value`, **deleted:** _none_, **updated:** _none_"
895
+ }
896
+ ]
897
+ }
898
+ },
899
+ {
900
+ "date": "Wed, 30 Mar 2022 09:49:18 GMT",
901
+ "tag": "@telus-uds/palette-koodo_v0.1.0-prerelease.4",
902
+ "version": "0.1.0-prerelease.4",
903
+ "comments": {
904
+ "patch": [
905
+ {
906
+ "author": "beachball",
907
+ "package": "@telus-uds/palette-koodo",
908
+ "comment": "Bump @telus-uds/system-tokens to v0.1.0",
909
+ "commit": "cdbb7a9be4572e4a3650b917a80bb6f0f57a471e"
910
+ }
911
+ ]
912
+ }
913
+ }
914
+ ]
915
+ }