@cocreate/utils 1.1.27 → 1.1.31

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,32 @@
1
+ ## [1.1.31](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.30...v1.1.31) (2021-10-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update descriptions ([64fbbc6](https://github.com/CoCreate-app/CoCreate-utils/commit/64fbbc610289b180b72c8b372424835f57e2430f))
7
+
8
+ ## [1.1.30](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.29...v1.1.30) (2021-10-13)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update dependencies ([611597a](https://github.com/CoCreate-app/CoCreate-utils/commit/611597a68a44407870096408dfcc6cd3446560d9))
14
+
15
+ ## [1.1.29](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.28...v1.1.29) (2021-10-06)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update dependencies ([82fbcbc](https://github.com/CoCreate-app/CoCreate-utils/commit/82fbcbc7c034c2dd2185812cd9c2f1ccc9f9a1ef))
21
+
22
+ ## [1.1.28](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.27...v1.1.28) (2021-10-05)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * update dependencies ([fce9515](https://github.com/CoCreate-app/CoCreate-utils/commit/fce9515f11247a3653f3bbb4ff34926b66d76459))
28
+ * website_id in CoCreate.config ([dc0ba5c](https://github.com/CoCreate-app/CoCreate-utils/commit/dc0ba5c7956c959d5b3a2535f1e37e69e7d4f1aa))
29
+
1
30
  ## [1.1.27](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.1.26...v1.1.27) (2021-10-04)
2
31
 
3
32
 
@@ -20,7 +20,7 @@ module.exports = {
20
20
  "directory": "/docs/utils",
21
21
  "content-type": "text/html",
22
22
  "public": "true",
23
- "website_id": "614298c2829b690010a5c031"
23
+ "website_id": "5ffbceb7f11d2d00103c4535"
24
24
  }
25
25
  }
26
26
  ]
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # CoCreate-utils
2
2
 
3
- A simple utils component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/utils)
3
+ A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/utils)
4
4
 
5
5
  ![minified](https://img.badgesize.io/https://cdn.cocreate.app/utils/latest/CoCreate-utils.min.js?style=flat-square&label=minified&color=orange)
6
6
  ![gzip](https://img.badgesize.io/https://cdn.cocreate.app/utils/latest/CoCreate-utils.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
package/docs/index.html CHANGED
@@ -6,14 +6,14 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
7
  <title>CoCreate-utils Documentation | CoCreateJS </title>
8
8
  <link rel="icon" type="image/png" sizes="32x32" href="https://cocreate.app/images/favicon.ico">
9
- <meta name="description" content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." />
9
+ <meta name="description" content="A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and highly styleable." />
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
  <meta property="og:image" content="https://cdn.cocreate.app/docs/utils.png">
13
13
 
14
14
  <!-- CoCreate CSS -->
15
15
  <link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
16
- <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" data-save="true"/>
16
+ <link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
17
17
  </head>
18
18
 
19
19
 
@@ -41,7 +41,7 @@
41
41
  <a href="https://github.com/CoCreate-app/CoCreate-utils" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
42
42
  </div>
43
43
  </div>
44
- <h1 class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">A simple HTML5, CSS and pure javascript component. Easy configuration using data-attributes and highly styleable.</h1>
44
+ <h1 class="max-width:500px margin:20px_10px line-height:1.5 font-size:16px font-weight:100">A headless vinilla javascript micro component. Easy configuration using HTML5 attributes or Javscript api.</h1>
45
45
  <div id="utils-section" class="display:flex flex-wrap:wrap">
46
46
  <div class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px">
47
47
  <div id="utils-install" class="border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#utils-install-section">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cocreate/utils",
3
- "version": "1.1.27",
4
- "description": "A simple utils component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
3
+ "version": "1.1.31",
4
+ "description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "utils",
7
7
  "cocreate",
@@ -61,6 +61,6 @@
61
61
  "webpack-log": "^3.0.1"
62
62
  },
63
63
  "dependencies": {
64
- "@cocreate/docs": "^1.2.27"
64
+ "@cocreate/docs": "^1.2.30"
65
65
  }
66
66
  }