@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
@@ -18,6 +18,123 @@ export declare const ReportsSectionsBlock: {
18
18
  type: string;
19
19
  contentType: string;
20
20
  };
21
+ link: {
22
+ type: string;
23
+ additionalProperties: boolean;
24
+ required: string[];
25
+ properties: {
26
+ text: {
27
+ type: string;
28
+ contentType: string;
29
+ };
30
+ url: {
31
+ type: string;
32
+ };
33
+ urlTitle: {
34
+ type: string;
35
+ };
36
+ arrow: {
37
+ type: string;
38
+ };
39
+ theme: {
40
+ type: string;
41
+ enum: string[];
42
+ };
43
+ textSize: {
44
+ type: string;
45
+ enum: string[];
46
+ };
47
+ target: {
48
+ type: string;
49
+ enum: string[];
50
+ };
51
+ analyticsEvents: {
52
+ oneOf: ({
53
+ optionName: string;
54
+ type: string;
55
+ additionalProperties: {
56
+ type: string;
57
+ };
58
+ required: string[];
59
+ properties: {
60
+ name: {
61
+ type: string;
62
+ };
63
+ type: {
64
+ type: string;
65
+ };
66
+ counters: {
67
+ type: string;
68
+ additionalProperties: boolean;
69
+ required: never[];
70
+ properties: {
71
+ include: {
72
+ type: string;
73
+ items: {
74
+ type: string;
75
+ };
76
+ };
77
+ exclude: {
78
+ type: string;
79
+ items: {
80
+ type: string;
81
+ };
82
+ };
83
+ };
84
+ };
85
+ context: {
86
+ type: string;
87
+ };
88
+ };
89
+ items?: undefined;
90
+ } | {
91
+ type: string;
92
+ items: {
93
+ type: string;
94
+ additionalProperties: {
95
+ type: string;
96
+ };
97
+ required: string[];
98
+ properties: {
99
+ name: {
100
+ type: string;
101
+ };
102
+ type: {
103
+ type: string;
104
+ };
105
+ counters: {
106
+ type: string;
107
+ additionalProperties: boolean;
108
+ required: never[];
109
+ properties: {
110
+ include: {
111
+ type: string;
112
+ items: {
113
+ type: string;
114
+ };
115
+ };
116
+ exclude: {
117
+ type: string;
118
+ items: {
119
+ type: string;
120
+ };
121
+ };
122
+ };
123
+ };
124
+ context: {
125
+ type: string;
126
+ };
127
+ };
128
+ };
129
+ optionName: string;
130
+ })[];
131
+ };
132
+ type: {};
133
+ when: {
134
+ type: string;
135
+ };
136
+ };
137
+ };
21
138
  textSize: {
22
139
  type: string;
23
140
  enum: string[];
@@ -96,6 +96,123 @@ export declare const SliderBlock: {
96
96
  type: string;
97
97
  contentType: string;
98
98
  };
99
+ link: {
100
+ type: string;
101
+ additionalProperties: boolean;
102
+ required: string[];
103
+ properties: {
104
+ text: {
105
+ type: string;
106
+ contentType: string;
107
+ };
108
+ url: {
109
+ type: string;
110
+ };
111
+ urlTitle: {
112
+ type: string;
113
+ };
114
+ arrow: {
115
+ type: string;
116
+ };
117
+ theme: {
118
+ type: string;
119
+ enum: string[];
120
+ };
121
+ textSize: {
122
+ type: string;
123
+ enum: string[];
124
+ };
125
+ target: {
126
+ type: string;
127
+ enum: string[];
128
+ };
129
+ analyticsEvents: {
130
+ oneOf: ({
131
+ optionName: string;
132
+ type: string;
133
+ additionalProperties: {
134
+ type: string;
135
+ };
136
+ required: string[];
137
+ properties: {
138
+ name: {
139
+ type: string;
140
+ };
141
+ type: {
142
+ type: string;
143
+ };
144
+ counters: {
145
+ type: string;
146
+ additionalProperties: boolean;
147
+ required: never[];
148
+ properties: {
149
+ include: {
150
+ type: string;
151
+ items: {
152
+ type: string;
153
+ };
154
+ };
155
+ exclude: {
156
+ type: string;
157
+ items: {
158
+ type: string;
159
+ };
160
+ };
161
+ };
162
+ };
163
+ context: {
164
+ type: string;
165
+ };
166
+ };
167
+ items?: undefined;
168
+ } | {
169
+ type: string;
170
+ items: {
171
+ type: string;
172
+ additionalProperties: {
173
+ type: string;
174
+ };
175
+ required: string[];
176
+ properties: {
177
+ name: {
178
+ type: string;
179
+ };
180
+ type: {
181
+ type: string;
182
+ };
183
+ counters: {
184
+ type: string;
185
+ additionalProperties: boolean;
186
+ required: never[];
187
+ properties: {
188
+ include: {
189
+ type: string;
190
+ items: {
191
+ type: string;
192
+ };
193
+ };
194
+ exclude: {
195
+ type: string;
196
+ items: {
197
+ type: string;
198
+ };
199
+ };
200
+ };
201
+ };
202
+ context: {
203
+ type: string;
204
+ };
205
+ };
206
+ };
207
+ optionName: string;
208
+ })[];
209
+ };
210
+ type: {};
211
+ when: {
212
+ type: string;
213
+ };
214
+ };
215
+ };
99
216
  textSize: {
100
217
  type: string;
101
218
  enum: string[];
@@ -102,6 +102,123 @@ export declare const SliderNewBlock: {
102
102
  type: string;
103
103
  contentType: string;
104
104
  };
105
+ link: {
106
+ type: string;
107
+ additionalProperties: boolean;
108
+ required: string[];
109
+ properties: {
110
+ text: {
111
+ type: string;
112
+ contentType: string;
113
+ };
114
+ url: {
115
+ type: string;
116
+ };
117
+ urlTitle: {
118
+ type: string;
119
+ };
120
+ arrow: {
121
+ type: string;
122
+ };
123
+ theme: {
124
+ type: string;
125
+ enum: string[];
126
+ };
127
+ textSize: {
128
+ type: string;
129
+ enum: string[];
130
+ };
131
+ target: {
132
+ type: string;
133
+ enum: string[];
134
+ };
135
+ analyticsEvents: {
136
+ oneOf: ({
137
+ optionName: string;
138
+ type: string;
139
+ additionalProperties: {
140
+ type: string;
141
+ };
142
+ required: string[];
143
+ properties: {
144
+ name: {
145
+ type: string;
146
+ };
147
+ type: {
148
+ type: string;
149
+ };
150
+ counters: {
151
+ type: string;
152
+ additionalProperties: boolean;
153
+ required: never[];
154
+ properties: {
155
+ include: {
156
+ type: string;
157
+ items: {
158
+ type: string;
159
+ };
160
+ };
161
+ exclude: {
162
+ type: string;
163
+ items: {
164
+ type: string;
165
+ };
166
+ };
167
+ };
168
+ };
169
+ context: {
170
+ type: string;
171
+ };
172
+ };
173
+ items?: undefined;
174
+ } | {
175
+ type: string;
176
+ items: {
177
+ type: string;
178
+ additionalProperties: {
179
+ type: string;
180
+ };
181
+ required: string[];
182
+ properties: {
183
+ name: {
184
+ type: string;
185
+ };
186
+ type: {
187
+ type: string;
188
+ };
189
+ counters: {
190
+ type: string;
191
+ additionalProperties: boolean;
192
+ required: never[];
193
+ properties: {
194
+ include: {
195
+ type: string;
196
+ items: {
197
+ type: string;
198
+ };
199
+ };
200
+ exclude: {
201
+ type: string;
202
+ items: {
203
+ type: string;
204
+ };
205
+ };
206
+ };
207
+ };
208
+ context: {
209
+ type: string;
210
+ };
211
+ };
212
+ };
213
+ optionName: string;
214
+ })[];
215
+ };
216
+ type: {};
217
+ when: {
218
+ type: string;
219
+ };
220
+ };
221
+ };
105
222
  textSize: {
106
223
  type: string;
107
224
  enum: string[];
@@ -501,6 +501,123 @@ export declare const tabsItem: {
501
501
  type: string;
502
502
  contentType: string;
503
503
  };
504
+ link: {
505
+ type: string;
506
+ additionalProperties: boolean;
507
+ required: string[];
508
+ properties: {
509
+ text: {
510
+ type: string;
511
+ contentType: string;
512
+ };
513
+ url: {
514
+ type: string;
515
+ };
516
+ urlTitle: {
517
+ type: string;
518
+ };
519
+ arrow: {
520
+ type: string;
521
+ };
522
+ theme: {
523
+ type: string;
524
+ enum: string[];
525
+ };
526
+ textSize: {
527
+ type: string;
528
+ enum: string[];
529
+ };
530
+ target: {
531
+ type: string;
532
+ enum: string[];
533
+ };
534
+ analyticsEvents: {
535
+ oneOf: ({
536
+ optionName: string;
537
+ type: string;
538
+ additionalProperties: {
539
+ type: string;
540
+ };
541
+ required: string[];
542
+ properties: {
543
+ name: {
544
+ type: string;
545
+ };
546
+ type: {
547
+ type: string;
548
+ };
549
+ counters: {
550
+ type: string;
551
+ additionalProperties: boolean;
552
+ required: never[];
553
+ properties: {
554
+ include: {
555
+ type: string;
556
+ items: {
557
+ type: string;
558
+ };
559
+ };
560
+ exclude: {
561
+ type: string;
562
+ items: {
563
+ type: string;
564
+ };
565
+ };
566
+ };
567
+ };
568
+ context: {
569
+ type: string;
570
+ };
571
+ };
572
+ items?: undefined;
573
+ } | {
574
+ type: string;
575
+ items: {
576
+ type: string;
577
+ additionalProperties: {
578
+ type: string;
579
+ };
580
+ required: string[];
581
+ properties: {
582
+ name: {
583
+ type: string;
584
+ };
585
+ type: {
586
+ type: string;
587
+ };
588
+ counters: {
589
+ type: string;
590
+ additionalProperties: boolean;
591
+ required: never[];
592
+ properties: {
593
+ include: {
594
+ type: string;
595
+ items: {
596
+ type: string;
597
+ };
598
+ };
599
+ exclude: {
600
+ type: string;
601
+ items: {
602
+ type: string;
603
+ };
604
+ };
605
+ };
606
+ };
607
+ context: {
608
+ type: string;
609
+ };
610
+ };
611
+ };
612
+ optionName: string;
613
+ })[];
614
+ };
615
+ type: {};
616
+ when: {
617
+ type: string;
618
+ };
619
+ };
620
+ };
504
621
  textSize: {
505
622
  type: string;
506
623
  enum: string[];
@@ -633,6 +750,123 @@ export declare const TabsBlock: {
633
750
  type: string;
634
751
  contentType: string;
635
752
  };
753
+ link: {
754
+ type: string;
755
+ additionalProperties: boolean;
756
+ required: string[];
757
+ properties: {
758
+ text: {
759
+ type: string;
760
+ contentType: string;
761
+ };
762
+ url: {
763
+ type: string;
764
+ };
765
+ urlTitle: {
766
+ type: string;
767
+ };
768
+ arrow: {
769
+ type: string;
770
+ };
771
+ theme: {
772
+ type: string;
773
+ enum: string[];
774
+ };
775
+ textSize: {
776
+ type: string;
777
+ enum: string[];
778
+ };
779
+ target: {
780
+ type: string;
781
+ enum: string[];
782
+ };
783
+ analyticsEvents: {
784
+ oneOf: ({
785
+ optionName: string;
786
+ type: string;
787
+ additionalProperties: {
788
+ type: string;
789
+ };
790
+ required: string[];
791
+ properties: {
792
+ name: {
793
+ type: string;
794
+ };
795
+ type: {
796
+ type: string;
797
+ };
798
+ counters: {
799
+ type: string;
800
+ additionalProperties: boolean;
801
+ required: never[];
802
+ properties: {
803
+ include: {
804
+ type: string;
805
+ items: {
806
+ type: string;
807
+ };
808
+ };
809
+ exclude: {
810
+ type: string;
811
+ items: {
812
+ type: string;
813
+ };
814
+ };
815
+ };
816
+ };
817
+ context: {
818
+ type: string;
819
+ };
820
+ };
821
+ items?: undefined;
822
+ } | {
823
+ type: string;
824
+ items: {
825
+ type: string;
826
+ additionalProperties: {
827
+ type: string;
828
+ };
829
+ required: string[];
830
+ properties: {
831
+ name: {
832
+ type: string;
833
+ };
834
+ type: {
835
+ type: string;
836
+ };
837
+ counters: {
838
+ type: string;
839
+ additionalProperties: boolean;
840
+ required: never[];
841
+ properties: {
842
+ include: {
843
+ type: string;
844
+ items: {
845
+ type: string;
846
+ };
847
+ };
848
+ exclude: {
849
+ type: string;
850
+ items: {
851
+ type: string;
852
+ };
853
+ };
854
+ };
855
+ };
856
+ context: {
857
+ type: string;
858
+ };
859
+ };
860
+ };
861
+ optionName: string;
862
+ })[];
863
+ };
864
+ type: {};
865
+ when: {
866
+ type: string;
867
+ };
868
+ };
869
+ };
636
870
  textSize: {
637
871
  type: string;
638
872
  enum: string[];
@@ -31,5 +31,7 @@ export { default as IrEventsFeedUpcomingBlock } from './IrEventsFeedUpcoming/IrE
31
31
  export { default as IrEventsFeedRecentBlock } from './IrEventsFeedRecent/IrEventsFeedRecent';
32
32
  export { default as BlogFeedBlock } from './BlogFeed/BlogFeed';
33
33
  export { default as RelevantPostsBlock } from './RelevantPosts/RelevantPosts';
34
+ export { default as RelevantReportsCardsBlock } from './RelevantReportsCards/RelevantReportsCards';
35
+ export { default as RelevantReportsBlock } from './RelevantReports/RelevantReports';
34
36
  export { default as PressReleasesBlock } from './PressReleases/PressReleases';
35
37
  export { default as HighlightTableBlock } from './HighlightTable/HighlightTable';
@@ -31,5 +31,7 @@ export { default as IrEventsFeedUpcomingBlock } from './IrEventsFeedUpcoming/IrE
31
31
  export { default as IrEventsFeedRecentBlock } from './IrEventsFeedRecent/IrEventsFeedRecent';
32
32
  export { default as BlogFeedBlock } from './BlogFeed/BlogFeed';
33
33
  export { default as RelevantPostsBlock } from './RelevantPosts/RelevantPosts';
34
+ export { default as RelevantReportsCardsBlock } from './RelevantReportsCards/RelevantReportsCards';
35
+ export { default as RelevantReportsBlock } from './RelevantReports/RelevantReports';
34
36
  export { default as PressReleasesBlock } from './PressReleases/PressReleases';
35
37
  export { default as HighlightTableBlock } from './HighlightTable/HighlightTable';
@@ -0,0 +1,30 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ .pc-progress-circular {
4
+ animation: rotate 1.4s linear infinite;
5
+ transform-origin: center;
6
+ }
7
+ .pc-progress-circular__fg {
8
+ stroke-linecap: round;
9
+ animation: dash 1.4s ease-in-out infinite;
10
+ }
11
+
12
+ @keyframes rotate {
13
+ 100% {
14
+ transform: rotate(360deg);
15
+ }
16
+ }
17
+ @keyframes dash {
18
+ 0% {
19
+ stroke-dasharray: 1, 200;
20
+ stroke-dashoffset: 0;
21
+ }
22
+ 50% {
23
+ stroke-dasharray: 90, 150;
24
+ stroke-dashoffset: -35;
25
+ }
26
+ 100% {
27
+ stroke-dasharray: 90, 150;
28
+ stroke-dashoffset: -124;
29
+ }
30
+ }