@telus-uds/components-base 1.39.0 → 1.41.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 (34) hide show
  1. package/CHANGELOG.md +30 -2
  2. package/component-docs.json +358 -67
  3. package/lib/A11yInfoProvider/index.js +0 -8
  4. package/lib/Button/ButtonBase.js +68 -38
  5. package/lib/ExpandCollapse/Panel.js +9 -3
  6. package/lib/Icon/IconText.js +1 -1
  7. package/lib/InputSupports/InputSupports.js +10 -3
  8. package/lib/Notification/Notification.js +21 -10
  9. package/lib/Pagination/Pagination.js +57 -14
  10. package/lib/Radio/Radio.js +5 -1
  11. package/lib/Select/Select.js +14 -4
  12. package/lib/Typography/Typography.js +14 -0
  13. package/lib-module/A11yInfoProvider/index.js +0 -7
  14. package/lib-module/Button/ButtonBase.js +68 -38
  15. package/lib-module/ExpandCollapse/Panel.js +9 -3
  16. package/lib-module/Icon/IconText.js +1 -1
  17. package/lib-module/InputSupports/InputSupports.js +10 -3
  18. package/lib-module/Notification/Notification.js +20 -10
  19. package/lib-module/Pagination/Pagination.js +56 -14
  20. package/lib-module/Radio/Radio.js +5 -1
  21. package/lib-module/Select/Select.js +14 -4
  22. package/lib-module/Typography/Typography.js +14 -0
  23. package/package.json +2 -2
  24. package/src/A11yInfoProvider/index.jsx +0 -10
  25. package/src/Button/ButtonBase.jsx +44 -26
  26. package/src/ExpandCollapse/Control.jsx +1 -0
  27. package/src/ExpandCollapse/Panel.jsx +12 -2
  28. package/src/Icon/IconText.jsx +1 -1
  29. package/src/InputSupports/InputSupports.jsx +13 -1
  30. package/src/Notification/Notification.jsx +15 -10
  31. package/src/Pagination/Pagination.jsx +63 -13
  32. package/src/Radio/Radio.jsx +5 -1
  33. package/src/Select/Select.jsx +10 -1
  34. package/src/Typography/Typography.jsx +13 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # Change Log - @telus-uds/components-base
2
2
 
3
- This log was last generated on Mon, 01 May 2023 22:02:12 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 May 2023 00:13:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.41.0
8
+
9
+ Wed, 17 May 2023 00:13:27 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - update public mobile and description fontFamily bug (samuraix221@hotmail.com)
14
+ - ButtonBase component replace by IconButton and styles fixed for the Notification component (35577399+JoshHC@users.noreply.github.com)
15
+ - standardization and multibrand effort for expand collapse (akshay.pandey1@telus.com)
16
+ - Add `feedbackBackgroundColor` in `Select` to override background color of `Feedback` (shahzaibkhalidmalik@outlook.com)
17
+ - Refactored selectOuterWidthStyles in ButtonBase to apply both outer width and height (wlsdud194@hotmail.com)
18
+ - Bump @telus-uds/system-theme-tokens to v2.26.0
19
+
20
+ ### Patches
21
+
22
+ - Remove flexGrow from text styles (wlsdud194@hotmail.com)
23
+ - Set icon size to 0 if undefined in IconText (wlsdud194@hotmail.com)
24
+
25
+ ## 1.40.0
26
+
27
+ Tue, 09 May 2023 00:29:54 GMT
28
+
29
+ ### Minor changes
30
+
31
+ - Added 'strikeThrough' property (kyle.king2@telus.com)
32
+ - remove screenReaderChanged event from A11yInfoProvider and event tracking (mauricio.batresmontejo@telus.com)
33
+ - Bump @telus-uds/system-theme-tokens to v2.25.0
34
+
7
35
  ## 1.39.0
8
36
 
9
- Mon, 01 May 2023 22:02:12 GMT
37
+ Mon, 01 May 2023 22:09:07 GMT
10
38
 
11
39
  ### Minor changes
12
40