@taiga-ui/addon-table 2.27.0 → 2.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -5
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -5,13 +5,12 @@
5
5
  [![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)
6
6
 
7
7
  [Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
8
- [CDK Wiki](https://github.com/TinkoffCreditSystems/taiga-ui/wiki) •
9
- [Core team](https://github.com/TinkoffCreditSystems/taiga-ui/#core-team)
8
+ [CDK Wiki](https://github.com/tinkoff/taiga-ui/wiki) • [Core team](https://github.com/tinkoff/taiga-ui/#core-team)
10
9
 
11
10
  > A library to display tabled data with filters, search, group actions, etc.
12
11
 
13
- It's a part of [**Taiga UI**](https://github.com/TinkoffCreditSystems/taiga-ui) that is fully-treeshakable Angular UI
14
- Kit consisting of multiple base libraries and several add-ons
12
+ It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting
13
+ of multiple base libraries and several add-ons
15
14
 
16
15
  ## How to install
17
16
 
@@ -37,4 +36,4 @@ See our [Documentation](https://taiga-ui.dev/getting-started)
37
36
  ---
38
37
 
39
38
  You can also visit CDK wiki to learn more about its tools:
40
- [CDK Documentation on Github Wiki](https://github.com/TinkoffCreditSystems/taiga-ui/wiki/CDK)
39
+ [CDK Documentation on Github Wiki](https://github.com/tinkoff/taiga-ui/wiki/CDK)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-table",
3
- "version": "2.27.0",
3
+ "version": "2.30.0",
4
4
  "description": "A library to display tabled data with filters, search, group actions, etc.",
5
5
  "keywords": [
6
6
  "angular",
@@ -10,17 +10,17 @@
10
10
  "action"
11
11
  ],
12
12
  "license": "Apache-2.0",
13
- "repository": "https://github.com/TinkoffCreditSystems/taiga-ui",
14
- "homepage": "https://github.com/TinkoffCreditSystems/taiga-ui",
13
+ "repository": "https://github.com/tinkoff/taiga-ui",
14
+ "homepage": "https://github.com/tinkoff/taiga-ui",
15
15
  "peerDependencies": {
16
16
  "@angular/cdk": ">=9.0.0",
17
17
  "@angular/common": ">=9.0.0",
18
18
  "@angular/core": ">=9.0.0",
19
19
  "@ng-web-apis/intersection-observer": "2.0.1",
20
20
  "@tinkoff/ng-polymorpheus": "3.1.12",
21
- "@taiga-ui/cdk": "2.27.0",
22
- "@taiga-ui/core": "2.27.0",
23
- "@taiga-ui/i18n": "2.27.0",
21
+ "@taiga-ui/cdk": "2.30.0",
22
+ "@taiga-ui/core": "2.30.0",
23
+ "@taiga-ui/i18n": "2.30.0",
24
24
  "rxjs": ">=6.0.0"
25
25
  },
26
26
  "main": "bundles/taiga-ui-addon-table.umd.js",