ripal-ui 1.0.2 → 1.0.3

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/config.js CHANGED
@@ -1,4 +1,4 @@
1
- // import config from "../../ripal-ui.config.js"
2
- import config from "../ripal-ui.config.js"
1
+ import config from "../../ripal-ui.config.js"
2
+ // import config from "../ripal-ui.config.js"
3
3
 
4
4
  export default config
@@ -34,7 +34,6 @@ const Separator: React.FC<SeparatorProps> = ({
34
34
  });
35
35
  toReturn = parseInt(toReturn.join(""));
36
36
  theWidth = toReturn / 100 * Dimensions.get('screen').width;
37
- console.log(theWidth);
38
37
  }
39
38
  return (
40
39
  <Inline justifyContent="center">
@@ -25,7 +25,6 @@ const Switch: React.FC<SwitchProps> = ({
25
25
  if (onChange) {
26
26
  onChange();
27
27
  }
28
- console.log('hehe');
29
28
  }}
30
29
  >
31
30
  <Inline
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ripal-ui",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A collection of React elements and components",
5
5
  "main": "index.js",
6
6
  "scripts": {