cherry-styled-components 0.1.7 → 0.1.9

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.
@@ -1,5 +1,20 @@
1
1
  {
2
2
  "permissions": {
3
- "allow": ["Bash(npm run build:*)"]
3
+ "allow": [
4
+ "Bash(npm run build:*)",
5
+ "Bash(pnpm run build:*)",
6
+ "Bash(git add:*)",
7
+ "Bash(git commit:*)",
8
+ "Bash(git push:*)",
9
+ "Bash(git -C /Users/luan/Developer/cherry-styled-components status)",
10
+ "Bash(git -C /Users/luan/Developer/cherry-styled-components diff)",
11
+ "Bash(git -C /Users/luan/Developer/cherry-styled-components diff --staged)",
12
+ "Bash(pnpm run format:*)",
13
+ "Bash(git -C /Users/luan/Developer/cherry-styled-components diff src/App.tsx src/lib/toggle.tsx)",
14
+ "Bash(git -C /Users/luan/Developer/cherry-styled-components add:*)",
15
+ "Bash(\" directly instead of interpolating \"none\" into pixel\nvalues \\(e.g. \"nonepx)",
16
+ "Bash(\"\\). This also fixes responsiveStyles\\(\\), which\npreviously had no \"none\" guard at all.\nEOF\n\\)\")",
17
+ "Bash(git -C /Users/luan/Developer/cherry-styled-components push)"
18
+ ]
4
19
  }
5
20
  }