@product7/product7-js 0.2.3 → 0.2.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@product7/product7-js",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "JavaScript SDK for integrating Product7 feedback widgets into any website",
5
5
  "main": "dist/product7-js.js",
6
6
  "module": "src/index.js",
@@ -616,8 +616,8 @@ export const messengerViewsStyles = `
616
616
 
617
617
  .messenger-help-collection-icon {
618
618
  flex-shrink: 0;
619
- width: 2.25rem;
620
- height: 2.25rem;
619
+ width: 1.75rem;
620
+ height: 1.75rem;
621
621
  display: flex;
622
622
  align-items: center;
623
623
  justify-content: center;
@@ -625,14 +625,14 @@ export const messengerViewsStyles = `
625
625
  }
626
626
 
627
627
  .messenger-help-collection-icon svg {
628
- width: 1.5rem;
629
- height: 1.5rem;
628
+ width: 1.1rem;
629
+ height: 1.1rem;
630
630
  display: block;
631
631
  flex-shrink: 0;
632
632
  }
633
633
 
634
634
  .messenger-help-collection-icon iconify-icon {
635
- font-size: 1.5rem;
635
+ font-size: 1.1rem;
636
636
  width: 1em;
637
637
  height: 1em;
638
638
  display: block;