Skip to content

Commit

Permalink
reverse last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Oct 6, 2021
1 parent a9eb97a commit 7e01300
Show file tree
Hide file tree
Showing 14 changed files with 421 additions and 316 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
aws-access-key: "${{ secrets.AWSSECERTACCESSKEY }}"
bucket: testcrudbucket
source: ./dist
destination: "/selection/${{env.VERSION}}"
destination: "/boilerplate/${{env.VERSION}}"
acl: public-read
- name: upload bundle as latest
uses: CoCreate-app/CoCreate-s3@master
Expand All @@ -70,7 +70,7 @@ jobs:
aws-access-key: "${{ secrets.AWSSECERTACCESSKEY }}"
bucket: testcrudbucket
source: ./dist
destination: /selection/latest
destination: /boilerplate/latest
acl: public-read
invalidations: true
docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
distributionId: "${{ secrets.DISTRIBUTION_ID }}"
bucket: testcrudbucket
source: ./dist
destination: /selection/latest
destination: /boilerplate/latest
acl: public-read
invalidations: ${{ github.event.inputs.invalidations }}
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Contributing to CoCreate-selection
# Contributing to CoCreate-boilerplate

This project is work of [many contributors](https://github.com/CoCreate-app/CoCreate-selection/graphs/contributors).
You're encouraged to submit [pull requests](https://github.com/CoCreate-app/CoCreate-selection/pulls),
[propose features and discuss issues](https://github.com/CoCreate-app/CoCreate-selection/issues).
This project is work of [many contributors](https://github.com/CoCreate-app/CoCreate-boilerplate/graphs/contributors).
You're encouraged to submit [pull requests](https://github.com/CoCreate-app/CoCreate-boilerplate/pulls),
[propose features and discuss issues](https://github.com/CoCreate-app/CoCreate-boilerplate/issues).

In the examples below, substitute your Github username for `contributor` in URLs.

## Fork the Project

Fork the [project on Github](https://github.com/CoCreate-app/CoCreate-selection) and check out your copy.
Fork the [project on Github](https://github.com/CoCreate-app/CoCreate-boilerplate) and check out your copy.

```
git clone https://github.com/contributor/CoCreate-selection.git
cd CoCreate-selection
git remote add upstream https://github.com/CoCreate-app/CoCreate-selection.git
git clone https://github.com/contributor/CoCreate-boilerplate.git
cd CoCreate-boilerplate
git remote add upstream https://github.com/CoCreate-app/CoCreate-boilerplate.git
```

## Create a Topic Branch
Expand Down Expand Up @@ -75,7 +75,7 @@ git push origin my-feature-branch

## Make a Pull Request

Go to [https://github.com/CoCreate-app/CoCreate-selection](https://github.com/CoCreate-app/CoCreate-selection) and select your feature branch.
Go to [https://github.com/CoCreate-app/CoCreate-boilerplate](https://github.com/CoCreate-app/CoCreate-boilerplate) and select your feature branch.
Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days.

## Rebase
Expand Down
4 changes: 2 additions & 2 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ module.exports = {
"key": "src",
"data":{
"name": "index.html",
"path": "/docs/selection/index.html",
"path": "/docs/boilerplate/index.html",
"domains": [
"cocreate.app",
"general.cocreate.app"
],
"directory": "/docs/selection",
"directory": "/docs/boilerplate",
"content-type": "text/html",
"public": "true",
"website_id": "5ffbceb7f11d2d00103c4535"
Expand Down
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
# CoCreate-selection
# CoCreate-boilerplate

A simple selection 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/selection)
A simple boilerplate 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/boilerplate)

![min file size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/selection/latest/CoCreate-selection.min.js?style=flat-square&label=minified&color=orange)
![gzip file size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/selection/latest/CoCreate-selection.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
![brotlifile size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/selection/latest/CoCreate-selection.min.js?compression=brotli&style=flat-square&label=brotli)
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-selection?style=flat-square)
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-selection?style=flat-square)
![min file size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.js?style=flat-square&label=minified&color=orange)
![gzip file size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
![brotlifile size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.js?compression=brotli&style=flat-square&label=brotli)
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-boilerplate?style=flat-square)
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-boilerplate?style=flat-square)
![GitHub](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)


![CoCreate-selection](https://cdn.cocreate.app/docs/CoCreate-selection.gif)
![CoCreate-boilerplate](https://cdn.cocreate.app/docs/CoCreate-boilerplate.gif)

## [Docs & Demo](https://cocreate.app/docs/selection)
## [Docs & Demo](https://cocreate.app/docs/boilerplate)

For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/selection)
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/boilerplate)

## CDN

```html
<script src="https://cdn.cocreate.app/selection/latest/CoCreate-selection.min.js"></script>
<script src="https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.js"></script>
```

```html
<script src="https://cdn.cocreate.app/selection/latest/CoCreate-selection.min.css"></script>
<script src="https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.css"></script>
```

## NPM

```shell
$ npm i @cocreate/selection
$ npm i @cocreate/boilerplate
```

## yarn

```shell
$ yarn install @cocreate/selection
$ yarn install @cocreate/boilerplate
```

# Table of Contents
Expand All @@ -51,34 +51,34 @@ $ yarn install @cocreate/selection

# Announcements

All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-selection/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-selection/releases). You may also subscribe to email for releases and breaking changes.
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-boilerplate/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-boilerplate/releases). You may also subscribe to email for releases and breaking changes.

<a name="roadmap"></a>

# Roadmap

If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-selection/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-selection/pulls). We would love to hear your feedback.
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-boilerplate/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-boilerplate/pulls). We would love to hear your feedback.

<a name="about"></a>

# About

CoCreate-selection is guided and supported by the CoCreate Developer Experience Team.
CoCreate-boilerplate is guided and supported by the CoCreate Developer Experience Team.

Please Email the Developer Experience Team [here](mailto:[email protected]) in case of any queries.

CoCreate-selection is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
CoCreate-boilerplate is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.

<a name="contribute"></a>

# How to Contribute

We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-selection/blob/master/CONTRIBUTING.md) guide for details.
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-boilerplate/blob/master/CONTRIBUTING.md) guide for details.

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-selection/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-selection/pulls) or merely upvote or comment on existing issues or pull requests.
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-boilerplate/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-boilerplate/pulls) or merely upvote or comment on existing issues or pull requests.

