powr-sdk-web 1.9.0 → 1.9.2
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/auth/index.js +18 -1
- package/package.json +34 -34
package/dist/auth/index.js
CHANGED
|
@@ -366,7 +366,11 @@ var PowrLogin = function PowrLogin(_ref) {
|
|
|
366
366
|
style: _objectSpread(_objectSpread({}, styles.spinner), {}, {
|
|
367
367
|
animation: 'spin 1s linear infinite'
|
|
368
368
|
})
|
|
369
|
-
}) : isLogin ? 'Sign In' : 'Sign Up'))
|
|
369
|
+
}) : isLogin ? 'Sign In' : 'Sign Up')), /*#__PURE__*/_react["default"].createElement("div", {
|
|
370
|
+
style: styles.poweredBySection
|
|
371
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
372
|
+
style: styles.poweredByText
|
|
373
|
+
}, "Secured by PowrLogin"))));
|
|
370
374
|
};
|
|
371
375
|
var styles = {
|
|
372
376
|
container: {
|
|
@@ -589,6 +593,19 @@ var styles = {
|
|
|
589
593
|
width: '20px',
|
|
590
594
|
height: '20px'
|
|
591
595
|
},
|
|
596
|
+
poweredBySection: {
|
|
597
|
+
marginTop: '24px',
|
|
598
|
+
textAlign: 'center',
|
|
599
|
+
paddingTop: '16px',
|
|
600
|
+
borderTop: '1px solid #e5e7eb'
|
|
601
|
+
},
|
|
602
|
+
poweredByText: {
|
|
603
|
+
fontSize: '13px',
|
|
604
|
+
color: '#6b7280',
|
|
605
|
+
fontWeight: '500',
|
|
606
|
+
margin: '0',
|
|
607
|
+
opacity: '0.8'
|
|
608
|
+
},
|
|
592
609
|
modalOverlay: {
|
|
593
610
|
position: 'fixed',
|
|
594
611
|
top: 0,
|
package/package.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "powr-sdk-web",
|
|
3
|
-
"version": "1.9.
|
|
4
|
-
"main": "dist/index.js",
|
|
5
|
-
"scripts": {
|
|
6
|
-
"build": "babel src -d dist --copy-files",
|
|
7
|
-
"prepublishOnly": "npm run build"
|
|
8
|
-
},
|
|
9
|
-
"keywords": [
|
|
10
|
-
"react",
|
|
11
|
-
"component",
|
|
12
|
-
"npm",
|
|
13
|
-
"file-upload",
|
|
14
|
-
"powrbase",
|
|
15
|
-
"comments"
|
|
16
|
-
],
|
|
17
|
-
"author": "Lawazia Tech",
|
|
18
|
-
"license": "MIT",
|
|
19
|
-
"repository": {
|
|
20
|
-
"type": "git",
|
|
21
|
-
"url": "https://github.com/lawaziatech/react-byto.git"
|
|
22
|
-
},
|
|
23
|
-
"peerDependencies": {
|
|
24
|
-
"react": "*",
|
|
25
|
-
"react-dom": "*"
|
|
26
|
-
},
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@babel/cli": "^7.24.1",
|
|
29
|
-
"@babel/core": "^7.24.4",
|
|
30
|
-
"@babel/preset-env": "^7.24.4",
|
|
31
|
-
"@babel/preset-react": "^7.24.1",
|
|
32
|
-
"prop-types": "^15.8.1"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "powr-sdk-web",
|
|
3
|
+
"version": "1.9.2",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"build": "babel src -d dist --copy-files",
|
|
7
|
+
"prepublishOnly": "npm run build"
|
|
8
|
+
},
|
|
9
|
+
"keywords": [
|
|
10
|
+
"react",
|
|
11
|
+
"component",
|
|
12
|
+
"npm",
|
|
13
|
+
"file-upload",
|
|
14
|
+
"powrbase",
|
|
15
|
+
"comments"
|
|
16
|
+
],
|
|
17
|
+
"author": "Lawazia Tech",
|
|
18
|
+
"license": "MIT",
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://github.com/lawaziatech/react-byto.git"
|
|
22
|
+
},
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"react": "*",
|
|
25
|
+
"react-dom": "*"
|
|
26
|
+
},
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@babel/cli": "^7.24.1",
|
|
29
|
+
"@babel/core": "^7.24.4",
|
|
30
|
+
"@babel/preset-env": "^7.24.4",
|
|
31
|
+
"@babel/preset-react": "^7.24.1",
|
|
32
|
+
"prop-types": "^15.8.1"
|
|
33
|
+
}
|
|
34
|
+
}
|