@telus-uds/themes-community.theme-allium 2.0.1 → 2.0.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.
File without changes
File without changes
@@ -4393,6 +4393,12 @@
4393
4393
  },
4394
4394
  "textLineHeight": {
4395
4395
  "$ref": "#lineHeight"
4396
+ },
4397
+ "iconSize": {
4398
+ "$ref": "#size"
4399
+ },
4400
+ "iconPaddingTop": {
4401
+ "$ref": "#size"
4396
4402
  }
4397
4403
  }
4398
4404
  },
@@ -4463,6 +4469,12 @@
4463
4469
  },
4464
4470
  "textLineHeight": {
4465
4471
  "$ref": "#lineHeight"
4472
+ },
4473
+ "iconSize": {
4474
+ "$ref": "#size"
4475
+ },
4476
+ "iconPaddingTop": {
4477
+ "$ref": "#size"
4466
4478
  }
4467
4479
  }
4468
4480
  },
@@ -4949,6 +4961,12 @@
4949
4961
  "timestampMarginRight": {
4950
4962
  "$ref": "#size"
4951
4963
  },
4964
+ "remainingTimestampMarginLeft": {
4965
+ "$ref": "#size"
4966
+ },
4967
+ "remainingTimestampMarginRight": {
4968
+ "$ref": "#size"
4969
+ },
4952
4970
  "trackGradientStart": {
4953
4971
  "$ref": "#color"
4954
4972
  },
@@ -4989,6 +5007,12 @@
4989
5007
  "timestampMarginRight": {
4990
5008
  "$ref": "#size"
4991
5009
  },
5010
+ "remainingTimestampMarginLeft": {
5011
+ "$ref": "#size"
5012
+ },
5013
+ "remainingTimestampMarginRight": {
5014
+ "$ref": "#size"
5015
+ },
4992
5016
  "trackGradientStart": {
4993
5017
  "$ref": "#color"
4994
5018
  },
@@ -11077,6 +11101,9 @@
11077
11101
  },
11078
11102
  "width": {
11079
11103
  "$ref": "#size"
11104
+ },
11105
+ "paddingTop": {
11106
+ "$ref": "#size"
11080
11107
  }
11081
11108
  }
11082
11109
  },
@@ -11120,6 +11147,9 @@
11120
11147
  },
11121
11148
  "width": {
11122
11149
  "$ref": "#size"
11150
+ },
11151
+ "paddingTop": {
11152
+ "$ref": "#size"
11123
11153
  }
11124
11154
  }
11125
11155
  },
@@ -12305,6 +12335,12 @@
12305
12335
  "headingPaddingRight": {
12306
12336
  "$ref": "#size"
12307
12337
  },
12338
+ "headingPaddingTop": {
12339
+ "$ref": "#size"
12340
+ },
12341
+ "headingBorderBottomWidth": {
12342
+ "$ref": "#size"
12343
+ },
12308
12344
  "height": {
12309
12345
  "$ref": "#size"
12310
12346
  },
@@ -12323,6 +12359,12 @@
12323
12359
  "containerPaddingBottom": {
12324
12360
  "$ref": "#size"
12325
12361
  },
12362
+ "contentPaddingTop": {
12363
+ "$ref": "#size"
12364
+ },
12365
+ "contentPaddingBottom": {
12366
+ "$ref": "#size"
12367
+ },
12326
12368
  "backgroundColor": {
12327
12369
  "$ref": "#color"
12328
12370
  },
@@ -12332,6 +12374,9 @@
12332
12374
  "borderColor": {
12333
12375
  "$ref": "#color"
12334
12376
  },
12377
+ "borderWidth": {
12378
+ "$ref": "#size"
12379
+ },
12335
12380
  "shadow": {
12336
12381
  "$ref": "#shadow"
12337
12382
  },
@@ -12408,6 +12453,12 @@
12408
12453
  "headingPaddingRight": {
12409
12454
  "$ref": "#size"
12410
12455
  },
12456
+ "headingPaddingTop": {
12457
+ "$ref": "#size"
12458
+ },
12459
+ "headingBorderBottomWidth": {
12460
+ "$ref": "#size"
12461
+ },
12411
12462
  "height": {
12412
12463
  "$ref": "#size"
12413
12464
  },
