@snabcentr/client-ui 0.17.2 → 0.17.3

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.

Potentially problematic release.


This version of @snabcentr/client-ui might be problematic. Click here for more details.

package/package.json CHANGED
@@ -1,41 +1,46 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "0.17.2",
3
+ "version": "0.17.3",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
7
7
  "description": "Snabcentr client UI package.",
8
8
  "peerDependencies": {
9
- "@angular/common": ">=14.2.0",
10
- "@angular/core": ">=14.2.0",
11
- "@ngneat/until-destroy": ">=9.2.3",
12
- "@angular/forms": ">=14.2.12",
13
- "@angular/router": ">=14.2.12",
14
- "@angular/platform-browser": ">=14.2.12",
15
- "@angular/platform-browser-dynamic": ">=14.2.12",
16
- "@angular/material": ">=14.2.7",
17
- "@snabcentr/client-core": ">=0.15.0",
18
- "@maskito/angular": ">=1.7.0",
19
- "@maskito/core": ">=1.7.0",
20
- "@taiga-ui/addon-charts": ">=3.42.1",
21
- "@taiga-ui/addon-commerce": ">=3.42.1",
22
- "@taiga-ui/addon-doc": ">=3.42.1",
23
- "@taiga-ui/addon-mobile": ">=3.42.1",
24
- "@taiga-ui/addon-preview": ">=3.42.1",
25
- "@taiga-ui/addon-table": ">=3.42.1",
26
- "@taiga-ui/addon-tablebars": ">=3.42.1",
27
- "@taiga-ui/cdk": ">=3.42.1",
28
- "@taiga-ui/core": ">=3.42.1",
29
- "@taiga-ui/icons": ">=3.42.1",
30
- "@taiga-ui/kit": ">=3.42.1",
31
- "@taiga-ui/layout": ">=3.42.1",
32
- "@taiga-ui/styles": ">=3.42.1",
33
- "@tinkoff/ng-polymorpheus": ">=4.1.0",
34
- "@ng-web-apis/intersection-observer": ">=3.0.0",
9
+ "@angular/common": "^14.2.12 || ^16.2.12",
10
+ "@angular/compiler": "^14.2.12 || ^16.2.12",
11
+ "@angular/core": "^14.2.12 || ^16.2.12",
12
+ "@angular/forms": "^14.2.12 || ^16.2.12",
13
+ "@angular/platform-browser": "^14.2.12 || ^16.2.12",
14
+ "@angular/platform-browser-dynamic": "^14.2.12 || ^16.2.12",
15
+ "@angular/router": "^14.2.12 || ^16.2.12",
16
+ "@maskito/angular": "^1.7.0",
17
+ "@maskito/core": "^1.9.0",
18
+ "@ng-web-apis/common": "^3.0.6",
19
+ "@ng-web-apis/intersection-observer": "^3.2.0",
20
+ "@ng-web-apis/storage": "^1.0.0",
21
+ "@ngneat/until-destroy": "^9.2.3",
22
+ "@snabcentr/client-core": "^0.15.3",
23
+ "@taiga-ui/addon-charts": "^3.42.1",
24
+ "@taiga-ui/addon-commerce": "^3.42.1",
25
+ "@taiga-ui/addon-doc": "^3.42.1",
26
+ "@taiga-ui/addon-mobile": "^3.42.1",
27
+ "@taiga-ui/addon-preview": "^3.42.1",
28
+ "@taiga-ui/addon-table": "^3.42.1",
29
+ "@taiga-ui/addon-tablebars": "^3.42.1",
30
+ "@taiga-ui/cdk": "^3.42.1",
31
+ "@taiga-ui/core": "^3.42.1",
32
+ "@taiga-ui/icons": "^3.42.1",
33
+ "@taiga-ui/kit": "^3.42.1",
34
+ "@taiga-ui/layout": "^3.42.1",
35
+ "@taiga-ui/styles": "^3.42.1",
36
+ "@tinkoff/ng-polymorpheus": "^4.1.0",
35
37
  "echarts": "^5.4.3",
38
+ "date-fns": "^2.30.0",
36
39
  "ngx-echarts": "^14.0.0",
37
- "rxjs": ">=7.5.0",
38
- "zone.js": ">=0.12.0"
40
+ "rxjs": "^7.8.1",
41
+ "schema-dts": "^1.1.2",
42
+ "ts-case-convert": "^2.0.7",
43
+ "zone.js": "^0.12.0"
39
44
  },
40
45
  "dependencies": {
41
46
  "tslib": "2.3.0"
@@ -925,10 +925,6 @@ video {
925
925
  flex-shrink: 1;
926
926
  }
927
927
 
928
- .shrink {
929
- flex-shrink: 1;
930
- }
931
-
932
928
  .shrink-0 {
933
929
  flex-shrink: 0;
934
930
  }