md-components-mdigial-azamat 0.0.24 → 0.0.25

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 (60) hide show
  1. package/dist/AllComponents.js +1 -1
  2. package/dist/Banner/Banner.js +1 -1
  3. package/dist/Banner/index.js +1 -1
  4. package/dist/BannerAndText/index.js +1 -1
  5. package/dist/CardIconList/CardIconList.js +1 -1
  6. package/dist/CardIconList/index.js +1 -1
  7. package/dist/CardImageList/CardImageList.js +1 -1
  8. package/dist/CardImageList/index.js +1 -1
  9. package/dist/CardImageSecondary/CardImageSecondary.js +1 -1
  10. package/dist/CardImageSecondary/index.js +1 -1
  11. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
  12. package/dist/CardImageSecondaryList/index.js +1 -1
  13. package/dist/CardInfoTable/index.js +1 -1
  14. package/dist/Cards/ContentCard/ContentCard.js +1 -1
  15. package/dist/Cards/ContentCard/index.js +1 -1
  16. package/dist/Cards/WarningCard/WarningCard.js +1 -1
  17. package/dist/Cards/WarningCard/index.js +1 -1
  18. package/dist/ContentCardList/ContentCardList.js +1 -1
  19. package/dist/ContentCardList/index.js +1 -1
  20. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
  21. package/dist/DownloadFile/components/DownloadFileBanner/index.js +1 -1
  22. package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
  23. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
  24. package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
  25. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
  26. package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
  27. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
  28. package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
  29. package/dist/Faq/Faq.js +1 -1
  30. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1 -1
  31. package/dist/Faq/components/FeedbackForm/index.js +1 -1
  32. package/dist/Faq/index.js +1 -1
  33. package/dist/InfoBanner/index.js +1 -1
  34. package/dist/InfoBannerList/InfoBannerList.js +1 -1
  35. package/dist/InfoBannerList/index.js +1 -1
  36. package/dist/InstructionList/InstructionList.js +1 -1
  37. package/dist/InstructionList/index.js +1 -1
  38. package/dist/IntroBanner/IntroBanner.js +1 -1
  39. package/dist/IntroBanner/index.js +1 -1
  40. package/dist/MainBanner/MainBanner.js +1 -1
  41. package/dist/MainBanner/index.js +1 -1
  42. package/dist/MultiCards/index.js +1 -1
  43. package/dist/PageViewer/PageViewer.js +1 -1
  44. package/dist/PageViewer/renderComponents.js +6 -6
  45. package/dist/PreviewList/PreviewList.js +1 -1
  46. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +1 -1
  47. package/dist/PreviewList/components/PreviewCard/index.js +1 -1
  48. package/dist/PreviewList/index.js +1 -1
  49. package/dist/RenderAllComponents/RenderAllComponents.js +3 -3
  50. package/dist/RenderAllComponents/const.js +1 -1
  51. package/dist/StandartTable/components/CardWarning/index.js +1 -1
  52. package/dist/StandartTable/index.js +1 -1
  53. package/dist/Stepper/Stepper.js +1 -1
  54. package/dist/Stepper/index.js +1 -1
  55. package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
  56. package/dist/VideoMainBanner/index.js +1 -1
  57. package/dist/{componentsMap-189b0c59.js → componentsMap-5e677eaa.js} +1 -1
  58. package/dist/{index-7e2966f2.js → index-f6bbda32.js} +242 -242
  59. package/dist/main.js +1 -1
  60. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ConfigProvider as a } from "./ConfigProvider/index.js";
2
- import { ab as t, aa as s, B as n, a5 as i, a9 as p, b as m, C as l, a6 as d, a as f, D as x, e as C, d as F, f as P, F as u, a7 as c, I, c as w, M as B, a8 as L, P as M, S as g, W as D } from "./index-7e2966f2.js";
2
+ import { ab as t, aa as s, B as n, a5 as i, a9 as p, b as m, C as l, a6 as d, a as f, D as x, e as C, d as F, f as P, F as u, a7 as c, I, c as w, M as B, a8 as L, P as M, S as g, W as D } from "./index-f6bbda32.js";
3
3
  import { Segments as V } from "./Segments/Segments.js";
4
4
  import { VideoFull as v } from "./Video/VideoFull/VideoFull.js";
5
5
  import { VideoList as A } from "./Video/VideoList/VideoList.js";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "md-components-mdigial-azamat",
3
3
  "author": "Azamat Raimbekov",
4
4
  "private": false,
5
- "version": "0.0.24",
5
+ "version": "0.0.25",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",