@cocreate/organizations 1.7.32 → 1.7.34

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,19 @@
1
+ ## [1.7.34](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.33...v1.7.34) (2022-12-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([4836a14](https://github.com/CoCreate-app/CoCreate-organizations/commit/4836a142463cdd00bfeb028c5377846ac83ed4bd))
7
+
8
+ ## [1.7.33](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.32...v1.7.33) (2022-12-27)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump dependecies ([3378fde](https://github.com/CoCreate-app/CoCreate-organizations/commit/3378fde2fea7976b7d544912b7c0ea853a968eca))
14
+ * bump dependencies ([a702150](https://github.com/CoCreate-app/CoCreate-organizations/commit/a702150c9fbdedb3a888f0be60e65edecbc8db53))
15
+ * modal href updated to modal-src ([4c70e2b](https://github.com/CoCreate-app/CoCreate-organizations/commit/4c70e2b55cd50cdac002e041679545a52cb9c3a1))
16
+
1
17
  ## [1.7.32](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.31...v1.7.32) (2022-12-25)
2
18
 
3
19
 
@@ -27,7 +27,7 @@
27
27
  <a fullscreen><i toggle="fa-compress, fa-expand" class="fas fa-expand"></i></a>
28
28
  </li>
29
29
  <li class="margin-right:15px">
30
- <a actions="pass, openModal" href="render.html"
30
+ <a actions="pass, openModal" modal-src="render.html"
31
31
  pass-collection="modules"
32
32
  pass-document_id=""
33
33
  pass_to="builder"
@@ -53,7 +53,7 @@
53
53
  <span pass_id="me1234" name="icon"></span>
54
54
  </div>
55
55
  <div>
56
- <a actions="pass, openModal" href="render.html"
56
+ <a actions="pass, openModal" modal-src="render.html"
57
57
  pass-collection="module_activity"
58
58
  pass-document_id="{{document._id}}"
59
59
 
@@ -74,7 +74,7 @@
74
74
  </div>
75
75
  </td>
76
76
  <td class="padding:10px">
77
- <a actions="pass, openModal" href="render.html"
77
+ <a actions="pass, openModal" modal-src="render.html"
78
78
  pass-document_id=""
79
79
 
80
80
  pass-collection="module_activity"
@@ -96,7 +96,7 @@
96
96
 
97
97
  </div>
98
98
 
99
- <button actions="pass, openModal" href="render.html"
99
+ <button actions="pass, openModal" modal-src="render.html"
100
100
  pass-collection="modules"
101
101
  pass-document_id=""
102
102
 
@@ -58,7 +58,7 @@
58
58
  <span pass_id="me1234" name="icon"></span>
59
59
  </div>
60
60
  <div>
61
- <a actions="pass, openModal" href="render.html"
61
+ <a actions="pass, openModal" modal-src="render.html"
62
62
  pass-collection="module_activity"
63
63
  pass-document_id=""
64
64
 
@@ -79,7 +79,7 @@
79
79
  </div>
80
80
  </td>
81
81
  <td class="padding:10px">
82
- <a actions="pass, openModal" href="render.html"
82
+ <a actions="pass, openModal" modal-src="render.html"
83
83
  pass-document_id=""
84
84
 
85
85
  pass-collection="module_activity"
@@ -101,7 +101,7 @@
101
101
 
102
102
  </div>
103
103
 
104
- <button actions="pass, openModal" href="render.html"
104
+ <button actions="pass, openModal" modal-src="render.html"
105
105
  pass-collection="modules"
106
106
  pass-document_id=""
107
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.7.32",
3
+ "version": "1.7.34",
4
4
  "description": "A simple organizations component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "organizations",
@@ -60,9 +60,9 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/actions": "^1.5.43",
64
- "@cocreate/crud-client": "^1.17.0",
65
- "@cocreate/docs": "^1.4.25",
66
- "@cocreate/element-prototype": "^1.2.12"
63
+ "@cocreate/actions": "^1.5.45",
64
+ "@cocreate/crud-client": "^1.17.5",
65
+ "@cocreate/docs": "^1.4.27",
66
+ "@cocreate/element-prototype": "^1.2.17"
67
67
  }
68
68
  }