@cocreate/organizations 1.11.5 → 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,17 @@
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
+
8
+ ## [1.11.6](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.11.5...v1.11.6) (2023-05-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update manifest.json to manifest.webmanifest ([df7cb9d](https://github.com/CoCreate-app/CoCreate-organizations/commit/df7cb9d6750a85afc813311f8d67841164a6cb72))
14
+
1
15
  ## [1.11.5](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.11.4...v1.11.5) (2023-05-01)
2
16
 
3
17
 
@@ -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
  ]
@@ -5,7 +5,7 @@
5
5
 
6
6
  <!-- CoCreate Favicon -->
7
7
  <link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
8
- <link rel="manifest" href="/manifest.json">
8
+ <link rel="manifest" href="/manifest.webmanifest">
9
9
  </head>
10
10
  <body class="padding:20px">
11
11
 
package/demo/index.html CHANGED
@@ -21,7 +21,7 @@
21
21
  margin-top: -23px;
22
22
  }
23
23
  </style>
24
- <link rel="manifest" href="/manifest.json" />
24
+ <link rel="manifest" href="/manifest.webmanifest" />
25
25
  </head>
26
26
  <body>
27
27
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  <!-- CoCreate Favicon -->
7
7
  <link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
8
- <link rel="manifest" href="/manifest.json">
8
+ <link rel="manifest" href="/manifest.webmanifest">
9
9
  </head>
10
10
  <body>
11
11
 
@@ -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"
@@ -5,7 +5,7 @@
5
5
 
6
6
  <!-- CoCreate Favicon -->
7
7
  <link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
8
- <link rel="manifest" href="/manifest.json">
8
+ <link rel="manifest" href="/manifest.webmanifest">
9
9
  </head>
10
10
  <body class="width:fit-content overflow:auto">
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  <!-- CoCreate Favicon -->
7
7
  <link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
8
- <link rel="manifest" href="/manifest.json">
8
+ <link rel="manifest" href="/manifest.webmanifest">
9
9
  </head>
10
10
  <body class="width:fit-content overflow:auto">
11
11
 
package/docs/index.html CHANGED
@@ -14,7 +14,7 @@
14
14
  <!-- CoCreate CSS CDN -->
15
15
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
16
16
  <link rel="stylesheet" href="https://ws.cocreate.app/docs.css" collection="apples" document_id="6069ff5042ef8ff5175a5c8d" name="css" type="text/css" />
17
- <link rel="manifest" href="/manifest.json" />
17
+ <link rel="manifest" href="/manifest.webmanifest" />
18
18
  </head>
19
19
  <body>
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.11.5",
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",