@bnsights/bbsf-controls 1.0.194-beta.19-7 → 1.0.194-beta.19-9

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": "@bnsights/bbsf-controls",
3
- "version": "1.0.194-beta.19-7",
3
+ "version": "1.0.194-beta.19-9",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.2.14",
6
6
  "@angular/cdk": "^19.2.19",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@angular/google-maps": "^18.2.14",
16
- "@bnsights/bbsf-utilities": "^1.0.69-beta.19-2",
16
+ "@bnsights/bbsf-utilities": "^1.0.69-beta.19-4",
17
17
  "@danielmoncada/angular-datetime-picker": "^20.0.0",
18
18
  "@fullcalendar/angular": "^6.1.19",
19
19
  "@fullcalendar/core": "^6.1.19",
@@ -8,6 +8,8 @@
8
8
  @import'/node_modules/intl-tel-input/build/css/intlTelInput.css';
9
9
  //markdown
10
10
  @import '/node_modules/ngx-markdown-editor/assets/highlight.js/agate.min.css';
11
+ //datepicker
12
+ @import '/node_modules/@danielmoncada/angular-datetime-picker/assets/style/picker.min.css';
11
13
  //custom
12
14
  @import"sass/base.scss";
13
15
  @import"sass/textarea.scss";