@live-change/user-frontend 0.9.59 → 0.9.60

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,6 +1,7 @@
1
1
  <template>
2
2
  <div class="w-full lg:w-6/12 md:w-9/12" v-shared-element:form="{ duration: '300ms', includeChildren: true }">
3
- <div class="bg-surface-0 dark:bg-surface-900 rounded-border shadow p-6" v-if="authenticationData?.state === 'used' && !submitted">
3
+ <div class="bg-surface-0 dark:bg-surface-900 rounded-border shadow p-6"
4
+ v-if="authenticationData?.state === 'used' && !submitted">
4
5
  <div class="text-surface-900 dark:text-surface-0 font-medium mb-4 text-xl">Authentication done</div>
5
6
  <p class="mt-0 mb-1 p-0 leading-normal">You authenticated in a different tab.</p>
6
7
  </div>
@@ -14,7 +14,7 @@
14
14
  </p>
15
15
  <div>
16
16
  <a :href="linkAddress" class="no-underline">
17
- <Button label="Confirm email" class="p-button-lg" />
17
+ <Button label="Confirm email" class="p-button-lg cursor-pointer" />
18
18
  </a>
19
19
  </div>
20
20
  <p>
@@ -14,7 +14,7 @@
14
14
  </p>
15
15
  <div>
16
16
  <a :href="linkAddress" class="no-underline">
17
- <Button label="Confirm email" class="p-button-lg" />
17
+ <Button label="Confirm email" class="p-button-lg cursor-pointer" />
18
18
  </a>
19
19
  </div>
20
20
  <p>
@@ -14,7 +14,7 @@
14
14
  </p>
15
15
  <div>
16
16
  <a :href="linkAddress" class="no-underline">
17
- <Button label="Confirm email" class="p-button-lg" />
17
+ <Button label="Confirm email" class="p-button-lg cursor-pointer" />
18
18
  </a>
19
19
  </div>
20
20
  <p>
@@ -14,7 +14,7 @@
14
14
  </p>
15
15
  <div>
16
16
  <a :href="linkAddress" class="no-underline">
17
- <Button label="Confirm email" class="p-button-lg" />
17
+ <Button label="Confirm email" class="p-button-lg cursor-pointer" />
18
18
  </a>
19
19
  </div>
20
20
  <p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/user-frontend",
3
- "version": "0.9.59",
3
+ "version": "0.9.60",
4
4
  "scripts": {
5
5
  "memDev": "node --inspect --expose-gc server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "rm tmp.db; node server/start.js localDev --enableSessions --initScript ./init.js",
@@ -22,29 +22,29 @@
22
22
  },
23
23
  "type": "module",
24
24
  "dependencies": {
25
- "@live-change/cli": "^0.9.59",
26
- "@live-change/dao": "^0.9.59",
27
- "@live-change/dao-vue3": "^0.9.59",
28
- "@live-change/dao-websocket": "^0.9.59",
29
- "@live-change/email-service": "^0.9.59",
30
- "@live-change/framework": "^0.9.59",
31
- "@live-change/identicon-service": "^0.9.59",
32
- "@live-change/image-frontend": "^0.9.59",
33
- "@live-change/message-authentication-service": "^0.9.59",
34
- "@live-change/notification-service": "^0.9.59",
35
- "@live-change/password-authentication-service": "^0.9.59",
36
- "@live-change/pattern": "^0.9.59",
37
- "@live-change/secret-code-service": "^0.9.59",
38
- "@live-change/secret-link-service": "^0.9.59",
39
- "@live-change/security-frontend": "^0.9.59",
40
- "@live-change/security-service": "^0.9.59",
41
- "@live-change/session-service": "^0.9.59",
42
- "@live-change/timer-service": "^0.9.59",
43
- "@live-change/upload-service": "^0.9.59",
44
- "@live-change/user-identification-service": "^0.9.59",
45
- "@live-change/user-service": "^0.9.59",
46
- "@live-change/vue3-components": "^0.9.59",
47
- "@live-change/vue3-ssr": "^0.9.59",
25
+ "@live-change/cli": "^0.9.60",
26
+ "@live-change/dao": "^0.9.60",
27
+ "@live-change/dao-vue3": "^0.9.60",
28
+ "@live-change/dao-websocket": "^0.9.60",
29
+ "@live-change/email-service": "^0.9.60",
30
+ "@live-change/framework": "^0.9.60",
31
+ "@live-change/identicon-service": "^0.9.60",
32
+ "@live-change/image-frontend": "^0.9.60",
33
+ "@live-change/message-authentication-service": "^0.9.60",
34
+ "@live-change/notification-service": "^0.9.60",
35
+ "@live-change/password-authentication-service": "^0.9.60",
36
+ "@live-change/pattern": "^0.9.60",
37
+ "@live-change/secret-code-service": "^0.9.60",
38
+ "@live-change/secret-link-service": "^0.9.60",
39
+ "@live-change/security-frontend": "^0.9.60",
40
+ "@live-change/security-service": "^0.9.60",
41
+ "@live-change/session-service": "^0.9.60",
42
+ "@live-change/timer-service": "^0.9.60",
43
+ "@live-change/upload-service": "^0.9.60",
44
+ "@live-change/user-identification-service": "^0.9.60",
45
+ "@live-change/user-service": "^0.9.60",
46
+ "@live-change/vue3-components": "^0.9.60",
47
+ "@live-change/vue3-ssr": "^0.9.60",
48
48
  "@vueuse/core": "^12.3.0",
49
49
  "codeceptjs-assert": "^0.0.5",
50
50
  "codeceptjs-video-helper": "0.1.3",
@@ -65,7 +65,7 @@
65
65
  "wtfnode": "^0.9.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@live-change/codeceptjs-helper": "^0.9.59",
68
+ "@live-change/codeceptjs-helper": "^0.9.60",
69
69
  "codeceptjs": "^3.6.10",
70
70
  "generate-password": "1.7.1",
71
71
  "playwright": "1.49.1",
@@ -76,5 +76,5 @@
76
76
  "author": "Michał Łaszczewski <michal@laszczewski.pl>",
77
77
  "license": "BSD-3-Clause",
78
78
  "description": "",
79
- "gitHead": "c01ecf021b44868514a94ae5eb79c13d6bb37034"
79
+ "gitHead": "8420ad3852216027b648c31f3c908a7b5e6f4292"
80
80
  }