rbro-tat-uds 1.4.0 → 1.4.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.
- package/dist/components/Alert/Alert.d.ts +1 -1
- package/dist/components/Bar/Bar.d.ts +1 -1
- package/dist/components/Container/Container.d.ts +1 -1
- package/dist/components/DashboardSmallShortcut/DashboardSmallShortcut.d.ts +7 -0
- package/dist/components/DashboardSmallShortcut/index.d.ts +1 -0
- package/dist/components/Datepicker/Calendar.d.ts +8 -0
- package/dist/components/Datepicker/Datepicker.d.ts +14 -0
- package/dist/components/Datepicker/helpers_calendar.d.ts +44 -0
- package/dist/components/Datepicker/index.d.ts +1 -0
- package/dist/components/Divider/Divider.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.d.ts +19 -0
- package/dist/components/Dropdown/index.d.ts +1 -0
- package/dist/components/Flex/Flex.d.ts +1 -1
- package/dist/components/FormField/FormField.d.ts +1 -1
- package/dist/components/GraficPensii/GraficPensii.d.ts +13 -0
- package/dist/components/GraficPensii/index.d.ts +1 -0
- package/dist/components/GraficPlanInvestitii/GraficPlanInvestitii.d.ts +21 -0
- package/dist/components/GraficPlanInvestitii/index.d.ts +1 -0
- package/dist/components/Icon/Icon.types.d.ts +1 -1
- package/dist/components/Icon/IconsList.d.ts +13 -0
- package/dist/components/IconCard/IconCard.d.ts +1 -1
- package/dist/components/ImageCard/ImageCard.d.ts +1 -1
- package/dist/components/InvestmentFundItem/InvestmentFundItem.d.ts +12 -0
- package/dist/components/InvestmentFundItem/index.d.ts +1 -0
- package/dist/components/LabeledText/LabeledText.d.ts +1 -1
- package/dist/components/Layout/Layout.d.ts +1 -1
- package/dist/components/Pill/Pill.d.ts +9 -0
- package/dist/components/Pill/index.d.ts +1 -0
- package/dist/components/ProductTeaser/ProductTeaser.d.ts +1 -1
- package/dist/components/ProductTeaserButton/ProductTeaserButton.d.ts +1 -1
- package/dist/components/ProductTeaserParameters/ProductTeaserParameters.d.ts +21 -0
- package/dist/components/ProductTeaserParameters/index.d.ts +1 -0
- package/dist/components/ProductTeaserStep/ProductTeaserStep.d.ts +1 -1
- package/dist/components/ProposalPensii/ProposalPensii.d.ts +23 -0
- package/dist/components/ProposalPensii/index.d.ts +1 -0
- package/dist/components/PropunereFlexicredit/PropunereFlexicredit.d.ts +7 -4
- package/dist/components/PropunerePlanInvestitii/PropunerePlanInvestitii.d.ts +20 -0
- package/dist/components/PropunerePlanInvestitii/index.d.ts +1 -0
- package/dist/components/Radio/Radio.d.ts +11 -0
- package/dist/components/Radio/index.d.ts +1 -0
- package/dist/components/SelectionPill/SelectionPill.d.ts +12 -0
- package/dist/components/SelectionPill/index.d.ts +1 -0
- package/dist/components/ShortcutCard/ShortcutCard.d.ts +9 -1
- package/dist/components/SidebarItem/SidebarItem.d.ts +1 -1
- package/dist/components/Slider/Slider.d.ts +4 -3
- package/dist/components/StepTab/StepTab.d.ts +1 -1
- package/dist/components/index.d.ts +12 -2
- package/dist/index.cjs.js +1650 -499
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +7420 -2343
- package/dist/index.es.js.map +1 -1
- package/dist/utils/colors.d.ts +18 -2
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/ProductTeaserConfiguratieFlexicredit/ProductTeaserConfiguratieFlexicredit.d.ts +0 -13
- package/dist/components/ProductTeaserConfiguratieFlexicredit/index.d.ts +0 -1
- package/dist/components/ProductTeaserPropunere2Parameters/ProductTeaserPropunere2Parameters.d.ts +0 -14
- package/dist/components/ProductTeaserPropunere2Parameters/index.d.ts +0 -1
package/dist/utils/colors.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
declare const colors: {
|
1
|
+
export declare const colors: {
|
2
2
|
gray_30: string;
|
3
3
|
gray_60: string;
|
4
4
|
gray_100: string;
|
@@ -32,16 +32,33 @@ declare const colors: {
|
|
32
32
|
info_300: string;
|
33
33
|
info_400: string;
|
34
34
|
info_500: string;
|
35
|
+
info_500_40: string;
|
35
36
|
info_600: string;
|
36
37
|
info_700: string;
|
37
38
|
info_700_40: string;
|
38
39
|
info_800: string;
|
40
|
+
success_50: string;
|
39
41
|
success_100: string;
|
42
|
+
success_200: string;
|
43
|
+
success_300: string;
|
44
|
+
success_400: string;
|
45
|
+
success_500: string;
|
40
46
|
success_600: string;
|
47
|
+
success_700: string;
|
41
48
|
success_800: string;
|
49
|
+
success_900: string;
|
50
|
+
success_950: string;
|
51
|
+
warning_50: string;
|
42
52
|
warning_100: string;
|
53
|
+
warning_200: string;
|
54
|
+
warning_300: string;
|
55
|
+
warning_400: string;
|
43
56
|
warning_500: string;
|
57
|
+
warning_600: string;
|
44
58
|
warning_700: string;
|
59
|
+
warning_800: string;
|
60
|
+
warning_900: string;
|
61
|
+
warning_950: string;
|
45
62
|
danger_100: string;
|
46
63
|
danger_200: string;
|
47
64
|
danger_250: string;
|
@@ -67,4 +84,3 @@ declare const colors: {
|
|
67
84
|
white: string;
|
68
85
|
black: string;
|
69
86
|
};
|
70
|
-
export default colors;
|
package/dist/utils/index.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export
|
1
|
+
export * from "./colors";
|
package/package.json
CHANGED
@@ -1,13 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
import { IconsListProp } from "../Icon/Icon.types";
|
3
|
-
interface ProductTeaserConfiguratieFlexicreditProps extends HTMLAttributes<HTMLDivElement> {
|
4
|
-
sumaNecesara?: string;
|
5
|
-
perioada?: string;
|
6
|
-
rataOrientativa?: string;
|
7
|
-
asigurare?: string;
|
8
|
-
disabled?: boolean;
|
9
|
-
disabledText?: string;
|
10
|
-
disabledIcon?: IconsListProp;
|
11
|
-
}
|
12
|
-
declare const ProductTeaserConfiguratieFlexicredit: React.FC<ProductTeaserConfiguratieFlexicreditProps>;
|
13
|
-
export default ProductTeaserConfiguratieFlexicredit;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as ProductTeaserConfiguratieFlexicredit } from './ProductTeaserConfiguratieFlexicredit';
|
package/dist/components/ProductTeaserPropunere2Parameters/ProductTeaserPropunere2Parameters.d.ts
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
import React, { HTMLAttributes } from "react";
|
2
|
-
import { IconsListProp } from "../Icon/Icon.types";
|
3
|
-
interface ProductTeaserPropunere2ParametersProps extends HTMLAttributes<HTMLDivElement> {
|
4
|
-
title?: string;
|
5
|
-
labelLeft?: string;
|
6
|
-
textLeft?: string;
|
7
|
-
labelRight?: string;
|
8
|
-
textRight?: string;
|
9
|
-
disabled?: boolean;
|
10
|
-
disabledText?: string;
|
11
|
-
disabledIcon?: IconsListProp;
|
12
|
-
}
|
13
|
-
declare const ProductTeaserPropunere2Parameters: React.FC<ProductTeaserPropunere2ParametersProps>;
|
14
|
-
export default ProductTeaserPropunere2Parameters;
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as ProductTeaserPropunere2Parameters } from './ProductTeaserPropunere2Parameters';
|