@cocreate/selection 1.4.57 → 1.4.59

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.4.59](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.58...v1.4.59) (2023-01-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump cdn to 1.39.4 ([308b6e4](https://github.com/CoCreate-app/CoCreate-selection/commit/308b6e402529db50e2f60480435998c4aecb5763))
7
+ * bump dependencies ([c55dcc4](https://github.com/CoCreate-app/CoCreate-selection/commit/c55dcc4327c6e8a68f2b8d812b7c897a624495be))
8
+
9
+ ## [1.4.58](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.57...v1.4.58) (2023-01-01)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * docs sanbox overflow ([0bb0c0b](https://github.com/CoCreate-app/CoCreate-selection/commit/0bb0c0b0709986724dc203ccc7c6d686b1e4743e))
15
+
1
16
  ## [1.4.57](https://github.com/CoCreate-app/CoCreate-selection/compare/v1.4.56...v1.4.57) (2022-12-31)
2
17
 
3
18
 
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.57",
3
+ "version": "1.4.59",
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.5.1",
64
- "@cocreate/hosting": "^1.7.1",
65
- "@cocreate/utils": "^1.17.12"
63
+ "@cocreate/docs": "^1.5.3",
64
+ "@cocreate/hosting": "^1.7.3",
65
+ "@cocreate/utils": "^1.17.15"
66
66
  }
67
67
  }