@feedmepos/mf-common 1.8.21 → 1.8.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { type PortalProps } from "./index";
2
2
  import { type PortalApp } from "@/store";
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
4
  login: () => void;
5
5
  logout: () => void;
6
6
  "select-business": (business: import("@/store").FmpBusiness, shouldReload: boolean) => void;
@@ -88,10 +88,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
88
88
  "onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
89
89
  "onGoto:settings"?: (() => any) | undefined;
90
90
  "onGoto:portal-v2"?: (() => any) | undefined;
91
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
92
- sidebar?(_: {}): any;
93
- default?(_: {}): any;
94
- }>;
91
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
95
92
  export default _default;
96
93
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
97
94
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -102,9 +99,4 @@ type __VLS_TypePropsToRuntimeProps<T> = {
102
99
  required: true;
103
100
  };
104
101
  };
105
- type __VLS_WithTemplateSlots<T, S> = T & {
106
- new (): {
107
- $slots: S;
108
- };
109
- };
110
102
  //# sourceMappingURL=PortalDesktop.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PortalDesktop.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalDesktop.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,KAAK,WAAW,EAAE,MAAM,SAAS,CAAA;AAE7D,OAAO,EAAE,KAAK,SAAS,EAAgB,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAskBtD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"PortalDesktop.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalDesktop.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,KAAK,WAAW,EAAE,MAAM,SAAS,CAAA;AAE7D,OAAO,EAAE,KAAK,SAAS,EAAgB,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+dtD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { PortalProps } from "@/components/Portal/index";
2
- import type { FmpBusiness } from "@/store";
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
+ import { type FmpBusiness } from "@/store";
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
4
  login: () => void;
5
5
  logout: () => void;
6
6
  "select-business": (business: FmpBusiness, shouldReload: boolean) => void;
@@ -88,10 +88,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
88
88
  "onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
89
89
  "onGoto:settings"?: (() => any) | undefined;
90
90
  "onGoto:portal-v2"?: (() => any) | undefined;
91
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
92
- sidebar?(_: {}): any;
93
- default?(_: {}): any;
94
- }>;
91
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
95
92
  export default _default;
96
93
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
97
94
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -102,9 +99,4 @@ type __VLS_TypePropsToRuntimeProps<T> = {
102
99
  required: true;
103
100
  };
104
101
  };
105
- type __VLS_WithTemplateSlots<T, S> = T & {
106
- new (): {
107
- $slots: S;
108
- };
109
- };
110
102
  //# sourceMappingURL=PortalMobile.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PortalMobile.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalMobile.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAI1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAorC1C,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"PortalMobile.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalMobile.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAI1E,OAAO,EAAgB,KAAK,WAAW,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAupCxD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
3
+ //# sourceMappingURL=PortalSidebar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PortalSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalSidebar.vue.ts"],"names":[],"mappings":";AAmEA,wBAKG"}
@@ -1,8 +1,8 @@
1
1
  import type { PortalProps } from "@/components/Portal/index";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
3
  login: () => void;
4
4
  logout: () => void;
5
- "select-business": (business: import("../../store").FmpBusiness, shouldReload: boolean) => void;
5
+ "select-business": (business: import("@/store").FmpBusiness, shouldReload: boolean) => void;
6
6
  "open-my-business": () => void;
7
7
  "select-country": (country: {
8
8
  taxLevel?: number | null | undefined;
@@ -39,7 +39,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
39
39
  }[];
40
40
  }[];
41
41
  }, shouldReload: boolean) => void;
42
- "select-app": (app: import("../../store").PortalApp) => void;
42
+ "select-app": (app: import("@/store").PortalApp) => void;
43
43
  "update:dropdownOpened": (value: boolean) => void;
44
44
  "goto:settings": () => void;
45
45
  "goto:portal-v2": () => void;
@@ -81,16 +81,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
81
81
  }, shouldReload: boolean) => any) | undefined;
82
82
  onLogin?: (() => any) | undefined;
83
83
  onLogout?: (() => any) | undefined;
