@pandacss/parser 0.0.0-dev-20230630223330 → 0.0.0-dev-20230701140315

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
@@ -279,8 +279,6 @@ function createParser(options) {
279
279
  return components.has(tagName) || isUpperCase(tagName) || isFactory(tagName) || isJsxTagRecipe(tagName);
280
280
  });
281
281
  const matchTagProp = (0, import_shared2.memo)((tagName, propName) => {
282
- if (propertiesMap.size === 0)
283
- return true;
284
282
  if (Boolean(components.get(tagName)?.has(propName)) || options.jsx?.isStyleProp(propName) || propertiesMap.has(propName))
285
283
  return true;
286
284
  if (isJsxTagRecipe(tagName)) {
package/dist/index.mjs CHANGED
@@ -241,8 +241,6 @@ function createParser(options) {
241
241
  return components.has(tagName) || isUpperCase(tagName) || isFactory(tagName) || isJsxTagRecipe(tagName);
242
242
  });
243
243
  const matchTagProp = memo2((tagName, propName) => {
244
- if (propertiesMap.size === 0)
245
- return true;
246
244
  if (Boolean(components.get(tagName)?.has(propName)) || options.jsx?.isStyleProp(propName) || propertiesMap.has(propName))
247
245
  return true;
248
246
  if (isJsxTagRecipe(tagName)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/parser",
3
- "version": "0.0.0-dev-20230630223330",
3
+ "version": "0.0.0-dev-20230701140315",
4
4
  "description": "The static parser for panda css",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -16,16 +16,16 @@
16
16
  "magic-string": "^0.30.0",
17
17
  "ts-morph": "18.0.0",
18
18
  "ts-pattern": "4.3.0",
19
- "@pandacss/extractor": "0.0.0-dev-20230630223330",
20
- "@pandacss/is-valid-prop": "0.0.0-dev-20230630223330",
21
- "@pandacss/logger": "0.0.0-dev-20230630223330",
22
- "@pandacss/shared": "0.0.0-dev-20230630223330",
23
- "@pandacss/types": "0.0.0-dev-20230630223330"
19
+ "@pandacss/extractor": "0.0.0-dev-20230701140315",
20
+ "@pandacss/is-valid-prop": "0.0.0-dev-20230701140315",
21
+ "@pandacss/logger": "0.0.0-dev-20230701140315",
22
+ "@pandacss/shared": "0.0.0-dev-20230701140315",
23
+ "@pandacss/types": "0.0.0-dev-20230701140315"
24
24
  },
25
25
  "devDependencies": {
26
26
  "hookable": "5.5.3",
27
- "@pandacss/fixture": "0.0.0-dev-20230630223330",
28
- "@pandacss/generator": "0.0.0-dev-20230630223330"
27
+ "@pandacss/fixture": "0.0.0-dev-20230701140315",
28
+ "@pandacss/generator": "0.0.0-dev-20230701140315"
29
29
  },
30
30
  "files": [
31
31
  "dist"