@cocreate/text 1.20.3 → 1.20.4

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,12 @@
1
+ ## [1.20.4](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.3...v1.20.4) (2023-04-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fullscreen target updated to fullscreen fullscreen-target ([9a1525f](https://github.com/CoCreate-app/CoCreate-text/commit/9a1525f2d8cbec9ecac34bd41059b57ef12f118c))
7
+ * package-lock.json and pnpm-lock.yaml added to .gitignore ([c585be8](https://github.com/CoCreate-app/CoCreate-text/commit/c585be8722810ca6bd6fe2db0a829c118cea1289))
8
+ * removed toogle fullscreen icons. now using css content ([ea1beb9](https://github.com/CoCreate-app/CoCreate-text/commit/ea1beb9bd8f6ec8658938453f733c8e5452c4b17))
9
+
1
10
  ## [1.20.3](https://github.com/CoCreate-app/CoCreate-text/compare/v1.20.2...v1.20.3) (2023-04-24)
2
11
 
3
12
 
package/docs/index.html CHANGED
@@ -88,7 +88,7 @@
88
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
89
  <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
90
90
  <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
91
- <a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
91
+ <a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
92
92
  </div>
93
93
 
94
94
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.20.3",
3
+ "version": "1.20.4",
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",