md-components-mdigial-azamat 0.0.76 → 0.0.79

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 (133) hide show
  1. package/dist/ActionCard/ActionCard.js +30 -0
  2. package/dist/ActionCard/index.js +4 -0
  3. package/dist/ActionCard/info.js +11 -0
  4. package/dist/ActionCard/types.js +1 -0
  5. package/dist/ActionCardList/ActionCardList.js +32 -0
  6. package/dist/ActionCardList/index.js +4 -0
  7. package/dist/ActionCardList/info.js +11 -0
  8. package/dist/ActionCardList/types.js +1 -0
  9. package/dist/ActionIconList/ActionIconList.js +174 -0
  10. package/dist/ActionIconList/index.js +4 -0
  11. package/dist/ActionIconList/info.js +11 -0
  12. package/dist/ActionIconList/types.js +1 -0
  13. package/dist/AllComponents.js +40 -127
  14. package/dist/AllComponentsInfo.js +26 -27
  15. package/dist/AnimatedSwiper/index.js +9 -3
  16. package/dist/AnimatedSwiper/info.js +1 -1
  17. package/dist/Banner/Banner.js +1 -1
  18. package/dist/Banner/info.js +1 -1
  19. package/dist/BannerAndText/index.js +1 -1
  20. package/dist/BannerAndText/info.js +1 -1
  21. package/dist/CardIconList/CardIconList.js +17 -16
  22. package/dist/CardIconList/info.js +1 -1
  23. package/dist/CardImageList/CardImageList.js +2 -2
  24. package/dist/CardImageList/info.js +1 -1
  25. package/dist/CardImageSecondary/info.js +1 -1
  26. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
  27. package/dist/CardImageSecondaryList/info.js +1 -1
  28. package/dist/CardInfoTable/index.js +1 -1
  29. package/dist/CardInfoTable/info.js +1 -1
  30. package/dist/{index-04224eb4.js → Cards/ActionIconCard/index.js} +21 -27
  31. package/dist/Cards/ActionIconCard/info.js +11 -0
  32. package/dist/Cards/ActionIconCard/types.js +1 -0
  33. package/dist/Cards/CardImage/info.js +1 -1
  34. package/dist/Cards/ColoredCard/info.js +1 -1
  35. package/dist/Cards/ContentCard/info.js +1 -1
  36. package/dist/Cards/FeaturesCard/index.js +100 -8
  37. package/dist/Cards/FeaturesCard/info.js +2 -2
  38. package/dist/Cards/WarningCard/WarningCard.js +103 -62
  39. package/dist/Cards/WarningCard/index.js +1 -1
  40. package/dist/Cards/WarningCard/info.js +3 -9
  41. package/dist/ComponentContainer-05e27e82.js +16 -0
  42. package/dist/ContentCardList/ContentCardList.js +1 -1
  43. package/dist/ContentCardList/info.js +1 -1
  44. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +15 -15
  45. package/dist/DownloadFile/components/DownloadFileBanner/info.js +1 -1
  46. package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
  47. package/dist/DownloadFile/components/DownloadFileBright/info.js +1 -1
  48. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +43 -39
  49. package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
  50. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +55 -51
  51. package/dist/DownloadFile/components/DownloadFileHalf/info.js +1 -1
  52. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
  53. package/dist/DownloadFile/components/DownloadFileMini/info.js +1 -1
  54. package/dist/DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js +50 -0
  55. package/dist/DownloadFile/components/FileBannerSecondary/index.js +4 -0
  56. package/dist/DownloadFile/components/FileBannerSecondary/info.js +11 -0
  57. package/dist/Faq/Faq.js +2 -2
  58. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +6 -55
  59. package/dist/Faq/components/FeedbackForm/index.js +1 -1
  60. package/dist/Faq/info.js +1 -1
  61. package/dist/FileLoader/fileLoader.js +22 -0
  62. package/dist/FileLoader/index.js +1787 -0
  63. package/dist/Footer/info.js +1 -1
  64. package/dist/Forms/FormDefault/componentTypes.js +31 -0
  65. package/dist/Forms/FormDefault/index.js +10 -273
  66. package/dist/Forms/FormDefault/info.js +104 -18
  67. package/dist/Forms/helpers/renderFormFields.js +7 -0
  68. package/dist/Forms/model/components.js +102 -0
  69. package/dist/Forms/types/formItems.js +1 -0
  70. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
  71. package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
  72. package/dist/Header/info.js +1 -1
  73. package/dist/HeroPossibilityBanner/info.js +1 -1
  74. package/dist/InfoBanner/info.js +1 -1
  75. package/dist/InfoBannerList/InfoBannerList.js +1 -1
  76. package/dist/InfoBannerList/info.js +1 -1
  77. package/dist/InstructionList/InstructionList.js +1 -1
  78. package/dist/InstructionList/info.js +1 -1
  79. package/dist/IntroBanner/IntroBanner.js +1 -1
  80. package/dist/IntroBanner/info.js +1 -1
  81. package/dist/MainBanner/MainBanner.js +1 -1
  82. package/dist/MainBanner/info.js +1 -1
  83. package/dist/MultiCards/index.js +4 -4
  84. package/dist/MultiCards/info.js +1 -1
  85. package/dist/PageViewer/renderComponents.js +1 -1
  86. package/dist/Partners/Partners.js +14 -14
  87. package/dist/Partners/info.js +1 -1
  88. package/dist/PartnersColors/PartnersColors.js +15 -8
  89. package/dist/PartnersColors/info.js +1 -1
  90. package/dist/PreviewList/PreviewList.js +16 -16
  91. package/dist/PreviewList/info.js +1 -1
  92. package/dist/PromoPoster/PromoPoster.js +1 -1
  93. package/dist/PromoPoster/info.js +1 -1
  94. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  95. package/dist/RenderAllComponents/const.js +1 -1
  96. package/dist/Segments/info.js +1 -1
  97. package/dist/Space/info.js +1 -1
  98. package/dist/StandartTable/index.js +1 -1
  99. package/dist/StandartTable/info.js +1 -1
  100. package/dist/Stepper/Stepper.js +1 -1
  101. package/dist/Stepper/info.js +1 -1
  102. package/dist/SwiperList/SwiperList.js +7 -7
  103. package/dist/SwiperList/info.js +1 -1
  104. package/dist/TasksBanner/info.js +1 -1
  105. package/dist/TasksBannerList/TasksBannerList.js +1 -1
  106. package/dist/TasksBannerList/info.js +1 -1
  107. package/dist/TitleBlock/TitleBlock.js +15 -0
  108. package/dist/TitleBlock/index.js +4 -0
  109. package/dist/TitleBlock/info.js +11 -0
  110. package/dist/TitleBlock/types.js +1 -0
  111. package/dist/Video/VideoFull/VideoFull.js +1 -1
  112. package/dist/Video/VideoFull/info.js +1 -1
  113. package/dist/Video/VideoList/VideoList.js +4 -4
  114. package/dist/Video/VideoList/info.js +1 -1
  115. package/dist/Video/VideoListMini/VideoListMini.js +1 -1
  116. package/dist/Video/VideoListMini/info.js +1 -1
  117. package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
  118. package/dist/VideoMainBanner/info.js +1 -1
  119. package/dist/assets/index.css +1 -1
  120. package/dist/componentsMap-3d57445f.js +98 -0
  121. package/dist/{data.mock-8db3fb9a.js → data.mock-9071e4ea.js} +63 -59
  122. package/dist/{index-b826f1c7.js → index-0a5f313c.js} +1 -1
  123. package/dist/index-a0ed2e4a.js +1221 -0
  124. package/dist/info-0f7bae6b.js +1380 -0
  125. package/dist/main.js +67 -66
  126. package/dist/{mousewheel-2cf27f39.js → mousewheel-865ae601.js} +1 -1
  127. package/dist/{navigation-48c90d3b.js → navigation-b894d0cd.js} +1 -1
  128. package/dist/size-b1291031.js +8 -0
  129. package/dist/{swiper-react-bfbb44d6.js → swiper-react-90953710.js} +3 -3
  130. package/package.json +4 -1
  131. package/dist/ComponentContainer-68340535.js +0 -16
  132. package/dist/componentsMap-153c7a30.js +0 -97
  133. package/dist/index.esm-67811428.js +0 -1012
