From 0130ac9972e53fb13c6e6a29f8d2fec22611ebd7 Mon Sep 17 00:00:00 2001 From: praveenjuge Date: Fri, 23 Oct 2020 23:30:09 +0530 Subject: [PATCH] Update forms syntax Signed-off-by: praveenjuge --- .github/workflows/npm-publish.yml | 26 -- docs/content/components/footers.html | 14 +- docs/content/components/headers.html | 293 +++-------------------- docs/content/components/heroes.html | 22 +- docs/content/components/login.html | 78 +++--- docs/content/components/register.html | 72 +++--- docs/content/components/statistics.html | 4 +- docs/content/docs/avatar.md | 2 +- docs/content/docs/file.md | 8 +- docs/content/docs/forms.md | 301 ++++++++++-------------- docs/layouts/shortcodes/iframe.html | 8 +- package.json | 6 +- src/avatar.js | 3 - src/dropdown.js | 2 +- src/forms.js | 223 +++++++----------- src/js/components/dropdown.js | 2 +- 16 files changed, 362 insertions(+), 702 deletions(-) delete mode 100644 .github/workflows/npm-publish.yml diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml deleted file mode 100644 index a6a6165..0000000 --- a/.github/workflows/npm-publish.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: npm-publish -on: - push: - branches: - - master -jobs: - npm-publish: - name: npm-publish - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@master - - name: Set up Node.js - uses: actions/setup-node@master - with: - node-version: 10.0.0 - - name: Publish if version has been updated - uses: pascalgn/npm-publish-action@06e0830ea83eea10ed4a62654eeaedafb8bf50fc - with: # All of theses inputs are optional - tag_name: "v%s" - tag_message: "v%s" - commit_pattern: "^Release (\\S+)" - workspace: "." - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this as is, it's automatically generated - NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} # You need to set this in your repo settings diff --git a/docs/content/components/footers.html b/docs/content/components/footers.html index 4c8ea73..97e5e4f 100644 --- a/docs/content/components/footers.html +++ b/docs/content/components/footers.html @@ -29,9 +29,9 @@

Bring together your discussions, memberships, and content. Integrate a thriving community wherever your audience is, all under your own brand.

-