@gem-sdk/components 2.1.13-staging.46 → 2.1.13-staging.47
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.
|
@@ -148,6 +148,7 @@ const StockCounter = ({ setting, styles, style, advanced, builderProps, pageCont
|
|
|
148
148
|
>
|
|
149
149
|
${icon}</div>
|
|
150
150
|
`)}
|
|
151
|
+
<div class="gp-hidden gp-text-white gp-py-1 gp-px-2 gp-mr-1 gp-inline-block gp-my-[1px] gp-text-g-${mainColor} gp-bg-g-${mainColor}"></div>
|
|
151
152
|
<p
|
|
152
153
|
data-slot-type="message"
|
|
153
154
|
class="${appendTypoClass} gp-stock-counter-mark"
|
|
@@ -144,6 +144,7 @@ const StockCounter = ({ setting, styles, style, advanced, builderProps, pageCont
|
|
|
144
144
|
>
|
|
145
145
|
${icon}</div>
|
|
146
146
|
`)}
|
|
147
|
+
<div class="gp-hidden gp-text-white gp-py-1 gp-px-2 gp-mr-1 gp-inline-block gp-my-[1px] gp-text-g-${mainColor} gp-bg-g-${mainColor}"></div>
|
|
147
148
|
<p
|
|
148
149
|
data-slot-type="message"
|
|
149
150
|
class="${appendTypoClass} gp-stock-counter-mark"
|