@rownd/react-native 0.1.1 → 0.1.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.
@@ -7,11 +7,11 @@ exports.default = void 0;
7
7
 
8
8
  var _twrnc = require("twrnc");
9
9
 
10
- var _tailwindConfig = _interopRequireDefault(require("../../tailwind.config.js"));
10
+ var _tailwind = _interopRequireDefault(require("../../tailwind.config"));
11
11
 
12
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
13
 
14
- const tw = (0, _twrnc.create)(_tailwindConfig.default);
14
+ const tw = (0, _twrnc.create)(_tailwind.default);
15
15
  var _default = tw;
16
16
  exports.default = _default;
17
17
  //# sourceMappingURL=tailwind.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["tw","create","twConfig"],"sources":["tailwind.ts"],"sourcesContent":["import { create } from 'twrnc';\nimport twConfig from '../../tailwind.config.js';\n\nconst tw = create(twConfig);\n\nexport default tw;\n"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEA,MAAMA,EAAE,GAAG,IAAAC,aAAA,EAAOC,uBAAP,CAAX;eAEeF,E"}
1
+ {"version":3,"names":["tw","create","twConfig"],"sources":["tailwind.ts"],"sourcesContent":["import { create } from 'twrnc';\nimport twConfig from '../../tailwind.config';\n\nconst tw = create(twConfig);\n\nexport default tw;\n"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEA,MAAMA,EAAE,GAAG,IAAAC,aAAA,EAAOC,iBAAP,CAAX;eAEeF,E"}
@@ -1,5 +1,5 @@
1
1
  import { create } from 'twrnc';
2
- import twConfig from '../../tailwind.config.js';
2
+ import twConfig from '../../tailwind.config';
3
3
  const tw = create(twConfig);
4
4
  export default tw;
5
5
  //# sourceMappingURL=tailwind.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["create","twConfig","tw"],"sources":["tailwind.ts"],"sourcesContent":["import { create } from 'twrnc';\nimport twConfig from '../../tailwind.config.js';\n\nconst tw = create(twConfig);\n\nexport default tw;\n"],"mappings":"AAAA,SAASA,MAAT,QAAuB,OAAvB;AACA,OAAOC,QAAP,MAAqB,0BAArB;AAEA,MAAMC,EAAE,GAAGF,MAAM,CAACC,QAAD,CAAjB;AAEA,eAAeC,EAAf"}
1
+ {"version":3,"names":["create","twConfig","tw"],"sources":["tailwind.ts"],"sourcesContent":["import { create } from 'twrnc';\nimport twConfig from '../../tailwind.config';\n\nconst tw = create(twConfig);\n\nexport default tw;\n"],"mappings":"AAAA,SAASA,MAAT,QAAuB,OAAvB;AACA,OAAOC,QAAP,MAAqB,uBAArB;AAEA,MAAMC,EAAE,GAAGF,MAAM,CAACC,QAAD,CAAjB;AAEA,eAAeC,EAAf"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rownd/react-native",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Rownd bindings for React Native",
5
5
  "private": false,
6
6
  "main": "lib/commonjs/index",
@@ -1,5 +1,5 @@
1
1
  import { create } from 'twrnc';
2
- import twConfig from '../../tailwind.config.js';
2
+ import twConfig from '../../tailwind.config';
3
3
 
4
4
  const tw = create(twConfig);
5
5