@@ -12426,6 +12477,12 @@
12426
12477
  "containerPaddingBottom": {
12427
12478
  "$ref": "#size"
12428
12479
  },
12480
+ "contentPaddingTop": {
12481
+ "$ref": "#size"
12482
+ },
12483
+ "contentPaddingBottom": {
12484
+ "$ref": "#size"
12485
+ },
12429
12486
  "backgroundColor": {
12430
12487
  "$ref": "#color"
12431
12488
  },
@@ -12435,6 +12492,9 @@
12435
12492
  "borderColor": {
12436
12493
  "$ref": "#color"
12437
12494
  },
12495
+ "borderWidth": {
12496
+ "$ref": "#size"
12497
+ },
12438
12498
  "shadow": {
12439
12499
  "$ref": "#shadow"
12440
12500
  },
@@ -19735,6 +19795,12 @@
19735
19795
  },
19736
19796
  "arrowOffset": {
19737
19797
  "$ref": "#size"
19798
+ },
19799
+ "maxWidth": {
19800
+ "$ref": "#size"
19801
+ },
19802
+ "minWidth": {
19803
+ "$ref": "#size"
19738
19804
  }
19739
19805
  }
19740
19806
  },
@@ -19796,6 +19862,12 @@
19796
19862
  },
19797
19863
  "arrowOffset": {
19798
19864
  "$ref": "#size"
19865
+ },
19866
+ "maxWidth": {
19867
+ "$ref": "#size"
19868
+ },
19869
+ "minWidth": {
19870
+ "$ref": "#size"
19799
19871
  }
19800
19872
  }
19801
19873
  },
File without changes
File without changes
File without changes
@@ -4393,6 +4393,12 @@
4393
4393
  },
4394
4394
  "textLineHeight": {
4395
4395
  "$ref": "#lineHeight"
4396
+ },
4397
+ "iconSize": {
4398
+ "$ref": "#size"
4399
+ },
4400
+ "iconPaddingTop": {
4401
+ "$ref": "#size"
4396
4402
  }
4397
4403
  }
4398
4404
  },
@@ -4463,6 +4469,12 @@
4463
4469
  },
4464
4470
  "textLineHeight": {
4465
4471
  "$ref": "#lineHeight"
4472
+ },
4473
+ "iconSize": {
4474
+ "$ref": "#size"
4475
+ },
4476
+ "iconPaddingTop": {
4477
+ "$ref": "#size"
4466
4478
  }
4467
4479
  }
4468
4480
  },
@@ -4949,6 +4961,12 @@
4949
4961
  "timestampMarginRight": {
4950
4962
  "$ref": "#size"
4951
4963
  },
4964
+ "remainingTimestampMarginLeft": {
4965
+ "$ref": "#size"
4966
+ },
4967
+ "remainingTimestampMarginRight": {
4968
+ "$ref": "#size"
4969
+ },
4952
4970
  "trackGradientStart": {
4953
4971
  "$ref": "#color"
4954
4972
  },
@@ -4989,6 +5007,12 @@
4989
5007
  "timestampMarginRight": {
4990
5008
  "$ref": "#size"
4991
5009
  },
5010
+ "remainingTimestampMarginLeft": {
5011
+ "$ref": "#size"
5012
+ },
5013
+ "remainingTimestampMarginRight": {
5014
+ "$ref": "#size"
5015
+ },
4992
5016
  "trackGradientStart": {
4993
5017
  "$ref": "#color"
4994
5018
  },
@@ -11077,6 +11101,9 @@
11077
11101
  },
11078
11102
  "width": {
11079
11103
  "$ref": "#size"
11104
+ },
11105
+ "paddingTop": {
11106
+ "$ref": "#size"
11080
11107
  }
11081
11108
  }
11082
11109
  },
@@ -11120,6 +11147,9 @@
11120
11147
  },
11121
11148
  "width": {
11122
11149
  "$ref": "#size"
11150
+ },
11151
+ "paddingTop": {
11152
+ "$ref": "#size"
11123
11153
  }
11124
11154
  }
11125
11155
  },
