monkey-style-guide 21.2.3 → 21.2.4

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide",
3
- "version": "21.2.3",
3
+ "version": "21.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^21.2.4",
6
6
  "@angular/cdk": "^21.2.2",
@@ -1157,12 +1157,6 @@ declare class MonkeyInputDateRangeComponent implements MonkeyFormFieldControl, C
1157
1157
  static ngAcceptInputType_required: unknown;
1158
1158
  }
1159
1159
 
1160
- /** ************************
1161
- * Copyright Monkey Exchange. All Rights Reserved
1162
- * This style guide was developed by Monkey Exchange Team
1163
- * MIT Licence
1164
- ************************* */
1165
-
1166
1160
  interface Country {
1167
1161
  iso: string;
1168
1162
  code: string;
Binary file