@ordergroove/offers 2.28.6 → 2.28.7-alpha-PR-690-6.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/dist/offers.js CHANGED
@@ -140,6 +140,12 @@ var lib=(()=>{var na=Object.create;var Ze=Object.defineProperty;var sa=Object.ge
140
140
  .checkbox {
141
141
  border-radius: 3px;
142
142
  }
143
+
144
+ .radio,
145
+ .checkbox {
146
+ border-color: var(--og-checkbox-border-color, black);
147
+ }
148
+
143
149
  .checkbox.active::after,
144
150
  .radio.active::after {
145
151
  position: absolute;
@@ -148,12 +154,12 @@ var lib=(()=>{var na=Object.create;var Ze=Object.defineProperty;var sa=Object.ge
148
154
  width: 100%;
149
155
  height: 100%;
150
156
  box-sizing: border-box;
157
+ background: var(--og-checkbox-border-color, black);
151
158
  }
152
159
 
153
160
  .radio.active::after {
154
161
  content: ' ';
155
162
  border-radius: 100%;
156
- background: var(--og-primary-color, var(--og-radio-background-color, black));
157
163
  border: 2px solid #fff;
158
164
  }
159
165
 
@@ -162,7 +168,6 @@ var lib=(()=>{var na=Object.create;var Ze=Object.defineProperty;var sa=Object.ge
162
168
  border-radius: 0;
163
169
  background: #fff;
164
170
  content: '\\2714';
165
- color: var(--og-primary-color, var(--og-checkbox-color, black));
166
171
  line-height: 1;
167
172
  text-align: center;
168
173
  overflow: visible;