@@ -12305,6 +12335,12 @@
12305
12335
  "headingPaddingRight": {
12306
12336
  "$ref": "#size"
12307
12337
  },
12338
+ "headingPaddingTop": {
12339
+ "$ref": "#size"
12340
+ },
12341
+ "headingBorderBottomWidth": {
12342
+ "$ref": "#size"
12343
+ },
12308
12344
  "height": {
12309
12345
  "$ref": "#size"
12310
12346
  },
@@ -12323,6 +12359,12 @@
12323
12359
  "containerPaddingBottom": {
12324
12360
  "$ref": "#size"
12325
12361
  },
12362
+ "contentPaddingTop": {
12363
+ "$ref": "#size"
12364
+ },
12365
+ "contentPaddingBottom": {
12366
+ "$ref": "#size"
12367
+ },
12326
12368
  "backgroundColor": {
12327
12369
  "$ref": "#color"
12328
12370
  },
@@ -12332,6 +12374,9 @@
12332
12374
  "borderColor": {
12333
12375
  "$ref": "#color"
12334
12376
  },
12377
+ "borderWidth": {
12378
+ "$ref": "#size"
12379
+ },
12335
12380
  "shadow": {
12336
12381
  "$ref": "#shadow"
12337
12382
  },
@@ -12408,6 +12453,12 @@
12408
12453
  "headingPaddingRight": {
12409
12454
  "$ref": "#size"
12410
12455
  },
12456
+ "headingPaddingTop": {
12457
+ "$ref": "#size"
12458
+ },
12459
+ "headingBorderBottomWidth": {
12460
+ "$ref": "#size"
12461
+ },
12411
12462
  "height": {
12412
12463
  "$ref": "#size"
12413
12464
  },
@@ -12426,6 +12477,12 @@
12426
12477
  "containerPaddingBottom": {
12427
12478
  "$ref": "#size"
12428
12479
  },
12480
+ "contentPaddingTop": {
12481
+ "$ref": "#size"
12482
+ },
12483
+ "contentPaddingBottom": {
12484
+ "$ref": "#size"
12485
+ },
12429
12486
  "backgroundColor": {
12430
12487
  "$ref": "#color"
12431
12488
  },
@@ -12435,6 +12492,9 @@
12435
12492
  "borderColor": {
12436
12493
  "$ref": "#color"
12437
12494
  },
12495
+ "borderWidth": {
12496
+ "$ref": "#size"
12497
+ },
12438
12498
  "shadow": {
12439
12499
  "$ref": "#shadow"
12440
12500
  },
@@ -19735,6 +19795,12 @@
19735
19795
  },
19736
19796
  "arrowOffset": {
19737
19797
  "$ref": "#size"
19798
+ },
19799
+ "maxWidth": {
19800
+ "$ref": "#size"
19801
+ },
19802
+ "minWidth": {
19803
+ "$ref": "#size"
19738
19804
  }
19739
19805
  }
19740
19806
  },
@@ -19796,6 +19862,12 @@
19796
19862
  },
19797
19863
  "arrowOffset": {
19798
19864
  "$ref": "#size"
19865
+ },
19866
+ "maxWidth": {
19867
+ "$ref": "#size"
19868
+ },
19869
+ "minWidth": {
19870
+ "$ref": "#size"
19799
19871
  }
19800
19872
  }
19801
19873
  },
File without changes
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 25 Nov 2024 16:23:41 GMT
4
+ * Generated on Mon, 02 Dec 2024 20:18:35 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 25 Nov 2024 16:23:41 GMT
4
+ * Generated on Mon, 02 Dec 2024 20:18:35 GMT
5
5
  *
6
6
  */
7
7
 
@@ -4393,6 +4393,12 @@
4393
4393
  },
4394
4394
  "textLineHeight": {
4395
4395
  "$ref": "#lineHeight"
4396
+ },
4397
+ "iconSize": {
4398
+ "$ref": "#size"
4399
+ },
4400
+ "iconPaddingTop": {
4401
+ "$ref": "#size"
4396
4402
  }
4397
4403
  }
4398
4404
  },
@@ -4463,6 +4469,12 @@
4463
4469
  },
