@comercti/vue-components 0.20.0 → 0.22.0

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/index.d.ts CHANGED
@@ -129,8 +129,21 @@ buttonRef: unknown;
129
129
  }, any>;
130
130
 
131
131
  declare const __VLS_component_20: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
132
- close: (value: boolean) => any;
132
+ "toggle-collapse": (value: ICollapse[]) => any;
133
133
  }, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
134
+ "onToggle-collapse"?: (value: ICollapse[]) => any;
135
+ }>, {
136
+ variant: "accordion" | "card" | "minimal" | "compact";
137
+ items: Array<Record<string, unknown>>;
138
+ openTheFirst: boolean;
139
+ allOpen: boolean;
140
+ direction: "row" | "column";
141
+ closeCollapse: number | null;
142
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
143
+
144
+ declare const __VLS_component_21: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
145
+ close: (value: boolean) => any;
146
+ }, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
134
147
  onClose?: (value: boolean) => any;
135
148
  }>, {
136
149
  background: "white" | "green";
@@ -140,9 +153,9 @@ isOpen: boolean;
140
153
  showIcon: boolean;
141
154
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
142
155
 
143
- declare const __VLS_component_21: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
156
+ declare const __VLS_component_22: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
144
157
  close: (value: boolean) => any;
145
- }, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
158
+ }, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
146
159
  onClose?: (value: boolean) => any;
147
160
  }>, {
148
161
  background: "1" | "2";
@@ -151,16 +164,19 @@ closeOutside: boolean;
151
164
  showCloseButton: boolean;
152
165
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
153
166
 
154
- declare const __VLS_component_22: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
167
+ declare const __VLS_component_23: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
155
168
  focus: boolean;
156
- location: "left" | "top" | "right" | "bottom";
157
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
169
+ location: "top" | "bottom" | "left" | "right";
170
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
171
+ activatorRef: HTMLDivElement;
172
+ tooltipRef: HTMLDivElement;
173
+ }, any>;
158
174
 
159
- declare const __VLS_component_23: DefineComponent<__VLS_Props_31, {
175
+ declare const __VLS_component_24: DefineComponent<__VLS_Props_32, {
160
176
  rootRef: Ref<HTMLElement, HTMLElement>;
161
177
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
162
178
  click: (event: MouseEvent) => any;
163
- }, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{
179
+ }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
164
180
  onClick?: (event: MouseEvent) => any;
165
181
  }>, {
166
182
  size: "small" | "medium" | "large" | number;
@@ -173,10 +189,10 @@ badgeOffsetBottom: number;
173
189
  rootRef: HTMLDivElement;
174
190
  }, any>;
175
191
 
176
- declare const __VLS_component_24: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
192
+ declare const __VLS_component_25: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
177
193
  submit: () => any;
178
194
  clear: () => any;
179
- }, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
195
+ }, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
180
196
  onSubmit?: () => any;
181
197
  onClear?: () => any;
182
198
  }>, {
@@ -189,7 +205,7 @@ showClearButton: boolean;
189
205
  menuRef: HTMLDivElement;
190
206
  }, HTMLDivElement>;
191
207
 
192
- declare const __VLS_component_25: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
208
+ declare const __VLS_component_26: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {
193
209
  size: "sm" | "md" | "lg";
194
210
  color: "primary" | "secondary" | "success" | "danger" | "warning";
195
211
  variant: "solid" | "outline" | "ghost";
@@ -515,17 +531,11 @@ declare type __VLS_Props_19 = {
515
531
  };
516
532
 
517
533
  declare type __VLS_Props_2 = {
518
- /** Define o label do componente */
519
534
  label: string;
520
- /** Define os valores exibidos no select */
521
535
  options: number[];
522
- /** Desabilita o componente */
523
536
  disabled?: boolean;
524
- /** Define a direção do texto */
525
537
  textDirection?: 'left' | 'right';
526
- /** Define o valor selecionado */
527
538
  modelValue: number;
528
- /**Define a posição de abertura das opções */
529
539
  position?: 'top' | 'bottom';
530
540
  };
531
541
 
@@ -567,6 +577,15 @@ declare type __VLS_Props_25 = {
567
577
  };
568
578
 
569
579
  declare type __VLS_Props_26 = {
580
+ items: Array<Record<string, unknown>>;
581
+ openTheFirst?: boolean;
582
+ allOpen?: boolean;
583
+ variant: 'accordion' | 'card' | 'minimal' | 'compact';
584
+ direction?: 'row' | 'column';
585
+ closeCollapse?: number | null;
586
+ };
587
+
588
+ declare type __VLS_Props_27 = {
570
589
  /** Define a posição em que o banner aparece */
571
590
  position?: 'top' | 'bottom';
572
591
  /** Define se o banner abre ou fecha */
@@ -579,7 +598,7 @@ declare type __VLS_Props_26 = {
579
598
  showIcon?: boolean;
580
599
  };
581
600
 
582
- declare type __VLS_Props_27 = {
601
+ declare type __VLS_Props_28 = {
583
602
  /** Define se o modal abre ou fecha */
584
603
  isOpen: boolean;
585
604
  /** Define a cor do background */
@@ -590,24 +609,12 @@ declare type __VLS_Props_27 = {
590
609
  showCloseButton?: boolean;
591
610
  };
592
611
 
593
- declare type __VLS_Props_28 = {
594
- /** Texto do tooltip */
612
+ declare type __VLS_Props_29 = {
595
613
  text: string;
596
- /** Localização do tooltip */
597
- location: 'left' | 'top' | 'right' | 'bottom';
598
- /** Ativa o tooltip quando o elemento estiver em foco */
614
+ location?: 'top' | 'bottom' | 'left' | 'right';
599
615
  focus?: boolean;
600
616
  };
601
617
 
602
- declare type __VLS_Props_29 = {
603
- /** Define o tipo de spinner */
604
- type: 'spinner' | 'semi-circle' | 'dots';
605
- /** Define se o loading deve ser exibido ou não */
606
- showLoading?: boolean;
607
- /** Define a cor do background */
608
- background?: 'smoky' | 'transparent';
609
- };
610
-
611
618
  declare type __VLS_Props_3 = {
612
619
  /** Array de string com as opções do menu */
613
620
  items: string[];
@@ -618,6 +625,15 @@ declare type __VLS_Props_3 = {
618
625
  };
619
626
 
620
627
  declare type __VLS_Props_30 = {
628
+ /** Define o tipo de spinner */
629
+ type: 'spinner' | 'semi-circle' | 'dots';
630
+ /** Define se o loading deve ser exibido ou não */
631
+ showLoading?: boolean;
632
+ /** Define a cor do background */
633
+ background?: 'smoky' | 'transparent';
634
+ };
635
+
636
+ declare type __VLS_Props_31 = {
621
637
  /** SVG bruto (como string) */
622
638
  name: string;
623
639
  /** Tamanho do ícone */
@@ -628,7 +644,7 @@ declare type __VLS_Props_30 = {
628
644
  fill?: string;
629
645
  };
630
646
 
631
- declare type __VLS_Props_31 = {
647
+ declare type __VLS_Props_32 = {
632
648
  /** Especifica o caminho para a imagem */
633
649
  src?: string;
634
650
  /** Especifica um texto alternativo para a imagem, se por algum motivo ela não puder ser exibida */
@@ -647,7 +663,7 @@ declare type __VLS_Props_31 = {
647
663
  disabled?: boolean;
648
664
  };
649
665
 
650
- declare type __VLS_Props_32 = {
666
+ declare type __VLS_Props_33 = {
651
667
  /** Define o tipo do filtro */
652
668
  variant?: 'dropdown' | 'collapse';
653
669
  /** Define o título do filtro */
@@ -662,7 +678,7 @@ declare type __VLS_Props_32 = {
662
678
  showClearButton?: boolean;
663
679
  };
664
680
 
665
- declare type __VLS_Props_33 = {
681
+ declare type __VLS_Props_34 = {
666
682
  /** Variante de estilo do badge */
667
683
  variant?: 'solid' | 'outline' | 'ghost';
668
684
  /** Cor do badge */
@@ -815,6 +831,8 @@ declare function __VLS_template(): {
815
831
  slots: Readonly<NonNullable<{
816
832
  [key: string]: (props: {
817
833
  item: Record<string, any>;
834
+ indexItem: number;
835
+ indexHeader: number;
818
836
  }) => VNode[];
819
837
  } & {
820
838
  /**Slot usado para exibir a paginação da tabela */
@@ -834,6 +852,8 @@ declare function __VLS_template(): {
834
852
  }>> & {
835
853
  [key: string]: (props: {
836
854
  item: Record<string, any>;
855
+ indexItem: number;
856
+ indexHeader: number;
837
857
  }) => VNode[];
838
858
  } & {
839
859
  /**Slot usado para exibir a paginação da tabela */
@@ -1061,6 +1081,33 @@ declare function __VLS_template_2(): {
1061
1081
  };
1062
1082
 
1063
1083
  declare function __VLS_template_20(): {
1084
+ attrs: Partial<{}>;
1085
+ slots: Readonly<{
1086
+ [key: string]: (props: {
1087
+ item: Record<string, any>;
1088
+ }) => VNode[];
1089
+ header?: (props: {
1090
+ item: Record<string, any>;
1091
+ }) => VNode[];
1092
+ content?: (props: {
1093
+ item: Record<string, any>;
1094
+ }) => VNode[];
1095
+ }> & {
1096
+ [key: string]: (props: {
1097
+ item: Record<string, any>;
1098
+ }) => VNode[];
1099
+ header?: (props: {
1100
+ item: Record<string, any>;
1101
+ }) => VNode[];
1102
+ content?: (props: {
1103
+ item: Record<string, any>;
1104
+ }) => VNode[];
1105
+ };
1106
+ refs: {};
1107
+ rootEl: HTMLDivElement;
1108
+ };
1109
+
1110
+ declare function __VLS_template_21(): {
1064
1111
  attrs: Partial<{}>;
1065
1112
  slots: Readonly<{
1066
1113
  /** Slot para o icone do banner */
@@ -1077,7 +1124,7 @@ declare function __VLS_template_20(): {
1077
1124
  rootEl: any;
1078
1125
  };
1079
1126
 
1080
- declare function __VLS_template_21(): {
1127
+ declare function __VLS_template_22(): {
1081
1128
  attrs: Partial<{}>;
1082
1129
  slots: {
1083
1130
  default?(_: {}): any;
@@ -1086,20 +1133,19 @@ declare function __VLS_template_21(): {
1086
1133
  rootEl: any;
1087
1134
  };
1088
1135
 
1089
- declare function __VLS_template_22(): {
1136
+ declare function __VLS_template_23(): {
1090
1137
  attrs: Partial<{}>;
1091
- slots: Readonly<{
1092
- /** Permite passar qualquer elemento como ativador do tooltip */
1093
- activator: () => VNode[];
1094
- }> & {
1095
- /** Permite passar qualquer elemento como ativador do tooltip */
1096
- activator: () => VNode[];
1138
+ slots: {
1139
+ activator?(_: {}): any;
1097
1140
  };
1098
- refs: {};
1099
- rootEl: HTMLDivElement;
1141
+ refs: {
1142
+ activatorRef: HTMLDivElement;
1143
+ tooltipRef: HTMLDivElement;
1144
+ };
1145
+ rootEl: any;
1100
1146
  };
1101
1147
 
1102
- declare function __VLS_template_23(): {
1148
+ declare function __VLS_template_24(): {
1103
1149
  attrs: Partial<{}>;
1104
1150
  slots: Readonly<{
1105
1151
  /** Adicione conteúdo no slot do Avatar */
@@ -1118,7 +1164,7 @@ declare function __VLS_template_23(): {
1118
1164
  rootEl: any;
1119
1165
  };
1120
1166
 
1121
- declare function __VLS_template_24(): {
1167
+ declare function __VLS_template_25(): {
1122
1168
  attrs: Partial<{}>;
1123
1169
  slots: Readonly<{
1124
1170
  /** Slot para o conteúdo do filtro */
@@ -1133,7 +1179,7 @@ declare function __VLS_template_24(): {
1133
1179
  rootEl: HTMLDivElement;
1134
1180
  };
1135
1181
 
1136
- declare function __VLS_template_25(): {
1182
+ declare function __VLS_template_26(): {
1137
1183
  attrs: Partial<{}>;
1138
1184
  slots: Readonly<{
1139
1185
  /** Adicione conteúdo dentro do badge */
@@ -1330,6 +1376,8 @@ declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
1330
1376
 
1331
1377
  declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
1332
1378
 
1379
+ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
1380
+
1333
1381
  declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
1334
1382
 
1335
1383
  declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
@@ -1452,6 +1500,12 @@ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
1452
1500
  };
1453
1501
  };
1454
1502
 
1503
+ declare type __VLS_WithTemplateSlots_26<T, S> = T & {
1504
+ new (): {
1505
+ $slots: S;
1506
+ };
1507
+ };
1508
+
1455
1509
  declare type __VLS_WithTemplateSlots_3<T, S> = T & {
1456
1510
  new (): {
1457
1511
  $slots: S;
@@ -1510,11 +1564,11 @@ onClearFilter?: () => any;
1510
1564
  "onInput:focus"?: () => any;
1511
1565
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1512
1566
 
1513
- export declare const CeAvatar: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1567
+ export declare const CeAvatar: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1514
1568
 
1515
- export declare const CeBadge: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1569
+ export declare const CeBadge: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
1516
1570
 
1517
- export declare const CeBanners: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1571
+ export declare const CeBanners: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1518
1572
 
1519
1573
  export declare const CeBreadcrumbs: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
1520
1574
 
@@ -1559,6 +1613,8 @@ export declare const CeCheckboxGroup: __VLS_WithTemplateSlots_3<typeof __VLS_com
1559
1613
 
1560
1614
  export declare const CeCol: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
1561
1615
 
1616
+ export declare const CeCollapse: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
1617
+
1562
1618
  export declare const CeContainer: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
1563
1619
 
1564
1620
  export declare const CeContentDivider: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
@@ -1588,7 +1644,7 @@ customMessage: string[];
1588
1644
  inputFile: HTMLInputElement;
1589
1645
  }, HTMLDivElement>;
1590
1646
 
1591
- export declare const CeFilterGroup: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
1647
+ export declare const CeFilterGroup: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
1592
1648
 
1593
1649
  export declare const CeFooter: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1594
1650
  redirect: (valor?: string) => any;
@@ -1613,11 +1669,13 @@ textDirection: "left" | "right";
1613
1669
  position: "top" | "bottom";
1614
1670
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
1615
1671
  menuRef: HTMLDivElement;
1616
- }, HTMLDivElement>;
1672
+ referenceRef: HTMLButtonElement;
1673
+ dropdownRef: HTMLUListElement;
1674
+ }, any>;
1617
1675
 
1618
1676
  export declare const CeLayout: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
1619
1677
 
1620
- export declare const CeLoading: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
1678
+ export declare const CeLoading: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
1621
1679
  type: "spinner" | "semi-circle" | "dots";
1622
1680
  background: "smoky" | "transparent";
1623
1681
  showLoading: boolean;
@@ -1639,7 +1697,7 @@ isSearch: boolean;
1639
1697
  isOpen: boolean;
1640
1698
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1641
1699
 
1642
- export declare const CeModal: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
1700
+ export declare const CeModal: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1643
1701
 
1644
1702
  export declare const CePagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
1645
1703
  paginate: (value: number) => any;
@@ -1723,7 +1781,7 @@ maxValue: number;
1723
1781
  showValue: boolean;
1724
1782
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
1725
1783
 
1726
- export declare const CeSvgIcon: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
1784
+ export declare const CeSvgIcon: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
1727
1785
  size: number | string;
1728
1786
  color: string;
1729
1787
  fill: string;
@@ -1771,7 +1829,7 @@ disabled: boolean;
1771
1829
  contoured: boolean;
1772
1830
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1773
1831
 
1774
- export declare const CeTooltip: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
1832
+ export declare const CeTooltip: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
1775
1833
 
1776
1834
  declare interface Coluna {
1777
1835
  text: string;
@@ -1813,7 +1871,7 @@ declare type DataTableProps = {
1813
1871
  truncated?: boolean;
1814
1872
  /** String com as diretivas tailwind a serem aplicadas ao slot pagination */
1815
1873
  paginationStyle?: string;
1816
- /** Habilita a funcionalidade de copiar o conteúdo da célula ao clicar nela */
1874
+ /** Habilita a funcionalidade de copiar o conteúdo da célula ao clicar */
1817
1875
  copyable?: boolean;
1818
1876
  };
1819
1877
 
@@ -1857,6 +1915,11 @@ declare interface IBreadcrumbsProps {
1857
1915
  variant?: 'primary' | 'secondary' | 'text';
1858
1916
  }
1859
1917
 
1918
+ declare interface ICollapse {
1919
+ index: number;
1920
+ value: boolean;
1921
+ }
1922
+
1860
1923
  declare interface IData_2<T = unknown> {
1861
1924
  [key: string]: T;
1862
1925
  }
@@ -2124,5 +2187,6 @@ declare module 'vue' {
2124
2187
  'ce-footer': typeof FooterComponent;
2125
2188
  'ce-layout': typeof LayoutComponent;
2126
2189
  'ce-section-footer': typeof SectionFooterComponent;
2190
+ 'ce-collapse': typeof CollapseComponent;
2127
2191
  }
2128
2192
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components",
3
- "version": "0.20.0",
3
+ "version": "0.22.0",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",
@@ -10,6 +10,7 @@
10
10
  ],
11
11
  "description": "",
12
12
  "dependencies": {
13
+ "@popperjs/core": "^2.11.8",
13
14
  "@wdns/vue-code-block": "^2.3.5",
14
15
  "date-fns": "^4.1.0",
15
16
  "highlight.js": "^11.11.1",