@tapni/auth 1.0.52 → 1.0.54
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/dist/.vite/manifest.json +10 -10
- package/dist/{Apps-WVb4S3LS.js → Apps-Dnw2La4O.js} +1 -1
- package/dist/{Billing-C8WFpUFn.js → Billing-C9TDWfv1.js} +1 -1
- package/dist/{CustomApp-LUQvCaYr.js → CustomApp-CjMfIsaK.js} +1 -1
- package/dist/{QR-C6K2Z3Ey.js → QR-7_VeMwh2.js} +1 -1
- package/dist/TapniAuth.es.js +1 -1
- package/dist/TapniAuth.umd.js +4 -4
- package/dist/{install-Bwa_1dZE.js → install-CLAhcoxj.js} +305 -297
- package/dist/style.css +1 -1
- package/package.json +65 -65
- package/src/App.vue +247 -258
- package/src/views/General.vue +3 -6
- package/src/views/Security.vue +4 -6
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.app-store-icon[data-v-cb61958b]{box-shadow:0 4px 10px #00000017;border-radius:12px}#codeInput[data-v-7d5cdeb9],#emailInput[data-v-7d5cdeb9]{text-align:center;padding-right:15%;font-size:17px}.firstRow img[data-v-
|
|
1
|
+
.app-store-icon[data-v-cb61958b]{box-shadow:0 4px 10px #00000017;border-radius:12px}#codeInput[data-v-7d5cdeb9],#emailInput[data-v-7d5cdeb9]{text-align:center;padding-right:15%;font-size:17px}.firstRow img[data-v-64ae2517]{width:25px;height:25px;position:absolute;top:50%;right:0;transform:translate(-50%,-50%)}#emailInput[data-v-707a4b16]{text-align:center;padding-right:15%;font-size:17px}html *{font-family:Inter,sans-serif}#bodyId{padding-top:3%;max-width:667px!important;margin:1.5% auto auto;height:95%!important;border-radius:20px}.action-block-top .default-text,.action-block-top .default-text:after{border-radius:50%;width:10em!important;height:10em!important}.action-block-top .default-text{margin:10px auto;font-size:3px;position:relative;text-indent:-9999em;border-left:.5em solid #000000;border-top:.5em solid rgba(0,0,0,.2);border-right:.5em solid rgba(0,0,0,.2);border-bottom:.5em solid rgba(0,0,0,.2);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.smartbanner-ios{background:linear-gradient(to bottom,#f4f4f4,#f4f4f4);box-shadow:0 0 #fff;border-bottom:1px solid #dddddd}.smartbanner-icon{border-radius:16px}.smartbanner-ios .smartbanner-button{font-size:13px;padding:9px 0;height:40px;border-radius:13px;background:#f4f4f4;color:#0a99d2;border:none;box-shadow:none;text-transform:uppercase}.snack-body{display:none;border-radius:40px;font-size:15px!important}#errorSnack{background-color:#fee3e3!important;border:2px solid #edd9d9!important;color:#000}#successSnack{background-color:#eff5eb!important;border:2px solid #e3ecd7!important;color:#000}.grecaptcha-badge{visibility:hidden}.header-logo{position:absolute;left:50%;transform:translate(-50%,-50%);margin-top:0;z-index:2}.header-logo-img{height:40px;margin-top:10px}@media (max-width: 768px){#bodyId{margin-top:0;border-radius:0;height:100%!important}.header-logo{margin-top:15px}}.withBackground[data-v-2f7f5584],.withBackground[data-v-4d3e1bec],.withBackground[data-v-36b27d1f]{height:50px}
|
package/package.json
CHANGED
|
@@ -1,67 +1,67 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
2
|
+
"name": "@tapni/auth",
|
|
3
|
+
"version": "1.0.54",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./dist/TapniAuth.umd.js",
|
|
6
|
+
"module": "./dist/TapniAuth.es.js",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"src"
|
|
10
|
+
],
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "./dist/TapniAuth.es.js",
|
|
14
|
+
"require": "./dist/TapniAuth.umd.js"
|
|
15
|
+
},
|
|
16
|
+
"./dist/style.css": "./dist/style.css"
|
|
17
|
+
},
|
|
18
|
+
"scripts": {
|
|
19
|
+
"dev": "vite",
|
|
20
|
+
"build": "vite build --mode standalone",
|
|
21
|
+
"build:dev": "vite build --mode .env.development",
|
|
22
|
+
"preview": "vite preview",
|
|
23
|
+
"build-lib": "vite build --config=vite-lib.config.js",
|
|
24
|
+
"build-lib:dev": "vite build --config=vite-lib.config.js --mode .env.development",
|
|
25
|
+
"lint": "eslint src",
|
|
26
|
+
"format": "prettier . --write"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@braintree/sanitize-url": "^7.1.0",
|
|
30
|
+
"@capacitor-community/apple-sign-in": "^6.0.0",
|
|
31
|
+
"@capacitor/app": "^6.0.2",
|
|
32
|
+
"@capacitor/browser": "^6.0.4",
|
|
33
|
+
"@capacitor/core": "^6.2.0",
|
|
34
|
+
"@capacitor/device": "^6.0.2",
|
|
35
|
+
"@capacitor/preferences": "^6.0.3",
|
|
36
|
+
"@codetrix-studio/capacitor-google-auth": "^3.4.0-rc.4",
|
|
37
|
+
"@eslint/js": "^9.13.0",
|
|
38
|
+
"@otplib/preset-browser": "^12.0.1",
|
|
39
|
+
"@recognizebv/capacitor-plugin-msauth": "^3.6.3",
|
|
40
|
+
"@tapni/capacitor-reactive-localstorage-vue3": "^0.0.17",
|
|
41
|
+
"@tapni/styles": "^0.0.13",
|
|
42
|
+
"await-to-js": "^3.0.0",
|
|
43
|
+
"axios": "^1.7.8",
|
|
44
|
+
"buffer": "^6.0.3",
|
|
45
|
+
"eslint": "^9.13.0",
|
|
46
|
+
"eslint-config-prettier": "^9.1.0",
|
|
47
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
48
|
+
"eslint-plugin-vue": "^9.29.1",
|
|
49
|
+
"js-sha256": "^0.11.0",
|
|
50
|
+
"jwt-decode": "^4.0.0",
|
|
51
|
+
"prettier": "3.3.3",
|
|
52
|
+
"qr-code-styling": "^1.8.4",
|
|
53
|
+
"vue": "^3.5.13",
|
|
54
|
+
"vue-cookies": "^1.8.4",
|
|
55
|
+
"vue-router": "^4.5.0",
|
|
56
|
+
"vue3-select-component": "^0.7.0",
|
|
57
|
+
"vuex": "^4.1.0",
|
|
58
|
+
"vuex-router-sync": "v6.0.0-rc.1"
|
|
59
|
+
},
|
|
60
|
+
"devDependencies": {
|
|
61
|
+
"@rollup/plugin-inject": "^5.0.5",
|
|
62
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
63
|
+
"office-addin-dev-certs": "^1.13.5",
|
|
64
|
+
"vite": "^5.4.11",
|
|
65
|
+
"vite-plugin-node-polyfills": "^0.22.0"
|
|
66
|
+
}
|
|
67
67
|
}
|