@cocreate/selection 1.4.56 → 1.4.58

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.4.58](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.57...v1.4.58) (2023-01-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * docs sanbox overflow ([0bb0c0b](https://github.com/CoCreate-app/CoCreate-selection/commit/0bb0c0b0709986724dc203ccc7c6d686b1e4743e))
7
+
8
+ ## [1.4.57](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.56...v1.4.57) (2022-12-31)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump dependencies ([8cf2f07](https://github.com/CoCreate-app/CoCreate-selection/commit/8cf2f071a1fc326ae78b4f30219cc70c0fc8c733))
14
+
1
15
  ## [1.4.56](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.55...v1.4.56) (2022-12-30)
2
16
 
3
17
 
package/docs/index.html CHANGED
@@ -69,14 +69,14 @@
69
69
  <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
70
70
  <div class="position:sticky top:0 padding:10px_0px height:100vh">
71
71
  <!-- SandBox -->
72
- <div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
72
+ <div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
73
73
 
74
74
  <div id="demo-code" resizable class="position:relative height:50%">
75
75
  <textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" class="height:100% width:100% outline:none border:none resize:none padding:5px"></textarea>
76
76
  <div resize="bottom" class="background:lightgrey"></div>
77
77
  </div>
78
78
 
79
- <div id="demo-preview" class="position:relative display:flex height:100% background-color:white">
79
+ <div id="demo-preview" class="position:relative overflow:auto background-color:white">
80
80
  <div get-value="#demo" class="padding:20px"></div>
81
81
  </div>
82
82
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/selection",
3
- "version": "1.4.56",
3
+ "version": "1.4.58",
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",
@@ -60,8 +60,8 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/docs": "^1.4.27",
64
- "@cocreate/hosting": "^1.6.28",
65
- "@cocreate/utils": "^1.17.9"
63
+ "@cocreate/docs": "^1.5.2",
64
+ "@cocreate/hosting": "^1.7.2",
65
+ "@cocreate/utils": "^1.17.13"
66
66
  }
67
67
  }