@live-change/peer-connection-frontend 0.9.39 → 0.9.41
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.
|
@@ -1,25 +1,12 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="flex flex-row
|
|
3
|
-
|
|
4
|
-
<div class="
|
|
5
|
-
<div class="
|
|
6
|
-
<div class="
|
|
2
|
+
<div class="flex flex-row rounded-full w-[2rem] h-[2rem] bg-primary-800
|
|
3
|
+
items-center justify-center">
|
|
4
|
+
<div class="w-[0.3rem] m-[0.1rem] bg-white rounded-border" ref="low" />
|
|
5
|
+
<div class="w-[0.3rem] m-[0.1rem] bg-white rounded-border" ref="mid" />
|
|
6
|
+
<div class="w-[0.3rem] m-[0.1rem] bg-white rounded-border" ref="high" />
|
|
7
7
|
</div>
|
|
8
8
|
</template>
|
|
9
9
|
|
|
10
|
-
<style scoped lang="scss">
|
|
11
|
-
.volume-indicator-bar {
|
|
12
|
-
width: 0.3rem;
|
|
13
|
-
margin: 0.1rem;
|
|
14
|
-
}
|
|
15
|
-
.border-circle {
|
|
16
|
-
border-radius: 50%;
|
|
17
|
-
}
|
|
18
|
-
.bg-primary-700 {
|
|
19
|
-
background-color: #1976D2;
|
|
20
|
-
}
|
|
21
|
-
</style>
|
|
22
|
-
|
|
23
10
|
<script setup>
|
|
24
11
|
|
|
25
12
|
import { ref, defineProps, computed, toRefs, onMounted, onUnmounted, watch } from 'vue'
|
|
@@ -206,6 +193,3 @@
|
|
|
206
193
|
|
|
207
194
|
</script>
|
|
208
195
|
|
|
209
|
-
<style scoped>
|
|
210
|
-
|
|
211
|
-
</style>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/peer-connection-frontend",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.41",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "dotenvx run -- node server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; dotenvx run -- node server/start.js localDev --enableSessions --initScript ./init.js",
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@live-change/cli": "^0.9.
|
|
26
|
-
"@live-change/dao": "^0.9.
|
|
27
|
-
"@live-change/dao-vue3": "^0.9.
|
|
28
|
-
"@live-change/dao-websocket": "^0.9.
|
|
29
|
-
"@live-change/framework": "^0.9.
|
|
30
|
-
"@live-change/password-authentication-service": "^0.9.
|
|
31
|
-
"@live-change/secret-code-service": "^0.9.
|
|
32
|
-
"@live-change/secret-link-service": "^0.9.
|
|
33
|
-
"@live-change/session-service": "^0.9.
|
|
34
|
-
"@live-change/user-frontend": "^0.9.
|
|
35
|
-
"@live-change/user-service": "^0.9.
|
|
36
|
-
"@live-change/vue3-components": "^0.9.
|
|
37
|
-
"@live-change/vue3-ssr": "^0.9.
|
|
25
|
+
"@live-change/cli": "^0.9.41",
|
|
26
|
+
"@live-change/dao": "^0.9.41",
|
|
27
|
+
"@live-change/dao-vue3": "^0.9.41",
|
|
28
|
+
"@live-change/dao-websocket": "^0.9.41",
|
|
29
|
+
"@live-change/framework": "^0.9.41",
|
|
30
|
+
"@live-change/password-authentication-service": "^0.9.41",
|
|
31
|
+
"@live-change/secret-code-service": "^0.9.41",
|
|
32
|
+
"@live-change/secret-link-service": "^0.9.41",
|
|
33
|
+
"@live-change/session-service": "^0.9.41",
|
|
34
|
+
"@live-change/user-frontend": "^0.9.41",
|
|
35
|
+
"@live-change/user-service": "^0.9.41",
|
|
36
|
+
"@live-change/vue3-components": "^0.9.41",
|
|
37
|
+
"@live-change/vue3-ssr": "^0.9.41",
|
|
38
38
|
"@vueuse/core": "^12.3.0",
|
|
39
39
|
"boxicons": "^2.1.4",
|
|
40
40
|
"codeceptjs-assert": "^0.0.5",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"vue3-scroll-border": "0.1.6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@live-change/codeceptjs-helper": "^0.9.
|
|
57
|
+
"@live-change/codeceptjs-helper": "^0.9.41",
|
|
58
58
|
"codeceptjs": "^3.6.10",
|
|
59
59
|
"generate-password": "1.7.1",
|
|
60
60
|
"playwright": "1.49.1",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"author": "Michał Łaszczewski <michal@laszczewski.pl>",
|
|
66
66
|
"license": "BSD-3-Clause",
|
|
67
67
|
"description": "",
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "88ccfef9ea84e2de85935f771d2b03dabfa8d845"
|
|
69
69
|
}
|