@spaced-out/ui-design-system 0.3.5 → 0.3.6

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.3.6](https://github.com/spaced-out/ui-design-system/compare/v0.3.5...v0.3.6) (2024-11-27)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * added role=group for weekdayPicker ([#294](https://github.com/spaced-out/ui-design-system/issues/294)) ([bf61f70](https://github.com/spaced-out/ui-design-system/commit/bf61f7034a557b7adee858be10f990aed93d6b50))
11
+
5
12
  ### [0.3.5](https://github.com/spaced-out/ui-design-system/compare/v0.3.4...v0.3.5) (2024-11-27)
6
13
 
7
14
 
@@ -115,7 +115,8 @@ const WeekdayPicker = /*#__PURE__*/React.forwardRef((_ref2, ref) => {
115
115
  className: (0, _classify.default)(_WeekdayPickerModule.default.weekdayPickerContainer, classNames.wrapper, {
116
116
  [_WeekdayPickerModule.default.weekdayReadOnly]: readOnly
117
117
  }),
118
- "aria-label": ariaLabel
118
+ "aria-label": ariaLabel,
119
+ role: "group"
119
120
  }, !!label && /*#__PURE__*/React.createElement("div", {
120
121
  className: (0, _classify.default)(_WeekdayPickerModule.default.weekdayLabel, classNames.label)
121
122
  }, label), /*#__PURE__*/React.createElement("div", {
@@ -176,6 +176,7 @@ export const WeekdayPicker: React$AbstractComponent<
176
176
  [css.weekdayReadOnly]: readOnly,
177
177
  })}
178
178
  aria-label={ariaLabel}
179
+ role="group"
179
180
  >
180
181
  {!!label && (
181
182
  <div className={classify(css.weekdayLabel, classNames.label)}>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {