@duro-app/ui 0.5.0 → 0.5.2

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.
@@ -0,0 +1,2 @@
1
+ export declare function getAssetByID(_id: number): null;
2
+ //# sourceMappingURL=assets-registry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assets-registry.d.ts","sourceRoot":"","sources":["../../src/stubs/assets-registry.ts"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,QAEvC"}
@@ -0,0 +1,27 @@
1
+ import { createElement } from 'react';
2
+ export declare const Platform: {
3
+ readonly OS: "web";
4
+ };
5
+ export declare const StyleSheet: {
6
+ create: (s: any) => any;
7
+ };
8
+ export declare const Image: {};
9
+ export declare const PixelRatio: {
10
+ get: () => number;
11
+ };
12
+ export declare const NativeModules: {};
13
+ export declare const processColor: (c: any) => any;
14
+ export declare const findNodeHandle: () => null;
15
+ export declare const Touchable: {
16
+ Mixin: {};
17
+ };
18
+ export declare const PanResponder: {
19
+ create: () => {};
20
+ };
21
+ export declare const View = "div";
22
+ export declare const TurboModuleRegistry: {
23
+ get: () => null;
24
+ getEnforcing: () => null;
25
+ };
26
+ export { createElement as unstable_createElement };
27
+ //# sourceMappingURL=react-native.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react-native.d.ts","sourceRoot":"","sources":["../../src/stubs/react-native.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,aAAa,EAAC,MAAM,OAAO,CAAA;AAEnC,eAAO,MAAM,QAAQ;;CAAuB,CAAA;AAC5C,eAAO,MAAM,UAAU;gBAAgB,GAAG;CAAO,CAAA;AACjD,eAAO,MAAM,KAAK,IAAK,CAAA;AACvB,eAAO,MAAM,UAAU;;CAAiB,CAAA;AACxC,eAAO,MAAM,aAAa,IAAK,CAAA;AAC/B,eAAO,MAAM,YAAY,GAAI,GAAG,GAAG,QAAM,CAAA;AACzC,eAAO,MAAM,cAAc,YAAa,CAAA;AACxC,eAAO,MAAM,SAAS;;CAAc,CAAA;AACpC,eAAO,MAAM,YAAY;;CAAuB,CAAA;AAChD,eAAO,MAAM,IAAI,QAAQ,CAAA;AACzB,eAAO,MAAM,mBAAmB;;;CAA8C,CAAA;AAC9E,OAAO,EAAC,aAAa,IAAI,sBAAsB,EAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duro-app/ui",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -28,13 +28,13 @@
28
28
  "import": "./dist/index.js",
29
29
  "types": "./dist/index.d.ts"
30
30
  },
31
+ "./dist/index.css": "./dist/index.css",
31
32
  "./strict.css": "./src/strict.css",
32
33
  "./reset.css": "./src/global-reset.css"
33
34
  },
34
35
  "peerDependencies": {
35
36
  "react": "^19.0.0",
36
37
  "react-dom": "^19.0.0",
37
- "react-native-svg": "^15.0.0",
38
38
  "react-strict-dom": "^0.0.55"
39
39
  },
40
40
  "dependencies": {