@telus-uds/components-base 1.34.2 → 1.35.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 CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @telus-uds/components-base
2
2
 
3
- This log was last generated on Wed, 19 Apr 2023 11:24:21 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 19 Apr 2023 18:43:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.35.0
8
+
9
+ Wed, 19 Apr 2023 18:43:18 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Add Flex tokens to Card Content (carlos.jeronimo@telus.com)
14
+ - Bump @telus-uds/system-theme-tokens to v2.20.0
15
+
7
16
  ## 1.34.2
8
17
 
9
- Wed, 19 Apr 2023 11:24:21 GMT
18
+ Wed, 19 Apr 2023 11:32:31 GMT
10
19
 
11
20
  ### Patches
12
21
 
@@ -234,7 +234,11 @@
234
234
  "paddingRight": "size",
235
235
  "paddingTop": "size",
236
236
  "minWidth": "size",
237
- "shadow": "shadow"
237
+ "shadow": "shadow",
238
+ "contentAlignItems": "flexAlign",
239
+ "contentJustifyContent": "flexJustifyContent",
240
+ "contentFlexGrow": "integer",
241
+ "contentFlexShrink": "integer"
238
242
  },
239
243
  "PreviewCard": {
240
244
  "flex": "integer",
@@ -813,6 +817,10 @@
813
817
  "paddingTop": "size",
814
818
  "minWidth": "size",
815
819
  "shadow": "shadow",
820
+ "contentAlignItems": "flexAlign",
821
+ "contentJustifyContent": "flexJustifyContent",
822
+ "contentFlexGrow": "integer",
823
+ "contentFlexShrink": "integer",
816
824
  "radioCheckedBackgroundColor": "color",
817
825
  "radioCheckedSize": "size",
818
826
  "radioInputBackgroundColor": "color",
@@ -3264,7 +3272,11 @@
3264
3272
  "paddingRight": "size",
3265
3273
  "paddingTop": "size",
3266
3274
  "minWidth": "size",
3267
- "shadow": "shadow"
3275
+ "shadow": "shadow",
3276
+ "contentAlignItems": "flexAlign",
3277
+ "contentJustifyContent": "flexJustifyContent",
3278
+ "contentFlexGrow": "integer",
3279
+ "contentFlexShrink": "integer"
3268
3280
  }
3269
3281
  },
3270
3282
  "required": false,
@@ -6947,7 +6959,11 @@
6947
6959
  "paddingRight": "size",
6948
6960
  "paddingTop": "size",
6949
6961
  "minWidth": "size",
6950
- "shadow": "shadow"
6962
+ "shadow": "shadow",
6963
+ "contentAlignItems": "flexAlign",
6964
+ "contentJustifyContent": "flexJustifyContent",
6965
+ "contentFlexGrow": "integer",
6966
+ "contentFlexShrink": "integer"
6951
6967
  }
6952
6968
  },
6953
6969
  "required": false,
@@ -7556,6 +7572,10 @@
7556
7572
  "paddingTop": "size",
7557
7573
  "minWidth": "size",
7558
7574
  "shadow": "shadow",
7575
+ "contentAlignItems": "flexAlign",
7576
+ "contentJustifyContent": "flexJustifyContent",
7577
+ "contentFlexGrow": "integer",
7578
+ "contentFlexShrink": "integer",
7559
7579
  "radioCheckedBackgroundColor": "color",
7560
7580
  "radioCheckedSize": "size",
7561
7581
  "radioInputBackgroundColor": "color",
@@ -13018,6 +13038,10 @@
13018
13038
  "paddingTop": "size",
13019
13039
  "minWidth": "size",
13020
13040
  "shadow": "shadow",
13041
+ "contentAlignItems": "flexAlign",
13042
+ "contentJustifyContent": "flexJustifyContent",
13043
+ "contentFlexGrow": "integer",
13044
+ "contentFlexShrink": "integer",
13021
13045
  "radioCheckedBackgroundColor": "color",
13022
13046
  "radioCheckedSize": "size",
13023
13047
  "radioInputBackgroundColor": "color",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "@floating-ui/react-native": "^0.8.1",
12
12
  "@gorhom/portal": "^1.0.14",
13
13
  "@telus-uds/system-constants": "^1.2.0",
14
- "@telus-uds/system-theme-tokens": "^2.19.0",
14
+ "@telus-uds/system-theme-tokens": "^2.20.0",
15
15
  "airbnb-prop-types": "^2.16.0",
16
16
  "lodash.debounce": "^4.0.8",
17
17
  "lodash.merge": "^4.6.2",
@@ -72,5 +72,5 @@
72
72
  "standard-engine": {
73
73
  "skip": true
74
74
  },
75
- "version": "1.34.2"
75
+ "version": "1.35.0"
76
76
  }