@deriv/quill-icons 1.0.15 → 1.0.17

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.
Files changed (2) hide show
  1. package/package.json +1 -4
  2. package/readme.md +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriv/quill-icons",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "description": "This is the central repository for quill icons, exported from figma design file",
5
5
  "files": [
6
6
  "dist"
@@ -90,11 +90,8 @@
90
90
  "@commitlint/cli": "^17.3.0",
91
91
  "@commitlint/config-conventional": "^17.3.0",
92
92
  "@figma-export/cli": "^4.5.0",
93
- "@figma-export/output-components-as-es6": "^4.5.0",
94
93
  "@figma-export/output-components-as-svg": "^4.5.0",
95
94
  "@figma-export/output-components-as-svgr": "^4.5.0",
96
- "@figma-export/output-components-as-svgstore": "^4.5.0",
97
- "@figma-export/transform-svg-with-svgo": "^4.5.0",
98
95
  "@figma-export/types": "^4.5.0",
99
96
  "@figma-export/utils": "^4.0.0",
100
97
  "@rollup/plugin-node-resolve": "^15.2.3",
package/readme.md CHANGED
@@ -13,15 +13,9 @@ With [@figma-export](https://www.npmjs.com/package/@figma-export/cli) we export
13
13
  - [@figma-export/output-components-as-svg](https://github.com/marcomontalbano/figma-exporter/blob/HEAD/packages/cli/packages/output-components-as-svg)
14
14
  We use this to generate `SVG` files, you can check them in `svg` folder.
15
15
 
16
- - [@figma-export/output-components-as-es6](https://github.com/marcomontalbano/figma-exporter/blob/HEAD/packages/cli/packages/output-components-as-es6])
17
- We use this to generate `ES6` modules for `SVG`s. you can check them in `src/es6` folder.
18
-
19
16
  - [@figma-export/output-components-as-svgr](https://github.com/marcomontalbano/figma-exporter/blob/HEAD/packages/cli/packages/output-components-as-svgr)
20
17
  We use this to generate `React` Components based on `transformed ( optimized ) SVG` files. you can check them in `src/react` folder.
21
18
 
22
- - [@figma-export/output-components-as-svgstore](https://github.com/marcomontalbano/figma-exporter/blob/HEAD/packages/cli/packages/output-components-as-svgstore)
23
- We use this to generate `SVG Sprite` based on the `transformed ( optimized ) SVG` files. you can check them in `sprite` folder.
24
-
25
19
  ## Pre-installation
26
20
 
27
21
  - node >=16.16.0