84
- "onSelect-business"?: ((business: import("../../store").FmpBusiness, shouldReload: boolean) => any) | undefined;
84
+ "onSelect-business"?: ((business: import("@/store").FmpBusiness, shouldReload: boolean) => any) | undefined;
85
85
  "onOpen-my-business"?: (() => any) | undefined;
86
- "onSelect-app"?: ((app: import("../../store").PortalApp) => any) | undefined;
86
+ "onSelect-app"?: ((app: import("@/store").PortalApp) => any) | undefined;
87
87
  "onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
88
88
  "onGoto:settings"?: (() => any) | undefined;
89
89
  "onGoto:portal-v2"?: (() => any) | undefined;
90
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
91
- default?(_: {}): any;
92
- sidebar?(_: {}): any;
93
- }>;
90
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
94
91
  export default _default;
95
92
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
96
93
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -101,9 +98,4 @@ type __VLS_TypePropsToRuntimeProps<T> = {
101
98
  required: true;
102
99
  };
103
100
  };
104
- type __VLS_WithTemplateSlots<T, S> = T & {
105
- new (): {
106
- $slots: S;
107
- };
108
- };
109
101
  //# sourceMappingURL=PortalTablet.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PortalTablet.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalTablet.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6qB1E,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"PortalTablet.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalTablet.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAipB1E,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -88,7 +88,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
88
88
  "onGoto:settings"?: (() => any) | undefined;
89
89
  "onGoto:portal-v2"?: (() => any) | undefined;
90
90
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
91
- sidebar?(_: {}): any;
92
91
  default?(_: {}): any;
93
92
  }>;
