md-components-mdigial-azamat 0.0.17 → 0.0.18
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/dist/AllComponents.js +2 -2
- package/dist/Banner/Banner.js +1 -1
- package/dist/Banner/index.js +1 -1
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/Cards/ContentCard/ContentCard.js +2 -3
- package/dist/Cards/ContentCard/index.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +2 -3
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/ContentCardList/ContentCardList.js +1 -1
- package/dist/ContentCardList/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/index.js +10 -11
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +2 -3
- package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +2 -3
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +2 -3
- package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
- package/dist/Faq/Faq.js +1 -1
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +2 -3
- package/dist/Faq/components/FeedbackForm/index.js +1 -1
- package/dist/Faq/index.js +1 -1
- package/dist/InfoBanner/index.js +1 -1
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MainBanner/index.js +1 -1
- package/dist/PageViewer/PageViewer.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +2 -3
- package/dist/PreviewList/components/PreviewCard/index.js +1 -1
- package/dist/PreviewList/index.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/StandartTable/components/CardWarning/index.js +9 -10
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/index.js +1 -1
- package/dist/Types/FiledTypes.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/{componentsMap-fc5d3ce6.js → componentsMap-fac339bd.js} +1 -1
- package/dist/{data.mock-97df7aa8.js → data.mock-05e024fc.js} +5 -5
- package/dist/{index-3d4883ec.js → index-3327c6b5.js} +229 -226
- package/dist/main.js +5 -5
- package/package.json +1 -1
- package/dist/const-fcf5d36a.js +0 -5
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ConfigProvider as e } from "./ConfigProvider/index.js";
|
|
2
|
-
import { B as t,
|
|
2
|
+
import { B as t, m as n, C as s, j as i, a as m, D as p, c as d, b as f, d as x, F as l, k as C, I as F, M as P, l as u, P as I, S as c, W as w } from "./index-3327c6b5.js";
|
|
3
3
|
import { BannerAndText as L } from "./BannerAndText/index.js";
|
|
4
4
|
import { Segments as g } from "./Segments/Segments.js";
|
|
5
5
|
import { VideoFull as V } from "./Video/VideoFull/VideoFull.js";
|
|
@@ -7,8 +7,8 @@ import { VideoList as v } from "./Video/VideoList/VideoList.js";
|
|
|
7
7
|
import { VideoListMini as H } from "./Video/VideoListMini/VideoListMini.js";
|
|
8
8
|
import { CardIconList as T } from "./CardIconList/CardIconList.js";
|
|
9
9
|
import { MultiCards as W } from "./MultiCards/index.js";
|
|
10
|
-
import { Partners as
|
|
11
|
-
import { HtmlContent as
|
|
10
|
+
import { Partners as q } from "./Partners/Partners.js";
|
|
11
|
+
import { HtmlContent as h } from "./HtmlContent/HtmlContent.js";
|
|
12
12
|
import { HeroPossibilityBanner as E } from "./HeroPossibilityBanner/index.js";
|
|
13
13
|
import { PartnersColors as J } from "./PartnersColors/PartnersColors.js";
|
|
14
14
|
import { CardImage as N } from "./Cards/CardImage/CardImage.js";
|
|
@@ -44,7 +44,7 @@ export {
|
|
|
44
44
|
C as FeedbackForm,
|
|
45
45
|
xr as FieldTypes,
|
|
46
46
|
E as HeroPossibilityBanner,
|
|
47
|
-
|
|
47
|
+
h as HtmlContent,
|
|
48
48
|
rr as InstructionCard,
|
|
49
49
|
F as InstructionList,
|
|
50
50
|
er as InstructionModal,
|
|
@@ -53,7 +53,7 @@ export {
|
|
|
53
53
|
dr as PageViewer,
|
|
54
54
|
tr as PartnerCard,
|
|
55
55
|
sr as PartnerTab,
|
|
56
|
-
|
|
56
|
+
q as Partners,
|
|
57
57
|
J as PartnersColors,
|
|
58
58
|
_ as PlusMinusIcon,
|
|
59
59
|
u as PreviewCard,
|
package/package.json
CHANGED
package/dist/const-fcf5d36a.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
var e = /* @__PURE__ */ ((r) => (r.S = "s", r.M = "m", r.L = "l", r.XL = "xl", r))(e || {}), y = /* @__PURE__ */ ((r) => (r.Primary = "primary", r.Secondary = "secondary", r.SecondaryBlue = "secondaryBlue", r.Grey = "grey", r.Static = "static", r.Brand = "brand", r))(y || {});
|
|
2
|
-
export {
|
|
3
|
-
y as B,
|
|
4
|
-
e as a
|
|
5
|
-
};
|