UNPKG

@umbraco-ui/uui-tabs

Version:

This package contains two elements, <uui-tab> and <uui-tab-group>

49 lines (48 loc) 1.4 kB
{ "name": "@umbraco-ui/uui-tabs", "version": "1.17.0", "license": "MIT", "keywords": [ "Umbraco", "Custom elements", "Web components", "UI", "Lit", "Tabs" ], "description": "This package contains two elements, <uui-tab> and <uui-tab-group>", "repository": { "type": "git", "url": "https://github.com/umbraco/Umbraco.UI.git", "directory": "packages/uui-avatar-group" }, "bugs": { "url": "https://github.com/umbraco/Umbraco.UI/issues" }, "main": "./lib/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", "type": "module", "customElements": "custom-elements.json", "files": [ "lib/**/*.d.ts", "lib/**/*.js", "custom-elements.json" ], "dependencies": { "@umbraco-ui/uui-base": "1.17.0", "@umbraco-ui/uui-button": "1.17.0", "@umbraco-ui/uui-popover-container": "1.17.0", "@umbraco-ui/uui-symbol-more": "1.17.0" }, "scripts": { "build": "npm run analyze && tsc --build && rollup -c rollup.config.js", "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json", "analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json" }, "publishConfig": { "access": "public" }, "homepage": "https://uui.umbraco.com/?path=/story/uui-tabs", "gitHead": "7d602fc76ed33f3100ead94a01e1d6f1eedf0f5e" }