@team-monolith/cds 0.5.1 → 0.5.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.
@@ -1,2 +1,7 @@
1
- export { default as arrowDropDownFillSvg } from "remixicon/icons/Arrows/arrow-drop-down-fill.svg";
2
- export { ReactComponent as ArrowDropDownFillIcon } from "remixicon/icons/Arrows/arrow-drop-down-fill.svg";
1
+ /// <reference types="react" />
2
+ export declare const ArrowDropDownFill: {
3
+ svg: string;
4
+ icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
5
+ title?: string | undefined;
6
+ }>;
7
+ };
@@ -1,2 +1,6 @@
1
- export { default as arrowDropDownFillSvg } from "remixicon/icons/Arrows/arrow-drop-down-fill.svg";
2
- export { ReactComponent as ArrowDropDownFillIcon } from "remixicon/icons/Arrows/arrow-drop-down-fill.svg";
1
+ import arrowDropDownFillSvg from "remixicon/icons/Arrows/arrow-drop-down-fill.svg";
2
+ import { ReactComponent as ArrowDropDownFillIcon } from "remixicon/icons/Arrows/arrow-drop-down-fill.svg";
3
+ export var ArrowDropDownFill = {
4
+ svg: arrowDropDownFillSvg,
5
+ icon: ArrowDropDownFillIcon,
6
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {