ngx-iso-form 1.1.1 → 2.0.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/README.md CHANGED
@@ -48,7 +48,7 @@ export interface SchemaElement {
48
48
  }
49
49
 
50
50
  ```
51
- ## [Live Demo](https://www.pixelbyaj.com/ngx-iso-form)
51
+ ## [Live Demo](https://www.pixelbyaj.com/ngx-iso-form/)
52
52
  ## How to consume
53
53
 
54
54
  1. Install npm package ngx-iso-form.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-iso-form",
3
- "version": "1.1.1",
3
+ "version": "2.0.0",
4
4
  "description": "This form is used to design Angular Reactive Form using any given XSD. The primary use of this UI library is to design ISO 20022 forms dynamically.",
5
5
  "author": "Abhishek Joshi aka PixelByAJ",
6
6
  "repository": {
@@ -1,10 +0,0 @@
1
- :host {
2
- .mat-expansion-panel-header-description {
3
- justify-content: space-between;
4
- align-items: center;
5
- }
6
- .mat-expansion-panel {
7
- width: 100%;
8
- margin: 5px 0
9
- }
10
- }