@cocreate/utils 1.20.3 → 1.20.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.20.5](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.4...v1.20.5) (2023-05-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * replace fontawesome with svg ([27533ff](https://github.com/CoCreate-app/CoCreate-utils/commit/27533ffbb078eb1c30ee46b68d2e702a603e435c))
7
+
8
+ ## [1.20.4](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.3...v1.20.4) (2023-04-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fullscreen target updated to fullscreen fullscreen-target ([a070010](https://github.com/CoCreate-app/CoCreate-utils/commit/a070010b154dce613b3cec1fd6a9f456405b8006))
14
+ * package-lock.json and pnpm-lock.yaml added to .gitignore ([ac2e244](https://github.com/CoCreate-app/CoCreate-utils/commit/ac2e2448448b8d2c0d2a95b230ec508a7200787b))
15
+ * removed toogle fullscreen icons. now using css content ([b2700fa](https://github.com/CoCreate-app/CoCreate-utils/commit/b2700fa1ce380bfb42a369b1843e236718d2c27c))
16
+
1
17
  ## [1.20.3](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.20.2...v1.20.3) (2023-04-24)
2
18
 
3
19
 
package/docs/index.html CHANGED
@@ -33,13 +33,13 @@
33
33
  <div class="display:flex align-items:center font-size:20px position:absolute right:0 padding:5px background:white">
34
34
  <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/utils.png" hover="display:block!important" hover-target=".social-networks">
35
35
  <div class="display:none social-networks">
36
- <a class="margin-right:15px" share-network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a>
37
- <a class="margin-right:15px" share-network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a>
38
- <a class="margin-right:15px" share-network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a>
36
+ <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>
37
+ <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>
38
+ <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>
39
39
  </div>
40
- <a class="margin-right:15px" share-network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
40
+ <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>
41
41
  </div>
42
- <a href="https://github.com/CoCreate-app/CoCreate-utils" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
42
+ <a href="https://github.com/CoCreate-app/CoCreate-utils" target="_blank" class="margin-right:15px"><i class="height:20px fill:#505050" src="/assets/svg/github.svg"></i></a>
43
43
  </div>
44
44
  </div>
45
45
  <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>
@@ -48,7 +48,7 @@
48
48
  <div id="utils-install" class="border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#utils-install-section">
49
49
  <span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#utils-install"]'>
50
50
  <h2 class="padding:5px_0px">Install</h2>
51
- <a class="margin-left:10px display:none" href="#utils-install"><i class="fas fa-link"></i></a>
51
+ <a class="margin-left:10px display:none" href="#utils-install"><i class="height:20px fill:#505050" src="/assets/svg/link.svg"></i></a>
52
52
  </span>
53
53
  </div>
54
54
  <pre class="margin-top:15px"><code class="language-bash">npm i @cocreate/utils</code></pre>
@@ -58,7 +58,7 @@
58
58
  <div id="utils-usage" class="margin-top:80px border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#utils-usage-section">
59
59
  <span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#utils-usage"]'>
60
60
  <h2 class="padding:5px_0px">Usage</h2>
61
- <a class="margin-left:10px display:none" href="#utils-usage"><i class="fas fa-link"></i></a>
61
+ <a class="margin-left:10px display:none" href="#utils-usage"><i class="height:20px fill:#505050" src="/assets/svg/link.svg"></i></a>
62
62
  </span>
63
63
  </div>
64
64
  <p class="padding:10px_0px line-height:1.5">utils usage content</p>
@@ -67,7 +67,7 @@
67
67
  <div id="utils-usage" class="margin-top:80px border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#utils-usage-section">
68
68
  <span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#utils-usage"]'>
69
69
  <h2 class="padding:5px_0px">Usage</h2>
70
- <a class="margin-left:10px display:none" href="#utils-usage"><i class="fas fa-link"></i></a>
70
+ <a class="margin-left:10px display:none" href="#utils-usage"><i class="height:20px fill:#505050" src="/assets/svg/link.svg"></i></a>
71
71
  </span>
72
72
  </div>
73
73
  <p class="padding:10px_0px line-height:1.5">This is utils usage content</p>
@@ -77,7 +77,7 @@
77
77
  <div id="utils-attributes" class="margin-top:80px border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#utils-attributes-section">
78
78
  <span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#utils-attributes"]'>
79
79
  <h2 class="padding:5px_0px">Attributes</h2>
80
- <a class="margin-left:10px display:none" href="#utils-attributes"><i class="fas fa-link"></i></a>
80
+ <a class="margin-left:10px display:none" href="#utils-attributes"><i class="height:20px fill:#505050" src="/assets/svg/link.svg"></i></a>
81
81
  </span>
82
82
  </div>
83
83
  <ul class="list-style-type:none ">
@@ -97,7 +97,7 @@
97
97
  <div id="utils-demo" class="border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#utils-demo-section">
98
98
  <span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#utils-demo"]'>
99
99
  <h2 class="padding:5px_0px">Demo</h2>
100
- <a class="margin-left:10px display:none" href="#utils-demo"><i class="fas fa-link"></i></a>
100
+ <a class="margin-left:10px display:none" href="#utils-demo"><i class="height:20px fill:#505050" src="/assets/svg/link.svg"></i></a>
101
101
  </span>
102
102
  </div>
103
103
  <div class="position:sticky top:0 padding:10px_0px height:100vh">
@@ -114,11 +114,11 @@
114
114
  </div>
115
115
 
116
116
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
117
- <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>
118
- <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>
119
- <a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
120
- <a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
121
- <a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
117
+ <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>
118
+ <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>
119
+ <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>
120
+ <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>
121
+ <a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
122
122
  </div>
123
123
 
124
124
  </div>
@@ -128,7 +128,7 @@
128
128
 
129
129
  </div>
130
130
  <button href="https://github.com/CoCreate-app/CoCreate-utils/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)">
131
- <i class="fas fa-pencil-alt"></i>
131
+ <i class="height:20px fill:#505050" src="/assets/svg/pencil-alt.svg"></i>
132
132
  </button>
133
133
  </main>
134
134
  <script src="./apikey.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/utils",
3
- "version": "1.20.3",
3
+ "version": "1.20.5",
4
4
  "description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "utils",