@doyourjob/gravity-ui-page-constructor 5.31.76 → 5.31.78

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 (126) hide show
  1. package/build/cjs/blocks/CardLayout/schema.d.ts +234 -0
  2. package/build/cjs/blocks/ContentLayout/schema.d.ts +117 -0
  3. package/build/cjs/blocks/ExtendedFeatures/schema.d.ts +117 -0
  4. package/build/cjs/blocks/FilterBlock/schema.d.ts +234 -0
  5. package/build/cjs/blocks/Form/schema.d.ts +234 -0
  6. package/build/cjs/blocks/Info/schema.d.ts +234 -0
  7. package/build/cjs/blocks/LinkTable/schema.d.ts +117 -0
  8. package/build/cjs/blocks/Map/schema.d.ts +117 -0
  9. package/build/cjs/blocks/Media/schema.d.ts +234 -0
  10. package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +117 -0
  11. package/build/cjs/blocks/Questions/schema.d.ts +117 -0
  12. package/build/cjs/blocks/RelevantPosts/schema.d.ts +117 -0
  13. package/build/cjs/blocks/RelevantReports/RelevantReports.css +8 -0
  14. package/build/cjs/blocks/RelevantReports/RelevantReports.d.ts +3 -0
  15. package/build/cjs/blocks/RelevantReports/RelevantReports.js +77 -0
  16. package/build/cjs/blocks/RelevantReports/schema.d.ts +297 -0
  17. package/build/cjs/blocks/RelevantReports/schema.js +22 -0
  18. package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.css +8 -0
  19. package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.d.ts +3 -0
  20. package/build/cjs/blocks/RelevantReportsCards/RelevantReportsCards.js +77 -0
  21. package/build/cjs/blocks/RelevantReportsCards/schema.d.ts +297 -0
  22. package/build/cjs/blocks/RelevantReportsCards/schema.js +22 -0
  23. package/build/cjs/blocks/Reports/Reports.js +11 -2
  24. package/build/cjs/blocks/Reports/schema.d.ts +117 -0
  25. package/build/cjs/blocks/ReportsCards/schema.d.ts +117 -0
  26. package/build/cjs/blocks/ReportsSections/schema.d.ts +117 -0
  27. package/build/cjs/blocks/Slider/schema.d.ts +117 -0
  28. package/build/cjs/blocks/SliderNew/schema.d.ts +117 -0
  29. package/build/cjs/blocks/Tabs/schema.d.ts +234 -0
  30. package/build/cjs/blocks/index.d.ts +2 -0
  31. package/build/cjs/blocks/index.js +5 -1
  32. package/build/cjs/components/ProgressCircular/ProgressCircular.css +30 -0
  33. package/build/cjs/components/ProgressCircular/ProgressCircular.d.ts +8 -0
  34. package/build/cjs/components/ProgressCircular/ProgressCircular.js +14 -0
  35. package/build/cjs/components/Title/Title.css +8 -0
  36. package/build/cjs/components/Title/Title.d.ts +1 -1
  37. package/build/cjs/components/Title/Title.js +5 -3
  38. package/build/cjs/components/index.d.ts +1 -0
  39. package/build/cjs/components/index.js +3 -1
  40. package/build/cjs/constructor-items.d.ts +2 -0
  41. package/build/cjs/constructor-items.js +2 -0
  42. package/build/cjs/context/reportsCardsContext/ReportsCardsContext.d.ts +3 -0
  43. package/build/cjs/context/reportsContext/ReportsContext.d.ts +5 -0
  44. package/build/cjs/models/constructor-items/blocks.d.ts +29 -1
  45. package/build/cjs/models/constructor-items/blocks.js +2 -0
  46. package/build/cjs/models/constructor-items/common.d.ts +1 -0
  47. package/build/cjs/schema/constants.d.ts +703 -1
  48. package/build/cjs/schema/constants.js +3 -1
  49. package/build/cjs/schema/validators/blocks.d.ts +2 -0
  50. package/build/cjs/schema/validators/blocks.js +2 -0
  51. package/build/cjs/schema/validators/common.d.ts +234 -0
  52. package/build/cjs/schema/validators/common.js +1 -0
  53. package/build/cjs/sub-blocks/AttachmentCard/schema.d.ts +117 -0
  54. package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +117 -0
  55. package/build/cjs/sub-blocks/BasicCard/schema.d.ts +117 -0
  56. package/build/cjs/sub-blocks/Content/schema.d.ts +234 -0
  57. package/build/cjs/sub-blocks/ContentLayoutCard/schema.d.ts +117 -0
  58. package/build/cjs/sub-blocks/EventPersonCard/schema.d.ts +117 -0
  59. package/build/cjs/sub-blocks/ImageCard/schema.d.ts +117 -0
  60. package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +117 -0
  61. package/build/esm/blocks/CardLayout/schema.d.ts +234 -0
  62. package/build/esm/blocks/ContentLayout/schema.d.ts +117 -0
  63. package/build/esm/blocks/ExtendedFeatures/schema.d.ts +117 -0
  64. package/build/esm/blocks/FilterBlock/schema.d.ts +234 -0
  65. package/build/esm/blocks/Form/schema.d.ts +234 -0
  66. package/build/esm/blocks/Info/schema.d.ts +234 -0
  67. package/build/esm/blocks/LinkTable/schema.d.ts +117 -0
  68. package/build/esm/blocks/Map/schema.d.ts +117 -0
  69. package/build/esm/blocks/Media/schema.d.ts +234 -0
  70. package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +117 -0
  71. package/build/esm/blocks/Questions/schema.d.ts +117 -0
  72. package/build/esm/blocks/RelevantPosts/schema.d.ts +117 -0
  73. package/build/esm/blocks/RelevantReports/RelevantReports.css +8 -0
  74. package/build/esm/blocks/RelevantReports/RelevantReports.d.ts +4 -0
  75. package/build/esm/blocks/RelevantReports/RelevantReports.js +73 -0
  76. package/build/esm/blocks/RelevantReports/schema.d.ts +297 -0
  77. package/build/esm/blocks/RelevantReports/schema.js +19 -0
  78. package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.css +8 -0
  79. package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.d.ts +4 -0
  80. package/build/esm/blocks/RelevantReportsCards/RelevantReportsCards.js +73 -0
  81. package/build/esm/blocks/RelevantReportsCards/schema.d.ts +297 -0
  82. package/build/esm/blocks/RelevantReportsCards/schema.js +19 -0
  83. package/build/esm/blocks/Reports/Reports.js +12 -3
  84. package/build/esm/blocks/Reports/schema.d.ts +117 -0
  85. package/build/esm/blocks/ReportsCards/schema.d.ts +117 -0
  86. package/build/esm/blocks/ReportsSections/schema.d.ts +117 -0
  87. package/build/esm/blocks/Slider/schema.d.ts +117 -0
  88. package/build/esm/blocks/SliderNew/schema.d.ts +117 -0
  89. package/build/esm/blocks/Tabs/schema.d.ts +234 -0
  90. package/build/esm/blocks/index.d.ts +2 -0
  91. package/build/esm/blocks/index.js +2 -0
  92. package/build/esm/components/ProgressCircular/ProgressCircular.css +30 -0
  93. package/build/esm/components/ProgressCircular/ProgressCircular.d.ts +9 -0
  94. package/build/esm/components/ProgressCircular/ProgressCircular.js +11 -0
  95. package/build/esm/components/Title/Title.css +8 -0
  96. package/build/esm/components/Title/Title.d.ts +1 -1
  97. package/build/esm/components/Title/Title.js +5 -3
  98. package/build/esm/components/index.d.ts +1 -0
  99. package/build/esm/components/index.js +1 -0
  100. package/build/esm/constructor-items.d.ts +2 -0
  101. package/build/esm/constructor-items.js +3 -1
  102. package/build/esm/context/reportsCardsContext/ReportsCardsContext.d.ts +3 -0
  103. package/build/esm/context/reportsContext/ReportsContext.d.ts +5 -0
  104. package/build/esm/models/constructor-items/blocks.d.ts +29 -1
  105. package/build/esm/models/constructor-items/blocks.js +2 -0
  106. package/build/esm/models/constructor-items/common.d.ts +1 -0
  107. package/build/esm/schema/constants.d.ts +703 -1
  108. package/build/esm/schema/constants.js +4 -2
  109. package/build/esm/schema/validators/blocks.d.ts +2 -0
  110. package/build/esm/schema/validators/blocks.js +2 -0
  111. package/build/esm/schema/validators/common.d.ts +234 -0
  112. package/build/esm/schema/validators/common.js +1 -0
  113. package/build/esm/sub-blocks/AttachmentCard/schema.d.ts +117 -0
  114. package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +117 -0
  115. package/build/esm/sub-blocks/BasicCard/schema.d.ts +117 -0
  116. package/build/esm/sub-blocks/Content/schema.d.ts +234 -0
  117. package/build/esm/sub-blocks/ContentLayoutCard/schema.d.ts +117 -0
  118. package/build/esm/sub-blocks/EventPersonCard/schema.d.ts +117 -0
  119. package/build/esm/sub-blocks/ImageCard/schema.d.ts +117 -0
  120. package/build/esm/sub-blocks/LayoutItem/schema.d.ts +117 -0
  121. package/package.json +1 -1
  122. package/schema/index.js +1 -1
  123. package/server/models/constructor-items/blocks.d.ts +29 -1
  124. package/server/models/constructor-items/blocks.js +2 -0
  125. package/server/models/constructor-items/common.d.ts +1 -0
  126. package/widget/index.js +1 -1
@@ -1,6 +1,6 @@
1
- import { BannerBlock, BannerCard, BlogFeedBlock, CardLayoutBlock, CompaniesBlock, ContentLayoutBlock, EventsFeedBlock, ExtendedFeaturesBlock, FilterBlock, FormBlock, FormWallBlock, HeaderBlock, HeaderSliderBlock, HighlightTableBlock, IconsBlock, InfoBlock, IrEventsFeedRecentBlock, IrEventsFeedUpcomingBlock, LinkTableBlock, MapBlock, MarqueeLinksBlock, MediaBlock, PressReleasesBlock, PromoFeaturesBlock, QuestionsBlock, QuotesBlock, RelevantPostsBlock, ReportsBlock, ReportsCardsBlock, ReportsSectionsBlock, ServicesBlock, ShareBlock, SliderBlock, SliderNewBlock, SolutionsBlock, TableBlock, TabsBlock, } from './validators/blocks';
1
+ import { BannerBlock, BannerCard, BlogFeedBlock, CardLayoutBlock, CompaniesBlock, ContentLayoutBlock, EventsFeedBlock, ExtendedFeaturesBlock, FilterBlock, FormBlock, FormWallBlock, HeaderBlock, HeaderSliderBlock, HighlightTableBlock, IconsBlock, InfoBlock, IrEventsFeedRecentBlock, IrEventsFeedUpcomingBlock, LinkTableBlock, MapBlock, MarqueeLinksBlock, MediaBlock, PressReleasesBlock, PromoFeaturesBlock, QuestionsBlock, QuotesBlock, RelevantPostsBlock, RelevantReportsBlock, RelevantReportsCardsBlock, ReportsBlock, ReportsCardsBlock, ReportsSectionsBlock, ServicesBlock, ShareBlock, SliderBlock, SliderNewBlock, SolutionsBlock, TableBlock, TabsBlock, } from './validators/blocks';
2
2
  import { AttachmentCard, BackgroundCard, BasicCard, Card, CaseStudyCard, ContentLayoutCard, Divider, EventPersonCard, FeedCard, ImageCard, MediaCardBlock, PostCard, PriceCardBlock, PriceDetailedBlock, Quote, } from './validators/sub-blocks';
