jfs-components 0.0.71 → 0.0.72

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 (35) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/lib/commonjs/components/CardAdvisory/CardAdvisory.js +2 -2
  3. package/lib/commonjs/components/CardFinancialCondition/CardFinancialCondition.js +213 -0
  4. package/lib/commonjs/components/Carousel/Carousel.js +9 -7
  5. package/lib/commonjs/components/HoldingsCard/HoldingsCard.js +2 -2
  6. package/lib/commonjs/components/InstitutionBadge/InstitutionBadge.js +132 -0
  7. package/lib/commonjs/components/Radio/Radio.js +194 -0
  8. package/lib/commonjs/components/RadioButton/RadioButton.js +21 -188
  9. package/lib/commonjs/components/index.js +21 -0
  10. package/lib/commonjs/icons/registry.js +1 -1
  11. package/lib/module/components/CardAdvisory/CardAdvisory.js +2 -2
  12. package/lib/module/components/CardFinancialCondition/CardFinancialCondition.js +207 -0
  13. package/lib/module/components/Carousel/Carousel.js +9 -7
  14. package/lib/module/components/HoldingsCard/HoldingsCard.js +2 -2
  15. package/lib/module/components/InstitutionBadge/InstitutionBadge.js +127 -0
  16. package/lib/module/components/Radio/Radio.js +188 -0
  17. package/lib/module/components/RadioButton/RadioButton.js +20 -185
  18. package/lib/module/components/index.js +7 -0
  19. package/lib/module/icons/registry.js +1 -1
  20. package/lib/typescript/src/components/CardFinancialCondition/CardFinancialCondition.d.ts +50 -0
  21. package/lib/typescript/src/components/InstitutionBadge/InstitutionBadge.d.ts +30 -0
  22. package/lib/typescript/src/components/Radio/Radio.d.ts +30 -0
  23. package/lib/typescript/src/components/RadioButton/RadioButton.d.ts +20 -28
  24. package/lib/typescript/src/components/index.d.ts +7 -0
  25. package/lib/typescript/src/icons/registry.d.ts +1 -1
  26. package/package.json +1 -1
  27. package/src/components/CardAdvisory/CardAdvisory.tsx +2 -2
  28. package/src/components/CardFinancialCondition/CardFinancialCondition.tsx +366 -0
  29. package/src/components/Carousel/Carousel.tsx +14 -6
  30. package/src/components/HoldingsCard/HoldingsCard.tsx +2 -2
  31. package/src/components/InstitutionBadge/InstitutionBadge.tsx +216 -0
  32. package/src/components/Radio/Radio.tsx +227 -0
  33. package/src/components/RadioButton/RadioButton.tsx +23 -225
  34. package/src/components/index.ts +7 -0
  35. package/src/icons/registry.ts +1 -1
@@ -12,6 +12,7 @@ export { default as Carousel } from './Carousel/Carousel';
12
12
  export type { CarouselProps, CarouselItemProps, PaginationProps } from './Carousel/Carousel';
13
13
  export { default as Checkbox, type CheckboxProps } from './Checkbox/Checkbox';
14
14
  export { default as CardFeedback, type CardFeedbackProps } from './CardFeedback/CardFeedback';
15
+ export { default as CardFinancialCondition, type CardFinancialConditionProps } from './CardFinancialCondition/CardFinancialCondition';
15
16
  export { default as Disclaimer } from './Disclaimer/Disclaimer';
16
17
  export { default as Divider, type DividerProps, type DividerDirection } from './Divider/Divider';
17
18
  export { default as Drawer } from './Drawer/Drawer';
@@ -66,8 +67,14 @@ export { default as ButtonGroup, type ButtonGroupProps } from './ButtonGroup/But
66
67
  export { default as CardProviderInfo, type CardProviderInfoProps } from './CardProviderInfo/CardProviderInfo';
67
68
  export { default as ChipSelect, type ChipSelectProps } from './ChipSelect/ChipSelect';
68
69
  export { default as InputSearch, type InputSearchProps } from './InputSearch/InputSearch';
70
+ export { default as InstitutionBadge, type InstitutionBadgeProps } from './InstitutionBadge/InstitutionBadge';
69
71
  export { default as SupportText, type SupportTextProps } from './SupportText/SupportText';
70
72
  export { default as SupportTextIcon, type SupportTextIconProps, type SupportTextStatus } from './SupportText/SupportTextIcon';
73
+ export { default as Radio, type RadioProps } from './Radio/Radio';
74
+ /**
75
+ * @deprecated Use `Radio` instead. `RadioButton` is kept as an alias for
76
+ * backward compatibility and will be removed in a future major release.
77
+ */
71
78
  export { default as RadioButton, type RadioButtonProps } from './RadioButton/RadioButton';
72
79
  export { default as RechargeCard, type RechargeCardProps } from './RechargeCard/RechargeCard';
73
80
  export { default as Tabs, type TabsProps } from './Tabs/Tabs';
@@ -4,7 +4,7 @@
4
4
  * Auto-generated from SVG files in src/icons/
5
5
  * DO NOT EDIT MANUALLY - Run "npm run icons:generate" to regenerate
6
6
  *
7
- * Generated: 2026-04-30T09:22:52.462Z
7
+ * Generated: 2026-05-04T12:27:11.660Z
8
8
  */
9
9
 
10
10
  // Icon name to SVG data mapping