@spectrum-icons/color 3.0.0-nightly.1903 → 3.0.0-nightly.1905
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/package.json +9 -95
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@spectrum-icons/color",
|
3
|
-
"version": "3.0.0-nightly.
|
3
|
+
"version": "3.0.0-nightly.1905+582ac7cd9",
|
4
4
|
"description": "Spectrum UI components in React",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"repository": {
|
@@ -10,18 +10,17 @@
|
|
10
10
|
"scripts": {
|
11
11
|
"build-cjs": "cross-env BUILD_ENV=production babel --root-mode upward src -d . --extensions '.ts,.tsx'",
|
12
12
|
"build-esm": "cross-env BUILD_ENV=production babel src -d . --extensions '.ts,.tsx' --out-file-extension '.mjs' --config-file '../../../babel-esm.config.json'",
|
13
|
-
"add-exports": "babel-node --presets @babel/env ./scripts/addExports.js -i '[]'",
|
14
13
|
"generate-types": "tsc --project ./tsconfig.types.json",
|
15
|
-
"build-icons": "yarn build-cjs && yarn build-esm
|
14
|
+
"build-icons": "yarn build-cjs && yarn build-esm",
|
16
15
|
"make-icons": "babel-node --presets @babel/env ./scripts/generateIcons.js -i '[]' && yarn generate-types"
|
17
16
|
},
|
18
17
|
"dependencies": {
|
19
18
|
"@adobe/react-spectrum-workflow-color": "1.1.0",
|
20
|
-
"@react-spectrum/icon": "3.0.0-nightly.
|
19
|
+
"@react-spectrum/icon": "3.0.0-nightly.1905+582ac7cd9",
|
21
20
|
"@swc/helpers": "^0.4.14"
|
22
21
|
},
|
23
22
|
"devDependencies": {
|
24
|
-
"@spectrum-icons/build-tools": "3.0.0-nightly.
|
23
|
+
"@spectrum-icons/build-tools": "3.0.0-nightly.1905+582ac7cd9"
|
25
24
|
},
|
26
25
|
"peerDependencies": {
|
27
26
|
"@react-spectrum/provider": "^3.0.0",
|
@@ -31,96 +30,11 @@
|
|
31
30
|
"access": "public"
|
32
31
|
},
|
33
32
|
"exports": {
|
34
|
-
"
|
35
|
-
"types": "
|
36
|
-
"
|
37
|
-
"
|
38
|
-
},
|
39
|
-
"./EmotionAdmirationColor": {
|
40
|
-
"types": "./EmotionAdmirationColor.d.ts",
|
41
|
-
"require": "./EmotionAdmirationColor.js",
|
42
|
-
"import": "./EmotionAdmirationColor.mjs"
|
43
|
-
},
|
44
|
-
"./EmotionAngerColor": {
|
45
|
-
"types": "./EmotionAngerColor.d.ts",
|
46
|
-
"require": "./EmotionAngerColor.js",
|
47
|
-
"import": "./EmotionAngerColor.mjs"
|
48
|
-
},
|
49
|
-
"./EmotionAnticipationColor": {
|
50
|
-
"types": "./EmotionAnticipationColor.d.ts",
|
51
|
-
"require": "./EmotionAnticipationColor.js",
|
52
|
-
"import": "./EmotionAnticipationColor.mjs"
|
53
|
-
},
|
54
|
-
"./EmotionDisgustColor": {
|
55
|
-
"types": "./EmotionDisgustColor.d.ts",
|
56
|
-
"require": "./EmotionDisgustColor.js",
|
57
|
-
"import": "./EmotionDisgustColor.mjs"
|
58
|
-
},
|
59
|
-
"./EmotionFearColor": {
|
60
|
-
"types": "./EmotionFearColor.d.ts",
|
61
|
-
"require": "./EmotionFearColor.js",
|
62
|
-
"import": "./EmotionFearColor.mjs"
|
63
|
-
},
|
64
|
-
"./EmotionJoyColor": {
|
65
|
-
"types": "./EmotionJoyColor.d.ts",
|
66
|
-
"require": "./EmotionJoyColor.js",
|
67
|
-
"import": "./EmotionJoyColor.mjs"
|
68
|
-
},
|
69
|
-
"./EmotionSadnessColor": {
|
70
|
-
"types": "./EmotionSadnessColor.d.ts",
|
71
|
-
"require": "./EmotionSadnessColor.js",
|
72
|
-
"import": "./EmotionSadnessColor.mjs"
|
73
|
-
},
|
74
|
-
"./EmotionSurpriseColor": {
|
75
|
-
"types": "./EmotionSurpriseColor.d.ts",
|
76
|
-
"require": "./EmotionSurpriseColor.js",
|
77
|
-
"import": "./EmotionSurpriseColor.mjs"
|
78
|
-
},
|
79
|
-
"./ImageCheckColor": {
|
80
|
-
"types": "./ImageCheckColor.d.ts",
|
81
|
-
"require": "./ImageCheckColor.js",
|
82
|
-
"import": "./ImageCheckColor.mjs"
|
83
|
-
},
|
84
|
-
"./LinkCheckColor": {
|
85
|
-
"types": "./LinkCheckColor.d.ts",
|
86
|
-
"require": "./LinkCheckColor.js",
|
87
|
-
"import": "./LinkCheckColor.mjs"
|
88
|
-
},
|
89
|
-
"./ProjectCameraColor": {
|
90
|
-
"types": "./ProjectCameraColor.d.ts",
|
91
|
-
"require": "./ProjectCameraColor.js",
|
92
|
-
"import": "./ProjectCameraColor.mjs"
|
93
|
-
},
|
94
|
-
"./ProjectColor": {
|
95
|
-
"types": "./ProjectColor.d.ts",
|
96
|
-
"require": "./ProjectColor.js",
|
97
|
-
"import": "./ProjectColor.mjs"
|
98
|
-
},
|
99
|
-
"./ProjectPlayColor": {
|
100
|
-
"types": "./ProjectPlayColor.d.ts",
|
101
|
-
"require": "./ProjectPlayColor.js",
|
102
|
-
"import": "./ProjectPlayColor.mjs"
|
103
|
-
},
|
104
|
-
"./ProjectRefreshColor": {
|
105
|
-
"types": "./ProjectRefreshColor.d.ts",
|
106
|
-
"require": "./ProjectRefreshColor.js",
|
107
|
-
"import": "./ProjectRefreshColor.mjs"
|
108
|
-
},
|
109
|
-
"./UserCircleColor": {
|
110
|
-
"types": "./UserCircleColor.d.ts",
|
111
|
-
"require": "./UserCircleColor.js",
|
112
|
-
"import": "./UserCircleColor.mjs"
|
113
|
-
},
|
114
|
-
"./UserGroupCircleColor": {
|
115
|
-
"types": "./UserGroupCircleColor.d.ts",
|
116
|
-
"require": "./UserGroupCircleColor.js",
|
117
|
-
"import": "./UserGroupCircleColor.mjs"
|
118
|
-
},
|
119
|
-
"./index": {
|
120
|
-
"types": "./index.d.ts",
|
121
|
-
"require": "./index.js",
|
122
|
-
"import": "./index.mjs"
|
33
|
+
"./*": {
|
34
|
+
"types": "./*.d.ts",
|
35
|
+
"import": "./*.mjs",
|
36
|
+
"require": "./*.js"
|
123
37
|
}
|
124
38
|
},
|
125
|
-
"gitHead": "
|
39
|
+
"gitHead": "582ac7cd9736925ee842f28a1cf4d37ff2188173"
|
126
40
|
}
|