@vention/machine-apps-components 1.0.12 → 1.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/machine-apps-components",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/VentionCo/machine-cloud.git"
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type UnitSystem = "metric" | "imperial";
3
2
  export interface I18nContextType {
4
3
  locale: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { LogFilterFormValues } from "./logs-panel";
3
2
  interface LogFilterFormProps {
4
3
  onFilterChange?: (filters: LogFilterFormValues) => void;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface LogsPaginationProps {
3
2
  currentPage: number;
4
3
  totalPages: number;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type IconType } from "@vention/machine-ui";
3
2
  export type SidebarVariant = "card" | "accent";
4
3
  export interface SidebarItem {