@longraf/mdesign 0.0.2 → 0.0.3
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/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/lib/ui-kit/Calculator/Calculator.fixture.d.ts +5 -0
- package/lib/ui-kit/Calculator/Calculator.fixture.mobile.d.ts +5 -0
- package/mobile/bundle/bundle.umd.js +1 -1
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/package.json +7 -14
- package/src/ui-kit/Calculator/Calculator.fixture.mobile.tsx +7 -0
- package/src/ui-kit/Calculator/Calculator.fixture.tsx +7 -0
@@ -10325,7 +10325,7 @@
|
|
10325
10325
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
10326
10326
|
});
|
10327
10327
|
|
10328
|
-
const packageVersion = "0.14.
|
10328
|
+
const packageVersion = "0.14.857";
|
10329
10329
|
|
10330
10330
|
exports.Blocks = Blocks;
|
10331
10331
|
exports.ContentPage = ContentPage;
|