@team-monolith/cds 1.51.0 → 1.51.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.
package/@types/emotion.d.ts
CHANGED
|
@@ -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/dist/icons/Custom.js
CHANGED
|
@@ -293,10 +293,10 @@ export const CustomBadgeColorIcon = forwardRef((props, ref) => {
|
|
|
293
293
|
import customeWorksheetSvgImport from "./custom/worksheet.svg";
|
|
294
294
|
export const customeWorksheetSvg = customeWorksheetSvgImport;
|
|
295
295
|
export const CustomWorksheetIcon = forwardRef((props, ref) => {
|
|
296
|
-
return (_jsxs("svg", Object.assign({}, props, { ref: ref,
|
|
296
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M3 19.5C3 18.6716 3.67157 18 4.5 18H19.5C20.3284 18 21 18.6716 21 19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5Z", fill: "currentColor" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3H19C20.1 3 21 3.9 21 5V15C21 16.1 20.1 17 19 17H5C3.9 17 3 16.1 3 15V5C3 3.9 3.9 3 5 3ZM8.13137 14.5L5.5 5.5H8.20107L9.5 11L10.937 5.5H13.063L14.5 11L15.7989 5.5H18.5L15.8686 14.5H13.5509L12 10L10.4491 14.5H8.13137Z", fill: "currentColor" })] })));
|
|
297
297
|
});
|
|
298
298
|
import customeWorksheetColorSvgImport from "./custom/worksheet-color.svg";
|
|
299
299
|
export const customeWorksheetColorSvg = customeWorksheetColorSvgImport;
|
|
300
300
|
export const CustomWorksheetColorIcon = forwardRef((props, ref) => {
|
|
301
|
-
return (_jsxs("svg", Object.assign({}, props, { ref: ref,
|
|
301
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: [_jsx("path", { d: "M19 3H5C3.9 3 3 3.9 3 5V15C3 16.1 3.9 17 5 17H19C20.1 17 21 16.1 21 15V5C21 3.9 20.1 3 19 3Z", fill: "#874BFF" }), _jsx("path", { d: "M3 19.5C3 18.6716 3.67157 18 4.5 18H19.5C20.3284 18 21 18.6716 21 19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5Z", fill: "#EEE6FF" }), _jsx("path", { d: "M8.13137 14.5L5.5 5.5H8.20107L9.42091 11.0371H9.49062L10.937 5.5H13.063L14.5094 11.0547H14.5791L15.7989 5.5H18.5L15.8686 14.5H13.5509L12.0349 9.47266H11.9651L10.4491 14.5H8.13137Z", fill: "#EEE5FF" })] })));
|
|
302
302
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19 3H5C3.9 3 3 3.9 3 5V15C3 16.1 3.9 17 5 17H19C20.1 17 21 16.1 21 15V5C21 3.9 20.1 3 19 3Z" fill="#874BFF" style="fill:#874BFF;fill:color(display-p3 0.5303 0.2954 1.0000);fill-opacity:1;"/>
|
|
3
|
+
<path d="M3 19.5C3 18.6716 3.67157 18 4.5 18H19.5C20.3284 18 21 18.6716 21 19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5Z" fill="#EEE6FF" style="fill:#EEE6FF;fill:color(display-p3 0.9333 0.9000 1.0000);fill-opacity:1;"/>
|
|
4
|
+
<path d="M8.13137 14.5L5.5 5.5H8.20107L9.42091 11.0371H9.49062L10.937 5.5H13.063L14.5094 11.0547H14.5791L15.7989 5.5H18.5L15.8686 14.5H13.5509L12.0349 9.47266H11.9651L10.4491 14.5H8.13137Z" fill="#EEE5FF" style="fill:#EEE5FF;fill:color(display-p3 0.9333 0.8980 1.0000);fill-opacity:1;"/>
|
|
5
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
</svg>
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 19.5C3 18.6716 3.67157 18 4.5 18H19.5C20.3284 18 21 18.6716 21 19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5Z" fill="#363636" style="fill:#363636;fill:color(display-p3 0.2118 0.2118 0.2118);fill-opacity:1;"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 3H19C20.1 3 21 3.9 21 5V15C21 16.1 20.1 17 19 17H5C3.9 17 3 16.1 3 15V5C3 3.9 3.9 3 5 3ZM8.13137 14.5L5.5 5.5H8.20107L9.5 11L10.937 5.5H13.063L14.5 11L15.7989 5.5H18.5L15.8686 14.5H13.5509L12 10L10.4491 14.5H8.13137Z" fill="#363636" style="fill:#363636;fill:color(display-p3 0.2118 0.2118 0.2118);fill-opacity:1;"/>
|
|
4
|
+
</svg>
|