@cocreate/selection 1.6.3 → 1.6.5

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,19 @@
1
+ ## [1.6.5](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.4...v1.6.5) (2023-05-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * replace fontawesome with svg ([a57dcf0](https://github.com/CoCreate-app/CoCreate-selection/commit/a57dcf031a784e4788795f38befc97cbeaa85579))
7
+
8
+ ## [1.6.4](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.3...v1.6.4) (2023-04-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fullscreen target updated to fullscreen fullscreen-target ([fcdf453](https://github.com/CoCreate-app/CoCreate-selection/commit/fcdf453b26f150e7ff79f4e5e275d72d3baddacf))
14
+ * package-lock.json and pnpm-lock.yaml added to .gitignore ([654f238](https://github.com/CoCreate-app/CoCreate-selection/commit/654f238da0690f2d4ed5c6ab6a2b54db93219ca1))
15
+ * removed toogle fullscreen icons. now using css content ([a4a38f2](https://github.com/CoCreate-app/CoCreate-selection/commit/a4a38f29447685177d693d87b7977b4582f4ca98))
16
+
1
17
  ## [1.6.3](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.2...v1.6.3) (2023-04-24)
2
18
 
3
19
 
package/docs/index.html CHANGED
@@ -28,11 +28,11 @@
28
28
  <h2>CoCreate-selection</h2>
29
29
  </div>
30
30
  <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">
31
- <a href="https://github.com/CoCreate-app/CoCreate-selection" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
32
- <a class="margin-right:15px share" share-network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a>
33
- <a class="margin-right:15px share" share-network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a>
34
- <a class="margin-right:15px share" share-network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a>
35
- <a class="margin-right:15px share" share-network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
31
+ <a href="https://github.com/CoCreate-app/CoCreate-selection" target="_blank" class="margin-right:15px"><i class="height:20px fill:#505050" src="/assets/svg/github.svg"></i></a>
32
+ <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>
33
+ <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>
34
+ <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>
35
+ <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>
36
36
  </div>
37
37
  </div>
38
38
  <p class="max-width:500px margin:20px_10px">A simple HTML5, CSS and pure javascript component. Easy configuration using data-attributes and highly styleable.</h1>
@@ -82,11 +82,11 @@
82
82
  </div>
83
83
 
84
84
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
85
- <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>
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
- <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
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>
85
+ <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>
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="height:20px fill:#505050" src="/assets/svg/eye-slash.svg"></i></a>
87
+ <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>
88
+ <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>
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.5",
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",