@cocreate/unique 1.10.4 → 1.10.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 +7 -0
- package/demo/index.html +1 -1
- package/docs/index.html +14 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.10.5](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.10.4...v1.10.5) (2023-05-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* replace fontawesome with svg ([1af9070](https://github.com/CoCreate-app/CoCreate-unique/commit/1af9070571df1e57b95cd7b52ab0ad9f5c7eccd8))
|
|
7
|
+
|
|
1
8
|
## [1.10.4](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.10.3...v1.10.4) (2023-04-30)
|
|
2
9
|
|
|
3
10
|
|
package/demo/index.html
CHANGED
|
@@ -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="
|
|
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
|
@@ -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="
|
|
36
|
-
<a class="margin-right:15px" share-network='facebook' title="Share on Facebook"><i class="
|
|
37
|
-
<a class="margin-right:15px" share-network='instagram' title="Share on instagram"><i class="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
114
|
-
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="
|
|
115
|
-
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="
|
|
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="
|
|
126
|
+
<i class="height:20px fill:#505050" src="/assets/svg/pencil-alt.svg"></i>
|
|
127
127
|
</button>
|
|
128
128
|
</main>
|
|
129
129
|
|