UNPKG

artistic-elements

Version:
1,775 lines (1,774 loc) 45.4 kB
{ "schemaVersion": "1.0.0", "readme": "", "modules": [ { "kind": "javascript-module", "path": "src/index.ts", "declarations": [], "exports": [ { "kind": "js", "name": "ArtisticCircular", "declaration": { "name": "ArtisticCircular", "module": "./artistic/circular.js" } }, { "kind": "js", "name": "ArtisticDoughnut", "declaration": { "name": "ArtisticDoughnut", "module": "./artistic/doughnut.js" } }, { "kind": "js", "name": "ArtisticRectangle", "declaration": { "name": "ArtisticRectangle", "module": "./artistic/rectangle.js" } }, { "kind": "js", "name": "ArtisticTriangleUp", "declaration": { "name": "ArtisticTriangleUp", "module": "./artistic/triangle-up.js" } }, { "kind": "js", "name": "ArtisticTriangleDown", "declaration": { "name": "ArtisticTriangleDown", "module": "./artistic/triangle-down.js" } }, { "kind": "js", "name": "ArtisticTriangleLeft", "declaration": { "name": "ArtisticTriangleLeft", "module": "./artistic/triangle-left.js" } }, { "kind": "js", "name": "ArtisticTriangleRight", "declaration": { "name": "ArtisticTriangleRight", "module": "./artistic/triangle-right.js" } }, { "kind": "js", "name": "ArtisticCircularGradient", "declaration": { "name": "ArtisticCircularGradient", "module": "./artistic/circular-gradient.js" } }, { "kind": "js", "name": "ArtisticRectangleGradient", "declaration": { "name": "ArtisticRectangleGradient", "module": "./artistic/rectangle-gradient.js" } }, { "kind": "js", "name": "ArtisticTriangleRectangle", "declaration": { "name": "ArtisticTriangleRectangle", "module": "./artistic/triangle-rectangle.js" } }, { "kind": "js", "name": "ArtisticRadialCircularGradient", "declaration": { "name": "ArtisticRadialCircularGradient", "module": "./artistic/radial-circular-gradient.js" } } ] }, { "kind": "javascript-module", "path": "scripts/build.js", "declarations": [], "exports": [] }, { "kind": "javascript-module", "path": "scripts/make-metadata.js", "declarations": [], "exports": [] }, { "kind": "javascript-module", "path": "scripts/make-react.js", "declarations": [], "exports": [] }, { "kind": "javascript-module", "path": "scripts/shared.js", "declarations": [ { "kind": "function", "name": "getAllComponents", "parameters": [ { "name": "metadata" } ] } ], "exports": [ { "kind": "js", "name": "getAllComponents", "declaration": { "name": "getAllComponents", "module": "scripts/shared.js" } } ] }, { "kind": "javascript-module", "path": "src/artistic/circular-gradient.ts", "declarations": [ { "kind": "class", "description": "", "name": "ArtisticCircularGradient", "members": [ { "kind": "field", "name": "width", "type": { "text": "string" }, "default": "'10rem'", "attribute": "width" }, { "kind": "field", "name": "height", "type": { "text": "string" }, "default": "'10rem'", "attribute": "height" }, { "kind": "field", "name": "angle", "type": { "text": "string" }, "default": "'0deg'", "attribute": "angle" }, { "kind": "field", "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "attribute": "color" }, { "kind": "field", "name": "color2", "type": { "text": "string" }, "default": "'#0f0'", "attribute": "color2" } ], "attributes": [ { "name": "width", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "width" }, { "name": "height", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "height" }, { "name": "angle", "type": { "text": "string" }, "default": "'0deg'", "fieldName": "angle" }, { "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "fieldName": "color" }, { "name": "color2", "type": { "text": "string" }, "default": "'#0f0'", "fieldName": "color2" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "artistic-circular-gradient", "customElement": true } ], "exports": [ { "kind": "js", "name": "ArtisticCircularGradient", "declaration": { "name": "ArtisticCircularGradient", "module": "src/artistic/circular-gradient.ts" } }, { "kind": "custom-element-definition", "name": "artistic-circular-gradient", "declaration": { "name": "ArtisticCircularGradient", "module": "src/artistic/circular-gradient.ts" } } ] }, { "kind": "javascript-module", "path": "src/artistic/circular.ts", "declarations": [ { "kind": "class", "description": "", "name": "ArtisticCircular", "members": [ { "kind": "field", "name": "width", "type": { "text": "string" }, "default": "'10rem'", "attribute": "width" }, { "kind": "field", "name": "height", "type": { "text": "string" }, "default": "'10rem'", "attribute": "height" }, { "kind": "field", "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "attribute": "color" } ], "attributes": [ { "name": "width", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "width" }, { "name": "height", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "height" }, { "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "fieldName": "color" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "artistic-circular", "customElement": true } ], "exports": [ { "kind": "js", "name": "ArtisticCircular", "declaration": { "name": "ArtisticCircular", "module": "src/artistic/circular.ts" } }, { "kind": "custom-element-definition", "name": "artistic-circular", "declaration": { "name": "ArtisticCircular", "module": "src/artistic/circular.ts" } } ] }, { "kind": "javascript-module", "path": "src/artistic/doughnut.ts", "declarations": [ { "kind": "class", "description": "", "name": "ArtisticDoughnut", "members": [ { "kind": "field", "name": "diameter", "type": { "text": "number" }, "default": "10", "attribute": "diameter" }, { "kind": "field", "name": "lineWidth", "type": { "text": "number" }, "default": "1", "attribute": "lineWidth" }, { "kind": "field", "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "attribute": "color" }, { "kind": "field", "name": "top", "type": { "text": "string" }, "default": "'0'", "attribute": "top" }, { "kind": "field", "name": "left", "type": { "text": "string" }, "default": "'0'", "attribute": "left" } ], "attributes": [ { "name": "diameter", "type": { "text": "number" }, "default": "10", "fieldName": "diameter" }, { "name": "lineWidth", "type": { "text": "number" }, "default": "1", "fieldName": "lineWidth" }, { "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "fieldName": "color" }, { "name": "top", "type": { "text": "string" }, "default": "'0'", "fieldName": "top" }, { "name": "left", "type": { "text": "string" }, "default": "'0'", "fieldName": "left" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "artistic-doughnut", "customElement": true } ], "exports": [ { "kind": "js", "name": "ArtisticDoughnut", "declaration": { "name": "ArtisticDoughnut", "module": "src/artistic/doughnut.ts" } }, { "kind": "custom-element-definition", "name": "artistic-doughnut", "declaration": { "name": "ArtisticDoughnut", "module": "src/artistic/doughnut.ts" } } ] }, { "kind": "javascript-module", "path": "src/artistic/radial-circular-gradient.ts", "declarations": [ { "kind": "class", "description": "", "name": "ArtisticRadialCircularGradient", "members": [ { "kind": "field", "name": "width", "type": { "text": "string" }, "default": "'10rem'", "attribute": "width" }, { "kind": "field", "name": "height", "type": { "text": "string" }, "default": "'10rem'", "attribute": "height" }, { "kind": "field", "name": "colors", "type": { "text": "string" }, "default": "'[\"#f0f\", \"#ff0\"]'", "attribute": "colors" }, { "kind": "field", "name": "stops", "type": { "text": "string" }, "default": "'[0, 1]'", "attribute": "stops" } ], "attributes": [ { "name": "width", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "width" }, { "name": "height", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "height" }, { "name": "colors", "type": { "text": "string" }, "default": "'[\"#f0f\", \"#ff0\"]'", "fieldName": "colors" }, { "name": "stops", "type": { "text": "string" }, "default": "'[0, 1]'", "fieldName": "stops" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "artistic-radial-circular-gradient", "customElement": true } ], "exports": [ { "kind": "js", "name": "ArtisticRadialCircularGradient", "declaration": { "name": "ArtisticRadialCircularGradient", "module": "src/artistic/radial-circular-gradient.ts" } }, { "kind": "custom-element-definition", "name": "artistic-radial-circular-gradient", "declaration": { "name": "ArtisticRadialCircularGradient", "module": "src/artistic/radial-circular-gradient.ts" } } ] }, { "kind": "javascript-module", "path": "src/artistic/rectangle-gradient.ts", "declarations": [ { "kind": "class", "description": "", "name": "ArtisticRectangleGradient", "members": [ { "kind": "field", "name": "width", "type": { "text": "string" }, "default": "'10rem'", "attribute": "width" }, { "kind": "field", "name": "height", "type": { "text": "string" }, "default": "'10rem'", "attribute": "height" }, { "kind": "field", "name": "angle", "type": { "text": "string" }, "default": "'0deg'", "attribute": "angle" }, { "kind": "field", "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "attribute": "color" }, { "kind": "field", "name": "color2", "type": { "text": "string" }, "default": "'#0f0'", "attribute": "color2" }, { "kind": "field", "name": "top", "type": { "text": "string" }, "default": "'0'", "attribute": "top" }, { "kind": "field", "name": "left", "type": { "text": "string" }, "default": "'0'", "attribute": "left" }, { "kind": "field", "name": "align", "type": { "text": "string" }, "default": "'initial'", "attribute": "align" }, { "kind": "field", "name": "'border-radius'", "type": { "text": "string" }, "default": "'0'", "attribute": "'border-radius'" } ], "attributes": [ { "name": "width", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "width" }, { "name": "height", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "height" }, { "name": "angle", "type": { "text": "string" }, "default": "'0deg'", "fieldName": "angle" }, { "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "fieldName": "color" }, { "name": "color2", "type": { "text": "string" }, "default": "'#0f0'", "fieldName": "color2" }, { "name": "top", "type": { "text": "string" }, "default": "'0'", "fieldName": "top" }, { "name": "left", "type": { "text": "string" }, "default": "'0'", "fieldName": "left" }, { "name": "align", "type": { "text": "string" }, "default": "'initial'", "fieldName": "align" }, { "name": "'border-radius'", "type": { "text": "string" }, "default": "'0'", "fieldName": "'border-radius'" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "artistic-rectangle-gradient", "customElement": true } ], "exports": [ { "kind": "js", "name": "ArtisticRectangleGradient", "declaration": { "name": "ArtisticRectangleGradient", "module": "src/artistic/rectangle-gradient.ts" } }, { "kind": "custom-element-definition", "name": "artistic-rectangle-gradient", "declaration": { "name": "ArtisticRectangleGradient", "module": "src/artistic/rectangle-gradient.ts" } } ] }, { "kind": "javascript-module", "path": "src/artistic/rectangle.ts", "declarations": [ { "kind": "class", "description": "", "name": "ArtisticRectangle", "members": [ { "kind": "field", "name": "width", "type": { "text": "string" }, "default": "'10rem'", "attribute": "width" }, { "kind": "field", "name": "height", "type": { "text": "string" }, "default": "'10rem'", "attribute": "height" }, { "kind": "field", "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "attribute": "color" }, { "kind": "field", "name": "top", "type": { "text": "string" }, "default": "'0'", "attribute": "top" }, { "kind": "field", "name": "left", "type": { "text": "string" }, "default": "'0'", "attribute": "left" }, { "kind": "field", "name": "align", "type": { "text": "string" }, "default": "'initial'", "attribute": "align" }, { "kind": "field", "name": "'border-radius'", "type": { "text": "string" }, "default": "'0'", "attribute": "'border-radius'" } ], "attributes": [ { "name": "width", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "width" }, { "name": "height", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "height" }, { "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "fieldName": "color" }, { "name": "top", "type": { "text": "string" }, "default": "'0'", "fieldName": "top" }, { "name": "left", "type": { "text": "string" }, "default": "'0'", "fieldName": "left" }, { "name": "align", "type": { "text": "string" }, "default": "'initial'", "fieldName": "align" }, { "name": "'border-radius'", "type": { "text": "string" }, "default": "'0'", "fieldName": "'border-radius'" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "artistic-rectangle", "customElement": true } ], "exports": [ { "kind": "js", "name": "ArtisticRectangle", "declaration": { "name": "ArtisticRectangle", "module": "src/artistic/rectangle.ts" } }, { "kind": "custom-element-definition", "name": "artistic-rectangle", "declaration": { "name": "ArtisticRectangle", "module": "src/artistic/rectangle.ts" } } ] }, { "kind": "javascript-module", "path": "src/artistic/triangle-down.ts", "declarations": [ { "kind": "class", "description": "", "name": "ArtisticTriangleDown", "members": [ { "kind": "field", "name": "widthLeft", "type": { "text": "string" }, "default": "'5rem'", "attribute": "widthLeft" }, { "kind": "field", "name": "widthRight", "type": { "text": "string" }, "default": "'5rem'", "attribute": "widthRight" }, { "kind": "field", "name": "height", "type": { "text": "string" }, "default": "'10rem'", "attribute": "height" }, { "kind": "field", "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "attribute": "color" } ], "attributes": [ { "name": "widthLeft", "type": { "text": "string" }, "default": "'5rem'", "fieldName": "widthLeft" }, { "name": "widthRight", "type": { "text": "string" }, "default": "'5rem'", "fieldName": "widthRight" }, { "name": "height", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "height" }, { "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "fieldName": "color" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "artistic-triangle-down", "customElement": true } ], "exports": [ { "kind": "js", "name": "ArtisticTriangleDown", "declaration": { "name": "ArtisticTriangleDown", "module": "src/artistic/triangle-down.ts" } }, { "kind": "custom-element-definition", "name": "artistic-triangle-down", "declaration": { "name": "ArtisticTriangleDown", "module": "src/artistic/triangle-down.ts" } } ] }, { "kind": "javascript-module", "path": "src/artistic/triangle-left.ts", "declarations": [ { "kind": "class", "description": "", "name": "ArtisticTriangleLeft", "members": [ { "kind": "field", "name": "heightTop", "type": { "text": "string" }, "default": "'5rem'", "attribute": "heightTop" }, { "kind": "field", "name": "heightBottom", "type": { "text": "string" }, "default": "'5rem'", "attribute": "heightBottom" }, { "kind": "field", "name": "width", "type": { "text": "string" }, "default": "'10rem'", "attribute": "width" }, { "kind": "field", "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "attribute": "color" } ], "attributes": [ { "name": "heightTop", "type": { "text": "string" }, "default": "'5rem'", "fieldName": "heightTop" }, { "name": "heightBottom", "type": { "text": "string" }, "default": "'5rem'", "fieldName": "heightBottom" }, { "name": "width", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "width" }, { "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "fieldName": "color" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "artistic-triangle-left", "customElement": true } ], "exports": [ { "kind": "js", "name": "ArtisticTriangleLeft", "declaration": { "name": "ArtisticTriangleLeft", "module": "src/artistic/triangle-left.ts" } }, { "kind": "custom-element-definition", "name": "artistic-triangle-left", "declaration": { "name": "ArtisticTriangleLeft", "module": "src/artistic/triangle-left.ts" } } ] }, { "kind": "javascript-module", "path": "src/artistic/triangle-rectangle.ts", "declarations": [ { "kind": "class", "description": "", "name": "ArtisticTriangleRectangle", "members": [ { "kind": "field", "name": "width", "type": { "text": "number" }, "default": "10", "attribute": "width" }, { "kind": "field", "name": "height", "type": { "text": "number" }, "default": "10", "attribute": "height" }, { "kind": "field", "name": "borderStyle", "type": { "text": "string" }, "default": "'solid'", "attribute": "borderStyle" }, { "kind": "field", "name": "topColor", "type": { "text": "string" }, "default": "'#f0f'", "attribute": "topColor" }, { "kind": "field", "name": "rightColor", "type": { "text": "string" }, "default": "'#0f0'", "attribute": "rightColor" }, { "kind": "field", "name": "bottomColor", "type": { "text": "string" }, "default": "'#ff0'", "attribute": "bottomColor" }, { "kind": "field", "name": "leftColor", "type": { "text": "string" }, "default": "'#00f'", "attribute": "leftColor" } ], "attributes": [ { "name": "width", "type": { "text": "number" }, "default": "10", "fieldName": "width" }, { "name": "height", "type": { "text": "number" }, "default": "10", "fieldName": "height" }, { "name": "borderStyle", "type": { "text": "string" }, "default": "'solid'", "fieldName": "borderStyle" }, { "name": "topColor", "type": { "text": "string" }, "default": "'#f0f'", "fieldName": "topColor" }, { "name": "rightColor", "type": { "text": "string" }, "default": "'#0f0'", "fieldName": "rightColor" }, { "name": "bottomColor", "type": { "text": "string" }, "default": "'#ff0'", "fieldName": "bottomColor" }, { "name": "leftColor", "type": { "text": "string" }, "default": "'#00f'", "fieldName": "leftColor" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "artistic-triangle-rectangle", "customElement": true } ], "exports": [ { "kind": "js", "name": "ArtisticTriangleRectangle", "declaration": { "name": "ArtisticTriangleRectangle", "module": "src/artistic/triangle-rectangle.ts" } }, { "kind": "custom-element-definition", "name": "artistic-triangle-rectangle", "declaration": { "name": "ArtisticTriangleRectangle", "module": "src/artistic/triangle-rectangle.ts" } } ] }, { "kind": "javascript-module", "path": "src/artistic/triangle-right.ts", "declarations": [ { "kind": "class", "description": "", "name": "ArtisticTriangleRight", "members": [ { "kind": "field", "name": "heightTop", "type": { "text": "string" }, "default": "'5rem'", "attribute": "heightTop" }, { "kind": "field", "name": "heightBottom", "type": { "text": "string" }, "default": "'5rem'", "attribute": "heightBottom" }, { "kind": "field", "name": "width", "type": { "text": "string" }, "default": "'10rem'", "attribute": "width" }, { "kind": "field", "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "attribute": "color" } ], "attributes": [ { "name": "heightTop", "type": { "text": "string" }, "default": "'5rem'", "fieldName": "heightTop" }, { "name": "heightBottom", "type": { "text": "string" }, "default": "'5rem'", "fieldName": "heightBottom" }, { "name": "width", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "width" }, { "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "fieldName": "color" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "artistic-triangle-right", "customElement": true } ], "exports": [ { "kind": "js", "name": "ArtisticTriangleRight", "declaration": { "name": "ArtisticTriangleRight", "module": "src/artistic/triangle-right.ts" } }, { "kind": "custom-element-definition", "name": "artistic-triangle-right", "declaration": { "name": "ArtisticTriangleRight", "module": "src/artistic/triangle-right.ts" } } ] }, { "kind": "javascript-module", "path": "src/artistic/triangle-up.ts", "declarations": [ { "kind": "class", "description": "", "name": "ArtisticTriangleUp", "members": [ { "kind": "field", "name": "widthLeft", "type": { "text": "string" }, "default": "'5rem'", "attribute": "widthLeft" }, { "kind": "field", "name": "widthRight", "type": { "text": "string" }, "default": "'5rem'", "attribute": "widthRight" }, { "kind": "field", "name": "height", "type": { "text": "string" }, "default": "'10rem'", "attribute": "height" }, { "kind": "field", "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "attribute": "color" } ], "attributes": [ { "name": "widthLeft", "type": { "text": "string" }, "default": "'5rem'", "fieldName": "widthLeft" }, { "name": "widthRight", "type": { "text": "string" }, "default": "'5rem'", "fieldName": "widthRight" }, { "name": "height", "type": { "text": "string" }, "default": "'10rem'", "fieldName": "height" }, { "name": "color", "type": { "text": "string" }, "default": "'#f0f'", "fieldName": "color" } ], "superclass": { "name": "LitElement", "package": "lit" }, "tagName": "artistic-triangle-up", "customElement": true } ], "exports": [ { "kind": "js", "name": "ArtisticTriangleUp", "declaration": { "name": "ArtisticTriangleUp", "module": "src/artistic/triangle-up.ts" } }, { "kind": "custom-element-definition", "name": "artistic-triangle-up", "declaration": { "name": "ArtisticTriangleUp", "module": "src/artistic/triangle-up.ts" } } ] }, { "kind": "javascript-module", "path": "src/react/circular-gradient.ts", "declarations": [], "exports": [ { "kind": "js", "name": "default", "declaration": { "module": "src/react/circular-gradient.ts" } } ] }, { "kind": "javascript-module", "path": "src/react/circular.ts", "declarations": [], "exports": [ { "kind": "js", "name": "default", "declaration": { "module": "src/react/circular.ts" } } ] }, { "kind": "javascript-module", "path": "src/react/doughnut.ts", "declarations": [], "exports": [ { "kind": "js", "name": "default", "declaration": { "module": "src/react/doughnut.ts" } } ] }, { "kind": "javascript-module", "path": "src/react/index.ts", "declarations": [], "exports": [ { "kind": "js", "name": "ArtisticCircularGradient", "declaration": { "name": "default", "module": "./circular-gradient" } }, { "kind": "js", "name": "ArtisticCircular", "declaration": { "name": "default", "module": "./circular" } }, { "kind": "js", "name": "ArtisticDoughnut", "declaration": { "name": "default", "module": "./doughnut" } }, { "kind": "js", "name": "ArtisticRadialCircularGradient", "declaration": { "name": "default", "module": "./radial-circular-gradient" } }, { "kind": "js", "name": "ArtisticRectangleGradient", "declaration": { "name": "default", "module": "./rectangle-gradient" } }, { "kind": "js", "name": "ArtisticRectangle", "declaration": { "name": "default", "module": "./rectangle" } }, { "kind": "js", "name": "ArtisticTriangleDown", "declaration": { "name": "default", "module": "./triangle-down" } }, { "kind": "js", "name": "ArtisticTriangleLeft", "declaration": { "name": "default", "module": "./triangle-left" } }, { "kind": "js", "name": "ArtisticTriangleRectangle", "declaration": { "name": "default", "module": "./triangle-rectangle" } }, { "kind": "js", "name": "ArtisticTriangleRight", "declaration": { "name": "default", "module": "./triangle-right" } }, { "kind": "js", "name": "ArtisticTriangleUp", "declaration": { "name": "default", "module": "./triangle-up" } } ] }, { "kind": "javascript-module", "path": "src/react/radial-circular-gradient.ts", "declarations": [], "exports": [ { "kind": "js", "name": "default", "declaration": { "module": "src/react/radial-circular-gradient.ts" } } ] }, { "kind": "javascript-module", "path": "src/react/rectangle-gradient.ts", "declarations": [], "exports": [ { "kind": "js", "name": "default", "declaration": { "module": "src/react/rectangle-gradient.ts" } } ] }, { "kind": "javascript-module", "path": "src/react/rectangle.ts", "declarations": [], "exports": [ { "kind": "js", "name": "default", "declaration": { "module": "src/react/rectangle.ts" } } ] }, { "kind": "javascript-module", "path": "src/react/triangle-down.ts", "declarations": [], "exports": [ { "kind": "js", "name": "default", "declaration": { "module": "src/react/triangle-down.ts" } } ] }, { "kind": "javascript-module", "path": "src/react/triangle-left.ts", "declarations": [], "exports": [ { "kind": "js", "name": "default", "declaration": { "module": "src/react/triangle-left.ts" } } ] }, { "kind": "javascript-module", "path": "src/react/triangle-rectangle.ts", "declarations": [], "exports": [ { "kind": "js", "name": "default", "declaration": { "module": "src/react/triangle-rectangle.ts" } } ] }, { "kind": "javascript-module", "path": "src/react/triangle-right.ts", "declarations": [], "exports": [ { "kind": "js", "name": "default", "declaration": { "module": "src/react/triangle-right.ts" } } ] }, { "kind": "javascript-module", "path": "src/react/triangle-up.ts", "declarations": [], "exports": [ { "kind": "js", "name": "default", "declaration": { "module": "src/react/triangle-up.ts" } } ] } ] }