@team-monolith/cds 1.128.0 → 1.128.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.
@@ -52,4 +52,5 @@ const Label = styled.span `
52
52
  font-size: 12px;
53
53
  font-weight: 600;
54
54
  line-height: 18px;
55
+ white-space: nowrap;
55
56
  `;
@@ -50,7 +50,6 @@ export * from "./PlanBasicPlus";
50
50
  export * from "./PlanBasic";
51
51
  export * from "./PlanMaster";
52
52
  export * from "./PlanPro";
53
- export * from "./PlanVisang";
54
53
  export * from "./Problem";
55
54
  export * from "./PythonColor";
56
55
  export * from "./QuizColor";
@@ -50,7 +50,6 @@ export * from "./PlanBasicPlus";
50
50
  export * from "./PlanBasic";
51
51
  export * from "./PlanMaster";
52
52
  export * from "./PlanPro";
53
- export * from "./PlanVisang";
54
53
  export * from "./Problem";
55
54
  export * from "./PythonColor";
56
55
  export * from "./QuizColor";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.128.0",
3
+ "version": "1.128.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,
@@ -1,5 +0,0 @@
1
- import React from "react";
2
- export declare const CustomPlanVisangIcon: React.ForwardRefExoticComponent<{
3
- className?: string;
4
- } & React.RefAttributes<SVGSVGElement>>;
5
- export declare const customPlanVisangSvg: string;
@@ -1,10 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { forwardRef } from "react";
3
- import svgImport from "./plan-visang.svg";
4
- export const CustomPlanVisangIcon = forwardRef(function CustomPlanVisangIcon(props, ref) {
5
- return (_jsx("svg", Object.assign({ width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: ref }, props, { children: _jsx("path", { d: "M16.5967 3.5L14.3002 5.59045C15.3527 5.91242 16.3416 6.45519 17.1799 7.21875C20.0792 9.85936 20.0792 14.1406 17.1799 16.7812C15.0412 18.7292 11.736 19.9687 7.26416 20.5L9.56062 18.4096C8.50816 18.0876 7.5192 17.5448 6.68087 16.7812C3.78163 14.1406 3.76447 9.875 6.68087 7.21875C8.81957 5.27083 12.1248 4.03125 16.5967 3.5ZM11.9304 8.69903C9.87945 8.69903 8.21682 10.1769 8.21682 12C8.21682 13.823 9.87945 15.301 11.9304 15.301C13.9814 15.301 15.644 13.823 15.644 12C15.644 10.1769 13.9814 8.69903 11.9304 8.69903Z", fill: "#00B5E2", style: {
6
- fill: "color(display-p3 0.0000 0.7098 0.8863)",
7
- fillOpacity: 1,
8
- } }) })));
9
- });
10
- export const customPlanVisangSvg = svgImport;
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16.5967 3.5L14.3002 5.59045C15.3527 5.91242 16.3416 6.45519 17.1799 7.21875C20.0792 9.85936 20.0792 14.1406 17.1799 16.7812C15.0412 18.7292 11.736 19.9687 7.26416 20.5L9.56062 18.4096C8.50816 18.0876 7.5192 17.5448 6.68087 16.7812C3.78163 14.1406 3.76447 9.875 6.68087 7.21875C8.81957 5.27083 12.1248 4.03125 16.5967 3.5ZM11.9304 8.69903C9.87945 8.69903 8.21682 10.1769 8.21682 12C8.21682 13.823 9.87945 15.301 11.9304 15.301C13.9814 15.301 15.644 13.823 15.644 12C15.644 10.1769 13.9814 8.69903 11.9304 8.69903Z" fill="#00B5E2" style="fill:#00B5E2;fill:color(display-p3 0.0000 0.7098 0.8863);fill-opacity:1;"/>
3
- </svg>