@team-monolith/cds 1.31.0 → 1.31.1

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.
@@ -243,5 +243,4 @@ export declare const CustomPythonIcon: React.ForwardRefExoticComponent<{
243
243
  export declare const customPythonColorSvg: string;
244
244
  export declare const CustomPythonColorIcon: React.ForwardRefExoticComponent<{
245
245
  className?: string | undefined;
246
- color?: string | undefined;
247
246
  } & React.RefAttributes<any>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.31.0",
3
+ "version": "1.31.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,