tek-wallet 0.0.267 → 0.0.269

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.
@@ -116,7 +116,7 @@ var theBorderRadius = {
116
116
  };
117
117
  var shadows = [
118
118
  "none",
119
- "10px 10px 15px 10px rgba(255, 255, 255, 0.2)", // 0
119
+ "inset 0px 0px 50px 8px rgba(255, 255, 255, 0.1)", // 0
120
120
  "0px 3px 6px rgba(255, 255, 255, 0.1)", // 1
121
121
  "0px 5px 15px rgba(255, 255, 255, 0.1)", // 2
122
122
  "0px 5px 15px rgba(255, 255, 255, 0.2)", // 3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.267",
3
+ "version": "0.0.269",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",