@team-monolith/cds 1.77.1 → 1.77.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.
@@ -112,7 +112,7 @@ export const light = {
112
112
  makecode: "#AA278F",
113
113
  makecodeAlt: "#FFE0F9",
114
114
  codap: "#00A5C6",
115
- codapAlt: "##CEF2FD",
115
+ codapAlt: "#CEF2FD",
116
116
  decorativeRed: "#D73152",
117
117
  decorativePink: "#D13D78",
118
118
  decorativeAmber: "#CC4827",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.77.1",
3
+ "version": "1.77.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,