@cocreate/unique 1.10.4 → 1.10.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.10.6](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.10.5...v1.10.6) (2023-05-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update manifest.json to manifest.webmanifest ([1a36623](https://github.com/CoCreate-app/CoCreate-unique/commit/1a366237b0306eb52fedaade943a711238e92168))
7
+
8
+ ## [1.10.5](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.10.4...v1.10.5) (2023-05-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * replace fontawesome with svg ([1af9070](https://github.com/CoCreate-app/CoCreate-unique/commit/1af9070571df1e57b95cd7b52ab0ad9f5c7eccd8))
14
+
1
15
  ## [1.10.4](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.10.3...v1.10.4) (2023-04-30)
2
16
 
3
17
 
package/demo/index.html CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <!-- CoCreate Favicon -->
8
8
  <link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
9
- <link rel="manifest" href="/manifest.json" />
9
+ <link rel="manifest" href="/manifest.webmanifest" />
10
10
  </head>
11
11
  <style>
12
12
  [unique='true'] {
@@ -37,7 +37,7 @@
37
37
  <input type="text" unique class="floating-label" placeholder="Name" name="name">
38
38
  <input type="text" unique class="floating-label" placeholder="Email" name="email">
39
39
  <button actions="validate, save" class="position:fixed bottom:15px right:15px background:dodgerblue grow-hover border-radius:50% padding:15px">
40
- <i class="far fa-save"></i>
40
+ <i class="height:20px fill:#505050" src="/assets/svg/save.svg"></i>
41
41
  </button>
42
42
  </form>
43
43
 
package/docs/index.html CHANGED
@@ -14,7 +14,7 @@
14
14
  <!-- CoCreate CSS -->
15
15
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
16
16
  <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
17
- <link rel="manifest" href="/manifest.json" />
17
+ <link rel="manifest" href="/manifest.webmanifest" />
18
18
  </head>
19
19
 
20
20
  <body>
@@ -32,13 +32,13 @@
32
32
  <div class="display:flex align-items:center font-size:20px position:absolute right:0 padding:5px background:white">
33
33
  <div class="display:flex align-items:center transition:0.3s padding-left:10px" share-network="true" share-text="Enter decription here" share-title="testing im a title" share-height="600" share-width="700" share-media="https://cdn.cocreate.app/docs/unique.png" hover="display:block!important" hover-target=".social-networks">
34
34
  <div class="display:none social-networks">
35
- <a class="margin-right:15px" share-network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a>
36
- <a class="margin-right:15px" share-network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a>
37
- <a class="margin-right:15px" share-network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a>
35
+ <a class="margin-right:15px" share-network='twitter' title="Share on twitter"><i class="height:20px fill:#505050" src="/assets/svg/twitter.svg"></i></a>
36
+ <a class="margin-right:15px" share-network='facebook' title="Share on Facebook"><i class="height:20px fill:#505050" src="/assets/svg/facebook.svg"></i></a>
37
+ <a class="margin-right:15px" share-network='instagram' title="Share on instagram"><i class="height:20px fill:#505050" src="/assets/svg/instagram.svg"></i></a>
38
38
  </div>
39
- <a class="margin-right:15px" share-network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
39
+ <a class="margin-right:15px" share-network='share' title="Share on share"><i class="height:20px fill:#505050" src="/assets/svg/share-alt.svg"></i></a>
40
40
  </div>
41
- <a href="https://github.com/CoCreate-app/CoCreate-unique" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
41
+ <a href="https://github.com/CoCreate-app/CoCreate-unique" target="_blank" class="margin-right:15px"><i class="height:20px fill:#505050" src="/assets/svg/github.svg"></i></a>
42
42
  </div>
43
43
  </div>
44
44
  <h1 class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">A headless vinilla javascript micro component. Easy configuration using HTML5 attributes or Javscript api.</h1>
@@ -47,7 +47,7 @@
47
47
  <div id="unique-install" class="border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#unique-install-section">
48
48
  <span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#unique-install"]'>
49
49
  <h2 class="padding:5px_0px">Install</h2>
50
- <a class="margin-left:10px display:none" href="#unique-install"><i class="fas fa-link"></i></a>
50
+ <a class="margin-left:10px display:none" href="#unique-install"><i class="height:20px fill:#505050" src="/assets/svg/link.svg"></i></a>
51
51
  </span>
52
52
  </div>
53
53
  <pre><code class="language-bash">npm i @cocreate/unique</code></pre>
@@ -57,7 +57,7 @@
57
57
  <div id="unique-usage" class="margin-top:80px border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#unique-usage-section">
58
58
  <span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#unique-usage"]'>
59
59
  <h2 class="padding:5px_0px">Usage</h2>
60
- <a class="margin-left:10px display:none" href="#unique-usage"><i class="fas fa-link"></i></a>
60
+ <a class="margin-left:10px display:none" href="#unique-usage"><i class="height:20px fill:#505050" src="/assets/svg/link.svg"></i></a>
61
61
  </span>
62
62
  </div>
63
63
  <div class="">
@@ -72,7 +72,7 @@
72
72
  <div id="unique-attributes" class="margin-top:80px border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#unique-attributes-section">
73
73
  <span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#unique-attributes"]'>
74
74
  <h2 class="padding:5px_0px">Attributes</h2>
75
- <a class="margin-left:10px display:none" href="#unique-attributes"><i class="fas fa-link"></i></a>
75
+ <a class="margin-left:10px display:none" href="#unique-attributes"><i class="height:20px fill:#505050" src="/assets/svg/link.svg"></i></a>
76
76
  </span>
77
77
  </div>
78
78
  <ul class="list-style-type:none ">
@@ -92,7 +92,7 @@
92
92
  <div id="unique-demo" class="border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#unique-demo-section">
93
93
  <span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#unique-demo"]'>
94
94
  <h2 class="padding:5px_0px">Demo</h2>
95
- <a class="margin-left:10px display:none" href="#unique-demo"><i class="fas fa-link"></i></a>
95
+ <a class="margin-left:10px display:none" href="#unique-demo"><i class="height:20px fill:#505050" src="/assets/svg/link.svg"></i></a>
96
96
  </span>
97
97
  </div>
98
98
  <div class="position:sticky top:0 padding:15px_0px height:100vh">
@@ -109,10 +109,10 @@
109
109
  </div>
110
110
 
111
111
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
112
- <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>
113
- <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>
114
- <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
115
- <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
112
+ <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>
113
+ <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>
114
+ <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>
115
+ <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>
116
116
  <a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
117
117
  </div>
118
118
 
@@ -123,7 +123,7 @@
123
123
 
124
124
  </div>
125
125
  <button href="https://github.com/CoCreate-app/CoCreate-unique/tree/master/docs/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)">
126
- <i class="fas fa-pencil-alt"></i>
126
+ <i class="height:20px fill:#505050" src="/assets/svg/pencil-alt.svg"></i>
127
127
  </button>
128
128
  </main>
129
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/unique",
3
- "version": "1.10.4",
3
+ "version": "1.10.6",
4
4
  "description": "A simple unique component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "unique",