@liner-fe/prism 2.8.8 → 2.8.10

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
@@ -223,7 +223,7 @@ interface PopoverContentProps extends HTMLAttributes<HTMLDivElement> {
223
223
  tag?: string;
224
224
  icon?: {
225
225
  icon: IconComponentType;
226
- } & Pick<IconProps, 'name' | 'thick' | 'fill'>;
226
+ } & Pick<IconProps, 'thick' | 'fill'>;
227
227
  title?: string;
228
228
  description?: string;
229
229
  position?: 'top' | 'right' | 'bottom' | 'left';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.8.8",
3
+ "version": "2.8.10",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "start": "next start",