@grapadigital/shared-app-modules 0.0.88 → 0.0.89

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.
@@ -40,6 +40,14 @@ export declare const NO_DATA_TO_UPDATE_MESSAGE = "Nenhum dado novo foi informado
40
40
 
41
41
  declare function PinterestIcon({ size, color, ...props }: LucideProps): JSX.Element;
42
42
 
43
+ export declare const SOCIAL_NETWORK_COLOR_VALUES: {
44
+ instagram: string;
45
+ tiktok: string;
46
+ youtube: string;
47
+ linkedin: string;
48
+ pinterest: string;
49
+ };
50
+
43
51
  export declare const SOCIAL_NETWORK_ICON_COMPONENTS: {
44
52
  readonly instagram: typeof InstagramIcon;
45
53
  readonly tiktok: typeof TikTokIcon;
package/dist/constants.js CHANGED
@@ -3,7 +3,7 @@ import { P as o, L as t, Y as a, T as e, I as n } from "./chuncks/youtube-icon.c
3
3
  import "react/jsx-runtime";
4
4
  import "react";
5
5
  import "date-fns";
6
- const m = "Não há dados para atualizar.", T = "O filtro selecionado já está ativo. Por favor, escolha outro filtro antes de tentar novamente.", _ = "Nenhum dado novo foi informado para realizar a operação. Por favor, atualize os campos antes de tentar novamente.", A = "Não foi possível concluir a operação. Tente novamente mais tarde ou entre em contato com o suporte.", I = {
6
+ const _ = "Não há dados para atualizar.", m = "O filtro selecionado já está ativo. Por favor, escolha outro filtro antes de tentar novamente.", A = "Nenhum dado novo foi informado para realizar a operação. Por favor, atualize os campos antes de tentar novamente.", T = "Não foi possível concluir a operação. Tente novamente mais tarde ou entre em contato com o suporte.", I = {
7
7
  instagram: "Instagram",
8
8
  tiktok: "TikTok",
9
9
  youtube: "YouTube",
@@ -12,10 +12,16 @@ const m = "Não há dados para atualizar.", T = "O filtro selecionado já está
12
12
  }, p = {
13
13
  agency: "Agência",
14
14
  brand: "Marca"
15
- }, u = {
15
+ }, d = {
16
16
  enterprise: "Empresa",
17
17
  artistic: "Artística"
18
- }, S = {
18
+ }, u = {
19
+ instagram: "bg-gradient-to-br from-[#f09433] via-[#e6683c] via-[#dc2743] via-[#cc2366] to-[#bc1888]",
20
+ tiktok: "bg-black",
21
+ youtube: "bg-[#ff0033]",
22
+ linkedin: "bg-[#0a66c2]",
23
+ pinterest: "bg-[#e60023]"
24
+ }, O = {
19
25
  instagram: n,
20
26
  tiktok: e,
21
27
  youtube: a,
@@ -23,12 +29,13 @@ const m = "Não há dados para atualizar.", T = "O filtro selecionado já está
23
29
  pinterest: o
24
30
  };
25
31
  export {
26
- u as BUSINESS_UNIT_VALUES,
32
+ d as BUSINESS_UNIT_VALUES,
27
33
  p as CLIENT_TYPE_VALUES,
28
- A as ERROR_MESSAGE,
29
- T as FILTER_ALREADY_APPLIED_MESSAGE,
30
- m as NO_DATA_TO_UPDATE,
31
- _ as NO_DATA_TO_UPDATE_MESSAGE,
32
- S as SOCIAL_NETWORK_ICON_COMPONENTS,
34
+ T as ERROR_MESSAGE,
35
+ m as FILTER_ALREADY_APPLIED_MESSAGE,
36
+ _ as NO_DATA_TO_UPDATE,
37
+ A as NO_DATA_TO_UPDATE_MESSAGE,
38
+ u as SOCIAL_NETWORK_COLOR_VALUES,
39
+ O as SOCIAL_NETWORK_ICON_COMPONENTS,
33
40
  I as SOCIAL_NETWORK_VALUES
34
41
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@grapadigital/shared-app-modules",
3
3
  "private": false,
4
- "version": "0.0.88",
4
+ "version": "0.0.89",
5
5
  "files": [
6
6
  "dist"
7
7
  ],