@yahoo/uds-icons 1.0.4 → 1.1.1

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 (1) hide show
  1. package/package.json +90 -89
package/package.json CHANGED
@@ -1,89 +1,90 @@
1
- {
2
- "name": "@yahoo/uds-icons",
3
- "description": "Yahoo Universal System Icons",
4
- "version": "1.0.4",
5
- "type": "module",
6
- "files": [
7
- "dist/**",
8
- "package.json"
9
- ],
10
- "sideEffects": false,
11
- "exports": {
12
- ".": {
13
- "import": {
14
- "types": "./dist/icons/index.d.ts",
15
- "default": "./dist/icons/index.js"
16
- },
17
- "require": {
18
- "types": "./dist/icons/index.d.cts",
19
- "default": "./dist/icons/index.cjs"
20
- }
21
- },
22
- "./fixtures": {
23
- "import": {
24
- "types": "./dist/fixtures.d.ts",
25
- "default": "./dist/fixtures.js"
26
- },
27
- "require": {
28
- "types": "./dist/fixtures.d.cts",
29
- "default": "./dist/fixtures.cjs"
30
- }
31
- },
32
- "./tokens": {
33
- "import": {
34
- "types": "./dist/tokens.d.ts",
35
- "default": "./dist/tokens.js"
36
- },
37
- "require": {
38
- "types": "./dist/tokens.d.cts",
39
- "default": "./dist/tokens.cjs"
40
- }
41
- },
42
- "./types": {
43
- "import": {
44
- "types": "./dist/types.d.ts",
45
- "default": "./dist/types.js"
46
- },
47
- "require": {
48
- "types": "./dist/types.d.cts",
49
- "default": "./dist/types.cjs"
50
- }
51
- },
52
- "./scripts/*": {
53
- "types": "./scripts/*.ts",
54
- "default": "./scripts/*.ts"
55
- },
56
- "./package.json": "./package.json"
57
- },
58
- "scripts": {
59
- "build": "rm -rf dist && tsup",
60
- "clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist && rm -rf ./assets",
61
- "dev": "tsup --watch",
62
- "icons:codegen": "bun ./scripts/codegen.ts --assetDir ./assets --outputDir ./generated",
63
- "icons:diff": "bun ./scripts/generateDiff.ts",
64
- "icons:export": "bun ./scripts/generateSVGs.ts --assetDir ./assets --outputDir ./generated",
65
- "icons:optimize": "bun ./scripts/optimizeSVGs.ts --assetDir ./assets --outputDir ./assets",
66
- "icons:pipeline": "bun run icons:export && bun run icons:optimize && bun run icons:codegen",
67
- "icons:validate": "bun ./scripts/generateSVGs.ts --dryRun",
68
- "lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c eslint.config.mjs .",
69
- "typecheck": "tsc --noEmit"
70
- },
71
- "devDependencies": {
72
- "@types/node": "^22.5.4",
73
- "bluebun": "^0.0.34",
74
- "eslint-config-custom": "0.0.14",
75
- "figma-api": "^1.11.0",
76
- "jsdom": "^25.0.0",
77
- "lodash-es": "^4.17.21",
78
- "svgo": "^3.3.2",
79
- "tsconfig": "0.0.1",
80
- "tsup": "^8.2.4",
81
- "typescript": "^5.5.4"
82
- },
83
- "_figma": {
84
- "fileKey": {
85
- "production": "PVSsdT9z4uw7gg0JKMO8Ue",
86
- "staging": "Dodi2r4nebW9LoK7ngFMzB"
87
- }
88
- }
89
- }
1
+ {
2
+ "name": "@yahoo/uds-icons",
3
+ "description": "Yahoo Universal System Icons",
4
+ "version": "1.1.1",
5
+ "type": "module",
6
+ "files": [
7
+ "dist/**",
8
+ "package.json"
9
+ ],
10
+ "sideEffects": false,
11
+ "exports": {
12
+ ".": {
13
+ "import": {
14
+ "types": "./dist/icons/index.d.ts",
15
+ "default": "./dist/icons/index.js"
16
+ },
17
+ "require": {
18
+ "types": "./dist/icons/index.d.cts",
19
+ "default": "./dist/icons/index.cjs"
20
+ }
21
+ },
22
+ "./fixtures": {
23
+ "import": {
24
+ "types": "./dist/fixtures.d.ts",
25
+ "default": "./dist/fixtures.js"
26
+ },
27
+ "require": {
28
+ "types": "./dist/fixtures.d.cts",
29
+ "default": "./dist/fixtures.cjs"
30
+ }
31
+ },
32
+ "./tokens": {
33
+ "import": {
34
+ "types": "./dist/tokens.d.ts",
35
+ "default": "./dist/tokens.js"
36
+ },
37
+ "require": {
38
+ "types": "./dist/tokens.d.cts",
39
+ "default": "./dist/tokens.cjs"
40
+ }
41
+ },
42
+ "./types": {
43
+ "import": {
44
+ "types": "./dist/types.d.ts",
45
+ "default": "./dist/types.js"
46
+ },
47
+ "require": {
48
+ "types": "./dist/types.d.cts",
49
+ "default": "./dist/types.cjs"
50
+ }
51
+ },
52
+ "./scripts/*": {
53
+ "types": "./scripts/*.ts",
54
+ "default": "./scripts/*.ts"
55
+ },
56
+ "./package.json": "./package.json"
57
+ },
58
+ "scripts": {
59
+ "build": "rm -rf dist && tsup",
60
+ "ci:publish": "bun semantic-release -e semantic-release-monorepo",
61
+ "clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist && rm -rf ./assets",
62
+ "dev": "tsup --watch",
63
+ "icons:codegen": "bun ./scripts/codegen.ts --assetDir ./assets --outputDir ./generated",
64
+ "icons:diff": "bun ./scripts/generateDiff.ts",
65
+ "icons:export": "bun ./scripts/generateSVGs.ts --assetDir ./assets --outputDir ./generated",
66
+ "icons:optimize": "bun ./scripts/optimizeSVGs.ts --assetDir ./assets --outputDir ./assets",
67
+ "icons:pipeline": "bun run icons:export && bun run icons:optimize && bun run icons:codegen",
68
+ "icons:validate": "bun ./scripts/generateSVGs.ts --dryRun",
69
+ "lint": "ESLINT_USE_FLAT_CONFIG=true eslint -c eslint.config.mjs .",
70
+ "typecheck": "tsc --noEmit"
71
+ },
72
+ "devDependencies": {
73
+ "@types/node": "^22.7.5",
74
+ "bluebun": "^0.0.34",
75
+ "eslint-config-custom": "workspace:*",
76
+ "figma-api": "^1.11.0",
77
+ "jsdom": "^25.0.1",
78
+ "lodash-es": "^4.17.21",
79
+ "svgo": "^3.3.2",
80
+ "tsconfig": "workspace:*",
81
+ "tsup": "^8.3.0",
82
+ "typescript": "^5.6.3"
83
+ },
84
+ "_figma": {
85
+ "fileKey": {
86
+ "production": "PVSsdT9z4uw7gg0JKMO8Ue",
87
+ "staging": "Dodi2r4nebW9LoK7ngFMzB"
88
+ }
89
+ }
90
+ }