@cocreate/organizations 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-organizations/compare/v1.11.6...v1.11.7) (2023-05-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * replaced icon toggles with new svg ([069f7eb](https://github.com/CoCreate-app/CoCreate-organizations/commit/069f7ebc6eb6f6601bd61dd8a789a52844af155b))
7
+
1
8
  ## [1.11.6](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.11.5...v1.11.6) (2023-05-01)
2
9
 
3
10
 
@@ -17,9 +17,10 @@ module.exports = {
17
17
  "general.cocreate.app"
18
18
  ],
19
19
  "directory": "/docs/organizations",
20
- "content-type": "text/html",
20
+ "parentDirectory": "{{parentDirectory}}",
21
+ "content-type": "{{content-type}}",
21
22
  "public": "true",
22
- "website_id": "5ffbceb7f11d2d00103c4535"
23
+ "website_id": "644d4bff8036fb9d1d1fd69c"
23
24
  }
24
25
  }
25
26
  ]
@@ -18,14 +18,19 @@
18
18
  <li class="margin-right:15px">
19
19
  <a actions="closeModal"><i class="height:18px fill:#505050" src="/assets/svg/times.svg"></i></a>
20
20
  </li>
21
- <li class="margin-right:15px">
22
- <a actions="minMaxModal"><i toggle="fa-window-restore, fa-window-maximize" class="far fa-window-maximize"></i></a>
23
- </li>
24
- <li class="margin-right:15px">
21
+ <li class="margin-right:15px">
22
+ <a actions="minMaxModal">
23
+ <i toggle="/assets/svg/window-restore.svg, /assets/svg/window-maximize.svg" toggle-attribute="src" class="display:flex height:18px fill:#505050" src="/assets/svg/window-maximize.svg"></i>
24
+ </a>
25
+ </li> <li class="margin-right:15px">
25
26
  <a actions="parkModal"><i class="height:18px fill:#505050" src="/assets/svg/window-minimize.svg"></i></a>
26
27
  </li>
27
28
  <li class="margin-right:15px">
28
- <a fullscreen></a>
29
+ <a fullscreen>
30
+ <i class="display:flex height:18px fill:#505050" src="/assets/svg/expand.svg"></i>
31
+ <i class="display:flex height:18px fill:#505050" src="/assets/svg/compress.svg"></i>
32
+ </a>
33
+
29
34
  </li>
30
35
  <li class="margin-right:15px">
31
36
  <a actions="pass, openModal" modal-src="render.html"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.11.6",
3
+ "version": "1.11.7",
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",