3
- export const blockSchemas = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, Divider), ExtendedFeaturesBlock), PromoFeaturesBlock), SliderBlock), QuestionsBlock), HeaderBlock), BannerBlock), CompaniesBlock), MediaBlock), MapBlock), InfoBlock), TableBlock), HighlightTableBlock), TabsBlock), HeaderSliderBlock), IconsBlock), CardLayoutBlock), ContentLayoutBlock), ShareBlock), FilterBlock), FormBlock), SliderNewBlock), MarqueeLinksBlock), SolutionsBlock), ServicesBlock), QuotesBlock), ReportsBlock), ReportsCardsBlock), ReportsSectionsBlock), LinkTableBlock), EventsFeedBlock), IrEventsFeedUpcomingBlock), IrEventsFeedRecentBlock), BlogFeedBlock), RelevantPostsBlock), PressReleasesBlock), FormWallBlock);
3
+ export const blockSchemas = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, Divider), ExtendedFeaturesBlock), PromoFeaturesBlock), SliderBlock), QuestionsBlock), HeaderBlock), BannerBlock), CompaniesBlock), MediaBlock), MapBlock), InfoBlock), TableBlock), HighlightTableBlock), TabsBlock), HeaderSliderBlock), IconsBlock), CardLayoutBlock), ContentLayoutBlock), ShareBlock), FilterBlock), FormBlock), SliderNewBlock), MarqueeLinksBlock), SolutionsBlock), ServicesBlock), QuotesBlock), ReportsBlock), ReportsCardsBlock), ReportsSectionsBlock), LinkTableBlock), EventsFeedBlock), IrEventsFeedUpcomingBlock), IrEventsFeedRecentBlock), BlogFeedBlock), RelevantPostsBlock), RelevantReportsCardsBlock), RelevantReportsBlock), PressReleasesBlock), FormWallBlock);
4
4
  export const cardSchemas = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, MediaCardBlock), BannerCard), PriceDetailedBlock), BackgroundCard), Quote), BasicCard), PriceCardBlock), ImageCard), ContentLayoutCard), Card), PostCard), FeedCard), EventPersonCard), AttachmentCard), CaseStudyCard);
