@cocreate/cli 1.12.26 → 1.12.30

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,31 @@
1
+ ## [1.12.30](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.29...v1.12.30) (2021-11-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add nav and sidenav to docs ([e3fb1f5](https://github.com/CoCreate-app/CoCreate-cli/commit/e3fb1f578a2e7fd4c8a60d14c13aaab067ea509b))
7
+
8
+ ## [1.12.29](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.28...v1.12.29) (2021-11-26)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update dependencies ([534f15b](https://github.com/CoCreate-app/CoCreate-cli/commit/534f15b05f34f5cb3f129cbf3fa616889ce92091))
14
+
15
+ ## [1.12.28](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.27...v1.12.28) (2021-11-23)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update dependencies ([ac847db](https://github.com/CoCreate-app/CoCreate-cli/commit/ac847dbeff6df6e1fa455f87442c1ad9cf1df320))
21
+
22
+ ## [1.12.27](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.26...v1.12.27) (2021-11-20)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * remove cdn.CoCreate.min.css ([48b8294](https://github.com/CoCreate-app/CoCreate-cli/commit/48b829412f8fac4ff4b602552d99e10288580389))
28
+
1
29
  ## [1.12.26](https://github.com/CoCreate-app/CoCreate-cli/compare/v1.12.25...v1.12.26) (2021-11-20)
2
30
 
3
31
 
package/docs/index.html CHANGED
@@ -10,13 +10,18 @@
10
10
  <meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
11
11
  <meta name="robots" content="index,follow" />
12
12
 
13
- <!-- CoCreate CSS CDN -->
14
- <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
13
+ <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
15
14
 
16
15
  </head>
17
16
 
18
17
  <body>
19
- <div collection="" document_id="" name="" id="cocreate-cli">
18
+ <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">
19
+ </nav>
20
+ <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">
21
+ <menu collection="files" document_id="603717b07de7fb350ae9fec8" name="src"></menu>
22
+ <div resize="right"></div>
23
+ </sidenav>
24
+ <main class="padding-top:15px padding:15px@lg@xl" content_id="content" id="cocreate-cli">
20
25
  <div class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
21
26
  <div class="display:flex align-items:center">
22
27
  <h2>CoCreate-cli</h2>
@@ -111,7 +116,7 @@
111
116
  </div>
112
117
 
113
118
  </div>
114
- </div>
119
+ </main>
115
120
  <script src="/apikey.js"></script>
116
121
  <script src="https://cdn.cocreate.app/latest/CoCreate.min.js" ></script>
117
122
  </body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/cli",
3
- "version": "1.12.26",
3
+ "version": "1.12.30",
4
4
  "description": "A simple cli component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "cli",
@@ -70,8 +70,8 @@
70
70
  "webpack-log": "^3.0.1"
71
71
  },
72
72
  "dependencies": {
73
- "@cocreate/docs": "^1.2.53",
74
- "@cocreate/hosting": "^1.2.48",
73
+ "@cocreate/docs": "^1.2.56",
74
+ "@cocreate/hosting": "^1.2.52",
75
75
  "colors": "latest",
76
76
  "glob": "^7.1.7",
77
77
  "got": "latest",