galadrim-feedback 0.0.4 → 0.0.6

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 (2) hide show
  1. package/assets/comment.svg +10 -0
  2. package/package.json +2 -1
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
2
+
3
+ <g id="Page-1" stroke="white" stroke-width="1" fill="white" fill-rule="evenodd" sketch:type="MSPage">
4
+ <g id="Icon-Set" sketch:type="MSLayerGroup" transform="translate(-100.000000, -255.000000)" fill="#000000">
5
+ <path d="M116,281 C114.832,281 113.704,280.864 112.62,280.633 L107.912,283.463 L107.975,278.824 C104.366,276.654 102,273.066 102,269 C102,262.373 108.268,257 116,257 C123.732,257 130,262.373 130,269 C130,275.628 123.732,281 116,281 L116,281 Z M116,255 C107.164,255 100,261.269 100,269 C100,273.419 102.345,277.354 106,279.919 L106,287 L113.009,282.747 C113.979,282.907 114.977,283 116,283 C124.836,283 132,276.732 132,269 C132,261.269 124.836,255 116,255 L116,255 Z" id="comment-1" sketch:type="MSShapeGroup">
6
+
7
+ </path>
8
+ </g>
9
+ </g>
10
+ </svg>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "galadrim-feedback",
3
3
  "private": false,
4
- "version": "0.0.4",
4
+ "version": "0.0.6",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.es.js",
@@ -26,6 +26,7 @@
26
26
  "devDependencies": {
27
27
  "@eslint/js": "^9.11.1",
28
28
  "@rollup/plugin-commonjs": "^28.0.2",
29
+ "@rollup/plugin-image": "^3.0.3",
29
30
  "@rollup/plugin-json": "^6.1.0",
30
31
  "@rollup/plugin-node-resolve": "^16.0.0",
31
32
  "@rollup/plugin-typescript": "^12.1.2",