@telus-uds/components-web 5.0.0-alpha.0 → 5.0.0-alpha.1
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 +29 -6
- package/lib/cjs/BlockQuote/BlockQuote.js +2 -2
- package/lib/cjs/Card/Card.js +1 -1
- package/lib/cjs/Card/CardFooter.js +1 -1
- package/lib/cjs/Toast/Toast.js +2 -2
- package/lib/cjs/baseExports.js +0 -6
- package/lib/esm/BlockQuote/BlockQuote.js +2 -2
- package/lib/esm/Card/Card.js +1 -1
- package/lib/esm/Card/CardFooter.js +1 -1
- package/lib/esm/Toast/Toast.js +2 -2
- package/lib/esm/baseExports.js +1 -1
- package/package.json +3 -3
- package/src/BlockQuote/BlockQuote.jsx +2 -2
- package/src/Card/Card.jsx +1 -1
- package/src/Card/CardFooter.jsx +1 -1
- package/src/Toast/Toast.jsx +2 -2
- package/src/baseExports.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,39 @@
|
|
|
1
1
|
# Change Log - @telus-uds/components-web
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 10 Apr 2026 17:20:03 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 5.0.0-alpha.1
|
|
8
|
+
|
|
9
|
+
Fri, 10 Apr 2026 17:20:03 GMT
|
|
10
|
+
|
|
11
|
+
### Major changes
|
|
12
|
+
|
|
13
|
+
- `Link`: deprecate alternative and inverse variants (guillermo.peitzner@telus.com)
|
|
14
|
+
- `Card`: remove background variant and set style as default (sergio.ramirez@telus.com)
|
|
15
|
+
- `CarouselTabs`: remove component from baseExports file (guillermo.peitzner@telus.com)
|
|
16
|
+
- Bump @telus-uds/components-base to v4.0.0-alpha.1
|
|
17
|
+
- Bump @telus-uds/system-theme-tokens to v5.0.0-alpha.1
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- `Card`: padding affected when interactive prop change fixed (josue.higueroscalderon@telus.com)
|
|
22
|
+
- `TextInput`: Include hint and feedback in the describedBy prop (david.melara1@telus.com)
|
|
23
|
+
|
|
24
|
+
## 4.19.2
|
|
25
|
+
|
|
26
|
+
Mon, 06 Apr 2026 21:25:56 GMT
|
|
27
|
+
|
|
28
|
+
### Patches
|
|
29
|
+
|
|
30
|
+
- `Card`: padding affected when interactive prop change fixed (josue.higueroscalderon@telus.com)
|
|
31
|
+
- `TextInput`: Include hint and feedback in the describedBy prop (david.melara1@telus.com)
|
|
32
|
+
- Bump @telus-uds/components-base to v3.29.1
|
|
33
|
+
|
|
7
34
|
## 5.0.0-alpha.0
|
|
8
35
|
|
|
9
|
-
Fri, 20 Mar 2026
|
|
36
|
+
Fri, 20 Mar 2026 00:57:29 GMT
|
|
10
37
|
|
|
11
38
|
### Major changes
|
|
12
39
|
|
|
@@ -15,10 +42,6 @@ Fri, 20 Mar 2026 02:26:39 GMT
|
|
|
15
42
|
- Bump @telus-uds/system-constants to v4.0.0-alpha.0
|
|
16
43
|
- Bump @telus-uds/system-theme-tokens to v5.0.0-alpha.0
|
|
17
44
|
|
|
18
|
-
### Patches
|
|
19
|
-
|
|
20
|
-
- `Card`: padding affected when interactive prop change fixed (josue.higueroscalderon@telus.com)
|
|
21
|
-
|
|
22
45
|
## 4.19.1
|
|
23
46
|
|
|
24
47
|
Fri, 13 Mar 2026 20:33:41 GMT
|
|
@@ -163,7 +163,7 @@ const BlockQuote = exports.BlockQuote = /*#__PURE__*/_react.default.forwardRef((
|
|
|
163
163
|
color
|
|
164
164
|
},
|
|
165
165
|
variant: {
|
|
166
|
-
|
|
166
|
+
style: 'subtle'
|
|
167
167
|
},
|
|
168
168
|
LinkRouter: LinkRouter,
|
|
169
169
|
linkRouterProps: linkRouterProps,
|
|
@@ -230,7 +230,7 @@ BlockQuote.propTypes = {
|
|
|
230
230
|
..._componentsBase.withLinkRouter.propTypes,
|
|
231
231
|
tokens: (0, _componentsBase.getTokensPropType)('BlockQuote'),
|
|
232
232
|
variant: _propTypes.default.exact({
|
|
233
|
-
|
|
233
|
+
style: _propTypes.default.oneOf(['inline', 'subtle', 'feature', 'danger', 'inverse']),
|
|
234
234
|
size: _propTypes.default.string
|
|
235
235
|
}),
|
|
236
236
|
/**
|
package/lib/cjs/Card/Card.js
CHANGED
|
@@ -81,7 +81,7 @@ const getCardContentTokens = function (baseTokens) {
|
|
|
81
81
|
* ### With Footer
|
|
82
82
|
*
|
|
83
83
|
* Pass any component or simply a string in the `footer` prop in order to render
|
|
84
|
-
* a card with a footer (which uses the `
|
|
84
|
+
* a card with a footer (which uses the `feature2` style).
|
|
85
85
|
*
|
|
86
86
|
* ### With Full Bleed Content
|
|
87
87
|
*
|
package/lib/cjs/Toast/Toast.js
CHANGED
|
@@ -81,7 +81,7 @@ const Toast = exports.Toast = /*#__PURE__*/_react.default.forwardRef((_ref5, ref
|
|
|
81
81
|
const {
|
|
82
82
|
color: chevronInverseColor
|
|
83
83
|
} = (0, _componentsBase.useThemeTokens)('ChevronLink', {}, {
|
|
84
|
-
|
|
84
|
+
style: 'inverse'
|
|
85
85
|
});
|
|
86
86
|
if (!toast) {
|
|
87
87
|
return null;
|
|
@@ -123,7 +123,7 @@ const Toast = exports.Toast = /*#__PURE__*/_react.default.forwardRef((_ref5, ref
|
|
|
123
123
|
direction: "row"
|
|
124
124
|
}), link && /*#__PURE__*/(0, _jsxRuntime.jsx)(_componentsBase.ChevronLink, {
|
|
125
125
|
variant: {
|
|
126
|
-
|
|
126
|
+
style: 'inverse'
|
|
127
127
|
},
|
|
128
128
|
tokens: {
|
|
129
129
|
blockFontWeight: chevronlinkFontWeight
|
package/lib/cjs/baseExports.js
CHANGED
|
@@ -93,12 +93,6 @@ Object.defineProperty(exports, "CarouselProvider", {
|
|
|
93
93
|
return _componentsBase.CarouselProvider;
|
|
94
94
|
}
|
|
95
95
|
});
|
|
96
|
-
Object.defineProperty(exports, "CarouselTabs", {
|
|
97
|
-
enumerable: true,
|
|
98
|
-
get: function () {
|
|
99
|
-
return _componentsBase.CarouselTabs;
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
96
|
Object.defineProperty(exports, "Checkbox", {
|
|
103
97
|
enumerable: true,
|
|
104
98
|
get: function () {
|
|
@@ -156,7 +156,7 @@ export const BlockQuote = /*#__PURE__*/React.forwardRef((_ref8, ref) => {
|
|
|
156
156
|
color
|
|
157
157
|
},
|
|
158
158
|
variant: {
|
|
159
|
-
|
|
159
|
+
style: 'subtle'
|
|
160
160
|
},
|
|
161
161
|
LinkRouter: LinkRouter,
|
|
162
162
|
linkRouterProps: linkRouterProps,
|
|
@@ -223,7 +223,7 @@ BlockQuote.propTypes = {
|
|
|
223
223
|
...withLinkRouter.propTypes,
|
|
224
224
|
tokens: getTokensPropType('BlockQuote'),
|
|
225
225
|
variant: PropTypes.exact({
|
|
226
|
-
|
|
226
|
+
style: PropTypes.oneOf(['inline', 'subtle', 'feature', 'danger', 'inverse']),
|
|
227
227
|
size: PropTypes.string
|
|
228
228
|
}),
|
|
229
229
|
/**
|
package/lib/esm/Card/Card.js
CHANGED
|
@@ -75,7 +75,7 @@ const getCardContentTokens = function (baseTokens) {
|
|
|
75
75
|
* ### With Footer
|
|
76
76
|
*
|
|
77
77
|
* Pass any component or simply a string in the `footer` prop in order to render
|
|
78
|
-
* a card with a footer (which uses the `
|
|
78
|
+
* a card with a footer (which uses the `feature2` style).
|
|
79
79
|
*
|
|
80
80
|
* ### With Full Bleed Content
|
|
81
81
|
*
|
package/lib/esm/Toast/Toast.js
CHANGED
|
@@ -73,7 +73,7 @@ export const Toast = /*#__PURE__*/React.forwardRef((_ref5, ref) => {
|
|
|
73
73
|
const {
|
|
74
74
|
color: chevronInverseColor
|
|
75
75
|
} = useThemeTokens('ChevronLink', {}, {
|
|
76
|
-
|
|
76
|
+
style: 'inverse'
|
|
77
77
|
});
|
|
78
78
|
if (!toast) {
|
|
79
79
|
return null;
|
|
@@ -115,7 +115,7 @@ export const Toast = /*#__PURE__*/React.forwardRef((_ref5, ref) => {
|
|
|
115
115
|
direction: "row"
|
|
116
116
|
}), link && /*#__PURE__*/_jsx(ChevronLink, {
|
|
117
117
|
variant: {
|
|
118
|
-
|
|
118
|
+
style: 'inverse'
|
|
119
119
|
},
|
|
120
120
|
tokens: {
|
|
121
121
|
blockFontWeight: chevronlinkFontWeight
|
package/lib/esm/baseExports.js
CHANGED
|
@@ -5,7 +5,7 @@ export {
|
|
|
5
5
|
/**
|
|
6
6
|
* Most base components should be re-exported as-is.
|
|
7
7
|
*/
|
|
8
|
-
A11yInfoProvider, A11yText, ActionCard, ActivityIndicator, Autocomplete, BaseProvider, Box, Button, ButtonLink, ButtonGroup, ButtonDropdown, CardGroup, Carousel, CarouselItem,
|
|
8
|
+
A11yInfoProvider, A11yText, ActionCard, ActivityIndicator, Autocomplete, BaseProvider, Box, Button, ButtonLink, ButtonGroup, ButtonDropdown, CardGroup, Carousel, CarouselItem, CarouselProvider, ViewportProvider, ThemeProvider, Checkbox, CheckboxGroup, ColourToggle, Divider, DownloadApp, ExpandCollapse, ExpandCollapseAccordion, ExpandCollapsePanel, ExpandCollapseMini, Feedback, FileUpload, FlexGrid, FlexGridCol, FlexGridRow, Icon, InputLabel, InputSupports, ChevronLink, Link, TextButton, Listbox, ListboxOverlay, Modal, MultiSelectFilter, Notification, Pagination, PaginationPageButton, PaginationPageButtonBase, Portal, QuickLinks, QuickLinksItem, QuickLinksFeature, QuickLinksFeatureItem, Radio, RadioGroup, RadioCard, RadioCardGroup, Responsive, Search, Select, SelectItem, SelectGroup, Shortcuts, ShortcutsItem, SideNav, SideNavItem, SideNavItemsGroup, Skeleton, SkipLink, Spacer, StackView, StackWrap, Status, StepTracker, TabBar, TabBarItem, Tabs, Tags, TextArea, TextInput, Timeline, ToggleSwitch, ToggleSwitchGroup, TooltipButton, Tooltip, Typography, Validator,
|
|
9
9
|
/*
|
|
10
10
|
* Most utilities exported from @telus-uds/components-base are for building systems, not apps.
|
|
11
11
|
* Re-export only those utilities with a stable API and known use cases within apps / pages.
|
package/package.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
],
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@gorhom/portal": "^1.0.14",
|
|
8
|
-
"@telus-uds/components-base": "^4.0.0-alpha.
|
|
8
|
+
"@telus-uds/components-base": "^4.0.0-alpha.1",
|
|
9
9
|
"@telus-uds/system-constants": "^4.0.0-alpha.0",
|
|
10
|
-
"@telus-uds/system-theme-tokens": "^5.0.0-alpha.
|
|
10
|
+
"@telus-uds/system-theme-tokens": "^5.0.0-alpha.1",
|
|
11
11
|
"fscreen": "^1.2.0",
|
|
12
12
|
"lodash.omit": "^4.5.0",
|
|
13
13
|
"lodash.throttle": "^4.1.1",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"skip": true
|
|
74
74
|
},
|
|
75
75
|
"types": "types/index.d.ts",
|
|
76
|
-
"version": "5.0.0-alpha.
|
|
76
|
+
"version": "5.0.0-alpha.1"
|
|
77
77
|
}
|
|
@@ -165,7 +165,7 @@ export const BlockQuote = React.forwardRef(
|
|
|
165
165
|
blockLineHeight: linkLineHeight,
|
|
166
166
|
color
|
|
167
167
|
}}
|
|
168
|
-
variant={{
|
|
168
|
+
variant={{ style: 'subtle' }}
|
|
169
169
|
LinkRouter={LinkRouter}
|
|
170
170
|
linkRouterProps={linkRouterProps}
|
|
171
171
|
>
|
|
@@ -241,7 +241,7 @@ BlockQuote.propTypes = {
|
|
|
241
241
|
...withLinkRouter.propTypes,
|
|
242
242
|
tokens: getTokensPropType('BlockQuote'),
|
|
243
243
|
variant: PropTypes.exact({
|
|
244
|
-
|
|
244
|
+
style: PropTypes.oneOf(['inline', 'subtle', 'feature', 'danger', 'inverse']),
|
|
245
245
|
size: PropTypes.string
|
|
246
246
|
}),
|
|
247
247
|
/**
|
package/src/Card/Card.jsx
CHANGED
|
@@ -88,7 +88,7 @@ const getCardContentTokens = (baseTokens, options = {}) => {
|
|
|
88
88
|
* ### With Footer
|
|
89
89
|
*
|
|
90
90
|
* Pass any component or simply a string in the `footer` prop in order to render
|
|
91
|
-
* a card with a footer (which uses the `
|
|
91
|
+
* a card with a footer (which uses the `feature2` style).
|
|
92
92
|
*
|
|
93
93
|
* ### With Full Bleed Content
|
|
94
94
|
*
|
package/src/Card/CardFooter.jsx
CHANGED
|
@@ -43,7 +43,7 @@ export const CardFooter = ({ children, padding, tokens, variant, ...rest }) => {
|
|
|
43
43
|
const themeTokens = useThemeTokens(
|
|
44
44
|
'Card',
|
|
45
45
|
tokens,
|
|
46
|
-
{ ...variant,
|
|
46
|
+
{ ...variant, style: 'feature2' },
|
|
47
47
|
{ viewport }
|
|
48
48
|
)
|
|
49
49
|
const { paddingBottom, paddingLeft, paddingRight, paddingTop } = padding || themeTokens
|
package/src/Toast/Toast.jsx
CHANGED
|
@@ -117,7 +117,7 @@ export const Toast = React.forwardRef(
|
|
|
117
117
|
|
|
118
118
|
// inherit ChevronLink tokens for animation colors
|
|
119
119
|
const { color: chevronDefaultColor } = useThemeTokens('ChevronLink', {}, {})
|
|
120
|
-
const { color: chevronInverseColor } = useThemeTokens('ChevronLink', {}, {
|
|
120
|
+
const { color: chevronInverseColor } = useThemeTokens('ChevronLink', {}, { style: 'inverse' })
|
|
121
121
|
|
|
122
122
|
if (!toast) {
|
|
123
123
|
return null
|
|
@@ -150,7 +150,7 @@ export const Toast = React.forwardRef(
|
|
|
150
150
|
{link && (
|
|
151
151
|
<ChevronLink
|
|
152
152
|
variant={{
|
|
153
|
-
|
|
153
|
+
style: 'inverse'
|
|
154
154
|
}}
|
|
155
155
|
tokens={{ blockFontWeight: chevronlinkFontWeight }}
|
|
156
156
|
href={link.href}
|