4464
4470
  "textLineHeight": {
4465
4471
  "$ref": "#lineHeight"
4472
+ },
4473
+ "iconSize": {
4474
+ "$ref": "#size"
4475
+ },
4476
+ "iconPaddingTop": {
4477
+ "$ref": "#size"
4466
4478
  }
4467
4479
  }
4468
4480
  },
@@ -4949,6 +4961,12 @@
4949
4961
  "timestampMarginRight": {
4950
4962
  "$ref": "#size"
4951
4963
  },
4964
+ "remainingTimestampMarginLeft": {
4965
+ "$ref": "#size"
4966
+ },
4967
+ "remainingTimestampMarginRight": {
4968
+ "$ref": "#size"
4969
+ },
4952
4970
  "trackGradientStart": {
4953
4971
  "$ref": "#color"
4954
4972
  },
@@ -4989,6 +5007,12 @@
4989
5007
  "timestampMarginRight": {
4990
5008
  "$ref": "#size"
4991
5009
  },
5010
+ "remainingTimestampMarginLeft": {
5011
+ "$ref": "#size"
5012
+ },
5013
+ "remainingTimestampMarginRight": {
5014
+ "$ref": "#size"
5015
+ },
4992
5016
  "trackGradientStart": {
4993
5017
  "$ref": "#color"
4994
5018
  },
@@ -11077,6 +11101,9 @@
11077
11101
  },
11078
11102
  "width": {
11079
11103
  "$ref": "#size"
11104
+ },
11105
+ "paddingTop": {
11106
+ "$ref": "#size"
11080
11107
  }
11081
11108
  }
11082
11109
  },
@@ -11120,6 +11147,9 @@
11120
11147
  },
11121
11148
  "width": {
11122
11149
  "$ref": "#size"
11150
+ },
11151
+ "paddingTop": {
11152
+ "$ref": "#size"
11123
11153
  }
11124
11154
  }
11125
11155
  },
@@ -12305,6 +12335,12 @@
12305
12335
  "headingPaddingRight": {
12306
12336
  "$ref": "#size"
12307
12337
  },
12338
+ "headingPaddingTop": {
12339
+ "$ref": "#size"
12340
+ },
12341
+ "headingBorderBottomWidth": {
12342
+ "$ref": "#size"
12343
+ },
12308
12344
  "height": {
12309
12345
  "$ref": "#size"
12310
12346
  },
@@ -12323,6 +12359,12 @@
12323
12359
  "containerPaddingBottom": {
12324
12360
  "$ref": "#size"
12325
12361
  },
12362
+ "contentPaddingTop": {
12363
+ "$ref": "#size"
12364
+ },
12365
+ "contentPaddingBottom": {
12366
+ "$ref": "#size"
12367
+ },
12326
12368
  "backgroundColor": {
12327
12369
  "$ref": "#color"
12328
12370
  },
@@ -12332,6 +12374,9 @@
12332
12374
  "borderColor": {
12333
12375
  "$ref": "#color"
12334
12376
  },
12377
+ "borderWidth": {
12378
+ "$ref": "#size"
12379
+ },
12335
12380
  "shadow": {
12336
12381
  "$ref": "#shadow"
12337
12382
  },
@@ -12408,6 +12453,12 @@
12408
12453
  "headingPaddingRight": {
12409
12454
  "$ref": "#size"
12410
12455
  },
12456
+ "headingPaddingTop": {
12457
+ "$ref": "#size"
12458
+ },
12459
+ "headingBorderBottomWidth": {
12460
+ "$ref": "#size"
12461
+ },
12411
12462
  "height": {
12412
12463
  "$ref": "#size"
12413
12464
  },
@@ -12426,6 +12477,12 @@
12426
12477
  "containerPaddingBottom": {
12427
12478
  "$ref": "#size"
12428
12479
  },
12480
+ "contentPaddingTop": {
12481
+ "$ref": "#size"
12482
+ },
12483
+ "contentPaddingBottom": {
12484
+ "$ref": "#size"
12485
+ },
12429
12486
  "backgroundColor": {
12430
12487
  "$ref": "#color"
12431
12488
  },