94
93
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/index.vue.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmV1E,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/index.vue.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoM1E,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .country-dialog--footer[data-v-72eb492f]{display:flex;width:100%;align-items:center;justify-content:flex-end}@media (min-width: 0px) and (max-width: 647px){.country-dialog--footer[data-v-72eb492f]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}}.business-info-icon{width:45px;height:45px;min-width:45px;min-height:45px;vertical-align:middle;border-radius:50%}.profile-menu-item[data-v-c679bca7]{display:flex;width:100%;align-items:center;justify-content:flex-start}.profile-menu-item[data-v-c679bca7]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.profile-menu-item[data-v-c679bca7]{padding-left:12px;padding-right:12px}@media (min-width: 0px) and (max-width: 647px){.profile-menu-item[data-v-c679bca7]{padding-left:16px;padding-right:16px}}@media (min-width: 648px) and (max-width: 959px){.profile-menu-item[data-v-c679bca7]{padding-left:16px;padding-right:16px}}.profile-menu-item[data-v-c679bca7]{text-align:left;border-radius:8px}.profile-menu-item--title[data-v-c679bca7]{font-size:.875rem;font-weight:400;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none}.profile-menu-item--subtitle[data-v-c679bca7]{font-size:.75rem;font-weight:400;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-gray-300)}.user-info-icon[data-v-3fa2804f]{flex-shrink:0;cursor:pointer;font-size:.75rem;font-weight:600;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-white);display:flex;align-items:center;justify-content:center;background:linear-gradient(201deg,#fc9b40 10.3%,#ff6052 98.36%)}.user-info-icon--md[data-v-3fa2804f]{height:2.25rem;width:2.25rem;border-radius:8px}.user-info-icon--lg[data-v-3fa2804f]{height:48px;width:48px;border-radius:16px}.profile-menu[data-v-3fa2804f]{width:280px;padding-top:12px;padding-bottom:12px}.profile-menu--profile[data-v-3fa2804f]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.profile-menu--profile[data-v-3fa2804f]{padding:4px 16px;display:flex;align-items:center}.profile-menu--profile .profile-displayName[data-v-3fa2804f]{font-size:1rem;font-weight:400;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu--profile .profile-email[data-v-3fa2804f]{font-size:.875rem;font-weight:400;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none;color:var(--fm-color-neutral-gray-300);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu--block[data-v-3fa2804f]{padding-left:4px;padding-right:4px}.profile-menu--divider[data-v-3fa2804f]{padding:4px 8px}.profile-menu--divider[data-v-3fa2804f]:before{content:"";display:block;height:1px;width:100%;background-color:var(--fm-color-neutral-gray-100)}.logo[data-v-e8337bff]{height:48px;width:48px;padding:8px}.logo[data-v-e8337bff]>svg{width:100%;height:100%}.app-header[data-v-6af1084a]{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;height:56px;align-items:center;justify-content:space-between;overflow:hidden;padding:4px 24px 4px 8px;border-bottom-width:1px;border-bottom-color:var(--fm-color-neutral-gray-100);background-color:var(--fm-color-neutral-white)}.app-container[data-v-6af1084a]{min-height:100vh;background-color:var(--fm-color-neutral-gray-100)}.app-content[data-v-6af1084a]{height:100%;overflow:auto;padding-left:240px;transition-property:padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.app-content--expanded[data-v-6af1084a]{padding:0}.app-sidebar[data-v-6af1084a]{position:fixed;top:0;left:0;--tw-bg-opacity: 1;background-color:rgb(253 253 254 / var(--tw-bg-opacity));height:100vh;width:240px;transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.app-sidebar--close[data-v-6af1084a]{width:0px;overflow:hidden}.app-menu[data-v-6af1084a]{width:100%}.app-menu[data-v-6af1084a]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}.app-menu[data-v-6af1084a]{padding-left:1.25rem;padding-right:1.25rem;padding-top:12px;padding-bottom:12px}.app-menu--content[data-v-6af1084a]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}.app-menu--item[data-v-6af1084a]{display:flex;align-items:center;gap:8px}.app-menu--item--icon[data-v-6af1084a]{height:48px;width:48px}.app-menu--item--content[data-v-6af1084a]{flex:1 1 0%}.app-menu--name[data-v-6af1084a]{font-size:1rem;font-weight:600;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none}.app-menu--description[data-v-6af1084a]{font-size:.75rem;font-weight:400;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-gray-400)}.app-menu--divider[data-v-6af1084a]{height:1px;width:100%;border-radius:4px;background-color:var(--fm-color-neutral-gray-100)}.app-menu--advertisement[data-v-6af1084a]{aspect-ratio:402/156;width:100%;border-radius:8px;background-color:var(--fm-color-neutral-gray-100);font-size:1rem;font-weight:600;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--fm-color-neutral-gray-300)}.slide-right-enter-active[data-v-6ae3057d],.slide-right-leave-active[data-v-6ae3057d]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.slide-right-enter-from[data-v-6ae3057d]{transform:translate(100%)}.slide-right-enter-to[data-v-6ae3057d],.slide-right-leave-from[data-v-6ae3057d]{transform:translate(0)}.slide-right-leave-to[data-v-6ae3057d]{transform:translate(100%)}.fade-enter-active[data-v-6ae3057d],.fade-leave-active[data-v-6ae3057d]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-from[data-v-6ae3057d]{opacity:0}.fade-enter-to[data-v-6ae3057d],.fade-leave-from[data-v-6ae3057d]{opacity:1}.fade-leave-to[data-v-6ae3057d]{opacity:0}.slide-enter-from[data-v-daa06e6b]{opacity:0;transform:translateY(100%)}.slide-enter-to[data-v-daa06e6b],.slide-leave-from[data-v-daa06e6b]{opacity:1;transform:translateY(0)}.slide-leave-to[data-v-daa06e6b]{opacity:0;transform:translateY(100%)}.slide-enter-active[data-v-daa06e6b],.slide-leave-active[data-v-daa06e6b]{transition-property:transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.user-info-icon[data-v-7b9a49af]{flex-shrink:0;cursor:pointer;font-size:.75rem;font-weight:600;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-white);display:flex;align-items:center;justify-content:center;background:linear-gradient(201deg,#fc9b40 10.3%,#ff6052 98.36%);height:48px;width:48px;border-radius:16px}.profile-menu--divider[data-v-7b9a49af]{padding:4px 8px}.profile-menu--divider[data-v-7b9a49af]:before{content:"";display:block;height:1px;width:100%;background-color:var(--fm-color-neutral-gray-100)}.slide-enter-from[data-v-7b9a49af]{opacity:0;transform:translateY(100%)}.slide-enter-to[data-v-7b9a49af],.slide-leave-from[data-v-7b9a49af]{opacity:1;transform:translateY(0)}.slide-leave-to[data-v-7b9a49af]{opacity:0;transform:translateY(100%)}.slide-enter-active[data-v-7b9a49af],.slide-leave-active[data-v-7b9a49af]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-active[data-v-7b9a49af],.fade-leave-active[data-v-7b9a49af]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-from[data-v-7b9a49af]{opacity:0}.fade-enter-to[data-v-7b9a49af],.fade-leave-from[data-v-7b9a49af]{opacity:1}.fade-leave-to[data-v-7b9a49af]{opacity:0}.slide-right-enter-active[data-v-7b9a49af],.slide-right-leave-active[data-v-7b9a49af]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.slide-right-enter-from[data-v-7b9a49af]{transform:translate(100%)}.slide-right-enter-to[data-v-7b9a49af],.slide-right-leave-from[data-v-7b9a49af]{transform:translate(0)}.slide-right-leave-to[data-v-7b9a49af]{transform:translate(100%)}
1
+ .country-dialog--footer[data-v-72eb492f]{display:flex;width:100%;align-items:center;justify-content:flex-end}@media (min-width: 0px) and (max-width: 647px){.country-dialog--footer[data-v-72eb492f]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}}.business-info-icon{width:45px;height:45px;min-width:45px;min-height:45px;vertical-align:middle;border-radius:50%}.profile-menu-item[data-v-c679bca7]{display:flex;width:100%;align-items:center;justify-content:flex-start}.profile-menu-item[data-v-c679bca7]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.profile-menu-item[data-v-c679bca7]{padding-left:12px;padding-right:12px}@media (min-width: 0px) and (max-width: 647px){.profile-menu-item[data-v-c679bca7]{padding-left:16px;padding-right:16px}}@media (min-width: 648px) and (max-width: 959px){.profile-menu-item[data-v-c679bca7]{padding-left:16px;padding-right:16px}}.profile-menu-item[data-v-c679bca7]{text-align:left;border-radius:8px}.profile-menu-item--title[data-v-c679bca7]{font-size:.875rem;font-weight:400;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none}.profile-menu-item--subtitle[data-v-c679bca7]{font-size:.75rem;font-weight:400;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-gray-300)}.user-info-icon[data-v-3fa2804f]{flex-shrink:0;cursor:pointer;font-size:.75rem;font-weight:600;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-white);display:flex;align-items:center;justify-content:center;background:linear-gradient(201deg,#fc9b40 10.3%,#ff6052 98.36%)}.user-info-icon--md[data-v-3fa2804f]{height:2.25rem;width:2.25rem;border-radius:8px}.user-info-icon--lg[data-v-3fa2804f]{height:48px;width:48px;border-radius:16px}.profile-menu[data-v-3fa2804f]{width:280px;padding-top:12px;padding-bottom:12px}.profile-menu--profile[data-v-3fa2804f]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.profile-menu--profile[data-v-3fa2804f]{padding:4px 16px;display:flex;align-items:center}.profile-menu--profile .profile-displayName[data-v-3fa2804f]{font-size:1rem;font-weight:400;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu--profile .profile-email[data-v-3fa2804f]{font-size:.875rem;font-weight:400;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none;color:var(--fm-color-neutral-gray-300);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu--block[data-v-3fa2804f]{padding-left:4px;padding-right:4px}.profile-menu--divider[data-v-3fa2804f]{padding:4px 8px}.profile-menu--divider[data-v-3fa2804f]:before{content:"";display:block;height:1px;width:100%;background-color:var(--fm-color-neutral-gray-100)}.logo[data-v-e8337bff]{height:48px;width:48px;padding:8px}.logo[data-v-e8337bff]>svg{width:100%;height:100%}.app-header[data-v-c618b79a]{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;height:56px;align-items:center;justify-content:space-between;overflow:hidden;padding:4px 24px 4px 8px;border-bottom-width:1px;border-bottom-color:var(--fm-color-neutral-gray-100);background-color:var(--fm-color-neutral-white)}.app-container[data-v-c618b79a]{min-height:100vh;background-color:var(--fm-color-neutral-gray-100)}.app-content[data-v-c618b79a]{height:100%;overflow:auto;padding-left:240px;transition-property:padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.app-content--expanded[data-v-c618b79a]{padding:0}.app-menu[data-v-c618b79a]{width:100%}.app-menu[data-v-c618b79a]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}.app-menu[data-v-c618b79a]{padding-left:1.25rem;padding-right:1.25rem;padding-top:12px;padding-bottom:12px}.app-menu--content[data-v-c618b79a]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}.app-menu--item[data-v-c618b79a]{display:flex;align-items:center;gap:8px}.app-menu--item--icon[data-v-c618b79a]{height:48px;width:48px}.app-menu--item--content[data-v-c618b79a]{flex:1 1 0%}.app-menu--name[data-v-c618b79a]{font-size:1rem;font-weight:600;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none}.app-menu--description[data-v-c618b79a]{font-size:.75rem;font-weight:400;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-gray-400)}.app-menu--divider[data-v-c618b79a]{height:1px;width:100%;border-radius:4px;background-color:var(--fm-color-neutral-gray-100)}.app-menu--advertisement[data-v-c618b79a]{aspect-ratio:402/156;width:100%;border-radius:8px;background-color:var(--fm-color-neutral-gray-100);font-size:1rem;font-weight:600;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--fm-color-neutral-gray-300)}.slide-right-enter-active[data-v-cd36d593],.slide-right-leave-active[data-v-cd36d593]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.slide-right-enter-from[data-v-cd36d593]{transform:translate(100%)}.slide-right-enter-to[data-v-cd36d593],.slide-right-leave-from[data-v-cd36d593]{transform:translate(0)}.slide-right-leave-to[data-v-cd36d593]{transform:translate(100%)}.fade-enter-active[data-v-cd36d593],.fade-leave-active[data-v-cd36d593]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-from[data-v-cd36d593]{opacity:0}.fade-enter-to[data-v-cd36d593],.fade-leave-from[data-v-cd36d593]{opacity:1}.fade-leave-to[data-v-cd36d593]{opacity:0}.slide-enter-from[data-v-daa06e6b]{opacity:0;transform:translateY(100%)}.slide-enter-to[data-v-daa06e6b],.slide-leave-from[data-v-daa06e6b]{opacity:1;transform:translateY(0)}.slide-leave-to[data-v-daa06e6b]{opacity:0;transform:translateY(100%)}.slide-enter-active[data-v-daa06e6b],.slide-leave-active[data-v-daa06e6b]{transition-property:transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.user-info-icon[data-v-400ab498]{flex-shrink:0;cursor:pointer;font-size:.75rem;font-weight:600;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-white);display:flex;align-items:center;justify-content:center;background:linear-gradient(201deg,#fc9b40 10.3%,#ff6052 98.36%);height:48px;width:48px;border-radius:16px}.profile-menu--divider[data-v-400ab498]{padding:4px 8px}.profile-menu--divider[data-v-400ab498]:before{content:"";display:block;height:1px;width:100%;background-color:var(--fm-color-neutral-gray-100)}.slide-enter-from[data-v-400ab498]{opacity:0;transform:translateY(100%)}.slide-enter-to[data-v-400ab498],.slide-leave-from[data-v-400ab498]{opacity:1;transform:translateY(0)}.slide-leave-to[data-v-400ab498]{opacity:0;transform:translateY(100%)}.slide-enter-active[data-v-400ab498],.slide-leave-active[data-v-400ab498]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-active[data-v-400ab498],.fade-leave-active[data-v-400ab498]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-from[data-v-400ab498]{opacity:0}.fade-enter-to[data-v-400ab498],.fade-leave-from[data-v-400ab498]{opacity:1}.fade-leave-to[data-v-400ab498]{opacity:0}.slide-right-enter-active[data-v-400ab498],.slide-right-leave-active[data-v-400ab498]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.slide-right-enter-from[data-v-400ab498]{transform:translate(100%)}.slide-right-enter-to[data-v-400ab498],.slide-right-leave-from[data-v-400ab498]{transform:translate(0)}.slide-right-leave-to[data-v-400ab498]{transform:translate(100%)}