@liner-fe/prism 2.7.12 → 2.7.13

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/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -8228,7 +8228,7 @@ var Tag = (0, import_react26.forwardRef)(
8228
8228
  weight: "bold",
8229
8229
  className: (0, import_clsx20.default)(tagVariants({ borderColor, size: size4, thick, radius }), className),
8230
8230
  color,
8231
- style: { backgroundColor: `var(--${backgroundColor})` },
8231
+ style: { backgroundColor: `var(--${backgroundColor})`, ...rest.style },
8232
8232
  ...rest,
8233
8233
  children
8234
8234
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liner-fe/prism",
3
- "version": "2.7.12",
3
+ "version": "2.7.13",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "start": "next start",