@cocreate/unique 1.6.34 → 1.6.35
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 +7 -0
- package/docs/index.html +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.6.35](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.6.34...v1.6.35) (2023-01-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* docs sanbox overflow ([fba9f38](https://github.com/CoCreate-app/CoCreate-unique/commit/fba9f38abf90cae7f2505329f3a6bf8518b4a5b1))
|
|
7
|
+
|
|
1
8
|
## [1.6.34](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.6.33...v1.6.34) (2022-12-31)
|
|
2
9
|
|
|
3
10
|
|
package/docs/index.html
CHANGED
|
@@ -96,14 +96,14 @@
|
|
|
96
96
|
</div>
|
|
97
97
|
<div class="position:sticky top:0 padding:15px_0px height:100vh">
|
|
98
98
|
<!-- SandBox -->
|
|
99
|
-
<div class="position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
|
99
|
+
<div class="display:flex flex-direction:column position:relative overflow:hidden card border-radius:2px width:auto height:600px margin-top:20px" id="playground">
|
|
100
100
|
|
|
101
101
|
<div id="demo-code" resizable class="position:relative height:50%">
|
|
102
102
|
<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>
|
|
103
103
|
<div resize="bottom" class="background:lightgrey"></div>
|
|
104
104
|
</div>
|
|
105
105
|
|
|
106
|
-
<div id="demo-preview" class="position:relative
|
|
106
|
+
<div id="demo-preview" class="position:relative overflow:auto background-color:white">
|
|
107
107
|
<div get-value="#demo" class="padding:20px"></div>
|
|
108
108
|
</div>
|
|
109
109
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/unique",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.35",
|
|
4
4
|
"description": "A simple unique component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unique",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"webpack-log": "^3.0.1"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@cocreate/crud-client": "^1.17.
|
|
64
|
-
"@cocreate/docs": "^1.5.
|
|
65
|
-
"@cocreate/uuid": "^1.2.
|
|
63
|
+
"@cocreate/crud-client": "^1.17.9",
|
|
64
|
+
"@cocreate/docs": "^1.5.2",
|
|
65
|
+
"@cocreate/uuid": "^1.2.51"
|
|
66
66
|
}
|
|
67
67
|
}
|