@saasquatch/mint-components 2.1.8-22 → 2.1.8-23
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/{ShadowViewAddon-643b83e2.js → ShadowViewAddon-00d53485.js} +2 -29
- package/dist/cjs/sqm-big-stat_45.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +588 -1144
- package/dist/collection/components/sqm-share-link/sqm-share-link-view.js +1 -2
- package/dist/esm/{ShadowViewAddon-fcb6446a.js → ShadowViewAddon-6bf9d141.js} +2 -29
- package/dist/esm/sqm-big-stat_45.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +2771 -3327
- package/dist/esm-es5/{ShadowViewAddon-fcb6446a.js → ShadowViewAddon-6bf9d141.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_45.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-31757712.entry.js → p-01962a11.entry.js} +1 -1
- package/dist/mint-components/{p-8d7548fb.system.entry.js → p-1cc59885.system.entry.js} +1 -1
- package/dist/mint-components/{p-04502b80.entry.js → p-2065e74e.entry.js} +1 -1
- package/dist/mint-components/p-4b365f1f.system.js +1 -1
- package/dist/mint-components/{p-5284bb02.system.js → p-6fcc0439.system.js} +1 -1
- package/dist/mint-components/{p-0eeb5438.js → p-a5bbe968.js} +6 -6
- package/dist/mint-components/{p-3692c0da.system.entry.js → p-d8e5c04c.system.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/cjs/sqm-share-link.cjs.entry.js +0 -271
- package/dist/cjs/useShareLink-1282123e.js +0 -422
- package/dist/cjs/useShareLink-3c22b1b9.js +0 -448
- package/dist/cjs/useShareLink-54e24928.js +0 -448
- package/dist/cjs/useShareLink-b664fbc7.js +0 -450
- package/dist/cjs/useShareLink-bf04b25c.js +0 -450
- package/dist/cjs/useShareLink-e8e2ae6d.js +0 -448
- package/dist/esm/sqm-share-link.entry.js +0 -267
- package/dist/esm/useShareLink-023284f3.js +0 -445
- package/dist/esm/useShareLink-436e9cad.js +0 -445
- package/dist/esm/useShareLink-4ba01373.js +0 -447
- package/dist/esm/useShareLink-79056582.js +0 -445
- package/dist/esm/useShareLink-a3329e33.js +0 -419
- package/dist/esm/useShareLink-bc20ec4c.js +0 -447
- package/dist/esm-es5/sqm-share-link.entry.js +0 -1
- package/dist/esm-es5/useShareLink-023284f3.js +0 -1
- package/dist/esm-es5/useShareLink-436e9cad.js +0 -1
- package/dist/esm-es5/useShareLink-4ba01373.js +0 -1
- package/dist/esm-es5/useShareLink-79056582.js +0 -1
- package/dist/esm-es5/useShareLink-a3329e33.js +0 -1
- package/dist/esm-es5/useShareLink-bc20ec4c.js +0 -1
- package/dist/mint-components/sqm-share-link.entry.js +0 -267
- package/dist/mint-components/sqm-share-link.system.entry.js +0 -1
- package/dist/mint-components/sqm-stencilbook.entry.js +0 -22106
- package/dist/mint-components/sqm-stencilbook.system.entry.js +0 -1
- package/dist/mint-components/useShareLink-023284f3.js +0 -445
- package/dist/mint-components/useShareLink-1d7c9fd8.system.js +0 -1
- package/dist/mint-components/useShareLink-211e061c.system.js +0 -1
- package/dist/mint-components/useShareLink-2de7ffce.system.js +0 -1
- package/dist/mint-components/useShareLink-436e9cad.js +0 -445
- package/dist/mint-components/useShareLink-454939f5.system.js +0 -1
- package/dist/mint-components/useShareLink-4ba01373.js +0 -447
- package/dist/mint-components/useShareLink-79056582.js +0 -445
- package/dist/mint-components/useShareLink-a3329e33.js +0 -419
- package/dist/mint-components/useShareLink-bc20ec4c.js +0 -447
- package/dist/mint-components/useShareLink-c05fe151.system.js +0 -1
- package/dist/mint-components/useShareLink-cb5abd96.system.js +0 -1
|
@@ -4324,32 +4324,6 @@ function ShareLinkView(props) {
|
|
|
4324
4324
|
gap: "var(--sl-spacing-medium)",
|
|
4325
4325
|
alignItems: "center",
|
|
4326
4326
|
},
|
|
4327
|
-
SaveButton: {
|
|
4328
|
-
cursor: "pointer",
|
|
4329
|
-
fontFamily: "var(--sl-font-sans)",
|
|
4330
|
-
fontSize: "var(--sl-font-size-small)",
|
|
4331
|
-
fontWeight: "600",
|
|
4332
|
-
padding: "var(--sl-spacing-x-small) var(--sl-spacing-medium)",
|
|
4333
|
-
borderRadius: "var(--sqm-border-radius-normal, 4px)",
|
|
4334
|
-
border: "1px solid var(--sl-color-neutral-900)",
|
|
4335
|
-
background: "var(--sl-color-neutral-900)",
|
|
4336
|
-
color: "#fff",
|
|
4337
|
-
"&:disabled": {
|
|
4338
|
-
opacity: "0.5",
|
|
4339
|
-
cursor: "default",
|
|
4340
|
-
},
|
|
4341
|
-
},
|
|
4342
|
-
CancelButton: {
|
|
4343
|
-
margin: "0",
|
|
4344
|
-
fontSize: "var(--sl-font-size-small)",
|
|
4345
|
-
fontWeight: "600",
|
|
4346
|
-
cursor: "pointer",
|
|
4347
|
-
background: "none",
|
|
4348
|
-
border: "none",
|
|
4349
|
-
padding: "0",
|
|
4350
|
-
fontFamily: "var(--sl-font-sans)",
|
|
4351
|
-
color: "var(--sl-color-neutral-500)",
|
|
4352
|
-
},
|
|
4353
4327
|
LimitReachedContainer: {
|
|
4354
4328
|
display: "flex",
|
|
4355
4329
|
alignItems: "center",
|
|
@@ -4360,7 +4334,6 @@ function ShareLinkView(props) {
|
|
|
4360
4334
|
const styleString = sheet.toString();
|
|
4361
4335
|
const errorMessageType = (validationError === null || validationError === void 0 ? void 0 : validationError.code) === "EXISTING_CODE_CONFLICT" ? "info" : "warning";
|
|
4362
4336
|
const showCharactersRemaining = charactersRemaining <= 14;
|
|
4363
|
-
console.log(customizeUrl, limitReached, customizeDisabled, validationError, "customize URL state");
|
|
4364
4337
|
// Editing state
|
|
4365
4338
|
if (isEditing) {
|
|
4366
4339
|
return (index.h("div", { class: sheet.classes.Container },
|
|
@@ -4383,12 +4356,12 @@ function ShareLinkView(props) {
|
|
|
4383
4356
|
validationError.description)),
|
|
4384
4357
|
isValidating && index.h("p", { class: sheet.classes.HelperText }, "Validating..."),
|
|
4385
4358
|
index.h("div", { class: sheet.classes.ActionRow },
|
|
4386
|
-
index.h("button", {
|
|
4359
|
+
index.h("sl-button", { type: "primary", onClick: onSave, disabled: isSaving ||
|
|
4387
4360
|
isValidating ||
|
|
4388
4361
|
!!validationError ||
|
|
4389
4362
|
!editValue ||
|
|
4390
4363
|
editValue.length < minCharacters }, isSaving ? "Saving..." : saveLabelText),
|
|
4391
|
-
index.h("button", {
|
|
4364
|
+
index.h("sl-button", { type: "text", onClick: onCancel, disabled: isSaving }, cancelLabelText))));
|
|
4392
4365
|
}
|
|
4393
4366
|
// Default / Customized / Limit reached states
|
|
4394
4367
|
return (index.h("div", { class: sheet.classes.Container },
|
|
@@ -27,7 +27,7 @@ const useInstantAccessRegistration = require('./useInstantAccessRegistration-651
|
|
|
27
27
|
const useLeadFormState = require('./useLeadFormState-76d3b511.js');
|
|
28
28
|
const utilities = require('./utilities-096934ea.js');
|
|
29
29
|
const ErrorView = require('./ErrorView-ee7b0f36.js');
|
|
30
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
30
|
+
const ShadowViewAddon = require('./ShadowViewAddon-00d53485.js');
|
|
31
31
|
require('./sqm-portal-container-view-70a47420.js');
|
|
32
32
|
const data = require('./data-e83f8a41.js');
|
|
33
33
|
const extractProps = require('./extractProps-e9c55ba8.js');
|