@sparrowengg/twigs-mobile 0.0.1

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,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Box = void 0;
7
+ var _native = _interopRequireDefault(require("styled-components/native"));
8
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
9
+ const Box = exports.Box = _native.default.View``;
10
+ //# sourceMappingURL=box.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_native","_interopRequireDefault","require","e","__esModule","default","Box","exports","styled","View"],"sourceRoot":"../../../src","sources":["Box/box.tsx"],"mappings":";;;;;;AACA,IAAAA,OAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA8C,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAEvC,MAAMG,GAAG,GAAAC,OAAA,CAAAD,GAAA,GAAGE,eAAM,CAACC,IAAI,EAAE","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _box = require("./box");
7
+ Object.keys(_box).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _box[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _box[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_box","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../../src","sources":["Box/index.tsx"],"mappings":";;;;;AAAA,IAAAA,IAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,IAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,IAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,IAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var _Box = require("./Box");
7
+ Object.keys(_Box).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _Box[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _Box[key];
14
+ }
15
+ });
16
+ });
17
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_Box","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sourceRoot":"../../src","sources":["index.ts"],"mappings":";;;;;AAAA,IAAAA,IAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,IAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,IAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,IAAA,CAAAK,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -0,0 +1 @@
1
+ {"type":"commonjs"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ import styled from "styled-components/native";
4
+ export const Box = styled.View``;
5
+ //# sourceMappingURL=box.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["styled","Box","View"],"sourceRoot":"../../../src","sources":["Box/box.tsx"],"mappings":";;AACA,OAAOA,MAAM,MAAM,0BAA0B;AAE7C,OAAO,MAAMC,GAAG,GAAGD,MAAM,CAACE,IAAI,EAAE","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export * from "./box";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["Box/index.tsx"],"mappings":";;AAAA,cAAc,OAAO","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ export * from "./Box";
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../src","sources":["index.ts"],"mappings":";;AAAA,cAAc,OAAO","ignoreList":[]}
@@ -0,0 +1 @@
1
+ {"type":"module"}
@@ -0,0 +1,2 @@
1
+ export declare const Box: import("styled-components/native").IStyledComponent<"native", import("styled-components/native/dist/types").FastOmit<import("react-native").ViewProps, never>>;
2
+ //# sourceMappingURL=box.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"box.d.ts","sourceRoot":"","sources":["../../../src/Box/box.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,GAAG,gKAAgB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./box";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/Box/index.tsx"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./Box";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
package/package.json ADDED
@@ -0,0 +1,48 @@
1
+ {
2
+ "name": "@sparrowengg/twigs-mobile",
3
+ "version": "0.0.1",
4
+ "main": "dist/commonjs/index.js",
5
+ "module": "dist/module/index.js",
6
+ "types": "dist/types/index.d.ts",
7
+ "react-native": "src/index.ts",
8
+ "files": [
9
+ "dist",
10
+ "src"
11
+ ],
12
+ "scripts": {
13
+ "build": "bob build",
14
+ "clean": "rimraf dist"
15
+ },
16
+ "keywords": [
17
+ "react",
18
+ "react-native",
19
+ "components",
20
+ "ui",
21
+ "design",
22
+ "library",
23
+ "expo"
24
+ ],
25
+ "author": "Meenakshi Sundaram",
26
+ "license": "ISC",
27
+ "description": "",
28
+ "dependencies": {
29
+ "@types/react": "^19.0.0",
30
+ "@types/react-native": "^0.73.0",
31
+ "react": "^19.0.0",
32
+ "react-native": "^0.76.3",
33
+ "styled-components": "^6.1.13",
34
+ "typescript": "^5.7.2"
35
+ },
36
+ "devDependencies": {
37
+ "react-native-builder-bob": "^0.35.0"
38
+ },
39
+ "react-native-builder-bob": {
40
+ "source": "src",
41
+ "output": "dist",
42
+ "targets": [
43
+ "commonjs",
44
+ "module",
45
+ "typescript"
46
+ ]
47
+ }
48
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import styled from "styled-components/native";
3
+
4
+ export const Box = styled.View``;
@@ -0,0 +1 @@
1
+ export * from "./box";
package/src/index.ts ADDED
@@ -0,0 +1 @@
1
+ export * from "./Box";