@agility/plenum-ui 2.3.0 → 2.3.2

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.
@@ -2,7 +2,12 @@
2
2
  "permissions": {
3
3
  "allow": [
4
4
  "Bash(npx tsc:*)",
5
- "Bash(npx vitest:*)"
5
+ "Bash(npx vitest:*)",
6
+ "Bash(git -C /Users/dereklo/Agility/agility-plenum-ui diff --name-only HEAD)",
7
+ "Bash(git -C /Users/dereklo/Agility/agility-plenum-ui status --short)",
8
+ "Bash(git -C /Users/dereklo/Agility/agility-plenum-ui log --oneline -5)",
9
+ "Bash(git -C /Users/dereklo/Agility/agility-plenum-ui diff main --name-only)",
10
+ "Bash(git -C /Users/dereklo/Agility/agility-plenum-ui checkout main -- stories/molecules/inputs/select/Select.tsx stories/molecules/inputs/select/Select.stories.tsx)"
6
11
  ]
7
12
  }
8
13
  }