@principal-ai/file-city-react 0.4.4 → 0.4.5

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.
@@ -980,6 +980,22 @@
980
980
  "displayName": "Nushell",
981
981
  "description": "Nushell scripts",
982
982
  "category": "Scripts"
983
+ },
984
+ ".snap": {
985
+ "primary": {
986
+ "color": "#9d4edd",
987
+ "renderStrategy": "fill",
988
+ "opacity": 0.8
989
+ },
990
+ "secondary": {
991
+ "color": "#c77dff",
992
+ "renderStrategy": "border",
993
+ "borderWidth": 1,
994
+ "opacity": 0.7
995
+ },
996
+ "displayName": "Snapshot",
997
+ "description": "Jest snapshot files",
998
+ "category": "Testing"
983
999
  }
984
1000
  },
985
1001
  "defaultConfig": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principal-ai/file-city-react",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "React components for File City visualization",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -980,6 +980,22 @@
980
980
  "displayName": "Nushell",
981
981
  "description": "Nushell scripts",
982
982
  "category": "Scripts"
983
+ },
984
+ ".snap": {
985
+ "primary": {
986
+ "color": "#9d4edd",
987
+ "renderStrategy": "fill",
988
+ "opacity": 0.8
989
+ },
990
+ "secondary": {
991
+ "color": "#c77dff",
992
+ "renderStrategy": "border",
993
+ "borderWidth": 1,
994
+ "opacity": 0.7
995
+ },
996
+ "displayName": "Snapshot",
997
+ "description": "Jest snapshot files",
998
+ "category": "Testing"
983
999
  }
984
1000
  },
985
1001
  "defaultConfig": {