@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
package/bundle/bundle.umd.js
CHANGED
@@ -10939,7 +10939,7 @@
|
|
10939
10939
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
10940
10940
|
});
|
10941
10941
|
|
10942
|
-
const packageVersion = "0.14.
|
10942
|
+
const packageVersion = "0.14.857";
|
10943
10943
|
|
10944
10944
|
exports.Blocks = Blocks;
|
10945
10945
|
exports.ContentPage = ContentPage;
|