diff --git a/.cspell.json b/.cspell.json index d73b266aef36..cc9ab8646fe4 100644 --- a/.cspell.json +++ b/.cspell.json @@ -17,6 +17,7 @@ "**/addon-commerce/utils/get-currency-symbol.ts" ], "ignoreWords": [ + "Acpekt", "avatarurl", "benji", "meowtec", diff --git a/LICENSE b/LICENSE index 0988fb43163f..50f8fa071b0d 100644 --- a/LICENSE +++ b/LICENSE @@ -175,7 +175,7 @@ END OF TERMS AND CONDITIONS - Copyright 2020 Tinkoff Bank + Copyright 2024 Acpekt Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -187,4 +187,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/README.md b/README.md index f83883f5770d..f3a0b0f977d0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![CodeFactor](https://www.codefactor.io/repository/github/taiga-family/taiga-ui/badge)](https://www.codefactor.io/repository/github/taiga-family/taiga-ui) [![npm version](https://img.shields.io/npm/v/@taiga-ui/cdk.svg)](https://npmjs.com/package/@taiga-ui/cdk) -[![codecov](https://codecov.io/gh/tinkoff/taiga-ui/branch/main/graphs/badge.svg)](https://app.codecov.io/gh/Tinkoff/taiga-ui/tree/main/projects) +[![codecov](https://codecov.io/gh/taiga-family/taiga-ui/branch/main/graphs/badge.svg)](https://app.codecov.io/gh/taiga-family/taiga-ui/tree/main/projects) [![All packages CI](https://github.com/taiga-family/taiga-ui/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/taiga-family/taiga-ui/actions/workflows/build.yml) [![Deploy](https://github.com/taiga-family/taiga-ui/actions/workflows/deploy-gh-pages.yml/badge.svg?branch=main)](https://github.com/taiga-family/taiga-ui/actions/workflows/deploy-gh-pages.yml) [![Downloads per month](https://img.shields.io/npm/dm/@taiga-ui/cdk?color=dark-green)](https://www.npmjs.com/package/@taiga-ui/cdk) diff --git a/package.json b/package.json index 5a361b48b028..da69e046c428 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@taiga-ui/components", "version": "3.82.0", - "description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", + "description": "Taiga UI by TBank is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", "keywords": [ "angular", "kit", diff --git a/projects/cdk/schematics/ng-update/v3-78/index.ts b/projects/cdk/schematics/ng-update/v3-78/index.ts index a1047fc18c2e..0b99c79ee9a5 100644 --- a/projects/cdk/schematics/ng-update/v3-78/index.ts +++ b/projects/cdk/schematics/ng-update/v3-78/index.ts @@ -13,13 +13,13 @@ import {getFileSystem} from '../utils/get-file-system'; import {replaceText} from '../utils/replace-text'; import {ICONS} from './constants/icons'; -function hasProprietaryIcons(tree: Tree): boolean { - return !!getPackageJsonDependency(tree, '@taiga-ui/proprietary-icons'); +function hasProprietaryCore(tree: Tree): boolean { + return !!getPackageJsonDependency(tree, '@taiga-ui/proprietary-core'); } export function updateToV3_78(options: TuiSchema): Rule { return (tree: Tree, _: SchematicContext) => { - if (!hasProprietaryIcons(tree)) { + if (!hasProprietaryCore(tree)) { !options['skip-logs'] && titleLog(`${FINISH_SYMBOL} No migrations required\n`); @@ -28,13 +28,9 @@ export function updateToV3_78(options: TuiSchema): Rule { const fileSystem = getFileSystem(tree); - if (options.experimental) { - !options['skip-logs'] && - infoLog( - `${SMALL_TAB_SYMBOL}${REPLACE_SYMBOL} replacing deprecated logos...`, - ); - replaceText(ICONS); - } + !options['skip-logs'] && + infoLog(`${SMALL_TAB_SYMBOL}${REPLACE_SYMBOL} replacing deprecated logos...`); + replaceText(ICONS); fileSystem.commitEdits(); saveActiveProject(); diff --git a/projects/cdk/schematics/ng-update/v3-78/tests/schematic-migrate-logos-icons.spec.ts b/projects/cdk/schematics/ng-update/v3-78/tests/schematic-migrate-logos-icons.spec.ts index 0f216ee984a4..3cc0fdd4c794 100644 --- a/projects/cdk/schematics/ng-update/v3-78/tests/schematic-migrate-logos-icons.spec.ts +++ b/projects/cdk/schematics/ng-update/v3-78/tests/schematic-migrate-logos-icons.spec.ts @@ -61,10 +61,7 @@ describe('ng-update', () => { const tree = await runner .runSchematicAsync( 'updateToV3_78', - { - experimental: true, - 'skip-logs': process.env['TUI_CI'] === 'true', - } as Partial, + {'skip-logs': process.env['TUI_CI'] === 'true'} as Partial, host, ) .toPromise(); @@ -83,6 +80,6 @@ function createMainFiles(): void { createAngularJson(); createSourceFile( 'package.json', - '{"dependencies": {"@angular/core": "~13.0.0", "@taiga-ui/proprietary-icons": "~3.78.0"}}', + '{"dependencies": {"@angular/core": "~13.0.0", "@taiga-ui/proprietary-core": "~3.78.0"}}', ); } diff --git a/projects/demo/src/assets/images/by.svg b/projects/demo/src/assets/images/by.svg new file mode 100644 index 000000000000..68dec7215058 --- /dev/null +++ b/projects/demo/src/assets/images/by.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + diff --git a/projects/demo/src/index.html b/projects/demo/src/index.html index 7142dac7c2c6..ca2270c130b0 100644 --- a/projects/demo/src/index.html +++ b/projects/demo/src/index.html @@ -31,11 +31,11 @@ name="keywords" /> + It’s open source [class.scroll_hidden]="current === 2" (click)="onClick()" > + by T-Bank diff --git a/projects/demo/src/modules/app/logo/logo.template.html b/projects/demo/src/modules/app/logo/logo.template.html index 5ff8d31c7ac5..c3404ac825a2 100644 --- a/projects/demo/src/modules/app/logo/logo.template.html +++ b/projects/demo/src/modules/app/logo/logo.template.html @@ -12,3 +12,9 @@ Taiga UI + +by T-Bank diff --git a/projects/demo/src/modules/directives/sidebar/examples/1/index.html b/projects/demo/src/modules/directives/sidebar/examples/1/index.html index 7f391b782c3e..c2188d171ac1 100644 --- a/projects/demo/src/modules/directives/sidebar/examples/1/index.html +++ b/projects/demo/src/modules/directives/sidebar/examples/1/index.html @@ -27,7 +27,7 @@ Other libraries Angular contenteditable accessor > ng-polymorpheus logo

@tinkoff/ng-polymorpheus

@@ -179,7 +179,7 @@

Web APIs for Angular

> maskito logo

Maskito

diff --git a/projects/experimental/README.md b/projects/experimental/README.md index ebd235f64212..3b680f692544 100644 --- a/projects/experimental/README.md +++ b/projects/experimental/README.md @@ -5,12 +5,12 @@ [![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg) [Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) • -[Core team](https://github.com/tinkoff/taiga-ui/#core-team) +[Core team](https://github.com/taiga-family/taiga-ui/#core-team) > A library with new version of components following updated design specs -It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting -of multiple base libraries and several add-ons +It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit +consisting of multiple base libraries and several add-ons ## How to install