@televet/kibble-ui 1.0.14-beta.5 → 1.0.14-beta.7

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,3 @@
1
+ /// <reference types="react" />
2
+ declare const Banner: () => JSX.Element;
3
+ export default Banner;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const Input: () => JSX.Element;
3
+ export default Input;
package/build/index.js CHANGED
@@ -29,7 +29,7 @@ function _interopNamespace(e) {
29
29
  var React__namespace = /*#__PURE__*/_interopNamespace(React);
30
30
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
31
31
 
32
- /******************************************************************************
32
+ /*! *****************************************************************************
33
33
  Copyright (c) Microsoft Corporation.
34
34
 
35
35
  Permission to use, copy, modify, and/or distribute this software for any
@@ -1360,7 +1360,7 @@ var TextareaConfig = {
1360
1360
  // @ts-ignore
1361
1361
  var theme = react.extendTheme({
1362
1362
  styles: {
1363
- global: __assign({}, TooltipGlobalStyle),
1363
+ //global: { ...TooltipGlobalStyle },
1364
1364
  },
1365
1365
  blur: blur,
1366
1366
  borders: borders,
@@ -1384,9 +1384,9 @@ var theme = react.extendTheme({
1384
1384
  Text: TextConfig,
1385
1385
  Heading: HeadingConfig,
1386
1386
  Textarea: TextareaConfig,
1387
- Button: ButtonConfig,
1387
+ //Button: ButtonConfig,
1388
1388
  Drawer: DrawerConfig,
1389
- Tooltip: TooltipConfig,
1389
+ //Tooltip: TooltipConfig,
1390
1390
  },
1391
1391
  });
1392
1392