feedback-vos 1.0.34 → 1.0.36

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/dist/styles.css CHANGED
@@ -578,6 +578,9 @@ video {
578
578
  [data-feedback-widget] .mt-6 {
579
579
  margin-top: 1.5rem;
580
580
  }
581
+ [data-feedback-widget] .inline {
582
+ display: inline;
583
+ }
581
584
  [data-feedback-widget] .flex {
582
585
  display: flex;
583
586
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feedback-vos",
3
- "version": "1.0.34",
3
+ "version": "1.0.36",
4
4
  "description": "A beautiful feedback widget for Next.js with GitHub Issues integration",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",