@cocreate/selection 1.4.0 → 1.4.4

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,31 @@
1
+ ## [1.4.4](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.3...v1.4.4) (2022-02-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([2f13fef](https://github.com/CoCreate-app/CoCreate-selection/commit/2f13fef7763894ac06e07a9c8b30872ef8faea85))
7
+
8
+ ## [1.4.3](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.2...v1.4.3) (2022-02-07)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump dependency versions ([3a3094f](https://github.com/CoCreate-app/CoCreate-selection/commit/3a3094f4f9812f76bbbc6b7711d680ddac54ee10))
14
+
15
+ ## [1.4.2](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.1...v1.4.2) (2022-02-03)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * replaced show and hide class hidden with attribute hidden ([25ce786](https://github.com/CoCreate-app/CoCreate-selection/commit/25ce78697207e5194dda27f7a6e5bed92e00b3bd))
21
+
22
+ ## [1.4.1](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.0...v1.4.1) (2022-02-01)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * update dependency versions ([1b494f0](https://github.com/CoCreate-app/CoCreate-selection/commit/1b494f081a012afbd8fcfe195400946656320fa4))
28
+
1
29
  # [1.4.0](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.3.4...v1.4.0) (2022-01-22)
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.0",
3
+ "version": "1.4.4",
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.62",
65
- "@cocreate/hosting": "^1.2.58",
66
- "@cocreate/utils": "^1.4.0"
64
+ "@cocreate/docs": "^1.2.68",
65
+ "@cocreate/hosting": "^1.2.63",
66
+ "@cocreate/utils": "^1.6.3"
67
67
  }
68
68
  }