@trafilea/afrodita-components 4.4.0-beta.2 → 4.4.0-beta.3

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/build/index.d.ts +9 -0
  2. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -1646,6 +1646,15 @@ declare type SpacingProps = {
1646
1646
  };
1647
1647
  declare const Spacing: FC<SpacingProps>;
1648
1648
 
1649
+ declare global {
1650
+ interface Events {
1651
+ modal: {
1652
+ id: string;
1653
+ type: 'open' | 'close';
1654
+ };
1655
+ }
1656
+ }
1657
+
1649
1658
  declare const useOnClickOutside: <T extends HTMLElement = HTMLElement>(ref: RefObject<T>, handler: (event: Event) => void) => void;
1650
1659
 
1651
1660
  declare const useWindowDimensions: (breakpoints: ThemeBreakpoints) => {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "4.4.0-beta.2",
6
+ "version": "4.4.0-beta.3",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",