@cocreate/unique 1.2.27 → 1.2.31
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 +28 -0
- package/docs/index.html +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## [1.2.31](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.2.30...v1.2.31) (2022-02-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* bump dependencies ([ecda2af](https://github.com/CoCreate-app/CoCreate-unique/commit/ecda2afc47ff0e61721b59446afd95de48ec0921))
|
|
7
|
+
|
|
8
|
+
## [1.2.30](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.2.29...v1.2.30) (2022-02-07)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* bump dependency versions ([a17f506](https://github.com/CoCreate-app/CoCreate-unique/commit/a17f50635cc8c3d9e114967e937907246867f5ff))
|
|
14
|
+
|
|
15
|
+
## [1.2.29](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.2.28...v1.2.29) (2022-02-03)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* replaced show and hide class hidden with attribute hidden ([7f803a9](https://github.com/CoCreate-app/CoCreate-unique/commit/7f803a9b42b6ce518c2e2fd4dc18629c38f24959))
|
|
21
|
+
|
|
22
|
+
## [1.2.28](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.2.27...v1.2.28) (2022-02-01)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* update dependency versions ([dcc9ee1](https://github.com/CoCreate-app/CoCreate-unique/commit/dcc9ee1c8e5e689bdf0f19cc05b473f64652fbfd))
|
|
28
|
+
|
|
1
29
|
## [1.2.27](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.2.26...v1.2.27) (2022-01-16)
|
|
2
30
|
|
|
3
31
|
|
package/docs/index.html
CHANGED
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
<div class="container svColumn overflow:hidden card position:relative border-radius:2px width:auto height:100%" id="sandbox">
|
|
100
100
|
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6">
|
|
101
101
|
<a class="margin-right:10px" id="code" show="#preview" hide="#code, #view"><i class="far fa-eye"></i></a>
|
|
102
|
-
<a class="margin-right:10px
|
|
102
|
+
<a class="margin-right:10px" id="preview" show="#code, #view" hide="#preview" hidden><i class="fas fa-code"></i></a>
|
|
103
103
|
<a class="margin-right:5px" fullscreen target="#playground"><i class="fas fa-expand"></i></a>
|
|
104
104
|
</div>
|
|
105
105
|
<div class="svRow">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/unique",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.31",
|
|
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",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"webpack-log": "^3.0.1"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@cocreate/crud-client": "^1.4.
|
|
65
|
-
"@cocreate/docs": "^1.2.
|
|
66
|
-
"@cocreate/uuid": "^1.1.
|
|
64
|
+
"@cocreate/crud-client": "^1.4.46",
|
|
65
|
+
"@cocreate/docs": "^1.2.68",
|
|
66
|
+
"@cocreate/uuid": "^1.1.58"
|
|
67
67
|
}
|
|
68
68
|
}
|