@mintplayer/ng-bootstrap 20.6.0 → 20.6.2
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintplayer/ng-bootstrap",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "20.6.
|
|
4
|
+
"version": "20.6.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
|
|
@@ -124,14 +124,14 @@
|
|
|
124
124
|
"types": "./floating-labels/index.d.ts",
|
|
125
125
|
"default": "./fesm2022/mintplayer-ng-bootstrap-floating-labels.mjs"
|
|
126
126
|
},
|
|
127
|
-
"./for": {
|
|
128
|
-
"types": "./for/index.d.ts",
|
|
129
|
-
"default": "./fesm2022/mintplayer-ng-bootstrap-for.mjs"
|
|
130
|
-
},
|
|
131
127
|
"./font-color": {
|
|
132
128
|
"types": "./font-color/index.d.ts",
|
|
133
129
|
"default": "./fesm2022/mintplayer-ng-bootstrap-font-color.mjs"
|
|
134
130
|
},
|
|
131
|
+
"./for": {
|
|
132
|
+
"types": "./for/index.d.ts",
|
|
133
|
+
"default": "./fesm2022/mintplayer-ng-bootstrap-for.mjs"
|
|
134
|
+
},
|
|
135
135
|
"./form": {
|
|
136
136
|
"types": "./form/index.d.ts",
|
|
137
137
|
"default": "./fesm2022/mintplayer-ng-bootstrap-form.mjs"
|
|
@@ -184,6 +184,10 @@
|
|
|
184
184
|
"types": "./marquee/index.d.ts",
|
|
185
185
|
"default": "./fesm2022/mintplayer-ng-bootstrap-marquee.mjs"
|
|
186
186
|
},
|
|
187
|
+
"./modal": {
|
|
188
|
+
"types": "./modal/index.d.ts",
|
|
189
|
+
"default": "./fesm2022/mintplayer-ng-bootstrap-modal.mjs"
|
|
190
|
+
},
|
|
187
191
|
"./multiselect": {
|
|
188
192
|
"types": "./multiselect/index.d.ts",
|
|
189
193
|
"default": "./fesm2022/mintplayer-ng-bootstrap-multiselect.mjs"
|
|
@@ -196,10 +200,6 @@
|
|
|
196
200
|
"types": "./navbar-toggler/index.d.ts",
|
|
197
201
|
"default": "./fesm2022/mintplayer-ng-bootstrap-navbar-toggler.mjs"
|
|
198
202
|
},
|
|
199
|
-
"./modal": {
|
|
200
|
-
"types": "./modal/index.d.ts",
|
|
201
|
-
"default": "./fesm2022/mintplayer-ng-bootstrap-modal.mjs"
|
|
202
|
-
},
|
|
203
203
|
"./navigation-lock": {
|
|
204
204
|
"types": "./navigation-lock/index.d.ts",
|
|
205
205
|
"default": "./fesm2022/mintplayer-ng-bootstrap-navigation-lock.mjs"
|