@scania/tegel 1.14.1 → 1.15.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.
- package/package.json +1 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scania/tegel",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "Tegel Design System",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -310,10 +310,6 @@
|
|
|
310
310
|
"import": "./dist/components/tds-table-body.js",
|
|
311
311
|
"types": "./dist/components/tds-table-body.d.ts"
|
|
312
312
|
},
|
|
313
|
-
"./tds-table-body-input-wrapper": {
|
|
314
|
-
"import": "./dist/components/tds-table-body-input-wrapper.js",
|
|
315
|
-
"types": "./dist/components/tds-table-body-input-wrapper.d.ts"
|
|
316
|
-
},
|
|
317
313
|
"./tds-table-footer": {
|
|
318
314
|
"import": "./dist/components/tds-table-footer.js",
|
|
319
315
|
"types": "./dist/components/tds-table-footer.d.ts"
|
|
@@ -322,10 +318,6 @@
|
|
|
322
318
|
"import": "./dist/components/tds-table-header.js",
|
|
323
319
|
"types": "./dist/components/tds-table-header.d.ts"
|
|
324
320
|
},
|
|
325
|
-
"./tds-table-header-input-wrapper": {
|
|
326
|
-
"import": "./dist/components/tds-table-header-input-wrapper.js",
|
|
327
|
-
"types": "./dist/components/tds-table-header-input-wrapper.d.ts"
|
|
328
|
-
},
|
|
329
321
|
"./tds-table-toolbar": {
|
|
330
322
|
"import": "./dist/components/tds-table-toolbar.js",
|
|
331
323
|
"types": "./dist/components/tds-table-toolbar.d.ts"
|