@spaced-out/ui-design-system 0.3.2 → 0.3.3

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.3](https://github.com/spaced-out/ui-design-system/compare/v0.3.2...v0.3.3) (2024-11-13)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * support status in expanded case for sub menu ([#288](https://github.com/spaced-out/ui-design-system/issues/288)) ([3f9f158](https://github.com/spaced-out/ui-design-system/commit/3f9f158c317d609e71a0f40c548c95a22b442fab))
11
+
5
12
  ### [0.3.2](https://github.com/spaced-out/ui-design-system/compare/v0.3.1...v0.3.2) (2024-11-12)
6
13
 
7
14
 
@@ -250,7 +250,7 @@ const SideMenuLink = /*#__PURE__*/React.forwardRef((_ref, ref) => {
250
250
  key: pageNameKey
251
251
  }), pageNameKey && MENU_NAME_LIST[pageNameKey] ? /*#__PURE__*/React.createElement("div", {
252
252
  className: _SideMenuLinkModule.default.iconContainer
253
- }, !opened && status && /*#__PURE__*/React.createElement(_StatusIndicator.StatusIndicator, {
253
+ }, status && /*#__PURE__*/React.createElement(_StatusIndicator.StatusIndicator, {
254
254
  status: status,
255
255
  classNames: {
256
256
  wrapper: _SideMenuLinkModule.default.statusIndicatorBlock
@@ -295,7 +295,7 @@ export const SideMenuLink: React$AbstractComponent<
295
295
  >
296
296
  {pageNameKey && MENU_NAME_LIST[pageNameKey] ? (
297
297
  <div className={css.iconContainer}>
298
- {!opened && status && (
298
+ {status && (
299
299
  <StatusIndicator
300
300
  status={status}
301
301
  classNames={{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {