app/react/stories/fixtures/PDFStoryFixtures.ts
const highlights = {
1: [
{
key: '1',
color: 'lightblue',
textSelection: {
text: 'MEDIDAS PROVISIONALES\nRESPECTO DE LA REPÚBLICA DE COLOMBIA',
selectionRectangles: [
{
top: 319.1875,
left: 294.453125,
width: 201.14532470703125,
height: 15,
regionId: '1',
},
{
top: 335.390625,
left: 231.53125,
width: 325.3809814453125,
height: 15,
regionId: '1',
},
],
},
},
{
key: '2',
color: 'lightgreen',
textSelection: {
text: 'Levantar y dar por concluidas las medidas provisionales otorgadas a favor de Salomón\nFlórez Contreras, Sandra Belinda Montero Fuentes, y sus respectivas familias, de conformidad\ncon lo establecido en […] esta Resolución.',
selectionRectangles: [
{
top: 847.15625,
left: 179.21875,
width: 479.9083251953125,
height: 12,
regionId: '1',
},
{
top: 860.109375,
left: 131.21875,
width: 527.788818359375,
height: 12,
regionId: '1',
},
{
top: 873.078125,
left: 131.21875,
width: 225.860595703125,
height: 12,
regionId: '1',
},
],
},
},
],
4: [],
22: [
{
key: '1',
color: 'red',
textSelection: {
text: 'Eduardo Vio Grossi\nJuez\nPablo Saavedra Alessandri\nSecretario',
selectionRectangles: [
{
top: 239.515625,
left: 605.84375,
width: 126.9300537109375,
height: 15,
regionId: '22',
},
{
top: 255.671875,
left: 657.40625,
width: 29.3594970703125,
height: 15,
regionId: '22',
},
{
top: 401.625,
left: 83.1875,
width: 176.2056884765625,
height: 15,
regionId: '22',
},
{
top: 417.796875,
left: 144.015625,
width: 68.48193359375,
height: 15,
regionId: '22',
},
],
},
},
],
};
export { highlights };