monkey-style-guide 2.0.167 → 2.0.169

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.
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MonkeyIconDragDropComponent {
3
+ fillColor: string;
4
+ size: string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconDragDropComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyIconDragDropComponent, "monkey-icon-drag-drop", never, { "fillColor": "fillColor"; "size": "size"; }, {}, never, never>;
7
+ }
@@ -105,3 +105,4 @@ export * from './icon-money-new';
105
105
  export * from './icon-registration';
106
106
  export * from './icon.component';
107
107
  export * from './icon.module';
108
+ export * from './icon-drag-drop.component';
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide",
3
- "version": "2.0.167",
3
+ "version": "2.0.169",
4
4
  "author": "Monkey Exchange",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
Binary file