@telus-uds/components-web 2.17.1 → 2.18.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 (46) hide show
  1. package/CHANGELOG.md +26 -2
  2. package/component-docs.json +534 -11
  3. package/lib/Autocomplete/Autocomplete.js +24 -1
  4. package/lib/Badge/Badge.js +2 -2
  5. package/lib/BlockQuote/BlockQuote.js +9 -0
  6. package/lib/Callout/Callout.js +5 -0
  7. package/lib/DatePicker/DatePicker.js +24 -4
  8. package/lib/Disclaimer/Disclaimer.js +4 -0
  9. package/lib/ExpandCollapseMini/ExpandCollapseMini.js +7 -1
  10. package/lib/Listbox/Listbox.js +7 -1
  11. package/lib/NavigationBar/NavigationBar.js +8 -2
  12. package/lib/OrderedList/OrderedList.js +4 -2
  13. package/lib/Ribbon/Ribbon.js +2 -1
  14. package/lib/Toast/Toast.js +2 -1
  15. package/lib/Video/Video.js +3 -1
  16. package/lib/WaffleGrid/WaffleGrid.js +20 -20
  17. package/lib-module/Autocomplete/Autocomplete.js +24 -1
  18. package/lib-module/Badge/Badge.js +1 -1
  19. package/lib-module/BlockQuote/BlockQuote.js +10 -1
  20. package/lib-module/Callout/Callout.js +6 -1
  21. package/lib-module/DatePicker/DatePicker.js +24 -4
  22. package/lib-module/Disclaimer/Disclaimer.js +4 -0
  23. package/lib-module/ExpandCollapseMini/ExpandCollapseMini.js +8 -2
  24. package/lib-module/Listbox/Listbox.js +8 -2
  25. package/lib-module/NavigationBar/NavigationBar.js +8 -2
  26. package/lib-module/OrderedList/OrderedList.js +5 -3
  27. package/lib-module/Ribbon/Ribbon.js +3 -2
  28. package/lib-module/Toast/Toast.js +3 -2
  29. package/lib-module/Video/Video.js +4 -2
  30. package/lib-module/WaffleGrid/WaffleGrid.js +21 -21
  31. package/package.json +3 -3
  32. package/src/Autocomplete/Autocomplete.jsx +19 -1
  33. package/src/Badge/Badge.jsx +1 -1
  34. package/src/BlockQuote/BlockQuote.jsx +10 -1
  35. package/src/Callout/Callout.jsx +11 -1
  36. package/src/DatePicker/DatePicker.jsx +20 -2
  37. package/src/Disclaimer/Disclaimer.jsx +3 -0
  38. package/src/ExpandCollapseMini/ExpandCollapseMini.jsx +7 -2
  39. package/src/Listbox/Listbox.jsx +8 -2
  40. package/src/NavigationBar/NavigationBar.jsx +7 -2
  41. package/src/OrderedList/OrderedList.jsx +4 -3
  42. package/src/Ribbon/Ribbon.jsx +8 -2
  43. package/src/Toast/Toast.jsx +4 -2
  44. package/src/Video/Video.jsx +9 -2
  45. package/src/WaffleGrid/WaffleGrid.jsx +21 -15
  46. package/types/Callout.d.ts +1 -0
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @telus-uds/components-web
2
2
 
3
- This log was last generated on Mon, 21 Aug 2023 19:02:53 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 12 Sep 2023 15:31:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.18.0
8
+
9
+ Tue, 12 Sep 2023 15:31:30 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Missing props added to components (35577399+JoshHC@users.noreply.github.com)
14
+ - add textaligntoflex to type definition of callout (evander.owusu@telus.com)
15
+ - Bump @telus-uds/components-base to v1.60.0
16
+ - Bump @telus-uds/system-theme-tokens to v2.41.1
17
+
18
+ ### Patches
19
+
20
+ - adding a testID data attribute to Datepicker Arrow Buttons for test automation purposes (lptbarlaan@gmail.com)
21
+ - bug fixes on WaffleGrid (mauricio.batresmontejo@telus.com)
22
+
23
+ ## 2.17.2
24
+
25
+ Thu, 31 Aug 2023 18:02:14 GMT
26
+
27
+ ### Patches
28
+
29
+ - Bump @telus-uds/components-base to v1.59.2
30
+
7
31
  ## 2.17.1
8
32
 
9
- Mon, 21 Aug 2023 19:02:53 GMT
33
+ Mon, 21 Aug 2023 19:06:28 GMT
10
34
 
11
35
  ### Patches
12
36