@team-monolith/cds 1.51.0 → 1.51.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.
@@ -100,6 +100,8 @@ interface CodleColors {
100
100
  entryAlt: string;
101
101
  video: string;
102
102
  videoAlt: string;
103
+ worksheet: string;
104
+ worksheetAlt: string;
103
105
  };
104
106
  blanket: {
105
107
  neutral: string;
@@ -100,6 +100,8 @@ export declare const light: {
100
100
  entryAlt: string;
101
101
  video: string;
102
102
  videoAlt: string;
103
+ worksheet: string;
104
+ worksheetAlt: string;
103
105
  };
104
106
  blanket: {
105
107
  neutral: string;
@@ -211,6 +213,8 @@ export declare const dark: {
211
213
  entryAlt: string;
212
214
  video: string;
213
215
  videoAlt: string;
216
+ worksheet: string;
217
+ worksheetAlt: string;
214
218
  };
215
219
  blanket: {
216
220
  neutral: string;
@@ -105,6 +105,8 @@ export const light = {
105
105
  entryAlt: "#E0F8EB",
106
106
  video: "#5F32DE",
107
107
  videoAlt: "#CEC8DE",
108
+ worksheet: "#874BFF",
109
+ worksheetAlt: "#EEE5FF",
108
110
  },
109
111
  blanket: {
110
112
  neutral: COLOR.alpha030,
@@ -216,6 +218,8 @@ export const dark = {
216
218
  entryAlt: "#135330",
217
219
  video: "#5F32DE",
218
220
  videoAlt: "#2D2640",
221
+ worksheet: "#874BFF",
222
+ worksheetAlt: "#5F5C66",
219
223
  },
220
224
  blanket: {
221
225
  neutral: COLOR.alphaf20,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.51.0",
3
+ "version": "1.51.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,