@motionmetrics/mmpro-storybook-components-schema 2.0.26 → 2.0.27

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,5 +1,5 @@
1
- import { Icon } from "./renderers/Icon";
1
+ import { Icon } from "./renderers/Icon.d.ts";
2
2
  export { Icon };
3
- export declare const ProductIcon: ({ iconType, name, className, size, handleClick, style, }: import("./Icon.types").IconPropsType) => import("react/jsx-runtime").JSX.Element;
4
- export declare const ModuleIcon: ({ iconType, name, className, size, handleClick, style, }: import("./Icon.types").IconPropsType) => import("react/jsx-runtime").JSX.Element;
5
- export declare const ModuleOutlinedIcon: ({ iconType, name, className, size, handleClick, style, }: import("./Icon.types").IconPropsType) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const ProductIcon: ({ iconType, name, className, size, handleClick, style, }: import("./Icon.types.d.ts").IconPropsType) => import("react/jsx-runtime").JSX.Element;
4
+ export declare const ModuleIcon: ({ iconType, name, className, size, handleClick, style, }: import("./Icon.types.d.ts").IconPropsType) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const ModuleOutlinedIcon: ({ iconType, name, className, size, handleClick, style, }: import("./Icon.types.d.ts").IconPropsType) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import type { iconSizeValues } from "../../Common.types";
1
+ import type { iconSizeValues } from "../../Common.types.d.ts";
2
2
  import type { CSSProperties, MouseEventHandler } from "react";
3
3
  export declare const iconArr: readonly ["Reverse", "DoubleArrowLeft", "DoubleArrowRight", "CollapseRight", "CollapseLeft", "EditOutlined", "Time", "Reload", "Equal", "MixedChart", "DashedLine", "Line", "Date", "FilledDot", "OutlinedDot", "FilledBox", "OutlinedBox", "NotificationOff", "Alert", "Trend", "EditBox", "Image", "Next", "Previous", "FullScreen", "Keyboard", "SiteDashboard", "Delete", "Clear", "StateOffline", "StateWarning", "StateOk", "StateAlarm", "AlertMessage", "Info", "Help", "Region", "Redo", "Edit", "Create", "TagFilled", "TagOutlined", "CloseFullScreen", "UndoAction", "FitToScreen", "Download", "Calendar", "FlagFilled", "FlagOutlined", "Location", "StarFilled", "StarOutlined", "ZoomOut", "ZoomIn", "Explosion", "Play", "Pause", "Cancel", "Remove", "CheckboxIndeterminate", "Checkbox", "CheckboxChecked", "Add", "NotificationFilled", "Back", "ArrowRight", "NavigateNext", "NavigateBefore", "HorizontalBarChart", "OpenInNew", "BrokenTooth", "Camera3D", "LikeFilled", "LikeOutlined", "TruckMetrics", "ChartView", "SelectAll", "Select", "Disabled", "MaterialHeight", "Belt", "Surveillance", "Exclamation", "CheckCircleOutlined", "FileExcel", "SortAlphaAsc", "Settings", "Question", "Clock", "Picture", "Table", "Envelope", "RegionIgnore", "Bell", "Filter", "SearchPlus", "ShareAlt", "Floppy", "Tooth", "DashboardCircle", "DownloadAlt", "CaretDown", "CaretUp", "Trash", "LogOut", "Ban", "Map", "BarChart", "Pencil", "FolderOpen", "Merge", "BuildingFilled", "CheckCircleFilled", "ToothWear", "CancelRounded", "ArrowCircleRight", "ToothReplace", "ArrowDoubleHead", "Hashtag", "User", "BuildingOutlined", "Clone", "FileText", "MovePoint", "MinusCircle", "AngleUp", "PlayCircle", "Dashboard", "Cube", "Comment", "CheckSquareRounded", "MousePointer", "Refresh", "Plus", "RoundedSquare", "Repeat", "PlusCircle", "ArrowCircleLeft", "SortAlphaDesc", "ExclamationTriangle", "AngleDown", "Phone", "Close", "SearchMinus", "ArrowCircleUp", "Search", "Lock", "Split", "HandPaper", "Unlock", "Undo", "ObjectGroup", "Segmentation", "AngleRight", "ToothWearCircle", "Times", "Crop", "RegionRock", "Check", "Administration", "API", "Home", "GalleryView", "CardView", "KeyboardHide", "GPS", "GPSOff", "Layers", "PanTool", "Menu", "AddImage", "ArrowLeft", "ArrowSelector", "CameraID", "ChevronLeft", "ChevronRight", "ChevronRightSmall", "Copy", "Email", "ImageCrashed", "InfoFilled", "Language", "Login", "MyLocationFilled", "Paste", "Save", "Translation", "AlarmPrevious", "AlarmNext", "ArrowDiagonalDown", "ArrowDiagonalUp", "ArrowDown", "CameraPrimary", "ArrowUp", "Audio", "AudioMute", "CameraFirst", "CameraSecond", "CameraVideo", "ChevronDownSmall", "ChevronLeftSmall", "ChevronUpSmall", "Collapse", "Expand", "FrameForward", "FrameBackward", "FullScreenExit", "LayersOff", "ListView", "MoreHorizontal", "MoreVertical", "MyLocationOutlined", "NotificationOutlined", "ReportCSV", "ReportPDF", "Link"];
4
4
  export declare const productIconArr: readonly ["ShovelMetrics3D", "ShovelMetrics2D", "BeltMetrics3D", "BeltMetrics2D", "PortaMetrics3D", "PortaMetrics2D", "LoaderMetrics3D", "LoaderMetrics2D", "TruckMetrics3D", "TruckMetrics2D", "CrusherMetrics3D", "MetricsManagerPro3D", "MetricsManagerPro2D"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@motionmetrics/mmpro-storybook-components-schema",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "description": "Lightweight Schema-only package: Icon, Schema, Tooltip components with tokens and utilities. React 17-19 compatible.",
5
5
  "repository": {
6
6
  "type": "git",