@tecsinapse/react-web-kit 2.3.1-beta.0 → 3.0.0

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.
Files changed (51) hide show
  1. package/README.md +33 -7
  2. package/dist/cjs/components/molecules/Select/functions.js +10 -23
  3. package/dist/cjs/components/molecules/Snackbar/styled.js +1 -1
  4. package/dist/esm/components/molecules/Select/functions.js +10 -23
  5. package/dist/esm/components/molecules/Snackbar/styled.js +1 -1
  6. package/dist/types/components/atoms/Accordion/Accordion.d.ts +2 -2
  7. package/dist/types/components/atoms/Accordion/animations.d.ts +10 -9
  8. package/dist/types/components/atoms/Accordion/styled.d.ts +12 -3
  9. package/dist/types/components/atoms/Button/styled.d.ts +12 -3
  10. package/dist/types/components/atoms/Dropdown/styled.d.ts +4 -1
  11. package/dist/types/components/atoms/Input/styled.d.ts +4 -3
  12. package/dist/types/components/atoms/InputMask/styled.d.ts +4 -3
  13. package/dist/types/components/atoms/Modal/styled.d.ts +4 -1
  14. package/dist/types/components/atoms/Overlay/styled.d.ts +10 -1
  15. package/dist/types/components/atoms/Skeleton/styled.d.ts +2 -1
  16. package/dist/types/components/atoms/Switch/styled.d.ts +8 -2
  17. package/dist/types/components/atoms/Table/Cell/styled.d.ts +4 -1
  18. package/dist/types/components/atoms/Table/Container/styled.d.ts +4 -1
  19. package/dist/types/components/atoms/Table/Header/styled.d.ts +12 -3
  20. package/dist/types/components/atoms/Table/Row/styled.d.ts +4 -1
  21. package/dist/types/components/atoms/Table/styled.d.ts +4 -1
  22. package/dist/types/components/atoms/Tooltip/styled.d.ts +11 -2
  23. package/dist/types/components/molecules/Breadcrumbs/BreadcrumbItem/styled.d.ts +8 -2
  24. package/dist/types/components/molecules/Breadcrumbs/styled.d.ts +4 -1
  25. package/dist/types/components/molecules/DatePicker/DatePicker.d.ts +0 -1
  26. package/dist/types/components/molecules/DatePicker/Modal.d.ts +4 -3
  27. package/dist/types/components/molecules/DatePicker/styled.d.ts +9 -5
  28. package/dist/types/components/molecules/DateTimePicker/Modal.d.ts +2 -1
  29. package/dist/types/components/molecules/DateTimePicker/styled.d.ts +9 -5
  30. package/dist/types/components/molecules/Drawer/styled.d.ts +5 -1
  31. package/dist/types/components/molecules/IconTextButton/hooks/useIconTextButton.d.ts +2 -1
  32. package/dist/types/components/molecules/IconTextButton/styled.d.ts +12 -1
  33. package/dist/types/components/molecules/LabeledSwitch/styled.d.ts +7 -3
  34. package/dist/types/components/molecules/Masonry/styled.d.ts +13 -2
  35. package/dist/types/components/molecules/Menubar/MenuBlock/MenuItem/SubMenuBlock/styled.d.ts +8 -2
  36. package/dist/types/components/molecules/Menubar/MenuBlock/MenuItem/styled.d.ts +8 -2
  37. package/dist/types/components/molecules/Menubar/MenuBlock/styled.d.ts +20 -5
  38. package/dist/types/components/molecules/Menubar/MostUsed/styled.d.ts +8 -4
  39. package/dist/types/components/molecules/Menubar/SearchResultItem/styled.d.ts +8 -4
  40. package/dist/types/components/molecules/Menubar/styled.d.ts +31 -6
  41. package/dist/types/components/molecules/Select/Dropdown/styled.d.ts +29 -7
  42. package/dist/types/components/molecules/Select/SelectItem/SelectItem.d.ts +0 -1
  43. package/dist/types/components/molecules/Select/SelectItem/styled.d.ts +14 -3
  44. package/dist/types/components/molecules/Select/styled.d.ts +8 -2
  45. package/dist/types/components/molecules/Snackbar/styled.d.ts +4 -3
  46. package/dist/types/components/molecules/TextArea/styled.d.ts +1 -4
  47. package/dist/types/components/organisms/DataGrid/Footer/styled.d.ts +37 -9
  48. package/dist/types/components/organisms/DataGrid/Header/Header.d.ts +0 -1
  49. package/dist/types/components/organisms/DataGrid/Header/styled.d.ts +4 -1
  50. package/dist/types/components/organisms/DataGrid/styled.d.ts +4 -1
  51. package/package.json +8 -9
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # TecSinapse Design System
4
4
 
