md-components-mdigial-azamat 0.0.77 → 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 (131) 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 +39 -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 +16 -15
  22. package/dist/CardIconList/info.js +1 -1
  23. package/dist/CardImageList/CardImageList.js +1 -1
  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 -68
  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 +1 -1
  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 +1 -1
  49. package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
  50. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
  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 +1 -1
  55. package/dist/DownloadFile/components/FileBannerSecondary/info.js +1 -1
  56. package/dist/Faq/Faq.js +2 -2
  57. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +6 -55
  58. package/dist/Faq/components/FeedbackForm/index.js +1 -1
  59. package/dist/Faq/info.js +1 -1
  60. package/dist/FileLoader/fileLoader.js +22 -0
  61. package/dist/FileLoader/index.js +1787 -0
  62. package/dist/Footer/info.js +1 -1
  63. package/dist/Forms/FormDefault/componentTypes.js +31 -0
  64. package/dist/Forms/FormDefault/index.js +10 -273
  65. package/dist/Forms/FormDefault/info.js +104 -18
  66. package/dist/Forms/helpers/renderFormFields.js +7 -0
  67. package/dist/Forms/model/components.js +102 -0
  68. package/dist/Forms/types/formItems.js +1 -0
  69. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
  70. package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
  71. package/dist/Header/info.js +1 -1
  72. package/dist/HeroPossibilityBanner/info.js +1 -1
  73. package/dist/InfoBanner/info.js +1 -1
  74. package/dist/InfoBannerList/InfoBannerList.js +1 -1
  75. package/dist/InfoBannerList/info.js +1 -1
  76. package/dist/InstructionList/InstructionList.js +1 -1
  77. package/dist/InstructionList/info.js +1 -1
  78. package/dist/IntroBanner/IntroBanner.js +1 -1
  79. package/dist/IntroBanner/info.js +1 -1
  80. package/dist/MainBanner/MainBanner.js +1 -1
  81. package/dist/MainBanner/info.js +1 -1
  82. package/dist/MultiCards/index.js +1 -1
  83. package/dist/MultiCards/info.js +1 -1
  84. package/dist/PageViewer/renderComponents.js +1 -1
  85. package/dist/Partners/Partners.js +1 -1
  86. package/dist/Partners/info.js +1 -1
  87. package/dist/PartnersColors/PartnersColors.js +1 -1
  88. package/dist/PartnersColors/info.js +1 -1
  89. package/dist/PreviewList/PreviewList.js +1 -1
  90. package/dist/PreviewList/info.js +1 -1
  91. package/dist/PromoPoster/PromoPoster.js +1 -1
  92. package/dist/PromoPoster/info.js +1 -1
  93. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  94. package/dist/RenderAllComponents/const.js +1 -1
  95. package/dist/Segments/info.js +1 -1
  96. package/dist/Space/info.js +1 -1
  97. package/dist/StandartTable/index.js +1 -1
  98. package/dist/StandartTable/info.js +1 -1
  99. package/dist/Stepper/Stepper.js +1 -1
  100. package/dist/Stepper/info.js +1 -1
  101. package/dist/SwiperList/SwiperList.js +7 -7
  102. package/dist/SwiperList/info.js +1 -1
  103. package/dist/TasksBanner/info.js +1 -1
  104. package/dist/TasksBannerList/TasksBannerList.js +1 -1
  105. package/dist/TasksBannerList/info.js +1 -1
  106. package/dist/TitleBlock/TitleBlock.js +15 -0
  107. package/dist/TitleBlock/index.js +4 -0
  108. package/dist/TitleBlock/info.js +11 -0
  109. package/dist/TitleBlock/types.js +1 -0
  110. package/dist/Video/VideoFull/VideoFull.js +1 -1
  111. package/dist/Video/VideoFull/info.js +1 -1
  112. package/dist/Video/VideoList/VideoList.js +1 -1
  113. package/dist/Video/VideoList/info.js +1 -1
  114. package/dist/Video/VideoListMini/VideoListMini.js +1 -1
  115. package/dist/Video/VideoListMini/info.js +1 -1
  116. package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
  117. package/dist/VideoMainBanner/info.js +1 -1
  118. package/dist/assets/index.css +1 -1
  119. package/dist/{componentsMap-ae33b476.js → componentsMap-3d57445f.js} +38 -39
  120. package/dist/{data.mock-30d53d62.js → data.mock-9071e4ea.js} +54 -52
  121. package/dist/{index-b826f1c7.js → index-0a5f313c.js} +1 -1
  122. package/dist/index-a0ed2e4a.js +1221 -0
  123. package/dist/info-0f7bae6b.js +1380 -0
  124. package/dist/main.js +59 -60
  125. package/dist/{mousewheel-2cf27f39.js → mousewheel-865ae601.js} +1 -1
  126. package/dist/{navigation-48c90d3b.js → navigation-b894d0cd.js} +1 -1
  127. package/dist/size-b1291031.js +8 -0
  128. package/dist/{swiper-react-bfbb44d6.js → swiper-react-90953710.js} +3 -3
  129. package/package.json +4 -1
  130. package/dist/ComponentContainer-841196f9.js +0 -16
  131. package/dist/index.esm-67811428.js +0 -1012
