@cocreate/organizations 1.7.35 → 1.7.37

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,17 @@
1
+ ## [1.7.37](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.36...v1.7.37) (2023-01-01)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * docs sanbox overflow ([d3f4295](https://github.com/CoCreate-app/CoCreate-organizations/commit/d3f429574cf15795f2483810198ff6f7f7891403))
7
+
8
+ ## [1.7.36](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.35...v1.7.36) (2022-12-31)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump dependencies ([04855ad](https://github.com/CoCreate-app/CoCreate-organizations/commit/04855ad787eaf96c476a8c0d151e02f630e4e032))
14
+
1
15
  ## [1.7.35](https://github.com/CoCreate-app/CoCreate-organizations/compare/v1.7.34...v1.7.35) (2022-12-30)
2
16
 
3
17
 
package/docs/index.html CHANGED
@@ -100,14 +100,14 @@
100
100
  </div>
101
101
  <div class="position:sticky top:0 padding:10px_0px height:100vh">
102
102
  <!-- SandBox -->
103
- <div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
103
+ <div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
104
104
 
105
105
  <div id="demo-code" resizable class="position:relative height:50%">
106
106
  <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>
107
107
  <div resize="bottom" class="background:lightgrey"></div>
108
108
  </div>
109
109
 
110
- <div id="demo-preview" class="position:relative display:flex height:100% background-color:white">
110
+ <div id="demo-preview" class="position:relative overflow:auto background-color:white">
111
111
  <div get-value="#demo" class="padding:20px"></div>
112
112
  </div>
113
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/organizations",
3
- "version": "1.7.35",
3
+ "version": "1.7.37",
4
4
  "description": "A simple organizations component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "organizations",
@@ -60,9 +60,9 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/actions": "^1.5.45",
64
- "@cocreate/crud-client": "^1.17.5",
65
- "@cocreate/docs": "^1.4.27",
66
- "@cocreate/element-prototype": "^1.2.17"
63
+ "@cocreate/actions": "^1.5.48",
64
+ "@cocreate/crud-client": "^1.17.9",
65
+ "@cocreate/docs": "^1.5.2",
66
+ "@cocreate/element-prototype": "^1.2.21"
67
67
  }
68
68
  }