cdslibrary 1.2.99 → 1.2.100

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.
@@ -34,7 +34,6 @@ export const CDSImageButton = ({ object, isActive, onPress, hasHelper, helperMes
34
34
  setTooltipVisible(true);
35
35
  };
36
36
 
37
- console.log(isGrid)
38
37
  return (
39
38
  <>
40
39
  <TouchableOpacity
@@ -33,7 +33,6 @@ export const CDSSelect = ({ label, options = [], onSelect, selectedValue = null,
33
33
  };
34
34
 
35
35
 
36
- console.log(isMobile)
37
36
  return (
38
37
  <View style={styles.mainContainer}>
39
38
  {label && (
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdslibrary",
3
3
  "license": "0BSD",
4
- "version": "1.2.99",
4
+ "version": "1.2.100",
5
5
  "main": "index.js",
6
6
  "author": "Nat Viramontes",
7
7
  "description": "A library of components for the CDS project",