@scania/tegel-react 1.13.0-table-beta.0 → 1.13.0-table-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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { JSX } from '@scania/tegel';
3
2
  export declare const TdsAccordion: import("react").ForwardRefExoticComponent<JSX.TdsAccordion & Omit<import("react").HTMLAttributes<HTMLTdsAccordionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsAccordionElement>>;
4
3
  export declare const TdsAccordionItem: import("react").ForwardRefExoticComponent<JSX.TdsAccordionItem & Omit<import("react").HTMLAttributes<HTMLTdsAccordionItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsAccordionItemElement>>;
@@ -11,6 +11,6 @@ export declare const transformReactEventName: (eventNameSuffix: string) => strin
11
11
  export declare const isCoveredByReact: (eventNameSuffix: string) => boolean;
12
12
  export declare const syncEvent: (node: Element & {
13
13
  __events?: {
14
- [key: string]: (e: Event) => any;
14
+ [key: string]: ((e: Event) => any) | undefined;
15
15
  };
16
16
  }, eventName: string, newEventHandler?: (e: Event) => any) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scania/tegel-react",
3
- "version": "1.13.0-table-beta.0",
3
+ "version": "1.13.0-table-beta.3",
4
4
  "description": "React wrappers for Tegel package",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "homepage": "https://github.com/scania-digital-design-system/tegel#readme",
29
29
  "dependencies": {
30
- "@scania/tegel": "^1.13.0-table-beta.0"
30
+ "@scania/tegel": "1.13.0-table-beta.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.8.0",