@feedmepos/mf-common 1.3.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api/index.d.ts +2 -1
- package/dist/app.d.ts +1 -10651
- package/dist/app.js +11466 -11470
- package/dist/auth.d.ts +1 -1
- package/dist/components/UserInfo.vue.d.ts +1 -1
- package/dist/logo.svg +15 -0
- package/dist/store.d.ts +8664 -1270
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/auth.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { type PropType } from 'vue';
|
2
2
|
import type { FeedMeUser } from '../auth';
|
3
|
-
import type
|
3
|
+
import { type FmpBusiness } from '../store';
|
4
4
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
5
5
|
user: {
|
6
6
|
type: PropType<FeedMeUser | null>;
|
package/dist/logo.svg
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
<svg width="388" height="388" viewBox="0 0 388 388" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M239.449 0H148.553C66.5106 0 0.00195312 66.5086 0.00195312 148.551V239.447C0.00195312 321.489 66.5106 387.998 148.553 387.998H239.449C321.491 387.998 388 321.489 388 239.447V148.551C388 66.5086 321.491 0 239.449 0Z" fill="url(#paint0_linear_8849_557)" style=""/>
|
3
|
+
<mask id="mask0_8849_557" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="388" height="388">
|
4
|
+
<path d="M239.447 0H148.551C66.5086 0 0 66.5086 0 148.551V239.447C0 321.489 66.5086 387.998 148.551 387.998H239.447C321.49 387.998 387.998 321.489 387.998 239.447V148.551C387.998 66.5086 321.49 0 239.447 0Z" fill="white" style="fill:white;fill-opacity:1;"/>
|
5
|
+
</mask>
|
6
|
+
<g mask="url(#mask0_8849_557)">
|
7
|
+
<path d="M82.587 258.589V258.76C83.2747 264.893 84.1917 271.598 85.3953 278.648L101.271 392.296H127.462V253.946C127.462 241.395 137.033 231.194 148.839 231.194H150.329C162.135 231.194 171.706 241.395 171.706 253.946V392.296H216.352V253.946C216.352 241.395 225.923 231.194 237.729 231.194H239.219C251.025 231.194 260.596 241.395 260.596 253.946V392.296H286.959L302.835 277.788C303.981 271.025 304.841 264.549 305.471 258.589V258.187C307.649 238.759 307.649 225.061 307.649 225.061C307.649 182.938 290.054 148.264 252.286 119.78C241.97 112.043 233.029 100.466 232.17 75.7079C232.17 75.7079 229.705 12.9519 253.719 -33.7568H134.339C158.353 12.9519 155.888 75.7079 155.888 75.7079C155.029 100.409 146.088 111.986 135.772 119.78C97.9465 148.321 80.4092 182.938 80.4092 225.061C80.4092 225.061 80.4092 238.873 82.587 258.474V258.589Z" fill="white" style="fill:white;fill-opacity:1;"/>
|
8
|
+
</g>
|
9
|
+
<defs>
|
10
|
+
<linearGradient id="paint0_linear_8849_557" x1="43.5013" y1="344.556" x2="344.501" y2="43.5567" gradientUnits="userSpaceOnUse">
|
11
|
+
<stop stop-color="#FF5D53" style="stop-color:#FF5D53;stop-color:color(display-p3 1.0000 0.3647 0.3255);stop-opacity:1;"/>
|
12
|
+
<stop offset="1" stop-color="#FCA23E" style="stop-color:#FCA23E;stop-color:color(display-p3 0.9882 0.6353 0.2431);stop-opacity:1;"/>
|
13
|
+
</linearGradient>
|
14
|
+
</defs>
|
15
|
+
</svg>
|