@htmlbricks/hb-animated-container
Version:
Svelte-Bootstrap animated-container
53 lines • 1.29 kB
JavaScript
export var storybookArgs = {
data: { control: { type: "object" } },
params: { control: { type: "object" } }
};
var cssVars = [
{
name: "--hb-animated-container-background",
defaultValue: "#30336b",
valueType: "color"
},
{
name: "--hb-animated-container-lines",
defaultValue: "rgba(255, 255, 255, 0.6)",
valueType: "color"
},
];
export var cssParts = [];
export var htmlSlots = [];
export var i18nLanguages = [];
export var styleSetup = {
vars: cssVars,
parts: cssParts
};
var examples = [
{
name: "default",
data: {
animation: "rain"
}
},
];
export var componentSetup = {
definitions: null,
storybookArgs: storybookArgs,
styleSetup: styleSetup,
author: null,
contributors: [],
owner: null,
htmlSlots: htmlSlots,
i18n: i18nLanguages,
examples: examples,
screenshots: [],
licenses: [{ type: "Apache-2.0", path: "LICENSE.md", cost: 0, currency: "EUR" }],
readmePath: "README.md",
name: "hb-animated-container",
category: "components",
tags: ["components"],
size: {},
iifePath: "release/release.js",
repoName: "@htmlbricks/hb-animated-container",
version: null
};
//# sourceMappingURL=docs.js.map