{"_id":"@codedgar/puppertino","name":"@codedgar/puppertino","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@codedgar/puppertino","version":"1.0.0","description":"A CSS framework based on Human Guidelines from Apple","main":"./dist/css/newfull.css","style":"./dist/css/newfull.css","exports":{".":{"style":"./dist/css/newfull.css","default":"./dist/css/newfull.css"},"./css/*":"./dist/css/*","./js/*":"./src/js/*","./buttons":"./dist/css/buttons.css","./modals":"./dist/css/modals.css","./forms":"./dist/css/forms.css","./tabs":"./dist/css/tabs.css","./actions":"./dist/css/actions.css","./cards":"./dist/css/cards.css","./layout":"./dist/css/layout.css","./colors":"./dist/css/color_palette.css","./dark-mode":"./dist/css/dark_mode.css","./segmented-controls":"./dist/css/segmented-controls.css","./shadows":"./dist/css/shadows.css","./package.json":"./package.json"},"sideEffects":["*.css","src/js/*.js"],"directories":{"doc":"docs"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/codedgar/Puppertino.git"},"keywords":["css","framework","ui","uikit","apple","macos","design-system","components"],"author":{"name":"Codedgar"},"license":"MIT","bugs":{"url":"https://github.com/codedgar/Puppertino/issues"},"homepage":"https://github.com/codedgar/Puppertino#readme","_id":"@codedgar/puppertino@1.0.0","gitHead":"bf8ae2031f4d1d0f194969749d8ed69cf3114bb7","_nodeVersion":"20.9.0","_npmVersion":"10.1.0","dist":{"integrity":"sha512-9ltvpmaNFWUhrcPF1ybjbZaAp3BvIrwQ2JMyQClxuvogqtEoiU06e4TuaIvZbPKfAvlWmvAYxpNN2KxNJIxDRQ==","shasum":"b5d45b65216d087547683aa10627b1ad74088932","tarball":"https://registry.npmjs.org/@codedgar/puppertino/-/puppertino-1.0.0.tgz","fileCount":23,"unpackedSize":91508,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC6Ssq30lDU5LRXMPl7uo554KTs2E0GQlP9frOWb6m/NwIgS/86BJ8+Bm96QttanFLUIXXle7rk2C6IrYu8R6epNTY="}]},"_npmUser":{"name":"codedgar","email":"codedgar.dev@gmail.com"},"maintainers":[{"name":"codedgar","email":"codedgar.dev@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/puppertino_1.0.0_1761747450556_0.7223097400571048"},"_hasShrinkwrap":false}},"time":{"created":"2025-10-29T14:17:30.495Z","1.0.0":"2025-10-29T14:17:30.748Z","modified":"2025-10-29T14:17:30.966Z"},"maintainers":[{"name":"codedgar","email":"codedgar.dev@gmail.com"}],"description":"A CSS framework based on Human Guidelines from Apple","homepage":"https://github.com/codedgar/Puppertino#readme","keywords":["css","framework","ui","uikit","apple","macos","design-system","components"],"repository":{"type":"git","url":"git+https://github.com/codedgar/Puppertino.git"},"author":{"name":"Codedgar"},"bugs":{"url":"https://github.com/codedgar/Puppertino/issues"},"license":"MIT","readme":"\n![Puppertino Stars](https://img.shields.io/github/stars/codedgar/puppertino?style=for-the-badge) ![Puppertino's contributors](https://img.shields.io/github/contributors/codedgar/puppertino?style=for-the-badge)   [![Follow Puppertino_css](https://img.shields.io/twitter/follow/Puppertino_css?style=for-the-badge)](https://twitter.com/Puppertino_css) [![Follow Codedgar_dev](https://img.shields.io/twitter/follow/codedgar_dev?style=for-the-badge)](https://twitter.com/codedgar_dev) [![Visit the creator's Website](https://img.shields.io/badge/Visit%20the%20Creator's%20Website-blue?style=for-the-badge&logo=undertale&logoColor=white)](https://codedgar.com/)\n![Puppertino Logo](https://i.imgur.com/r81X3Yj.png)\n\n# Welcome to Puppertino Siberian by Codedgar\n\n\nWelcome to **Puppertino**! This framework brings the macOS look and feel to your web applications, adhering closely to Apple’s Human Interface Guidelines. Designed to be lightweight and modular, Puppertino provides a seamless user experience with a focus on performance and style.\n\n## Key Framework Features\n- **Lightweight**: Puppertino is built with performance in mind. By avoiding unnecessary additions or dependencies, Puppertino ensures your website or app remains fast and responsive. You get the macOS-inspired design without compromising on speed and efficiency.\n- **Modular**: Flexibility is at the heart of Puppertino. Whether you need the entire framework or just specific components, you can pick and choose what fits your project. This modular approach allows you to minimize the size of your website, ensuring that you only include what’s necessary.\n- **Design-Focused**: Puppertino is not just about functionality—it’s about looking cool too! Inspired by macOS, the framework prioritizes a sleek and modern design, with room for creative enhancements beyond macOS guidelines when needed.\n\n## Table of contents\n\n- [Get Started](#get-started)\n- [Current Components](#current-components)\n- [Examples and templates](https://codedgar.github.io/Puppertino/examples/)\n- [About the creator](#about-the-creator)\n\n## Get Started\n\nTo integrate Puppertino into your project, simply include the full.css file in your HTML head tag:\n\n```html\n<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/codedgar/Puppertino@latest/dist/css/newfull.css\">\n```\n### Customize your setup\nIf you only need specific components, you can import them individually to reduce file size. Here’s how you can include only the buttons:\n\n```html\n<link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/codedgar/Puppertino@latest/dist/css/buttons.css\">\n```\n\nYou can also find the full list of individual components and their CDN links on the [Components page](https://codedgar.github.io/Puppertino/examples/).\n\n### NPM\n\nYou can install Puppertino through NPM directly from the GitHub repository:\n\n```bash\n# Via NPM (recommended)\nnpm install @codedgar/puppertino@github:codedgar/Puppertino\n\n# Or install from a specific branch\nnpm install @codedgar/puppertino@github:codedgar/Puppertino#master\n\n# Via SSH\nnpm install git+ssh://git@github.com/codedgar/Puppertino.git\n\n# Via HTTPS\nnpm install https://github.com/codedgar/Puppertino.git\n```\n\n#### Usage after installation\n\nOnce installed, you can import Puppertino in several ways depending on your build setup:\n\n**Import the full framework:**\n```javascript\n// In JavaScript/TypeScript\nimport '@codedgar/puppertino'\n\n// In CSS\n@import '@codedgar/puppertino';\n```\n\n**Import individual components (modular approach):**\n```javascript\n// Import only what you need\nimport '@codedgar/puppertino/buttons'\nimport '@codedgar/puppertino/modals'\nimport '@codedgar/puppertino/forms'\nimport '@codedgar/puppertino/tabs'\n```\n\n**Import JavaScript modules:**\n```javascript\n// ES6 imports\nimport '@codedgar/puppertino/js/modals.js'\nimport '@codedgar/puppertino/js/dakmode_manager.js'\nimport '@codedgar/puppertino/js/tabs.js'\n\n// CommonJS require\nconst modals = require('@codedgar/puppertino/src/js/modals.js')\n```\n\n**Direct CSS imports:**\n```css\n/* Import full framework */\n@import '@codedgar/puppertino';\n\n/* Or import individual components */\n@import '@codedgar/puppertino/buttons';\n@import '@codedgar/puppertino/modals';\n@import '@codedgar/puppertino/dark-mode';\n```\n\n## Current Components\n\nPuppertino currently includes the following components:\n\n- Buttons (Push, Icon, Action)\n- Modals\n- Forms and Inputs\n- Layout\n- Official Apple Colors\n- Segmented Controls\n- Shadows & Blur\n- Tabs\n- Navigation Bars\n- Dark Mode Manager\n\nFor a full list and detailed usage instructions, check out the [Components page](https://codedgar.github.io/Puppertino/examples/).\n\nIf you can't find a component that you want, you can always [create an issue](https://github.com/codedgar/Puppertino/issues/new/choose) to vote for the new components.\n\n## Examples and templates\n\nFind detailed examples and templates to help you get started quickly with Puppertino.\n\nExplore the examples at [Puppertino Examples](https://codedgar.github.io/Puppertino/examples/).\n\n## License\n\nPuppertino is open-source and available under the [open-source MIT license](https://github.com/codedgar/Puppertino/blob/master/LICENSE), allowing you to freely use and modify the framework for your projects.\n\n## Contributing\n\nWe welcome contributions! If you’d like to contribute to Puppertino, check out the [Contribution Guidelines](https://github.com/codedgar/Puppertino/blob/master/CONTRIBUTING.md) to learn how to get involved.\n\n## About the creator\n\nPuppertino was developed by [Codedgar](https://codedgar.com/), a web developer passionate about creating clean, elegant web experiences. As the framework continues to evolve, more features and components will be added—so stay tuned for regular updates!","readmeFilename":"README.md","_rev":"1-7fb6491902cdc898a4b389091a13caa9"}