@cocreate/selection 1.6.4 → 1.6.6

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.6.6](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.5...v1.6.6) (2023-05-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update manifest.json to manifest.webmanifest ([fa098cf](https://github.com/CoCreate-app/CoCreate-selection/commit/fa098cf6525e043288c96e7c7ff19964b84e9cb6))
7
+
8
+ ## [1.6.5](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.4...v1.6.5) (2023-05-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * replace fontawesome with svg ([a57dcf0](https://github.com/CoCreate-app/CoCreate-selection/commit/a57dcf031a784e4788795f38befc97cbeaa85579))
14
+
1
15
  ## [1.6.4](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.6.3...v1.6.4) (2023-04-30)
2
16
 
3
17
 
package/demo/index.html CHANGED
@@ -7,7 +7,7 @@
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  <link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
9
9
  <title>selection | CoCreateJS</title>
10
- <link rel="manifest" href="/manifest.json">
10
+ <link rel="manifest" href="/manifest.webmanifest">
11
11
  </head>
12
12
 
13
13
  <body>
package/docs/index.html CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
14
14
 
15
- <link rel="manifest" href="/manifest.json" />
15
+ <link rel="manifest" href="/manifest.webmanifest" />
16
16
  </head>
17
17
 
18
18
  <body>
@@ -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,10 +82,10 @@
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>
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
89
  <a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
90
90
  </div>
91
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.6.4",
3
+ "version": "1.6.6",
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",