@team-monolith/cds 1.132.0 → 1.133.0

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.
@@ -123,7 +123,7 @@ var d = {
123
123
  aiHtml: "#818CF8",
124
124
  aiHtmlAlt: "#E0E7FF",
125
125
  visang: "#00B5E2",
126
- cmass: "#900071",
126
+ cmassAi: "#900071",
127
127
  decorativeRed: "#D73152",
128
128
  decorativePink: "#D13D78",
129
129
  decorativeAmber: "#CC4827",
@@ -280,7 +280,7 @@ var d = {
280
280
  aiHtml: "#818CF8",
281
281
  aiHtmlAlt: "#E0E7FF",
282
282
  visang: "#00B5E2",
283
- cmass: "#900071",
283
+ cmassAi: "#900071",
284
284
  decorativeRed: "#D73152",
285
285
  decorativePink: "#D13D78",
286
286
  decorativeAmber: "#CC4827",
package/dist/emotion.d.ts CHANGED
@@ -114,7 +114,7 @@ export interface CodleColors {
114
114
  aiHtml: string;
115
115
  aiHtmlAlt: string;
116
116
  visang: string;
117
- cmass: string;
117
+ cmassAi: string;
118
118
  decorativeRed: string;
119
119
  decorativePink: string;
120
120
  decorativeAmber: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.132.0",
3
+ "version": "1.133.0",
4
4
  "packageManager": "pnpm@10.33.2",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",