@telus-uds/components-base 1.82.0 → 1.84.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 CHANGED
@@ -1,12 +1,43 @@
1
1
  # Change Log - @telus-uds/components-base
2
2
 
3
- This log was last generated on Fri, 05 Apr 2024 17:10:34 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 06 May 2024 16:33:57 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.84.0
8
+
9
+ Mon, 06 May 2024 16:33:57 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - `Carousel`: add `autoPlay` mode (shahzaibkhalidmalik@outlook.com)
14
+ - Accesibility issues fixed in ExpandCollapse component, now the Panels and the SubPanels can be focused and have accesibility labels for screenreaders (35577399+JoshHC@users.noreply.github.com)
15
+ - fix: added missing variant prop change to buttongoup (jovimdl@gmail.com)
16
+ - Bump @telus-uds/system-theme-tokens to v2.55.0
17
+
18
+ ### Patches
19
+
20
+ - ExpandCollapseMini: fixed the ability to center the component (35577399+JoshHC@users.noreply.github.com)
21
+ - Button: Fix misaligned icon in Android (35577399+JoshHC@users.noreply.github.com)
22
+ - `Modal`: fix accessibility role and z-index property (guillermo.peitzner@telus.com)
23
+ - `WebModal:` fix style prop (guillermo.peitzner@telus.com)
24
+
25
+ ## 1.83.0
26
+
27
+ Wed, 24 Apr 2024 16:35:16 GMT
28
+
29
+ ### Minor changes
30
+
31
+ - Radio: Allow React node along with string labels for label prop (35577399+JoshHC@users.noreply.github.com)
32
+ - `Listbox:` add ref prop (guillermo.peitzner@telus.com)
33
+
34
+ ### Patches
35
+
36
+ - Notification: fix justify-content not being reflected. (evander.owusu@telus.com)
37
+
7
38
  ## 1.82.0
8
39
 
9
- Fri, 05 Apr 2024 17:10:34 GMT
40
+ Fri, 05 Apr 2024 17:16:24 GMT
10
41
 
11
42
  ### Minor changes
12
43
 
@@ -24,6 +24,7 @@ const [selectItemProps, selectedItemPropTypes] = (0, _utils.selectSystemProps)([
24
24
  const ButtonGroup = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
25
25
  let {
26
26
  variant,
27
+ buttonVariant,
27
28
  tokens,
28
29
  items = [],
29
30
  values,
@@ -136,6 +137,7 @@ const ButtonGroup = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
136
137
  // "radio" if it's a direct child of "radiogroup", even if aria-posinset etc exists
137
138
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_ButtonBase.default, {
138
139
  ref: itemRef,
140
+ variant: buttonVariant,
139
141
  ...pressHandlers,
140
142
  onPress: handlePress,
141
143
  tokens: getButtonTokens,
@@ -157,6 +159,13 @@ ButtonGroup.displayName = 'ButtonGroup';
157
159
  ButtonGroup.propTypes = {
158
160
  ...selectedSystemPropTypes,
159
161
  tokens: (0, _utils.getTokensPropType)('ButtonGroup'),
162
+ /**
163
+ * To allow Button specific variant
164
+ */
165
+ buttonVariant: _utils.variantProp.propType,
166
+ /**
167
+ * Default variant prop
168
+ */
160
169
  variant: _utils.variantProp.propType,
161
170
  /**
162
171
  * The maximum number of items a user may select at once. Defaults to 1 and behaves