@cocreate/authorize 1.16.0 → 1.16.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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.16.2](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.16.1...v1.16.2) (2025-05-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update [@cocreate](https://github.com/cocreate) dependencies ([77cb963](https://github.com/CoCreate-app/CoCreate-authorize/commit/77cb96368407244f50b1432b3d2a0161dcaef5ac))
7
+
8
+ ## [1.16.1](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.16.0...v1.16.1) (2025-04-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * webpack.config and devdependencies ([7675592](https://github.com/CoCreate-app/CoCreate-authorize/commit/7675592a7098b5141e39837c5bde0eee2ab3a3a3))
14
+
1
15
  # [1.16.0](https://github.com/CoCreate-app/CoCreate-authorize/compare/v1.15.0...v1.16.0) (2024-12-09)
2
16
 
3
17
 
package/docs/index.html CHANGED
@@ -1,219 +1,219 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1" />
7
- <title>CoCreate-authorize Documentation | CoCreateJS</title>
8
- <link
9
- rel="icon"
10
- type="image/png"
11
- sizes="32x32"
12
- href="https://cocreate.app/images/favicon.ico" />
13
- <meta
14
- name="description"
15
- content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." />
16
- <meta
17
- name="keywords"
18
- content="helper classes, utility classes, css framework, css library, inline style classes" />
19
- <meta name="robots" content="index,follow" />
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
7
+ <title>CoCreate-authorize Documentation | CoCreateJS</title>
8
+ <link
9
+ rel="icon"
10
+ type="image/png"
11
+ sizes="32x32"
12
+ href="https://cocreate.app/images/favicon.ico" />
13
+ <meta
14
+ name="description"
15
+ content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." />
16
+ <meta
17
+ name="keywords"
18
+ content="helper classes, utility classes, css framework, css library, inline style classes" />
19
+ <meta name="robots" content="index,follow" />
20
20
 
21
- <link rel="manifest" href="/manifest.json" />
22
- </head>
21
+ <link rel="manifest" href="/manifest.json" />
22
+ </head>
23
23
 
24
- <body>
25
- <div array="" object="" key="" id="cocreate-authorize">
26
- <div
27
- class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
28
- <div class="display:flex align-items:center">
29
- <h2>CoCreate-authorize</h2>
30
- </div>
31
- <div
32
- class="display:flex align-items:center font-size:20px"
33
- share-height="600"
34
- share-width="500"
35
- share-media="https://via.placeholder.com/300/09f/fff.png">
36
- <a
37
- href="https://github.com/CoCreate-app/CoCreate-authorize"
38
- target="_blank"
39
- class="margin-right:15px"
40
- ><i class="fab fa-github"></i
41
- ></a>
42
- <a
43
- class="margin-right:15px share"
44
- share-network="twitter"
45
- title="Share on twitter"
46
- ><i class="fab fa-twitter"></i
47
- ></a>
48
- <a
49
- class="margin-right:15px share"
50
- share-network="facebook"
51
- title="Share on Facebook"
52
- ><i class="fab fa-facebook"></i
53
- ></a>
54
- <a
55
- class="margin-right:15px share"
56
- share-network="instagram"
57
- title="Share on instagram"
58
- ><i class="fab fa-instagram"></i
59
- ></a>
60
- <a
61
- class="margin-right:15px share"
62
- share-network="share"
63
- title="Share on share"
64
- ><i class="fas fa-share-alt"></i
65
- ></a>
66
- </div>
67
- </div>
68
- <h1 class="max-width:500px margin:20px_10px">
69
- A simple HTML5, CSS and pure javascript component. Easy
70
- configuration using data-attributes and highly styleable.
71
- </h1>
72
- <div id="authorize-section" class="display:flex flex-wrap:wrap">
73
- <div
74
- class="flex-grow:1 min-width:300px width:50% padding:20px_10px">
75
- <h2
76
- class="border-bottom:1px_solid_lightgrey padding:5px_0px">
77
- Install
78
- </h2>
79
- <pre
80
- class="margin-top:15px"><code class="language-javascript">npm install cocreate-authorize</code></pre>
81
- <p class="padding:10px_0px">Or you can use cdn link:</p>
82
- <pre><code class="language-javascript">https://cdn.cocreate.app/js/CoCreate-authorize.min.js</code></pre>
24
+ <body>
25
+ <div array="" object="" key="" id="cocreate-authorize">
26
+ <div
27
+ class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
28
+ <div class="display:flex align-items:center">
29
+ <h2>CoCreate-authorize</h2>
30
+ </div>
31
+ <div
32
+ class="display:flex align-items:center font-size:20px"
33
+ share-height="600"
34
+ share-width="500"
35
+ share-media="https://via.placeholder.com/300/09f/fff.png">
36
+ <a
37
+ href="https://github.com/CoCreate-app/CoCreate-authorize"
38
+ target="_blank"
39
+ class="margin-right:15px"
40
+ ><i class="fab fa-github"></i
41
+ ></a>
42
+ <a
43
+ class="margin-right:15px share"
44
+ share-network="twitter"
45
+ title="Share on twitter"
46
+ ><i class="fab fa-twitter"></i
47
+ ></a>
48
+ <a
49
+ class="margin-right:15px share"
50
+ share-network="facebook"
51
+ title="Share on Facebook"
52
+ ><i class="fab fa-facebook"></i
53
+ ></a>
54
+ <a
55
+ class="margin-right:15px share"
56
+ share-network="instagram"
57
+ title="Share on instagram"
58
+ ><i class="fab fa-instagram"></i
59
+ ></a>
60
+ <a
61
+ class="margin-right:15px share"
62
+ share-network="share"
63
+ title="Share on share"
64
+ ><i class="fas fa-share-alt"></i
65
+ ></a>
66
+ </div>
67
+ </div>
68
+ <h1 class="max-width:500px margin:20px_10px">
69
+ A simple HTML5, CSS and pure javascript component. Easy
70
+ configuration using data-attributes and highly styleable.
71
+ </h1>
72
+ <div id="authorize-section" class="display:flex flex-wrap:wrap">
73
+ <div
74
+ class="flex-grow:1 min-width:300px width:50% padding:20px_10px">
75
+ <h2
76
+ class="border-bottom:1px_solid_lightgrey padding:5px_0px">
77
+ Install
78
+ </h2>
79
+ <pre
80
+ class="margin-top:15px"><code class="language-javascript">npm install cocreate-authorize</code></pre>
81
+ <p class="padding:10px_0px">Or you can use cdn link:</p>
82
+ <pre><code class="language-javascript">https://cdn.cocreate.app/js/CoCreate-authorize.min.js</code></pre>
83
83
 
84
- <h2
85
- class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
86
- Usage
87
- </h2>
88
- <p class="padding:10px_0px">authorize usage content</p>
89
- <pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>
84
+ <h2
85
+ class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
86
+ Usage
87
+ </h2>
88
+ <p class="padding:10px_0px">authorize usage content</p>
89
+ <pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>
90
90
 
91
- <h2
92
- class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
93
- Reference
94
- </h2>
95
- <p class="padding:10px_0px">
96
- This is authorize reference content
97
- </p>
98
- <pre><code class="language-javascript">&lt;div&gt;&lt;/div&gt;</code></pre>
99
- <p class="padding:10px_0px">
100
- This is authorize reference content
101
- </p>
91
+ <h2
92
+ class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
93
+ Reference
94
+ </h2>
95
+ <p class="padding:10px_0px">
96
+ This is authorize reference content
97
+ </p>
98
+ <pre><code class="language-javascript">&lt;div&gt;&lt;/div&gt;</code></pre>
99
+ <p class="padding:10px_0px">
100
+ This is authorize reference content
101
+ </p>
102
102
 
103
- <h2
104
- class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
105
- Attributes
106
- </h2>
107
- <ul class="list-style-type:none">
108
- <li
109
- class="padding:15px_0px border-bottom:1px_solid_lightgrey">
110
- <h4>
111
- <span>authorize</span>
112
- <span class="cocreate-badge success"
113
- >string</span
114
- >
115
- <span class="cocreate-badge warning"
116
- >optional</span
117
- >
118
- </h4>
119
- <p>authorize-attribute</p>
120
- </li>
121
- <li
122
- class="padding:15px_0px border-bottom:1px_solid_lightgrey">
123
- <h4>
124
- <span>authorize</span>
125
- <span class="cocreate-badge success"
126
- >string</span
127
- >
128
- <span class="cocreate-badge warning"
129
- >optional</span
130
- >
131
- </h4>
132
- <p>authorize-attribute</p>
133
- </li>
134
- </ul>
135
- </div>
103
+ <h2
104
+ class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">
105
+ Attributes
106
+ </h2>
107
+ <ul class="list-style-type:none">
108
+ <li
109
+ class="padding:15px_0px border-bottom:1px_solid_lightgrey">
110
+ <h4>
111
+ <span>authorize</span>
112
+ <span class="cocreate-badge success"
113
+ >string</span
114
+ >
115
+ <span class="cocreate-badge warning"
116
+ >optional</span
117
+ >
118
+ </h4>
119
+ <p>authorize-attribute</p>
120
+ </li>
121
+ <li
122
+ class="padding:15px_0px border-bottom:1px_solid_lightgrey">
123
+ <h4>
124
+ <span>authorize</span>
125
+ <span class="cocreate-badge success"
126
+ >string</span
127
+ >
128
+ <span class="cocreate-badge warning"
129
+ >optional</span
130
+ >
131
+ </h4>
132
+ <p>authorize-attribute</p>
133
+ </li>
134
+ </ul>
135
+ </div>
136
136
 
137
- <div
138
- class="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
139
- <!-- SandBox -->
140
- <div
141
- class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px"
142
- id="playground">
143
- <div
144
- id="demo-code"
145
- resizable
146
- class="position:relative height:50%">
147
- <textarea
148
- type="code"
149
- lang="html"
150
- array="demos"
151
- object=""
152
- key="demo"
153
- save="false"
154
- id="demo"
155
- class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
156
- <div
157
- resize="bottom"
158
- class="background:lightgrey"></div>
159
- </div>
137
+ <div
138
+ class="flex-grow:1 min-width:300px width:50% padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
139
+ <!-- SandBox -->
140
+ <div
141
+ class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px"
142
+ id="playground">
143
+ <div
144
+ id="demo-code"
145
+ resizable
146
+ class="position:relative height:50%">
147
+ <textarea
148
+ type="code"
149
+ lang="html"
150
+ array="demos"
151
+ object=""
152
+ key="demo"
153
+ save="false"
154
+ id="demo"
155
+ class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
156
+ <div
157
+ resize="bottom"
158
+ class="background:lightgrey"></div>
159
+ </div>
160
160
 
161
- <div
162
- id="demo-preview"
163
- class="position:relative overflow:auto background-color:white">
164
- <div get-value="#demo" class="padding:20px"></div>
165
- </div>
161
+ <div
162
+ id="demo-preview"
163
+ class="position:relative overflow:auto background-color:white">
164
+ <div get-value="#demo" class="padding:20px"></div>
165
+ </div>
166
166
 
167
- <div
168
- class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
169
- <a
170
- class="margin-right:10px"
171
- id="eye"
172
- show="#eye-slash"
173
- hide="#eye, #demo-preview"
174
- toggle="code-height"
175
- toggle-selector="#demo-code"
176
- ><i class="far fa-eye"></i
177
- ></a>
178
- <a
179
- class="margin-right:10px"
180
- hidden
181
- id="eye-slash"
182
- show="#eye, #demo-preview"
183
- hide="#eye-slash"
184
- toggle="code-height"
185
- toggle-selector="#demo-code"
186
- ><i class="fas fa-eye-slash"></i
187
- ></a>
188
- <a
189
- class="margin-right:10px"
190
- id="code"
191
- show="#code-slash"
192
- hide="#code, #demo-code"
193
- ><i class="fa fa-code"></i
194
- ></a>
195
- <a
196
- class="margin-right:10px"
197
- hidden
198
- id="code-slash"
199
- show="#code, #demo-code"
200
- hide="#code-slash"
201
- ><i class="fas fa-code"></i
202
- ></a>
203
- <a
204
- class="margin-right:5px"
205
- fullscreen
206
- target="#playground"
207
- ><i class="fas fa-expand"></i
208
- ></a>
209
- </div>
210
- </div>
211
- <!-- End SandBox -->
212
- </div>
213
- </div>
214
- </div>
167
+ <div
168
+ class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
169
+ <a
170
+ class="margin-right:10px"
171
+ id="eye"
172
+ show="#eye-slash"
173
+ hide="#eye, #demo-preview"
174
+ toggle="code-height"
175
+ toggle-query="#demo-code"
176
+ ><i class="far fa-eye"></i
177
+ ></a>
178
+ <a
179
+ class="margin-right:10px"
180
+ hidden
181
+ id="eye-slash"
182
+ show="#eye, #demo-preview"
183
+ hide="#eye-slash"
184
+ toggle="code-height"
185
+ toggle-query="#demo-code"
186
+ ><i class="fas fa-eye-slash"></i
187
+ ></a>
188
+ <a
189
+ class="margin-right:10px"
190
+ id="code"
191
+ show="#code-slash"
192
+ hide="#code, #demo-code"
193
+ ><i class="fa fa-code"></i
194
+ ></a>
195
+ <a
196
+ class="margin-right:10px"
197
+ hidden
198
+ id="code-slash"
199
+ show="#code, #demo-code"
200
+ hide="#code-slash"
201
+ ><i class="fas fa-code"></i
202
+ ></a>
203
+ <a
204
+ class="margin-right:5px"
205
+ fullscreen
206
+ target="#playground"
207
+ ><i class="fas fa-expand"></i
208
+ ></a>
209
+ </div>
210
+ </div>
211
+ <!-- End SandBox -->
212
+ </div>
213
+ </div>
214
+ </div>
215
215
 
216
- <!--CoCreateJS-->
217
- <script src="https://CoCreate.app/dist/CoCreate.js"></script>
218
- </body>
216
+ <!--CoCreateJS-->
217
+ <script src="https://CoCreate.app/dist/CoCreate.js"></script>
218
+ </body>
219
219
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/authorize",
3
- "version": "1.16.0",
3
+ "version": "1.16.2",
4
4
  "description": "A simple authorize component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "authorize",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "main": "./src/index.js",
47
47
  "dependencies": {
48
- "@cocreate/crud-client": "^1.33.11",
49
- "@cocreate/utils": "^1.34.1"
48
+ "@cocreate/crud-client": "^1.34.2",
49
+ "@cocreate/utils": "^1.39.0"
50
50
  }
51
51
  }