@evlop/native-components 1.0.73 → 1.0.74
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.
- package/dist/main.d.ts +1 -0
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +4 -1
- package/dist/main.js.map +1 -1
- package/dist/src/Flexbox/index.d.ts +1 -1
- package/dist/src/Flexbox/index.js +3 -3
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from 'react-native-elements';
|
|
2
2
|
export * as reactNativeElements from 'react-native-elements';
|
|
3
3
|
export { default as View, BaseView } from './src/View';
|
|
4
|
+
export { default as Flexbox, BaseFlexbox } from './src/Flexbox';
|
|
4
5
|
export { default as Actionable, BaseActionable } from './src/Actionable';
|
|
5
6
|
export { default as Text, BaseText } from './src/Text';
|
|
6
7
|
export { default as NativeButton } from './src/NativeButton';
|
package/dist/main.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../main.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAC,OAAO,IAAI,IAAI,EAAE,QAAQ,EAAC,MAAM,YAAY,CAAC;AACrD,OAAO,EAAC,OAAO,IAAI,UAAU,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAC,OAAO,IAAI,IAAI,EAAE,QAAQ,EAAC,MAAM,YAAY,CAAC;AACrD,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAC,OAAO,IAAI,MAAM,EAAE,UAAU,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAC,OAAO,IAAI,KAAK,EAAE,SAAS,EAAC,MAAM,aAAa,CAAC;AACxD,OAAO,EAAC,OAAO,IAAI,IAAI,EAAE,QAAQ,EAAC,MAAM,YAAY,CAAC;AACrD,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAC,OAAO,IAAI,MAAM,EAAE,UAAU,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAC,OAAO,IAAI,MAAM,EAAC,MAAM,cAAc,CAAC;AAC/C,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../main.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAC,OAAO,IAAI,IAAI,EAAE,QAAQ,EAAC,MAAM,YAAY,CAAC;AACrD,OAAO,EAAC,OAAO,IAAI,OAAO,EAAE,WAAW,EAAC,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAC,OAAO,IAAI,UAAU,EAAE,cAAc,EAAC,MAAM,kBAAkB,CAAC;AACvE,OAAO,EAAC,OAAO,IAAI,IAAI,EAAE,QAAQ,EAAC,MAAM,YAAY,CAAC;AACrD,OAAO,EAAC,OAAO,IAAI,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAC,OAAO,IAAI,MAAM,EAAE,UAAU,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAC,OAAO,IAAI,KAAK,EAAE,SAAS,EAAC,MAAM,aAAa,CAAC;AACxD,OAAO,EAAC,OAAO,IAAI,IAAI,EAAE,QAAQ,EAAC,MAAM,YAAY,CAAC;AACrD,OAAO,EAAC,OAAO,IAAI,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAC,OAAO,IAAI,MAAM,EAAE,UAAU,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EAAC,OAAO,IAAI,MAAM,EAAC,MAAM,cAAc,CAAC;AAC/C,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC"}
|
package/dist/main.js
CHANGED
|
@@ -29,12 +29,15 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
29
29
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
30
|
};
|
|
31
31
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
-
exports.Swiper = exports.BaseAvatar = exports.Avatar = exports.ListItem = exports.BaseIcon = exports.Icon = exports.BaseImage = exports.Image = exports.BaseButton = exports.Button = exports.NativeButton = exports.BaseText = exports.Text = exports.BaseActionable = exports.Actionable = exports.BaseView = exports.View = exports.reactNativeElements = void 0;
|
|
32
|
+
exports.Swiper = exports.BaseAvatar = exports.Avatar = exports.ListItem = exports.BaseIcon = exports.Icon = exports.BaseImage = exports.Image = exports.BaseButton = exports.Button = exports.NativeButton = exports.BaseText = exports.Text = exports.BaseActionable = exports.Actionable = exports.BaseFlexbox = exports.Flexbox = exports.BaseView = exports.View = exports.reactNativeElements = void 0;
|
|
33
33
|
__exportStar(require("react-native-elements"), exports);
|
|
34
34
|
exports.reactNativeElements = __importStar(require("react-native-elements"));
|
|
35
35
|
var View_1 = require("./src/View");
|
|
36
36
|
Object.defineProperty(exports, "View", { enumerable: true, get: function () { return __importDefault(View_1).default; } });
|
|
37
37
|
Object.defineProperty(exports, "BaseView", { enumerable: true, get: function () { return View_1.BaseView; } });
|
|
38
|
+
var Flexbox_1 = require("./src/Flexbox");
|
|
39
|
+
Object.defineProperty(exports, "Flexbox", { enumerable: true, get: function () { return __importDefault(Flexbox_1).default; } });
|
|
40
|
+
Object.defineProperty(exports, "BaseFlexbox", { enumerable: true, get: function () { return Flexbox_1.BaseFlexbox; } });
|
|
38
41
|
var Actionable_1 = require("./src/Actionable");
|
|
39
42
|
Object.defineProperty(exports, "Actionable", { enumerable: true, get: function () { return __importDefault(Actionable_1).default; } });
|
|
40
43
|
Object.defineProperty(exports, "BaseActionable", { enumerable: true, get: function () { return Actionable_1.BaseActionable; } });
|
package/dist/main.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.js","sourceRoot":"","sources":["../main.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,6EAA6D;AAC7D,mCAAqD;AAA7C,6GAAA,OAAO,OAAQ;AAAE,gGAAA,QAAQ,OAAA;AACjC,+CAAuE;AAA/D,yHAAA,OAAO,OAAc;AAAE,4GAAA,cAAc,OAAA;AAC7C,mCAAqD;AAA7C,6GAAA,OAAO,OAAQ;AAAE,gGAAA,QAAQ,OAAA;AACjC,mDAA2D;AAAnD,6HAAA,OAAO,OAAgB;AAC/B,uCAA2D;AAAnD,iHAAA,OAAO,OAAU;AAAE,oGAAA,UAAU,OAAA;AACrC,qCAAwD;AAAhD,+GAAA,OAAO,OAAS;AAAE,kGAAA,SAAS,OAAA;AACnC,mCAAqD;AAA7C,6GAAA,OAAO,OAAQ;AAAE,gGAAA,QAAQ,OAAA;AACjC,2CAAmD;AAA3C,qHAAA,OAAO,OAAY;AAC3B,uCAA2D;AAAnD,iHAAA,OAAO,OAAU;AAAE,oGAAA,UAAU,OAAA;AACrC,uCAA+C;AAAvC,iHAAA,OAAO,OAAU;AACzB,4CAA0B;AAC1B,mDAAiC;AACjC,iDAA+B;AAC/B,gDAA8B;AAC9B,gDAA8B;AAC9B,wDAAsC;AACtC,mDAAiC;AACjC,qDAAmC"}
|
|
1
|
+
{"version":3,"file":"main.js","sourceRoot":"","sources":["../main.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,6EAA6D;AAC7D,mCAAqD;AAA7C,6GAAA,OAAO,OAAQ;AAAE,gGAAA,QAAQ,OAAA;AACjC,yCAA8D;AAAtD,mHAAA,OAAO,OAAW;AAAE,sGAAA,WAAW,OAAA;AACvC,+CAAuE;AAA/D,yHAAA,OAAO,OAAc;AAAE,4GAAA,cAAc,OAAA;AAC7C,mCAAqD;AAA7C,6GAAA,OAAO,OAAQ;AAAE,gGAAA,QAAQ,OAAA;AACjC,mDAA2D;AAAnD,6HAAA,OAAO,OAAgB;AAC/B,uCAA2D;AAAnD,iHAAA,OAAO,OAAU;AAAE,oGAAA,UAAU,OAAA;AACrC,qCAAwD;AAAhD,+GAAA,OAAO,OAAS;AAAE,kGAAA,SAAS,OAAA;AACnC,mCAAqD;AAA7C,6GAAA,OAAO,OAAQ;AAAE,gGAAA,QAAQ,OAAA;AACjC,2CAAmD;AAA3C,qHAAA,OAAO,OAAY;AAC3B,uCAA2D;AAAnD,iHAAA,OAAO,OAAU;AAAE,oGAAA,UAAU,OAAA;AACrC,uCAA+C;AAAvC,iHAAA,OAAO,OAAU;AACzB,4CAA0B;AAC1B,mDAAiC;AACjC,iDAA+B;AAC/B,gDAA8B;AAC9B,gDAA8B;AAC9B,wDAAsC;AACtC,mDAAiC;AACjC,qDAAmC"}
|
|
@@ -3,7 +3,7 @@ import { Theme, ComponentWithSettings } from '@evlop/commons';
|
|
|
3
3
|
import { ViewProps as RNViewProps } from 'react-native';
|
|
4
4
|
import { BorderProps, FlexboxProps as SSFlexboxProps, LayoutProps, ColorProps, BackgroundProps, SpaceProps } from 'styled-system';
|
|
5
5
|
declare type FlexboxProps = RNViewProps & BorderProps<Theme> & SSFlexboxProps<Theme> & LayoutProps<Theme> & ColorProps<Theme> & BackgroundProps<Theme> & SpaceProps<Theme>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const BaseFlexbox: React.ComponentType<FlexboxProps>;
|
|
7
7
|
declare const Flexbox: ComponentWithSettings<FlexboxProps>;
|
|
8
8
|
export default Flexbox;
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -3,18 +3,18 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.BaseFlexbox = void 0;
|
|
7
7
|
const commons_1 = require("@evlop/commons");
|
|
8
8
|
const react_native_1 = require("react-native");
|
|
9
9
|
const native_1 = __importDefault(require("styled-components/native"));
|
|
10
10
|
const styled_system_1 = require("styled-system");
|
|
11
|
-
exports.
|
|
11
|
+
exports.BaseFlexbox = (0, native_1.default)(react_native_1.View)(styled_system_1.border, styled_system_1.flexbox, styled_system_1.layout, styled_system_1.color, styled_system_1.background, styled_system_1.space, {
|
|
12
12
|
zIndex: react_native_1.Platform.select({ web: 'inherit', default: 0 })
|
|
13
13
|
});
|
|
14
14
|
const Flexbox = (0, commons_1.withSettings)({
|
|
15
15
|
name: 'Flexbox',
|
|
16
16
|
valueOptions: [],
|
|
17
17
|
configurationOptions: [],
|
|
18
|
-
})(exports.
|
|
18
|
+
})(exports.BaseFlexbox);
|
|
19
19
|
exports.default = Flexbox;
|
|
20
20
|
//# sourceMappingURL=index.js.map
|