@bnsights/bbsf-controls 1.0.194-beta.19-5 → 1.0.194-beta.19-6

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-5",
3
+ "version": "1.0.194-beta.19-6",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.2.14",
6
6
  "@angular/cdk": "^19.2.19",
@@ -1,15 +1,13 @@
1
1
  //angular material
2
- @import '@angular/material/prebuilt-themes/deeppurple-amber.css';
2
+ @import '/node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css';
3
3
  //fontawesome
4
4
  @import "fontawesome/fontawesome.scss";
5
5
  //toaster
6
- @import 'ngx-toastr/toastr';
6
+ @import'/node_modules/ngx-toastr/toastr.css';
7
7
  //phone
8
- @import 'intl-tel-input/build/css/intlTelInput.css';
8
+ @import'/node_modules/intl-tel-input/build/css/intlTelInput.css';
9
9
  //markdown
10
- // Note: agate.min.css cannot be imported here due to esbuild limitations.
11
- // If you need syntax highlighting styles, import them separately in your app:
12
- // @import 'node_modules/ngx-markdown-editor/assets/highlight.js/agate.min.css';
10
+ @import '/node_modules/ngx-markdown-editor/assets/highlight.js/agate.min.css';
13
11
  //custom
14
12
  @import"sass/base.scss";
15
13
  @import"sass/textarea.scss";