@televet/kibble-ui 1.2.0-beta.1 → 1.2.0-beta.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.
@@ -5,4 +5,4 @@ export * from './Typography';
5
5
  export * from './Textarea';
6
6
  export * from './Button';
7
7
  export * from './Tooltip';
8
- export { Box, Flex, Tbody, Td, Th, Thead, Tr, VStack, Text, HStack } from '@chakra-ui/react';
8
+ export { Box, BoxProps, Center, CenterProps, Flex, FlexProps, Hide, HideProps, Show, ShowProps, Tbody, Td, Th, Thead, Tr, VStack, HStack, } from '@chakra-ui/react';
package/build/index.js CHANGED
@@ -923,7 +923,7 @@ var SvgValentines = function SvgValentines(props) {
923
923
  xmlns: "http://www.w3.org/2000/svg"
924
924
  }, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
925
925
  d: "M31.833 34.604h-.059L15.343 1.944H0L24.711 48.8 31.707 62l7.062-13.45-6.936-13.946ZM46.61 0c-2.361.054-4.474 1.159-5.894 3.008C39.36 1.21 37.337.074 34.953.032c-4.113.065-7.48 3.282-7.456 7.312-.004 5.65 13.193 16.049 13.193 16.049S54.018 12.978 54 7.232C53.998 3.298 50.747.03 46.61 0Z",
926
- fill: "#F44336"
926
+ fill: "#ff617c"
927
927
  })));
928
928
  };
929
929
 
@@ -2266,6 +2266,11 @@ var HeadingConfig = {
2266
2266
  },
2267
2267
  };
2268
2268
 
2269
+ var Text = function (_a) {
2270
+ var children = _a.children, _b = _a.variant, variant = _b === void 0 ? 'regular' : _b, rest = __rest(_a, ["children", "variant"]);
2271
+ return (React__default["default"].createElement(react.Text, __assign({ variant: variant }, rest), children));
2272
+ };
2273
+
2269
2274
  var blur = {
2270
2275
  none: 0,
2271
2276
  sm: '4px',
@@ -3028,6 +3033,10 @@ Object.defineProperty(exports, 'Box', {
3028
3033
  enumerable: true,
3029
3034
  get: function () { return react.Box; }
3030
3035
  });
3036
+ Object.defineProperty(exports, 'Center', {
3037
+ enumerable: true,
3038
+ get: function () { return react.Center; }
3039
+ });
3031
3040
  Object.defineProperty(exports, 'Flex', {
3032
3041
  enumerable: true,
3033
3042
  get: function () { return react.Flex; }
@@ -3036,6 +3045,14 @@ Object.defineProperty(exports, 'HStack', {
3036
3045
  enumerable: true,
3037
3046
  get: function () { return react.HStack; }
3038
3047
  });
3048
+ Object.defineProperty(exports, 'Hide', {
3049
+ enumerable: true,
3050
+ get: function () { return react.Hide; }
3051
+ });
3052
+ Object.defineProperty(exports, 'Show', {
3053
+ enumerable: true,
3054
+ get: function () { return react.Show; }
3055
+ });
3039
3056
  Object.defineProperty(exports, 'Tbody', {
3040
3057
  enumerable: true,
3041
3058
  get: function () { return react.Tbody; }
@@ -3044,10 +3061,6 @@ Object.defineProperty(exports, 'Td', {
3044
3061
  enumerable: true,
3045
3062
  get: function () { return react.Td; }
3046
3063
  });
3047
- Object.defineProperty(exports, 'Text', {
3048
- enumerable: true,
3049
- get: function () { return react.Text; }
3050
- });
3051
3064
  Object.defineProperty(exports, 'Th', {
3052
3065
  enumerable: true,
3053
3066
  get: function () { return react.Th; }
@@ -3072,6 +3085,7 @@ exports.HeadingConfig = HeadingConfig;
3072
3085
  exports.Icon = Icon;
3073
3086
  exports.KibbleThemeProvider = KibbleThemeProvider;
3074
3087
  exports.Logo = Logo;
3088
+ exports.Text = Text;
3075
3089
  exports.TextConfig = TextConfig;
3076
3090
  exports.Textarea = Textarea;
3077
3091
  exports.TextareaConfig = TextareaConfig;