@cocreate/config 1.7.0 → 1.9.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 CHANGED
@@ -1,3 +1,27 @@
1
+ # [1.9.0](https://github.com/CoCreate-app/CoCreate-config/compare/v1.8.0...v1.9.0) (2023-11-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update licensing details ([0384b70](https://github.com/CoCreate-app/CoCreate-config/commit/0384b7042e18ee576d98dd92d32c32c7b0b9fba3))
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade dependencies for latest features and fixes ([8003f7d](https://github.com/CoCreate-app/CoCreate-config/commit/8003f7dbeedcb6a87e4f3031b0e33aa05efc498e))
12
+
13
+ # [1.8.0](https://github.com/CoCreate-app/CoCreate-config/compare/v1.7.0...v1.8.0) (2023-11-25)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * update nav, edit button and css path ([5bd9a9e](https://github.com/CoCreate-app/CoCreate-config/commit/5bd9a9ee4c64c88841b2c013d9ec3a91a780030d))
19
+
20
+
21
+ ### Features
22
+
23
+ * upgrade dependencies for latest features and fixes ([16fa474](https://github.com/CoCreate-app/CoCreate-config/commit/16fa4746d8ce145ac82c325652bf6374650c4e85))
24
+
1
25
  # [1.7.0](https://github.com/CoCreate-app/CoCreate-config/compare/v1.6.9...v1.7.0) (2023-11-19)
2
26
 
3
27
 
package/README.md CHANGED
@@ -68,18 +68,14 @@ Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) i
68
68
 
69
69
  CoCreate-config is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
70
70
 
71
- <a name="contribute"></a>
72
-
73
- # How to Contribute
74
-
75
- We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-config/blob/master/CONTRIBUTING.md) guide for details.
71
+ <a name="license"></a>
76
72
 
77
- We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-config/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-config/pulls) or merely upvote or comment on existing issues or pull requests.
73
+ # License
78
74
 
79
- We appreciate your continued support, thank you!
75
+ This software is dual-licensed under the GNU Affero General Public License version 3 (AGPLv3) and a commercial license.
80
76
 
81
- <a name="license"></a>
77
+ - **Open Source Use**: For open-source projects and non-commercial use, this software is available under the AGPLv3. The AGPLv3 allows you to freely use, modify, and distribute this software, provided that all modifications and derivative works are also licensed under the AGPLv3. For the full license text, see the [LICENSE file](https://github.com/CoCreate-app/CoCreate-config/blob/master/LICENSE).
82
78
 
83
- # License
79
+ - **Commercial Use**: For-profit companies and individuals intending to use this software for commercial purposes must obtain a commercial license. The commercial license is available when you sign up for an API key on our [website](https://cocreate.app). This license permits proprietary use and modification of the software without the copyleft requirements of the AGPLv3. It is ideal for integrating this software into proprietary commercial products and applications.
84
80
 
85
- [The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-config/blob/master/LICENSE)
81
+ If you have not purchased a commercial license and intend to use this software for commercial purposes, you are required to sign up for an API key on our website.
package/docs/index.html CHANGED
@@ -28,7 +28,7 @@
28
28
  type="text/css" />
29
29
  <link
30
30
  rel="stylesheet"
31
- href="/docs/index.css"
31
+ href="../index.css"
32
32
  array="files"
33
33
  object="60888216117c640e7596303f"
34
34
  key="src"
@@ -38,15 +38,15 @@
38
38
  </head>
39
39
 
40
40
  <body>
41
+ <!-- Navbar -->
41
42
  <nav
42
- class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px"
43
+ class="width:100% display:flex align-items:center background:transparent padding-top:10px padding-bottom:10px"
43
44
  content_id="content"
44
- scroll="sticky-nav,hide-nav"
45
- scroll-up="10"
46
- scroll-down="10"
47
- array="files"
48
- object="60395ef42b3ac232657040fd"
49
- key="src"></nav>
45
+ scroll="sticky-nav,"
46
+ scroll-up="5"
47
+ scroll-down="5"
48
+ path="../"
49
+ src="../components/navbar.html"></nav>
50
50
  <sidenav
51
51
  id="menuL"
52
52
  class="position:fixed top:0px left:0px overflow:hidden background:whitesmoke height:100vh width:0px width:300px@xl"
@@ -371,10 +371,8 @@
371
371
  <button
372
372
  href="https://github.com/CoCreate-app/CoCreate-config/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..."
373
373
  target="_blank"
374
- class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue color:#fff font-size:1.5rem grow-hover border-radius:50% border-width:0 box-shadow:0px_2px_10px_0px_rgba(0,_0,_0,_0.4)">
375
- <i
376
- class="height:20px fill:#505050"
377
- src="/assets/svg/pencil-alt.svg"></i>
374
+ 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)">
375
+ <i class="height:20px" src="../assets/svg/pencil-alt.svg"></i>
378
376
  </button>
379
377
  </main>
380
378
  <script src="https://CoCreate.app/dist/CoCreate.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/config",
3
- "version": "1.7.0",
3
+ "version": "1.9.0",
4
4
  "description": "A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all config completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "config",
@@ -59,6 +59,6 @@
59
59
  "webpack-log": "^3.0.1"
60
60
  },
61
61
  "dependencies": {
62
- "@cocreate/utils": "^1.27.4"
62
+ "@cocreate/utils": "^1.29.0"
63
63
  }
64
64
  }