@pandacss/shared 0.6.0 → 0.7.0

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.js CHANGED
@@ -374,7 +374,7 @@ function toRem(value = "") {
374
374
  }
375
375
 
376
376
  // src/css-var.ts
377
- var escRegex = /[.*+?^${}()|[\]\\]/g;
377
+ var escRegex = /[.*+?^${}()|[\]\\/]/g;
378
378
  function esc(string) {
379
379
  return string.replace(escRegex, "\\$&");
380
380
  }
package/dist/index.mjs CHANGED
@@ -310,7 +310,7 @@ function toRem(value = "") {
310
310
  }
311
311
 
312
312
  // src/css-var.ts
313
- var escRegex = /[.*+?^${}()|[\]\\]/g;
313
+ var escRegex = /[.*+?^${}()|[\]\\/]/g;
314
314
  function esc(string) {
315
315
  return string.replace(escRegex, "\\$&");
316
316
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/shared",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Shared utilities for css panda",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",