@cocreate/users 1.11.5 → 1.11.7
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/CHANGELOG.md +14 -0
- package/demo/signin.html +1 -8
- package/demo/signout.html +1 -1
- package/demo/signup.html +1 -8
- package/docs/index.html +22 -24
- package/package.json +6 -6
- package/webpack.config.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.11.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.6...v1.11.7) (2022-12-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update demos and bump dependencies ([6fd9021](https://github.com/CoCreate-app/CoCreate-users/commit/6fd9021ad3de00b08f1d5981e0948e1c154cf674))
|
|
7
|
+
|
|
8
|
+
## [1.11.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.5...v1.11.6) (2022-12-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* bump cdn to 1.34.3 ([b600548](https://github.com/CoCreate-app/CoCreate-users/commit/b6005481efa91d0a553fce4048b0be4c55bfa707))
|
|
14
|
+
|
|
1
15
|
## [1.11.5](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.4...v1.11.5) (2022-12-21)
|
|
2
16
|
|
|
3
17
|
|
package/demo/signin.html
CHANGED
|
@@ -75,15 +75,8 @@
|
|
|
75
75
|
</div>
|
|
76
76
|
</div>
|
|
77
77
|
|
|
78
|
-
<script>
|
|
79
|
-
var CoCreateConfig = {
|
|
80
|
-
apiKey: '2061acef-0451-4545-f754-60cf8160', // Your apiKey can be retrived after signing up at https://cocreate.app
|
|
81
|
-
organization_id: '5ff747727005da1c272740ab', // Your organization_id can be retrived after signing up at https://cocreate.app
|
|
82
|
-
host: 'server.cocreate.app' // Points to socket server. If not defined it will use the url in web browser by default
|
|
83
|
-
}
|
|
84
|
-
</script>
|
|
85
78
|
|
|
86
|
-
<script src="https://cdn.cocreate.app/1.34.
|
|
79
|
+
<script src="https://cdn.cocreate.app/1.34.3/CoCreate.min.js"></script>
|
|
87
80
|
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
|
|
88
81
|
|
|
89
82
|
</body>
|
package/demo/signout.html
CHANGED
package/demo/signup.html
CHANGED
|
@@ -96,14 +96,7 @@
|
|
|
96
96
|
</div>
|
|
97
97
|
</div>
|
|
98
98
|
|
|
99
|
-
|
|
100
|
-
var CoCreateConfig = {
|
|
101
|
-
apiKey: '2061acef-0451-4545-f754-60cf8160', // Your apiKey can be retrived after signing up at https://cocreate.app
|
|
102
|
-
organization_id: '5ff747727005da1c272740ab', // Your organization_id can be retrived after signing up at https://cocreate.app
|
|
103
|
-
host: 'server.cocreate.app' // Points to socket server. If not defined it will use the url in web browser by default
|
|
104
|
-
}
|
|
105
|
-
</script>
|
|
106
|
-
<script src="https://cdn.cocreate.app/1.34.2/CoCreate.min.js"></script>
|
|
99
|
+
<script src="https://cdn.cocreate.app/1.34.3/CoCreate.min.js"></script>
|
|
107
100
|
<!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
|
|
108
101
|
|
|
109
102
|
</body>
|
package/docs/index.html
CHANGED
|
@@ -95,30 +95,28 @@
|
|
|
95
95
|
</span>
|
|
96
96
|
</div>
|
|
97
97
|
<div class="position:sticky top:0 padding:15px_0px height:100vh">
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
</div>
|
|
121
|
-
<!-- End SandBox -->
|
|
98
|
+
<!-- SandBox -->
|
|
99
|
+
<div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
|
100
|
+
|
|
101
|
+
<div id="demo-code" resizable class="position:relative height:50%">
|
|
102
|
+
<textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
|
|
103
|
+
<div resize="bottom" class="background:lightgrey"></div>
|
|
104
|
+
</div>
|
|
105
|
+
|
|
106
|
+
<div id="demo-preview" class="position:relative display:flex height:100% background-color:white">
|
|
107
|
+
<div get-value="#demo" class="padding:20px"></div>
|
|
108
|
+
</div>
|
|
109
|
+
|
|
110
|
+
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
|
111
|
+
<a class="margin-right:10px" id="eye" show="#eye-slash" hide="#eye, #demo-preview" toggle="code-height" toggle-target="#demo-code"><i class="far fa-eye"></i></a>
|
|
112
|
+
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
|
|
113
|
+
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
|
|
114
|
+
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
|
|
115
|
+
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
|
|
116
|
+
</div>
|
|
117
|
+
|
|
118
|
+
</div>
|
|
119
|
+
<!-- End SandBox -->
|
|
122
120
|
</div>
|
|
123
121
|
</div>
|
|
124
122
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/users",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.7",
|
|
4
4
|
"description": "A simple users component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"users",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"webpack-log": "^3.0.1"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@cocreate/actions": "^1.5.
|
|
64
|
-
"@cocreate/crud-client": "^1.16.
|
|
65
|
-
"@cocreate/docs": "^1.4.
|
|
66
|
-
"@cocreate/element-prototype": "^1.2.
|
|
67
|
-
"@cocreate/render": "^1.17.
|
|
63
|
+
"@cocreate/actions": "^1.5.40",
|
|
64
|
+
"@cocreate/crud-client": "^1.16.19",
|
|
65
|
+
"@cocreate/docs": "^1.4.22",
|
|
66
|
+
"@cocreate/element-prototype": "^1.2.8",
|
|
67
|
+
"@cocreate/render": "^1.17.6"
|
|
68
68
|
}
|
|
69
69
|
}
|