pollcatch 1.0.11 → 1.0.12
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 +1 -1
- package/pc.js +2 -2
package/package.json
CHANGED
package/pc.js
CHANGED
|
@@ -1777,7 +1777,7 @@ const Es = H`
|
|
|
1777
1777
|
/* Add responsive sizing with CSS variables */
|
|
1778
1778
|
:host {
|
|
1779
1779
|
--pc-nps-button-height: clamp(1.6em, calc(1.5em + 0.5vw), 2.4em);
|
|
1780
|
-
--pc-nps-button-width: clamp(1em, calc(
|
|
1780
|
+
--pc-nps-button-width: clamp(1em, calc(0.9em + 0.3vw), 1.4em);
|
|
1781
1781
|
--pc-nps-font-size: calc(0.85em + 0.1vw);
|
|
1782
1782
|
}
|
|
1783
1783
|
|
|
@@ -1984,7 +1984,7 @@ const Es = H`
|
|
|
1984
1984
|
:host {
|
|
1985
1985
|
/* Increase NPS button size for small screens */
|
|
1986
1986
|
--pc-nps-button-height: 2.2em;
|
|
1987
|
-
--pc-nps-button-width: 1.
|
|
1987
|
+
--pc-nps-button-width: 1.4em;
|
|
1988
1988
|
--pc-nps-font-size: 1em;
|
|
1989
1989
|
}
|
|
1990
1990
|
|