@haxtheweb/figure-label
Advanced tools
Comparing version 9.0.1 to 9.0.2
@@ -6,3 +6,3 @@ { | ||
"name": "figure-label", | ||
"description": "`figure-label`\n\nAttributes:\n\n * `title` {`string`} - \n\n * `description` {`string`} - \n\n * `accent-color` {`string`} - a selected accent-\"color\": grey, red, pink, purple, etc.\n\n * `dark` {`boolean`} - make the default theme dark?\n\nProperties:\n\n * `title` {`string`} - \n\n * `description` {`string`} - \n\n * `accentColor` {`string`} - a selected accent-\"color\": grey, red, pink, purple, etc.\n\n * `dark` {`boolean`} - make the default theme dark?\n\n * `colors` - ", | ||
"description": "`figure-label`\n\nAttributes:\n\n * `title` {`string`} - \n\n * `description` {`string`} - \n\n * `is-safari` {`boolean`} - \n\n * `accent-color` {`string`} - a selected accent-\"color\": grey, red, pink, purple, etc.\n\n * `dark` {`boolean`} - make the default theme dark?\n\nProperties:\n\n * `title` {`string`} - \n\n * `description` {`string`} - \n\n * `isSafari` {`boolean`} - \n\n * `accentColor` {`string`} - a selected accent-\"color\": grey, red, pink, purple, etc.\n\n * `dark` {`boolean`} - make the default theme dark?\n\n * `colors` - ", | ||
"attributes": [ | ||
@@ -18,2 +18,7 @@ { | ||
{ | ||
"name": "is-safari", | ||
"description": "`is-safari` {`boolean`} - \n\nProperty: isSafari", | ||
"valueSet": "v" | ||
}, | ||
{ | ||
"name": "accent-color", | ||
@@ -20,0 +25,0 @@ "description": "`accent-color` {`string`} - a selected accent-\"color\": grey, red, pink, purple, etc.\n\nProperty: accentColor\n\nDefault: grey" |
@@ -12,3 +12,2 @@ { | ||
"css": "src/figure-label.css", | ||
"scss": "src/figure-label.scss", | ||
"html": "src/figure-label.html", | ||
@@ -21,3 +20,3 @@ "js": "src/figure-label.js", | ||
}, | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"description": "Figure label element to mark media assets within content.", | ||
@@ -67,3 +66,3 @@ "repository": { | ||
], | ||
"gitHead": "7f62cde6a6242afcb57715e1e2067ea767c777fd" | ||
"gitHead": "f528e4aac8aeadf5350d9262fb515d14d208e376" | ||
} |
Sorry, the diff of this file is not supported yet
37311
667