@cocreate/organizations 1.10.10 → 1.11.0

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.0](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.10.10...v1.11.0) (2023-04-24)
2
+
3
+
4
+ ### Features
5
+
6
+ * added pwa manifest ([711f7a2](https://github.com/CoCreate-app/CoCreate-organizations/commit/711f7a22c2f3f224f956c93a3a4019a383226c37))
7
+
1
8
  ## [1.10.10](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.10.9...v1.10.10) (2023-04-13)
2
9
 
3
10
 
@@ -5,6 +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
9
  </head>
9
10
  <body class="padding:20px">
10
11
 
package/demo/index.html CHANGED
@@ -21,7 +21,8 @@
21
21
  margin-top: -23px;
22
22
  }
23
23
  </style>
24
- </head>
24
+ <link rel="manifest" href="/manifest.json" />
25
+ </head>
25
26
  <body>
26
27
 
27
28
  <div class="main-container justify-content:center align-items:center overflow:auto display:flex flex-wrap:wrap position:absolute width:100% height:100%">
@@ -5,6 +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
9
  </head>
9
10
  <body>
10
11
 
@@ -5,6 +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
9
  </head>
9
10
  <body class="width:fit-content overflow:auto">
10
11
 
@@ -5,6 +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
9
  </head>
9
10
  <body class="width:fit-content overflow:auto">
10
11
 
package/docs/index.html CHANGED
@@ -14,7 +14,8 @@
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
- </head>
17
+ <link rel="manifest" href="/manifest.json" />
18
+ </head>
18
19
  <body>
19
20
 
20
21
  <nav class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px" content_id="content" scroll="sticky-nav,hide-nav" scroll-up="10" scroll-down="10" collection="files" document_id="60395ef42b3ac232657040fd" name="src">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.10.10",
3
+ "version": "1.11.0",
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",