@ts-core/angular 13.0.4 → 13.0.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ts-core/angular",
3
- "version": "13.0.4",
3
+ "version": "13.0.5",
4
4
  "description": "Modules for frontend based on angular",
5
5
  "main": "public-api.js",
6
6
  "author": {
package/public-api.d.ts CHANGED
@@ -43,6 +43,7 @@ export * from './directive/SelectOnFocusDirective';
43
43
  export * from './directive/InfiniteScrollDirective';
44
44
  export * from './directive/ResizeDirective';
45
45
  export * from './directive/ScrollDirective';
46
+ export * from './directive/ScrollCheckDirective';
46
47
  export * from './directive/HTMLContentTitleDirective';
47
48
  export * from './form/FormElementAsync';
48
49
  export * from './form/FormElementSync';
@@ -447,7 +447,7 @@
447
447
  $thumb-color: rgba(0, 0, 0, 0.15);
448
448
 
449
449
  @if map-get($theme, is-dark) {
450
- $thumb-color: rgba(212, 88, 88, 0.15);
450
+ $thumb-color: rgba(255, 255, 255, 0.10);
451
451
  .mat-drawer-backdrop.mat-drawer-shown {
452
452
  background-color: rgba(0, 0, 0, 0.8);
453
453
  }