@cocreate/utils 1.17.12 → 1.17.14
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 +14 -0
- package/docs/index.html +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [1.17.14](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.13...v1.17.14) (2023-01-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* docs sanbox overflow ([1c6b8bd](https://github.com/CoCreate-app/CoCreate-utils/commit/1c6b8bd4f6d64111379e725965ded3ccb49cac2a))
|
|
7
|
+
|
|
8
|
+
## [1.17.13](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.12...v1.17.13) (2022-12-31)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* bump dependencies ([0ec93f9](https://github.com/CoCreate-app/CoCreate-utils/commit/0ec93f9c20168ebd086ad6a753cadb99009f730d))
|
|
14
|
+
|
|
1
15
|
## [1.17.12](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.17.11...v1.17.12) (2022-12-31)
|
|
2
16
|
|
|
3
17
|
|
package/docs/index.html
CHANGED
|
@@ -101,14 +101,14 @@
|
|
|
101
101
|
</div>
|
|
102
102
|
<div class="position:sticky top:0 padding:10px_0px height:100vh">
|
|
103
103
|
<!-- SandBox -->
|
|
104
|
-
<div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
|
104
|
+
<div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
|
105
105
|
|
|
106
106
|
<div id="demo-code" resizable class="position:relative height:50%">
|
|
107
107
|
<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>
|
|
108
108
|
<div resize="bottom" class="background:lightgrey"></div>
|
|
109
109
|
</div>
|
|
110
110
|
|
|
111
|
-
<div id="demo-preview" class="position:relative
|
|
111
|
+
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
|
|
112
112
|
<div get-value="#demo" class="padding:20px"></div>
|
|
113
113
|
</div>
|
|
114
114
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/utils",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.14",
|
|
4
4
|
"description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"utils",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
"webpack-log": "^3.0.1"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@cocreate/docs": "^1.5.
|
|
63
|
+
"@cocreate/docs": "^1.5.2"
|
|
64
64
|
}
|
|
65
65
|
}
|