@peculiar/react-components 0.0.2-alpha.260 → 0.0.2-alpha.263

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 +4 -3
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@peculiar/react-components",
3
3
  "private": false,
4
- "version": "0.0.2-alpha.260+5207a48",
4
+ "version": "0.0.2-alpha.263+3f60446",
5
5
  "author": "PeculiarVentures Team",
6
6
  "description": "A simple and customizable component library to build faster, beautiful, and more accessible React applications.",
7
7
  "keywords": [
8
8
  "react",
9
9
  "react-component"
10
10
  ],
11
+ "sideEffects": false,
11
12
  "main": "dist/cjs/index.js",
12
13
  "module": "dist/esm/index.js",
13
14
  "esnext": "dist/esnext/index.js",
@@ -40,7 +41,7 @@
40
41
  "dependencies": {
41
42
  "@emotion/core": "^10.1.1",
42
43
  "@emotion/css": "^11.1.3",
43
- "@peculiar/color": "^0.0.2-alpha.260+5207a48",
44
+ "@peculiar/color": "^0.0.2-alpha.263+3f60446",
44
45
  "@popperjs/core": "^2.9.3",
45
46
  "@types/flat": "^5.0.2",
46
47
  "@types/react-transition-group": "^4.4.2",
@@ -83,5 +84,5 @@
83
84
  "node": ">=12.x"
84
85
  },
85
86
  "license": "MIT",
86
- "gitHead": "5207a48e042c4a8f2cbcc08e9bbe3605f45265f7"
87
+ "gitHead": "3f604463a69aebb5401705bad60dd6d52e57e2c9"
87
88
  }