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
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M7.22222 5.66667L4.88889 8M4.88889 8L7.22222 10.3333M4.88889 8H11.1111M1 8C1 11.866 4.13401 15 8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g>
|
|
3
|
-
<path d="M13 7.00002H10.3333M11.6667 8.33335L11.6667 5.66669" stroke="white" stroke-width="1.5" stroke-linecap="round"/>
|
|
4
|
-
<path d="M1 11.741C1 10.1323 2.13155 8.76197 3.66936 8.50843L3.80788 8.4856C5.03928 8.28258 6.29405 8.28258 7.52545 8.4856L7.66397 8.50843C9.20178 8.76197 10.3333 10.1323 10.3333 11.741C10.3333 12.4363 9.78768 13 9.11458 13H2.21875C1.54565 13 1 12.4363 1 11.741Z" stroke="white" stroke-width="1.5"/>
|
|
5
|
-
<path d="M8.3889 3.625C8.3889 5.07475 7.17012 6.25 5.66668 6.25C4.16324 6.25 2.94446 5.07475 2.94446 3.625C2.94446 2.17525 4.16324 1 5.66668 1C7.17012 1 8.3889 2.17525 8.3889 3.625Z" stroke="white" stroke-width="1.5"/>
|
|
6
|
-
</g>
|
|
7
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg width="29" height="29" viewBox="0 0 29 29" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="14.5" cy="14.5" r="13.5" stroke="#E8E8E8" stroke-width="2"/>
|
|
3
|
-
<line x1="14.5" y1="18.5" x2="14.5" y2="10.5" stroke="#1E1D20" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<line x1="18.5" y1="14.5" x2="10.5" y2="14.5" stroke="#1E1D20" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M8.77778 10.3333L11.1111 8M11.1111 8L8.77778 5.66667M11.1111 8H4.88889M15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15C11.866 15 15 11.866 15 8Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2275 9.59501C10.2576 9.61776 10.2868 9.64294 10.3145 9.67057L12.752 12.1081C12.8296 12.183 12.8915 12.2727 12.934 12.3718C12.9766 12.4709 12.999 12.5776 13 12.6854C13.0009 12.7933 12.9804 12.9003 12.9395 13.0002C12.8986 13.1 12.8383 13.1907 12.762 13.267C12.6857 13.3433 12.595 13.4036 12.4952 13.4445C12.3953 13.4853 12.2883 13.5059 12.1804 13.505C12.0726 13.504 11.9659 13.4816 11.8668 13.439C11.7677 13.3964 11.678 13.3345 11.6031 13.2569L9.16558 10.8194C9.13839 10.7923 9.11314 10.7632 9.09002 10.7325C7.93912 11.5957 6.50386 11.9906 5.07338 11.8378C3.64289 11.685 2.32346 10.9958 1.38087 9.90897C0.438275 8.82215 -0.0574365 7.41851 -0.006413 5.98079C0.0446105 4.54306 0.638577 3.17809 1.65584 2.16083C2.6731 1.14357 4.03807 0.5496 5.4758 0.498577C6.91352 0.447553 8.31716 0.943264 9.40398 1.88586C10.4908 2.82845 11.18 4.14788 11.3328 5.57837C11.4857 7.00885 11.0907 8.44411 10.2275 9.59501ZM5.67751 10.245C6.75496 10.245 7.78827 9.81699 8.55014 9.05513C9.31201 8.29326 9.74002 7.25995 9.74002 6.1825C9.74002 5.10506 9.31201 4.07175 8.55014 3.30988C7.78827 2.54801 6.75496 2.12 5.67751 2.12C4.60007 2.12 3.56676 2.54801 2.80489 3.30988C2.04302 4.07175 1.61501 5.10506 1.61501 6.1825C1.61501 7.25995 2.04302 8.29326 2.80489 9.05513C3.56676 9.81699 4.60007 10.245 5.67751 10.245Z" fill="#D6CBE2"/>
|
|
3
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g>
|
|
3
|
-
<path d="M9.90654 13.8235L10.042 13.7264C10.4657 13.4226 10.6776 13.2706 10.8671 13.1077C11.8971 12.2225 12.5888 10.9885 12.8191 9.62598C12.8614 9.37522 12.8835 9.10994 12.9275 8.5794L12.9503 8.30507C13.0232 7.4269 13.0159 6.54361 12.9286 5.66685L12.9015 5.39553C12.7487 3.86121 11.8404 2.51644 10.4983 1.83738C8.29161 0.720874 5.70839 0.720874 3.50169 1.83738C2.15956 2.51644 1.25128 3.86121 1.09845 5.39553L1.07143 5.66685C0.984097 6.54361 0.97683 7.4269 1.04972 8.30507L1.07249 8.5794C1.11653 9.10994 1.13855 9.37522 1.18092 9.62598C1.41116 10.9885 2.10292 12.2225 3.13285 13.1077C3.32239 13.2706 3.53433 13.4226 3.95805 13.7264L4.09346 13.8235C4.66955 14.2366 4.95762 14.4432 5.24631 14.5868C6.35447 15.1377 7.64553 15.1377 8.75369 14.5868C9.04238 14.4432 9.33045 14.2367 9.90654 13.8235Z" stroke="white" stroke-width="1.5"/>
|
|
4
|
-
<path d="M4.82291 7.8021L6.40624 9.38544L9.17707 6.41669" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</g>
|
|
6
|
-
</svg>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g>
|
|
3
|
-
<circle cx="10" cy="10" r="9.25" stroke="#7647DA" stroke-width="1.5"/>
|
|
4
|
-
<path d="M6.55145 10.2475L9.27492 13.0064L13.425 7.04828" stroke="#7647DA" stroke-width="1.5" stroke-linejoin="round"/>
|
|
5
|
-
<circle cx="10" cy="10" r="10" fill="#8656ED"/>
|
|
6
|
-
<path d="M5.88235 9.80394L8.62745 12.549L14.1176 7.05884" stroke="white" stroke-width="2.35294"/>
|
|
7
|
-
</g>
|
|
8
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g>
|
|
3
|
-
<circle cx="10" cy="10" r="9.25" stroke="#7647DA" stroke-width="1.5"/>
|
|
4
|
-
<path d="M6.55145 10.2475L9.27492 13.0064L13.425 7.04828" stroke="#7647DA" stroke-width="1.5" stroke-linejoin="round"/>
|
|
5
|
-
</g>
|
|
6
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="14" height="19" viewBox="0 0 14 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0 16.72H14V19H0V16.72Z" fill="#D6CBE2"/>
|
|
3
|
-
<path d="M5.64095 12.8102V5.17819C5.64095 5.17819 3.6021 7.65608 2.93926 8.22031C2.27642 8.78454 0.847125 7.52269 1.33939 6.67005C1.64216 6.14565 3.2952 3.64443 4.38675 2.2717C5.4783 0.898964 5.8342 0.624404 6.28508 0.235452C6.73595 -0.153499 7.4478 0.00658673 7.75629 0.235409L7.76852 0.244473C8.07639 0.472719 8.51675 0.799185 9.65465 2.2717C10.8123 3.76972 12.1189 5.7509 12.7031 6.67005C13.2872 7.5892 11.6963 8.69302 11.0862 8.22031C10.476 7.7476 8.40897 5.17819 8.40897 5.17819V12.8102C8.40897 13.8258 5.64095 13.8079 5.64095 12.8102Z" fill="#D6CBE2"/>
|
|
4
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="18" height="25" viewBox="0 0 18 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M0 22H18V25H0V22Z" fill="#D6CBE2"/>
|
|
3
|
-
<path d="M7.25265 16.8555V6.81341C7.25265 6.81341 4.63127 10.0738 3.77905 10.8162C2.92683 11.5586 1.08916 9.89827 1.72208 8.77638C2.11134 8.08638 4.23668 4.7953 5.64011 2.98907C7.04353 1.18285 7.50112 0.821585 8.08081 0.309806C8.66051 -0.201973 9.57574 0.00866675 9.97238 0.309749L9.98809 0.321675C10.3839 0.621999 10.9501 1.05156 12.4131 2.98907C13.9015 4.96016 15.5814 7.56698 16.3325 8.77638C17.0836 9.98579 15.0381 11.4382 14.2536 10.8162C13.4692 10.1942 10.8115 6.81341 10.8115 6.81341V16.8555C10.8115 18.1918 7.25265 18.1683 7.25265 16.8555Z" fill="#D6CBE2"/>
|
|
4
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="10" height="15" viewBox="0 0 10 15" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g>
|
|
3
|
-
<path d="M1 10.1818L5 13.3636L9 10.1818" stroke="#D6CBE2" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
<path d="M1 4.18182L5 1.00001L9 4.18182" stroke="#D6CBE2" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
-
</g>
|
|
6
|
-
</svg>
|
package/client/imgs/icons/v.svg
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<mask id="path-1-inside-1_3047_23129" fill="white">
|
|
3
|
-
<path d="M5.50001 0.0649414L10.4498 5.01469L5.50001 9.96444L0.55026 5.01469L5.50001 0.0649414Z"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<path d="M5.50001 9.96444L4.08579 11.3786L5.50001 12.7929L6.91422 11.3786L5.50001 9.96444ZM9.03554 3.60048L4.08579 8.55022L6.91422 11.3786L11.864 6.4289L9.03554 3.60048ZM6.91422 8.55022L1.96447 3.60048L-0.863953 6.4289L4.08579 11.3786L6.91422 8.55022Z" fill="black" mask="url(#path-1-inside-1_3047_23129)"/>
|
|
6
|
-
</svg>
|