@scania/tegel-react 1.13.0 → 1.13.1
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.
|
@@ -72,10 +72,12 @@ export const TdsStep = /*@__PURE__*/ createReactComponent('tds-step');
|
|
|
72
72
|
export const TdsStepper = /*@__PURE__*/ createReactComponent('tds-stepper');
|
|
73
73
|
export const TdsTable = /*@__PURE__*/ createReactComponent('tds-table');
|
|
74
74
|
export const TdsTableBody = /*@__PURE__*/ createReactComponent('tds-table-body');
|
|
75
|
+
export const TdsTableBodyInputWrapper = /*@__PURE__*/ createReactComponent('tds-table-body-input-wrapper');
|
|
75
76
|
export const TdsTableBodyRow = /*@__PURE__*/ createReactComponent('tds-table-body-row');
|
|
76
77
|
export const TdsTableBodyRowExpandable = /*@__PURE__*/ createReactComponent('tds-table-body-row-expandable');
|
|
77
78
|
export const TdsTableFooter = /*@__PURE__*/ createReactComponent('tds-table-footer');
|
|
78
79
|
export const TdsTableHeader = /*@__PURE__*/ createReactComponent('tds-table-header');
|
|
80
|
+
export const TdsTableHeaderInputWrapper = /*@__PURE__*/ createReactComponent('tds-table-header-input-wrapper');
|
|
79
81
|
export const TdsTableToolbar = /*@__PURE__*/ createReactComponent('tds-table-toolbar');
|
|
80
82
|
export const TdsTextField = /*@__PURE__*/ createReactComponent('tds-text-field');
|
|
81
83
|
export const TdsTextarea = /*@__PURE__*/ createReactComponent('tds-textarea');
|
|
@@ -70,10 +70,12 @@ export declare const TdsStep: import("react").ForwardRefExoticComponent<JSX.TdsS
|
|
|
70
70
|
export declare const TdsStepper: import("react").ForwardRefExoticComponent<JSX.TdsStepper & Omit<import("react").HTMLAttributes<HTMLTdsStepperElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsStepperElement>>;
|
|
71
71
|
export declare const TdsTable: import("react").ForwardRefExoticComponent<JSX.TdsTable & Omit<import("react").HTMLAttributes<HTMLTdsTableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsTableElement>>;
|
|
72
72
|
export declare const TdsTableBody: import("react").ForwardRefExoticComponent<JSX.TdsTableBody & Omit<import("react").HTMLAttributes<HTMLTdsTableBodyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsTableBodyElement>>;
|
|
73
|
+
export declare const TdsTableBodyInputWrapper: import("react").ForwardRefExoticComponent<JSX.TdsTableBodyInputWrapper & Omit<import("react").HTMLAttributes<HTMLTdsTableBodyInputWrapperElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsTableBodyInputWrapperElement>>;
|
|
73
74
|
export declare const TdsTableBodyRow: import("react").ForwardRefExoticComponent<JSX.TdsTableBodyRow & Omit<import("react").HTMLAttributes<HTMLTdsTableBodyRowElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsTableBodyRowElement>>;
|
|
74
75
|
export declare const TdsTableBodyRowExpandable: import("react").ForwardRefExoticComponent<JSX.TdsTableBodyRowExpandable & Omit<import("react").HTMLAttributes<HTMLTdsTableBodyRowExpandableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsTableBodyRowExpandableElement>>;
|
|
75
76
|
export declare const TdsTableFooter: import("react").ForwardRefExoticComponent<JSX.TdsTableFooter & Omit<import("react").HTMLAttributes<HTMLTdsTableFooterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsTableFooterElement>>;
|
|
76
77
|
export declare const TdsTableHeader: import("react").ForwardRefExoticComponent<JSX.TdsTableHeader & Omit<import("react").HTMLAttributes<HTMLTdsTableHeaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsTableHeaderElement>>;
|
|
78
|
+
export declare const TdsTableHeaderInputWrapper: import("react").ForwardRefExoticComponent<JSX.TdsTableHeaderInputWrapper & Omit<import("react").HTMLAttributes<HTMLTdsTableHeaderInputWrapperElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsTableHeaderInputWrapperElement>>;
|
|
77
79
|
export declare const TdsTableToolbar: import("react").ForwardRefExoticComponent<JSX.TdsTableToolbar & Omit<import("react").HTMLAttributes<HTMLTdsTableToolbarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsTableToolbarElement>>;
|
|
78
80
|
export declare const TdsTextField: import("react").ForwardRefExoticComponent<JSX.TdsTextField & Omit<import("react").HTMLAttributes<HTMLTdsTextFieldElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsTextFieldElement>>;
|
|
79
81
|
export declare const TdsTextarea: import("react").ForwardRefExoticComponent<JSX.TdsTextarea & Omit<import("react").HTMLAttributes<HTMLTdsTextareaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLTdsTextareaElement>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scania/tegel-react",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.1",
|
|
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.
|
|
30
|
+
"@scania/tegel": "^1.13.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "^20.8.0",
|