@seniorsistemas/angular-components 19.7.1 → 19.7.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seniorsistemas/angular-components",
3
- "version": "19.7.1",
3
+ "version": "19.7.3",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^18.2.14",
6
6
  "@angular/common": "^18.2.0",
@@ -14,7 +14,7 @@
14
14
  "ng2-currency-mask": "13.0.3",
15
15
  "primeng": "^18.0.2",
16
16
  "marked": "15.0.7",
17
- "cropperjs": "2.0.0",
17
+ "cropperjs": "^1.6.2",
18
18
  "angular2-hotkeys": "16.0.1",
19
19
  "@fortawesome/fontawesome-pro": "5.15.3",
20
20
  "@seniorsistemas/tailwind-config": "^1.0.7",
@@ -71,6 +71,7 @@
71
71
  }
72
72
  },
73
73
  "dependencies": {
74
+ "bignumber.js": ">=9.0.0 <13.0.0",
74
75
  "tslib": "^2.3.0"
75
76
  },
76
77
  "schematics": "./schematics/collection.json",
@@ -108,18 +109,18 @@
108
109
  "esm": "./esm2022/autocomplete/seniorsistemas-angular-components-autocomplete.mjs",
109
110
  "default": "./fesm2022/seniorsistemas-angular-components-autocomplete.mjs"
110
111
  },
111
- "./bignumber-input": {
112
- "types": "./bignumber-input/index.d.ts",
113
- "esm2022": "./esm2022/bignumber-input/seniorsistemas-angular-components-bignumber-input.mjs",
114
- "esm": "./esm2022/bignumber-input/seniorsistemas-angular-components-bignumber-input.mjs",
115
- "default": "./fesm2022/seniorsistemas-angular-components-bignumber-input.mjs"
116
- },
117
112
  "./badge": {
118
113
  "types": "./badge/index.d.ts",
119
114
  "esm2022": "./esm2022/badge/seniorsistemas-angular-components-badge.mjs",
120
115
  "esm": "./esm2022/badge/seniorsistemas-angular-components-badge.mjs",
121
116
  "default": "./fesm2022/seniorsistemas-angular-components-badge.mjs"
122
117
  },
118
+ "./bignumber-input": {
119
+ "types": "./bignumber-input/index.d.ts",
120
+ "esm2022": "./esm2022/bignumber-input/seniorsistemas-angular-components-bignumber-input.mjs",
121
+ "esm": "./esm2022/bignumber-input/seniorsistemas-angular-components-bignumber-input.mjs",
122
+ "default": "./fesm2022/seniorsistemas-angular-components-bignumber-input.mjs"
123
+ },
123
124
  "./breadcrumb": {
124
125
  "types": "./breadcrumb/index.d.ts",
125
126
  "esm2022": "./esm2022/breadcrumb/seniorsistemas-angular-components-breadcrumb.mjs",