@cocreate/unique 1.10.3 → 1.10.4
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 +9 -0
- package/docs/index.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.10.4](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.10.3...v1.10.4) (2023-04-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fullscreen target updated to fullscreen fullscreen-target ([825a448](https://github.com/CoCreate-app/CoCreate-unique/commit/825a448520c2742635b261b35e25331e3260b74f))
|
|
7
|
+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([88d183f](https://github.com/CoCreate-app/CoCreate-unique/commit/88d183f0b6b29ee29ca8034b1c8c53b634ba288e))
|
|
8
|
+
* removed toogle fullscreen icons. now using css content ([390d365](https://github.com/CoCreate-app/CoCreate-unique/commit/390d365bed77e7a94f07f234c39582e653a22744))
|
|
9
|
+
|
|
1
10
|
## [1.10.3](https://github.com/CoCreate-app/CoCreate-unique/compare/v1.10.2...v1.10.3) (2023-04-24)
|
|
2
11
|
|
|
3
12
|
|
package/docs/index.html
CHANGED
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
|
|
114
114
|
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
|
|
115
115
|
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
|
|
116
|
-
<a class="margin-right:5px" fullscreen target="#playground"
|
|
116
|
+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
|
|
117
117
|
</div>
|
|
118
118
|
|
|
119
119
|
</div>
|