@cocreate/unique 1.7.10 → 1.8.0

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.8.0](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.7.11...v1.8.0) (2023-03-16)
2
+
3
+
4
+ ### Features
5
+
6
+ * replaced get-value and set-value with a super charged version of CoCreate-events ([60bbdc3](https://github.com/CoCreate-app/CoCreate-unique/commit/60bbdc37abc26c4dbf06e009e4acfe7dbe132f15))
7
+
8
+ ## [1.7.11](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.7.10...v1.7.11) (2023-02-01)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bump dependencies ([12c4726](https://github.com/CoCreate-app/CoCreate-unique/commit/12c47262db6ee1921eb4dd3ad44a6b17e762fbf1))
14
+
1
15
  ## [1.7.10](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.7.9...v1.7.10) (2023-01-31)
2
16
 
3
17
 
package/docs/index.html CHANGED
@@ -99,12 +99,12 @@
99
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
- <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>
102
+ <textarea type="code" lang="html" collection="demos" document_id="" name="demo" save="false" id="demo" input-target=".demopreview" input-attribute="value" input-events="input, onload" 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
106
  <div id="demo-preview" class="position:relative overflow:auto background-color:white">
107
- <div get-value="#demo" class="padding:20px"></div>
107
+ <div class="demopreview" class="padding:20px"></div>
108
108
  </div>
109
109
 
110
110
  <div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/unique",
3
- "version": "1.7.10",
3
+ "version": "1.8.0",
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.18.6",
64
- "@cocreate/docs": "^1.5.12",
65
- "@cocreate/uuid": "^1.2.60"
63
+ "@cocreate/crud-client": "^1.18.8",
64
+ "@cocreate/docs": "^1.5.13",
65
+ "@cocreate/uuid": "^1.2.61"
66
66
  }
67
67
  }