@cocreate/users 1.11.6 → 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 CHANGED
@@ -1,3 +1,10 @@
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
+
1
8
  ## [1.11.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.11.5...v1.11.6) (2022-12-21)
2
9
 
3
10
 
package/demo/signin.html CHANGED
@@ -75,13 +75,6 @@
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
79
  <script src="https://cdn.cocreate.app/1.34.3/CoCreate.min.js"></script>
87
80
  <!-- <script src="../../../CoCreateJS/dist/CoCreate.js"></script> -->
package/demo/signup.html CHANGED
@@ -96,13 +96,6 @@
96
96
  </div>
97
97
  </div>
98
98
 
99
- <script>
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
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
 
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
- <!-- SandBox -->
99
- <div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
100
- <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
101
- <a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
102
- <a class="margin-right:10px" id="preview" show="#code, #view" hide="#preview" hidden><i class="fas fa-code"></i></a>
103
- <a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
104
- </div>
105
- <div class="svRow">
106
-
107
- <div class="svColumn">
108
-
109
- <div class="svPanel" id="view">
110
- <textarea collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% border:none resize:none padding:5px"></textarea>
111
- </div>
112
- <div class="svSplitter svHorizontal"> </div>
113
-
114
- <div class="svPanel">
115
- <iframe get-value="#demo" frameBorder="0" height="100%" width="100%" class="min-width:300px"></iframe>
116
- </div>
117
-
118
- </div>
119
- </div>
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.6",
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.39",
64
- "@cocreate/crud-client": "^1.16.18",
65
- "@cocreate/docs": "^1.4.21",
66
- "@cocreate/element-prototype": "^1.2.7",
67
- "@cocreate/render": "^1.17.5"
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
  }
package/webpack.config.js CHANGED
@@ -15,7 +15,6 @@ module.exports = {
15
15
  libraryExport: "default",
16
16
  library: ["CoCreate", "users"],
17
17
  globalObject: "this",
18
- // publicPath: 'https://server.cocreate.app/CoCreateJS/dist/'
19
18
  },
20
19
 
21
20
  plugins: [