From 989b206808734cf9d81527d3cb28807097c1a175 Mon Sep 17 00:00:00 2001 From: Matt Goo Date: Fri, 28 Dec 2018 08:42:51 -1000 Subject: [PATCH] fix(infrastructure): add declaration package.json (#572) --- packages/button/package.json | 1 + packages/card/package.json | 1 + packages/checkbox/package.json | 1 + packages/chips/package.json | 1 + packages/drawer/package.json | 1 + packages/fab/package.json | 1 + packages/floating-label/package.json | 1 + packages/icon-button/package.json | 1 + packages/layout-grid/package.json | 1 + packages/line-ripple/package.json | 1 + packages/linear-progress/package.json | 1 + packages/list/package.json | 1 + packages/material-icon/package.json | 1 + packages/menu-surface/package.json | 1 + packages/notched-outline/package.json | 1 + packages/radio/package.json | 1 + packages/ripple/package.json | 1 + packages/select/package.json | 1 + packages/switch/package.json | 1 + packages/tab-bar/package.json | 1 + packages/tab-indicator/package.json | 1 + packages/tab-scroller/package.json | 1 + packages/tab/package.json | 1 + packages/text-field/package.json | 1 + packages/top-app-bar/package.json | 1 + packages/typography/package.json | 1 + 26 files changed, 26 insertions(+) diff --git a/packages/button/package.json b/packages/button/package.json index 79b8dcfb3..3a968291b 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Button", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/card/package.json b/packages/card/package.json index 1c3b92865..f3881c417 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Card", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/checkbox/package.json b/packages/checkbox/package.json index 9a539ae87..5e9ce0b2e 100644 --- a/packages/checkbox/package.json +++ b/packages/checkbox/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Checkbox", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/chips/package.json b/packages/chips/package.json index e8ecc57c7..8ef687010 100644 --- a/packages/chips/package.json +++ b/packages/chips/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Chips", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/drawer/package.json b/packages/drawer/package.json index 70fb75dd9..11d2ec9a3 100644 --- a/packages/drawer/package.json +++ b/packages/drawer/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Drawer", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/fab/package.json b/packages/fab/package.json index 175f6fcfd..c4c0c1f57 100644 --- a/packages/fab/package.json +++ b/packages/fab/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Floating Action Button (FAB)", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/floating-label/package.json b/packages/floating-label/package.json index 7e8c9b677..ada4638e3 100644 --- a/packages/floating-label/package.json +++ b/packages/floating-label/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Floating Label", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/icon-button/package.json b/packages/icon-button/package.json index f6b12e53e..1b5ba2b6e 100644 --- a/packages/icon-button/package.json +++ b/packages/icon-button/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Icon Button", "license": "Apache-2.0", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/layout-grid/package.json b/packages/layout-grid/package.json index abfe8c529..1acf69742 100644 --- a/packages/layout-grid/package.json +++ b/packages/layout-grid/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Layout Grid", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/line-ripple/package.json b/packages/line-ripple/package.json index 2360d36c9..45cfcb0c6 100644 --- a/packages/line-ripple/package.json +++ b/packages/line-ripple/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Line Ripple", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/linear-progress/package.json b/packages/linear-progress/package.json index 8819f70da..aaf96e9bb 100644 --- a/packages/linear-progress/package.json +++ b/packages/linear-progress/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Linear Progress", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/list/package.json b/packages/list/package.json index 4e580e0d2..cd619a0db 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -4,6 +4,7 @@ "description": "Material Components React List", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/material-icon/package.json b/packages/material-icon/package.json index 0d88ed077..cccd16ccf 100644 --- a/packages/material-icon/package.json +++ b/packages/material-icon/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Material Icon", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/menu-surface/package.json b/packages/menu-surface/package.json index ee164712b..84a8b3d46 100644 --- a/packages/menu-surface/package.json +++ b/packages/menu-surface/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Menu Surface", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/notched-outline/package.json b/packages/notched-outline/package.json index d51526389..fc239f32d 100644 --- a/packages/notched-outline/package.json +++ b/packages/notched-outline/package.json @@ -4,6 +4,7 @@ "description": "Material Componens React Notched Outline", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/radio/package.json b/packages/radio/package.json index 22129b758..98d5adb85 100644 --- a/packages/radio/package.json +++ b/packages/radio/package.json @@ -4,6 +4,7 @@ "description": "Material Componens React Radio", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/ripple/package.json b/packages/ripple/package.json index a3c91497c..e59c29aff 100644 --- a/packages/ripple/package.json +++ b/packages/ripple/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Ripple", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/select/package.json b/packages/select/package.json index 7db1d554e..73c9419f3 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Select", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/switch/package.json b/packages/switch/package.json index b53d1a817..c290fb3d4 100644 --- a/packages/switch/package.json +++ b/packages/switch/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Switch", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/tab-bar/package.json b/packages/tab-bar/package.json index 836508b90..52fb9edc6 100644 --- a/packages/tab-bar/package.json +++ b/packages/tab-bar/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Tab Bar", "license": "Apache-2.0", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/tab-indicator/package.json b/packages/tab-indicator/package.json index d5eb10d8d..86ebe5031 100644 --- a/packages/tab-indicator/package.json +++ b/packages/tab-indicator/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Tab Indicator", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/tab-scroller/package.json b/packages/tab-scroller/package.json index 00da09f5f..da58ac8ff 100644 --- a/packages/tab-scroller/package.json +++ b/packages/tab-scroller/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Tab Scroller", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/tab/package.json b/packages/tab/package.json index 4e84461f8..f55389df1 100644 --- a/packages/tab/package.json +++ b/packages/tab/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Tab", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/text-field/package.json b/packages/text-field/package.json index fab1590d6..4252762d0 100644 --- a/packages/text-field/package.json +++ b/packages/text-field/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Text Field", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/top-app-bar/package.json b/packages/top-app-bar/package.json index e950c7c02..678316bef 100644 --- a/packages/top-app-bar/package.json +++ b/packages/top-app-bar/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Top App Bar", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react", diff --git a/packages/typography/package.json b/packages/typography/package.json index 20169f28c..c27c99475 100644 --- a/packages/typography/package.json +++ b/packages/typography/package.json @@ -4,6 +4,7 @@ "description": "Material Components React Typography", "license": "MIT", "main": "dist/index.js", + "types": "dist/index.d.ts", "keywords": [ "mdc web react", "material components react",