@elara-services/packages 3.0.1 → 3.0.2

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 (3) hide show
  1. package/CHANGELOG +1 -1
  2. package/index.d.ts +1 -1
  3. package/package.json +1 -1
package/CHANGELOG CHANGED
@@ -1,4 +1,4 @@
1
- # V3.0.1
1
+ # v3.0.1, v3.0.2
2
2
 
3
3
  Fixed the typings for modal and added the typings for "ButtonStyle"
4
4
 
package/index.d.ts CHANGED
@@ -149,7 +149,7 @@ declare module "@elara-services/packages" {
149
149
  value?: string;
150
150
  placeholder?: string;
151
151
  }[]
152
- }
152
+ }[]
153
153
  }
154
154
 
155
155
  export type ModalOptions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elara-services/packages",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "types": "./index.d.ts",