@cocreate/text 1.20.4 → 1.20.6

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.20.6](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.5...v1.20.6) (2023-05-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update manifest.json to manifest.webmanifest ([19ec520](https://github.com/CoCreate-app/CoCreate-text/commit/19ec520d377c4f6e4b67791fc6adf50e6b0541d1))
7
+
8
+ ## [1.20.5](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.4...v1.20.5) (2023-05-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * replace fontawesome with svg ([1675a81](https://github.com/CoCreate-app/CoCreate-text/commit/1675a81fea4a29f213eaa9a69b0b6e56f038cc3f))
14
+
1
15
  ## [1.20.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.3...v1.20.4) (2023-04-30)
2
16
 
3
17
 
@@ -74,7 +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
+ <link rel="manifest" href="/manifest.webmanifest">
78
78
  </head>
79
79
  <body onload="initDoc();">
80
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,7 +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
+ <link rel="manifest" href="/manifest.webmanifest" />
10
10
  </head>
11
11
 
12
12
  <body class="padding:20px">
package/demo/demos.html CHANGED
@@ -6,7 +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
+ <link rel="manifest" href="/manifest.webmanifest" />
10
10
  </head>
11
11
 
12
12
  <body class="padding:20px">
package/demo/index.html CHANGED
@@ -8,7 +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
+ <link rel="manifest" href="/manifest.webmanifest" />
12
12
  </head>
13
13
 
14
14
  <body>
@@ -14,7 +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
+ <link rel="manifest" href="/manifest.webmanifest" />
18
18
  </head>
19
19
  <style type="text/css" media="screen">
20
20
  /*Sidenav Search Field */
@@ -187,7 +187,7 @@
187
187
  </section>
188
188
 
189
189
  <button href="https://github.com/CoCreate-app/CoCreate-website/tree/master/src/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
190
- <i class="fas fa-pencil-alt"></i>
190
+ <i class="height:20px fill:#505050" src="/assets/svg/pencil-alt.svg"></i>
191
191
  </button>
192
192
  </main>
193
193
 
package/docs/index.html CHANGED
@@ -11,7 +11,7 @@
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
- <link rel="manifest" href="/manifest.json" />
14
+ <link rel="manifest" href="/manifest.webmanifest" />
15
15
  </head>
16
16
 
17
17
  <body>
@@ -27,11 +27,11 @@
27
27
  <h2>CoCreate-text</h2>
28
28
  </div>
29
29
  <div class="display:flex align-items:center font-size:20px" share-height="600" share-width="500" share-media="https://via.placeholder.com/300/09f/fff.png">
30
- <a href="https://github.com/CoCreate-app/CoCreate-text" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
31
- <a class="margin-right:15px share" share-network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a>
32
- <a class="margin-right:15px share" share-network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a>
33
- <a class="margin-right:15px share" share-network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a>
34
- <a class="margin-right:15px share" share-network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
30
+ <a href="https://github.com/CoCreate-app/CoCreate-text" target="_blank" class="margin-right:15px"><i class="height:20px fill:#505050" src="/assets/svg/github.svg"></i></a>
31
+ <a class="margin-right:15px share" share-network='twitter' title="Share on twitter"><i class="height:20px fill:#505050" src="/assets/svg/twitter.svg"></i></a>
32
+ <a class="margin-right:15px share" share-network='facebook' title="Share on Facebook"><i class="height:20px fill:#505050" src="/assets/svg/facebook.svg"></i></a>
33
+ <a class="margin-right:15px share" share-network='instagram' title="Share on instagram"><i class="height:20px fill:#505050" src="/assets/svg/instagram.svg"></i></a>
34
+ <a class="margin-right:15px share" share-network='share' title="Share on share"><i class="height:20px fill:#505050" src="/assets/svg/share-alt.svg"></i></a>
35
35
  </div>
36
36
  </div>
37
37
  <p class="max-width:500px margin:20px_0px">A headless vinilla javascript micro component. Easy configuration using HTML5 attributes or Javscript api.</h1>
@@ -84,10 +84,10 @@
84
84
  </div>
85
85
 
86
86
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
87
- <a class="margin-right:10px" id="eye" show="#eye-slash" hide="#eye, #demo-preview" toggle="code-height" toggle-target="#demo-code"><i class="far fa-eye"></i></a>
88
- <a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
89
- <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
90
- <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
87
+ <a class="margin-right:10px" id="eye" show="#eye-slash" hide="#eye, #demo-preview" toggle="code-height" toggle-target="#demo-code"><i class="height:18px fill:#505050" src="/assets/svg/eye.svg"></i></a>
88
+ <a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="height:20px fill:#505050" src="/assets/svg/eye-slash.svg"></i></a>
89
+ <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="height:20px fill:#505050" src="/assets/svg/code.svg"></i></a>
90
+ <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="display:flex height:18px fill:#505050" src="/assets/svg/code.svg"></i></a>
91
91
  <a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
92
92
  </div>
93
93
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.20.4",
3
+ "version": "1.20.6",
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",