oasys-lib 1.26.1 → 1.26.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/bundles/oasys-lib.umd.js +2 -2
- package/bundles/oasys-lib.umd.js.map +1 -1
- package/esm2015/lib/components/carousel/carousel.module.js +5 -3
- package/fesm2015/oasys-lib.js +4 -2
- package/fesm2015/oasys-lib.js.map +1 -1
- package/lib/components/carousel/carousel.module.d.ts +1 -0
- package/lib/components/carousel/carousel.module.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/assets/bloomandwild/variables.css +1 -1
- package/src/assets/bloomon/variables.css +1 -1
- package/src/assets/global/scss-breakpoints.scss +1 -1
- package/src/assets/global/variables.css +1 -1
package/bundles/oasys-lib.umd.js
CHANGED
|
@@ -2348,9 +2348,9 @@
|
|
|
2348
2348
|
type: i0.Input
|
|
2349
2349
|
}] } });
|
|
2350
2350
|
|
|
2351
|
-
bundle.register();
|
|
2352
2351
|
var OasysCarouselModule = /** @class */ (function () {
|
|
2353
2352
|
function OasysCarouselModule() {
|
|
2353
|
+
bundle.register();
|
|
2354
2354
|
}
|
|
2355
2355
|
return OasysCarouselModule;
|
|
2356
2356
|
}());
|
|
@@ -2366,7 +2366,7 @@
|
|
|
2366
2366
|
providers: [TokenService],
|
|
2367
2367
|
schemas: [i0.CUSTOM_ELEMENTS_SCHEMA]
|
|
2368
2368
|
}]
|
|
2369
|
-
}] });
|
|
2369
|
+
}], ctorParameters: function () { return []; } });
|
|
2370
2370
|
|
|
2371
2371
|
var BannerComponent = /** @class */ (function () {
|
|
2372
2372
|
function BannerComponent(tokenService) {
|