@cocreate/organizations 1.5.1 → 1.5.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,11 @@
1
+ ## [1.5.2](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.5.1...v1.5.2) (2022-06-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([e67c74d](https://github.com/CoCreate-app/CoCreate-organizations/commit/e67c74df65e782adc22b19ea3dbca226e795b695))
7
+ * update modal btn to actions ([e40a303](https://github.com/CoCreate-app/CoCreate-organizations/commit/e40a303710dc73dd614c659c084d339d5797dc16))
8
+
1
9
  ## [1.5.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.5.0...v1.5.1) (2022-06-02)
2
10
 
3
11
 
@@ -15,13 +15,13 @@
15
15
 
16
16
  <ul class="overflow:auto display:inline-flex direction:rtl font-size:20px align-items:center list-style-type:none width:100% height:50px">
17
17
  <li class="margin-right:15px">
18
- <a class="btn-modal-close"><i class="fas fa-times"></i></a>
18
+ <a actions="closeModal"><i class="fas fa-times"></i></a>
19
19
  </li>
20
20
  <li class="margin-right:15px">
21
- <a class="btn-modal-maximize"><i toggle="fa-window-restore, fa-window-maximize" class="far fa-window-maximize"></i></a>
21
+ <a actions="minMaxModal"><i toggle="fa-window-restore, fa-window-maximize" class="far fa-window-maximize"></i></a>
22
22
  </li>
23
23
  <li class="margin-right:15px">
24
- <a class="btn-modal-minimize"><i class="far fa-window-minimize"></i></a>
24
+ <a actions="parkModal"><i class="far fa-window-minimize"></i></a>
25
25
  </li>
26
26
  <li class="margin-right:15px">
27
27
  <a fullscreen><i toggle="fa-compress, fa-expand" class="fas fa-expand"></i></a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
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",
@@ -61,10 +61,10 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/actions": "^1.4.1",
65
- "@cocreate/crud-client": "^1.6.2",
66
- "@cocreate/docs": "^1.3.1",
67
- "@cocreate/elements": "^1.7.3",
64
+ "@cocreate/actions": "^1.4.2",
65
+ "@cocreate/crud-client": "^1.7.0",
66
+ "@cocreate/docs": "^1.3.2",
67
+ "@cocreate/elements": "^1.8.0",
68
68
  "mongodb": "^4.4.0"
69
69
  }
70
70
  }