@simplybusiness/icons 5.0.1 → 5.0.2
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/CHANGELOG.md +6 -0
- package/dist/cjs/index.js +1715 -0
- package/dist/cjs/index.js.map +7 -0
- package/dist/cjs/meta.json +2578 -0
- package/dist/iconfont/mobius-icons.json +6 -6
- package/package.json +7 -5
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"arrow-right": 61537,
|
|
5
5
|
"arrow-right-from-bracket": 61579,
|
|
6
6
|
"arrow-rotate-right": 61470,
|
|
7
|
-
"arrow-up": 61538,
|
|
8
7
|
"arrows-rotate": 61473,
|
|
8
|
+
"arrow-up": 61538,
|
|
9
9
|
"ban": 61534,
|
|
10
10
|
"bars": 61641,
|
|
11
11
|
"bell": 61683,
|
|
@@ -55,7 +55,6 @@
|
|
|
55
55
|
"file-pen": 62236,
|
|
56
56
|
"file-shield": 58608,
|
|
57
57
|
"file-signature": 62835,
|
|
58
|
-
"fire-flame-curved": 63460,
|
|
59
58
|
"gear": 61459,
|
|
60
59
|
"grid2": 57750,
|
|
61
60
|
"hand-holding-heart": 62654,
|
|
@@ -83,12 +82,12 @@
|
|
|
83
82
|
"money-check-dollar": 62781,
|
|
84
83
|
"newspaper": 61930,
|
|
85
84
|
"notdef": 57854,
|
|
86
|
-
"paint-roller": 62890,
|
|
87
85
|
"paintbrush-pencil": 57862,
|
|
86
|
+
"paint-roller": 62890,
|
|
88
87
|
"party-horn": 58139,
|
|
89
88
|
"pen": 62212,
|
|
90
|
-
"pen-to-square": 61508,
|
|
91
89
|
"pencil": 62211,
|
|
90
|
+
"pen-to-square": 61508,
|
|
92
91
|
"phone": 61589,
|
|
93
92
|
"plug": 61926,
|
|
94
93
|
"plus": 43,
|
|
@@ -126,9 +125,10 @@
|
|
|
126
125
|
"user": 61447,
|
|
127
126
|
"user-bounty-hunter": 58047,
|
|
128
127
|
"user-helmet-safety": 63532,
|
|
129
|
-
"user-shield": 62725,
|
|
130
128
|
"users": 61632,
|
|
129
|
+
"user-shield": 62725,
|
|
131
130
|
"utensils": 62183,
|
|
132
131
|
"vacuum": 57421,
|
|
133
|
-
"warning": 61553
|
|
132
|
+
"warning": 61553,
|
|
133
|
+
"fire-flame-curved": 63460
|
|
134
134
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/icons",
|
|
3
3
|
"license": "UNLICENSED",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.2",
|
|
5
5
|
"description": "Library of Simply Business icons",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -10,8 +10,7 @@
|
|
|
10
10
|
"simplyBusiness": {
|
|
11
11
|
"publishToPublicNpm": true
|
|
12
12
|
},
|
|
13
|
-
"
|
|
14
|
-
"main": "dist/esm/index.js",
|
|
13
|
+
"main": "dist/cjs/index.js",
|
|
15
14
|
"types": "./dist/types/index.d.ts",
|
|
16
15
|
"files": [
|
|
17
16
|
"src",
|
|
@@ -20,6 +19,7 @@
|
|
|
20
19
|
"exports": {
|
|
21
20
|
".": {
|
|
22
21
|
"types": "./dist/types/index.d.ts",
|
|
22
|
+
"require": "./dist/cjs/index.js",
|
|
23
23
|
"import": "./dist/esm/index.js",
|
|
24
24
|
"default": "./dist/esm/index.js"
|
|
25
25
|
},
|
|
@@ -29,12 +29,13 @@
|
|
|
29
29
|
"./iconfont/font": "./dist/iconfont/mobius-icons.woff2"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"main": "dist/
|
|
32
|
+
"main": "dist/cjs/index.js",
|
|
33
33
|
"module": "dist/esm/index.js",
|
|
34
34
|
"types": "./dist/types/index.d.ts",
|
|
35
35
|
"exports": {
|
|
36
36
|
".": {
|
|
37
37
|
"types": "./dist/types/index.d.ts",
|
|
38
|
+
"require": "./dist/cjs/index.js",
|
|
38
39
|
"import": "./dist/esm/index.js",
|
|
39
40
|
"default": "./dist/esm/index.js"
|
|
40
41
|
},
|
|
@@ -48,8 +49,9 @@
|
|
|
48
49
|
"clean": "rm -rf dist .svgtmp",
|
|
49
50
|
"build": "yarn run -T turbo run turbo:build",
|
|
50
51
|
"prepack": "yarn run build",
|
|
51
|
-
"turbo:build": "yarn build:esm && yarn build:types && yarn build:iconfont",
|
|
52
|
+
"turbo:build": "yarn build:esm && yarn build:cjs && yarn build:types && yarn build:iconfont",
|
|
52
53
|
"build:esm": "build-package esm",
|
|
54
|
+
"build:cjs": "build-package cjs",
|
|
53
55
|
"build:types": "tsc --emitDeclarationOnly --project tsconfig.build.json",
|
|
54
56
|
"build:iconfont": "tsx scripts/build-iconfont.ts",
|
|
55
57
|
"check-types": "tsc --noEmit --pretty",
|