We appreciate your continued support, thank you!

# License

[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-selection/blob/master/LICENSE)
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-boilerplate/blob/master/LICENSE)
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
<title>selection | CoCreateJS</title>
<title>boilerplate | CoCreateJS</title>
</head>

<body>
Expand All @@ -20,7 +20,7 @@
}
</script>

<!--<script src="https://cdn.cocreate.app/selection/latest/CoCreate-selection.min.js"></script>-->
<!--<script src="https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.js"></script>-->
<script src="../../../CoCreateJS/dist/CoCreate.js"></script>

</body>
Expand Down
28 changes: 14 additions & 14 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CoCreate-selection Documentation | CoCreateJS </title>
<title>CoCreate-boilerplate Documentation | CoCreateJS </title>
<link rel="icon" type="image/png" sizes="32x32" href="https://cocreate.app/images/favicon.ico">
<meta name="description" content="A simple HTML5 and pure javascript component. Easy configuration using data-attributes and highly styleable." />
<meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
Expand All @@ -16,45 +16,45 @@
</head>

<body>
<div collection="" document_id="" name="" id="cocreate-selection">
<div collection="" document_id="" name="" id="cocreate-boilerplate">
<div class="display:flex flex-wrap:wrap justify-content:space-between margin:10px">
<div class="display:flex align-items:center">
<h2>CoCreate-selection</h2>
<h2>CoCreate-boilerplate</h2>
</div>
<div class="display:flex align-items:center font-size:20px" share-height="600" share-width="500" share-media="https://via.placeholder.com/300/09f/fff.png">
<a href="https://github.com/CoCreate-app/CoCreate-selection" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
<a href="https://github.com/CoCreate-app/CoCreate-boilerplate" target="_blank" class="margin-right:15px"><i class="fab fa-github"></i></a>
<a class="margin-right:15px share" share-network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a>
<a class="margin-right:15px share" share-network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a>
<a class="margin-right:15px share" share-network='instagram' title="Share on instagram"><i class="fab fa-instagram"></i></a>
<a class="margin-right:15px share" share-network='share' title="Share on share"><i class="fas fa-share-alt"></i></a>
</div>
</div>
<p class="max-width:500px margin:20px_10px">A simple HTML5, CSS and pure javascript component. Easy configuration using data-attributes and highly styleable.</h1>
<div id="selection-section" class="display:flex flex-wrap:wrap">
<div id="boilerplate-section" class="display:flex flex-wrap:wrap">
<div class="flex-grow:1 width:300px padding:20px_10px">
<h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Install</h2>
<pre class="margin-top:15px"><code class="language-javascript">npm install cocreate-selection</code></pre>
<pre class="margin-top:15px"><code class="language-javascript">npm install cocreate-boilerplate</code></pre>
<p class="padding:10px_0px">Or you can use cdn link:</p>
<pre><code class="language-javascript">https://cdn.cocreate.app/js/CoCreate-selection.min.js</code></pre>
<pre><code class="language-javascript">https://cdn.cocreate.app/js/CoCreate-boilerplate.min.js</code></pre>

<h2 class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">Usage</h2>
<p class="padding:10px_0px">selection usage content</p>
<p class="padding:10px_0px">boilerplate usage content</p>
<pre><code class="language-html">&lt;div&gt;&lt;/div&gt;</code></pre>

<h2 class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">Reference</h2>
<p class="padding:10px_0px">This is selection reference content</p>
<p class="padding:10px_0px">This is boilerplate reference content</p>
<pre><code class="language-javascript">&lt;div&gt;&lt;/div&gt;</code></pre>
<p class="padding:10px_0px">This is selection reference content</p>
<p class="padding:10px_0px">This is boilerplate reference content</p>

<h2 class="border-bottom:1px_solid_lightgrey margin-top:20px padding:5px_0px">Attributes</h2>
<ul class="list-style-type:none ">
<li class="padding:15px_0px border-bottom:1px_solid_lightgrey">
<h4><span>selection</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4>
<p>selection-attribute</p>
<h4><span>boilerplate</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4>
<p>boilerplate-attribute</p>
</li>
<li class="padding:15px_0px border-bottom:1px_solid_lightgrey">
<h4><span>selection</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4>
<p>selection-attribute</p>
<h4><span>boilerplate</span> <span class="cocreate-badge success">string</span> <span class="cocreate-badge warning">optional</span></h4>
<p>boilerplate-attribute</p>
</li>
</ul>
</div>
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@cocreate/selection",
"name": "@cocreate/boilerplate",
"version": "1.0.0",
"description": "A simple selection component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"description": "A simple boilerplate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"selection",
"boilerplate",
"cocreate",
"low-code-framework",
"no-code-framework",
Expand Down Expand Up @@ -32,14 +32,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-selection.git"
"url": "git+https://github.com/CoCreate-app/CoCreate-boilerplate.git"
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-selection/issues"
"url": "https://github.com/CoCreate-app/CoCreate-boilerplate/issues"
},
"homepage": "https://cocreate.app/docs/selection",
"homepage": "https://cocreate.app/docs/boilerplate",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
Expand Down
Loading

0 comments on commit 7e01300

Please sign in to comment.