@saasquatch/mint-components 1.13.5-0 → 1.13.5
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/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-pagination/sqm-pagination.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +2 -17
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +1 -1
- package/dist/esm/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-f29eda2f.entry.js → p-23ed5e6f.entry.js} +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-b93fd99c.system.entry.js → p-8da00a59.system.entry.js} +1 -1
- package/dist/mint-components/{p-38b5f028.system.entry.js → p-8f8245da.system.entry.js} +1 -1
- package/dist/mint-components/{p-f2cc6a6f.entry.js → p-ba9b5b20.entry.js} +2 -2
- package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +0 -5
- package/dist/types/components.d.ts +0 -82
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
|
@@ -5794,7 +5794,7 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
5794
5794
|
index.h("sl-skeleton", { class: sheet$5.classes.SkeletonTwo }))) : (index.h("div", null,
|
|
5795
5795
|
index.h("h3", { class: sheet$5.classes.IndirectTaxPreviewHeaderContainer },
|
|
5796
5796
|
text.indirectTaxInfoSectionHeader,
|
|
5797
|
-
index.h("sl-tooltip", { trigger: "hover", placement: "
|
|
5797
|
+
index.h("sl-tooltip", { trigger: "hover", placement: "right", content: text.indirectTaxTooltipSupport, class: sheet$5.classes.TooltipContainer },
|
|
5798
5798
|
index.h("sl-icon", { name: "info-circle", class: sheet$5.classes.ToolTip }))),
|
|
5799
5799
|
index.h("div", { class: sheet$5.classes.IndirectTaxPreviewDetails },
|
|
5800
5800
|
index.h("span", null, states.notRegistered ? (index.h("span", { class: sheet$5.classes.NotRegisteredIndirectTaxText }, global.intl.formatMessage({
|
|
@@ -10339,7 +10339,7 @@ const emailVerifiedTemplate = "<sqm-portal-verify-email></sqm-portal-verify-emai
|
|
|
10339
10339
|
|
|
10340
10340
|
const emailVerificationTemplate = "<sqm-portal-protected-route redirect-to=\"/login\"></sqm-portal-protected-route>\n<sqm-portal-email-verification></sqm-portal-email-verification>\n";
|
|
10341
10341
|
|
|
10342
|
-
const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description
|
|
10342
|
+
const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; forgotPasswordPath: string; registerPath: string; }; content?: { googleButton?: VNode; forgotPasswordButton?: any; secondaryButton?: any; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `forgotPasswordLabel` | `forgot-password-label` | | `string` | `\"Forgot Password?\"` |\n| `forgotPasswordPath` | `forgot-password-path` | Redirect participants to this page to reset their password | `string` | `\"/forgotPassword\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when the login fails due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while logging you in. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page after they successfully login. | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Sign in to your account\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `registerCTA` | `register-c-t-a` | | `string` | `\"Don't have an account?\"` |\n| `registerLabel` | `register-label` | | `string` | `\"Register\"` |\n| `registerPath` | `register-path` | Redirect participants to this page to start registration. | `string` | `\"/register\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Sign In\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-login --> sqm-form-message\n sqm-stencilbook --> sqm-portal-login\n style sqm-portal-login fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10343
10343
|
|
|
10344
10344
|
const ReferralIframeReadme = "# sqm-referral-iframe\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |\n| `demoData` | -- | | `{ states?: { content: { iframeSrc: string; iframeHeight: string; iframeWidth: string; }; }; data?: { shareCode: string; }; }` | `undefined` |\n| `iframeHeight` | `iframe-height` | Define the height of the iframe with any valid CSS height value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | URL of iframe to display | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | Define the width of the iframe with any valid CSS width value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-stencilbook --> sqm-referral-iframe\n style sqm-referral-iframe fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10345
10345
|
|
|
@@ -10,7 +10,7 @@ import { usePagination } from "./usePagination";
|
|
|
10
10
|
/**
|
|
11
11
|
* @uiName Pagination
|
|
12
12
|
* @exampleGroup Common Components
|
|
13
|
-
* @example
|
|
13
|
+
* @example Promo Code Pagination - <sqm-pagination></sqm-pagination>
|
|
14
14
|
*/
|
|
15
15
|
export class Pagination {
|
|
16
16
|
constructor() {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { isDemo, useParentState } from "@saasquatch/component-boilerplate";
|
|
2
1
|
import { withHooks } from "@saasquatch/stencil-hooks";
|
|
3
2
|
import { Component, Prop, h } from "@stencil/core";
|
|
4
3
|
import deepmerge from "deepmerge";
|
|
5
4
|
import { getProps } from "../../../utils/utils";
|
|
6
|
-
import { ErrorView } from "./ErrorView";
|
|
7
5
|
import LoadingView from "./LoadingView";
|
|
8
6
|
import { TAX_CONTEXT_NAMESPACE } from "./data";
|
|
9
7
|
import { extractProps } from "./extractProps";
|
|
10
8
|
import { useTaxAndCash } from "./useTaxAndCash";
|
|
9
|
+
import { isDemo, useParentState } from "@saasquatch/component-boilerplate";
|
|
10
|
+
import { ErrorView } from "./ErrorView";
|
|
11
11
|
/**
|
|
12
12
|
* @uiName Tax and Cash
|
|
13
13
|
* @exampleGroup Tax and Cash
|
|
@@ -5040,21 +5040,6 @@ export class TaxAndCashMonolith {
|
|
|
5040
5040
|
}, {
|
|
5041
5041
|
"text": "object",
|
|
5042
5042
|
"name": "uiType"
|
|
5043
|
-
}, {
|
|
5044
|
-
"text": "Step 1 - { \"step\": \"/1\" }",
|
|
5045
|
-
"name": "demo"
|
|
5046
|
-
}, {
|
|
5047
|
-
"text": "Step 2 - { \"step\": \"/2\" }",
|
|
5048
|
-
"name": "demo"
|
|
5049
|
-
}, {
|
|
5050
|
-
"text": "Step 3 - { \"step\": \"/3\" }",
|
|
5051
|
-
"name": "demo"
|
|
5052
|
-
}, {
|
|
5053
|
-
"text": "Step 3 - { \"step\": \"/4\" }",
|
|
5054
|
-
"name": "demo"
|
|
5055
|
-
}, {
|
|
5056
|
-
"text": "Dashboard - { \"step\": \"/dashboard\" }",
|
|
5057
|
-
"name": "demo"
|
|
5058
5043
|
}],
|
|
5059
5044
|
"text": ""
|
|
5060
5045
|
}
|
|
@@ -404,7 +404,7 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
404
404
|
h("sl-skeleton", { class: sheet.classes.SkeletonTwo }))) : (h("div", null,
|
|
405
405
|
h("h3", { class: sheet.classes.IndirectTaxPreviewHeaderContainer },
|
|
406
406
|
text.indirectTaxInfoSectionHeader,
|
|
407
|
-
h("sl-tooltip", { trigger: "hover", placement: "
|
|
407
|
+
h("sl-tooltip", { trigger: "hover", placement: "right", content: text.indirectTaxTooltipSupport, class: sheet.classes.TooltipContainer },
|
|
408
408
|
h("sl-icon", { name: "info-circle", class: sheet.classes.ToolTip }))),
|
|
409
409
|
h("div", { class: sheet.classes.IndirectTaxPreviewDetails },
|
|
410
410
|
h("span", null, states.notRegistered ? (h("span", { class: sheet.classes.NotRegisteredIndirectTaxText }, intl.formatMessage({
|
|
@@ -5790,7 +5790,7 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
5790
5790
|
h("sl-skeleton", { class: sheet$5.classes.SkeletonTwo }))) : (h("div", null,
|
|
5791
5791
|
h("h3", { class: sheet$5.classes.IndirectTaxPreviewHeaderContainer },
|
|
5792
5792
|
text.indirectTaxInfoSectionHeader,
|
|
5793
|
-
h("sl-tooltip", { trigger: "hover", placement: "
|
|
5793
|
+
h("sl-tooltip", { trigger: "hover", placement: "right", content: text.indirectTaxTooltipSupport, class: sheet$5.classes.TooltipContainer },
|
|
5794
5794
|
h("sl-icon", { name: "info-circle", class: sheet$5.classes.ToolTip }))),
|
|
5795
5795
|
h("div", { class: sheet$5.classes.IndirectTaxPreviewDetails },
|
|
5796
5796
|
h("span", null, states.notRegistered ? (h("span", { class: sheet$5.classes.NotRegisteredIndirectTaxText }, intl.formatMessage({
|
|
@@ -10335,7 +10335,7 @@ const emailVerifiedTemplate = "<sqm-portal-verify-email></sqm-portal-verify-emai
|
|
|
10335
10335
|
|
|
10336
10336
|
const emailVerificationTemplate = "<sqm-portal-protected-route redirect-to=\"/login\"></sqm-portal-protected-route>\n<sqm-portal-email-verification></sqm-portal-email-verification>\n";
|
|
10337
10337
|
|
|
10338
|
-
const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description
|
|
10338
|
+
const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; forgotPasswordPath: string; registerPath: string; }; content?: { googleButton?: VNode; forgotPasswordButton?: any; secondaryButton?: any; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `forgotPasswordLabel` | `forgot-password-label` | | `string` | `\"Forgot Password?\"` |\n| `forgotPasswordPath` | `forgot-password-path` | Redirect participants to this page to reset their password | `string` | `\"/forgotPassword\"` |\n| `networkErrorMessage` | `network-error-message` | Displayed when the login fails due to a network error. The participant can try refreshing the page. | `string` | `\"An error occurred while logging you in. Please refresh the page and try again.\"` |\n| `nextPage` | `next-page` | Redirect participants to this page after they successfully login. | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Sign in to your account\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `registerCTA` | `register-c-t-a` | | `string` | `\"Don't have an account?\"` |\n| `registerLabel` | `register-label` | | `string` | `\"Register\"` |\n| `registerPath` | `register-path` | Redirect participants to this page to start registration. | `string` | `\"/register\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Sign In\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-login --> sqm-form-message\n sqm-stencilbook --> sqm-portal-login\n style sqm-portal-login fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10339
10339
|
|
|
10340
10340
|
const ReferralIframeReadme = "# sqm-referral-iframe\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |\n| `demoData` | -- | | `{ states?: { content: { iframeSrc: string; iframeHeight: string; iframeWidth: string; }; }; data?: { shareCode: string; }; }` | `undefined` |\n| `iframeHeight` | `iframe-height` | Define the height of the iframe with any valid CSS height value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | URL of iframe to display | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | Define the width of the iframe with any valid CSS width value. Example: 100px, 5rem, or auto. | `string` | `\"100%\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-stencilbook --> sqm-referral-iframe\n style sqm-referral-iframe fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
|
|
10341
10341
|
|