@scania/tegel-react 1.15.0 → 1.17.0
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.
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"description": "React wrappers for Tegel package",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://github.com/scania-digital-design-system/tegel#readme",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@scania/tegel": "^1.
|
|
30
|
+
"@scania/tegel": "^1.17.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "^20.8.0",
|
|
34
|
-
"@types/react": "
|
|
34
|
+
"@types/react": "18.2.24",
|
|
35
35
|
"react": "^18.2.0",
|
|
36
36
|
"react-dom": "^18.2.0",
|
|
37
37
|
"typescript": "^5.2.2"
|