@osovitny/anatoly 3.17.95 → 3.17.97

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.
@@ -1,5 +1,6 @@
1
+ import { ComponentBase } from '../base/components/component';
1
2
  import * as i0 from "@angular/core";
2
- export declare class Copy2ClipboardComponent {
3
+ export declare class Copy2ClipboardComponent extends ComponentBase {
3
4
  tooltip: string;
4
5
  text: string;
5
6
  onCopy2Clipboard(event: any): void;
@@ -1,2 +1,2 @@
1
- import { BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CheckIconComponent, Copy2ClipboardComponent, CountryDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
2
- export declare const MAIN_COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent | typeof Copy2ClipboardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CardComponent)[];
1
+ import { BuyAccessButtonComponent, SubscribePlanButtonComponent, CardComponent, CheckIconComponent, CountryDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
2
+ export declare const MAIN_COMPONENTS: (typeof BuyAccessButtonComponent | typeof SubscribePlanButtonComponent | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CardComponent)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.95",
3
+ "version": "3.17.97",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",
@@ -56,10 +56,10 @@
56
56
  "ngx-sharebuttons": "13.0.0",
57
57
  "sweetalert2": "11.10.5",
58
58
  "uuid": "9.0.1",
59
- "angular-froala-wysiwyg": "4.1.4",
60
- "froala-editor": "3.2.7",
61
59
  "@stripe/stripe-js": "4.2.0",
62
- "braintree-web-drop-in": "1.42.0"
60
+ "braintree-web-drop-in": "1.42.0",
61
+ "angular-froala-wysiwyg": "4.4.0",
62
+ "froala-editor": "4.4.0"
63
63
  },
64
64
  "sideEffects": false,
65
65
  "module": "fesm2022/osovitny-anatoly.mjs",