@rahmatsaputra-my-id/react-js-library 0.0.84 → 0.0.87

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/dist/index.es.js CHANGED
@@ -185796,7 +185796,7 @@ var styles = {
185796
185796
  backgroundColor: colors.white,
185797
185797
  padding: 8,
185798
185798
  borderRadius: 4,
185799
- border: "0.5px solid ".concat(colors.lightGray),
185799
+ border: "3px solid ".concat(colors.lightGray),
185800
185800
  },
185801
185801
  container: {
185802
185802
  display: 'flex',
package/dist/index.js CHANGED
@@ -185805,7 +185805,7 @@ var styles = {
185805
185805
  backgroundColor: colors.white,
185806
185806
  padding: 8,
185807
185807
  borderRadius: 4,
185808
- border: "0.5px solid ".concat(colors.lightGray),
185808
+ border: "3px solid ".concat(colors.lightGray),
185809
185809
  },
185810
185810
  container: {
185811
185811
  display: 'flex',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rahmatsaputra-my-id/react-js-library",
3
- "version": "0.0.84",
3
+ "version": "0.0.87",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "private": false,