{"_id":"@codesyntax/volto-featured-block","_rev":"12-83351900c9796f398ff17d41c7c5f5c5","name":"@codesyntax/volto-featured-block","dist-tags":{"latest":"1.0.1"},"versions":{"0.2.0":{"name":"@codesyntax/volto-featured-block","version":"0.2.0","keywords":["volto-addon","volto","plone","react"],"author":{"name":"European Environment Agency: IDM2 A-Team"},"license":"MIT","_id":"@codesyntax/volto-featured-block@0.2.0","maintainers":[{"name":"erral","email":"mlarreategi@codesyntax.com"},{"name":"aitzol","email":"anaberan@codesyntax.com"},{"name":"ionlizarazu","email":"ilizarazu@codesyntax.com"},{"name":"bipoza","email":"bipoza@gmail.com"},{"name":"libargutxi","email":"libargutxi@codesyntax.com"}],"homepage":"https://github.com/codesyntax/volto-featured-block","bugs":{"url":"https://github.com/codesyntax/volto-featured-block/issues"},"dist":{"shasum":"339bb5395e52f3a4cdbd5fe38efaed673bfddd13","tarball":"https://registry.npmjs.org/@codesyntax/volto-featured-block/-/volto-featured-block-0.2.0.tgz","fileCount":25,"integrity":"sha512-A2XypRYz31ksmUeB3fbpnenfQt9QKVhiqr10gTfc+twCIX1jjzKYm65yLOwLYkBJZIxnOj2ndEZkwxml0bBcgQ==","signatures":[{"sig":"MEUCIQDrk54/2zJE+zM45Y15frPgqhpPMofBhQy0QV3+KnI46AIgcbBojypvHgUqwjFL0xQL4F+AFINl7iwI75XqpDGaZkA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33488,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiofJxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpypQ//RtlXgMQFn4JvbLg6x4KO+Z0no8dv6MV8k+Ffh1GdIijWeXFx\r\nGC3DHiLk2F/vnWoMG380CqbXbFp7ywmWnCg8mCaG0Y7u/aVQb0dzjJWJx/su\r\nJ/arF/M3//OJXVrU5I8eD9GZTcoOf84sjKb8YsiKMgnDwxSueBZvZ1YKWIKK\r\nTtYlY/WV8vVdLg2v4V+RsHJua8k7NyWIzRjTPPcArzoH4R4p/en+0WwM4INm\r\nNUkCRtKA0SirF13t91GUwXDvo1yuUYOTJwjxjV8rNeYvJFlxFADiVIq998IN\r\nqh4I+VMcDR6RRaPxpMvWnGSkh+YFf0gWs06doDAJ+aIEyfxtVBEBGbG/BD5+\r\noHr6sY+19u4Q4J3++kaT3S12qMszhJ2hgE5BiYC6kwY7AhVITvxhL0630MMu\r\na91xHy6MsXbXv41jtPVBL7vLFXfWtB5Roq5KZpxmN2Up8cfKtVWrM1i5iLSW\r\nS5E5TxOjxgGmQTaaCk4pGvFoxglLlCNSeAA0M3fY9ESC2Q7l00cfsry+eC1/\r\nTKfe7TiBYU+o+zEv4FOZIQiPjMwmFF9XvDgZ8Uz64G93P3gqJ3/4HAZGwSp1\r\nqKwW+xUH2IlxepyrC3zYpsB3sKbLKh/fTSE6IlPrwjurSCcrJhpaC9x7GIT9\r\n7LpdXiWQ1B3JlXA3mPVlOpjlOajnBw6d/wQ=\r\n=f1i7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"src/index.js","gitHead":"49827cb1c2a56bfb01fb2f5b7204dedc6223cbee","scripts":{"i18n":"rm -rf build/messages && NODE_ENV=production i18n --addon","lint":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; fi","test":"make test","release":"release-it","lint:fix":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; fi","prettier":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; fi","test:fix":"make test-update","bootstrap":"npm install -g ejs; npm link ejs; node bootstrap","stylelint":"if [ -d ./project ]; then ./project/node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; else ../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; fi","pre-commit":"yarn stylelint:fix && yarn prettier:fix && yarn lint:fix","cypress:run":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress run; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress run; fi","cypress:open":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress open; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress open; fi","prettier:fix":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; fi","stylelint:fix":"yarn stylelint --fix && yarn stylelint:overrides --fix","stylelint:overrides":"if [ -d ./project ]; then ./project/node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; else ../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; fi"},"_npmUser":{"name":"erral","email":"mlarreategi@codesyntax.com"},"repository":{"url":"git+ssh://git@github.com/codesyntax/volto-featured-block.git","type":"git"},"_npmVersion":"8.11.0","description":"@codesyntax/volto-featured-block: Volto add-on","directories":{},"_nodeVersion":"16.15.1","dependencies":{"release-it":"^15.0.0","@plone/scripts":"*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@cypress/code-coverage":"^3.9.5","babel-plugin-transform-class-properties":"^6.24.1"},"_npmOperationalInternal":{"tmp":"tmp/volto-featured-block_0.2.0_1654780529502_0.8531326370956267","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"@codesyntax/volto-featured-block","version":"0.3.0","keywords":["volto-addon","volto","plone","react"],"author":{"name":"European Environment Agency: IDM2 A-Team"},"license":"MIT","_id":"@codesyntax/volto-featured-block@0.3.0","maintainers":[{"name":"erral","email":"mlarreategi@codesyntax.com"},{"name":"aitzol","email":"anaberan@codesyntax.com"},{"name":"ionlizarazu","email":"ilizarazu@codesyntax.com"},{"name":"bipoza","email":"bipoza@gmail.com"},{"name":"libargutxi","email":"libargutxi@codesyntax.com"}],"homepage":"https://github.com/codesyntax/volto-featured-block","bugs":{"url":"https://github.com/codesyntax/volto-featured-block/issues"},"dist":{"shasum":"f0a433adacae568ee49d08a4c34f6dbbeb5eaf32","tarball":"https://registry.npmjs.org/@codesyntax/volto-featured-block/-/volto-featured-block-0.3.0.tgz","fileCount":25,"integrity":"sha512-c0WaAqWYK4E55tt5t3obx4yeU+uJ7lAXL2CN6kCcmySmnzUGFokvAO15ILU7dewesCL1UAEvd6bGObbs5A6wNg==","signatures":[{"sig":"MEUCIGJShh7eafHsj9YCBK3X6lc3r99+BMCicIpsd5cyk3QdAiEAzOpK3J7T1vrflG/D09RKbmVtqNkHffBH16apFjbotzw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiogr4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGdw/7BsB5QYlAKFkNk1qWsOKs+4wvgum/NP71t25GMeKvIkMFxb5o\r\nulrXYYiSWGqxgYF+22U2PZ3ef+WB+R9bzoyqNY7OYUEuUpM9EkXhs17KIInd\r\nF9/Gh+mLIC4c0zWFy8kr/xWkw6L7Sx16JLbIVFa/SNqgbOwCMx/u+ZqIaKK8\r\nevl430BwFq3/aHpUG3/Kz0NBRF23o8T3r3y2K4zPXDIu8z1oVZ1qWbpWwoyc\r\npuu1QXX6cbx876TShFjjr7phUU/4WUEuy5ZRJb4mD03GUuVmT5Qj7jnBSrm/\r\nibmsT0jNWF6y43/gJ1KdMoKDLRUszEqBkiG4MgtLVL1ytfAP9NdEIdrCzMDe\r\n5niwppl/j/B0X60JVA0bgErcvtIM/y//z+EM+cqfVk4hIk/HA5CuAxDmQeP0\r\nUI06j2zHlhbZlKZTnUKqyKIt/GiXWANagr9tDL7o5oPpF5mEc4JcRaBrt0jI\r\nptNF9NthDlE2DrCCS59RRG7PbE/V172Jrk3ujo7qRrHy+81MoB9Cewr+azIS\r\nKTuePhrp07Rzd3FLJVnSCxhyxIOVTDvJmSPY9ympdtrRYKUPHlWwD78kEw8I\r\nqQDmiH7WlcV1AEJX+OZE+Meggv7Gus330GH6CYNHiO/O2CGcdce2YP6BkraA\r\nuJ3OqprBKHvOiTKB72K9Fdklwuu5XDuUVZg=\r\n=l1Ae\r\n-----END PGP SIGNATURE-----\r\n"},"main":"src/index.js","gitHead":"ed8b706391e377fbcfe98bbfeef3ac23fa792147","scripts":{"i18n":"rm -rf build/messages && NODE_ENV=production i18n --addon","lint":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; fi","test":"make test","release":"release-it","lint:fix":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; fi","prettier":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; fi","test:fix":"make test-update","bootstrap":"npm install -g ejs; npm link ejs; node bootstrap","stylelint":"if [ -d ./project ]; then ./project/node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; else ../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; fi","pre-commit":"yarn stylelint:fix && yarn prettier:fix && yarn lint:fix","cypress:run":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress run; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress run; fi","cypress:open":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress open; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress open; fi","prettier:fix":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; fi","stylelint:fix":"yarn stylelint --fix && yarn stylelint:overrides --fix","stylelint:overrides":"if [ -d ./project ]; then ./project/node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; else ../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; fi"},"_npmUser":{"name":"erral","email":"mlarreategi@codesyntax.com"},"repository":{"url":"git+ssh://git@github.com/codesyntax/volto-featured-block.git","type":"git"},"_npmVersion":"8.11.0","description":"@codesyntax/volto-featured-block: Volto add-on","directories":{},"_nodeVersion":"16.15.1","dependencies":{"release-it":"^15.0.0","@plone/scripts":"*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@cypress/code-coverage":"^3.9.5","babel-plugin-transform-class-properties":"^6.24.1"},"_npmOperationalInternal":{"tmp":"tmp/volto-featured-block_0.3.0_1654786808266_0.49069219873814296","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"@codesyntax/volto-featured-block","version":"0.4.0","keywords":["volto-addon","volto","plone","react"],"author":{"name":"European Environment Agency: IDM2 A-Team"},"license":"MIT","_id":"@codesyntax/volto-featured-block@0.4.0","maintainers":[{"name":"erral","email":"mlarreategi@codesyntax.com"},{"name":"aitzol","email":"anaberan@codesyntax.com"},{"name":"ionlizarazu","email":"ilizarazu@codesyntax.com"},{"name":"bipoza","email":"bipoza@gmail.com"},{"name":"libargutxi","email":"libargutxi@codesyntax.com"}],"homepage":"https://github.com/codesyntax/volto-featured-block","bugs":{"url":"https://github.com/codesyntax/volto-featured-block/issues"},"dist":{"shasum":"f75ed45a714ebe7fa072f6ceb4e27202bd1378e1","tarball":"https://registry.npmjs.org/@codesyntax/volto-featured-block/-/volto-featured-block-0.4.0.tgz","fileCount":25,"integrity":"sha512-wWv6CsTE212vineDCJNia48PLtxOTHt5p3/pEIcSi01CI0YV2jJ82xWS+5DhXOW1V7dWNtCkiULFdYaNvs27jw==","signatures":[{"sig":"MEQCICiH4MsXzpUqYPJZOGNKR1co+GqrkQyOgDlybDZg/U5/AiBTWNIaZNVKH7/gW2YbcbFROhey5UMjs+pgcnD4uFDTFw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34582,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiov4KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotRA//aIJFZxfbNoX9X35hpKU+uLaiTgNzqPw6fQyZQ4kRyyEvhZOA\r\nRvt8+fgeHu/9LRgL1rZqYadfyYzTCOeWwWi4PSjhZZuT/wMrXvQ3FaIjWBhH\r\niRA62/xm5VP87la/ag0xnpQnZNcx2idrLUGLSfpHz3AmMI6fVj11YulpDJF0\r\n5GapF5ko0n0VK9mdMxhp/A388t+H5cv0nHTBbsP7kohsM8A4bnI4JF3vdlg4\r\nr0RP8dW1dHYxHGR5UPnljWTUnir9WJrbQLEiTRSC2vfnD293Lcv1PSmZ0l7P\r\nhEN6I/zSaFHr7yY3sZEsM+M/uSOR4LUhkU3H/97OizNawWDSw1tTAWcwlhOn\r\ntpDlrTeO1JrV5ADRXV7aY70tE+bJ5Xh6hsJrRh5oclUr1YDMKJrtgob+mVWv\r\n2xldxEzCPni2+6PT+LXGtGEsUuhB5aaaqqJVCMXSz7QJKIq7jpPyDXMeX6AG\r\nSOogvCz7QzkUSu1LNsJZLn8uIgs2jy9gDEkU+Z8u+oJgvoCl8sp00zPw2Fna\r\ndT3l+bn1cjAExH7gn0xwRn+eCbEcd/DrURhSmghAK7E+bHOlKKyZHFHZM5Wr\r\nabC4bLH3RPYJ9txpy9OSRoRxoSVh2ECpdRUh2WSgRgJ6DUAcNtfZy/TrrslG\r\n5eh8R729Qpq8T7y+D7mURXF+LSHD0LO7f5g=\r\n=h3xE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"src/index.js","gitHead":"39232f1f12908e5cddb841ff5ffac1b7e78ab06f","scripts":{"i18n":"rm -rf build/messages && NODE_ENV=production i18n --addon","lint":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; fi","test":"make test","release":"release-it","lint:fix":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; fi","prettier":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; fi","test:fix":"make test-update","bootstrap":"npm install -g ejs; npm link ejs; node bootstrap","stylelint":"if [ -d ./project ]; then ./project/node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; else ../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; fi","pre-commit":"yarn stylelint:fix && yarn prettier:fix && yarn lint:fix","cypress:run":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress run; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress run; fi","cypress:open":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress open; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress open; fi","prettier:fix":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; fi","stylelint:fix":"yarn stylelint --fix && yarn stylelint:overrides --fix","stylelint:overrides":"if [ -d ./project ]; then ./project/node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; else ../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; fi"},"_npmUser":{"name":"erral","email":"mlarreategi@codesyntax.com"},"repository":{"url":"git+ssh://git@github.com/codesyntax/volto-featured-block.git","type":"git"},"_npmVersion":"8.11.0","description":"@codesyntax/volto-featured-block: Volto add-on","directories":{},"_nodeVersion":"16.15.1","dependencies":{"release-it":"^15.0.0","@plone/scripts":"*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@cypress/code-coverage":"^3.9.5","babel-plugin-transform-class-properties":"^6.24.1"},"_npmOperationalInternal":{"tmp":"tmp/volto-featured-block_0.4.0_1654849034500_0.5146389249868848","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"@codesyntax/volto-featured-block","version":"0.5.0","keywords":["volto-addon","volto","plone","react"],"author":{"name":"European Environment Agency: IDM2 A-Team"},"license":"MIT","_id":"@codesyntax/volto-featured-block@0.5.0","maintainers":[{"name":"erral","email":"mlarreategi@codesyntax.com"},{"name":"aitzol","email":"anaberan@codesyntax.com"},{"name":"ionlizarazu","email":"ilizarazu@codesyntax.com"},{"name":"bipoza","email":"bipoza@gmail.com"},{"name":"libargutxi","email":"libargutxi@codesyntax.com"}],"homepage":"https://github.com/codesyntax/volto-featured-block","bugs":{"url":"https://github.com/codesyntax/volto-featured-block/issues"},"dist":{"shasum":"0d16341de3a489faa59ac93f72cd7d07d254b647","tarball":"https://registry.npmjs.org/@codesyntax/volto-featured-block/-/volto-featured-block-0.5.0.tgz","fileCount":25,"integrity":"sha512-7GvUcm+rsxjixejeEHb7zAFlRYkKLaOwGL+YUI7yVW8B47WFyFqQC78wh/SwupK2GtKnuLXGiSnkJUz3wcOffg==","signatures":[{"sig":"MEUCIFyau9zx07DcEJTQGwcKTJgakvch6FXgcQixcQrr8ViYAiEAmLeR6IJn88/60nxcLtXMLNiphUTVNVEhFBC47OKj+G8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35024,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisdx3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRBw/+Ilkj8w72Npkqz/sYaQlekO7V6ZUVfIBJCZrFJamvMQ5owCmk\r\nYSpPdcq+ra2L9BWemDExmlDrKsX85BkKx7gi9W+cccThWeRVTuRSH+E0uakl\r\nn33EbxDo+vofHooMHYhycIXnEbRtuObhcMLD8ITOIhGAlrcjmcSdNIuiQjOV\r\nGSALdIXD3fpzY8WJ/pEDkex2nKxozdXiCGwY1F3hr3jYAsMHzwvaS5FiCAFy\r\nvPFre+qcEAXisqNWpf3vew4jmRJZGqBGmIx9FZ4gwVnePPdPzmBxM6v3e6qN\r\nc5BwZOxuGEiPqmW7fGJbP5lEWyokiZeKkJ8FgNMiPyab8EQRj9oiP/HP1T6r\r\nclUzffdF1VgbtKD3OJcwZlpDd2ss68AI4DvTULJUmpYIe1YRaX9UbAMRwjwB\r\nY83Mhtz6YBYdOQ/J6FlNerBckv/jy8Y9EF5XCq2i48dzrGT8EfAlAdgHIFxh\r\n2FLlYz2qWUNg1yJmg7FTGQ1hQwHXTN73GlkEy3wrp5rP/pXTLUlPEw8/Lx6p\r\nRssqjg+3SO3dZKz1n6+uE5wmYNG/d80lX/M8iYJPC3stvJnjwnZuZNYqyMZn\r\nrUY5OoWd7tP6nGgEGbmZV0Qqc9PQV91IbXBSa9yEeZn1syqNVIggq9WsWB85\r\no49x2ZnMuhr3AB0AwoX2w9BR+tYz7Y/RYmU=\r\n=e5tP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"src/index.js","gitHead":"9a1bab9849c2377a1134340c15cc907ebe43742f","scripts":{"i18n":"rm -rf build/messages && NODE_ENV=production i18n --addon","lint":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; fi","test":"make test","release":"release-it","lint:fix":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; fi","prettier":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; fi","test:fix":"make test-update","bootstrap":"npm install -g ejs; npm link ejs; node bootstrap","stylelint":"if [ -d ./project ]; then ./project/node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; else ../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; fi","pre-commit":"yarn stylelint:fix && yarn prettier:fix && yarn lint:fix","cypress:run":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress run; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress run; fi","cypress:open":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress open; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress open; fi","prettier:fix":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; fi","stylelint:fix":"yarn stylelint --fix && yarn stylelint:overrides --fix","stylelint:overrides":"if [ -d ./project ]; then ./project/node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; else ../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; fi"},"_npmUser":{"name":"erral","email":"mlarreategi@codesyntax.com"},"repository":{"url":"git+ssh://git@github.com/codesyntax/volto-featured-block.git","type":"git"},"_npmVersion":"8.11.0","description":"@codesyntax/volto-featured-block: Volto add-on","directories":{},"_nodeVersion":"16.15.1","dependencies":{"release-it":"^15.0.0","@plone/scripts":"*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@cypress/code-coverage":"^3.9.5","babel-plugin-transform-class-properties":"^6.24.1"},"_npmOperationalInternal":{"tmp":"tmp/volto-featured-block_0.5.0_1655823479461_0.4404588933239517","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"@codesyntax/volto-featured-block","version":"0.6.0","keywords":["volto-addon","volto","plone","react"],"author":{"name":"European Environment Agency: IDM2 A-Team"},"license":"MIT","_id":"@codesyntax/volto-featured-block@0.6.0","maintainers":[{"name":"erral","email":"mlarreategi@codesyntax.com"},{"name":"aitzol","email":"anaberan@codesyntax.com"},{"name":"ionlizarazu","email":"ilizarazu@codesyntax.com"},{"name":"bipoza","email":"bipoza@gmail.com"},{"name":"libargutxi","email":"libargutxi@codesyntax.com"}],"homepage":"https://github.com/codesyntax/volto-featured-block","bugs":{"url":"https://github.com/codesyntax/volto-featured-block/issues"},"dist":{"shasum":"163285472bfeed4ae9171a0592c60c7154dc952a","tarball":"https://registry.npmjs.org/@codesyntax/volto-featured-block/-/volto-featured-block-0.6.0.tgz","fileCount":25,"integrity":"sha512-T4LI9nFYds6YzS14BawkFyG4fAi10J6+dG7Csvm8Ccb73cdBhl2ieuIyYz7RWmxGdRhYyizpvqE1AAmXpsfaqg==","signatures":[{"sig":"MEUCIHUAhj/IBhlSjb7/uPeAZq5SknY0w84xBpIUJ2Gtk436AiEA/il3mckAADWJ2toSVr9gZ8ULO9mSJxJ3wOGT51kAjlo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":37314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivuFYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrdRg/+JTSYHltXEs4ADmNyKpGgSaZ3mdn2INSFoyXFkr64FhjWImUO\r\nTlUn3l6Qh7Hqq9dAt/ek+0czyppTXuUwC1AprkSKhUCQ+QhambAQlydcJUN7\r\n69EzrWHwtb3HulheF5VrNKEHERG+xmN9eCN8LZigDlN3xsVGO0DZBrmRGyIS\r\nK7Dvr1MM9tVKw+uFXNiGaN/ZpJ3i6F5ALAjYsjH+Eh7vUkeN2F8CdYG/X8ZQ\r\nMSCW9ryb+7CQAdw/+gb3aizl2blqbSsqlvEvenj5fMmPSJ0lvgIoW8q7eT/g\r\nGFziz2G4s9ssZEolqFQFa107bH+9Wr9XENsJlUklVDeHVCUHvJit7Y4N+J/r\r\n7awvHr2lNOosJNmSa0NBajm9ihn5Eqb2O6ZETgp0I20z2DdxAdJGkabQd+M7\r\n1fy1UmMZHMFvKPA5R+UCviI7hslIIaRezLrClmAFL/7WQkxFc2L0hfC4Dn5L\r\n3lpcTc2eB9gQccbcO2j0T8rQgqV/8HqYYpZkhCmlZBDd/NZAyJf8RdMY6eIm\r\na4RcHa7j1+adVCz8DYmqQJ8yEXcLQGIW5VNBSFbw/IH7X2aBK4NmwZ5jDaub\r\n5HR3gTGgYVxIdBH2qb3Alq9LdHjyxGkdnNAqJUODqJHtyRk4NEIoDCyCGqwb\r\n0pXEruHD5YBv3eoYeqnW3Kp+eMijpl6CngI=\r\n=wM5m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"src/index.js","gitHead":"03d31fcac668e8eb8d42e728dc14fafaa8f3ad9a","scripts":{"i18n":"rm -rf build/messages && NODE_ENV=production i18n --addon","lint":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; fi","test":"make test","release":"release-it","lint:fix":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; fi","prettier":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; fi","test:fix":"make test-update","bootstrap":"npm install -g ejs; npm link ejs; node bootstrap","stylelint":"if [ -d ./project ]; then ./project/node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; else ../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; fi","pre-commit":"yarn stylelint:fix && yarn prettier:fix && yarn lint:fix","cypress:run":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress run; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress run; fi","cypress:open":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress open; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress open; fi","prettier:fix":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; fi","stylelint:fix":"yarn stylelint --fix && yarn stylelint:overrides --fix","stylelint:overrides":"if [ -d ./project ]; then ./project/node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; else ../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; fi"},"_npmUser":{"name":"erral","email":"mlarreategi@codesyntax.com"},"repository":{"url":"git+ssh://git@github.com/codesyntax/volto-featured-block.git","type":"git"},"_npmVersion":"8.11.0","description":"@codesyntax/volto-featured-block: Volto add-on","directories":{},"_nodeVersion":"16.15.1","dependencies":{"release-it":"^15.1.1","@plone/scripts":"*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@cypress/code-coverage":"^3.9.5","babel-plugin-transform-class-properties":"^6.24.1"},"_npmOperationalInternal":{"tmp":"tmp/volto-featured-block_0.6.0_1656676695855_0.18460071492568875","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"@codesyntax/volto-featured-block","version":"0.7.0","keywords":["volto-addon","volto","plone","react"],"author":{"name":"Ion Lizarazu","email":"ilizarazu@codesyntax.com"},"license":"MIT","_id":"@codesyntax/volto-featured-block@0.7.0","maintainers":[{"name":"erral","email":"mlarreategi@codesyntax.com"},{"name":"ionlizarazu","email":"ilizarazu@codesyntax.com"},{"name":"bipoza","email":"bipoza@gmail.com"},{"name":"libargutxi","email":"libargutxi@codesyntax.com"}],"homepage":"https://github.com/codesyntax/volto-featured-block","bugs":{"url":"https://github.com/codesyntax/volto-featured-block/issues"},"dist":{"shasum":"99388a5b77e1b19c5e385c12c3c9386c6d23fad8","tarball":"https://registry.npmjs.org/@codesyntax/volto-featured-block/-/volto-featured-block-0.7.0.tgz","fileCount":25,"integrity":"sha512-n/AaezjQZgzLnrZZNonbScBJyeObdm+BcJSW4g1n0ZyvblP8mGIH0gRfkJ3QmJ/w0s65r84Gm07EAP5Imewqew==","signatures":[{"sig":"MEQCIGwDocxGaRgcaDtqmGEd97M3Q6c3YfM+isbJPS2LCIVjAiBHLcfvIjI83zfZWyMX8l/gL7EY4DUhpwxoAmYnHwmEDw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":38142,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0kNNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrvBAAihcohElKnzw6dtYKXzWnDBflnrqaCTi7tZR/5W6xj6Ystam2\r\nZOV3i/HTEe5I3VXc3LkALQDRK5Us+XYMJHlYeJ9Z/fy9t+0rrf+++BI3jY+o\r\nju753SmRj/76VcLEu2a1uGTPrO4aOjAqsdbtMnWqy1HIUb8ffMRA9IMFkF6+\r\nZ76hp5AYAmo6fWQCAL3dHSuZHXJhPlTb49sAFduJdP5Kv+zHnpAzv3xdcK7W\r\nEG4W5/QkByuhbLTmx87onmb44w/Fo6C77QEHi81M4GQwZoySYbhuoYFkHFy8\r\nQAvCVd/E0lyMtxtJIqEUs9SFjUWo1upwO5JxqlrABXtuQOAhBIR1zJeW9sRE\r\npA0AvtSvHG/fYdCuIm0VqAm8MhG14/caao0BtWL6x07iKKxygpCWm5jrOZAD\r\nfQFpM6Y+MKCzLRqoVmdvVnBVFKz0gaewHI6cN5i7Fm4eHel8JwO38zruQU3x\r\nrTUyG7Gs3EUNQUIQCqTNHymwffTlgCarXFy8U8vXgRm0hsGXry/nEHKBJy1r\r\nBiSlcT/FPCv8/Jtpl+D6jT80Ljmktzs8dcpGX3vbffY6eKbkuIzlWNmF3RNs\r\ng0dqOEZSY+YxMrqlGJTZwDkrwQ5h7Gp1SmlovglWv3BxIQ7VuX03IVocQQTX\r\no/TbPtp66VvXun1Ni4VVeXIcsFWmmq5CoHo=\r\n=MUb9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"src/index.js","gitHead":"ecd89d3837da8fc314e4db6672a9e2274b1418fa","scripts":{"i18n":"rm -rf build/messages && NODE_ENV=production i18n --addon","lint":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --max-warnings=0 'src/**/*.{js,jsx}'; fi","test":"make test","release":"release-it","lint:fix":"if [ -d ./project ]; then ./project/node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; else ../../../node_modules/eslint/bin/eslint.js --fix 'src/**/*.{js,jsx}'; fi","prettier":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --check 'src/**/*.{js,jsx,json,css,less,md}'; fi","test:fix":"make test-update","bootstrap":"npm install -g ejs; npm link ejs; node bootstrap","stylelint":"if [ -d ./project ]; then ./project/node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; else ../../../node_modules/stylelint/bin/stylelint.js --allow-empty-input 'src/**/*.{css,less}'; fi","pre-commit":"yarn stylelint:fix && yarn prettier:fix && yarn lint:fix","cypress:run":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress run; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress run; fi","cypress:open":"if [ -d ./project ]; then NODE_ENV=development ./project/node_modules/cypress/bin/cypress open; else NODE_ENV=development ../../../node_modules/cypress/bin/cypress open; fi","prettier:fix":"if [ -d ./project ]; then ./project/node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; else ../../../node_modules/.bin/prettier --single-quote --write 'src/**/*.{js,jsx,json,css,less,md}'; fi","stylelint:fix":"yarn stylelint --fix && yarn stylelint:overrides --fix","stylelint:overrides":"if [ -d ./project ]; then ./project/node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; else ../../../node_modules/.bin/stylelint --syntax less --allow-empty-input 'theme/**/*.overrides' 'src/**/*.overrides'; fi"},"_npmUser":{"name":"erral","email":"mlarreategi@codesyntax.com"},"repository":{"url":"git+ssh://git@github.com/codesyntax/volto-featured-block.git","type":"git"},"_npmVersion":"8.19.3","description":"@codesyntax/volto-featured-block: Volto add-on","directories":{},"_nodeVersion":"16.19.0","dependencies":{"release-it":"^15.6.0","@plone/scripts":"*"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@cypress/code-coverage":"^3.9.5","babel-plugin-transform-class-properties":"^6.24.1"},"_npmOperationalInternal":{"tmp":"tmp/volto-featured-block_0.7.0_1674724173764_0.2765195548812669","host":"s3://npm-registry-packages"}},"0.8.0":{"name":"@codesyntax/volto-featured-block","version":"0.8.0","keywords":["volto-addon","volto","plone","react"],"author":{"name":"Ion Lizarazu","email":"ilizarazu@codesyntax.com"},"license":"MIT","_id":"@codesyntax/volto-featured-block@0.8.0","maintainers":[{"name":"erral","email":"mlarreategi@codesyntax.com"},{"name":"ionlizarazu","email":"ilizarazu@codesyntax.com"},{"name":"bipoza","email":"bipoza@gmail.com"},{"name":"libargutxi","email":"libargutxi@codesyntax.com"}],"homepage":"https://github.com/codesyntax/volto-featured-block","bugs":{"url":"https://github.com/codesyntax/volto-featured-block/issues"},"dist":{"shasum":"184bd8d7995573d8875a6bd93af3a18408f9b523","tarball":"https://registry.npmjs.org/@codesyntax/volto-featured-block/-/volto-featured-block-0.8.0.tgz","fileCount":916,"integrity":"sha512-Qi34Eclz7SZrdhIyX37kFMsGS8v6sNCOAlkmpfdn5J0jLDrWJb0826RNFpVduma6dKulLdB/kEK5z84QhINgcQ==","signatures":[{"sig":"MEYCIQDx2L+Wz4+HRbhjG5aU+NwQSNRP9hxGtULxT+CjCsG2JAIhALHzKEZMwDBxdW6109t3fVfhuWvUOwBYEOa3VEb7fTOE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44521845},"main":"src/index.js","gitHead":"8aaf6febbaf5232bc76323e48cb921396fc8ca47","scripts":{"i18n":"rm -rf build/messages && NODE_ENV=production i18n --addon","release":"release-it","release-rc":"release-it --preRelease=rc","dry-release":"release-it --dry-run","release-alpha":"release-it --preRelease=alpha","release-major-alpha":"release-it major --preRelease=alpha"},"_npmUser":{"name":"erral","email":"mlarreategi@codesyntax.com"},"repository":{"url":"git+ssh://git@github.com/codesyntax/volto-featured-block.git","type":"git"},"_npmVersion":"9.8.1","description":"@codesyntax/volto-featured-block: Volto add-on","directories":{},"_nodeVersion":"18.18.0","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"8.49.0","prettier":"3.0.3","stylelint":"15.10.3","release-it":"^16.1.5","postcss-scss":"4.0.8","@plone/scripts":"^3.0.0","stylelint-prettier":"4.0.2","eslint-plugin-react":"7.33.2","@babel/eslint-parser":"7.22.15","eslint-plugin-import":"2.28.1","eslint-config-prettier":"9.0.0","eslint-plugin-flowtype":"8.0.3","eslint-plugin-jsx-a11y":"6.7.1","eslint-plugin-prettier":"5.0.0","eslint-config-react-app":"7.0.1","eslint-plugin-react-hooks":"4.6.0","stylelint-config-idiomatic-order":"9.0.0","stylelint-config-sass-guidelines":"10.0.0"},"_npmOperationalInternal":{"tmp":"tmp/volto-featured-block_0.8.0_1711833139053_0.542120766927205","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@codesyntax/volto-featured-block","version":"1.0.0","keywords":["volto-addon","volto","plone","react"],"author":{"name":"Ion Lizarazu"},"license":"MIT","_id":"@codesyntax/volto-featured-block@1.0.0","maintainers":[{"name":"erral","email":"mlarreategi@codesyntax.com"},{"name":"ionlizarazu","email":"ilizarazu@codesyntax.com"},{"name":"bipoza","email":"bipoza@gmail.com"},{"name":"libargutxi","email":"libargutxi@codesyntax.com"},{"name":"uetxaburu","email":"uetxaburu@codesyntax.eus"}],"homepage":"https://github.com/codesyntax/volto-featured-block#readme","bugs":{"url":"https://github.com/codesyntax/volto-featured-block/issues"},"dist":{"shasum":"99132d62f2407b4820daa4d97592664b67cf22f8","tarball":"https://registry.npmjs.org/@codesyntax/volto-featured-block/-/volto-featured-block-1.0.0.tgz","fileCount":33,"integrity":"sha512-7lmlanHavHOaiJF50pU9uKkDybRQmXAqxIVFoVrUSnmws01qIwlOcmzQadELjF6F4vYx7OCVffYnnlwi3Vehsg==","signatures":[{"sig":"MEQCIAhNDqzYX9f5FUxVzRb8extTqTmZXzVgeB6yxq6muyY9AiAC/+FgwruVXbxMd5hTMQ4Y62ZcGRgtNSKw65eWM7724w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":45100},"main":"src/index.js","_from":"file:codesyntax-volto-featured-block-1.0.0.tgz","scripts":{"i18n":"rm -rf build/messages && NODE_ENV=production i18n --addon","release":"release-it","dry-release":"release-it --dry-run","release-alpha":"release-it --preRelease=alpha","release-major-alpha":"release-it major --preRelease=alpha"},"_npmUser":{"name":"erral","email":"mlarreategi@codesyntax.com"},"_resolved":"/tmp/90137b9e1ede99f31d8ad52d3a461b85/codesyntax-volto-featured-block-1.0.0.tgz","_integrity":"sha512-7lmlanHavHOaiJF50pU9uKkDybRQmXAqxIVFoVrUSnmws01qIwlOcmzQadELjF6F4vYx7OCVffYnnlwi3Vehsg==","repository":{"url":"git+ssh://git@github.com/codesyntax/volto-featured-block.git","type":"git"},"_npmVersion":"10.8.1","description":"@codesyntax/volto-featured-block: Volto add-on","directories":{},"_nodeVersion":"20.16.0","dependencies":{},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"release-it":"^17.1.1","@plone/scripts":"^3.6.1"},"peerDependencies":{"react":"18.2.0","react-dom":"18.2.0"},"_npmOperationalInternal":{"tmp":"tmp/volto-featured-block_1.0.0_1733324247800_0.8594425435971838","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@codesyntax/volto-featured-block","version":"1.0.1","keywords":["volto-addon","volto","plone","react"],"author":{"name":"Ion Lizarazu"},"license":"MIT","_id":"@codesyntax/volto-featured-block@1.0.1","maintainers":[{"name":"erral","email":"mlarreategi@codesyntax.com"},{"name":"ionlizarazu","email":"ilizarazu@codesyntax.com"},{"name":"bipoza","email":"bipoza@gmail.com"},{"name":"libargutxi","email":"libargutxi@codesyntax.com"},{"name":"uetxaburu","email":"uetxaburu@codesyntax.eus"}],"homepage":"https://github.com/codesyntax/volto-featured-block#readme","bugs":{"url":"https://github.com/codesyntax/volto-featured-block/issues"},"dist":{"shasum":"ead0316d0b0a485f75237cbc038b357d3331c615","tarball":"https://registry.npmjs.org/@codesyntax/volto-featured-block/-/volto-featured-block-1.0.1.tgz","fileCount":33,"integrity":"sha512-B9EjLwI+XUocb6Amnd1J823DrQyAFfXFL+CWxvqbNdPica9lr13XVF2FAy9SOVJO15J0RIm+i4/hte9Y8n0aYA==","signatures":[{"sig":"MEUCIGkKVUnhXM44cWfPDzWPAJmUpmrenFVm9HMgszd5tAUrAiEAqHrVJrhfo2dKHwVo0L0U0ct6rF9r+yGWvsjz2p7wRKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":44853},"main":"src/index.js","_from":"file:codesyntax-volto-featured-block-1.0.1.tgz","scripts":{"i18n":"rm -rf build/messages && NODE_ENV=production i18n --addon","release":"release-it","dry-release":"release-it --dry-run","release-alpha":"release-it --preRelease=alpha","release-major-alpha":"release-it major --preRelease=alpha"},"_npmUser":{"name":"erral","email":"mlarreategi@codesyntax.com"},"_resolved":"/tmp/1ec31e0298281fef3f62bdea518ea399/codesyntax-volto-featured-block-1.0.1.tgz","_integrity":"sha512-B9EjLwI+XUocb6Amnd1J823DrQyAFfXFL+CWxvqbNdPica9lr13XVF2FAy9SOVJO15J0RIm+i4/hte9Y8n0aYA==","repository":{"url":"git+ssh://git@github.com/codesyntax/volto-featured-block.git","type":"git"},"_npmVersion":"10.8.1","description":"@codesyntax/volto-featured-block: Volto add-on","directories":{},"_nodeVersion":"20.16.0","dependencies":{},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"release-it":"^17.1.1","@plone/scripts":"^3.6.1"},"peerDependencies":{"react":"18.2.0","react-dom":"18.2.0"},"_npmOperationalInternal":{"tmp":"tmp/volto-featured-block_1.0.1_1733324492156_0.1553096921348467","host":"s3://npm-registry-packages"}}},"time":{"created":"2022-06-09T13:15:29.443Z","modified":"2025-03-11T14:56:07.232Z","0.2.0":"2022-06-09T13:15:29.684Z","0.3.0":"2022-06-09T15:00:08.429Z","0.4.0":"2022-06-10T08:17:14.666Z","0.5.0":"2022-06-21T14:57:59.687Z","0.6.0":"2022-07-01T11:58:16.017Z","0.7.0":"2023-01-26T09:09:33.946Z","0.8.0":"2024-03-30T21:12:19.709Z","1.0.0":"2024-12-04T14:57:28.030Z","1.0.1":"2024-12-04T15:01:32.344Z"},"bugs":{"url":"https://github.com/codesyntax/volto-featured-block/issues"},"author":{"name":"Ion Lizarazu"},"license":"MIT","homepage":"https://github.com/codesyntax/volto-featured-block#readme","keywords":["volto-addon","volto","plone","react"],"repository":{"url":"git+ssh://git@github.com/codesyntax/volto-featured-block.git","type":"git"},"description":"@codesyntax/volto-featured-block: Volto add-on","maintainers":[{"email":"mlarreategi@codesyntax.com","name":"erral"},{"email":"ilizarazu@codesyntax.com","name":"ionlizarazu"},{"email":"bipoza@gmail.com","name":"bipoza"},{"email":"libargutxi@codesyntax.com","name":"libargutxi"},{"email":"uetxaburu@codesyntax.eus","name":"uetxaburu"},{"email":"aiglesias@codesyntax.eus","name":"asiercodesyntax"}],"readme":"# Volto Featured Block (@codesyntax/volto-featured-block)\n\nç\n\n[![npm](https://img.shields.io/npm/v/@codesyntax/volto-featured-block)](https://www.npmjs.com/package/@codesyntax/volto-featured-block)\n[![](https://img.shields.io/badge/-Storybook-ff4785?logo=Storybook&logoColor=white&style=flat-square)](https://codesyntax.github.io/volto-featured-block/)\n[![Code analysis checks](https://github.com/codesyntax/volto-featured-block/actions/workflows/code.yml/badge.svg)](https://github.com/codesyntax/volto-featured-block/actions/workflows/code.yml)\n[![Unit tests](https://github.com/codesyntax/volto-featured-block/actions/workflows/unit.yml/badge.svg)](https://github.com/codesyntax/volto-featured-block/actions/workflows/unit.yml)\n\n## Features\n\n- Page composition tool to feature or highlight items in your pages.\n- No need to use existing content of the site to create this blocks (if you want to do that, use the core grid block)\n- Variation and style support\n\n## Upgrade guide\n\n### Upgrade to 1.0.0\n\nThis version is not backwards compatible with blocks created with previous versions of this package.\n\nThe blocks will keep working but you may need to re-add some content into your pages.\n\n\n## Installation\n\nTo install your project, you must choose the method appropriate to your version of Volto.\n\n\n### Volto 17 and earlier\n\nCreate a new Volto project (you can skip this step if you already have one):\n\n```\nnpm install -g yo @plone/generator-volto\nyo @plone/volto my-volto-project --addon @codesyntax/volto-featured-block\ncd my-volto-project\n```\n\nAdd `@codesyntax/volto-featured-block` to your package.json:\n\n```JSON\n\"addons\": [\n    \"@codesyntax/volto-featured-block\"\n],\n\n\"dependencies\": {\n    \"@codesyntax/volto-featured-block\": \"*\"\n}\n```\n\nDownload and install the new add-on by running:\n\n```\nyarn install\n```\n\nStart volto with:\n\n```\nyarn start\n```\n\n### Volto 18 and later\n\nAdd `@codesyntax/volto-featured-block` to your `package.json`:\n\n```json\n\"dependencies\": {\n    \"@codesyntax/volto-featured-block\": \"*\"\n}\n```\n\nAdd `@codesyntax/volto-featured-block` to your `volto.config.js`:\n\n```javascript\nconst addons = ['@codesyntax/volto-featured-block'];\n```\n\nIf this package provides a Volto theme, and you want to activate it, then add the following to your `volto.config.js`:\n\n```javascript\nconst theme = '@codesyntax/volto-featured-block';\n```\n\n## Test installation\n\nVisit http://localhost:3000/ in a browser, login, and check the awesome new features.\n\n\n## Development\n\nThe development of this add-on is done in isolation using a new approach using pnpm workspaces and latest `mrs-developer` and other Volto core improvements.\nFor this reason, it only works with pnpm and Volto 18 (currently in alpha).\n\n\n### Pre-requisites\n\n-   [Node.js](https://6.docs.plone.org/install/create-project.html#node-js)\n-   [Make](https://6.docs.plone.org/install/create-project.html#make)\n-   [Docker](https://6.docs.plone.org/install/create-project.html#docker)\n\n\n### Make convenience commands\n\nRun `make help` to list the available commands.\n\n```text\nhelp                             Show this help\ninstall                          Installs the add-on in a development environment\nstart                            Starts Volto, allowing reloading of the add-on during development\nbuild                            Build a production bundle for distribution of the project with the add-on\ni18n                             Sync i18n\nci-i18n                          Check if i18n is not synced\nformat                           Format codebase\nlint                             Lint, or catch and remove problems, in code base\nrelease                          Release the add-on on npmjs.org\nrelease-dry-run                  Dry-run the release of the add-on on npmjs.org\ntest                             Run unit tests\nci-test                          Run unit tests in CI\nbackend-docker-start             Starts a Docker-based backend for development\nstorybook-start                  Start Storybook server on port 6006\nstorybook-build                  Build Storybook\nacceptance-frontend-dev-start    Start acceptance frontend in development mode\nacceptance-frontend-prod-start   Start acceptance frontend in production mode\nacceptance-backend-start         Start backend acceptance server\nci-acceptance-backend-start      Start backend acceptance server in headless mode for CI\nacceptance-test                  Start Cypress in interactive mode\nci-acceptance-test               Run cypress tests in headless mode for CI\n```\n\n### Development environment set up\n\nInstall package requirements.\n\n```shell\nmake install\n```\n\n### Start developing\n\nStart the backend.\n\n```shell\nmake backend-docker-start\n```\n\nIn a separate terminal session, start the frontend.\n\n```shell\nmake start\n```\n\n### Lint code\n\nRun ESlint, Prettier, and Stylelint in analyze mode.\n\n```shell\nmake lint\n```\n\n### Format code\n\nRun ESlint, Prettier, and Stylelint in fix mode.\n\n```shell\nmake format\n```\n\n### i18n\n\nExtract the i18n messages to locales.\n\n```shell\nmake i18n\n```\n\n### Unit tests\n\nRun unit tests.\n\n```shell\nmake test\n```\n\n### Run Cypress tests\n\nRun each of these steps in separate terminal sessions.\n\nIn the first session, start the frontend in development mode.\n\n```shell\nmake acceptance-frontend-dev-start\n```\n\nIn the second session, start the backend acceptance server.\n\n```shell\nmake acceptance-backend-start\n```\n\nIn the third session, start the Cypress interactive test runner.\n\n```shell\nmake acceptance-test\n```\n\n## License\n\nThe project is licensed under the MIT license.\n\n## Credits and Acknowledgements 🙏\n\nCrafted with care by **Generated using [Cookieplone (0.7.1)](https://github.com/plone/cookieplone) and [cookiecutter-plone (92fee80)](https://github.com/plone/cookiecutter-plone/commit/92fee80e8c83fceacc79c729e5dddbe3ffaa502e) on 2024-11-13 18:26:16.669378**. A special thanks to all contributors and supporters!\n","readmeFilename":"README.md"}