alouette 19.0.0-beta.5 → 19.0.0-beta.6

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.
@@ -1,4 +1,5 @@
1
- import { ScrollView as RNScrollView, type ScrollViewProps as RNScrollViewProps } from "react-native";
1
+ import type { ComponentType } from "react";
2
+ import { type ScrollViewProps as RNScrollViewProps } from "react-native";
2
3
  export type ScrollViewProps = RNScrollViewProps;
3
- export declare const ScrollView: import("react").ForwardRefExoticComponent<RNScrollViewProps & import("react").RefAttributes<RNScrollView>>;
4
+ export declare const ScrollView: ComponentType<ScrollViewProps>;
4
5
  //# sourceMappingURL=ScrollView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScrollView.d.ts","sourceRoot":"","sources":["../../../../src/ui/primitives/ScrollView.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,UAAU,IAAI,YAAY,EAC1B,KAAK,eAAe,IAAI,iBAAiB,EAC1C,MAAM,cAAc,CAAC;AAEtB,MAAM,MAAM,eAAe,GAAG,iBAAiB,CAAC;AAEhD,eAAO,MAAM,UAAU,4GAItB,CAAC"}
1
+ {"version":3,"file":"ScrollView.d.ts","sourceRoot":"","sources":["../../../../src/ui/primitives/ScrollView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,EAEL,KAAK,eAAe,IAAI,iBAAiB,EAC1C,MAAM,cAAc,CAAC;AAEtB,MAAM,MAAM,eAAe,GAAG,iBAAiB,CAAC;AAEhD,eAAO,MAAM,UAAU,EAGjB,aAAa,CAAC,eAAe,CAAC,CAAC"}
@@ -681,11 +681,10 @@ const Paragraph = forwardRef(
681
681
  }
682
682
  );
683
683
 
684
- const ScrollView = forwardRef(
685
- (props, ref) => {
686
- return /* @__PURE__ */ jsx(ScrollView$1, { ref, ...props });
687
- }
688
- );
684
+ const ScrollView = styled$1(ScrollView$1, {
685
+ className: "style",
686
+ contentContainerClassName: "contentContainerStyle"
687
+ });
689
688
 
690
689
  const FlatList = styled$1(FlatList$1, {
691
690
  className: "style",