@cocreate/notification 1.3.0 → 1.4.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 +12 -0
- package/docs/index.html +10 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# [1.4.0](https://github.com/CoCreate-app/CoCreate-notification/compare/v1.3.0...v1.4.0) (2023-11-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update nav, edit button and css path ([dadd55a](https://github.com/CoCreate-app/CoCreate-notification/commit/dadd55a2f6655adc9052e1c3b5f94d651a8c03e0))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* upgrade dependencies for latest features and fixes ([6d5a226](https://github.com/CoCreate-app/CoCreate-notification/commit/6d5a2261ca4f55e1e4fd71c6d928323f8e610ac6))
|
|
12
|
+
|
|
1
13
|
# [1.3.0](https://github.com/CoCreate-app/CoCreate-notification/compare/v1.2.4...v1.3.0) (2023-11-19)
|
|
2
14
|
|
|
3
15
|
|
package/docs/index.html
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
type="text/css" />
|
|
26
26
|
<link
|
|
27
27
|
rel="stylesheet"
|
|
28
|
-
href="
|
|
28
|
+
href="../index.css"
|
|
29
29
|
array="files"
|
|
30
30
|
object="60888216117c640e7596303f"
|
|
31
31
|
key="src"
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
</head>
|
|
36
36
|
|
|
37
37
|
<body>
|
|
38
|
+
<!-- Navbar -->
|
|
38
39
|
<nav
|
|
39
|
-
class="
|
|
40
|
+
class="width:100% display:flex align-items:center background:transparent padding-top:10px padding-bottom:10px"
|
|
40
41
|
content_id="content"
|
|
41
|
-
scroll="sticky-nav,
|
|
42
|
-
scroll-up="
|
|
43
|
-
scroll-down="
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
key="src"></nav>
|
|
42
|
+
scroll="sticky-nav,"
|
|
43
|
+
scroll-up="5"
|
|
44
|
+
scroll-down="5"
|
|
45
|
+
path="../"
|
|
46
|
+
src="../components/navbar.html"></nav>
|
|
47
47
|
<sidenav
|
|
48
48
|
id="menuL"
|
|
49
49
|
class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
|
|
@@ -367,10 +367,8 @@
|
|
|
367
367
|
<button
|
|
368
368
|
href="https://github.com/CoCreate-app/CoCreate-notification/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..."
|
|
369
369
|
target="_blank"
|
|
370
|
-
class="position:fixed bottom:15px right:15px
|
|
371
|
-
<i
|
|
372
|
-
class="height:20px fill:#505050"
|
|
373
|
-
src="/assets/svg/pencil-alt.svg"></i>
|
|
370
|
+
class="display:flex justify-content:center align-items:center position:fixed bottom:15px right:15px height:50px width:50px border-radius:50% box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
|
|
371
|
+
<i class="height:20px" src="../assets/svg/pencil-alt.svg"></i>
|
|
374
372
|
</button>
|
|
375
373
|
</main>
|
|
376
374
|
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/notification",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's notification from input, select or js api. Easily configured using HTML5 notification and/or JavaScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cocreate",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"webpack-log": "^3.0.1"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@cocreate/actions": "^1.
|
|
61
|
-
"@cocreate/socket-client": "^1.
|
|
60
|
+
"@cocreate/actions": "^1.13.0",
|
|
61
|
+
"@cocreate/socket-client": "^1.34.0",
|
|
62
62
|
"web-push": "^3.6.6"
|
|
63
63
|
}
|
|
64
64
|
}
|