@cocreate/selection 1.6.3 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [1.6.4](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.3...v1.6.4) (2023-04-30)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fullscreen target updated to fullscreen fullscreen-target ([fcdf453](https://github.com/CoCreate-app/CoCreate-selection/commit/fcdf453b26f150e7ff79f4e5e275d72d3baddacf))
7
+ * package-lock.json and pnpm-lock.yaml added to .gitignore ([654f238](https://github.com/CoCreate-app/CoCreate-selection/commit/654f238da0690f2d4ed5c6ab6a2b54db93219ca1))
8
+ * removed toogle fullscreen icons. now using css content ([a4a38f2](https://github.com/CoCreate-app/CoCreate-selection/commit/a4a38f29447685177d693d87b7977b4582f4ca98))
9
+
1
10
  ## [1.6.3](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.2...v1.6.3) (2023-04-24)
2
11
 
3
12
 
package/docs/index.html CHANGED
@@ -86,7 +86,7 @@
86
86
  <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>
87
87
  <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
88
88
  <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
89
- <a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
89
+ <a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
90
90
  </div>
91
91
 
92
92
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "A simple selection component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "selection",