@lax-wp/design-system 0.9.8 → 0.9.11

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/index.es.js CHANGED
@@ -5684,7 +5684,7 @@ const mt = $e(({
5684
5684
  switch (t) {
5685
5685
  case "primary":
5686
5686
  return {
5687
- backgroundImage: "repeating-linear-gradient(3deg, #016DCF, #016DCF 10px, transparent 10px, transparent 19px, #016DCF 19px), repeating-linear-gradient(93deg, #016DCF, #016DCF 10px, transparent 10px, transparent 19px, #016DCF 19px), repeating-linear-gradient(183deg, #016DCF, #016DCF 10px, transparent 10px, transparent 19px, #016DCF 19px), repeating-linear-gradient(273deg, #016DCF, #016DCF 10px, transparent 10px, transparent 19px, #016DCF 19px)",
5687
+ backgroundImage: "repeating-linear-gradient(3deg, var(--color-primary-600), var(--color-primary-600) 10px, transparent 10px, transparent 19px, var(--color-primary-600) 19px), repeating-linear-gradient(93deg, var(--color-primary-600), var(--color-primary-600) 10px, transparent 10px, transparent 19px, var(--color-primary-600) 19px), repeating-linear-gradient(183deg, var(--color-primary-600), var(--color-primary-600) 10px, transparent 10px, transparent 19px, var(--color-primary-600) 19px), repeating-linear-gradient(273deg, var(--color-primary-600), var(--color-primary-600) 10px, transparent 10px, transparent 19px, var(--color-primary-600) 19px)",
5688
5688
  backgroundSize: "1px 100%, 100% 1px, 1px 100% , 100% 1px",
5689
5689
  backgroundPosition: "0 0, 0 0, 100% 0, 0 100%",
5690
5690
  backgroundRepeat: "no-repeat"