rbro-tat-uds 1.1.7 → 1.2.1

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 (31) hide show
  1. package/dist/components/Alert/Alert.d.ts +1 -1
  2. package/dist/components/Datepicker/Calendar.d.ts +8 -0
  3. package/dist/components/Datepicker/Datepicker.d.ts +14 -0
  4. package/dist/components/Datepicker/helpers_calendar.d.ts +44 -0
  5. package/dist/components/Datepicker/index.d.ts +1 -0
  6. package/dist/components/Dropdown/Dropdown.d.ts +19 -0
  7. package/dist/components/Dropdown/index.d.ts +1 -0
  8. package/dist/components/FormField/FormField.d.ts +1 -1
  9. package/dist/components/GraficPensii/GraficPensii.d.ts +13 -0
  10. package/dist/components/GraficPensii/index.d.ts +1 -0
  11. package/dist/components/Icon/Icon.types.d.ts +1 -1
  12. package/dist/components/Icon/IconsList.d.ts +9 -0
  13. package/dist/components/{ProductTeaserConfiguratieFlexicredit/ProductTeaserConfiguratieFlexicredit.d.ts → ProductTeaserConfiguratie4Parameters/ProductTeaserConfiguratie4Parameters.d.ts} +3 -3
  14. package/dist/components/ProductTeaserConfiguratie4Parameters/index.d.ts +1 -0
  15. package/dist/components/ProposalPensii/ProposalPensii.d.ts +23 -0
  16. package/dist/components/ProposalPensii/index.d.ts +1 -0
  17. package/dist/components/PropunereFlexicredit/PropunereFlexicredit.d.ts +2 -2
  18. package/dist/components/Radio/Radio.d.ts +11 -0
  19. package/dist/components/Radio/index.d.ts +1 -0
  20. package/dist/components/ShortcutCard/ShortcutCard.d.ts +8 -0
  21. package/dist/components/SidebarItem/SidebarItem.d.ts +1 -1
  22. package/dist/components/Slider/Slider.d.ts +3 -3
  23. package/dist/components/StepTab/StepTab.d.ts +1 -1
  24. package/dist/components/index.d.ts +6 -1
  25. package/dist/index.cjs.js +878 -278
  26. package/dist/index.cjs.js.map +1 -1
  27. package/dist/index.es.js +3166 -1587
  28. package/dist/index.es.js.map +1 -1
  29. package/dist/utils/colors.d.ts +17 -0
  30. package/package.json +2 -1
  31. package/dist/components/ProductTeaserConfiguratieFlexicredit/index.d.ts +0 -1
@@ -32,16 +32,33 @@ export 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rbro-tat-uds",
3
- "version": "1.1.7",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
@@ -48,6 +48,7 @@
48
48
  "file-loader": "^6.2.0",
49
49
  "prettier": "^3.2.4",
50
50
  "react": "^18.2.0",
51
+ "react-docgen-typescript": "^2.2.2",
51
52
  "react-dom": "^18.2.0",
52
53
  "storybook": "^8.0.9",
53
54
  "styled-components": "^6.1.8",
@@ -1 +0,0 @@
1
- export { default as ProductTeaserConfiguratieFlexicredit } from './ProductTeaserConfiguratieFlexicredit';