@product7/product7-js 0.4.3 → 0.4.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.
@@ -5879,14 +5879,12 @@
5879
5879
  }
5880
5880
 
5881
5881
  .feedback-survey-nps-btn:hover {
5882
- filter: brightness(1.1);
5882
+ filter: brightness(1.12);
5883
5883
  }
5884
5884
 
5885
5885
  .feedback-survey-nps-btn.selected {
5886
- transform: scale(1.06);
5887
- z-index: 1;
5888
- position: relative;
5889
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px currentColor;
5886
+ filter: brightness(0.82);
5887
+ box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25);
5890
5888
  }
5891
5889
 
5892
5890
  .feedback-survey-nps-btn:active {
@@ -5894,10 +5892,6 @@
5894
5892
  transition-duration: 100ms;
5895
5893
  }
5896
5894
 
5897
- .feedback-survey-nps-btn.selected:active {
5898
- transform: scale(1.06) translateY(1px);
5899
- }
5900
-
5901
5895
  /* NPS score colors */
5902
5896
  .feedback-survey-nps-score-0 { background: #dc2626; border-color: #dc2626; }
5903
5897
  .feedback-survey-nps-score-1 { background: #ef4444; border-color: #ef4444; }
@@ -6028,7 +6022,10 @@
6028
6022
  background: none;
6029
6023
  border: none;
6030
6024
  cursor: pointer;
6031
- padding: 0;
6025
+ padding: 4px;
6026
+ width: 40px;
6027
+ height: 40px;
6028
+ flex-shrink: 0;
6032
6029
  line-height: 1;
6033
6030
  color: var(--color-neutral-300);
6034
6031
  transition: color var(--transition-fast), transform var(--transition-fast);
@@ -6037,6 +6034,12 @@
6037
6034
  justify-content: center;
6038
6035
  }
6039
6036
 
6037
+ .feedback-survey-star-btn iconify-icon {
6038
+ display: block;
6039
+ pointer-events: none;
6040
+ flex-shrink: 0;
6041
+ }
6042
+
6040
6043
  .feedback-survey-star-btn.filled,
6041
6044
  .feedback-survey-star-btn.hovered {
6042
6045
  color: #f59e0b;