@20minutes/hela 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -64,6 +64,7 @@ declare type TemplateComponentConfig = {
64
64
  declare type TemplateConfig = {
65
65
  name: string;
66
66
  helaName: string;
67
+ expiration: number;
67
68
  components: TemplateComponentConfig[];
68
69
  };
69
70
  declare const TEMPLATE_CONFIGS: TemplateConfig[];
package/dist/index.es.js CHANGED
@@ -62,6 +62,7 @@ const lK = [
62
62
  {
63
63
  name: "article",
64
64
  helaName: "ArticlePage",
65
+ expiration: 300,
65
66
  components: [
66
67
  {
67
68
  name: "article/overview-bar",
@@ -148,6 +149,25 @@ const lK = [
148
149
  useKey: !1
149
150
  }
150
151
  ]
152
+ },
153
+ {
154
+ name: "horoscope",
155
+ helaName: "HoroscopePage",
156
+ expiration: 60,
157
+ components: [
158
+ {
159
+ name: "horoscope/breadcrumb",
160
+ required: !0,
161
+ propsName: "breadcrumb",
162
+ useKey: !0
163
+ },
164
+ {
165
+ name: "horoscope/headerpage",
166
+ required: !0,
167
+ propsName: "breadcrumb",
168
+ useKey: !0
169
+ }
170
+ ]
151
171
  }
152
172
  ];
153
173
  var np = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};