cdslibrary 1.2.71 → 1.2.72

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.
@@ -5,11 +5,9 @@ import { MaterialIcons } from "@expo/vector-icons";
5
5
  import { useTheme } from "../context/CDSThemeContext";
6
6
  import { LinearGradient } from 'expo-linear-gradient';
7
7
 
8
- // --- NUEVO: Imports de Reanimated y Gesture Handler ---
9
8
  import Animated, {
10
9
  useSharedValue,
11
10
  useAnimatedStyle,
12
- withSpring,
13
11
  withTiming,
14
12
  runOnJS,
15
13
  interpolate,
@@ -58,7 +58,7 @@ export const CDSInput = ({ label, type, keyboard, placeholder, value, onChangeTe
58
58
  borderWidth: 1 + flashValue.value * 1,
59
59
  };
60
60
  });
61
- console.log(theme.surface.neutral)
61
+
62
62
  return (
63
63
  <View style={[styles.container, { gap: theme.space.sm }]}>
64
64
  {label && (
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdslibrary",
3
3
  "license": "0BSD",
4
- "version": "1.2.71",
4
+ "version": "1.2.72",
5
5
  "main": "index.js",
6
6
  "author": "Nat Viramontes",
7
7
  "description": "A library of components for the CDS project",