@@ -0,0 +1,98 @@
1
+ import r from "./AnimatedSwiper/index.js";
2
+ import { Banner as o } from "./Banner/Banner.js";
3
+ import { BannerAndText as m } from "./BannerAndText/index.js";
4
+ import { CardIconList as t } from "./CardIconList/CardIconList.js";
5
+ import { CardImageList as i } from "./CardImageList/CardImageList.js";
6
+ import { CardImageSecondary as n } from "./CardImageSecondary/CardImageSecondary.js";
7
+ import { CardImageSecondaryList as a } from "./CardImageSecondaryList/CardImageSecondaryList.js";
8
+ import { CardInfoTable as e } from "./CardInfoTable/index.js";
9
+ import { CardImage as p } from "./Cards/CardImage/CardImage.js";
10
+ import { ColoredCard as f } from "./Cards/ColoredCard/index.js";
11
+ import { ContentCard as s } from "./Cards/ContentCard/ContentCard.js";
12
+ import { FeaturesCard as d } from "./Cards/FeaturesCard/index.js";
13
+ import { W as l, F as C } from "./info-0f7bae6b.js";
14
+ import { ContentCardList as B } from "./ContentCardList/ContentCardList.js";
15
+ import { DownloadFileBanner as F } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
16
+ import { DownloadFileBright as L } from "./DownloadFile/components/DownloadFileBright/index.js";
17
+ import { DownloadFileFull as I } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
18
+ import { DownloadFileHalf as c } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
19
+ import { DownloadFileMini as S } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
20
+ import { FileBannerSecondary as w } from "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
21
+ import { Faq as g } from "./Faq/Faq.js";
22
+ import { Footer as u } from "./Footer/Footer.js";
23
+ import { Header as D } from "./Header/Header.js";
24
+ import { HeroPossibilityBanner as M } from "./HeroPossibilityBanner/index.js";
25
+ import { HtmlContent as P } from "./HtmlContent/HtmlContent.js";
26
+ import { InfoBanner as T } from "./InfoBanner/index.js";
27
+ import { InfoBannerList as y } from "./InfoBannerList/InfoBannerList.js";
28
+ import { InstructionList as H } from "./InstructionList/InstructionList.js";
29
+ import { IntroBanner as V } from "./IntroBanner/IntroBanner.js";
30
+ import { MainBanner as b } from "./MainBanner/MainBanner.js";
31
+ import { MultiCards as k } from "./MultiCards/index.js";
32
+ import { Partners as x } from "./Partners/Partners.js";
33
+ import { PartnersColors as A } from "./PartnersColors/PartnersColors.js";
34
+ import { PreviewList as W } from "./PreviewList/PreviewList.js";
35
+ import { PromoPoster as h } from "./PromoPoster/PromoPoster.js";
36
+ import { Segments as q } from "./Segments/Segments.js";
37
+ import { Space as v } from "./Space/Space.js";
38
+ import { StandartTable as j } from "./StandartTable/index.js";
39
+ import { Stepper as z } from "./Stepper/Stepper.js";
40
+ import { SwiperList as E } from "./SwiperList/SwiperList.js";
41
+ import { TasksBanner as G } from "./TasksBanner/TasksBanner.js";
42
+ import { TasksBannerList as J } from "./TasksBannerList/TasksBannerList.js";
43
+ import { VideoFull as K } from "./Video/VideoFull/VideoFull.js";
44
+ import { VideoList as N } from "./Video/VideoList/VideoList.js";
45
+ import { VideoListMini as O } from "./Video/VideoListMini/VideoListMini.js";
46
+ import { VideoMainBanner as Q } from "./VideoMainBanner/VideoMainBanner.js";
47
+ const zr = {
48
+ Banner: o,
49
+ BannerAndText: m,
50
+ CardImageList: i,
51
+ Stepper: z,
52
+ Segments: q,
53
+ VideoFull: K,
54
+ VideoList: N,
55
+ VideoListMini: O,
56
+ ContentCardList: B,
57
+ CardIconList: t,
58
+ MultiCards: k,
59
+ Partners: x,
60
+ PartnersColors: A,
61
+ MainBanner: b,
62
+ WarningCard: l,
63
+ Faq: g,
64
+ DownloadFileBanner: F,
65
+ DownloadFileHalf: c,
66
+ DownloadFileFull: I,
67
+ DownloadFileMini: S,
68
+ InstructionList: H,
69
+ PreviewList: W,
70
+ SwiperList: E,
71
+ AnimatedSwiper: r,
72
+ InfoBannerList: y,
73
+ TasksBannerList: J,
74
+ VideoMainBanner: Q,
75
+ Space: v,
76
+ PromoPoster: h,
77
+ CardImageSecondaryList: a,
78
+ CardInfoTable: e,
79
+ StandartTable: j,
80
+ IntroBanner: V,
81
+ DownloadFileBright: L,
82
+ FormDefault: C,
83
+ Header: D,
84
+ Footer: u,
85
+ HtmlContent: P,
86
+ HeroPossibilityBanner: M,
87
+ CardImage: p,
88
+ ContentCard: s,
89
+ ColoredCard: f,
90
+ FeaturesCard: d,
91
+ InfoBanner: T,
92
+ TasksBanner: G,
93
+ CardImageSecondary: n,
94
+ FileBannerSecondary: w
95
+ };
96
+ export {
97
+ zr as c
98
+ };
@@ -1,14 +1,14 @@
1
- import { p as a } from "./palette-c2fe86ec.js";
2
- import { b as e } from "./const-53dff524.js";
3
- var t = /* @__PURE__ */ ((i) => (i.Header = "Header", i.Banner = "Banner", i.CardImageList = "CardImageList", i.Stepper = "Stepper", i.Segments = "Segments", i.Video = "VideoFull", i.VideoList = "VideoList", i.VideoListMini = "VideoListMini", i.ContentCardList = "ContentCardList", i.CardIconList = "CardIconList", i.MultiCards = "MultiCards", i.Partners = "Partners", i.PartnersColors = "PartnersColors", i.MainBanner = "MainBanner", i.WarningCard = "WarningCard", i.Faq = "Faq", i.DownloadFileBanner = "DownloadFileBanner", i.DownloadFileFull = "DownloadFileFull", i.DownloadFileHalf = "DownloadFileHalf", i.DownloadFileMini = "DownloadFileMini", i.InstructionList = "InstructionList", i.PreviewList = "PreviewList", i.SwiperList = "SwiperList", i.AnimatedSwiper = "AnimatedSwiper", i.InfoBannerList = "InfoBannerList", i.TasksBannerList = "TasksBannerList", i.VideoMainBanner = "VideoMainBanner", i.EmptyBox = "EmptyBox", i.PromoPoster = "PromoPoster", i.CardImageSecondaryList = "CardImageSecondaryList", i.CardInfoTable = "CardInfoTable", i.StandartTable = "StandartTable", i.IntroBanner = "IntroBanner", i.DownloadFileBright = "DownloadFileBright", i.Footer = "Footer", i))(t || {});
4
- const l = {
1
+ import { p as e } from "./palette-c2fe86ec.js";
2
+ import { b as a } from "./const-53dff524.js";
3
+ var t = /* @__PURE__ */ ((i) => (i.Header = "Header", i.Banner = "Banner", i.CardImageList = "CardImageList", i.Stepper = "Stepper", i.Segments = "Segments", i.Video = "VideoFull", i.VideoList = "VideoList", i.VideoListMini = "VideoListMini", i.ContentCardList = "ContentCardList", i.CardIconList = "CardIconList", i.MultiCards = "MultiCards", i.Partners = "Partners", i.PartnersColors = "PartnersColors", i.MainBanner = "MainBanner", i.WarningCard = "WarningCard", i.Faq = "Faq", i.DownloadFileBanner = "DownloadFileBanner", i.FileBannerSecondary = "FileBannerSecondary", i.DownloadFileFull = "DownloadFileFull", i.DownloadFileHalf = "DownloadFileHalf", i.DownloadFileMini = "DownloadFileMini", i.InstructionList = "InstructionList", i.PreviewList = "PreviewList", i.SwiperList = "SwiperList", i.AnimatedSwiper = "AnimatedSwiper", i.InfoBannerList = "InfoBannerList", i.TasksBannerList = "TasksBannerList", i.VideoMainBanner = "VideoMainBanner", i.EmptyBox = "EmptyBox", i.PromoPoster = "PromoPoster", i.CardImageSecondaryList = "CardImageSecondaryList", i.CardInfoTable = "CardInfoTable", i.StandartTable = "StandartTable", i.IntroBanner = "IntroBanner", i.DownloadFileBright = "DownloadFileBright", i.Footer = "Footer", i.TitleBlock = "TitleBlock", i.ActionCard = "ActionCard", i.ActionIconList = "ActionIconList", i))(t || {});
4
+ const s = {
5
5
  key: t.Banner,
6
6
  id: "1",
7
7
  component_props: {
8
8
  bg_image: "https://mbank.kg/media/market/Banner_bg.webp",
9
9
  bg_image_mob: "https://mbank.kg/media/market/Banner_bg.webp",
10
- image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2FImage-2.webp&w=762&q=75",
11
- image_mob: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fmob%2FImage-3.webp&w=1200&q=75",
10
+ image: "https://mbank.kg/media/qr/Image-3_FHbZEuV.webp",
11
+ image_mob: "https://mbank.kg/media/qr/mob/Image-3_lvZUZU9.webp",
12
12
  text_color: "#000",
13
13
  title: "Перейти на Market",
14
14
  description: "Присоединяйтесь к Market и начните выгодные покупки уже сегодня!",
@@ -16,12 +16,12 @@ const l = {
16
16
  {
17
17
  title: "Начать",
18
18
  link: "/start",
19
- variant: e.Primary
19
+ variant: a.Primary
20
20
  },
21
21
  {
22
22
  title: "Узнать больше",
23
23
  link: "/learn-more",
24
- variant: e.Secondary
24
+ variant: a.Secondary
25
25
  }
26
26
  ]
27
27
  }
@@ -31,8 +31,8 @@ const l = {
31
31
  component_props: {
32
32
  bg_image: "https://mbank.kg/media/market/Banner_bg.webp",
33
33
  bg_image_mob: "https://mbank.kg/media/market/Banner_bg.webp",
34
- image: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2FImage-2.webp&w=762&q=75",
35
- image_mob: "https://mbank.kg/_next/image?url=https%3A%2F%2Fmbank.kg%2Fmedia%2Fmarket%2Fmob%2FImage-3.webp&w=1200&q=75",
34
+ image: "https://mbank.kg/media/qr/Image-3_FHbZEuV.webp",
35
+ image_mob: "https://mbank.kg/media/qr/mob/Image-3_lvZUZU9.webp",
36
36
  text_color: "#000",
37
37
  title: "Перейти на Market",
38
38
  description: "Присоединяйтесь к Market и начните выгодные покупки уже сегодня!",
@@ -44,7 +44,7 @@ const l = {
44
44
  button: {
45
45
  text: "Узнать больше",
46
46
  link: "/learn-more",
47
- variant: e.Secondary
47
+ variant: a.Secondary
48
48
  }
49
49
  }
50
50
  }
@@ -76,7 +76,7 @@ const l = {
76
76
  {
77
77
  text: "button",
78
78
  link: "#",
79
- variant: e.Primary
79
+ variant: a.Primary
80
80
  }
81
81
  ]
82
82
  }
@@ -88,7 +88,7 @@ const l = {
88
88
  button: {
89
89
  title: "Кнопка",
90
90
  link: "#",
91
- variant: e.Primary
91
+ variant: a.Primary
92
92
  },
93
93
  data: [
94
94
  {
@@ -133,7 +133,7 @@ const l = {
133
133
  }
134
134
  ]
135
135
  }
136
- }, k = {
136
+ }, c = {
137
137
  key: t.VideoListMini,
138
138
  id: "8",
139
139
  component_props: {
@@ -152,7 +152,7 @@ const l = {
152
152
  }
153
153
  ]
154
154
  }
155
- }, c = {
155
+ }, k = {
156
156
  key: t.ContentCardList,
157
157
  id: "9",
158
158
  component_props: {
@@ -172,7 +172,7 @@ const l = {
172
172
  button: {
173
173
  title: "button",
174
174
  link: "#",
175
- variant: e.Primary
175
+ variant: a.Primary
176
176
  }
177
177
  },
178
178
  {
@@ -190,7 +190,7 @@ const l = {
190
190
  {
191
191
  title: "button",
192
192
  link: "#",
193
- variant: e.Primary
193
+ variant: a.Primary
194
194
  }
195
195
  ]
196
196
  },
@@ -209,7 +209,7 @@ const l = {
209
209
  {
210
210
  title: "button",
211
211
  link: "#",
212
- variant: e.Primary
212
+ variant: a.Primary
213
213
  }
214
214
  ]
215
215
  }
@@ -329,12 +329,12 @@ const l = {
329
329
  is_promo: !1,
330
330
  is_yellow: !1,
331
331
  badge: "Promo",
332
- badge_bg_hex: a.white,
333
- bg_hex: a.yellowLight,
332
+ badge_bg_hex: e.white,
333
+ bg_hex: e.yellowLight,
334
334
  button_link: "/",
335
335
  button_text: "string",
336
336
  button_type: "button",
337
- button_variant: "primary"
337
+ button_variant: a.Static
338
338
  },
339
339
  {
340
340
  id: 2,
@@ -348,7 +348,7 @@ const l = {
348
348
  is_promo: !0,
349
349
  is_yellow: !1,
350
350
  badge: "Promo",
351
- badge_bg_hex: a.yellowLight,
351
+ badge_bg_hex: e.yellowLight,
352
352
  button_link: "/",
353
353
  button_text: "string",
354
354
  button_type: "button",
@@ -427,7 +427,7 @@ const l = {
427
427
  is_banner_first: !0,
428
428
  is_cards_first: !0
429
429
  }
430
- }, F = {
430
+ }, y = {
431
431
  key: t.PartnersColors,
432
432
  id: "14",
433
433
  component_props: {
@@ -664,7 +664,7 @@ const l = {
664
664
  }
665
665
  ]
666
666
  }
667
- }, y = {
667
+ }, F = {
668
668
  key: t.MainBanner,
669
669
  id: "15",
670
670
  component_props: {
@@ -697,7 +697,7 @@ const l = {
697
697
  button_text: "button text",
698
698
  variant: "orange"
699
699
  }
700
- }, D = {
700
+ }, v = {
701
701
  key: t.WarningCard,
702
702
  id: "17",
703
703
  component_props: {
@@ -706,7 +706,7 @@ const l = {
706
706
  button_text: "button text",
707
707
  variant: "gray"
708
708
  }
709
- }, v = {
709
+ }, D = {
710
710
  key: t.WarningCard,
711
711
  id: "18",
712
712
  component_props: {
@@ -763,7 +763,9 @@ const l = {
763
763
  text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
764
764
  link: "#"
765
765
  }
766
- }, q = {
766
+ };
767
+ t.FileBannerSecondary;
768
+ const q = {
767
769
  key: t.DownloadFileFull,
768
770
  id: "22",
769
771
  component_props: {
@@ -819,7 +821,7 @@ const l = {
819
821
  }
820
822
  ]
821
823
  }
822
- }, I = {
824
+ }, L = {
823
825
  key: t.InstructionList,
824
826
  id: "24",
825
827
  component_props: {
@@ -855,7 +857,7 @@ const l = {
855
857
  link: "https://www.youtube.com/"
856
858
  }
857
859
  }
858
- }, L = {
860
+ }, S = {
859
861
  key: t.PreviewList,
860
862
  id: "25",
861
863
  component_props: {
@@ -884,7 +886,7 @@ const l = {
884
886
  ],
885
887
  grid: 2
886
888
  }
887
- }, S = {
889
+ }, I = {
888
890
  key: t.SwiperList,
889
891
  id: "26",
890
892
  component_props: {
@@ -1410,7 +1412,7 @@ const l = {
1410
1412
  }
1411
1413
  ]
1412
1414
  }
1413
- }, H = {
1415
+ }, U = {
1414
1416
  key: t.StandartTable,
1415
1417
  id: "35",
1416
1418
  component_props: {
@@ -1659,7 +1661,7 @@ const l = {
1659
1661
  }
1660
1662
  ]
1661
1663
  }
1662
- }, U = {
1664
+ }, H = {
1663
1665
  key: t.IntroBanner,
1664
1666
  id: "36",
1665
1667
  component_props: {
@@ -1688,42 +1690,44 @@ const l = {
1688
1690
  };
1689
1691
  t.Header;
1690
1692
  t.Footer;
1693
+ t.TitleBlock;
1694
+ t.ActionIconList, e.white, e.blackBG, e.graySoft, e.greenLight, e.white, a.Primary, e.white, e.blackBG, e.graySoft, e.greenLight, e.white, a.Primary, e.white, e.blackBG, e.graySoft, e.greenLight, e.white, a.Primary;
1691
1695
  export {
1692
1696
  A,
1693
- l as B,
1697
+ s as B,
1694
1698
  o as C,
1695
- x as D,
1699
+ f as D,
1696
1700
  N as E,
1697
1701
  B as F,
1698
- I,
1699
- y as M,
1702
+ L as I,
1703
+ F as M,
1700
1704
  _ as P,
1701
1705
  m as S,
1702
1706
  P as T,
1703
1707
  p as V,
1704
1708
  w as W,
1705
- d as a,
1706
- g as b,
1707
- k as c,
1709
+ r as a,
1710
+ d as b,
1711
+ g as c,
1708
1712
  c as d,
1709
- b as e,
1710
- h as f,
1711
- F as g,
1712
- f as h,
1713
- q as i,
1714
- M as j,
1715
- L as k,
1716
- S as l,
1717
- V as m,
1718
- T as n,
1719
- C as o,
1720
- E as p,
1721
- G as q,
1722
- H as r,
1723
- U as s,
1724
- R as t,
1725
- r as u,
1726
- D as v,
1727
- v as w,
1728
- u as x
1713
+ k as e,
1714
+ b as f,
1715
+ h as g,
1716
+ y as h,
1717
+ v as i,
1718
+ D as j,
1719
+ x as k,
1720
+ q as l,
1721
+ M as m,
1722
+ u as n,
1723
+ S as o,
1724
+ I as p,
1725
+ V as q,
1726
+ T as r,
1727
+ C as s,
1728
+ E as t,
1729
+ G as u,
1730
+ U as v,
1731
+ H as w,
1732
+ R as x
1729
1733
  };
@@ -1,4 +1,4 @@
1
- var d = /* @__PURE__ */ ((s) => (s.headers = "headers", s.banners = "banners", s.footers = "footers", s.cards = "cards", s.faqs = "faqs", s.lists = "lists", s.videos = "videos", s.tables = "tables", s.navigation = "navigation", s.steps = "steps", s.downloads = "downloads", s.spacing = "spacing", s.form = "form", s))(d || {});
1
+ var d = /* @__PURE__ */ ((s) => (s.headers = "headers", s.banners = "banners", s.footers = "footers", s.cards = "cards", s.faqs = "faqs", s.lists = "lists", s.videos = "videos", s.tables = "tables", s.navigation = "navigation", s.steps = "steps", s.downloads = "downloads", s.spacing = "spacing", s.form = "form", s.text = "text", s))(d || {});
2
2
  export {
3
3
  d as C
4
4
  };