@team-monolith/cds 1.61.1 → 1.61.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.
@@ -106,6 +106,20 @@ interface CodleColors {
106
106
  ebookAlt: string;
107
107
  makecode: string;
108
108
  makecodeAlt: string;
109
+ decorativeRed: string;
110
+ decorativePink: string;
111
+ decorativeAmber: string;
112
+ decorativeGrass: string;
113
+ decorativeGreen: string;
114
+ decorativeBlue: string;
115
+ decorativeIndigo: string;
116
+ decorativePurple: string;
117
+ decorativeBrown: string;
118
+ decorativeCopper: string;
119
+ decorativeGold: string;
120
+ decorativeSilver: string;
121
+ decorativeGray: string;
122
+ decorativeBlack: string;
109
123
  };
110
124
  blanket: {
111
125
  neutral: string;
@@ -111,6 +111,20 @@ export const light = {
111
111
  ebookAlt: "#E0F2FF",
112
112
  makecode: "#AA278F",
113
113
  makecodeAlt: "#FFE0F9",
114
+ decorativeRed: "#D73152",
115
+ decorativePink: "#D13D78",
116
+ decorativeAmber: "#CC4827",
117
+ decorativeGrass: "#6E7B3F",
118
+ decorativeGreen: "#26864B",
119
+ decorativeBlue: "#0076D0",
120
+ decorativeIndigo: "#5863FF",
121
+ decorativePurple: "#9A3BBC",
122
+ decorativeBrown: "#996C49",
123
+ decorativeCopper: "#8A6470",
124
+ decorativeGold: "#876E3F",
125
+ decorativeSilver: "#6A7781",
126
+ decorativeGray: "#747474",
127
+ decorativeBlack: "#474658",
114
128
  },
115
129
  blanket: {
116
130
  neutral: COLOR.alpha030,
@@ -228,6 +242,20 @@ export const dark = {
228
242
  ebookAlt: "#475966",
229
243
  makecode: "#AA278F",
230
244
  makecodeAlt: "#664760",
245
+ decorativeRed: "#D73152",
246
+ decorativePink: "#D13D78",
247
+ decorativeAmber: "#CC4827",
248
+ decorativeGrass: "#6E7B3F",
249
+ decorativeGreen: "#26864B",
250
+ decorativeBlue: "#0076D0",
251
+ decorativeIndigo: "#5863FF",
252
+ decorativePurple: "#9A3BBC",
253
+ decorativeBrown: "#996C49",
254
+ decorativeCopper: "#8A6470",
255
+ decorativeGold: "#876E3F",
256
+ decorativeSilver: "#6A7781",
257
+ decorativeGray: "#747474",
258
+ decorativeBlack: "#474658",
231
259
  },
232
260
  blanket: {
233
261
  neutral: COLOR.alphaf20,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.61.1",
3
+ "version": "1.61.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,