5
- [![Stars](https://img.shields.io/github/stars/tecsinapse/design-system?style=social)](https://github.com/tecsinapse/design-system/) [![License](https://img.shields.io/github/license/tecsinapse/design-system)](./LICENSE.md) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)![build workflow](https://github.com/tecsinapse/design-system/actions/workflows/build-deploy.yml/badge.svg)
5
+ [![Stars](https://img.shields.io/github/stars/tecsinapse/design-system?style=social)](https://github.com/tecsinapse/design-system/) [![License](https://img.shields.io/github/license/tecsinapse/design-system)](./LICENSE.md) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.0-4baaaa.svg)](CODE_OF_CONDUCT.md)![build workflow](https://github.com/tecsinapse/design-system/actions/workflows/ci.yml/badge.svg)
6
6
 
7
7
 
8
8
  [TecSinapse Design System](https://tecsinapse.github.io/design-system) is the hybrid implementation of the [TecSinapse](https://www.tecsinapse.com.br/) Design System.
@@ -23,11 +23,12 @@ Here are a few helpful links for getting started:
23
23
 
24
24
  ## Packages
25
25
 
26
- | Package | Content | Version |
27
- | --------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------- |
28
- | **[@tecsinapse/react-core](./packages/react-core)** | the core hybrid React component library | [![npm version](https://badge.fury.io/js/%40tecsinapse%2Freact-core.svg)](https://badge.fury.io/js/%40tecsinapse%2Freact-core) |
29
- | **[@tecsinapse/react-web-kit](./packages/react-web-kit)** | the React component library focused on web | [![npm version](https://badge.fury.io/js/%40tecsinapse%2Freact-web-kit.svg)](https://badge.fury.io/js/%40tecsinapse%2Freact-web-kit) |
26
+ | Package | Content | Version |
27
+ |-----------------------------------------------------------------|------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
28
+ | **[@tecsinapse/react-core](./packages/react-core)** | the core hybrid React component library | [![npm version](https://badge.fury.io/js/%40tecsinapse%2Freact-core.svg)](https://badge.fury.io/js/%40tecsinapse%2Freact-core) |
29
+ | **[@tecsinapse/react-web-kit](./packages/react-web-kit)** | the React component library focused on web | [![npm version](https://badge.fury.io/js/%40tecsinapse%2Freact-web-kit.svg)](https://badge.fury.io/js/%40tecsinapse%2Freact-web-kit) |
30
30
  | **[@tecsinapse/react-native-kit](./packages/react-native-kit)** | the React native component library focused on mobile | [![npm version](https://badge.fury.io/js/%40tecsinapse%2Freact-native-kit.svg)](https://badge.fury.io/js/%40tecsinapse%2Freact-native-kit) |
31
+ | **[@tecsinapse/react-charts](./packages/react-charts)** | Charts for React based on SVG | [![npm version](https://badge.fury.io/js/%40tecsinapse%2Freact-charts.svg)](https://badge.fury.io/js/%40tecsinapse%2Freact-charts) |
31
32
 
32
33
  ## Code of conduct
33
34
 
@@ -35,11 +36,36 @@ We want to foster an inclusive and friendly community around our Open Source eff
35
36
 
36
37
  If you feel another member of the community violated our code or you are experiencing problems participating in our community because of another individual's behavior, please get in touch with our maintainers.
37
38
 
39
+ ## How to make local changes available for other projects?
40
+
41
+ At times, it may be necessary to test changes directly in a product, and not in the design system, and for this to work in a less laborious way, we can follow the steps below:
42
+
43
+ 3 terminal tabs should open:
44
+ - In one run the JS code watch:
45
+ ```
46
+ yarn build:watch
47
+ ```
48
+ - In another run the watch of the TS code watch
49
+ ```
50
+ yarn build:declarations:watch
51
+ ```
52
+ - On another run yalc push (this script updates linked local projects)
53
+ ```
54
+ yarn yalc:push
55
+ ```
56
+
57
+ With that, all changes will be in yalc locally.
58
+
59
+ To access in your application, see this [example](https://github.com/tecsinapse/vendas-web-poc-playground#tools) in topic "**Yalc link Design System:**"
60
+
61
+
38
62
  ### Maintainers
39
63
 
64
+ - [Beatriz Silva](mailto:beatriz.silva@tecsinapse.com.br)
40
65
  - [Denner Vidal](mailto:denner.vidal@tecsinapse.com.br)
41
- - [Nilson Altonio](mailto:nilson.antonio@tecsinapse.com.br)
42
- - [Agnaldo Citadin](mailto:agnaldo.citadin@tecsinapse.com.br)
66
+ - [Gabriel Sanches](mailto:gabriel.sanches@tecsinapse.com.br)
67
+ - [Lucas Ramos](mailto:lucas.ramos@tecsinapse.com.br)
68
+ - [Nilson Antonio](mailto:nilson.antonio@tecsinapse.com.br)
43
69
  - [Ryan Correa](mailto:ryan.correa@tecsinapse.com.br)
44
70
 
45
71
  ## Contributing
@@ -13,30 +13,17 @@ const getSingleLabel = (value, options, keyExtractor, placeholder, labelExtracto
13
13
  return selectedOption ? labelExtractor(selectedOption) : placeholder;
14
14
  };
15
15
  const getDisplayValue = (type, value, options, placeholder, keyExtractor, labelExtractor, multiLabels) => {
16
- if (type === "multi") {
17
- if (value === void 0 || value.length === 0)
18
- return placeholder;
19
- if (value.length === 1) {
20
- return getSingleLabel(
21
- value?.[0],
22
- options,
23
- keyExtractor,
24
- placeholder,
25
- labelExtractor
26
- );
27
- }
16
+ if (value === void 0 || value.length === 0)
17
+ return placeholder;
18
+ if (type === "multi" && value.length > 1)
28
19
  return getMultiLabel(value, options, multiLabels);
29
- } else {
30
- if (value === void 0)
31
- return placeholder;
32
- return getSingleLabel(
33
- value,
34
- options,
35
- keyExtractor,
36
- placeholder,
37
- labelExtractor
38
- );
39
- }
20
+ return getSingleLabel(
21
+ value instanceof Array ? value?.[0] : value,
22
+ options,
23
+ keyExtractor,
24
+ placeholder,
25
+ labelExtractor
26
+ );
40
27
  };
41
28
 
42
29
  exports.getDisplayValue = getDisplayValue;
@@ -6,7 +6,7 @@ var reactCore = require('@tecsinapse/react-core');
6
6
  const baseStyles = () => [
7
7
  nativeStyled.css({
8
8
  left: "50%",
9
- maxWidth: "600px",
9
+ maxWidth: 600,
10
10
  transform: [{ translateX: "-50%" }]
11
11
  })
12
12
  ];
@@ -11,30 +11,17 @@ const getSingleLabel = (value, options, keyExtractor, placeholder, labelExtracto
11
11
  return selectedOption ? labelExtractor(selectedOption) : placeholder;
12
12
  };
13
13
  const getDisplayValue = (type, value, options, placeholder, keyExtractor, labelExtractor, multiLabels) => {
14
- if (type === "multi") {
15
- if (value === void 0 || value.length === 0)
16
- return placeholder;
17
- if (value.length === 1) {
18
- return getSingleLabel(
19
- value?.[0],
20
- options,
21
- keyExtractor,
22
- placeholder,
23
- labelExtractor
24
- );
25
- }
14
+ if (value === void 0 || value.length === 0)
15
+ return placeholder;
16
+ if (type === "multi" && value.length > 1)
26
17
  return getMultiLabel(value, options, multiLabels);
27
- } else {
28
- if (value === void 0)
29
- return placeholder;
30
- return getSingleLabel(
31
- value,
32
- options,
33
- keyExtractor,
34
- placeholder,
35
- labelExtractor
36
- );
37
- }
18
+ return getSingleLabel(
19
+ value instanceof Array ? value?.[0] : value,
20
+ options,
21
+ keyExtractor,
22
+ placeholder,
23
+ labelExtractor
24
+ );
38
25
  };
39
26
 
40
27
  export { getDisplayValue };
@@ -4,7 +4,7 @@ import { Snackbar } from '@tecsinapse/react-core';
4
4
  const baseStyles = () => [
5
5
  css({
6
6
  left: "50%",
7
- maxWidth: "600px",
7
+ maxWidth: 600,
8
8
  transform: [{ translateX: "-50%" }]
9
9
  })
10
10
  ];
@@ -1,9 +1,9 @@
1
- import React from 'react';
1
+ import React, { PropsWithChildren } from 'react';
2
2
  export interface AccordionProps extends React.HTMLAttributes<HTMLDivElement> {
3
3
  open?: boolean;
4
4
  onChange?: () => void;
5
5
  title: string;
6
6
  transition?: number;
7
7
  }
8
- declare const Accordion: React.FC<AccordionProps>;
8
+ declare const Accordion: ({ title, open: _open, onChange, transition, children, ...rest }: PropsWithChildren<AccordionProps>) => JSX.Element;
9
9
  export default Accordion;
@@ -1,19 +1,20 @@
1
+ import { ThemeProp } from '@tecsinapse/react-core';
1
2
  export declare const contentStyle: (open: boolean, transition: number, value: number, theme: ThemeProp) => {
2
3
  transition: string;
3
- paddingBottom: any;
4
+ paddingBottom: number;
4
5
  height: number;
5
6
  };
6
7
  export declare const contentTransition: (value: number, theme: ThemeProp) => {
7
8
  entering: {
8
- paddingBottom: any;
9
+ paddingBottom: number;
9
10
  height: number;
10
11
  };
11
12
  entered: {
12
- paddingBottom: any;
13
+ paddingBottom: number;
13
14
  height: number;
14
15
  };
15
16
  exiting: {
16
- paddingBottom: any;
17
+ paddingBottom: number;
17
18
  height: number;
18
19
  };
19
20
  exited: {
@@ -23,19 +24,19 @@ export declare const contentTransition: (value: number, theme: ThemeProp) => {
23
24
  };
24
25
  export declare const titleStyle: (transition: number, theme: ThemeProp) => {
25
26
  transition: string;
26
- color: any;
27
+ color: string;
27
28
  };
28
29
  export declare const titleTransition: (theme: ThemeProp) => {
29
30
  entering: {
30
- color: any;
31
+ color: string;
31
32
  };
32
33
  entered: {
33
- color: any;
34
+ color: string;
34
35
  };
35
36
  exiting: {
36
- color: any;
37
+ color: string;
37
38
  };
38
39
  exited: {
39
- color: any;
40
+ color: string;
40
41
  };
41
42
  };
@@ -1,7 +1,16 @@
1
1
  /// <reference types="react" />
2
- export declare const IconContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const TitleContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const AccordionContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const IconContainer: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const TitleContainer: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const AccordionContainer: import("@emotion/styled").StyledComponent<{
11
+ theme?: import("@emotion/react").Theme | undefined;
12
+ as?: import("react").ElementType<any> | undefined;
13
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
14
  export declare const ContentContainer: import("@emotion/styled").StyledComponent<{
6
15
  theme?: import("@emotion/react").Theme | undefined;
7
16
  as?: import("react").ElementType<any> | undefined;
@@ -1,4 +1,13 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledWebButton: import("@emotion/native").StyledComponent<any, {}, {
3
- ref?: import("react").Ref<any> | undefined;
4
- }>;
2
+ export declare const StyledWebButton: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").ButtonProps & {
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & {
6
+ mouseOver: boolean;
7
+ pressed: boolean;
8
+ } & {
9
+ onMouseOver?: (() => void) | undefined;
10
+ onMouseOut?: (() => void) | undefined;
11
+ onPressIn?: (() => void) | undefined;
12
+ onPressOut?: (() => void) | undefined;
13
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
@@ -1,2 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledContainerDropdown: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const StyledContainerDropdown: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledWebTextInput: import("@emotion/native").StyledComponent<any, {}, {
3
- ref?: import("react").Ref<any> | undefined;
4
- }>;
2
+ export declare const StyledWebTextInput: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").InputElementProps & import("react").RefAttributes<import("react-native").TextInput> & {
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledWebTextInputMask: import("@emotion/native").StyledComponent<any, {}, {
3
- ref?: import("react").Ref<any> | undefined;
4
- }>;
2
+ export declare const StyledWebTextInputMask: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").InputMaskElementProps & import("react").RefAttributes<import("react-native").TextInput> & {
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
@@ -1,2 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const ModalContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const ModalContainer: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledOverlay: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ import { ZIndex } from '@tecsinapse/react-core';
3
+ type InjectedProps = {
4
+ show: boolean;
5
+ zIndex: keyof ZIndex;
6
+ };
7
+ export declare const StyledOverlay: import("@emotion/styled").StyledComponent<{
8
+ theme?: import("@emotion/react").Theme | undefined;
9
+ as?: import("react").ElementType<any> | undefined;
10
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps> & InjectedProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
+ export {};
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
+ import { SkeletonProps } from './Skeleton';
2
3
  export declare const Wrapper: import("@emotion/styled").StyledComponent<{
3
4
  theme?: import("@emotion/react").Theme | undefined;
4
5
  as?: import("react").ElementType<any> | undefined;
5
- } & Partial<any>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps & SkeletonProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +1,9 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledSwitchContent: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const StyledSwitch: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const StyledSwitchContent: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyledSwitch: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const TCell: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {}>;
2
+ export declare const TCell: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {}>;
@@ -1,2 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const TContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const TContainer: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +1,13 @@
1
1
  /// <reference types="react" />
2
- export declare const ThStyled: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {}>;
3
- export declare const THeadStyled: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, {}>;
4
- export declare const HeaderBackground: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, {}>;
2
+ export declare const ThStyled: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {}>;
6
+ export declare const THeadStyled: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, {}>;
10
+ export declare const HeaderBackground: import("@emotion/styled").StyledComponent<{
11
+ theme?: import("@emotion/react").Theme | undefined;
12
+ as?: import("react").ElementType<any> | undefined;
13
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHRElement>, HTMLHRElement>, {}>;
@@ -1,2 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const TRow: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, {}>;
2
+ export declare const TRow: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, {}>;
@@ -1,2 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const TableStyled: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
2
+ export declare const TableStyled: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
@@ -1,9 +1,18 @@
1
1
  /// <reference types="react" />
2
- import { Position } from './Tooltip';
3
- export declare const TooltipSpan: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
2
+ import { ComputedType, MaxWidth, Position } from './Tooltip';
3
+ type InjectedProps = {
4
+ computed?: ComputedType;
5
+ position?: Position;
6
+ maxWidth?: MaxWidth;
7
+ };
8
+ export declare const TooltipSpan: import("@emotion/styled").StyledComponent<{
9
+ theme?: import("@emotion/react").Theme | undefined;
10
+ as?: import("react").ElementType<any> | undefined;
11
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps> & InjectedProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
12
  export declare const Container: import("@emotion/styled").StyledComponent<{
5
13
  theme?: import("@emotion/react").Theme | undefined;
6
14
  as?: import("react").ElementType<any> | undefined;
7
15
  } & {
8
16
  position?: Position | undefined;
9
17
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
+ export {};
@@ -1,3 +1,9 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledContainerItem: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const StyledContainerIcon: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const StyledContainerItem: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyledContainerIcon: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledContainerBreadcrumbs: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const StyledContainerBreadcrumbs: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { DatePickerProps, SelectionType } from '@tecsinapse/react-core';
3
2
  export type WebDatePickerProps<T extends SelectionType> = Omit<DatePickerProps<T>, 'CalendarComponent' | 'renderCalendar' | 'requestCloseCalendar' | 'requestShowCalendar'> & {
4
3
  callbackAfterValidated?: (valid: boolean, message?: string) => void;
@@ -1,4 +1,5 @@
1
- /// <reference types="react" />
2
- import { CalendarProps } from '@tecsinapse/react-core';
1
+ import { CalendarProps, SelectionType } from '@tecsinapse/react-core';
3
2
  import { ModalProps } from 'react-native';
4
- export declare const Modal: <T extends SelectionType>({ onRequestClose, children, ...modalProps }: any) => JSX.Element;
3
+ export declare const Modal: <T extends SelectionType>({ onRequestClose, children, ...modalProps }: CalendarProps<T> & import("react-native").ModalBaseProps & import("react-native").ModalPropsIOS & import("react-native").ModalPropsAndroid & import("react-native").ViewProps & {
4
+ children: JSX.Element;
5
+ }) => JSX.Element;
@@ -1,7 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const Backdrop: import("@emotion/native").StyledComponent<any, {}, {
3
- ref?: import("react").Ref<any> | undefined;
4
- }>;
5
- export declare const ModalContent: import("@emotion/native").StyledComponent<any, {}, {
6
- ref?: import("react").Ref<import("react-native/types").View> | undefined;
2
+ export declare const Backdrop: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").PressableSurfaceProps & {
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
6
+ export declare const ModalContent: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {
10
+ ref?: import("react").Ref<import("react-native").View> | undefined;
7
11
  }>;
@@ -1,2 +1,3 @@
1
+ import { DateTimeSelectorProps } from '@tecsinapse/react-core';
1
2
  import * as React from 'react';
2
- export declare const Modal: React.FC<any>;
3
+ export declare const Modal: React.FC<DateTimeSelectorProps & import("react-native").ModalBaseProps & import("react-native").ModalPropsIOS & import("react-native").ModalPropsAndroid & import("react-native").ViewProps>;
@@ -1,7 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const Backdrop: import("@emotion/native").StyledComponent<any, {}, {
3
- ref?: import("react").Ref<any> | undefined;
4
- }>;
5
- export declare const ModalContent: import("@emotion/native").StyledComponent<any, {}, {
6
- ref?: import("react").Ref<import("react-native/types").View> | undefined;
2
+ export declare const Backdrop: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").PressableSurfaceProps & {
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
6
+ export declare const ModalContent: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {
10
+ ref?: import("react").Ref<import("react-native").View> | undefined;
7
11
  }>;
@@ -1,2 +1,6 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledContainerDrawer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ import { DrawerProps } from './Drawer';
3
+ export declare const StyledContainerDrawer: import("@emotion/styled").StyledComponent<{
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
6
+ } & DrawerProps & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,6 +1,7 @@
1
+ import { VariantType } from '@tecsinapse/react-core';
1
2
  declare const useIconTextButton: (variant: VariantType) => {
2
3
  handleHover: (value: boolean) => void;
3
4
  handlePressed: (value: boolean) => void;
4
- defaultFontColor: any;
5
+ defaultFontColor: keyof import("@tecsinapse/react-core").FontColor;
5
6
  };
6
7
  export default useIconTextButton;
@@ -1 +1,12 @@
1
- export declare const StyledIconTextButton: import("@emotion/native").StyledComponent<any, {}, {}>;
1
+ /// <reference types="react" />
2
+ export declare const StyledIconTextButton: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").ButtonProps & {
3
+ onMouseOver?: (() => void) | undefined;
4
+ onMouseOut?: (() => void) | undefined;
5
+ onPressIn?: (() => void) | undefined;
6
+ onPressOut?: (() => void) | undefined;
7
+ } & {
8
+ theme?: import("@emotion/react").Theme | undefined;
9
+ as?: import("react").ElementType<any> | undefined;
10
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps> & {
11
+ boxed: boolean;
12
+ }, {}, {}>;
@@ -1,8 +1,12 @@
1
1
  /// <reference types="react" />
2
+ import { LabelPositionOptions } from '@tecsinapse/react-core';
2
3
  export declare const StyledDiv: import("@emotion/styled").StyledComponent<{
3
4
  theme?: import("@emotion/react").Theme | undefined;
4
5
  as?: import("react").ElementType<any> | undefined;
5
6
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
- export declare const StyledLabel: import("@emotion/native").StyledComponent<any, {}, {
7
- ref?: import("react").Ref<any> | undefined;
8
- }>;
7
+ export declare const StyledLabel: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").TextProps & {
8
+ theme?: import("@emotion/react").Theme | undefined;
9
+ as?: import("react").ElementType<any> | undefined;
10
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps> & {
11
+ labelPosition: LabelPositionOptions;
12
+ }, {}, {}>;
@@ -1,7 +1,18 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledColumnItem: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ import { MasonryProps } from './Masonry';
3
+ export declare const StyledColumnItem: import("@emotion/styled").StyledComponent<{
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
6
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps> & {
7
+ index: number;
8
+ } & Partial<MasonryProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
9
  export declare const StyledMasonry: import("@emotion/styled").StyledComponent<{
4
10
  theme?: import("@emotion/react").Theme | undefined;
5
11
  as?: import("react").ElementType<any> | undefined;
6
12
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
- export declare const StyledRowItem: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
13
+ export declare const StyledRowItem: import("@emotion/styled").StyledComponent<{
14
+ theme?: import("@emotion/react").Theme | undefined;
15
+ as?: import("react").ElementType<any> | undefined;
16
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps> & {
17
+ index: number;
18
+ } & Partial<MasonryProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +1,9 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledContainerItem: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const DummyBorder: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const StyledContainerItem: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const DummyBorder: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +1,9 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledContainerItemText: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const StyledSubButton: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
2
+ export declare const StyledContainerItemText: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyledSubButton: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,6 +1,21 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledLeftComponent: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const StyledRightComponent: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const StyledContainerMenu: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
- export declare const StyledContainerItems: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
- export declare const StyledText: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
2
+ export declare const StyledLeftComponent: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyledRightComponent: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const StyledContainerMenu: import("@emotion/styled").StyledComponent<{
11
+ theme?: import("@emotion/react").Theme | undefined;
12
+ as?: import("react").ElementType<any> | undefined;
13
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
14
+ export declare const StyledContainerItems: import("@emotion/styled").StyledComponent<{
15
+ theme?: import("@emotion/react").Theme | undefined;
16
+ as?: import("react").ElementType<any> | undefined;
17
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
+ export declare const StyledText: import("@emotion/styled").StyledComponent<{
19
+ theme?: import("@emotion/react").Theme | undefined;
20
+ as?: import("react").ElementType<any> | undefined;
21
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,5 +1,9 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledCardContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const StyledCard: import("@emotion/native").StyledComponent<any, {}, {
4
- ref?: import("react").Ref<any> | undefined;
5
- }>;
2
+ export declare const StyledCardContainer: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyledCard: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").CardProps & {
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
@@ -1,5 +1,9 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledSearchItemContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const HighlightText: import("@emotion/native").StyledComponent<any, {}, {
4
- ref?: import("react").Ref<any> | undefined;
5
- }>;
2
+ export declare const StyledSearchItemContainer: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const HighlightText: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").TextProps & {
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
@@ -1,9 +1,31 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledIconInput: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const StyledMenuBar: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const StyledMenuButton: import("@emotion/native").StyledComponent<any, {}, {}>;
5
- export declare const StyledContainerOpenMenu: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
- export declare const StyledInput: import("@emotion/native").StyledComponent<any, {}, {}>;
2
+ export declare const StyledIconInput: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyledMenuBar: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
+ export declare const StyledMenuButton: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").ButtonProps & {
11
+ onMouseOver?: (() => void) | undefined;
12
+ onMouseOut?: (() => void) | undefined;
13
+ onPressIn?: (() => void) | undefined;
14
+ onPressOut?: (() => void) | undefined;
15
+ } & {
16
+ theme?: import("@emotion/react").Theme | undefined;
17
+ as?: import("react").ElementType<any> | undefined;
18
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
19
+ export declare const StyledContainerOpenMenu: import("@emotion/styled").StyledComponent<{
20
+ theme?: import("@emotion/react").Theme | undefined;
21
+ as?: import("react").ElementType<any> | undefined;
22
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
23
+ export declare const StyledInput: import("@emotion/native").StyledComponent<Omit<import("@tecsinapse/react-core").InputElementProps, "style"> & import("@tecsinapse/react-core").InputContainerProps & {
24
+ ref?: import("react").Ref<HTMLInputElement | undefined> | undefined;
25
+ } & {
26
+ theme?: import("@emotion/react").Theme | undefined;
27
+ as?: import("react").ElementType<any> | undefined;
28
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
7
29
  export declare const StyledInputContainer: import("@emotion/styled").StyledComponent<{
8
30
  theme?: import("@emotion/react").Theme | undefined;
9
31
  as?: import("react").ElementType<any> | undefined;
@@ -12,4 +34,7 @@ export declare const StyledSearchResultsContainer: import("@emotion/styled").Sty
12
34
  theme?: import("@emotion/react").Theme | undefined;
13
35
  as?: import("react").ElementType<any> | undefined;
14
36
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
15
- export declare const StyledSearchTextContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
37
+ export declare const StyledSearchTextContainer: import("@emotion/styled").StyledComponent<{
38
+ theme?: import("@emotion/react").Theme | undefined;
39
+ as?: import("react").ElementType<any> | undefined;
40
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,14 +1,36 @@
1
1
  /// <reference types="react" />
2
+ import { SelectProps } from '../Select';
2
3
  export declare const StyledContainerDropdown: import("@emotion/styled").StyledComponent<{
3
4
  theme?: import("@emotion/react").Theme | undefined;
4
5
  as?: import("react").ElementType<any> | undefined;
5
- } & Partial<any>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps & SelectProps<unknown, "single" | "multi"> & {
7
+ lengthOptions: number;
8
+ }>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
9
  export declare const OptionsContainer: import("@emotion/styled").StyledComponent<{
7
10
  theme?: import("@emotion/react").Theme | undefined;
8
11
  as?: import("react").ElementType<any> | undefined;
9
- } & Partial<any>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
10
- export declare const SearchBarContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
11
- export declare const PaddedContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
12
- export declare const StyledContainerCheckAll: import("@emotion/styled").StyledComponent<any, {}, {}>;
13
- export declare const StyledSpan: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
14
- export declare const StyledContainerTextLabel: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
12
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps & SelectProps<unknown, "single" | "multi"> & {
13
+ lengthOptions: number;
14
+ }>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
15
+ export declare const SearchBarContainer: import("@emotion/styled").StyledComponent<{
16
+ theme?: import("@emotion/react").Theme | undefined;
17
+ as?: import("react").ElementType<any> | undefined;
18
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
19
+ export declare const PaddedContainer: import("@emotion/styled").StyledComponent<{
20
+ theme?: import("@emotion/react").Theme | undefined;
21
+ as?: import("react").ElementType<any> | undefined;
22
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
23
+ export declare const StyledContainerCheckAll: import("@emotion/styled").StyledComponent<{
24
+ theme?: import("@emotion/react").Theme | undefined;
25
+ as?: import("react").ElementType<any> | undefined;
26
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps> & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
27
+ theme?: import("@emotion/react").Theme | undefined;
28
+ }, {}, {}>;
29
+ export declare const StyledSpan: import("@emotion/styled").StyledComponent<{
30
+ theme?: import("@emotion/react").Theme | undefined;
31
+ as?: import("react").ElementType<any> | undefined;
32
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
33
+ export declare const StyledContainerTextLabel: import("@emotion/styled").StyledComponent<{
34
+ theme?: import("@emotion/react").Theme | undefined;
35
+ as?: import("react").ElementType<any> | undefined;
36
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface SelectItemProps<Data, Type extends 'single' | 'multi'> {
3
2
  item: Data;
4
3
  type: Type;
@@ -1,4 +1,15 @@
1
1
  /// <reference types="react" />
2
- export declare const ContainerItemSelect: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const StyledSpan: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
4
- export declare const StyledContainerTextLabel: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const ContainerItemSelect: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyledSpan: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps> & {
10
+ singleHighligh: boolean;
11
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
12
+ export declare const StyledContainerTextLabel: import("@emotion/styled").StyledComponent<{
13
+ theme?: import("@emotion/react").Theme | undefined;
14
+ as?: import("react").ElementType<any> | undefined;
15
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +1,10 @@
1
1
  import React from 'react';
2
- export declare const StyledContainer: import("@emotion/styled").StyledComponent<any, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const StyledInputContainer: import("@emotion/styled").StyledComponent<any, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
2
+ export declare const StyledContainer: import("@emotion/styled").StyledComponent<{
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: React.ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
+ export declare const StyledInputContainer: import("@emotion/styled").StyledComponent<{
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: React.ElementType<any> | undefined;
9
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
10
  export declare const RightComponent: JSX.Element;
@@ -1,4 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const SnackbarStyled: import("@emotion/native").StyledComponent<any, {}, {
3
- ref?: import("react").Ref<any> | undefined;
4
- }>;
2
+ export declare const SnackbarStyled: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").SnackbarProps & {
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
5
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
@@ -1,4 +1 @@
1
- /// <reference types="react" />
2
- export declare const StyledWebInput: import("@emotion/native").StyledComponent<any, {}, {
3
- ref?: import("react").Ref<any> | undefined;
4
- }>;
1
+ export declare const StyledWebInput: import("@emotion/native").StyledComponent<any, {}, {}>;
@@ -1,5 +1,7 @@
1
1
  /// <reference types="react" />
2
- export declare const TdFooterStyled: import("@emotion/styled").StyledComponent<any, {}, {}>;
2
+ export declare const TdFooterStyled: import("@emotion/styled").StyledComponent<import("react").TdHTMLAttributes<HTMLTableCellElement> & {
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
3
5
  export declare const FlexContainer: import("@emotion/styled").StyledComponent<{
4
6
  theme?: import("@emotion/react").Theme | undefined;
5
7
  as?: import("react").ElementType<any> | undefined;
@@ -22,11 +24,37 @@ export declare const FooterContainerEnd: import("@emotion/styled").StyledCompone
22
24
  } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
23
25
  theme?: import("@emotion/react").Theme | undefined;
24
26
  }, {}, {}>;
25
- export declare const SelectContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
26
- export declare const NavigationButton: import("@emotion/native").StyledComponent<any, {}, {}>;
27
- export declare const PageButton: import("@emotion/native").StyledComponent<any, {}, {}>;
28
- export declare const PagesContainer: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
29
- export declare const HoveredText: import("@emotion/styled").StyledComponent<any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
30
- export declare const TextPagination: import("@emotion/native").StyledComponent<any, {}, {
31
- ref?: import("react").Ref<any> | undefined;
32
- }>;
27
+ export declare const SelectContainer: import("@emotion/styled").StyledComponent<{
28
+ theme?: import("@emotion/react").Theme | undefined;
29
+ as?: import("react").ElementType<any> | undefined;
30
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
31
+ export declare const NavigationButton: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").ButtonProps & {
32
+ onMouseOver?: (() => void) | undefined;
33
+ onMouseOut?: (() => void) | undefined;
34
+ onPressIn?: (() => void) | undefined;
35
+ onPressOut?: (() => void) | undefined;
36
+ } & {
37
+ theme?: import("@emotion/react").Theme | undefined;
38
+ as?: import("react").ElementType<any> | undefined;
39
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
40
+ export declare const PageButton: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").ButtonProps & {
41
+ onMouseOver?: (() => void) | undefined;
42
+ onMouseOut?: (() => void) | undefined;
43
+ onPressIn?: (() => void) | undefined;
44
+ onPressOut?: (() => void) | undefined;
45
+ } & {
46
+ theme?: import("@emotion/react").Theme | undefined;
47
+ as?: import("react").ElementType<any> | undefined;
48
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
49
+ export declare const PagesContainer: import("@emotion/styled").StyledComponent<{
50
+ theme?: import("@emotion/react").Theme | undefined;
51
+ as?: import("react").ElementType<any> | undefined;
52
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
53
+ export declare const HoveredText: import("@emotion/styled").StyledComponent<{
54
+ theme?: import("@emotion/react").Theme | undefined;
55
+ as?: import("react").ElementType<any> | undefined;
56
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
57
+ export declare const TextPagination: import("@emotion/native").StyledComponent<import("@tecsinapse/react-core").TextProps & {
58
+ theme?: import("@emotion/react").Theme | undefined;
59
+ as?: import("react").ElementType<any> | undefined;
60
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { HeadersType } from '../types';
3
2
  export interface DataGridHeaderProps<Data> {
4
3
  headers: HeadersType<Data>[];
@@ -1 +1,4 @@
1
- export declare const CheckboxHeader: import("@emotion/styled").StyledComponent<any, {}, {}>;
1
+ /// <reference types="react" />
2
+ export declare const CheckboxHeader: import("@emotion/styled").StyledComponent<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement> & {
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
@@ -1 +1,4 @@
1
- export declare const CheckboxCell: import("@emotion/styled").StyledComponent<any, {}, {}>;
1
+ /// <reference types="react" />
2
+ export declare const CheckboxCell: import("@emotion/styled").StyledComponent<import("react").TdHTMLAttributes<HTMLTableCellElement> & {
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ } & Partial<import("@tecsinapse/react-core").ThemeProviderProps>, {}, {}>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tecsinapse/react-web-kit",
3
3
  "description": "TecSinapse React components",
4
- "version": "2.3.1-beta.0+66dfc116",
4
+ "version": "3.0.0",
5
5
  "license": "MIT",
6
6
  "main": "dist/esm/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -10,19 +10,18 @@
10
10
  "dist"
11
11
  ],
12
12
  "scripts": {
13
- "start": "yarn build:es --watch",
14
- "build:es": "yarn rollup --config",
13
+ "dev": "rollup --watch",
14
+ "build:es": "rollup --config",
15
15
  "build:declaration": "tsc --project tsconfig.build.json",
16
16
  "build:declaration:watch": "tsc --project tsconfig.build.json --watch",
17
17
  "yalc:push": "yalc push --changed",
18
18
  "yalc:show": "yalc installations show $npm_package_name"
19
19
  },
20
20
  "dependencies": {
21
- "@emotion/native": "~11.10.0",
22
- "@emotion/react": "~11.10.0",
23
- "@emotion/styled": "~11.10.0",
24
- "@tecsinapse/react-core": "2.2.1-beta.0+66dfc116",
25
- "@types/react-native": "^0.71.0",
21
+ "@emotion/native": "~11.11.0",
22
+ "@emotion/react": "~11.11.0",
23
+ "@emotion/styled": "~11.11.0",
24
+ "@tecsinapse/react-core": "^3.0.0",
26
25
  "date-fns": "~2.30.0",
27
26
  "react-native-vector-icons": "^9.2.0",
28
27
  "react-transition-group": "~4.4.5"
@@ -41,5 +40,5 @@
41
40
  "react-dom": "^18.0.0",
42
41
  "react-native-web": ">=0.18.0 <1"
43
42
  },
44
- "gitHead": "66dfc11647cad934077a753144e1c39324e87ad2"
43
+ "gitHead": "59db148f23b2b94e8db779e035b43e58a0104fed"
45
44
  }