@taiga-ui/icons 3.51.0 → 3.52.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.
package/index.d.ts CHANGED
@@ -1,2 +1,5 @@
1
+ /**
2
+ * Public API Surface of @taiga-ui/icons
3
+ */
1
4
  export * from './all';
2
5
  export * from './constants/icons';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/icons",
3
- "version": "3.51.0",
3
+ "version": "3.52.0",
4
4
  "description": "Feather icons for Taiga UI",
5
5
  "keywords": [
6
6
  "angular",
@@ -12,7 +12,7 @@
12
12
  "repository": "https://github.com/taiga-family/taiga-ui",
13
13
  "license": "Apache-2.0",
14
14
  "peerDependencies": {
15
- "@taiga-ui/cdk": ">=3.51.0"
15
+ "@taiga-ui/cdk": ">=3.52.0"
16
16
  },
17
17
  "main": "bundles/taiga-ui-icons.umd.js",
18
18
  "module": "fesm2015/taiga-ui-icons.js",
@@ -1,4 +1,8 @@
1
1
  declare type ContentInterceptor = (src: string) => string;
2
2
  export declare function tuiProcessIcons(files: string[], interceptor?: ContentInterceptor): void;
3
+ /**
4
+ * @deprecated:
5
+ * use @{link tuiProcessIcons}
6
+ */
3
7
  export declare const processIcons: typeof tuiProcessIcons;
4
8
  export {};
@@ -1,8 +1,8 @@
1
1
  import { Plugin } from 'rollup';
2
- import { OptimizeOptions } from 'svgo';
2
+ import { Config } from 'svgo';
3
3
  export interface TuiRollupSvgoConfig {
4
4
  readonly exclude?: string;
5
5
  readonly include?: string;
6
- readonly options?: OptimizeOptions;
6
+ readonly options?: Config;
7
7
  }
8
8
  export declare function tuiRollupSvgo({ include, exclude, options, }?: TuiRollupSvgoConfig): Plugin;
@@ -1,2 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
1
4
  /// <amd-module name="@taiga-ui/icons/scripts" />
2
5
  export * from './index';
@@ -1,2 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
1
4
  /// <amd-module name="@taiga-ui/icons" />
2
5
  export * from './index';