@liner-fe/design-library 1.2.15 → 1.2.16

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 +3 -3
package/lib/index.d.ts CHANGED
@@ -69,7 +69,7 @@ declare const SideBanner: ({ button, onCloseClick }: SideBannerProps) => react_j
69
69
 
70
70
  interface BaseType {
71
71
  onClick: () => void;
72
- onCloseClick?: () => void;
72
+ onCloseClick?: (e?: React.MouseEvent<HTMLButtonElement>) => void;
73
73
  mountEffectCallback?: () => void;
74
74
  content: string;
75
75
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/design-library",
3
- "version": "1.2.15",
3
+ "version": "1.2.16",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@tailwindcss/vite": "^4.1.14",
@@ -11,8 +11,8 @@
11
11
  "tailwind-merge": "^3.3.1",
12
12
  "tailwindcss": "^4.1.14",
13
13
  "@liner-fe/design-token": "^2.5.50",
14
- "@liner-fe/icon": "^0.2.75",
15
- "@liner-fe/prism": "^2.12.11"
14
+ "@liner-fe/icon": "^0.2.76",
15
+ "@liner-fe/prism": "^2.12.12"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@chromatic-com/storybook": "^4.1.1",