@useloops/design-system 1.4.485 → 1.4.486

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 (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1037,8 +1037,8 @@ type AISummaryProps = {
1037
1037
  heading?: Omit<TypographyProps, 'children'>;
1038
1038
  retry?: Omit<TypographyProps, 'onClick'>;
1039
1039
  expandableTypographyClamp?: Omit<ExpandableTypographyClampProps, 'children'>;
1040
- attributionIcon?: ComponentProps<typeof Icon>;
1041
- attribution?: Omit<TypographyProps, 'children'>;
1040
+ attributionIcon?: Partial<ComponentProps<typeof Icon>>;
1041
+ attribution?: Partial<Omit<TypographyProps, 'children'>>;
1042
1042
  menu?: Omit<MenuProps, 'menuItems'>;
1043
1043
  startChatButton?: Omit<ButtonProps, 'onClick'>;
1044
1044
  skeleton?: SkeletonProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.485",
3
+ "version": "1.4.486",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",