@snabcentr/client-ui 3.6.2 → 3.7.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.

Potentially problematic release.


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

package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.6.2",
3
+ "version": "3.7.0",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -14,7 +14,7 @@
14
14
  "@maskito/angular": "^3.2.0",
15
15
  "@maskito/core": "^3.2.0",
16
16
  "@ng-web-apis/intersection-observer": "^4.11.1",
17
- "@snabcentr/client-core": "^2.10.3",
17
+ "@snabcentr/client-core": "^2.11.8",
18
18
  "@taiga-ui/addon-charts": "^4.16.0",
19
19
  "@taiga-ui/addon-commerce": "^4.16.0",
20
20
  "@taiga-ui/cdk": "^4.16.0",
package/public-api.d.ts CHANGED
@@ -6,6 +6,7 @@ export * from './catalog';
6
6
  export * from './contragents';
7
7
  export * from './contacts';
8
8
  export * from './delivery-address';
9
+ export * from './dialogs';
9
10
  export * from './directives';
10
11
  export * from './files';
11
12
  export * from './form-fields';
package/release_notes.tmp CHANGED
@@ -1,6 +1,10 @@
1
- ## 3.6.2 (2024-12-13)
1
+ ## 3.7.0 (2024-12-19)
2
2
 
3
- ### changed (1 change)
3
+ ### added (1 change)
4
4
 
5
- - [#10774: Доработан компонент изображений плиток товаров](web_soft/libs/angular/snabcentr-client-ui-lib@7dd0928646e3f670d6d12a09c4b02b1b8cfc81d2) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!200))
5
+ - [#10871: Добавлен компонент предпросмотра видео по ссылке](web_soft/libs/angular/snabcentr-client-ui-lib@c9edb5820a8b34011d305a964fdf5fee35ff40fd) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!202))
6
+
7
+ ### fixed (1 change)
8
+
9
+ - [#10774: Исправлено переключение изображений плитки товара по точкам](web_soft/libs/angular/snabcentr-client-ui-lib@db962372c3d448ce202d98c0971402ce560236b6) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!201))
6
10
 
@@ -107,7 +107,7 @@
107
107
  }
108
108
 
109
109
  /*
110
- ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
110
+ ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
111
111
  */
112
112
 
113
113
  /*
@@ -754,6 +754,10 @@ video {
754
754
  margin-top: 0.5rem;
755
755
  }
756
756
 
757
+ .mt-4 {
758
+ margin-top: 1rem;
759
+ }
760
+
757
761
  .line-clamp-3 {
758
762
  overflow: hidden;
759
763
  display: -webkit-box;
@@ -1177,6 +1181,11 @@ video {
1177
1181
  border-color: var(--tui-border-normal);
1178
1182
  }
1179
1183
 
1184
+ .bg-black {
1185
+ --tw-bg-opacity: 1;
1186
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
1187
+ }
1188
+
1180
1189
  .bg-tui-base-02 {
1181
1190
  background-color: var(--tui-background-base-alt);
1182
1191
  }