@seeqdev/qomponents 0.0.174 → 0.0.176

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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TooltipComponentProps } from '../Tooltip/Tooltip.types';
3
2
  interface Props {
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonProps } from '../Button/Button.types';
3
2
  import { TooltipComponentProps } from '../Tooltip/Tooltip.types';
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TooltipComponentProps } from '../Tooltip/Tooltip.types';
3
2
  /**
4
3
  * Interface for sub-menu items that appear in nested dropdown menus.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Properties for the Carousel component that creates a sliding content viewer.
4
3
  */
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TooltipComponentProps } from '../Tooltip/Tooltip.types';
3
2
  type FormControlElement = HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement;
4
3
  export interface CheckboxProps extends TooltipComponentProps {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Props for the Collapse component that creates smooth expand/collapse animations.
4
3
  */
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TooltipComponentProps } from '../Tooltip/Tooltip.types';
3
2
  export declare const iconTypes: readonly ["theme", "white", "dark-gray", "darkish-gray", "gray", "color", "info", "text", "warning", "inherit", "danger", "theme-light", "success"];
4
3
  export type IconType = (typeof iconTypes)[number];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonProps } from '../Button/Button.types';
3
2
  import { InputLengthStyleProps, TextFieldProps } from '../TextField/TextField.types';
4
3
  import { TooltipComponentProps } from '../Tooltip/Tooltip.types';
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TooltipComponentProps } from '../Tooltip/Tooltip.types';
3
2
  /**
4
3
  * Interface for individual action items within a SeeqActionDropdown.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Props for the Slider component that provides an interactive range input control.
4
3
  */
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TooltipComponentProps } from '../Tooltip/Tooltip.types';
3
2
  export declare const svgIconTypes: readonly ["theme", "white", "dark-gray", "darkish-gray", "gray", "color", "info", "text", "warning", "inherit", "danger", "theme-light", "success", "default"];
4
3
  export type SvgIconType = (typeof svgIconTypes)[number];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { FormControlElement } from '../types';
3
2
  /**
4
3
  * Props for the TextArea component that provides a multi-line text input control.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { TooltipComponentProps } from '../Tooltip/Tooltip.types';
3
2
  import { FormControlElement, InputGroupPlacement } from '../types';
4
3
  export interface TextFieldProps extends TooltipComponentProps {