@spaced-out/ui-design-system 0.1.96-beta.1 → 0.1.96

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.1.96](https://github.com/spaced-out/ui-design-system/compare/v0.1.96-beta.1...v0.1.96) (2024-05-30)
6
+
7
+
8
+ ### Features
9
+
10
+ * adding support link for option side menu ([#219](https://github.com/spaced-out/ui-design-system/issues/219)) ([36f82b4](https://github.com/spaced-out/ui-design-system/commit/36f82b4c3bbb135c9fe8f5eb882d83185e1fad98))
11
+
5
12
  ### [0.1.96-beta.1](https://github.com/spaced-out/ui-design-system/compare/v0.1.96-beta.0...v0.1.96-beta.1) (2024-05-30)
6
13
 
7
14
 
@@ -166,6 +166,11 @@ const MENU_NAME_LIST = Object.freeze({
166
166
  title: 'Configuration',
167
167
  iconName: 'gear',
168
168
  iconType: 'duotone'
169
+ },
170
+ supportLinks: {
171
+ title: 'Support Links',
172
+ iconName: 'circle-question',
173
+ iconType: 'duotone'
169
174
  }
170
175
  });
171
176
  exports.MENU_NAME_LIST = MENU_NAME_LIST;
@@ -164,6 +164,11 @@ export const MENU_NAME_LIST = Object.freeze({
164
164
  iconName: 'gear',
165
165
  iconType: 'duotone',
166
166
  },
167
+ supportLinks: {
168
+ title: 'Support Links',
169
+ iconName: 'circle-question',
170
+ iconType: 'duotone',
171
+ },
167
172
  });
168
173
 
169
174
  type ClassNames = $ReadOnly<{wrapper?: string}>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.1.96-beta.1",
3
+ "version": "0.1.96",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {