@saasquatch/mint-components 1.6.8-35 → 1.6.8-36
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/collection/components/sqm-link-button/sqm-link-button.js +2 -2
- package/dist/types/components/sqm-link-button/sqm-link-button.d.ts +3 -1
- package/dist/types/components.d.ts +2 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -1
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
|
@@ -4,7 +4,7 @@ import { LinkButtonView } from "./sqm-link-button-view";
|
|
|
4
4
|
/**
|
|
5
5
|
* @uiName Link Button
|
|
6
6
|
* @exampleGroup Common Components
|
|
7
|
-
* @example Link Button - <sqm-link-button link="www.example.com" open-in-new-tab="true">Click here</sqm-link-button>
|
|
7
|
+
* @example Link Button - <sqm-link-button link="https://www.example.com" open-in-new-tab="true">Click here</sqm-link-button>
|
|
8
8
|
*/
|
|
9
9
|
export class LinkButton {
|
|
10
10
|
constructor() {
|
|
@@ -53,7 +53,7 @@ export class LinkButton {
|
|
|
53
53
|
"text": "Link",
|
|
54
54
|
"name": "uiName"
|
|
55
55
|
}],
|
|
56
|
-
"text": ""
|
|
56
|
+
"text": "URL that your button redirects to. Be sure to include the entire URL path (example: https://www.example.com)"
|
|
57
57
|
},
|
|
58
58
|
"attribute": "link",
|
|
59
59
|
"reflect": false
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @uiName Link Button
|
|
3
3
|
* @exampleGroup Common Components
|
|
4
|
-
* @example Link Button - <sqm-link-button link="www.example.com" open-in-new-tab="true">Click here</sqm-link-button>
|
|
4
|
+
* @example Link Button - <sqm-link-button link="https://www.example.com" open-in-new-tab="true">Click here</sqm-link-button>
|
|
5
5
|
*/
|
|
6
6
|
export declare class LinkButton {
|
|
7
7
|
/**
|
|
8
|
+
* URL that your button redirects to. Be sure to include the entire URL path (example: https://www.example.com)
|
|
9
|
+
*
|
|
8
10
|
* @required
|
|
9
11
|
* @uiName Link
|
|
10
12
|
*/
|
|
@@ -810,6 +810,7 @@ export namespace Components {
|
|
|
810
810
|
| "warning"
|
|
811
811
|
| "danger";
|
|
812
812
|
/**
|
|
813
|
+
* URL that your button redirects to. Be sure to include the entire URL path (example: https://www.example.com)
|
|
813
814
|
* @required
|
|
814
815
|
* @uiName Link
|
|
815
816
|
*/
|
|
@@ -4273,6 +4274,7 @@ declare namespace LocalJSX {
|
|
|
4273
4274
|
| "warning"
|
|
4274
4275
|
| "danger";
|
|
4275
4276
|
/**
|
|
4277
|
+
* URL that your button redirects to. Be sure to include the entire URL path (example: https://www.example.com)
|
|
4276
4278
|
* @required
|
|
4277
4279
|
* @uiName Link
|
|
4278
4280
|
*/
|
package/docs/docs.docx
CHANGED
|
Binary file
|