@iconify/tools 4.0.3 → 4.0.4
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.
|
@@ -8,7 +8,7 @@ import '../../../svg/index.cjs';
|
|
|
8
8
|
import 'cheerio';
|
|
9
9
|
import '@iconify/utils/lib/icon-set/tree';
|
|
10
10
|
|
|
11
|
-
type FigmaImportParentNodeType = 'CANVAS' | 'FRAME' | 'GROUP' | 'SECTION' | '
|
|
11
|
+
type FigmaImportParentNodeType = 'CANVAS' | 'FRAME' | 'GROUP' | 'SECTION' | 'COMPONENT_SET';
|
|
12
12
|
type FigmaImportIconNodeType = IconFigmaNode['type'];
|
|
13
13
|
/**
|
|
14
14
|
* Node information passed to callback
|
|
@@ -8,7 +8,7 @@ import '../../../svg/index.mjs';
|
|
|
8
8
|
import 'cheerio';
|
|
9
9
|
import '@iconify/utils/lib/icon-set/tree';
|
|
10
10
|
|
|
11
|
-
type FigmaImportParentNodeType = 'CANVAS' | 'FRAME' | 'GROUP' | 'SECTION' | '
|
|
11
|
+
type FigmaImportParentNodeType = 'CANVAS' | 'FRAME' | 'GROUP' | 'SECTION' | 'COMPONENT_SET';
|
|
12
12
|
type FigmaImportIconNodeType = IconFigmaNode['type'];
|
|
13
13
|
/**
|
|
14
14
|
* Node information passed to callback
|
|
@@ -8,7 +8,7 @@ import '../../../svg/index.js';
|
|
|
8
8
|
import 'cheerio';
|
|
9
9
|
import '@iconify/utils/lib/icon-set/tree';
|
|
10
10
|
|
|
11
|
-
type FigmaImportParentNodeType = 'CANVAS' | 'FRAME' | 'GROUP' | 'SECTION' | '
|
|
11
|
+
type FigmaImportParentNodeType = 'CANVAS' | 'FRAME' | 'GROUP' | 'SECTION' | 'COMPONENT_SET';
|
|
12
12
|
type FigmaImportIconNodeType = IconFigmaNode['type'];
|
|
13
13
|
/**
|
|
14
14
|
* Node information passed to callback
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "Collection of functions for cleaning up and parsing SVG for Iconify project",
|
|
5
5
|
"author": "Vjacheslav Trushkin",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.4",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"bugs": "https://github.com/iconify/tools/issues",
|
|
9
9
|
"homepage": "https://github.com/iconify/tools",
|