@teenageinterface/callout
Version:
The `Callout` component is part of the `@teenageinterface` Angular component library. It provides a styled container for displaying important messages with customizable icons, titles, and types.
44 lines • 1.13 kB
JSON
{
"name": "@teenageinterface/callout",
"version": "0.1.3",
"description": "The `Callout` component is part of the `@teenageinterface` Angular component library. It provides a styled container for displaying important messages with customizable icons, titles, and types.",
"repository": {
"type": "git",
"url": "https://github.com/0K00/teenageinterface.git"
},
"homepage": "https://github.com/0K00/teenageinterface.git",
"author": "0K0",
"license": "MIT",
"keywords": [
"angular",
"components",
"UI",
"UX",
"teenageinterface",
"teenage",
"interface",
"callout",
"MIT",
"design system"
],
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@teenageinterface/icons": "^0.4.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/teenageinterface-callout.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/teenageinterface-callout.mjs"
}
}
}