@telus-uds/components-web 2.19.4 → 2.19.5

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-web
2
2
 
3
- This log was last generated on Thu, 21 Sep 2023 23:08:57 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 27 Sep 2023 20:45:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.19.5
8
+
9
+ Wed, 27 Sep 2023 20:45:15 GMT
10
+
11
+ ### Patches
12
+
13
+ - Clicking on any clickable area should bubble event to relevant `Pressable` element (shahzaibkhalidmalik@outlook.com)
14
+ - Bump @telus-uds/components-base to v1.62.1
15
+
7
16
  ## 2.19.4
8
17
 
9
- Thu, 21 Sep 2023 23:08:57 GMT
18
+ Thu, 21 Sep 2023 23:09:58 GMT
10
19
 
11
20
  ### Patches
12
21
 
@@ -4736,6 +4736,11 @@
4736
4736
  "name": "bool",
4737
4737
  "description": "controls whether the icon size should be proportionate to any accessibility-related font scaling.",
4738
4738
  "required": false
4739
+ },
4740
+ "style": {
4741
+ "name": "object",
4742
+ "description": "Custom style object to be applied to the icon component.\nThis is useful for overriding the default icon style but for cases where desires styles are not available as tokens.\n\nNote: This prop is only used in web.\n\n@example\n<Icon style={{ color: 'red' }}",
4743
+ "required": false
4739
4744
  }
4740
4745
  }
4741
4746
  },
@@ -4919,6 +4924,11 @@
4919
4924
  "name": "bool",
4920
4925
  "description": "controls whether the icon size should be proportionate to any accessibility-related font scaling.",
4921
4926
  "required": false
4927
+ },
4928
+ "style": {
4929
+ "name": "object",
4930
+ "description": "Custom style object to be applied to the icon component.\nThis is useful for overriding the default icon style but for cases where desires styles are not available as tokens.\n\nNote: This prop is only used in web.\n\n@example\n<Icon style={{ color: 'red' }}",
4931
+ "required": false
4922
4932
  }
4923
4933
  }
4924
4934
  },
@@ -5359,6 +5369,11 @@
5359
5369
  "name": "bool",
5360
5370
  "description": "controls whether the icon size should be proportionate to any accessibility-related font scaling.",
5361
5371
  "required": false
5372
+ },
5373
+ "style": {
5374
+ "name": "object",
5375
+ "description": "Custom style object to be applied to the icon component.\nThis is useful for overriding the default icon style but for cases where desires styles are not available as tokens.\n\nNote: This prop is only used in web.\n\n@example\n<Icon style={{ color: 'red' }}",
5376
+ "required": false
5362
5377
  }
5363
5378
  }
5364
5379
  },
@@ -8403,6 +8418,17 @@
8403
8418
  "required": false,
8404
8419
  "description": "controls whether the icon size should be proportionate to any accessibility-related font scaling."
8405
8420
  },
8421
+ "style": {
8422
+ "defaultValue": {
8423
+ "value": "{}",
8424
+ "computed": false
8425
+ },
8426
+ "type": {
8427
+ "name": "object"
8428
+ },
8429
+ "required": false,
8430
+ "description": "Custom style object to be applied to the icon component.\nThis is useful for overriding the default icon style but for cases where desires styles are not available as tokens.\n\nNote: This prop is only used in web.\n\n@example\n<Icon style={{ color: 'red' }}"
8431
+ },
8406
8432
  "variant": {
8407
8433
  "type": {
8408
8434
  "name": "objectOf",
@@ -13803,6 +13829,13 @@
13803
13829
  "required": false,
13804
13830
  "description": "The message. Can be raw text or text components."
13805
13831
  },
13832
+ "nativeID": {
13833
+ "type": {
13834
+ "name": "string"
13835
+ },
13836
+ "required": false,
13837
+ "description": "The `id` of the tooltip button."
13838
+ },
13806
13839
  "tokens": {
13807
13840
  "type": {
13808
13841
  "name": "custom",
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  ],
6
6
  "dependencies": {
7
7
  "@gorhom/portal": "^1.0.14",
8
- "@telus-uds/components-base": "1.62.0",
8
+ "@telus-uds/components-base": "1.62.1",
9
9
  "@telus-uds/system-constants": "^1.3.0",
10
10
  "fscreen": "^1.2.0",
11
11
  "lodash.omit": "^4.5.0",
@@ -63,5 +63,5 @@
63
63
  "skip": true
64
64
  },
65
65
  "types": "types/index.d.ts",
66
- "version": "2.19.4"
66
+ "version": "2.19.5"
67
67
  }