sass-template-common 0.9.166 → 0.9.167

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 (51) hide show
  1. package/README.md +36 -36
  2. package/dist/ficha-video.css +1 -1
  3. package/dist/layout.css +2 -2
  4. package/dist/note.css +5 -5
  5. package/dist/sass-template-common.css +1 -1
  6. package/dist/sass-template-common.d.ts +9 -8
  7. package/dist/sass-template-common.js +5211 -5605
  8. package/dist/sass-template-common.umd.cjs +64 -67
  9. package/dist/ui/components/block_main_dynamic/block_main_dynamic.css +1 -1
  10. package/dist/ui/components/block_main_dynamic/super/components-block_main_dynamic-super.css +1 -1
  11. package/dist/ui/components/blocks_dynamic/blocks_dynamic.css +1 -1
  12. package/dist/ui/components/blocks_dynamic/destacadoNoticiasFullWidth/components-blocks_dynamic-destacadoNoticiasFullWidth.css +1 -1
  13. package/dist/ui/components/common/autor-header-1/autor-header-1.css +1 -1
  14. package/dist/ui/components/common/autor-header-2/autor-header-2.css +1 -1
  15. package/dist/ui/components/common/block-head/block-head.css +1 -1
  16. package/dist/ui/components/common/block-video-2/block-video-2.css +1 -1
  17. package/dist/ui/components/common/block-video-3/block-video-3.css +1 -1
  18. package/dist/ui/components/common/cards/opinio-card-2/cards-opinio-card-2.css +1 -1
  19. package/dist/ui/components/common/cards/option-card-1/cards-option-card-1.css +1 -1
  20. package/dist/ui/components/common/cards/section-card-1/cards-section-card-1.css +1 -1
  21. package/dist/ui/components/common/cards/section-card-2/cards-section-card-2.css +1 -1
  22. package/dist/ui/components/common/cards/section-card-5/cards-section-card-5.css +1 -1
  23. package/dist/ui/components/common/cards/section-card-6/cards-section-card-6.css +1 -1
  24. package/dist/ui/components/common/contact-input/contact-input.css +1 -1
  25. package/dist/ui/components/common/contact-select/contact-select.css +1 -1
  26. package/dist/ui/components/common/contact-textarea/contact-textarea.css +1 -1
  27. package/dist/ui/components/common/error/error.css +1 -1
  28. package/dist/ui/components/common/footer/footer.css +1 -1
  29. package/dist/ui/components/common/headers/headers.css +1 -1
  30. package/dist/ui/components/common/journalist-articule-2/journalist-articule-2.css +1 -1
  31. package/dist/ui/components/common/journalist-articule-5/journalist-articule-5.css +1 -1
  32. package/dist/ui/components/common/journalist-group/journalist-group.css +1 -1
  33. package/dist/ui/components/common/liveblog-header/liveblog-header.css +1 -1
  34. package/dist/ui/components/common/menu-options/menu-options.css +1 -1
  35. package/dist/ui/components/common/news-description/news-description.css +1 -1
  36. package/dist/ui/components/common/next-prev/next-prev.css +1 -1
  37. package/dist/ui/components/common/sidebar/sidebar.css +1 -1
  38. package/dist/ui/components/common/suscribed/subscribe-column/suscribed-subscribe-column.css +1 -1
  39. package/dist/ui/components/common/suscribed/subscribe-row/suscribed-subscribe-row.css +1 -1
  40. package/dist/ui/components/common/suscribed/subscribe-whatsapp/suscribed-subscribe-whatsapp.css +1 -1
  41. package/dist/ui/components/common/tag-header/tag-header.css +1 -1
  42. package/dist/ui/components/common/tags-section/tags-section.css +1 -1
  43. package/dist/ui/components/common/time-line/time-line.css +1 -1
  44. package/dist/ui/components/pages/auth/login-form/components-pages-auth-login-form.css +1 -1
  45. package/dist/ui/components/pages/buscar/components-pages-buscar.css +1 -1
  46. package/dist/ui/components/pages/contacto/contacto-list/components-pages-contacto-contacto-list.css +1 -1
  47. package/dist/ui/components/pages/news/components/comentarios/comentarios.css +1 -1
  48. package/dist/ui/components/pages/news/components-pages-news-header-section.css +1 -1
  49. package/dist/ui/components/pages/news/right-side/components-pages-news-right-side.css +1 -1
  50. package/dist/ui/components/pages/section/components-pages-section.css +1 -1
  51. package/package.json +68 -68
@@ -7,7 +7,8 @@ import { DetailedHTMLProps } from 'react';
7
7
  import { FC } from 'react';