@@ -4,23 +4,22 @@ import { BannerAndText as m } from "./BannerAndText/index.js";
4
4
  import { CardIconList as t } from "./CardIconList/CardIconList.js";
5
5
  import { CardImageList as i } from "./CardImageList/CardImageList.js";
6
6
  import { CardImageSecondary as n } from "./CardImageSecondary/CardImageSecondary.js";
7
- import { CardImageSecondaryList as e } from "./CardImageSecondaryList/CardImageSecondaryList.js";
8
- import { CardInfoTable as a } from "./CardInfoTable/index.js";
7
+ import { CardImageSecondaryList as a } from "./CardImageSecondaryList/CardImageSecondaryList.js";
8
+ import { CardInfoTable as e } from "./CardInfoTable/index.js";
9
9
  import { CardImage as p } from "./Cards/CardImage/CardImage.js";
10
10
  import { ColoredCard as f } from "./Cards/ColoredCard/index.js";
11
- import { ContentCard as d } from "./Cards/ContentCard/ContentCard.js";
12
- import { F as s } from "./index-04224eb4.js";
13
- import { WarningCard as l } from "./Cards/WarningCard/WarningCard.js";
14
- import { ContentCardList as C } from "./ContentCardList/ContentCardList.js";
15
- import { DownloadFileBanner as B } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
16
- import { DownloadFileBright as F } from "./DownloadFile/components/DownloadFileBright/index.js";
17
- import { DownloadFileFull as L } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
18
- import { DownloadFileHalf as I } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
19
- import { DownloadFileMini as c } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
20
- import { FileBannerSecondary as S } from "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
21
- import { Faq as w } from "./Faq/Faq.js";
22
- import { Footer as g } from "./Footer/Footer.js";
23
- import { FormDefault as u } from "./Forms/FormDefault/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";
24
23
  import { Header as D } from "./Header/Header.js";
25
24
  import { HeroPossibilityBanner as M } from "./HeroPossibilityBanner/index.js";
26
25
  import { HtmlContent as P } from "./HtmlContent/HtmlContent.js";
@@ -32,10 +31,10 @@ import { MainBanner as b } from "./MainBanner/MainBanner.js";
32
31
  import { MultiCards as k } from "./MultiCards/index.js";
33
32
  import { Partners as x } from "./Partners/Partners.js";
34
33
  import { PartnersColors as A } from "./PartnersColors/PartnersColors.js";
35
- import { PreviewList as h } from "./PreviewList/PreviewList.js";
36
- import { PromoPoster as q } from "./PromoPoster/PromoPoster.js";
37
- import { Segments as v } from "./Segments/Segments.js";
38
- import { Space as W } from "./Space/Space.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";
39
38
  import { StandartTable as j } from "./StandartTable/index.js";
40
39
  import { Stepper as z } from "./Stepper/Stepper.js";
41
40
  import { SwiperList as E } from "./SwiperList/SwiperList.js";
@@ -45,55 +44,55 @@ import { VideoFull as K } from "./Video/VideoFull/VideoFull.js";
45
44
  import { VideoList as N } from "./Video/VideoList/VideoList.js";
46
45
  import { VideoListMini as O } from "./Video/VideoListMini/VideoListMini.js";
47
46
  import { VideoMainBanner as Q } from "./VideoMainBanner/VideoMainBanner.js";
