@cocreate/selection 1.4.1 → 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## [1.4.5](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.4...v1.4.5) (2022-02-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([076c059](https://github.com/CoCreate-app/CoCreate-selection/commit/076c059e9fd99e77d37458c8f1f614dd6fc8099d))
7
+
8
+ ## [1.4.4](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.3...v1.4.4) (2022-02-10)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump dependencies ([2f13fef](https://github.com/CoCreate-app/CoCreate-selection/commit/2f13fef7763894ac06e07a9c8b30872ef8faea85))
14
+
15
+ ## [1.4.3](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.2...v1.4.3) (2022-02-07)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * bump dependency versions ([3a3094f](https://github.com/CoCreate-app/CoCreate-selection/commit/3a3094f4f9812f76bbbc6b7711d680ddac54ee10))
21
+
22
+ ## [1.4.2](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.1...v1.4.2) (2022-02-03)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * replaced show and hide class hidden with attribute hidden ([25ce786](https://github.com/CoCreate-app/CoCreate-selection/commit/25ce78697207e5194dda27f7a6e5bed92e00b3bd))
28
+
1
29
  ## [1.4.1](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.0...v1.4.1) (2022-02-01)
2
30
 
3
31
 
package/docs/index.html CHANGED
@@ -72,7 +72,7 @@
72
72
  <div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
73
73
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
74
74
  <a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
75
- <a class="margin-right:10px hidden" id="preview" show="#code, #view" hide="#preview"><i class="fas fa-code"></i></a>
75
+ <a class="margin-right:10px" id="preview" show="#code, #view" hide="#preview" hidden><i class="fas fa-code"></i></a>
76
76
  <a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
77
77
  </div>
78
78
  <div class="svRow">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.4.1",
3
+ "version": "1.4.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",
@@ -61,8 +61,8 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/docs": "^1.2.65",
65
- "@cocreate/hosting": "^1.2.60",
66
- "@cocreate/utils": "^1.5.0"
64
+ "@cocreate/docs": "^1.2.69",
65
+ "@cocreate/hosting": "^1.2.64",
66
+ "@cocreate/utils": "^1.6.4"
67
67
  }
68
68
  }