release(tach-typography): v0.2.0

This commit is contained in:
2026-03-25 14:01:45 +03:00
parent 9eaca089e5
commit a8c2eaa2fd
38 changed files with 1319 additions and 501 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@hublib-web/tach-typography",
"version": "0.1.0",
"version": "0.2.0",
"description": "Cross-framework typography package for React and Angular",
"license": "MIT",
"type": "module",
@@ -46,14 +46,14 @@
},
"./angular": {
"types": "./dist/angular/index.d.ts",
"import": "./dist/angular/index.js",
"require": "./dist/angular/index.cjs"
"import": "./dist/angular/index.js"
},
"./styles.css": "./dist/styles.css",
"./styles/typography-vars.scss": "./styles/typography-vars.scss"
},
"scripts": {
"build": "yarn clean && tsup && node ./scripts/copy-styles.mjs",
"build": "yarn clean && tsup && yarn build:angular && node ./scripts/copy-styles.mjs",
"build:angular": "ngc -p tsconfig.angular.json && node ./scripts/fix-angular-entry.mjs",
"clean": "rm -rf dist",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "vitest run",
@@ -61,6 +61,9 @@
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build"
},
"dependencies": {
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular/animations": ">=17.0.0",
"@angular/common": ">=17.0.0",
@@ -112,6 +115,8 @@
"devDependencies": {
"@angular/animations": "^20.3.17",
"@angular/common": "^20.3.17",
"@angular/compiler": "^20.3.17",
"@angular/compiler-cli": "^20.3.17",
"@angular/core": "^20.3.17",
"@angular/forms": "^20.3.17",
"@angular/platform-browser": "^20.3.17",