8
8
  import { ForwardRefExoticComponent } from 'react';
9
9
  import { InputHTMLAttributes } from 'react';
10
- import { JSX } from 'react';
10
+ import { JSX } from 'react/jsx-runtime';
11
+ import { JSX as JSX_2 } from 'react';
11
12
  import { ReactNode } from 'react';
12
13
  import { RefAttributes } from 'react';
13
14
  import { SVGProps } from 'react';
@@ -356,7 +357,7 @@ export declare interface CommentDate {
356
357
  year?: number;
357
358
  }
358
359
 
359
- export declare const CommentLazyLoader: ({ internalPath, icon, API_ENV, texts, }: CommentLazyLoaderProps) => default_2.JSX.Element;
360
+ export declare const CommentLazyLoader: ({ internalPath, icon, API_ENV, texts, }: CommentLazyLoaderProps) => JSX.Element;
360
361
 
361
362
  declare type CommentLazyLoaderProps = {
362
363
  internalPath: string;
@@ -933,7 +934,7 @@ export declare interface FreeZoneResponse {
933
934
  };
934
935
  }
935
936
 
936
- export declare const GA4: ({ id, dimensionValues }: Props_2) => "" | default_2.JSX.Element | undefined;
937
+ export declare const GA4: ({ id, dimensionValues }: Props_2) => "" | JSX.Element | undefined;
937
938
 
938
939
  export declare const GalleryHeader: ({ newsformated, internal, commonServices, }: {
939
940
  newsformated: NewListResponseData;
@@ -1134,7 +1135,7 @@ declare type HeaderProps = {
1134
1135
 
1135
1136
  export declare const HeaderSectionComponent: FC<Props_12>;
1136
1137
 
1137
- export declare function HomeCard(props: SectionCardProps_3): default_2.JSX.Element;
1138
+ export declare function HomeCard(props: SectionCardProps_3): JSX.Element;
1138
1139
 
1139
1140
  declare interface ICommonServices {
1140
1141
  config?: Config;
@@ -1423,7 +1424,7 @@ export declare const LiveBlogHeader: FC<Props_43>;
1423
1424
  declare const Location_2: FC<Props_23>;
1424
1425
  export { Location_2 as Location }
1425
1426
 
1426
- export declare function LoginForm({ API_ENV, texts, }: Props_14): default_2.JSX.Element;
1427
+ export declare function LoginForm({ API_ENV, texts, }: Props_14): JSX.Element;
1427
1428
 
1428
1429
  export declare type Logo = {
1429
1430
  url: string;
@@ -1485,7 +1486,7 @@ export declare class MainComponentServices {
1485
1486
 
1486
1487
  export declare const Marfeel: () => "" | JSX.Element | undefined;
1487
1488
 
1488
- export declare const MasNoticiasLazyLoader: ({ section, internalPath, stylesConfig, paths, API_ENV, fetchConfig, }: MasNoticiasLazyLoaderProps) => default_2.JSX.Element;
1489
+ export declare const MasNoticiasLazyLoader: ({ section, internalPath, stylesConfig, paths, API_ENV, fetchConfig, }: MasNoticiasLazyLoaderProps) => JSX.Element;
1489
1490
 
1490
1491
  declare type MasNoticiasLazyLoaderProps = {
1491
1492
  section: string;
@@ -1525,7 +1526,7 @@ export declare const metadata_defaults: {
1525
1526
 
1526
1527
  export declare type MetadataDefaultsKeys = '404' | 'home' | 'slug' | 'news' | 'anuncia' | 'autor' | 'buscar' | 'contacto' | 'pages' | 'seccion' | 'tema' | 'ultimas-noticias' | 'video' | 'videos' | 'auth';
1527
1528
 
1528
- export declare const metadataToJSX: (metadata: any) => JSX.Element[];
1529
+ export declare const metadataToJSX: (metadata: any) => JSX_2.Element[];
1529
1530
 
1530
1531
  export declare const MiddleSection: FC<Props_26>;
1531
1532
 
@@ -2618,7 +2619,7 @@ export declare const ReCaptchaRender: ({ defaultRouteName }: {
2618
2619
  defaultRouteName: string;
2619
2620
  }) => false | "" | JSX.Element | undefined;
2620
2621
 
2621
- export declare function RegisterForm({ texts, API_ENV, termsAndConditionsUrl }: Props_15): default_2.JSX.Element;
2622
+ export declare function RegisterForm({ texts, API_ENV, termsAndConditionsUrl }: Props_15): JSX.Element;
2622
2623
 
2623
2624
  declare interface Related {
2624
2625
  automatic: boolean;