UNPKG

@umbraco-ui/uui-pagination

Version:

Umbraco UI pagination component. By implementing a resizeObserver it changes the number of visible buttons to fit the width of the container it sits in. Based on uui-button and uui-button-group.

48 lines (47 loc) 1.5 kB
{ "name": "@umbraco-ui/uui-pagination", "version": "1.14.1", "license": "MIT", "keywords": [ "Umbraco", "Custom elements", "Web components", "UI", "Lit", "Pagination" ], "description": "Umbraco UI pagination component. By implementing a resizeObserver it changes the number of visible buttons to fit the width of the container it sits in. Based on uui-button and uui-button-group.", "repository": { "type": "git", "url": "https://github.com/umbraco/Umbraco.UI.git", "directory": "packages/uui-pagination" }, "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.14.1", "@umbraco-ui/uui-button": "1.14.1", "@umbraco-ui/uui-button-group": "1.14.1" }, "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-pagination", "gitHead": "1dc16cf95e7f45ee85c8000c4932e827466e5229" }