@schandlergarcia/sf-web-components 1.9.16 → 1.9.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schandlergarcia/sf-web-components",
3
- "version": "1.9.16",
3
+ "version": "1.9.17",
4
4
  "description": "Reusable Salesforce web components library with Tailwind CSS v4 and shadcn/ui",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,9 +42,9 @@ removed=0
42
42
  # If so, also clean up SFDX project root paths
43
43
  SFDX_ROOT=""
44
44
  if [[ "$ROOT" == */force-app/main/default/webapplications/* ]]; then
45
- # Extract SFDX project root (go up to the directory containing force-app)
46
- SFDX_ROOT="$(cd "$ROOT" && cd ../../../../../../.. && pwd)"
47
- echo " ℹ Detected SFDX project structure"
45
+ # Extract SFDX project root (go up 5 levels: webapp/webapplications/default/main/force-app)
46
+ SFDX_ROOT="$(cd "$ROOT" && cd ../../../../../ && pwd)"
47
+ echo " ℹ Detected SFDX project structure at $SFDX_ROOT"
48
48
  fi
49
49
 
50
50
  # Remove from src/pages/