nitro-web 0.0.7 → 0.0.8
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/.github/workflows/deploy.yml +36 -0
- package/_example/client/dist/assets/bundle.main.618efe6c61f19b4b02ff.css +2295 -0
- package/_example/client/dist/assets/bundle.main.823056518dd8e9935b28.js +1 -0
- package/_example/client/dist/assets/bundle.vendor.0330197eefd7ccc95d3b.js +2 -0
- package/_example/client/dist/assets/bundle.vendor.0330197eefd7ccc95d3b.js.LICENSE.txt +100 -0
- package/_example/client/dist/assets/images/avatar..jpg +0 -0
- package/_example/client/dist/assets/images/inter-v13-latin-300..woff2 +0 -0
- package/_example/client/dist/assets/images/inter-v13-latin-500..woff2 +0 -0
- package/_example/client/dist/assets/images/inter-v13-latin-600..woff2 +0 -0
- package/_example/client/dist/assets/images/inter-v13-latin-700..woff2 +0 -0
- package/_example/client/dist/assets/images/inter-v13-latin-800..woff2 +0 -0
- package/_example/client/dist/assets/images/inter-v13-latin-900..woff2 +0 -0
- package/_example/client/dist/assets/images/inter-v13-latin-regular..woff2 +0 -0
- package/_example/client/dist/assets/imgs/android-chrome-512x512.png +0 -0
- package/_example/client/dist/assets/imgs/favicon.png +0 -0
- package/_example/client/dist/assets/imgs/logo/logo-white.svg +20 -0
- package/_example/client/dist/assets/imgs/logo/logo.svg +20 -0
- package/_example/client/dist/assets/imgs/no-image.jpg +0 -0
- package/_example/client/dist/favicon.png +0 -0
- package/_example/client/dist/index.html +1 -0
- package/_example/client/index.html +2 -2
- package/_example/components/index.tsx +13 -22
- package/_example/package.json +2 -0
- package/_example/server/config.js +20 -0
- package/client/app.js +15 -11
- package/client/css/fonts.css +9 -9
- package/client/imgs/avatar.jpg +0 -0
- package/client/index.js +8 -7
- package/components/auth/signin.jsx +2 -10
- package/components/dashboard/dashboard.jsx +31 -0
- package/components/partials/element/avatar.jsx +3 -1
- package/components/partials/element/sidebar.jsx +3 -2
- package/components/partials/form/select.jsx +2 -3
- package/components/partials/layout/layout2.jsx +2 -2
- package/components/partials/styleguide.jsx +3 -2
- package/package.json +4 -2
- package/readme.md +1 -1
- package/types/client/app.d.ts.map +1 -1
- package/types/client/index.d.ts +3 -2
- package/types/components/auth/signin.d.ts.map +1 -1
- package/types/components/dashboard/dashboard.d.ts +4 -0
- package/types/components/dashboard/dashboard.d.ts.map +1 -0
- package/types/components/partials/element/avatar.d.ts.map +1 -1
- package/types/components/partials/element/sidebar.d.ts.map +1 -1
- package/types/components/partials/styleguide.d.ts.map +1 -1
- package/types/util.d.ts +1 -1
- package/types/util.d.ts.map +1 -1
- package/util.js +25 -3
- package/webpack.config.js +39 -4
- package/_example/client/fonts/Roboto-Bold.ttf +0 -0
- package/_example/client/fonts/Roboto-BoldItalic.ttf +0 -0
- package/_example/client/fonts/Roboto-Italic.ttf +0 -0
- package/_example/client/fonts/Roboto-Medium.ttf +0 -0
- package/_example/client/fonts/Roboto-MediumItalic.ttf +0 -0
- package/_example/client/fonts/Roboto-Regular.ttf +0 -0
- package/_example/client/imgs/icons/calendar.svg +0 -3
- package/_example/client/imgs/icons/email.svg +0 -6
- package/_example/client/imgs/icons/eye-open.svg +0 -4
- package/_example/client/imgs/icons/eye.svg +0 -5
- package/_example/client/imgs/icons/filter.svg +0 -7
- package/_example/client/imgs/icons/left-circle.svg +0 -3
- package/_example/client/imgs/icons/left.svg +0 -3
- package/_example/client/imgs/icons/line-options.svg +0 -5
- package/_example/client/imgs/icons/line.svg +0 -3
- package/_example/client/imgs/icons/person.svg +0 -7
- package/_example/client/imgs/icons/plus-circle.svg +0 -5
- package/_example/client/imgs/icons/plus.svg +0 -5
- package/_example/client/imgs/icons/right-circle.svg +0 -3
- package/_example/client/imgs/icons/right.svg +0 -3
- package/_example/client/imgs/icons/search.svg +0 -3
- package/_example/client/imgs/icons/shield.svg +0 -6
- package/_example/client/imgs/icons/tick-circle-solid.svg +0 -8
- package/_example/client/imgs/icons/tick-circle.svg +0 -6
- package/_example/client/imgs/icons/tick.svg +0 -5
- package/_example/client/imgs/icons/up2-small.svg +0 -4
- package/_example/client/imgs/icons/up2.svg +0 -4
- package/_example/client/imgs/icons/updown.svg +0 -6
- package/_example/client/imgs/icons/v-big-dark.svg +0 -3
- package/_example/client/imgs/icons/v-dark.svg +0 -3
- package/_example/client/imgs/icons/v.svg +0 -3
- package/_example/client/imgs/icons/v2-active.svg +0 -6
- package/_example/client/imgs/icons/x1.svg +0 -4
- package/_example/client/imgs/user.jpg +0 -0
- package/client/imgs/icons/calendar.svg +0 -3
- package/client/imgs/icons/email.svg +0 -6
- package/client/imgs/icons/eye-open.svg +0 -4
- package/client/imgs/icons/eye.svg +0 -5
- package/client/imgs/icons/filter.svg +0 -7
- package/client/imgs/icons/left-circle.svg +0 -3
- package/client/imgs/icons/left.svg +0 -3
- package/client/imgs/icons/line-options.svg +0 -5
- package/client/imgs/icons/line.svg +0 -3
- package/client/imgs/icons/person.svg +0 -7
- package/client/imgs/icons/plus-circle.svg +0 -5
- package/client/imgs/icons/right-circle.svg +0 -3
- package/client/imgs/icons/right.svg +0 -3
- package/client/imgs/icons/search.svg +0 -3
- package/client/imgs/icons/shield.svg +0 -6
- package/client/imgs/icons/tick-circle-solid.svg +0 -8
- package/client/imgs/icons/tick-circle.svg +0 -6
- package/client/imgs/icons/up2-small.svg +0 -4
- package/client/imgs/icons/up2.svg +0 -4
- package/client/imgs/icons/updown.svg +0 -6
- package/client/imgs/icons/v-big-dark.svg +0 -3
- package/client/imgs/icons/v-dark.svg +0 -3
- package/client/imgs/icons/v.svg +0 -3
- package/client/imgs/icons/v2-active.svg +0 -6
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
name: Deploy
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches: [ "master" ]
|
|
6
|
+
pull_request:
|
|
7
|
+
branches: [ "master" ]
|
|
8
|
+
|
|
9
|
+
jobs:
|
|
10
|
+
build:
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
|
|
13
|
+
strategy:
|
|
14
|
+
matrix:
|
|
15
|
+
node-version: [18.x]
|
|
16
|
+
|
|
17
|
+
steps:
|
|
18
|
+
- uses: actions/checkout@v4
|
|
19
|
+
|
|
20
|
+
- name: Use Node.js ${{ matrix.node-version }}
|
|
21
|
+
uses: actions/setup-node@v4
|
|
22
|
+
with:
|
|
23
|
+
node-version: ${{ matrix.node-version }}
|
|
24
|
+
|
|
25
|
+
- name: Install dependencies
|
|
26
|
+
run: npm install
|
|
27
|
+
|
|
28
|
+
- name: Build
|
|
29
|
+
run: npm run build
|
|
30
|
+
|
|
31
|
+
- name: Deploy to GitHub Pages
|
|
32
|
+
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
|
|
33
|
+
uses: peaceiris/actions-gh-pages@v3
|
|
34
|
+
with:
|
|
35
|
+
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
36
|
+
publish_dir: ./_example/client/dist
|