@spaced-out/ui-design-system 0.2.4 → 0.2.5

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.
@@ -11,6 +11,7 @@ Ashwini
11
11
  ashwini-sensehq
12
12
  atleast
13
13
  autodocs
14
+ bhatiarush
14
15
  Branco
15
16
  Choibalsan
16
17
  Chuuk
@@ -49,6 +50,7 @@ Kamchatskiy
49
50
  Kiritimati
50
51
  Kosrae
51
52
  Kuala
53
+ kushwah
52
54
  Lipsey
53
55
  Lumpur
54
56
  Magadan
@@ -87,12 +89,10 @@ Santo
87
89
  sbdocs
88
90
  Scoresbysund
89
91
  senseai
92
+ sharad
90
93
  Stapleton
91
94
  storysource
92
95
  superrover
93
- sharad
94
- kushwah
95
- bhatiarush
96
96
  Swatantramishra
97
97
  Syowa
98
98
  systemjs
@@ -114,6 +114,7 @@ Verda
114
114
  vish
115
115
  VishalBarnawal
116
116
  Vivek
117
+ voiceflow
117
118
  xmark
118
119
  yourcomponentname
119
120
  Yuzhno
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.2.5](https://github.com/spaced-out/ui-design-system/compare/v0.2.4...v0.2.5) (2024-10-18)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * adding voiceflow in sidenav bar ([#279](https://github.com/spaced-out/ui-design-system/issues/279)) ([522763a](https://github.com/spaced-out/ui-design-system/commit/522763ab2fb2f256cdd15e374a5f80c84ddbf5e9))
11
+
5
12
  ### [0.2.4](https://github.com/spaced-out/ui-design-system/compare/v0.2.3...v0.2.4) (2024-10-15)
6
13
 
7
14
 
@@ -177,6 +177,11 @@ const MENU_NAME_LIST = Object.freeze({
177
177
  title: 'Support Links',
178
178
  iconName: 'circle-question',
179
179
  iconType: 'duotone'
180
+ },
181
+ voiceflow: {
182
+ title: 'Voiceflow',
183
+ iconName: 'phone-volume',
184
+ iconType: 'duotone'
180
185
  }
181
186
  });
182
187
  exports.MENU_NAME_LIST = MENU_NAME_LIST;
@@ -176,6 +176,11 @@ export const MENU_NAME_LIST = Object.freeze({
176
176
  iconName: 'circle-question',
177
177
  iconType: 'duotone',
178
178
  },
179
+ voiceflow: {
180
+ title: 'Voiceflow',
181
+ iconName: 'phone-volume',
182
+ iconType: 'duotone',
183
+ },
179
184
  });
180
185
 
181
186
  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.2.4",
3
+ "version": "0.2.5",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {