ire-preview 3.0.2 → 3.0.3

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.
Files changed (2) hide show
  1. package/dist/lib.es.js +2 -2
  2. package/package.json +1 -1
package/dist/lib.es.js CHANGED
@@ -7846,10 +7846,10 @@ const _hoisted_1$h = { class: "ire-w-full ire-overflow-hidden ire-bg-gray-50" },
7846
7846
  }, 8, ["modules"]),
7847
7847
  ze.value.length > 1 ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
7848
7848
  createElementVNode("div", _hoisted_6$2, [
7849
- createVNode(ArrowRight, { class: "ire-rotate-180 ire-transition-all [&_path]:ire-fill-black group-hover:[&_path]:ire-fill-[color-mix(in_srgb,var(--primary-color),white_20%)]" })
7849
+ createVNode(ArrowRight, { class: "ire-rotate-180 ire-bg-gray-50 ire-transition-all [&_path]:ire-fill-black group-hover:[&_path]:ire-fill-[color-mix(in_srgb,var(--primary-color),white_20%)]" })
7850
7850
  ]),
7851
7851
  createElementVNode("div", _hoisted_7$2, [
7852
- createVNode(ArrowRight, { class: "ire-transition-all [&_path]:ire-fill-black group-hover:[&_path]:ire-fill-[color-mix(in_srgb,var(--primary-color),white_20%)]" })
7852
+ createVNode(ArrowRight, { class: "ire-bg-gray-50 ire-transition-all [&_path]:ire-fill-black group-hover:[&_path]:ire-fill-[color-mix(in_srgb,var(--primary-color),white_20%)]" })
7853
7853
  ])
7854
7854
  ], 64)) : createCommentVNode("", !0)
7855
7855
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ire-preview",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "type": "module",
5
5
  "emitDeclarationOnly": true,
6
6
  "declaration": true,