@cocreate/organizations 1.5.0 → 1.5.3

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,25 @@
1
+ ## [1.5.3](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.5.2...v1.5.3) (2022-06-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update modal btn to actions ([c1dcded](https://github.com/CoCreate-app/CoCreate-organizations/commit/c1dcded072026901ea6d14b5fd7004eb413f6fc6))
7
+
8
+ ## [1.5.2](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.5.1...v1.5.2) (2022-06-12)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update dependencies ([e67c74d](https://github.com/CoCreate-app/CoCreate-organizations/commit/e67c74df65e782adc22b19ea3dbca226e795b695))
14
+ * update modal btn to actions ([e40a303](https://github.com/CoCreate-app/CoCreate-organizations/commit/e40a303710dc73dd614c659c084d339d5797dc16))
15
+
16
+ ## [1.5.1](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.5.0...v1.5.1) (2022-06-02)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update padding of datables td element ([4adf0fe](https://github.com/CoCreate-app/CoCreate-organizations/commit/4adf0fe02212df759b333da837c616e473b1d9b1))
22
+
1
23
  # [1.5.0](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.4.0...v1.5.0) (2022-05-29)
2
24
 
3
25
 
@@ -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>
@@ -44,7 +44,7 @@
44
44
  </a>
45
45
  </li>
46
46
  <li class="margin-right:15px">
47
- <a actions="deleteDocument"
47
+ <a <a actions="deleteDocument, closeModal"
48
48
  collection="modules"
49
49
  document_id=""
50
50
  pass_id="form-fields"
@@ -12,7 +12,7 @@
12
12
  <div content_id="content" class="padding:5px">
13
13
  <table class="width:100% border-collapse:collapse">
14
14
  <tr class="border-bottom:1px_solid_darkgray">
15
- <td class="position:sticky top:0 background:white padding-top:0 padding:10px ">
15
+ <td class="position:sticky top:0 background:white padding:0px_10px_10px">
16
16
  <input type="text" class="floating-label"
17
17
  filter-name="name"
18
18
  template_id="datatable"
@@ -24,7 +24,7 @@
24
24
  </a>
25
25
  </span>
26
26
  </td>
27
- <td class="position:sticky top:0 background:white padding:10px padding-top:0">
27
+ <td class="position:sticky top:0 background:white padding:0px_10px_10px">
28
28
  <input type="text" class="floating-label"
29
29
  filter-name="_id"
30
30
 
@@ -12,7 +12,7 @@
12
12
  <div content_id="content" class="padding:5px">
13
13
  <table class="width:100% border-collapse:collapse">
14
14
  <tr class="border-bottom:1px_solid_darkgray">
15
- <td class="position:sticky top:0 background:white padding-top:0 padding:10px ">
15
+ <td class="position:sticky top:0 background:white padding:0px_10px_10px">
16
16
  <input type="text" class="floating-label"
17
17
  filter-name="name"
18
18
 
@@ -26,7 +26,7 @@
26
26
  </a>
27
27
  </span>
28
28
  </td>
29
- <td class="position:sticky top:0 background:white padding:10px padding-top:0">
29
+ <td class="position:sticky top:0 background:white padding:0px_10px_10px">
30
30
  <input type="text" class="floating-label"
31
31
  filter-name="_id"
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.5.0",
3
+ "version": "1.5.3",
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
  }