@cocreate/text 1.12.28 → 1.12.29

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,11 @@
1
+ ## [1.12.29](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.28...v1.12.29) (2021-11-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add nav and sidenav to docs ([2134b51](https://github.com/CoCreate-app/CoCreate-text/commit/2134b5106addf251ff3c00edaf39f5844eb8b4cd))
7
+ * updated action dependency to actions ([12ee922](https://github.com/CoCreate-app/CoCreate-text/commit/12ee922408a263df866452fd81dc953ba8268b84))
8
+
1
9
  ## [1.12.28](https://github.com/CoCreate-app/CoCreate-text/compare/v1.12.27...v1.12.28) (2021-11-26)
2
10
 
3
11
 
package/docs/index.html CHANGED
@@ -14,7 +14,13 @@
14
14
  </head>
15
15
 
16
16
  <body>
17
- <div collection="" document_id="" name="" id="cocreate-text" class="padding:15px">
17
+ <nav class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px" content_id="content" scroll="sticky-nav,hide-nav" scroll-up="10" scroll-down="10" collection="files" document_id="60395ef42b3ac232657040fd" name="src">
18
+ </nav>
19
+ <sidenav id="menuL" class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl" resizable resize-target="[content_id='content']" resize-property="margin-left" resize-value="width">
20
+ <menu collection="files" document_id="603717b07de7fb350ae9fec8" name="src"></menu>
21
+ <div resize="right"></div>
22
+ </sidenav>
23
+ <main class="padding-top:15px padding:15px@lg@xl" content_id="content" id="cocreate-text">
18
24
  <div class="display:flex flex-wrap:wrap justify-content:space-between">
19
25
  <div class="display:flex align-items:center">
20
26
  <h2>CoCreate-text</h2>
@@ -112,7 +118,7 @@
112
118
  </div>
113
119
 
114
120
  </div>
115
- </div>
121
+ </main>
116
122
 
117
123
  <script src="/apikey.js"></script>
118
124
  <script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/text",
3
- "version": "1.12.28",
3
+ "version": "1.12.29",
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",
@@ -61,7 +61,7 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/action": "^1.3.18",
64
+ "@cocreate/actions": "^1.3.18",
65
65
  "@cocreate/crdt": "^1.8.23",
66
66
  "@cocreate/crud-client": "^1.4.34",
67
67
  "@cocreate/cursors": "^1.10.12",