@mintplayer/ng-bootstrap 15.23.5 → 15.24.1

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.
Files changed (1) hide show
  1. package/package.json +28 -27
package/package.json CHANGED
@@ -1,39 +1,14 @@
1
1
  {
2
2
  "name": "@mintplayer/ng-bootstrap",
3
3
  "private": false,
4
- "version": "15.23.5",
4
+ "version": "15.24.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
8
8
  "directory": "libs/mintplayer-ng-bootstrap"
9
9
  },
10
- "peerDependencies": {
11
- "@angular/common": "^15.1.0",
12
- "@angular/core": "^15.1.0",
13
- "@angular/cdk": "^15.1.0",
14
- "@angular/forms": "^15.1.0",
15
- "rxjs": "^7.4.0",
16
- "bootstrap": "^5.2.0",
17
- "bootstrap-icons": "^1.7.2",
18
- "ngx-highlightjs": "^7.0.1",
19
- "@mintplayer/ng-click-outside": "^15.2.0",
20
- "@mintplayer/ng-animations": "^15.2.0",
21
- "@mintplayer/pagination": "^1.1.0",
22
- "@mintplayer/ng-focus-on-load": "^15.2.0",
23
- "@mintplayer/ng-swiper": "^15.1.0",
24
- "@angular/platform-browser": "15.2.7",
25
- "@angular/router": "15.2.7"
26
- },
27
- "dependencies": {
28
- "tslib": "^2.3.0"
29
- },
30
- "module": "fesm2015/mintplayer-ng-bootstrap.mjs",
31
- "es2020": "fesm2020/mintplayer-ng-bootstrap.mjs",
32
- "esm2020": "esm2020/mintplayer-ng-bootstrap.mjs",
33
- "fesm2020": "fesm2020/mintplayer-ng-bootstrap.mjs",
34
- "fesm2015": "fesm2015/mintplayer-ng-bootstrap.mjs",
35
- "typings": "index.d.ts",
36
10
  "exports": {
11
+ "./bootstrap.scss": "./_bootstrap.scss",
37
12
  "./package.json": {
38
13
  "default": "./package.json"
39
14
  },
@@ -558,5 +533,31 @@
558
533
  "default": "./fesm2020/mintplayer-ng-bootstrap-user-agent.mjs"
559
534
  }
560
535
  },
536
+ "peerDependencies": {
537
+ "@angular/common": "^15.2.0",
538
+ "@angular/core": "^15.2.0",
539
+ "@angular/cdk": "^15.2.0",
540
+ "@angular/forms": "^15.2.0",
541
+ "rxjs": "^7.4.0",
542
+ "bootstrap": "^5.2.0",
543
+ "bootstrap-icons": "^1.7.2",
544
+ "ngx-highlightjs": "^7.0.1",
545
+ "@mintplayer/ng-click-outside": "^15.2.1",
546
+ "@mintplayer/ng-animations": "^15.2.1",
547
+ "@mintplayer/pagination": "^1.1.0",
548
+ "@mintplayer/ng-focus-on-load": "^15.2.1",
549
+ "@mintplayer/ng-swiper": "^15.2.0",
550
+ "@angular/platform-browser": "15.2.7",
551
+ "@angular/router": "15.2.7"
552
+ },
553
+ "dependencies": {
554
+ "tslib": "^2.3.0"
555
+ },
556
+ "module": "fesm2015/mintplayer-ng-bootstrap.mjs",
557
+ "es2020": "fesm2020/mintplayer-ng-bootstrap.mjs",
558
+ "esm2020": "esm2020/mintplayer-ng-bootstrap.mjs",
559
+ "fesm2020": "fesm2020/mintplayer-ng-bootstrap.mjs",
560
+ "fesm2015": "fesm2015/mintplayer-ng-bootstrap.mjs",
561
+ "typings": "index.d.ts",
561
562
  "sideEffects": false
562
563
  }