@webitel/ui-sdk 25.12.46 → 25.12.47

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "25.12.46",
3
+ "version": "25.12.47",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run lint:fix || true) && npm run publish-lib",
@@ -125,7 +125,7 @@ const shownActionsMap = computed(() => {
125
125
  });
126
126
 
127
127
  const microphoneIcon = computed(() => {
128
- if (props['mic:accessed']) {
128
+ if (!props['mic:accessed']) {
129
129
  return 'mic'; // todo
130
130
  }
131
131