@@ -12435,6 +12492,9 @@
12435
12492
  "borderColor": {
12436
12493
  "$ref": "#color"
12437
12494
  },
12495
+ "borderWidth": {
12496
+ "$ref": "#size"
12497
+ },
12438
12498
  "shadow": {
12439
12499
  "$ref": "#shadow"
12440
12500
  },
@@ -19735,6 +19795,12 @@
19735
19795
  },
19736
19796
  "arrowOffset": {
19737
19797
  "$ref": "#size"
19798
+ },
19799
+ "maxWidth": {
19800
+ "$ref": "#size"
19801
+ },
19802
+ "minWidth": {
19803
+ "$ref": "#size"
19738
19804
  }
19739
19805
  }
19740
19806
  },
@@ -19796,6 +19862,12 @@
19796
19862
  },
19797
19863
  "arrowOffset": {
19798
19864
  "$ref": "#size"
19865
+ },
19866
+ "maxWidth": {
19867
+ "$ref": "#size"
19868
+ },
19869
+ "minWidth": {
19870
+ "$ref": "#size"
19799
19871
  }
19800
19872
  }
19801
19873
  },
package/build/rn/theme.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 25 Nov 2024 16:23:41 GMT
4
+ * Generated on Mon, 02 Dec 2024 20:18:35 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 25 Nov 2024 16:23:42 GMT
4
+ * Generated on Mon, 02 Dec 2024 20:18:47 GMT
5
5
  *
6
6
  */
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 25 Nov 2024 16:23:42 GMT
4
+ * Generated on Mon, 02 Dec 2024 20:18:47 GMT
5
5
  *
6
6
  */
7
7
 
File without changes
@@ -4393,6 +4393,12 @@
4393
4393
  },
4394
4394
  "textLineHeight": {
4395
4395
  "$ref": "#lineHeight"
4396
+ },
4397
+ "iconSize": {
4398
+ "$ref": "#size"
4399
+ },
4400
+ "iconPaddingTop": {
4401
+ "$ref": "#size"
4396
4402
  }
4397
4403
  }
4398
4404
  },
@@ -4463,6 +4469,12 @@
4463
4469
  },
4464
4470
  "textLineHeight": {
4465
4471
  "$ref": "#lineHeight"
4472
+ },
4473
+ "iconSize": {
4474
+ "$ref": "#size"
4475
+ },
4476
+ "iconPaddingTop": {
4477
+ "$ref": "#size"
4466
4478
  }
4467
4479
  }
4468
4480
  },
@@ -4949,6 +4961,12 @@
4949
4961
  "timestampMarginRight": {
4950
4962
  "$ref": "#size"
4951
4963
  },
4964
+ "remainingTimestampMarginLeft": {
4965
+ "$ref": "#size"
4966
+ },
4967
+ "remainingTimestampMarginRight": {
4968
+ "$ref": "#size"
4969
+ },
4952
4970
  "trackGradientStart": {
4953
4971
  "$ref": "#color"
4954
4972
  },
@@ -4989,6 +5007,12 @@
4989
5007
  "timestampMarginRight": {
4990
5008
  "$ref": "#size"
4991
5009
  },
5010
+ "remainingTimestampMarginLeft": {
5011
+ "$ref": "#size"
5012
+ },
5013
+ "remainingTimestampMarginRight": {
5014
+ "$ref": "#size"
5015
+ },
4992
5016
  "trackGradientStart": {
4993
5017
  "$ref": "#color"
4994
5018
  },
@@ -11077,6 +11101,9 @@
11077
11101
  },
11078
11102
  "width": {
11079
11103
  "$ref": "#size"
11104
+ },
11105
+ "paddingTop": {
11106
+ "$ref": "#size"
11080
11107
  }
11081
11108
  }
11082
11109
  },
@@ -11120,6 +11147,9 @@
11120
11147
  },
11121
11148
  "width": {
11122
11149
  "$ref": "#size"
11150
+ },
11151
+ "paddingTop": {
11152
+ "$ref": "#size"
11123
11153
  }
11124
11154
  }
11125
11155
  },
@@ -12305,6 +12335,12 @@
12305
12335
  "headingPaddingRight": {
12306
12336
  "$ref": "#size"
12307
12337
  },
12338
+ "headingPaddingTop": {
12339
+ "$ref": "#size"
12340
+ },
12341
+ "headingBorderBottomWidth": {
12342
+ "$ref": "#size"
12343
+ },
12308
12344
  "height": {
12309
12345
  "$ref": "#size"
12310
12346
  },
@@ -12323,6 +12359,12 @@
12323
12359
  "containerPaddingBottom": {
12324
12360
  "$ref": "#size"
12325
12361
  },
12362
+ "contentPaddingTop": {
12363
+ "$ref": "#size"
12364
+ },
12365
+ "contentPaddingBottom": {
12366
+ "$ref": "#size"
12367
+ },
12326
12368
  "backgroundColor": {
12327
12369
  "$ref": "#color"
12328
12370
  },
@@ -12332,6 +12374,9 @@
12332
12374
  "borderColor": {
12333
12375
  "$ref": "#color"
12334
12376
  },
12377
+ "borderWidth": {
12378
+ "$ref": "#size"
12379
+ },
12335
12380
  "shadow": {
12336
12381
  "$ref": "#shadow"
12337
12382
  },
@@ -12408,6 +12453,12 @@
12408
12453
  "headingPaddingRight": {
12409
12454
  "$ref": "#size"
12410
12455
  },
12456
+ "headingPaddingTop": {
12457
+ "$ref": "#size"
12458
+ },
12459
+ "headingBorderBottomWidth": {
12460
+ "$ref": "#size"
12461
+ },
12411
12462
  "height": {
12412
12463
  "$ref": "#size"
12413
12464
  },
@@ -12426,6 +12477,12 @@
12426
12477
  "containerPaddingBottom": {
12427
12478
  "$ref": "#size"
12428
12479
  },
12480
+ "contentPaddingTop": {
12481
+ "$ref": "#size"
12482
+ },
12483
+ "contentPaddingBottom": {
12484
+ "$ref": "#size"
12485
+ },
12429
12486
  "backgroundColor": {
12430
12487
  "$ref": "#color"
12431
12488
  },
@@ -12435,6 +12492,9 @@
12435
12492
  "borderColor": {
12436
12493
  "$ref": "#color"
12437
12494
  },
12495
+ "borderWidth": {
12496
+ "$ref": "#size"
12497
+ },
12438
12498
  "shadow": {
12439
12499
  "$ref": "#shadow"
12440
12500
  },
@@ -19735,6 +19795,12 @@
19735
19795
  },
19736
19796
  "arrowOffset": {
19737
19797
  "$ref": "#size"
19798
+ },
19799
+ "maxWidth": {
19800
+ "$ref": "#size"
19801
+ },
19802
+ "minWidth": {
19803
+ "$ref": "#size"
19738
19804
  }
19739
19805
  }
19740
19806
  },
@@ -19796,6 +19862,12 @@
19796
19862
  },
19797
19863
  "arrowOffset": {
19798
19864
  "$ref": "#size"
19865
+ },
19866
+ "maxWidth": {
19867
+ "$ref": "#size"
19868
+ },
19869
+ "minWidth": {
19870
+ "$ref": "#size"
19799
19871
  }
19800
19872
  }
19801
19873
  },
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  *
3
3
  * Do not edit directly
4
- * Generated on Mon, 25 Nov 2024 16:23:42 GMT
4
+ * Generated on Mon, 02 Dec 2024 20:18:47 GMT
5
5
  *
6
6
  */
7
7
 
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "description": "Sample theme",
8
8
  "devDependencies": {
9
9
  "@telus-uds/palette-allium": "*",
10
- "@telus-uds/system-theme-tokens": "^3.0.0"
10
+ "@telus-uds/system-theme-tokens": "^3.1.0"
11
11
  },
12
12
  "files": [
13
13
  "build",
@@ -34,5 +34,5 @@
34
34
  "build": "UDS_PALETTE=@telus-uds/palette-allium system-tokens-build-subtheme",
35
35
  "dev": "nodemon -w src -x 'npm run build'"
36
36
  },
37
- "version": "2.0.1"
37
+ "version": "2.0.2"
38
38
  }