@saasquatch/mint-components 1.5.0-113 → 1.5.0-114
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/{GenericTableView-f947b749.js → GenericTableView-a69fddb5.js} +4 -2
- package/dist/cjs/{ShadowViewAddon-79dd6c07.js → ShadowViewAddon-b0dc2cbf.js} +14 -19
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-big-stat_30.cjs.entry.js +20 -8
- package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -2
- package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +9 -12
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +42 -50
- package/dist/collection/components/sqm-big-stat/UseBigStat.stories.js +1 -1
- package/dist/collection/components/sqm-big-stat/useBigStat.js +1 -1
- package/dist/collection/components/sqm-leaderboard/UseLeaderboard.stories.js +2 -2
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +0 -5
- package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +1 -1
- package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +0 -1
- package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +10 -10
- package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +8 -24
- package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +1 -26
- package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +1 -1
- package/dist/collection/components/sqm-scroll/Scroll.stories.js +14 -23
- package/dist/collection/components/sqm-scroll/sqm-scroll.js +101 -147
- package/dist/collection/components/sqm-share-button/ShareButton.stories.js +8 -8
- package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +13 -13
- package/dist/collection/components/sqm-share-button/sqm-share-button.js +21 -21
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +3 -1
- package/dist/collection/tables/GenericTableView.js +4 -2
- package/dist/esm/{GenericTableView-6b7b537b.js → GenericTableView-042ed0ca.js} +4 -2
- package/dist/esm/{ShadowViewAddon-9c382e30.js → ShadowViewAddon-1c28d584.js} +14 -19
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-big-stat_30.entry.js +20 -8
- package/dist/esm/sqm-referral-table_11.entry.js +1 -2
- package/dist/esm/sqm-rewards-table_9.entry.js +9 -12
- package/dist/esm/sqm-stencilbook.entry.js +42 -50
- package/dist/esm-es5/GenericTableView-042ed0ca.js +1 -0
- package/dist/esm-es5/ShadowViewAddon-1c28d584.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-big-stat_30.entry.js +1 -1
- package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
- package/dist/esm-es5/sqm-rewards-table_9.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-46c31936.entry.js +1 -0
- package/dist/mint-components/p-55f3d841.system.js +1 -1
- package/dist/mint-components/{p-e16186c0.system.entry.js → p-660e371f.system.entry.js} +1 -1
- package/dist/mint-components/{p-1cd23e56.system.entry.js → p-6918a207.system.entry.js} +1 -1
- package/dist/mint-components/{p-bb497e73.entry.js → p-920a2900.entry.js} +2 -2
- package/dist/mint-components/p-9a2b9ff8.system.entry.js +1 -0
- package/dist/mint-components/p-a11e1cb1.system.js +1 -0
- package/dist/mint-components/p-b74de10f.js +1 -0
- package/dist/mint-components/p-b7f5d9e7.entry.js +9 -0
- package/dist/mint-components/p-bf49f17f.system.js +1 -0
- package/dist/mint-components/{p-eb61462d.entry.js → p-d79e1aa4.entry.js} +8 -8
- package/dist/mint-components/{p-2c5d7a20.js → p-f017e3da.js} +3 -3
- package/dist/mint-components/{p-e2731437.system.entry.js → p-fa68591b.system.entry.js} +1 -1
- package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.d.ts +0 -1
- package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +0 -4
- package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +1 -1
- package/dist/types/components/sqm-scroll/Scroll.stories.d.ts +1 -0
- package/dist/types/components/sqm-scroll/sqm-scroll.d.ts +56 -8
- package/dist/types/components/sqm-share-button/sqm-share-button-view.d.ts +6 -6
- package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +9 -9
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +2 -0
- package/dist/types/components.d.ts +116 -42
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/shoelace/assets/icons/123.svg +3 -0
- package/shoelace/assets/icons/activity.svg +3 -0
- package/shoelace/assets/icons/apple.svg +4 -0
- package/shoelace/assets/icons/bandaid-fill.svg +3 -0
- package/shoelace/assets/icons/bandaid.svg +4 -0
- package/shoelace/assets/icons/bank.svg +3 -0
- package/shoelace/assets/icons/bank2.svg +3 -0
- package/shoelace/assets/icons/behance.svg +3 -0
- package/shoelace/assets/icons/bell-slash-fill.svg +3 -0
- package/shoelace/assets/icons/bell-slash.svg +3 -0
- package/shoelace/assets/icons/bluetooth.svg +3 -0
- package/shoelace/assets/icons/body-text.svg +3 -0
- package/shoelace/assets/icons/boombox-fill.svg +4 -0
- package/shoelace/assets/icons/boombox.svg +6 -0
- package/shoelace/assets/icons/boxes.svg +3 -0
- package/shoelace/assets/icons/cash-coin.svg +6 -0
- package/shoelace/assets/icons/check-lg.svg +3 -0
- package/shoelace/assets/icons/cloud-haze2.svg +3 -0
- package/shoelace/assets/icons/coin.svg +5 -0
- package/shoelace/assets/icons/currency-bitcoin.svg +3 -0
- package/shoelace/assets/icons/currency-dollar.svg +3 -0
- package/shoelace/assets/icons/currency-euro.svg +3 -0
- package/shoelace/assets/icons/currency-exchange.svg +3 -0
- package/shoelace/assets/icons/currency-pound.svg +3 -0
- package/shoelace/assets/icons/currency-yen.svg +3 -0
- package/shoelace/assets/icons/dash-lg.svg +3 -0
- package/shoelace/assets/icons/device-hdd-fill.svg +4 -0
- package/shoelace/assets/icons/device-hdd.svg +5 -0
- package/shoelace/assets/icons/device-ssd-fill.svg +4 -0
- package/shoelace/assets/icons/device-ssd.svg +4 -0
- package/shoelace/assets/icons/displayport-fill.svg +3 -0
- package/shoelace/assets/icons/displayport.svg +4 -0
- package/shoelace/assets/icons/dpad-fill.svg +3 -0
- package/shoelace/assets/icons/dpad.svg +4 -0
- package/shoelace/assets/icons/dribbble.svg +3 -0
- package/shoelace/assets/icons/ear-fill.svg +3 -0
- package/shoelace/assets/icons/ear.svg +3 -0
- package/shoelace/assets/icons/easel2-fill.svg +4 -0
- package/shoelace/assets/icons/easel2.svg +3 -0
- package/shoelace/assets/icons/easel3-fill.svg +3 -0
- package/shoelace/assets/icons/easel3.svg +3 -0
- package/shoelace/assets/icons/envelope-check-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-check.svg +4 -0
- package/shoelace/assets/icons/envelope-dash-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-dash.svg +4 -0
- package/shoelace/assets/icons/envelope-exclamation-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-exclamation.svg +4 -0
- package/shoelace/assets/icons/envelope-plus-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-plus.svg +4 -0
- package/shoelace/assets/icons/envelope-slash-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-slash.svg +4 -0
- package/shoelace/assets/icons/envelope-x-fill.svg +4 -0
- package/shoelace/assets/icons/envelope-x.svg +4 -0
- package/shoelace/assets/icons/ethernet.svg +4 -0
- package/shoelace/assets/icons/exclamation-lg.svg +3 -0
- package/shoelace/assets/icons/explicit-fill.svg +3 -0
- package/shoelace/assets/icons/explicit.svg +4 -0
- package/shoelace/assets/icons/fan.svg +4 -0
- package/shoelace/assets/icons/file-earmark-pdf-fill.svg +4 -0
- package/shoelace/assets/icons/file-earmark-pdf.svg +4 -0
- package/shoelace/assets/icons/file-pdf-fill.svg +4 -0
- package/shoelace/assets/icons/file-pdf.svg +4 -0
- package/shoelace/assets/icons/fingerprint.svg +7 -0
- package/shoelace/assets/icons/gender-ambiguous.svg +3 -0
- package/shoelace/assets/icons/gender-female.svg +3 -0
- package/shoelace/assets/icons/gender-male.svg +3 -0
- package/shoelace/assets/icons/gender-trans.svg +3 -0
- package/shoelace/assets/icons/git.svg +3 -0
- package/shoelace/assets/icons/gpu-card.svg +5 -0
- package/shoelace/assets/icons/graph-down-arrow.svg +3 -0
- package/shoelace/assets/icons/graph-up-arrow.svg +3 -0
- package/shoelace/assets/icons/hdmi-fill.svg +3 -0
- package/shoelace/assets/icons/hdmi.svg +4 -0
- package/shoelace/assets/icons/headset-vr.svg +4 -0
- package/shoelace/assets/icons/hypnotize.svg +4 -0
- package/shoelace/assets/icons/infinity.svg +3 -0
- package/shoelace/assets/icons/info-lg.svg +3 -0
- package/shoelace/assets/icons/line.svg +3 -0
- package/shoelace/assets/icons/list-columns-reverse.svg +3 -0
- package/shoelace/assets/icons/list-columns.svg +3 -0
- package/shoelace/assets/icons/magic.svg +3 -0
- package/shoelace/assets/icons/mastodon.svg +3 -0
- package/shoelace/assets/icons/medium.svg +3 -0
- package/shoelace/assets/icons/memory.svg +3 -0
- package/shoelace/assets/icons/messenger.svg +3 -0
- package/shoelace/assets/icons/meta.svg +3 -0
- package/shoelace/assets/icons/microsoft.svg +3 -0
- package/shoelace/assets/icons/modem-fill.svg +3 -0
- package/shoelace/assets/icons/modem.svg +4 -0
- package/shoelace/assets/icons/mortarboard-fill.svg +4 -0
- package/shoelace/assets/icons/mortarboard.svg +4 -0
- package/shoelace/assets/icons/motherboard-fill.svg +4 -0
- package/shoelace/assets/icons/motherboard.svg +4 -0
- package/shoelace/assets/icons/nintendo-switch.svg +4 -0
- package/shoelace/assets/icons/optical-audio-fill.svg +4 -0
- package/shoelace/assets/icons/optical-audio.svg +5 -0
- package/shoelace/assets/icons/paypal.svg +3 -0
- package/shoelace/assets/icons/pc-display-horizontal.svg +3 -0
- package/shoelace/assets/icons/pc-display.svg +3 -0
- package/shoelace/assets/icons/pc-horizontal.svg +3 -0
- package/shoelace/assets/icons/pc.svg +3 -0
- package/shoelace/assets/icons/pci-card.svg +4 -0
- package/shoelace/assets/icons/person-rolodex.svg +4 -0
- package/shoelace/assets/icons/person-video.svg +4 -0
- package/shoelace/assets/icons/person-video2.svg +4 -0
- package/shoelace/assets/icons/person-video3.svg +4 -0
- package/shoelace/assets/icons/person-workspace.svg +4 -0
- package/shoelace/assets/icons/piggy-bank-fill.svg +3 -0
- package/shoelace/assets/icons/piggy-bank.svg +4 -0
- package/shoelace/assets/icons/pin-map-fill.svg +4 -0
- package/shoelace/assets/icons/pin-map.svg +4 -0
- package/shoelace/assets/icons/pinterest.svg +3 -0
- package/shoelace/assets/icons/playstation.svg +3 -0
- package/shoelace/assets/icons/plus-lg.svg +3 -0
- package/shoelace/assets/icons/plus-slash-minus.svg +3 -0
- package/shoelace/assets/icons/projector-fill.svg +3 -0
- package/shoelace/assets/icons/projector.svg +4 -0
- package/shoelace/assets/icons/qr-code-scan.svg +7 -0
- package/shoelace/assets/icons/qr-code.svg +7 -0
- package/shoelace/assets/icons/question-lg.svg +3 -0
- package/shoelace/assets/icons/quora.svg +3 -0
- package/shoelace/assets/icons/quote.svg +3 -0
- package/shoelace/assets/icons/radioactive.svg +4 -0
- package/shoelace/assets/icons/recycle.svg +3 -0
- package/shoelace/assets/icons/reddit.svg +4 -0
- package/shoelace/assets/icons/robot.svg +4 -0
- package/shoelace/assets/icons/router-fill.svg +6 -0
- package/shoelace/assets/icons/router.svg +6 -0
- package/shoelace/assets/icons/safe-fill.svg +4 -0
- package/shoelace/assets/icons/safe.svg +4 -0
- package/shoelace/assets/icons/safe2-fill.svg +4 -0
- package/shoelace/assets/icons/safe2.svg +4 -0
- package/shoelace/assets/icons/sd-card-fill.svg +3 -0
- package/shoelace/assets/icons/sd-card.svg +4 -0
- package/shoelace/assets/icons/send-check-fill.svg +4 -0
- package/shoelace/assets/icons/send-check.svg +4 -0
- package/shoelace/assets/icons/send-dash-fill.svg +4 -0
- package/shoelace/assets/icons/send-dash.svg +4 -0
- package/shoelace/assets/icons/send-exclamation-fill.svg +4 -0
- package/shoelace/assets/icons/send-exclamation.svg +4 -0
- package/shoelace/assets/icons/send-fill.svg +3 -0
- package/shoelace/assets/icons/send-plus-fill.svg +4 -0
- package/shoelace/assets/icons/send-plus.svg +4 -0
- package/shoelace/assets/icons/send-slash-fill.svg +4 -0
- package/shoelace/assets/icons/send-slash.svg +4 -0
- package/shoelace/assets/icons/send-x-fill.svg +4 -0
- package/shoelace/assets/icons/send-x.svg +4 -0
- package/shoelace/assets/icons/send.svg +3 -0
- package/shoelace/assets/icons/signal.svg +3 -0
- package/shoelace/assets/icons/skype.svg +3 -0
- package/shoelace/assets/icons/slash-lg.svg +3 -0
- package/shoelace/assets/icons/snapchat.svg +3 -0
- package/shoelace/assets/icons/spotify.svg +3 -0
- package/shoelace/assets/icons/stack-overflow.svg +4 -0
- package/shoelace/assets/icons/steam.svg +4 -0
- package/shoelace/assets/icons/strava.svg +3 -0
- package/shoelace/assets/icons/terminal-dash.svg +4 -0
- package/shoelace/assets/icons/terminal-plus.svg +4 -0
- package/shoelace/assets/icons/terminal-split.svg +4 -0
- package/shoelace/assets/icons/terminal-x.svg +4 -0
- package/shoelace/assets/icons/thunderbolt-fill.svg +3 -0
- package/shoelace/assets/icons/thunderbolt.svg +4 -0
- package/shoelace/assets/icons/ticket-detailed-fill.svg +3 -0
- package/shoelace/assets/icons/ticket-detailed.svg +4 -0
- package/shoelace/assets/icons/ticket-fill.svg +3 -0
- package/shoelace/assets/icons/ticket-perforated-fill.svg +3 -0
- package/shoelace/assets/icons/ticket-perforated.svg +4 -0
- package/shoelace/assets/icons/ticket.svg +3 -0
- package/shoelace/assets/icons/tiktok.svg +3 -0
- package/shoelace/assets/icons/translate.svg +4 -0
- package/shoelace/assets/icons/usb-c-fill.svg +3 -0
- package/shoelace/assets/icons/usb-c.svg +4 -0
- package/shoelace/assets/icons/usb-drive-fill.svg +3 -0
- package/shoelace/assets/icons/usb-drive.svg +3 -0
- package/shoelace/assets/icons/usb-fill.svg +3 -0
- package/shoelace/assets/icons/usb-micro-fill.svg +3 -0
- package/shoelace/assets/icons/usb-micro.svg +4 -0
- package/shoelace/assets/icons/usb-mini-fill.svg +3 -0
- package/shoelace/assets/icons/usb-mini.svg +4 -0
- package/shoelace/assets/icons/usb-plug-fill.svg +3 -0
- package/shoelace/assets/icons/usb-plug.svg +3 -0
- package/shoelace/assets/icons/usb-symbol.svg +3 -0
- package/shoelace/assets/icons/usb.svg +4 -0
- package/shoelace/assets/icons/vimeo.svg +3 -0
- package/shoelace/assets/icons/webcam-fill.svg +4 -0
- package/shoelace/assets/icons/webcam.svg +4 -0
- package/shoelace/assets/icons/window-dash.svg +5 -0
- package/shoelace/assets/icons/window-desktop.svg +4 -0
- package/shoelace/assets/icons/window-fullscreen.svg +4 -0
- package/shoelace/assets/icons/window-plus.svg +5 -0
- package/shoelace/assets/icons/window-split.svg +4 -0
- package/shoelace/assets/icons/window-stack.svg +4 -0
- package/shoelace/assets/icons/window-x.svg +5 -0
- package/shoelace/assets/icons/windows.svg +3 -0
- package/shoelace/assets/icons/wordpress.svg +5 -0
- package/shoelace/assets/icons/x-lg.svg +4 -0
- package/shoelace/assets/icons/xbox.svg +3 -0
- package/shoelace/assets/icons/yin-yang.svg +4 -0
- package/shoelace/themes/themes/dark.styles.d.ts +2 -0
- package/shoelace/themes/themes/dark.styles.js +531 -0
- package/shoelace/themes/themes/light.css +439 -0
- package/shoelace/themes/themes/light.styles.d.ts +2 -0
- package/shoelace/themes/themes/light.styles.js +531 -0
- package/dist/esm-es5/GenericTableView-6b7b537b.js +0 -1
- package/dist/esm-es5/ShadowViewAddon-9c382e30.js +0 -1
- package/dist/mint-components/p-1b71a09e.system.entry.js +0 -1
- package/dist/mint-components/p-3f88f8eb.system.js +0 -1
- package/dist/mint-components/p-45581e0b.entry.js +0 -9
- package/dist/mint-components/p-48161ba8.js +0 -1
- package/dist/mint-components/p-546ee840.entry.js +0 -1
- package/dist/mint-components/p-ac303785.system.js +0 -1
|
@@ -4,6 +4,7 @@ declare const _default: {
|
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const ScrollTag: () => any;
|
|
6
6
|
export declare const ScrollId: () => any;
|
|
7
|
+
export declare const ScrollAutoAnimation: () => any;
|
|
7
8
|
export declare const ScrollTabGroup: () => any;
|
|
8
9
|
export declare const ScrollTabGroupInner: () => any;
|
|
9
10
|
export declare const ShoelaceProps: () => any;
|
|
@@ -1,24 +1,72 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @uiName Scroll
|
|
3
|
+
*/
|
|
1
4
|
export declare class Scroll {
|
|
2
5
|
ignored: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* @uiName Button Type
|
|
8
|
+
* @uiType string
|
|
9
|
+
* @uiEnum ["default", "primary", "success", "neutral", "warning", "danger", "text"]
|
|
10
|
+
*/
|
|
3
11
|
buttonType: "default" | "primary" | "success" | "neutral" | "warning" | "danger" | "text";
|
|
12
|
+
/**
|
|
13
|
+
* @uiName Button Text
|
|
14
|
+
*/
|
|
4
15
|
buttonText: string;
|
|
16
|
+
/**
|
|
17
|
+
* @uiName Scroll Tag Name
|
|
18
|
+
*/
|
|
5
19
|
scrollTagName?: string;
|
|
20
|
+
/**
|
|
21
|
+
* @uiName Scroll Id
|
|
22
|
+
*/
|
|
6
23
|
scrollId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @uiName Scroll Animation Style
|
|
26
|
+
* @uiType string
|
|
27
|
+
* @uiEnum ["smooth", "auto"]
|
|
28
|
+
*/
|
|
7
29
|
scrollAnimation: "smooth" | "auto";
|
|
8
|
-
|
|
30
|
+
/**
|
|
31
|
+
* @uiName Size
|
|
32
|
+
* @uiType string
|
|
33
|
+
* @uiEnum ["small", "medium", "large"]
|
|
34
|
+
*/
|
|
9
35
|
size: string;
|
|
36
|
+
/**
|
|
37
|
+
* Draws an outlined button with primary color.
|
|
38
|
+
*
|
|
39
|
+
* @uiName Outline
|
|
40
|
+
*/
|
|
10
41
|
outline: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Draws a pill-style button with rounded edges.
|
|
44
|
+
*
|
|
45
|
+
* @uiName Pill
|
|
46
|
+
*/
|
|
11
47
|
pill: boolean;
|
|
12
|
-
|
|
48
|
+
/**
|
|
49
|
+
* Draws a circle button.
|
|
50
|
+
*
|
|
51
|
+
* @uiName Circle
|
|
52
|
+
*/
|
|
13
53
|
circle: boolean;
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
loading: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* @uiName Icon Slot
|
|
56
|
+
* @uiType string
|
|
57
|
+
* @uiEnum ["prefix", "suffix"]
|
|
58
|
+
*/
|
|
20
59
|
iconSlot: string;
|
|
60
|
+
/**
|
|
61
|
+
* @uiName Icon Name
|
|
62
|
+
*/
|
|
21
63
|
iconName: string;
|
|
64
|
+
/**
|
|
65
|
+
* Sets button to be full width in mobile resolutions
|
|
66
|
+
*
|
|
67
|
+
* @uiName Mobile Button
|
|
68
|
+
*/
|
|
69
|
+
mobile?: boolean;
|
|
22
70
|
constructor();
|
|
23
71
|
disconnectedCallback(): void;
|
|
24
72
|
render(): any;
|
|
@@ -7,13 +7,13 @@ export interface ShareButtonViewProps {
|
|
|
7
7
|
type?: "primary" | "success" | "info" | "warning" | "danger" | "default" | "text";
|
|
8
8
|
size?: "small" | "medium" | "large";
|
|
9
9
|
icon?: string;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
hideIcon?: boolean;
|
|
11
|
+
hideText?: boolean;
|
|
12
|
+
iconSlot?: "prefix" | "suffix";
|
|
13
13
|
onClick?: () => void;
|
|
14
14
|
hide?: boolean;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
borderRadius?: number;
|
|
16
|
+
backgroundColor?: string;
|
|
17
|
+
textColor?: string;
|
|
18
18
|
}
|
|
19
19
|
export declare function ShareButtonView(props: ShareButtonViewProps, children: VNode): any;
|
|
@@ -2,7 +2,7 @@ import { ShareButtonViewProps } from "./sqm-share-button-view";
|
|
|
2
2
|
import { DemoData } from "../../global/demo";
|
|
3
3
|
/**
|
|
4
4
|
* @uiName Share Button
|
|
5
|
-
* @uiOrder ["medium", "program-id", "*", "pill", "disabled", "
|
|
5
|
+
* @uiOrder ["medium", "program-id", "*", "pill", "disabled", "hideIcon"]
|
|
6
6
|
*/
|
|
7
7
|
export declare class ShareButton {
|
|
8
8
|
/**
|
|
@@ -24,17 +24,17 @@ export declare class ShareButton {
|
|
|
24
24
|
/**
|
|
25
25
|
* @uiName Configure border radius with pixel amount
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
borderRadius?: number;
|
|
28
28
|
/**
|
|
29
29
|
* @uiName Button background color
|
|
30
30
|
* @uiWidget color
|
|
31
31
|
*/
|
|
32
|
-
|
|
32
|
+
backgroundColor?: string;
|
|
33
33
|
/**
|
|
34
34
|
* @uiName Button text color
|
|
35
35
|
* @uiWidget color
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
textColor?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @uiName Display as pill
|
|
40
40
|
*/
|
|
@@ -62,7 +62,7 @@ export declare class ShareButton {
|
|
|
62
62
|
* @uiEnum ["prefix", "suffix" ]
|
|
63
63
|
* @uiEnumNames ["Prefix", "Suffix"]
|
|
64
64
|
*/
|
|
65
|
-
|
|
65
|
+
iconSlot?: "prefix" | "suffix";
|
|
66
66
|
/**
|
|
67
67
|
* Options available at https://shoelace.style/components/icon
|
|
68
68
|
*
|
|
@@ -72,19 +72,19 @@ export declare class ShareButton {
|
|
|
72
72
|
/**
|
|
73
73
|
* @uiName Hide the icon
|
|
74
74
|
*/
|
|
75
|
-
|
|
75
|
+
hideIcon?: boolean;
|
|
76
76
|
/**
|
|
77
77
|
* @uiName Hide the text
|
|
78
78
|
*/
|
|
79
|
-
|
|
79
|
+
hideText?: boolean;
|
|
80
80
|
/**
|
|
81
81
|
* @uiName Title used for native sharing (mobile only)
|
|
82
82
|
*/
|
|
83
|
-
|
|
83
|
+
shareTitle?: string;
|
|
84
84
|
/**
|
|
85
85
|
* @uiName Text used for native sharing (mobile only)
|
|
86
86
|
*/
|
|
87
|
-
|
|
87
|
+
shareText?: string;
|
|
88
88
|
/**
|
|
89
89
|
* @undocumented
|
|
90
90
|
* @uiType object
|
|
@@ -1327,7 +1327,6 @@ export namespace Components {
|
|
|
1327
1327
|
interface SqmRewardsTableRewardCell {
|
|
1328
1328
|
"availableText": string;
|
|
1329
1329
|
"copyText": string;
|
|
1330
|
-
"fueltankText": string;
|
|
1331
1330
|
"locale": string;
|
|
1332
1331
|
"redeemedText": string;
|
|
1333
1332
|
"reward": Reward;
|
|
@@ -1345,10 +1344,6 @@ export namespace Components {
|
|
|
1345
1344
|
* @uiName Copied Fuel Tank Text
|
|
1346
1345
|
*/
|
|
1347
1346
|
"copyText": string;
|
|
1348
|
-
/**
|
|
1349
|
-
* @uiName Fuel Tank Text
|
|
1350
|
-
*/
|
|
1351
|
-
"fueltankText": string;
|
|
1352
1347
|
/**
|
|
1353
1348
|
* @uiName Redeemed Amount Text
|
|
1354
1349
|
*/
|
|
@@ -1428,7 +1423,15 @@ export namespace Components {
|
|
|
1428
1423
|
interface SqmRouter {
|
|
1429
1424
|
}
|
|
1430
1425
|
interface SqmScroll {
|
|
1426
|
+
/**
|
|
1427
|
+
* @uiName Button Text
|
|
1428
|
+
*/
|
|
1431
1429
|
"buttonText": string;
|
|
1430
|
+
/**
|
|
1431
|
+
* @uiName Button Type
|
|
1432
|
+
* @uiType string
|
|
1433
|
+
* @uiEnum ["default", "primary", "success", "neutral", "warning", "danger", "text"]
|
|
1434
|
+
*/
|
|
1432
1435
|
"buttonType": | "default"
|
|
1433
1436
|
| "primary"
|
|
1434
1437
|
| "success"
|
|
@@ -1436,34 +1439,67 @@ export namespace Components {
|
|
|
1436
1439
|
| "warning"
|
|
1437
1440
|
| "danger"
|
|
1438
1441
|
| "text";
|
|
1439
|
-
|
|
1442
|
+
/**
|
|
1443
|
+
* Draws a circle button.
|
|
1444
|
+
* @uiName Circle
|
|
1445
|
+
*/
|
|
1440
1446
|
"circle": boolean;
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1447
|
+
/**
|
|
1448
|
+
* @uiName Icon Name
|
|
1449
|
+
*/
|
|
1444
1450
|
"iconName": string;
|
|
1451
|
+
/**
|
|
1452
|
+
* @uiName Icon Slot
|
|
1453
|
+
* @uiType string
|
|
1454
|
+
* @uiEnum ["prefix", "suffix"]
|
|
1455
|
+
*/
|
|
1445
1456
|
"iconSlot": string;
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1457
|
+
/**
|
|
1458
|
+
* Sets button to be full width in mobile resolutions
|
|
1459
|
+
* @uiName Mobile Button
|
|
1460
|
+
*/
|
|
1461
|
+
"mobile"?: boolean;
|
|
1462
|
+
/**
|
|
1463
|
+
* Draws an outlined button with primary color.
|
|
1464
|
+
* @uiName Outline
|
|
1465
|
+
*/
|
|
1449
1466
|
"outline": boolean;
|
|
1467
|
+
/**
|
|
1468
|
+
* Draws a pill-style button with rounded edges.
|
|
1469
|
+
* @uiName Pill
|
|
1470
|
+
*/
|
|
1450
1471
|
"pill": boolean;
|
|
1472
|
+
/**
|
|
1473
|
+
* @uiName Scroll Animation Style
|
|
1474
|
+
* @uiType string
|
|
1475
|
+
* @uiEnum ["smooth", "auto"]
|
|
1476
|
+
*/
|
|
1451
1477
|
"scrollAnimation": "smooth" | "auto";
|
|
1478
|
+
/**
|
|
1479
|
+
* @uiName Scroll Id
|
|
1480
|
+
*/
|
|
1452
1481
|
"scrollId"?: string;
|
|
1482
|
+
/**
|
|
1483
|
+
* @uiName Scroll Tag Name
|
|
1484
|
+
*/
|
|
1453
1485
|
"scrollTagName"?: string;
|
|
1486
|
+
/**
|
|
1487
|
+
* @uiName Size
|
|
1488
|
+
* @uiType string
|
|
1489
|
+
* @uiEnum ["small", "medium", "large"]
|
|
1490
|
+
*/
|
|
1454
1491
|
"size": string;
|
|
1455
|
-
"target": string;
|
|
1456
1492
|
}
|
|
1457
1493
|
interface SqmShareButton {
|
|
1458
1494
|
/**
|
|
1459
1495
|
* @uiName Button background color
|
|
1460
1496
|
* @uiWidget color
|
|
1461
1497
|
*/
|
|
1462
|
-
"
|
|
1498
|
+
"backgroundColor"?: string;
|
|
1463
1499
|
/**
|
|
1464
1500
|
* @uiName Configure border radius with pixel amount
|
|
1465
1501
|
*/
|
|
1466
|
-
"
|
|
1502
|
+
"borderRadius"?: number;
|
|
1467
1503
|
/**
|
|
1468
1504
|
* @undocumented
|
|
1469
1505
|
* @uiType object
|
|
@@ -1476,11 +1512,11 @@ export namespace Components {
|
|
|
1476
1512
|
/**
|
|
1477
1513
|
* @uiName Hide the icon
|
|
1478
1514
|
*/
|
|
1479
|
-
"
|
|
1515
|
+
"hideIcon"?: boolean;
|
|
1480
1516
|
/**
|
|
1481
1517
|
* @uiName Hide the text
|
|
1482
1518
|
*/
|
|
1483
|
-
"
|
|
1519
|
+
"hideText"?: boolean;
|
|
1484
1520
|
/**
|
|
1485
1521
|
* Options available at https://shoelace.style/components/icon
|
|
1486
1522
|
* @uiName Icon used in button. Will try to select an icon based on the share medium if left empty.
|
|
@@ -1492,7 +1528,7 @@ export namespace Components {
|
|
|
1492
1528
|
* @uiEnum ["prefix", "suffix" ]
|
|
1493
1529
|
* @uiEnumNames ["Prefix", "Suffix"]
|
|
1494
1530
|
*/
|
|
1495
|
-
"
|
|
1531
|
+
"iconSlot"?: "prefix" | "suffix";
|
|
1496
1532
|
/**
|
|
1497
1533
|
* The social medium to share on. Share messages and links will be pulled from your program config and tagged for analytics.
|
|
1498
1534
|
* @uiName Share Medium
|
|
@@ -1524,11 +1560,11 @@ export namespace Components {
|
|
|
1524
1560
|
/**
|
|
1525
1561
|
* @uiName Text used for native sharing (mobile only)
|
|
1526
1562
|
*/
|
|
1527
|
-
"
|
|
1563
|
+
"shareText"?: string;
|
|
1528
1564
|
/**
|
|
1529
1565
|
* @uiName Title used for native sharing (mobile only)
|
|
1530
1566
|
*/
|
|
1531
|
-
"
|
|
1567
|
+
"shareTitle"?: string;
|
|
1532
1568
|
/**
|
|
1533
1569
|
* @uiName Button Size
|
|
1534
1570
|
* @uiType string
|
|
@@ -1540,7 +1576,7 @@ export namespace Components {
|
|
|
1540
1576
|
* @uiName Button text color
|
|
1541
1577
|
* @uiWidget color
|
|
1542
1578
|
*/
|
|
1543
|
-
"
|
|
1579
|
+
"textColor"?: string;
|
|
1544
1580
|
/**
|
|
1545
1581
|
* @uiType string
|
|
1546
1582
|
* @uiName Button Style
|
|
@@ -1686,6 +1722,7 @@ export namespace Components {
|
|
|
1686
1722
|
*/
|
|
1687
1723
|
"finite": number;
|
|
1688
1724
|
/**
|
|
1725
|
+
* Sets the goal for progress to be completed. If repeatable is checked, repeatable goals will be increments of this.
|
|
1689
1726
|
* @uiName Goal Completion Number
|
|
1690
1727
|
*/
|
|
1691
1728
|
"goal": number;
|
|
@@ -3677,7 +3714,6 @@ declare namespace LocalJSX {
|
|
|
3677
3714
|
interface SqmRewardsTableRewardCell {
|
|
3678
3715
|
"availableText"?: string;
|
|
3679
3716
|
"copyText"?: string;
|
|
3680
|
-
"fueltankText"?: string;
|
|
3681
3717
|
"locale"?: string;
|
|
3682
3718
|
"redeemedText"?: string;
|
|
3683
3719
|
"reward"?: Reward;
|
|
@@ -3695,10 +3731,6 @@ declare namespace LocalJSX {
|
|
|
3695
3731
|
* @uiName Copied Fuel Tank Text
|
|
3696
3732
|
*/
|
|
3697
3733
|
"copyText"?: string;
|
|
3698
|
-
/**
|
|
3699
|
-
* @uiName Fuel Tank Text
|
|
3700
|
-
*/
|
|
3701
|
-
"fueltankText"?: string;
|
|
3702
3734
|
/**
|
|
3703
3735
|
* @uiName Redeemed Amount Text
|
|
3704
3736
|
*/
|
|
@@ -3772,7 +3804,15 @@ declare namespace LocalJSX {
|
|
|
3772
3804
|
interface SqmRouter {
|
|
3773
3805
|
}
|
|
3774
3806
|
interface SqmScroll {
|
|
3807
|
+
/**
|
|
3808
|
+
* @uiName Button Text
|
|
3809
|
+
*/
|
|
3775
3810
|
"buttonText"?: string;
|
|
3811
|
+
/**
|
|
3812
|
+
* @uiName Button Type
|
|
3813
|
+
* @uiType string
|
|
3814
|
+
* @uiEnum ["default", "primary", "success", "neutral", "warning", "danger", "text"]
|
|
3815
|
+
*/
|
|
3776
3816
|
"buttonType"?: | "default"
|
|
3777
3817
|
| "primary"
|
|
3778
3818
|
| "success"
|
|
@@ -3780,34 +3820,67 @@ declare namespace LocalJSX {
|
|
|
3780
3820
|
| "warning"
|
|
3781
3821
|
| "danger"
|
|
3782
3822
|
| "text";
|
|
3783
|
-
|
|
3823
|
+
/**
|
|
3824
|
+
* Draws a circle button.
|
|
3825
|
+
* @uiName Circle
|
|
3826
|
+
*/
|
|
3784
3827
|
"circle"?: boolean;
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3828
|
+
/**
|
|
3829
|
+
* @uiName Icon Name
|
|
3830
|
+
*/
|
|
3788
3831
|
"iconName"?: string;
|
|
3832
|
+
/**
|
|
3833
|
+
* @uiName Icon Slot
|
|
3834
|
+
* @uiType string
|
|
3835
|
+
* @uiEnum ["prefix", "suffix"]
|
|
3836
|
+
*/
|
|
3789
3837
|
"iconSlot"?: string;
|
|
3790
|
-
|
|
3791
|
-
|
|
3792
|
-
|
|
3838
|
+
/**
|
|
3839
|
+
* Sets button to be full width in mobile resolutions
|
|
3840
|
+
* @uiName Mobile Button
|
|
3841
|
+
*/
|
|
3842
|
+
"mobile"?: boolean;
|
|
3843
|
+
/**
|
|
3844
|
+
* Draws an outlined button with primary color.
|
|
3845
|
+
* @uiName Outline
|
|
3846
|
+
*/
|
|
3793
3847
|
"outline"?: boolean;
|
|
3848
|
+
/**
|
|
3849
|
+
* Draws a pill-style button with rounded edges.
|
|
3850
|
+
* @uiName Pill
|
|
3851
|
+
*/
|
|
3794
3852
|
"pill"?: boolean;
|
|
3853
|
+
/**
|
|
3854
|
+
* @uiName Scroll Animation Style
|
|
3855
|
+
* @uiType string
|
|
3856
|
+
* @uiEnum ["smooth", "auto"]
|
|
3857
|
+
*/
|
|
3795
3858
|
"scrollAnimation"?: "smooth" | "auto";
|
|
3859
|
+
/**
|
|
3860
|
+
* @uiName Scroll Id
|
|
3861
|
+
*/
|
|
3796
3862
|
"scrollId"?: string;
|
|
3863
|
+
/**
|
|
3864
|
+
* @uiName Scroll Tag Name
|
|
3865
|
+
*/
|
|
3797
3866
|
"scrollTagName"?: string;
|
|
3867
|
+
/**
|
|
3868
|
+
* @uiName Size
|
|
3869
|
+
* @uiType string
|
|
3870
|
+
* @uiEnum ["small", "medium", "large"]
|
|
3871
|
+
*/
|
|
3798
3872
|
"size"?: string;
|
|
3799
|
-
"target"?: string;
|
|
3800
3873
|
}
|
|
3801
3874
|
interface SqmShareButton {
|
|
3802
3875
|
/**
|
|
3803
3876
|
* @uiName Button background color
|
|
3804
3877
|
* @uiWidget color
|
|
3805
3878
|
*/
|
|
3806
|
-
"
|
|
3879
|
+
"backgroundColor"?: string;
|
|
3807
3880
|
/**
|
|
3808
3881
|
* @uiName Configure border radius with pixel amount
|
|
3809
3882
|
*/
|
|
3810
|
-
"
|
|
3883
|
+
"borderRadius"?: number;
|
|
3811
3884
|
/**
|
|
3812
3885
|
* @undocumented
|
|
3813
3886
|
* @uiType object
|
|
@@ -3820,11 +3893,11 @@ declare namespace LocalJSX {
|
|
|
3820
3893
|
/**
|
|
3821
3894
|
* @uiName Hide the icon
|
|
3822
3895
|
*/
|
|
3823
|
-
"
|
|
3896
|
+
"hideIcon"?: boolean;
|
|
3824
3897
|
/**
|
|
3825
3898
|
* @uiName Hide the text
|
|
3826
3899
|
*/
|
|
3827
|
-
"
|
|
3900
|
+
"hideText"?: boolean;
|
|
3828
3901
|
/**
|
|
3829
3902
|
* Options available at https://shoelace.style/components/icon
|
|
3830
3903
|
* @uiName Icon used in button. Will try to select an icon based on the share medium if left empty.
|
|
@@ -3836,7 +3909,7 @@ declare namespace LocalJSX {
|
|
|
3836
3909
|
* @uiEnum ["prefix", "suffix" ]
|
|
3837
3910
|
* @uiEnumNames ["Prefix", "Suffix"]
|
|
3838
3911
|
*/
|
|
3839
|
-
"
|
|
3912
|
+
"iconSlot"?: "prefix" | "suffix";
|
|
3840
3913
|
/**
|
|
3841
3914
|
* The social medium to share on. Share messages and links will be pulled from your program config and tagged for analytics.
|
|
3842
3915
|
* @uiName Share Medium
|
|
@@ -3868,11 +3941,11 @@ declare namespace LocalJSX {
|
|
|
3868
3941
|
/**
|
|
3869
3942
|
* @uiName Text used for native sharing (mobile only)
|
|
3870
3943
|
*/
|
|
3871
|
-
"
|
|
3944
|
+
"shareText"?: string;
|
|
3872
3945
|
/**
|
|
3873
3946
|
* @uiName Title used for native sharing (mobile only)
|
|
3874
3947
|
*/
|
|
3875
|
-
"
|
|
3948
|
+
"shareTitle"?: string;
|
|
3876
3949
|
/**
|
|
3877
3950
|
* @uiName Button Size
|
|
3878
3951
|
* @uiType string
|
|
@@ -3884,7 +3957,7 @@ declare namespace LocalJSX {
|
|
|
3884
3957
|
* @uiName Button text color
|
|
3885
3958
|
* @uiWidget color
|
|
3886
3959
|
*/
|
|
3887
|
-
"
|
|
3960
|
+
"textColor"?: string;
|
|
3888
3961
|
/**
|
|
3889
3962
|
* @uiType string
|
|
3890
3963
|
* @uiName Button Style
|
|
@@ -4030,6 +4103,7 @@ declare namespace LocalJSX {
|
|
|
4030
4103
|
*/
|
|
4031
4104
|
"finite"?: number;
|
|
4032
4105
|
/**
|
|
4106
|
+
* Sets the goal for progress to be completed. If repeatable is checked, repeatable goals will be increments of this.
|
|
4033
4107
|
* @uiName Goal Completion Number
|
|
4034
4108
|
*/
|
|
4035
4109
|
"goal"?: number;
|