rbro-tat-uds 1.0.26 → 1.0.28
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/package.json +1 -1
- package/readme.md +6 -0
- package/dist/components/BreadcrumbItem/BreadcrumbItem.d.ts +0 -11
- package/dist/components/BreadcrumbItem/index.d.ts +0 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +0 -8
- package/dist/components/Breadcrumbs/index.d.ts +0 -1
- package/dist/components/Button/Button.d.ts +0 -15
- package/dist/components/Button/index.d.ts +0 -1
- package/dist/components/Checkbox/Checkbox.d.ts +0 -11
- package/dist/components/Checkbox/index.d.ts +0 -1
- package/dist/components/ConfigurationFlexicredit/ConfigurationFlexicredit.d.ts +0 -15
- package/dist/components/ConfigurationFlexicredit/index.d.ts +0 -1
- package/dist/components/ConfigurationSaveInfo/ConfigurationSaveInfo.d.ts +0 -9
- package/dist/components/ConfigurationSaveInfo/index.d.ts +0 -1
- package/dist/components/Container/Container.d.ts +0 -14
- package/dist/components/Container/index.d.ts +0 -1
- package/dist/components/Content/Content.d.ts +0 -8
- package/dist/components/Content/index.d.ts +0 -1
- package/dist/components/Flex/Flex.d.ts +0 -31
- package/dist/components/Flex/index.d.ts +0 -1
- package/dist/components/FormField/FormField.d.ts +0 -17
- package/dist/components/FormField/index.d.ts +0 -1
- package/dist/components/Icon/Icon.d.ts +0 -4
- package/dist/components/Icon/Icon.types.d.ts +0 -8
- package/dist/components/Icon/IconsList.d.ts +0 -32
- package/dist/components/Icon/index.d.ts +0 -1
- package/dist/components/IconButton/IconButton.d.ts +0 -12
- package/dist/components/IconButton/index.d.ts +0 -1
- package/dist/components/LabeledText/LabeledText.d.ts +0 -13
- package/dist/components/LabeledText/index.d.ts +0 -1
- package/dist/components/Layout/Layout.d.ts +0 -8
- package/dist/components/Layout/index.d.ts +0 -1
- package/dist/components/Logo/Logo.d.ts +0 -7
- package/dist/components/Logo/index.d.ts +0 -1
- package/dist/components/ObjectiveCard/ObjectiveCard.d.ts +0 -12
- package/dist/components/ObjectiveCard/index.d.ts +0 -1
- package/dist/components/PageMessage/PageMessage.d.ts +0 -10
- package/dist/components/PageMessage/index.d.ts +0 -1
- package/dist/components/PlanulFinanciarTeaser/PlanulFinanciarTeaser.d.ts +0 -6
- package/dist/components/PlanulFinanciarTeaser/index.d.ts +0 -1
- package/dist/components/ProductPageTitle/ProductPageTitle.d.ts +0 -8
- package/dist/components/ProductPageTitle/index.d.ts +0 -1
- package/dist/components/ProductShortcut/ProductShortcut.d.ts +0 -11
- package/dist/components/ProductShortcut/index.d.ts +0 -1
- package/dist/components/Products/ProductHeader/ProductHeader.d.ts +0 -0
- package/dist/components/ProposalFlexicredit/ProposalFlexicredit.d.ts +0 -16
- package/dist/components/ProposalFlexicredit/index.d.ts +0 -1
- package/dist/components/Section/Section.d.ts +0 -13
- package/dist/components/Section/index.d.ts +0 -1
- package/dist/components/SegmentedTabs/SegmentedTabs.d.ts +0 -13
- package/dist/components/SegmentedTabs/index.d.ts +0 -1
- package/dist/components/Sidebar/Sidebar.d.ts +0 -19
- package/dist/components/Sidebar/index.d.ts +0 -1
- package/dist/components/SidebarItem/SidebarItem.d.ts +0 -11
- package/dist/components/SidebarItem/index.d.ts +0 -1
- package/dist/components/Slider/Slider.d.ts +0 -14
- package/dist/components/Slider/index.d.ts +0 -1
- package/dist/components/Spinner/Spinner.d.ts +0 -8
- package/dist/components/Spinner/index.d.ts +0 -1
- package/dist/components/Tab/Tab.d.ts +0 -11
- package/dist/components/Tab/index.d.ts +0 -1
- package/dist/components/TextInput/TextInput.d.ts +0 -21
- package/dist/components/TextInput/index.d.ts +0 -1
- package/dist/components/index.d.ts +0 -29
- package/dist/index.cjs.js +0 -1658
- package/dist/index.cjs.js.map +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.es.js +0 -4495
- package/dist/index.es.js.map +0 -1
- package/dist/style.css +0 -1
- package/dist/utils/colors.d.ts +0 -59
- package/dist/utils/index.d.ts +0 -1
package/package.json
CHANGED
package/readme.md
ADDED
@@ -0,0 +1,6 @@
|
|
1
|
+
Nice to follow:
|
2
|
+
|
3
|
+
- Componentele "atom"/reutilizabile (Button, Icon, Label etc.) au documentate in storybook prop-urile ce fac sens a fi folosite sau sunt manipulate/conditionate in definitia componentei, iar restul preluate si transmise mai departe cu {...props}
|
4
|
+
- Pentru componentele ce grupeaza alte componente (ProductShortcut, ConfigurationSaveInfo etc.), sa foloseasca pentru props-urile componentelor din interior naming de genul: "buttonOnClick"/"buttonLabel" <=> "componentName+componentPropName"
|
5
|
+
- Pentru componentele ce contin slots, sa se foloseasca metoda de named childrens (sau cum se numeste ea) (cea folosita deja la Sidebar)
|
6
|
+
- Sa incercam pe cat posibil sa fim 1:1 cu figma si dpdv styling si dpdv props, iar daca nu se poate, sa semnalizam pentru a avea docs din figma 1:1 cu ce expune storybook.
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
import { IconsListProp } from "../Icon/Icon.types";
|
3
|
-
export interface BreadcrumbItemProps extends HTMLAttributes<HTMLDivElement> {
|
4
|
-
icon?: IconsListProp;
|
5
|
-
label?: string;
|
6
|
-
selected?: boolean;
|
7
|
-
disabled?: boolean;
|
8
|
-
onClick?: () => void;
|
9
|
-
}
|
10
|
-
declare const BreadcrumbItem: React.FC<BreadcrumbItemProps>;
|
11
|
-
export default BreadcrumbItem;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as BreadcrumbItem } from "./BreadcrumbItem";
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface BreadcrumbsProps extends HTMLAttributes<HTMLDivElement> {
|
3
|
-
gap?: number;
|
4
|
-
padding?: string;
|
5
|
-
children?: React.ReactNode;
|
6
|
-
}
|
7
|
-
declare const Breadcrumbs: React.FC<BreadcrumbsProps>;
|
8
|
-
export default Breadcrumbs;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Breadcrumbs } from "./Breadcrumbs";
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
import IconsList from "../Icon/IconsList";
|
3
|
-
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
4
|
-
type?: "button" | "submit" | "reset";
|
5
|
-
width?: string;
|
6
|
-
intent?: "accent" | "info" | "danger";
|
7
|
-
variant?: "primary" | "secondary" | "secondaryOutlined" | "tertiary";
|
8
|
-
label?: string;
|
9
|
-
loading?: boolean;
|
10
|
-
size?: "small" | "medium" | "large";
|
11
|
-
leftIcon?: keyof typeof IconsList;
|
12
|
-
rightIcon?: keyof typeof IconsList;
|
13
|
-
}
|
14
|
-
declare const Button: React.FC<ButtonProps>;
|
15
|
-
export default Button;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Button } from "./Button";
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
export interface CheckboxProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "size"> {
|
3
|
-
size?: "small" | "medium" | "large";
|
4
|
-
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
5
|
-
checked?: boolean;
|
6
|
-
disabled?: boolean;
|
7
|
-
name?: string;
|
8
|
-
id?: string;
|
9
|
-
}
|
10
|
-
declare const Checkbox: React.FC<CheckboxProps>;
|
11
|
-
export default Checkbox;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Checkbox } from './Checkbox';
|
@@ -1,15 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface ConfigurationFlexicreditProps extends HTMLAttributes<HTMLDivElement> {
|
3
|
-
amount?: string;
|
4
|
-
currency?: string;
|
5
|
-
period?: string;
|
6
|
-
insurance?: string;
|
7
|
-
date?: string;
|
8
|
-
branch?: string;
|
9
|
-
clickable?: boolean;
|
10
|
-
disabled?: boolean;
|
11
|
-
disabledText?: string;
|
12
|
-
onClick?: () => void;
|
13
|
-
}
|
14
|
-
declare const ConfigurationFlexicredit: React.FC<ConfigurationFlexicreditProps>;
|
15
|
-
export default ConfigurationFlexicredit;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as ConfigurationFlexicredit } from "./ConfigurationFlexicredit";
|
@@ -1,9 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface ConfigurationSaveInfoProps extends HTMLAttributes<HTMLDivElement> {
|
3
|
-
configurationId?: string;
|
4
|
-
date?: string;
|
5
|
-
branchName?: string;
|
6
|
-
buttonOnClick?(): void;
|
7
|
-
}
|
8
|
-
declare const ConfigurationSaveInfo: React.FC<ConfigurationSaveInfoProps>;
|
9
|
-
export default ConfigurationSaveInfo;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as ConfigurationSaveInfo } from "./ConfigurationSaveInfo";
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
import { colors } from "../../utils";
|
3
|
-
export interface ContainerProps extends HTMLAttributes<HTMLDivElement> {
|
4
|
-
gap?: number;
|
5
|
-
padding?: string;
|
6
|
-
margin?: string;
|
7
|
-
flexDirection?: "row" | "column";
|
8
|
-
shadow?: string;
|
9
|
-
background?: keyof typeof colors;
|
10
|
-
borderRadius?: number;
|
11
|
-
children: React.ReactNode;
|
12
|
-
}
|
13
|
-
declare const Container: React.FC<ContainerProps>;
|
14
|
-
export default Container;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Container } from "./Container";
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Content } from "./Content";
|
@@ -1,31 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
import { colors } from "../../utils";
|
3
|
-
declare const _elements: readonly ["div", "main", "article", "p", "span"];
|
4
|
-
declare const _directions: readonly ["row", "row-reverse", "column", "column-reverse"];
|
5
|
-
declare const _wrap: readonly ["nowrap", "wrap", "wrap-reverse"];
|
6
|
-
declare const _justify: readonly ["start", "center", "space-between", "space-around", "space-evenly"];
|
7
|
-
declare const _items: readonly ["stretch", "center", "start", "end"];
|
8
|
-
declare const _content: readonly ["start", "center", "space-between", "space-around"];
|
9
|
-
export interface FlexProps extends HTMLAttributes<HTMLDivElement> {
|
10
|
-
children: React.ReactNode;
|
11
|
-
element?: (typeof _elements)[number];
|
12
|
-
width?: string;
|
13
|
-
height?: string;
|
14
|
-
background?: keyof typeof colors;
|
15
|
-
gap?: number;
|
16
|
-
direction?: (typeof _directions)[number];
|
17
|
-
wrap?: (typeof _wrap)[number];
|
18
|
-
grow?: number;
|
19
|
-
shrink?: number;
|
20
|
-
basis?: string;
|
21
|
-
justify?: (typeof _justify)[number];
|
22
|
-
items?: (typeof _items)[number];
|
23
|
-
content?: (typeof _content)[number];
|
24
|
-
padding?: string;
|
25
|
-
margin?: string;
|
26
|
-
radius?: number;
|
27
|
-
border?: string;
|
28
|
-
css?: string;
|
29
|
-
}
|
30
|
-
declare const Flex: React.FC<FlexProps>;
|
31
|
-
export default Flex;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Flex } from "./Flex";
|
@@ -1,17 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface FormFieldProps extends HTMLAttributes<HTMLDivElement> {
|
3
|
-
children?: React.ReactNode;
|
4
|
-
label?: string;
|
5
|
-
labelFontSize?: 14 | 16;
|
6
|
-
required?: boolean;
|
7
|
-
showHelpButton?: boolean;
|
8
|
-
leftHelperText?: string;
|
9
|
-
rightHelperText?: string;
|
10
|
-
helperIntent?: "info" | "success" | "danger";
|
11
|
-
labelFor?: string;
|
12
|
-
helpButtonOnClick?(): void;
|
13
|
-
rightText?: string;
|
14
|
-
showLeftHelperIcon?: boolean;
|
15
|
-
}
|
16
|
-
declare const FormField: React.FC<FormFieldProps>;
|
17
|
-
export default FormField;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as FormField } from "./FormField";
|
@@ -1,8 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
export type IconsListProp = "empty" | "enter" | "home" | "go-right" | "spinner" | "trash" | "asterix" | "hint" | "info_filled" | "checkmark_filled" | "warning_filled" | "checkmark" | "checkmark_ring" | "remove_person" | "clear_filled" | "doc-sent" | "man-butterfly" | "satellite-2" | "warning_filled" | "warning-tr-filled" | "minus" | "add" | "doc_edit" | "calendar" | "branch" | "invoice_seal" | "money-bag-incoming" | "money-bag-outlined" | "forward" | "money-investment" | "libra" | "offer";
|
3
|
-
export type IconProps = Omit<React.SVGProps<SVGSVGElement>, "ref"> & {
|
4
|
-
icon: IconsListProp;
|
5
|
-
size?: 8 | 12 | 14 | 16 | 20 | 24 | 32 | 40;
|
6
|
-
fullWidth?: boolean;
|
7
|
-
color?: string;
|
8
|
-
};
|
@@ -1,32 +0,0 @@
|
|
1
|
-
declare const IconsList: {
|
2
|
-
asterix: string;
|
3
|
-
checkmark: string;
|
4
|
-
checkmark_filled: string;
|
5
|
-
checkmark_ring: string;
|
6
|
-
"doc-sent": string;
|
7
|
-
enter: string;
|
8
|
-
"go-right": string;
|
9
|
-
hint: string;
|
10
|
-
home: string;
|
11
|
-
info_filled: string;
|
12
|
-
"man-butterfly": string;
|
13
|
-
trash: string;
|
14
|
-
remove_person: string;
|
15
|
-
clear_filled: string;
|
16
|
-
"satellite-2": string;
|
17
|
-
warning_filled: string;
|
18
|
-
"warning-tr-filled": string;
|
19
|
-
minus: string;
|
20
|
-
add: string;
|
21
|
-
doc_edit: string;
|
22
|
-
calendar: string;
|
23
|
-
branch: string;
|
24
|
-
invoice_seal: string;
|
25
|
-
"money-bag-incoming": string;
|
26
|
-
"money-bag-outlined": string;
|
27
|
-
forward: string;
|
28
|
-
"money-investment": string;
|
29
|
-
libra: string;
|
30
|
-
offer: string;
|
31
|
-
};
|
32
|
-
export default IconsList;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Icon } from "./Icon";
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
import IconsList from "../Icon/IconsList";
|
3
|
-
export interface IconButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
4
|
-
intent?: "accent" | "info" | "danger";
|
5
|
-
variant?: "primary" | "secondary" | "secondaryOutlined" | "tertiary";
|
6
|
-
icon?: keyof typeof IconsList;
|
7
|
-
loading?: boolean;
|
8
|
-
size?: "small" | "medium" | "large";
|
9
|
-
shape?: "rounded" | "circle";
|
10
|
-
}
|
11
|
-
declare const IconButton: React.FC<IconButtonProps>;
|
12
|
-
export default IconButton;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as IconButton } from './IconButton';
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
import { colors } from "../../utils";
|
3
|
-
export interface LabeledTextProps extends HTMLAttributes<HTMLDivElement> {
|
4
|
-
text: string;
|
5
|
-
label?: string;
|
6
|
-
gap?: number;
|
7
|
-
labelFontSize?: 12 | 14 | 16 | 18;
|
8
|
-
textFontSize?: 14 | 16 | 18 | 20;
|
9
|
-
labelColor?: keyof typeof colors;
|
10
|
-
textColor?: keyof typeof colors;
|
11
|
-
}
|
12
|
-
declare const LabeledText: React.FC<LabeledTextProps>;
|
13
|
-
export default LabeledText;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as LabeledText } from "./LabeledText";
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
import { colors } from "../../utils";
|
3
|
-
export interface LayoutProps extends HTMLAttributes<HTMLDivElement> {
|
4
|
-
children?: React.ReactNode;
|
5
|
-
bgColor?: keyof typeof colors;
|
6
|
-
}
|
7
|
-
declare const Layout: React.FC<LayoutProps>;
|
8
|
-
export default Layout;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Layout } from "./Layout";
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Logo } from "./Logo";
|
@@ -1,12 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface ObjectiveCardProps extends HTMLAttributes<HTMLDivElement> {
|
3
|
-
text: string;
|
4
|
-
img?: string;
|
5
|
-
selected?: boolean;
|
6
|
-
disabled?: boolean;
|
7
|
-
buttonLabel?: string;
|
8
|
-
buttonOnClick?: () => void;
|
9
|
-
width?: string;
|
10
|
-
}
|
11
|
-
declare const ObjectiveCard: React.FC<ObjectiveCardProps>;
|
12
|
-
export default ObjectiveCard;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as ObjectiveCard } from './ObjectiveCard';
|
@@ -1,10 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
import IconsList from "../Icon/IconsList";
|
3
|
-
export interface PageMessageProps extends HTMLAttributes<HTMLDivElement> {
|
4
|
-
intent?: "default" | "info" | "success" | "warning" | "danger";
|
5
|
-
icon?: keyof typeof IconsList;
|
6
|
-
pillText?: string;
|
7
|
-
children: React.ReactNode;
|
8
|
-
}
|
9
|
-
declare const PageMessage: React.FC<PageMessageProps>;
|
10
|
-
export default PageMessage;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as PageMessage } from './PageMessage';
|
@@ -1,6 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface PlanulFinanciarTeaserProps extends HTMLAttributes<HTMLDivElement> {
|
3
|
-
buttonOnClick?: () => void;
|
4
|
-
}
|
5
|
-
declare const PlanulFinanciarTeaser: React.FC<PlanulFinanciarTeaserProps>;
|
6
|
-
export default PlanulFinanciarTeaser;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as PlanulFinanciarTeaser } from './PlanulFinanciarTeaser';
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface ProductPageTitleProps extends HTMLAttributes<HTMLDivElement> {
|
3
|
-
title?: string;
|
4
|
-
category?: string;
|
5
|
-
subtitle?: string;
|
6
|
-
}
|
7
|
-
declare const ProductPageTitle: React.FC<ProductPageTitleProps>;
|
8
|
-
export default ProductPageTitle;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as ProductPageTitle } from "./ProductPageTitle";
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface ProductShortcutProps extends HTMLAttributes<HTMLDivElement> {
|
3
|
-
title?: string;
|
4
|
-
text?: string;
|
5
|
-
buttonVariant?: "primary" | "secondary" | "secondaryOutlined" | "tertiary";
|
6
|
-
buttonLabel?: string;
|
7
|
-
disabled?: boolean;
|
8
|
-
buttonOnClick?(): void;
|
9
|
-
}
|
10
|
-
declare const ProductShortcut: React.FC<ProductShortcutProps>;
|
11
|
-
export default ProductShortcut;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as ProductShortcut } from "./ProductShortcut";
|
File without changes
|
@@ -1,16 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface ProposalFlexicreditProps extends HTMLAttributes<HTMLDivElement> {
|
3
|
-
amount?: string;
|
4
|
-
currency?: string;
|
5
|
-
period?: string;
|
6
|
-
insurance?: string;
|
7
|
-
refinantare?: string;
|
8
|
-
date?: string;
|
9
|
-
type?: undefined | "sumaCeruta" | "sumaMaxima";
|
10
|
-
clickable?: boolean;
|
11
|
-
disabled?: boolean;
|
12
|
-
disabledText?: string;
|
13
|
-
onClick?: () => void;
|
14
|
-
}
|
15
|
-
declare const ProposalFlexicredit: React.FC<ProposalFlexicreditProps>;
|
16
|
-
export default ProposalFlexicredit;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as ProposalFlexicredit } from "./ProposalFlexicredit";
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface SectionProps extends HTMLAttributes<HTMLDivElement>, ContentTopRightProps {
|
3
|
-
children: React.ReactNode;
|
4
|
-
title: string;
|
5
|
-
subtitle?: string;
|
6
|
-
}
|
7
|
-
type ContentTopRightProps = {
|
8
|
-
children?: React.ReactNode;
|
9
|
-
};
|
10
|
-
declare const Section: React.FC<SectionProps> & {
|
11
|
-
ContentTopRight: React.FC<ContentTopRightProps>;
|
12
|
-
};
|
13
|
-
export default Section;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Section } from "./Section";
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface SegmentedTabsProps extends HTMLAttributes<HTMLDivElement> {
|
3
|
-
children?: React.ReactNode;
|
4
|
-
gap?: number;
|
5
|
-
padding?: string;
|
6
|
-
}
|
7
|
-
export interface StyledTabsWrapperProps {
|
8
|
-
children?: React.ReactNode;
|
9
|
-
$gap?: number;
|
10
|
-
$padding?: string;
|
11
|
-
}
|
12
|
-
declare const SegmentedTabs: React.FC<SegmentedTabsProps>;
|
13
|
-
export default SegmentedTabs;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as SegmentedTabs } from "./SegmentedTabs";
|
@@ -1,19 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
export interface SidebarProps extends HTMLAttributes<HTMLDivElement> {
|
3
|
-
children: React.ReactNode;
|
4
|
-
}
|
5
|
-
export type SidebarTopProps = {
|
6
|
-
children: React.ReactNode;
|
7
|
-
};
|
8
|
-
export type SidebarMiddleProps = {
|
9
|
-
children: React.ReactNode;
|
10
|
-
};
|
11
|
-
export type SidebarBottomProps = {
|
12
|
-
children: React.ReactNode;
|
13
|
-
};
|
14
|
-
declare const Sidebar: React.FC<SidebarProps> & {
|
15
|
-
Top: React.FC<SidebarTopProps>;
|
16
|
-
Middle: React.FC<SidebarMiddleProps>;
|
17
|
-
Bottom: React.FC<SidebarBottomProps>;
|
18
|
-
};
|
19
|
-
export default Sidebar;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Sidebar } from "./Sidebar";
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
import { IconsListProp } from "../Icon/Icon.types";
|
3
|
-
export interface SidebarItemProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
4
|
-
label: string;
|
5
|
-
icon: IconsListProp;
|
6
|
-
disabled?: boolean;
|
7
|
-
selected?: boolean;
|
8
|
-
onClick?(): void;
|
9
|
-
}
|
10
|
-
declare const SidebarItem: React.FC<SidebarItemProps>;
|
11
|
-
export default SidebarItem;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as SidebarItem } from "./SidebarItem";
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import React, { InputHTMLAttributes } from "react";
|
2
|
-
export interface SliderProps extends InputHTMLAttributes<HTMLInputElement> {
|
3
|
-
id?: string;
|
4
|
-
name?: string;
|
5
|
-
value?: number;
|
6
|
-
setValue?: (newValue: number) => void;
|
7
|
-
min?: number;
|
8
|
-
max?: number;
|
9
|
-
showSteppers?: boolean;
|
10
|
-
stepSize?: number;
|
11
|
-
disabled?: boolean;
|
12
|
-
}
|
13
|
-
declare const Slider: React.FC<SliderProps>;
|
14
|
-
export default Slider;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Slider } from "./Slider";
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import React from "react";
|
2
|
-
type SpinnerProps = Omit<React.SVGProps<SVGSVGElement>, "ref" | "direction"> & {
|
3
|
-
size?: 16 | 20 | 24;
|
4
|
-
text?: string;
|
5
|
-
direction?: "vertical" | "horizontal";
|
6
|
-
};
|
7
|
-
declare const Spinner: React.FC<SpinnerProps>;
|
8
|
-
export default Spinner;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Spinner } from "./Spinner.tsx";
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
import { IconsListProp } from "../Icon/Icon.types";
|
3
|
-
export interface TabProps extends HTMLAttributes<HTMLDivElement> {
|
4
|
-
label?: string;
|
5
|
-
icon?: IconsListProp;
|
6
|
-
selected?: boolean;
|
7
|
-
disabled?: boolean;
|
8
|
-
onClick?: () => void;
|
9
|
-
}
|
10
|
-
declare const Tab: React.FC<TabProps>;
|
11
|
-
export default Tab;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as Tab } from "./Tab";
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import React, { InputHTMLAttributes } from "react";
|
2
|
-
import IconsList from "../Icon/IconsList";
|
3
|
-
export interface TextInputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, "size"> {
|
4
|
-
id?: string;
|
5
|
-
type?: "text" | "email" | "password" | "number";
|
6
|
-
name?: string;
|
7
|
-
placeholder?: string;
|
8
|
-
value: string | number;
|
9
|
-
setValue: (newValue: string | number) => void;
|
10
|
-
size?: "medium" | "large";
|
11
|
-
intent?: "default" | "danger" | "success";
|
12
|
-
loading?: boolean;
|
13
|
-
clearButton?: boolean;
|
14
|
-
leftText?: string;
|
15
|
-
rightText?: string;
|
16
|
-
leftButtonIcon?: keyof typeof IconsList;
|
17
|
-
rightButtonIcon?: keyof typeof IconsList;
|
18
|
-
rightButtonOnClick?: () => void;
|
19
|
-
}
|
20
|
-
declare const TextInput: React.FC<TextInputProps>;
|
21
|
-
export default TextInput;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as TextInput } from './TextInput';
|
@@ -1,29 +0,0 @@
|
|
1
|
-
export * from "./BreadcrumbItem";
|
2
|
-
export * from "./Breadcrumbs";
|
3
|
-
export * from "./Button";
|
4
|
-
export * from "./Icon";
|
5
|
-
export * from "./Logo";
|
6
|
-
export * from "./Sidebar";
|
7
|
-
export * from "./SidebarItem";
|
8
|
-
export * from "./Layout";
|
9
|
-
export * from "./Container";
|
10
|
-
export * from "./Content";
|
11
|
-
export * from "./Flex";
|
12
|
-
export * from "./Tab";
|
13
|
-
export * from "./SegmentedTabs";
|
14
|
-
export * from "./ProductPageTitle";
|
15
|
-
export * from "./LabeledText";
|
16
|
-
export * from "./ConfigurationSaveInfo";
|
17
|
-
export * from "./ProductShortcut";
|
18
|
-
export * from "./IconButton";
|
19
|
-
export * from "./Checkbox";
|
20
|
-
export * from "./Section";
|
21
|
-
export * from "./ObjectiveCard";
|
22
|
-
export * from "./Spinner";
|
23
|
-
export * from "./PlanulFinanciarTeaser";
|
24
|
-
export * from "./PageMessage";
|
25
|
-
export * from "./TextInput";
|
26
|
-
export * from "./FormField";
|
27
|
-
export * from "./Slider";
|
28
|
-
export * from "./ConfigurationFlexicredit";
|
29
|
-
export * from "./ProposalFlexicredit";
|