5
5
  export const constructorBlockSchemaNames = [
6
6
  'divider',
@@ -44,6 +44,8 @@ export const constructorBlockSchemaNames = [
44
44
  'blog-feed-block',
45
45
  'highlight-table-block',
46
46
  'relevant-posts-block',
47
+ 'relevant-reports-cards-block',
48
+ 'relevant-reports-block',
47
49
  ];
48
50
  export const constructorCardSchemaNames = [
49
51
  'media-card',
@@ -31,6 +31,8 @@ export * from '../../blocks/IrEventsFeedUpcoming/schema';
31
31
  export * from '../../blocks/IrEventsFeedRecent/schema';
32
32
  export * from '../../blocks/BlogFeed/schema';
33
33
  export * from '../../blocks/RelevantPosts/schema';
34
+ export * from '../../blocks/RelevantReportsCards/schema';
35
+ export * from '../../blocks/RelevantReports/schema';
34
36
  export * from '../../blocks/FormWallBlock/schema';
35
37
  export * from '../../blocks/PressReleases/schema';
36
38
  export * from '../../blocks/HighlightTable/schema';
@@ -31,6 +31,8 @@ export * from '../../blocks/IrEventsFeedUpcoming/schema';
31
31
  export * from '../../blocks/IrEventsFeedRecent/schema';
32
32
  export * from '../../blocks/BlogFeed/schema';
33
33
  export * from '../../blocks/RelevantPosts/schema';
34
+ export * from '../../blocks/RelevantReportsCards/schema';
35
+ export * from '../../blocks/RelevantReports/schema';
34
36
  export * from '../../blocks/FormWallBlock/schema';
35
37
  export * from '../../blocks/PressReleases/schema';
36
38
  export * from '../../blocks/HighlightTable/schema';
@@ -889,6 +889,123 @@ export declare const TitleProps: {
889
889
  type: string;
890
890
  contentType: string;
891
891
  };
892
+ link: {
893
+ type: string;
894
+ additionalProperties: boolean;
895
+ required: string[];
896
+ properties: {
897
+ text: {
898
+ type: string;
899
+ contentType: string;
900
+ };
901
+ url: {
902
+ type: string;
903
+ };
904
+ urlTitle: {
905
+ type: string;
906
+ };
907
+ arrow: {
908
+ type: string;
909
+ };
910
+ theme: {
911
+ type: string;
912
+ enum: string[];
913
+ };
914
+ textSize: {
915
+ type: string;
916
+ enum: string[];
917
+ };
918
+ target: {
919
+ type: string;
920
+ enum: string[];
921
+ };
922
+ analyticsEvents: {
923
+ oneOf: ({
924
+ optionName: string;
925
+ type: string;
926
+ additionalProperties: {
927
+ type: string;
928
+ };
929
+ required: string[];
930
+ properties: {
931
+ name: {
932
+ type: string;
933
+ };
934
+ type: {
935
+ type: string;
936
+ };
937
+ counters: {
938
+ type: string;
939
+ additionalProperties: boolean;
940
+ required: never[];
941
+ properties: {
942
+ include: {
943
+ type: string;
944
+ items: {
945
+ type: string;
946
+ };
947
+ };
948
+ exclude: {
949
+ type: string;
950
+ items: {
951
+ type: string;
952
+ };
953
+ };
954
+ };
955
+ };
956
+ context: {
957
+ type: string;
958
+ };
959
+ };
960
+ items?: undefined;
961
+ } | {
962
+ type: string;
963
+ items: {
964
+ type: string;
965
+ additionalProperties: {
966
+ type: string;
967
+ };
968
+ required: string[];
969
+ properties: {
970
+ name: {
971
+ type: string;
972
+ };
973
+ type: {
974
+ type: string;
975
+ };
976
+ counters: {
977
+ type: string;
978
+ additionalProperties: boolean;
979
+ required: never[];
980
+ properties: {
981
+ include: {
982
+ type: string;
983
+ items: {
984
+ type: string;
985
+ };
986
+ };
987
+ exclude: {
988
+ type: string;
989
+ items: {
990
+ type: string;
991
+ };
992
+ };
993
+ };
994
+ };
995
+ context: {
996
+ type: string;
997
+ };
998
+ };
999
+ };
1000
+ optionName: string;
1001
+ })[];
1002
+ };
1003
+ type: {};
1004
+ when: {
1005
+ type: string;
1006
+ };
1007
+ };
1008
+ };
892
1009
  textSize: {
893
1010
  type: string;
894
1011
  enum: string[];
@@ -1490,6 +1607,123 @@ export declare const BlockHeaderProps: {
1490
1607
  type: string;
1491
1608
  contentType: string;
1492
1609
  };
1610
+ link: {
1611
+ type: string;
1612
+ additionalProperties: boolean;
1613
+ required: string[];
1614
+ properties: {
1615
+ text: {
1616
+ type: string;
1617
+ contentType: string;
1618
+ };
1619
+ url: {
1620
+ type: string;
1621
+ };
1622
+ urlTitle: {
1623
+ type: string;
1624
+ };
1625
+ arrow: {
1626
+ type: string;
1627
+ };
1628
+ theme: {
1629
+ type: string;
1630
+ enum: string[];
1631
+ };
1632
+ textSize: {
1633
+ type: string;
1634
+ enum: string[];
1635
+ };
1636
+ target: {
1637
+ type: string;
1638
+ enum: string[];
1639
+ };
1640
+ analyticsEvents: {
1641
+ oneOf: ({
1642
+ optionName: string;
1643
+ type: string;
1644
+ additionalProperties: {
1645
+ type: string;
1646
+ };
1647
+ required: string[];
1648
+ properties: {
1649
+ name: {
1650
+ type: string;
1651
+ };
1652
+ type: {
1653
+ type: string;
1654
+ };
1655
+ counters: {
1656
+ type: string;
1657
+ additionalProperties: boolean;
1658
+ required: never[];
1659
+ properties: {
1660
+ include: {
1661
+ type: string;
1662
+ items: {
1663
+ type: string;
1664
+ };
1665
+ };
1666
+ exclude: {
1667
+ type: string;
1668
+ items: {
1669
+ type: string;
1670
+ };
1671
+ };
1672
+ };
1673
+ };
1674
+ context: {
1675
+ type: string;
1676
+ };
1677
+ };
1678
+ items?: undefined;
1679
+ } | {
1680
+ type: string;
1681
+ items: {
1682
+ type: string;
1683
+ additionalProperties: {
1684
+ type: string;
1685
+ };
1686
+ required: string[];
1687
+ properties: {
1688
+ name: {
1689
+ type: string;
1690
+ };
1691
+ type: {
1692
+ type: string;
1693
+ };
1694
+ counters: {
1695
+ type: string;
1696
+ additionalProperties: boolean;
1697
+ required: never[];
1698
+ properties: {
1699
+ include: {
1700
+ type: string;
1701
+ items: {
1702
+ type: string;
1703
+ };
1704
+ };
1705
+ exclude: {
1706
+ type: string;
1707
+ items: {
1708
+ type: string;
1709
+ };
1710
+ };
1711
+ };
1712
+ };
1713
+ context: {
1714
+ type: string;
1715
+ };
1716
+ };
1717
+ };
1718
+ optionName: string;
1719
+ })[];
1720
+ };
1721
+ type: {};
1722
+ when: {
1723
+ type: string;
1724
+ };
1725
+ };
1726
+ };
1493
1727
  textSize: {
1494
1728
  type: string;
1495
1729
  enum: string[];
@@ -529,6 +529,7 @@ export const TitleProps = {
529
529
  type: 'string',
530
530
  contentType: 'text',
531
531
  },
532
+ link: LinkProps,
532
533
  textSize: {
533
534
  type: 'string',
534
535
  enum: titleTextSize,
@@ -21,6 +21,123 @@ export declare const AttachmentCard: {
21
21
  type: string;
22
22
  contentType: string;
23
23
  };
24
+ link: {
25
+ type: string;
26
+ additionalProperties: boolean;
27
+ required: string[];
28
+ properties: {
29
+ text: {
30
+ type: string;
31
+ contentType: string;
32
+ };
33
+ url: {
34
+ type: string;
35
+ };
36
+ urlTitle: {
37
+ type: string;
38
+ };
39
+ arrow: {
40
+ type: string;
41
+ };
42
+ theme: {
43
+ type: string;
44
+ enum: string[];
45
+ };
46
+ textSize: {
47
+ type: string;
48
+ enum: string[];
49
+ };
50
+ target: {
51
+ type: string;
52
+ enum: string[];
53
+ };
54
+ analyticsEvents: {
55
+ oneOf: ({
56
+ optionName: string;
57
+ type: string;
58
+ additionalProperties: {
59
+ type: string;
60
+ };
61
+ required: string[];
62
+ properties: {
63
+ name: {
64
+ type: string;
65
+ };
66
+ type: {
67
+ type: string;
68
+ };
69
+ counters: {
70
+ type: string;
71
+ additionalProperties: boolean;
72
+ required: never[];
73
+ properties: {
74
+ include: {
75
+ type: string;
76
+ items: {
77
+ type: string;
78
+ };
79
+ };
80
+ exclude: {
81
+ type: string;
82
+ items: {
83
+ type: string;
84
+ };
85
+ };
86
+ };
87
+ };
88
+ context: {
89
+ type: string;
90
+ };
91
+ };
92
+ items?: undefined;
93
+ } | {
94
+ type: string;
95
+ items: {
96
+ type: string;
97
+ additionalProperties: {
98
+ type: string;
99
+ };
100
+ required: string[];
101
+ properties: {
102
+ name: {
103
+ type: string;
104
+ };
105
+ type: {
106
+ type: string;
107
+ };
108
+ counters: {
109
+ type: string;
110
+ additionalProperties: boolean;
111
+ required: never[];
112
+ properties: {
113
+ include: {
114
+ type: string;
115
+ items: {
116
+ type: string;
117
+ };
118
+ };
119
+ exclude: {
120
+ type: string;
121
+ items: {
122
+ type: string;
123
+ };
124
+ };
125
+ };
126
+ };
127
+ context: {
128
+ type: string;
129
+ };
130
+ };
131
+ };
132
+ optionName: string;
133
+ })[];
134
+ };
135
+ type: {};
136
+ when: {
137
+ type: string;
138
+ };
139
+ };
140
+ };
24
141
  textSize: {
25
142
  type: string;
26
143
  enum: string[];
@@ -198,6 +198,123 @@ export declare const BackgroundCard: {
198
198
  type: string;
199
199
  contentType: string;
200
200
  };
201
+ link: {
202
+ type: string;
203
+ additionalProperties: boolean;
204
+ required: string[];
205
+ properties: {
206
+ text: {
207
+ type: string;
208
+ contentType: string;
209
+ };
210
+ url: {
211
+ type: string;
212
+ };
213
+ urlTitle: {
214
+ type: string;
215
+ };
216
+ arrow: {
217
+ type: string;
218
+ };
219
+ theme: {
220
+ type: string;
221
+ enum: string[];
222
+ };
223
+ textSize: {
224
+ type: string;
225
+ enum: string[];
226
+ };
227
+ target: {
228
+ type: string;
229
+ enum: string[];
230
+ };
231
+ analyticsEvents: {
232
+ oneOf: ({
233
+ optionName: string;
234
+ type: string;
235
+ additionalProperties: {
236
+ type: string;
237
+ };
238
+ required: string[];
239
+ properties: {
240
+ name: {
241
+ type: string;
242
+ };
243
+ type: {
244
+ type: string;
245
+ };
246
+ counters: {
247
+ type: string;
248
+ additionalProperties: boolean;
249
+ required: never[];
250
+ properties: {
251
+ include: {
252
+ type: string;
253
+ items: {
254
+ type: string;
255
+ };
256
+ };
257
+ exclude: {
258
+ type: string;
259
+ items: {
260
+ type: string;
261
+ };
262
+ };
263
+ };
264
+ };
265
+ context: {
266
+ type: string;
267
+ };
268
+ };
269
+ items?: undefined;
270
+ } | {
271
+ type: string;
272
+ items: {
273
+ type: string;
274
+ additionalProperties: {
275
+ type: string;
276
+ };
277
+ required: string[];
278
+ properties: {
279
+ name: {
280
+ type: string;
281
+ };
282
+ type: {
283
+ type: string;
284
+ };
285
+ counters: {
286
+ type: string;
287
+ additionalProperties: boolean;
288
+ required: never[];
289
+ properties: {
290
+ include: {
291
+ type: string;
292
+ items: {
293
+ type: string;
294
+ };
295
+ };
296
+ exclude: {
297
+ type: string;
298
+ items: {
299
+ type: string;
300
+ };
301
+ };
302
+ };
303
+ };
304
+ context: {
305
+ type: string;
306
+ };
307
+ };
308
+ };
309
+ optionName: string;
310
+ })[];
311
+ };
312
+ type: {};
313
+ when: {
314
+ type: string;
315
+ };
316
+ };
317
+ };
201
318
  textSize: {
202
319
  type: string;
203
320
  enum: string[];
@@ -82,6 +82,123 @@ export declare const BasicCard: {
82
82
  type: string;
83
83
  contentType: string;
84
84
  };
85
+ link: {
86
+ type: string;
87
+ additionalProperties: boolean;
88
+ required: string[];
89
+ properties: {
90
+ text: {
91
+ type: string;
92
+ contentType: string;
93
+ };
94
+ url: {
95
+ type: string;
96
+ };
97
+ urlTitle: {
98
+ type: string;
99
+ };
100
+ arrow: {
101
+ type: string;
102
+ };
103
+ theme: {
104
+ type: string;
105
+ enum: string[];
106
+ };
107
+ textSize: {
108
+ type: string;
109
+ enum: string[];
110
+ };
111
+ target: {
112
+ type: string;
113
+ enum: string[];
114
+ };
115
+ analyticsEvents: {
116
+ oneOf: ({
117
+ optionName: string;
118
+ type: string;
119
+ additionalProperties: {
120
+ type: string;
121
+ };
122
+ required: string[];
123
+ properties: {
124
+ name: {
125
+ type: string;
126
+ };
127
+ type: {
128
+ type: string;
129
+ };
130
+ counters: {
131
+ type: string;
132
+ additionalProperties: boolean;
133
+ required: never[];
134
+ properties: {
135
+ include: {
136
+ type: string;
137
+ items: {
138
+ type: string;
139
+ };
140
+ };
141
+ exclude: {
142
+ type: string;
143
+ items: {
144
+ type: string;
145
+ };
146
+ };
147
+ };
148
+ };
149
+ context: {
150
+ type: string;
151
+ };
152
+ };
153
+ items?: undefined;
154
+ } | {
155
+ type: string;
156
+ items: {
157
+ type: string;
158
+ additionalProperties: {
159
+ type: string;
160
+ };
161
+ required: string[];
162
+ properties: {
163
+ name: {
164
+ type: string;
165
+ };
166
+ type: {
167
+ type: string;
168
+ };
169
+ counters: {
170
+ type: string;
171
+ additionalProperties: boolean;
172
+ required: never[];
173
+ properties: {
174
+ include: {
175
+ type: string;
176
+ items: {
177
+ type: string;
178
+ };
179
+ };
180
+ exclude: {
181
+ type: string;
182
+ items: {
183
+ type: string;
184
+ };
185
+ };
186
+ };
187
+ };
188
+ context: {
189
+ type: string;
190
+ };
191
+ };
192
+ };
193
+ optionName: string;
194
+ })[];
195
+ };
196
+ type: {};
197
+ when: {
198
+ type: string;
199
+ };
200
+ };
201
+ };
85
202
  textSize: {
86
203
  type: string;
87
204
  enum: string[];