@lrnwebcomponents/simple-toast
Advanced tools
Comparing version 2.6.2 to 2.6.3
{ | ||
"schema_version": "1.0.0", | ||
"elements": [ | ||
"classes": [ | ||
{ | ||
@@ -8,151 +8,3 @@ "description": "`simple-toast`\n`A singular toast / message for conistency`", | ||
"path": "simple-toast.js", | ||
"properties": [ | ||
{ | ||
"name": "opened", | ||
"type": "boolean | null | undefined", | ||
"description": "Opened state of the toast, use event to change", | ||
"privacy": "public", | ||
"sourceRange": { | ||
"start": { | ||
"line": 83, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 86, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": { | ||
"polymer": { | ||
"attributeType": "Boolean" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "text", | ||
"type": "string | null | undefined", | ||
"description": "Plain text based message to display", | ||
"privacy": "public", | ||
"sourceRange": { | ||
"start": { | ||
"line": 90, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 92, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": { | ||
"polymer": { | ||
"attributeType": "String" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "classStyle", | ||
"type": "string | null | undefined", | ||
"description": "Class name, fit-bottom being a useful one", | ||
"privacy": "public", | ||
"sourceRange": { | ||
"start": { | ||
"line": 96, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 99, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": { | ||
"polymer": { | ||
"attributeType": "String" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "closeText", | ||
"type": "string | null | undefined", | ||
"description": "Text for the close button", | ||
"privacy": "public", | ||
"sourceRange": { | ||
"start": { | ||
"line": 103, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 106, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": { | ||
"polymer": { | ||
"attributeType": "String" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "duration", | ||
"type": "number | null | undefined", | ||
"description": "How long the toast message should be displayed", | ||
"privacy": "public", | ||
"sourceRange": { | ||
"start": { | ||
"line": 110, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 112, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": { | ||
"polymer": { | ||
"attributeType": "Number" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "eventCallback", | ||
"type": "string | null | undefined", | ||
"description": "Event callback when hide is called", | ||
"privacy": "public", | ||
"sourceRange": { | ||
"start": { | ||
"line": 116, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 119, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": { | ||
"polymer": { | ||
"attributeType": "String" | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "closeButton", | ||
"type": "boolean | null | undefined", | ||
"description": "If there should be a close button shown", | ||
"privacy": "public", | ||
"sourceRange": { | ||
"start": { | ||
"line": 123, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 127, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": { | ||
"polymer": { | ||
"attributeType": "Boolean" | ||
} | ||
} | ||
} | ||
], | ||
"properties": [], | ||
"methods": [ | ||
@@ -382,2 +234,6 @@ { | ||
"description": "" | ||
}, | ||
{ | ||
"url": "demo/index.html", | ||
"description": "" | ||
} | ||
@@ -398,126 +254,5 @@ ], | ||
"superclass": "LitElement", | ||
"name": "SimpleToast", | ||
"attributes": [ | ||
{ | ||
"name": "opened", | ||
"description": "Opened state of the toast, use event to change", | ||
"sourceRange": { | ||
"start": { | ||
"line": 83, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 86, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": {}, | ||
"type": "boolean | null | undefined" | ||
}, | ||
{ | ||
"name": "text", | ||
"description": "Plain text based message to display", | ||
"sourceRange": { | ||
"start": { | ||
"line": 90, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 92, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": {}, | ||
"type": "string | null | undefined" | ||
}, | ||
{ | ||
"name": "class-style", | ||
"description": "Class name, fit-bottom being a useful one", | ||
"sourceRange": { | ||
"start": { | ||
"line": 96, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 99, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": {}, | ||
"type": "string | null | undefined" | ||
}, | ||
{ | ||
"name": "close-text", | ||
"description": "Text for the close button", | ||
"sourceRange": { | ||
"start": { | ||
"line": 103, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 106, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": {}, | ||
"type": "string | null | undefined" | ||
}, | ||
{ | ||
"name": "duration", | ||
"description": "How long the toast message should be displayed", | ||
"sourceRange": { | ||
"start": { | ||
"line": 110, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 112, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": {}, | ||
"type": "number | null | undefined" | ||
}, | ||
{ | ||
"name": "event-callback", | ||
"description": "Event callback when hide is called", | ||
"sourceRange": { | ||
"start": { | ||
"line": 116, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 119, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": {}, | ||
"type": "string | null | undefined" | ||
}, | ||
{ | ||
"name": "close-button", | ||
"description": "If there should be a close button shown", | ||
"sourceRange": { | ||
"start": { | ||
"line": 123, | ||
"column": 2 | ||
}, | ||
"end": { | ||
"line": 127, | ||
"column": 3 | ||
} | ||
}, | ||
"metadata": {}, | ||
"type": "boolean | null | undefined" | ||
} | ||
], | ||
"events": [], | ||
"styling": { | ||
"cssVariables": [], | ||
"selectors": [] | ||
}, | ||
"slots": [], | ||
"tagname": "simple-toast" | ||
"name": "SimpleToast" | ||
} | ||
] | ||
} |
@@ -20,3 +20,3 @@ { | ||
}, | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "A singular toast / message for conistency", | ||
@@ -51,3 +51,3 @@ "repository": { | ||
"@lrnwebcomponents/deduping-fix": "^2.4.0", | ||
"@lrnwebcomponents/storybook-utilities": "^2.6.2", | ||
"@lrnwebcomponents/storybook-utilities": "^2.6.3", | ||
"@polymer/iron-component-page": "github:PolymerElements/iron-component-page", | ||
@@ -72,3 +72,3 @@ "@polymer/iron-demo-helpers": "3.1.0", | ||
], | ||
"gitHead": "86dc4b7573b43ebcaeaf4bc2acb85ec0692b398d" | ||
"gitHead": "5b87417e138250dc7da2de0d3c7fb0b0a696a199" | ||
} |
@@ -25,3 +25,3 @@ /** | ||
* @demo demo/index.html | ||
* @customElement simple-toast | ||
* @element simple-toast | ||
*/ | ||
@@ -28,0 +28,0 @@ class SimpleToast extends LitElement { |
@@ -25,3 +25,3 @@ /** | ||
* @demo demo/index.html | ||
* @customElement simple-toast | ||
* @element simple-toast | ||
*/ | ||
@@ -28,0 +28,0 @@ class SimpleToast extends LitElement { |
@@ -25,3 +25,3 @@ /** | ||
* @demo demo/index.html | ||
* @customElement simple-toast | ||
* @element simple-toast | ||
*/ | ||
@@ -28,0 +28,0 @@ class SimpleToast extends LitElement { |
Sorry, the diff of this file is not supported yet
71657
1377