@team-monolith/cds 1.128.4 → 1.129.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.
@@ -113,6 +113,8 @@ interface CodleColors {
113
113
  aiQuizAlt: string;
114
114
  aiSocroom: string;
115
115
  aiSocroomAlt: string;
116
+ aiHtml: string;
117
+ aiHtmlAlt: string;
116
118
  visang: string;
117
119
 
118
120
  decorativeRed: string;
@@ -120,6 +120,8 @@ export const light = {
120
120
  aiQuizAlt: "#E3EAFF",
121
121
  aiSocroom: "#FFB01C",
122
122
  aiSocroomAlt: "#FFF7E2",
123
+ aiHtml: "#818CF8",
124
+ aiHtmlAlt: "#E0E7FF",
123
125
  visang: "#00B5E2",
124
126
  decorativeRed: "#D73152",
125
127
  decorativePink: "#D13D78",
@@ -275,6 +277,8 @@ export const dark = {
275
277
  aiQuizAlt: "#434BA5",
276
278
  aiSocroom: "#FFB01C",
277
279
  aiSocroomAlt: "#7C5100",
280
+ aiHtml: "#818CF8",
281
+ aiHtmlAlt: "#E0E7FF",
278
282
  visang: "#00B5E2",
279
283
  decorativeRed: "#D73152",
280
284
  decorativePink: "#D13D78",
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ export declare const CustomAiHtmlColorIcon: React.ForwardRefExoticComponent<{
3
+ className?: string;
4
+ } & React.RefAttributes<SVGSVGElement>>;
5
+ export declare const customAiHtmlColorSvg: string;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ import svgImport from "./ai-html-color.svg";
4
+ export const CustomAiHtmlColorIcon = forwardRef(function CustomAiHtmlColorIcon(props, ref) {
5
+ return (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", ref: ref }, props, { children: [_jsx("path", { d: "M28 8.66668V27.7333C28 28.5118 27.6834 29.2571 27.1209 29.8071C26.5584 30.3571 25.7948 30.6667 25 30.6667H7C6.2038 30.6667 5.44158 30.3571 4.87908 29.8071C4.31658 29.2571 4 28.5105 4 27.7333V4.26668C4 3.48817 4.31658 2.74288 4.87908 2.19288C5.44158 1.64288 6.2038 1.33334 7 1.33334H20.5L28 8.66668Z", fill: "#818CF8" }), _jsx("path", { d: "M22 8.66668H28L20.5 1.33334V7.20001C20.5 7.58926 20.6576 7.96257 20.9389 8.23757C21.2201 8.51257 21.6019 8.66668 22 8.66668Z", fill: "#4F46E5" }), _jsx("rect", { x: 15.7568, y: 13.3333, width: 1.7126, height: 11.1604, rx: 0.856299, transform: "rotate(6.52343 15.7568 13.3333)", fill: "#E0E7FF" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.3694 14.7707C11.702 14.4017 12.2706 14.3721 12.6399 14.7043C13.0092 15.0369 13.0398 15.6064 12.7073 15.9758L10.0686 18.9045L12.7132 21.8273C13.0466 22.1959 13.0183 22.7653 12.6497 23.0988C12.2811 23.4323 11.7117 23.404 11.3782 23.0353L8.2327 19.5578C8.08686 19.3964 8.01031 19.1968 8.00125 18.9953V18.8185C8.00988 18.6169 8.08608 18.4168 8.23172 18.2551L11.3694 14.7707Z", fill: "#E0E7FF" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.6306 23.1056C20.298 23.4746 19.7294 23.5042 19.3601 23.172C18.9908 22.8394 18.9602 22.2699 19.2927 21.9005L21.9314 18.9718L19.2868 16.049C18.9534 15.6804 18.9817 15.111 19.3503 14.7775C19.7189 14.444 20.2883 14.4723 20.6218 14.841L23.7673 18.3185C23.9131 18.4799 23.9897 18.6795 23.9987 18.881L23.9987 19.0578C23.9901 19.2594 23.9139 19.4595 23.7683 19.6212L20.6306 23.1056Z", fill: "#E0E7FF" })] })));
6
+ });
7
+ export const customAiHtmlColorSvg = svgImport;
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
2
+ <path d="M28 8.66668V27.7333C28 28.5118 27.6834 29.2571 27.1209 29.8071C26.5584 30.3571 25.7948 30.6667 25 30.6667H7C6.2038 30.6667 5.44158 30.3571 4.87908 29.8071C4.31658 29.2571 4 28.5105 4 27.7333V4.26668C4 3.48817 4.31658 2.74288 4.87908 2.19288C5.44158 1.64288 6.2038 1.33334 7 1.33334H20.5L28 8.66668Z" fill="#818CF8"/>
3
+ <path d="M22 8.66668H28L20.5 1.33334V7.20001C20.5 7.58926 20.6576 7.96257 20.9389 8.23757C21.2201 8.51257 21.6019 8.66668 22 8.66668Z" fill="#4F46E5"/>
4
+ <rect x="15.7568" y="13.3333" width="1.7126" height="11.1604" rx="0.856299" transform="rotate(6.52343 15.7568 13.3333)" fill="#E0E7FF"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.3694 14.7707C11.702 14.4017 12.2706 14.3721 12.6399 14.7043C13.0092 15.0369 13.0398 15.6064 12.7073 15.9758L10.0686 18.9045L12.7132 21.8273C13.0466 22.1959 13.0183 22.7653 12.6497 23.0988C12.2811 23.4323 11.7117 23.404 11.3782 23.0353L8.2327 19.5578C8.08686 19.3964 8.01031 19.1968 8.00125 18.9953V18.8185C8.00988 18.6169 8.08608 18.4168 8.23172 18.2551L11.3694 14.7707Z" fill="#E0E7FF"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.6306 23.1056C20.298 23.4746 19.7294 23.5042 19.3601 23.172C18.9908 22.8394 18.9602 22.2699 19.2927 21.9005L21.9314 18.9718L19.2868 16.049C18.9534 15.6804 18.9817 15.111 19.3503 14.7775C19.7189 14.444 20.2883 14.4723 20.6218 14.841L23.7673 18.3185C23.9131 18.4799 23.9897 18.6795 23.9987 18.881L23.9987 19.0578C23.9901 19.2594 23.9139 19.4595 23.7683 19.6212L20.6306 23.1056Z" fill="#E0E7FF"/>
7
+ </svg>
@@ -1,4 +1,5 @@
1
1
  export * from "./AiHelper";
2
+ export * from "./AiHtmlColor";
2
3
  export * from "./AiQuizColor";
3
4
  export * from "./AiSocroomColor";
4
5
  export * from "./BadgeColor";
@@ -1,4 +1,5 @@
1
1
  export * from "./AiHelper";
2
+ export * from "./AiHtmlColor";
2
3
  export * from "./AiQuizColor";
3
4
  export * from "./AiSocroomColor";
4
5
  export * from "./BadgeColor";
@@ -0,0 +1,6 @@
1
+ import React from "react";
2
+ export declare const CustomAiHtmlIcon: React.ForwardRefExoticComponent<{
3
+ className?: string;
4
+ color?: string;
5
+ } & React.RefAttributes<SVGSVGElement>>;
6
+ export declare const customAiHtmlSvg: string;
@@ -0,0 +1,7 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ import svgImport from "./ai-html.svg";
4
+ export const CustomAiHtmlIcon = forwardRef(function CustomAiHtmlIcon(props, ref) {
5
+ return (_jsx("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", ref: ref }, props, { children: _jsx("path", { d: "M28 8.66699V27.7334C28 28.5117 27.6834 29.2567 27.1211 29.8066C26.5586 30.3566 25.7948 30.667 25 30.667H7C6.2038 30.667 5.44141 30.3566 4.87891 29.8066C4.31663 29.2567 4.00002 28.5104 4 27.7334V4.2666C4.00002 3.48827 4.31663 2.74331 4.87891 2.19336C5.44141 1.64336 6.2038 1.33301 7 1.33301H20.5L28 8.66699ZM16.6074 13.4307C16.1378 13.377 15.7131 13.714 15.6592 14.1836L14.5859 23.5703C14.5322 24.0402 14.87 24.4648 15.3398 24.5186C15.8095 24.5722 16.2342 24.2353 16.2881 23.7656L17.3613 14.3789C17.4151 13.909 17.0773 13.4844 16.6074 13.4307ZM20.6221 14.8408C20.2886 14.4724 19.7192 14.4441 19.3506 14.7773C18.982 15.1108 18.9536 15.6802 19.2871 16.0488L21.9316 18.9727L19.293 21.9014C18.9609 22.2706 18.9905 22.8393 19.3594 23.1719C19.7287 23.5043 20.2983 23.4747 20.6309 23.1055L23.7686 19.6211C23.914 19.4596 23.9902 19.26 23.999 19.0586V18.8809C23.9899 18.6795 23.9133 18.4796 23.7676 18.3184L20.6221 14.8408ZM12.6406 14.7051C12.2713 14.3724 11.7018 14.4021 11.3691 14.7715L8.23145 18.2559C8.08613 18.4174 8.0097 18.617 8.00098 18.8184V18.9961C8.01021 19.1975 8.08663 19.3974 8.23242 19.5586L11.3779 23.0361C11.7113 23.4044 12.2808 23.4325 12.6494 23.0996C13.018 22.7661 13.0463 22.1968 12.7129 21.8281L10.0684 18.9043L12.707 15.9756C13.0392 15.6063 13.0095 15.0377 12.6406 14.7051Z", fill: "currentColor" }) })));
6
+ });
7
+ export const customAiHtmlSvg = svgImport;
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
2
+ <path d="M28 8.66699V27.7334C28 28.5117 27.6834 29.2567 27.1211 29.8066C26.5586 30.3566 25.7948 30.667 25 30.667H7C6.2038 30.667 5.44141 30.3566 4.87891 29.8066C4.31663 29.2567 4.00002 28.5104 4 27.7334V4.2666C4.00002 3.48827 4.31663 2.74331 4.87891 2.19336C5.44141 1.64336 6.2038 1.33301 7 1.33301H20.5L28 8.66699ZM16.6074 13.4307C16.1378 13.377 15.7131 13.714 15.6592 14.1836L14.5859 23.5703C14.5322 24.0402 14.87 24.4648 15.3398 24.5186C15.8095 24.5722 16.2342 24.2353 16.2881 23.7656L17.3613 14.3789C17.4151 13.909 17.0773 13.4844 16.6074 13.4307ZM20.6221 14.8408C20.2886 14.4724 19.7192 14.4441 19.3506 14.7773C18.982 15.1108 18.9536 15.6802 19.2871 16.0488L21.9316 18.9727L19.293 21.9014C18.9609 22.2706 18.9905 22.8393 19.3594 23.1719C19.7287 23.5043 20.2983 23.4747 20.6309 23.1055L23.7686 19.6211C23.914 19.4596 23.9902 19.26 23.999 19.0586V18.8809C23.9899 18.6795 23.9133 18.4796 23.7676 18.3184L20.6221 14.8408ZM12.6406 14.7051C12.2713 14.3724 11.7018 14.4021 11.3691 14.7715L8.23145 18.2559C8.08613 18.4174 8.0097 18.617 8.00098 18.8184V18.9961C8.01021 19.1975 8.08663 19.3974 8.23242 19.5586L11.3779 23.0361C11.7113 23.4044 12.2808 23.4325 12.6494 23.0996C13.018 22.7661 13.0463 22.1968 12.7129 21.8281L10.0684 18.9043L12.707 15.9756C13.0392 15.6063 13.0095 15.0377 12.6406 14.7051Z" fill="#363636"/>
3
+ </svg>
@@ -1,3 +1,4 @@
1
+ export * from "./AiHtml";
1
2
  export * from "./AiQuiz";
2
3
  export * from "./AiSocroom";
3
4
  export * from "./Badge";
@@ -1,3 +1,4 @@
1
+ export * from "./AiHtml";
1
2
  export * from "./AiQuiz";
2
3
  export * from "./AiSocroom";
3
4
  export * from "./Badge";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.128.4",
3
+ "version": "1.129.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,