@scania/tegel 1.13.0-table-beta.1 → 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.
Files changed (1) hide show
  1. package/package.json +11 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scania/tegel",
3
- "version": "1.13.0-table-beta.1",
3
+ "version": "1.13.0-table-beta.3",
4
4
  "description": "Tegel Design System",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -17,13 +17,13 @@
17
17
  "module": "dist/index.js",
18
18
  "es2015": "dist/esm/index.mjs",
19
19
  "es2017": "dist/esm/index.mjs",
20
- "types": "dist/types/index.d.ts",
20
+ "types": "dist/types/components.d.ts",
21
21
  "collection": "dist/collection/collection-manifest.json",
22
22
  "collection:main": "dist/collection/index.js",
23
23
  "unpkg": "dist/components/components.esm.js",
24
24
  "exports": {
25
25
  ".": {
26
- "types": "./dist/types/index.d.ts"
26
+ "types": "./dist/types/components.d.ts"
27
27
  },
28
28
  "./dist/tegel/tegel.css": "./dist/tegel/tegel.css",
29
29
  "./tds-accordion-item": {
@@ -310,6 +310,10 @@
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
+ },
313
317
  "./tds-table-footer": {
314
318
  "import": "./dist/components/tds-table-footer.js",
315
319
  "types": "./dist/components/tds-table-footer.d.ts"
@@ -318,6 +322,10 @@
318
322
  "import": "./dist/components/tds-table-header.js",
319
323
  "types": "./dist/components/tds-table-header.d.ts"
320
324
  },
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
+ },
321
329
  "./tds-table-toolbar": {
322
330
  "import": "./dist/components/tds-table-toolbar.js",
323
331
  "types": "./dist/components/tds-table-toolbar.d.ts"