@servesall/atoms 1.0.58 → 1.0.59

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.
@@ -10706,6 +10706,27 @@ H4Text.propTypes = {
10706
10706
  style: propTypes.object
10707
10707
  };
10708
10708
 
10709
+ var H5Text = function H5Text(_ref) {
10710
+ var children = _ref.children,
10711
+ style = _ref.style,
10712
+ _ref$align = _ref.align,
10713
+ align = _ref$align === void 0 ? "left" : _ref$align,
10714
+ color = _ref.color,
10715
+ fontFamily = _ref.fontFamily,
10716
+ rest = _objectWithoutProperties(_ref, ["children", "style", "align", "color", "fontFamily"]);
10717
+
10718
+ return /*#__PURE__*/React__default.createElement(H5, _extends({}, rest, {
10719
+ style: style,
10720
+ align: align,
10721
+ color: color,
10722
+ fontFamily: fontFamily
10723
+ }), children);
10724
+ };
10725
+
10726
+ H5Text.propTypes = {
10727
+ style: propTypes.object
10728
+ };
10729
+
10709
10730
  var pText = function pText(_ref) {
10710
10731
  var children = _ref.children,
10711
10732
  style = _ref.style,
@@ -59800,6 +59821,7 @@ exports.H1 = H1Text;
59800
59821
  exports.H2 = H2Text;
59801
59822
  exports.H3 = H3Text;
59802
59823
  exports.H4 = H4Text;
59824
+ exports.H5 = H5Text;
59803
59825
  exports.Header = Header;
59804
59826
  exports.Icon = Icon;
59805
59827
  exports.Input = Input$1;
@@ -10698,6 +10698,27 @@ H4Text.propTypes = {
10698
10698
  style: propTypes.object
10699
10699
  };
10700
10700
 
10701
+ var H5Text = function H5Text(_ref) {
10702
+ var children = _ref.children,
10703
+ style = _ref.style,
10704
+ _ref$align = _ref.align,
10705
+ align = _ref$align === void 0 ? "left" : _ref$align,
10706
+ color = _ref.color,
10707
+ fontFamily = _ref.fontFamily,
10708
+ rest = _objectWithoutProperties(_ref, ["children", "style", "align", "color", "fontFamily"]);
10709
+
10710
+ return /*#__PURE__*/React.createElement(H5, _extends({}, rest, {
10711
+ style: style,
10712
+ align: align,
10713
+ color: color,
10714
+ fontFamily: fontFamily
10715
+ }), children);
10716
+ };
10717
+
10718
+ H5Text.propTypes = {
10719
+ style: propTypes.object
10720
+ };
10721
+
10701
10722
  var pText = function pText(_ref) {
10702
10723
  var children = _ref.children,
10703
10724
  style = _ref.style,
@@ -59778,4 +59799,4 @@ function Switch(_ref2) {
59778
59799
  }), children);
59779
59800
  }
59780
59801
 
59781
- export { AnimatedButton, AnimatedPlaceholder$1 as AnimatedPlaceholder, BottomNavBar, Center, CenterLeft, CenterRight, Error$1 as Error, FlatList, RoundBtn$2 as FloatingBtn, FullScreen, H1Text as H1, H2Text as H2, H3Text as H3, H4Text as H4, Header, Icon, Input$1 as Input, InputOtp, Loader, Margin, MarginBottom, MarginHorizontal, MarginTop, MarginVertical, pText as P, Padding, PaddingHorizontal, PaddingTop, PaddingVertical, RoundBtn, RoundedBtn, Row, SpanText as Span, Stretch, Success, Switch, TextBtn, ThemeWrapper, WebSmallWrapper, useThemeContext };
59802
+ export { AnimatedButton, AnimatedPlaceholder$1 as AnimatedPlaceholder, BottomNavBar, Center, CenterLeft, CenterRight, Error$1 as Error, FlatList, RoundBtn$2 as FloatingBtn, FullScreen, H1Text as H1, H2Text as H2, H3Text as H3, H4Text as H4, H5Text as H5, Header, Icon, Input$1 as Input, InputOtp, Loader, Margin, MarginBottom, MarginHorizontal, MarginTop, MarginVertical, pText as P, Padding, PaddingHorizontal, PaddingTop, PaddingVertical, RoundBtn, RoundedBtn, Row, SpanText as Span, Stretch, Success, Switch, TextBtn, ThemeWrapper, WebSmallWrapper, useThemeContext };
@@ -10701,6 +10701,27 @@
10701
10701
  style: propTypes.object
10702
10702
  };
10703
10703
 
10704
+ var H5Text = function H5Text(_ref) {
10705
+ var children = _ref.children,
10706
+ style = _ref.style,
10707
+ _ref$align = _ref.align,
10708
+ align = _ref$align === void 0 ? "left" : _ref$align,
10709
+ color = _ref.color,
10710
+ fontFamily = _ref.fontFamily,
10711
+ rest = _objectWithoutProperties(_ref, ["children", "style", "align", "color", "fontFamily"]);
10712
+
10713
+ return /*#__PURE__*/React__default.createElement(H5, _extends({}, rest, {
10714
+ style: style,
10715
+ align: align,
10716
+ color: color,
10717
+ fontFamily: fontFamily
10718
+ }), children);
10719
+ };
10720
+
10721
+ H5Text.propTypes = {
10722
+ style: propTypes.object
10723
+ };
10724
+
10704
10725
  var pText = function pText(_ref) {
10705
10726
  var children = _ref.children,
10706
10727
  style = _ref.style,
@@ -59795,6 +59816,7 @@
59795
59816
  exports.H2 = H2Text;
59796
59817
  exports.H3 = H3Text;
59797
59818
  exports.H4 = H4Text;
59819
+ exports.H5 = H5Text;
59798
59820
  exports.Header = Header;
59799
59821
  exports.Icon = Icon;
59800
59822
  exports.Input = Input$1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servesall/atoms",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "Atoms for react-native",
5
5
  "main": "dist/bundle.cjs.js",
6
6
  "module": "dist/bundle.esm.js",
package/src/Text/index.js CHANGED
@@ -1,8 +1,9 @@
1
- import H1 from './H1';
2
- import H2 from './H2';
3
- import H3 from './H3';
4
- import H4 from './H4';
5
- import P from './P';
6
- import Span from './Span';
1
+ import H1 from "./H1";
2
+ import H2 from "./H2";
3
+ import H3 from "./H3";
4
+ import H4 from "./H4";
5
+ import H5 from "./H5";
6
+ import P from "./P";
7
+ import Span from "./Span";
7
8
 
8
- export { H1, H2, H3, H4, P, Span };
9
+ export { H1, H2, H3, H4, H5, P, Span };
package/src/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ThemeWrapper, useThemeContext } from "./Theme";
2
- import { H1, H2, H3, H4, P, Span } from "./Text";
2
+ import { H1, H2, H3, H4, H5, P, Span } from "./Text";
3
3
  import {
4
4
  Center,
5
5
  CenterLeft,
@@ -42,6 +42,7 @@ export {
42
42
  H2,
43
43
  H3,
44
44
  H4,
45
+ H5,
45
46
  P,
46
47
  Span,
47
48
  Center,