@spectrum-icons/color 3.1.0 → 3.3.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/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # undefined
1
+ # @spectrum-icons/color
2
2
 
3
3
  This package is part of [react-spectrum](https://github.com/adobe/react-spectrum). See the repo for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-icons/color",
3
- "version": "3.1.0",
3
+ "version": "3.3.2",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -8,19 +8,22 @@
8
8
  "url": "https://github.com/adobe/react-spectrum"
9
9
  },
10
10
  "scripts": {
11
- "build-icons": "BUILD_ENV=production babel --root-mode upward src -d . --extensions '.tsx'",
12
- "make-icons": "babel-node --presets @babel/env ./scripts/generateIcons.js -i '[]' && pwd && ( tsc --project './tsconfig.types.json' || true )"
11
+ "build-icons": "cross-env BUILD_ENV=production babel --root-mode upward src -d . --extensions '.tsx'",
12
+ "make-icons": "babel-node --presets @babel/env ./scripts/generateIcons.js -i '[]' && tsc --project ./tsconfig.types.json"
13
13
  },
14
14
  "dependencies": {
15
15
  "@adobe/react-spectrum-workflow-color": "^1.0.0",
16
- "@react-spectrum/icon": "^3.1.0"
16
+ "@react-spectrum/icon": "^3.3.3"
17
17
  },
18
18
  "devDependencies": {
19
- "@spectrum-icons/build-tools": "^3.0.0-alpha.1",
20
- "react": "^16.8.0"
19
+ "@spectrum-icons/build-tools": "3.0.0-alpha.1"
20
+ },
21
+ "peerDependencies": {
22
+ "@react-spectrum/provider": "^3.0.0",
23
+ "react": "^16.8.0 || ^17.0.0-rc.1"
21
24
  },
22
25
  "publishConfig": {
23
26
  "access": "public"
24
27
  },
25
- "gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69"
28
+ "gitHead": "54c2366c4f31bd4bf619126131cd583c12972acc"
26
29
  }
@@ -11,7 +11,8 @@
11
11
  },
12
12
  "include": [
13
13
  "src",
14
- "../../@react-types/shared/src/css.d.ts"
14
+ "../../@react-types/shared/src/css.d.ts",
15
+ "../../@react-spectrum/utils/src/ResizeObserver.d.ts"
15
16
  ],
16
17
  "exclude": ["scripts", "node_modules", "stories", "chromatic"]
17
18
  }