@cocreate/text 1.19.6 → 1.20.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.20.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.19.6...v1.20.0) (2023-04-24)
2
+
3
+
4
+ ### Features
5
+
6
+ * added pwa manifest ([c1e9494](https://github.com/CoCreate-app/CoCreate-text/commit/c1e9494d0739c029fb888c34fa30c9190e5c3553))
7
+
1
8
  ## [1.19.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.19.5...v1.19.6) (2023-04-11)
2
9
 
3
10
 
@@ -74,6 +74,7 @@ img.intLink { border: 0; }
74
74
  }
75
75
  #editMode label { cursor: pointer; }
76
76
  </style>
77
+ <link rel="manifest" href="/manifest.json">
77
78
  </head>
78
79
  <body onload="initDoc();">
79
80
  <form name="compForm" method="post" action="sample.php" onsubmit="if (validateMode()){this.myDoc.value=oDoc.innerHTML;return true;}return false;">
package/demo/demos.1.html CHANGED
@@ -6,6 +6,7 @@
6
6
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <title>Text | CoCreate</title>
9
+ <link rel="manifest" href="/manifest.json" />
9
10
  </head>
10
11
 
11
12
  <body class="padding:20px">
package/demo/demos.html CHANGED
@@ -6,6 +6,7 @@
6
6
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <title>Text | CoCreate</title>
9
+ <link rel="manifest" href="/manifest.json" />
9
10
  </head>
10
11
 
11
12
  <body class="padding:20px">
package/demo/index.html CHANGED
@@ -8,6 +8,7 @@
8
8
  <link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
9
9
  <title>Text | CoCreate</title>
10
10
 
11
+ <link rel="manifest" href="/manifest.json" />
11
12
  </head>
12
13
 
13
14
  <body>
@@ -14,6 +14,7 @@
14
14
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
15
15
  <link rel="stylesheet" href="/index.css" type="text/css" collection="files" document_id="6092da6b19ec8e58fc80c94e" name="src" type="text/css" save="true" parse="true" minified/>
16
16
 
17
+ <link rel="manifest" href="/manifest.json" />
17
18
  </head>
18
19
  <style type="text/css" media="screen">
19
20
  /*Sidenav Search Field */
package/docs/index.html CHANGED
@@ -11,7 +11,8 @@
11
11
  <meta name="robots" content="index,follow" />
12
12
  <meta property="og:image" content="https://cdn.cocreate.app/docs/boilerplate.png">
13
13
  <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
14
- </head>
14
+ <link rel="manifest" href="/manifest.json" />
15
+ </head>
15
16
 
16
17
  <body>
17
18
  <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/text",
3
- "version": "1.19.6",
3
+ "version": "1.20.0",
4
4
  "description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "text",