@cocreate/text 1.23.9 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [1.25.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.24.0...v1.25.0) (2023-11-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update nav, edit button and css path ([3e080ed](https://github.com/CoCreate-app/CoCreate-text/commit/3e080ed1f812a53b86a43844161b70bac72569b4))
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade dependencies for latest features and fixes ([d86b249](https://github.com/CoCreate-app/CoCreate-text/commit/d86b2493e5c2dec9f2fee87f4dee214f759b1aa6))
12
+
13
+ # [1.24.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.9...v1.24.0) (2023-11-19)
14
+
15
+
16
+ ### Features
17
+
18
+ * update dependecies for th latest features and bug fixes ([8fb37ef](https://github.com/CoCreate-app/CoCreate-text/commit/8fb37eff2a0299cf03c9cc3a2ba2a1dbf3c54044))
19
+
1
20
  ## [1.23.9](https://github.com/CoCreate-app/CoCreate-text/compare/v1.23.8...v1.23.9) (2023-11-12)
2
21
 
3
22
 
package/docs/index.html CHANGED
@@ -22,7 +22,7 @@
22
22
  content="https://cdn.cocreate.app/docs/boilerplate.png" />
23
23
  <link
24
24
  rel="stylesheet"
25
- href="/docs/index.css"
25
+ href="../index.css"
26
26
  array="files"
27
27
  object="60888216117c640e7596303f"
28
28
  key="src"
@@ -32,15 +32,15 @@
32
32
  </head>
33
33
 
34
34
  <body>
35
+ <!-- Navbar -->
35
36
  <nav
36
- class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px"
37
+ class="width:100% display:flex align-items:center background:transparent padding-top:10px padding-bottom:10px"
37
38
  content_id="content"
38
- scroll="sticky-nav,hide-nav"
39
- scroll-up="10"
40
- scroll-down="10"
41
- array="files"
42
- object="60395ef42b3ac232657040fd"
43
- key="src"></nav>
39
+ scroll="sticky-nav,"
40
+ scroll-up="5"
41
+ scroll-down="5"
42
+ path="../"
43
+ src="../components/navbar.html"></nav>
44
44
  <sidenav
45
45
  id="menuL"
46
46
  class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.23.9",
3
+ "version": "1.25.0",
4
4
  "description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "text",
@@ -58,12 +58,12 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/actions": "^1.12.3",
62
- "@cocreate/crdt": "^1.24.3",
63
- "@cocreate/cursors": "^1.20.9",
64
- "@cocreate/observer": "^1.11.9",
65
- "@cocreate/selection": "^1.9.8",
66
- "@cocreate/utils": "^1.27.1",
67
- "@cocreate/uuid": "^1.7.4"
61
+ "@cocreate/actions": "^1.13.0",
62
+ "@cocreate/crdt": "^1.25.0",
63
+ "@cocreate/cursors": "^1.21.0",
64
+ "@cocreate/observer": "^1.13.0",
65
+ "@cocreate/selection": "^1.10.0",
66
+ "@cocreate/utils": "^1.28.0",
67
+ "@cocreate/uuid": "^1.8.0"
68
68
  }
69
69
  }