@product7/product7-js 0.4.6 → 0.4.7

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.4.6",
3
+ "version": "0.4.7",
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",
@@ -771,7 +771,7 @@ export const messengerComponentsStyles = `
771
771
  .messenger-prechat-form {
772
772
  display: flex;
773
773
  flex-direction: column;
774
- gap: var(--spacing-3);
774
+ gap: var(--spacing-2);
775
775
  }
776
776
 
777
777
  .messenger-prechat-field {
@@ -782,7 +782,7 @@ export const messengerComponentsStyles = `
782
782
 
783
783
  .messenger-prechat-input {
784
784
  width: 100%;
785
- padding: var(--spacing-3) var(--spacing-4);
785
+ padding: var(--spacing-2) var(--spacing-3);
786
786
  border: 1px solid var(--msg-border);
787
787
  border-radius: var(--radius-md);
788
788
  font-size: var(--font-size-sm);
@@ -812,7 +812,7 @@ export const messengerComponentsStyles = `
812
812
  align-items: center;
813
813
  justify-content: center;
814
814
  gap: var(--spacing-2);
815
- padding: var(--spacing-3) var(--spacing-4);
815
+ padding: var(--spacing-2) var(--spacing-3);
816
816
  border-radius: var(--radius-md);
817
817
  font-size: var(--font-size-sm);
818
818
  font-weight: var(--font-weight-medium);