@telus-uds/components-base 1.53.0 → 1.55.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 +32 -2
- package/component-docs.json +278 -74
- package/lib/Button/ButtonBase.js +17 -5
- package/lib/Carousel/CarouselStepTracker/CarouselStepTracker.js +6 -2
- package/lib/Carousel/CarouselTabs/CarouselTabsPanel.js +9 -8
- package/lib/Carousel/CarouselThumbnail.js +53 -26
- package/lib/Carousel/CarouselThumbnailNavigation.js +15 -6
- package/lib/ExpandCollapse/Panel.js +65 -8
- package/lib/IconButton/IconButton.js +41 -7
- package/lib/Modal/Modal.js +9 -3
- package/lib/SkipLink/SkipLink.js +19 -15
- package/lib/ThemeProvider/utils/styles.js +18 -2
- package/lib/TooltipButton/TooltipButton.js +7 -3
- package/lib/Typography/Typography.js +11 -2
- package/lib-module/Button/ButtonBase.js +17 -5
- package/lib-module/Carousel/CarouselStepTracker/CarouselStepTracker.js +6 -2
- package/lib-module/Carousel/CarouselTabs/CarouselTabsPanel.js +9 -8
- package/lib-module/Carousel/CarouselThumbnail.js +51 -27
- package/lib-module/Carousel/CarouselThumbnailNavigation.js +13 -6
- package/lib-module/ExpandCollapse/Panel.js +64 -8
- package/lib-module/IconButton/IconButton.js +41 -7
- package/lib-module/Modal/Modal.js +8 -3
- package/lib-module/SkipLink/SkipLink.js +19 -15
- package/lib-module/ThemeProvider/utils/styles.js +19 -2
- package/lib-module/TooltipButton/TooltipButton.js +7 -3
- package/lib-module/Typography/Typography.js +10 -2
- package/package.json +3 -3
- package/src/Button/ButtonBase.jsx +11 -1
- package/src/Carousel/CarouselStepTracker/CarouselStepTracker.jsx +10 -2
- package/src/Carousel/CarouselTabs/CarouselTabsPanel.jsx +5 -5
- package/src/Carousel/CarouselThumbnail.jsx +31 -25
- package/src/Carousel/CarouselThumbnailNavigation.jsx +8 -3
- package/src/ExpandCollapse/Panel.jsx +55 -8
- package/src/IconButton/IconButton.jsx +50 -6
- package/src/Modal/Modal.jsx +8 -3
- package/src/SkipLink/SkipLink.jsx +12 -12
- package/src/ThemeProvider/utils/styles.js +29 -2
- package/src/TooltipButton/TooltipButton.jsx +14 -2
- package/src/Typography/Typography.jsx +7 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,42 @@
|
|
|
1
1
|
# Change Log - @telus-uds/components-base
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 14 Jul 2023 19:38:21 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.55.0
|
|
8
|
+
|
|
9
|
+
Fri, 14 Jul 2023 19:38:21 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Refactored IconButton to accomodate QuantitySelector standardization (wlsdud194@hotmail.com)
|
|
14
|
+
- Fixed test data and introduced background color token to base component. (akshay.pandey1@telus.com)
|
|
15
|
+
- Added use of CarouselThumbnail (kyle.king2@telus.com)
|
|
16
|
+
- Bump @telus-uds/system-constants to v1.3.0
|
|
17
|
+
- Bump @telus-uds/system-theme-tokens to v2.38.0
|
|
18
|
+
|
|
19
|
+
## 1.54.0
|
|
20
|
+
|
|
21
|
+
Fri, 07 Jul 2023 19:26:41 GMT
|
|
22
|
+
|
|
23
|
+
### Minor changes
|
|
24
|
+
|
|
25
|
+
- Koodo changes to nav bar (akshay.pandey1@telus.com)
|
|
26
|
+
- Home Pro Icon added to telus (akshay.pandey1@telus.com)
|
|
27
|
+
- Added "content" prop to ExpandCollapsePanel (wlsdud194@hotmail.com)
|
|
28
|
+
- added capability to adjust superscript sizing with theme tokens (kyle.king2@telus.com)
|
|
29
|
+
- Standardized SkipLink (wlsdud194@hotmail.com)
|
|
30
|
+
- Bump @telus-uds/system-theme-tokens to v2.37.0
|
|
31
|
+
|
|
32
|
+
### Patches
|
|
33
|
+
|
|
34
|
+
- Fix an issue where `Modal` may crash on Android devices and also may not render longer content (shahzaibkhalidmalik@outlook.com)
|
|
35
|
+
- Tooltip margin adjusted to encompass the whole component (jislaseng@gmail.com)
|
|
36
|
+
|
|
7
37
|
## 1.53.0
|
|
8
38
|
|
|
9
|
-
Wed, 28 Jun 2023 23:
|
|
39
|
+
Wed, 28 Jun 2023 23:27:23 GMT
|
|
10
40
|
|
|
11
41
|
### Minor changes
|
|
12
42
|
|