@liner-fe/prism 2.8.1 → 2.8.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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -43,7 +43,7 @@ type FillLevelType = 'primary' | 'secondary' | 'tertiary' | 'quaternary' | 'quin
43
43
  type FillFalseLevelType = 'primary' | 'secondary';
44
44
  type ButtonSizeType = 'cta' | 'l' | 'm' | 's';
45
45
  type DefaultLevelType<T> = T extends true ? FillLevelType : FillFalseLevelType;
46
- type ButtonIconProps$1 = Pick<IconProps, 'type' | 'size' | 'thick'>;
46
+ type ButtonIconProps$1 = Pick<IconProps, 'type' | 'size' | 'thick' | 'fill'>;
47
47
  interface DefaultButtonProps<T extends FillType> extends CommonButtonProps, VariantProps<typeof defaultButtonVariants> {
48
48
  asChild?: boolean;
49
49
  level?: DefaultLevelType<T>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.8.1",
3
+ "version": "2.8.2",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "start": "next start",