48
- const Er = {
47
+ const zr = {
49
48
  Banner: o,
50
49
  BannerAndText: m,
51
50
  CardImageList: i,
52
51
  Stepper: z,
53
- Segments: v,
52
+ Segments: q,
54
53
  VideoFull: K,
55
54
  VideoList: N,
56
55
  VideoListMini: O,
57
- ContentCardList: C,
56
+ ContentCardList: B,
58
57
  CardIconList: t,
59
58
  MultiCards: k,
60
59
  Partners: x,
61
60
  PartnersColors: A,
62
61
  MainBanner: b,
63
62
  WarningCard: l,
64
- Faq: w,
65
- DownloadFileBanner: B,
66
- DownloadFileHalf: I,
67
- DownloadFileFull: L,
68
- DownloadFileMini: c,
63
+ Faq: g,
64
+ DownloadFileBanner: F,
65
+ DownloadFileHalf: c,
66
+ DownloadFileFull: I,
67
+ DownloadFileMini: S,
69
68
  InstructionList: H,
70
- PreviewList: h,
69
+ PreviewList: W,
71
70
  SwiperList: E,
72
71
  AnimatedSwiper: r,
73
72
  InfoBannerList: y,
74
73
  TasksBannerList: J,
75
74
  VideoMainBanner: Q,
76
- Space: W,
77
- PromoPoster: q,
78
- CardImageSecondaryList: e,
79
- CardInfoTable: a,
75
+ Space: v,
76
+ PromoPoster: h,
77
+ CardImageSecondaryList: a,
78
+ CardInfoTable: e,
80
79
  StandartTable: j,
81
80
  IntroBanner: V,
82
- DownloadFileBright: F,
83
- FormDefault: u,
81
+ DownloadFileBright: L,
82
+ FormDefault: C,
84
83
  Header: D,
85
- Footer: g,
84
+ Footer: u,
86
85
  HtmlContent: P,
87
86
  HeroPossibilityBanner: M,
88
87
  CardImage: p,
89
- ContentCard: d,
88
+ ContentCard: s,
90
89
  ColoredCard: f,
91
- FeaturesCard: s,
90
+ FeaturesCard: d,
92
91
  InfoBanner: T,
93
92
  TasksBanner: G,
94
93
  CardImageSecondary: n,
95
- FileBannerSecondary: S
94
+ FileBannerSecondary: w
96
95
  };
97
96
  export {
98
- Er as c
97
+ zr as c
99
98
  };
@@ -1,7 +1,7 @@
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.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))(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: {
@@ -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
  }
@@ -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",
@@ -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: {
@@ -821,7 +821,7 @@ const q = {
821
821
  }
822
822
  ]
823
823
  }
824
- }, S = {
824
+ }, L = {
825
825
  key: t.InstructionList,
826
826
  id: "24",
827
827
  component_props: {
@@ -857,7 +857,7 @@ const q = {
857
857
  link: "https://www.youtube.com/"
858
858
  }
859
859
  }
860
- }, I = {
860
+ }, S = {
861
861
  key: t.PreviewList,
862
862
  id: "25",
863
863
  component_props: {
@@ -886,7 +886,7 @@ const q = {
886
886
  ],
887
887
  grid: 2
888
888
  }
889
- }, L = {
889
+ }, I = {
890
890
  key: t.SwiperList,
891
891
  id: "26",
892
892
  component_props: {
@@ -952,7 +952,7 @@ const q = {
952
952
  autoplayDelay: 2e3,
953
953
  perViewScreens: 4
954
954
  }
955
- }, V = {
955
+ }, A = {
956
956
  key: t.AnimatedSwiper,
957
957
  id: "27",
958
958
  component_props: {
@@ -1048,7 +1048,7 @@ const q = {
1048
1048
  isLight: !1,
1049
1049
  isButton: !1
1050
1050
  }
1051
- }, A = {
1051
+ }, V = {
1052
1052
  key: t.InfoBannerList,
1053
1053
  id: "28",
1054
1054
  component_props: {
@@ -1690,42 +1690,44 @@ const q = {
1690
1690
  };
1691
1691
  t.Header;
1692
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;
1693
1695
  export {
1694
- V as A,
1695
- l as B,
1696
+ A,
1697
+ s as B,
1696
1698
  o as C,
1697
- x as D,
1699
+ f as D,
1698
1700
  N as E,
1699
1701
  B as F,
1700
- S as I,
1702
+ L as I,
1701
1703
  F as M,
1702
1704
  _ as P,
1703
1705
  m as S,
1704
1706
  P as T,
1705
1707
  p as V,
1706
1708
  w as W,
1707
- d as a,
1708
- g as b,
1709
- k as c,
1709
+ r as a,
1710
+ d as b,
1711
+ g as c,
1710
1712
  c as d,
1711
- b as e,
1712
- h as f,
1713
- y as g,
1714
- f as h,
1715
- q as i,
1716
- M as j,
1717
- I as k,
1718
- L as l,
1719
- A as m,
1720
- T as n,
1721
- C as o,
1722
- E as p,
1723
- G as q,
1724
- U as r,
1725
- H as s,
1726
- R as t,
1727
- r as u,
1728
- D as v,
1729
- v as w,
1730
- 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
1731
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
  };