@seeqdev/qomponents 0.0.236 → 0.0.237

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.
Files changed (47) hide show
  1. package/dist/i18n/de-DE.json +10 -1
  2. package/dist/i18n/es-LA.json +10 -1
  3. package/dist/i18n/fr-FR.json +10 -1
  4. package/dist/i18n/it-IT.json +10 -1
  5. package/dist/i18n/ja-JP.json +10 -1
  6. package/dist/i18n/ko-KO.json +10 -1
  7. package/dist/i18n/pt-BR.json +10 -1
  8. package/dist/i18n/zh-CN.json +10 -1
  9. package/dist/index.esm.js +2 -2
  10. package/dist/index.esm.js.map +1 -1
  11. package/dist/index.js +2 -2
  12. package/dist/index.js.map +1 -1
  13. package/dist/src/Accordion/Accordion.d.ts +2 -2
  14. package/dist/src/Alert/Alert.d.ts +2 -2
  15. package/dist/src/Badge/Badge.d.ts +2 -2
  16. package/dist/src/Button/Button.d.ts +2 -2
  17. package/dist/src/Button/Button.types.d.ts +3 -1
  18. package/dist/src/ButtonGroup/ButtonGroup.d.ts +2 -2
  19. package/dist/src/ButtonWithDropdown/ButtonWithDropdown.d.ts +3 -3
  20. package/dist/src/ButtonWithPopover/ButtonWithPopover.d.ts +2 -2
  21. package/dist/src/Carousel/Carousel.d.ts +2 -2
  22. package/dist/src/Checkbox/Checkbox.d.ts +2 -2
  23. package/dist/src/Collapse/Collapse.d.ts +2 -2
  24. package/dist/src/ColorPickerControl/ColorPickerControl.d.ts +2 -2
  25. package/dist/src/ColorSwatch/ColorSwatch.d.ts +2 -2
  26. package/dist/src/EditorPanel/EditorPanel.d.ts +2 -2
  27. package/dist/src/ExternalLink/ExternalLink.d.ts +2 -2
  28. package/dist/src/Icon/Icon.d.ts +2 -2
  29. package/dist/src/InputGroup/InputGroup.d.ts +2 -2
  30. package/dist/src/LoadingIndicator/LoadingIndicator.d.ts +2 -2
  31. package/dist/src/Modal/Modal.d.ts +2 -2
  32. package/dist/src/ProgressBar/ProgressBar.d.ts +2 -2
  33. package/dist/src/SeeqActionDropdown/SeeqActionDropdown.d.ts +2 -2
  34. package/dist/src/SeeqActionDropdown/variants.d.ts +4 -4
  35. package/dist/src/SegmentedControl/SegmentedControl.d.ts +2 -2
  36. package/dist/src/Select/Select.d.ts +2 -2
  37. package/dist/src/Slider/Slider.d.ts +2 -2
  38. package/dist/src/SvgIcon/SvgIcon.d.ts +2 -2
  39. package/dist/src/Tabs/Tabs.d.ts +2 -2
  40. package/dist/src/TextArea/TextArea.d.ts +2 -2
  41. package/dist/src/TextField/TextField.d.ts +10 -10
  42. package/dist/src/ToolbarButton/ToolbarButton.d.ts +2 -2
  43. package/dist/src/Tooltip/Qtip.d.ts +2 -2
  44. package/dist/src/Tooltip/Tooltip.d.ts +2 -2
  45. package/dist/src/TriggerWithDropdown/TriggerWithDropdown.d.ts +2 -2
  46. package/dist/styles.css +48 -0
  47. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { AccordionProps } from "./Accordion.types.js";
2
- import * as react_jsx_runtime20 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Accordion/Accordion.d.ts
5
5
  declare const Accordion: ({
@@ -10,6 +10,6 @@ declare const Accordion: ({
10
10
  disabled,
11
11
  extraClassNames,
12
12
  testId
13
- }: AccordionProps) => react_jsx_runtime20.JSX.Element;
13
+ }: AccordionProps) => react_jsx_runtime0.JSX.Element;
14
14
  //#endregion
15
15
  export { Accordion as default };
@@ -1,5 +1,5 @@
1
1
  import { AlertProps } from "./Alert.types.js";
2
- import * as react_jsx_runtime23 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime13 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Alert/Alert.d.ts
5
5
  /**
@@ -15,6 +15,6 @@ declare const Alert: ({
15
15
  id,
16
16
  extraClassNames,
17
17
  ...tooltipProps
18
- }: AlertProps) => react_jsx_runtime23.JSX.Element;
18
+ }: AlertProps) => react_jsx_runtime13.JSX.Element;
19
19
  //#endregion
20
20
  export { Alert };
@@ -1,5 +1,5 @@
1
1
  import { BadgeProps } from "./Badge.types.js";
2
- import * as react_jsx_runtime18 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime7 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Badge/Badge.d.ts
5
5
  /**
@@ -10,6 +10,6 @@ declare const Badge: ({
10
10
  variant,
11
11
  testId,
12
12
  extraClassNames
13
- }: BadgeProps) => react_jsx_runtime18.JSX.Element;
13
+ }: BadgeProps) => react_jsx_runtime7.JSX.Element;
14
14
  //#endregion
15
15
  export { Badge, Badge as default };
@@ -1,5 +1,5 @@
1
1
  import { ButtonProps } from "./Button.types.js";
2
- import * as react_jsx_runtime31 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
3
3
  import React from "react";
4
4
 
5
5
  //#region src/Button/Button.d.ts
@@ -33,6 +33,6 @@ declare const Button: ({
33
33
  tooltipTestId,
34
34
  ref,
35
35
  ...rest
36
- }: ButtonComponentProps) => react_jsx_runtime31.JSX.Element;
36
+ }: ButtonComponentProps) => react_jsx_runtime2.JSX.Element;
37
37
  //#endregion
38
38
  export { Button as default };
@@ -5,7 +5,7 @@ import React from "react";
5
5
  //#region src/Button/Button.types.d.ts
6
6
  declare const buttonTypes: readonly ["button", "reset", "submit", "link"];
7
7
  declare const buttonSizes: readonly ["xs", "sm", "lg"];
8
- declare const buttonVariants: readonly ["outline", "theme", "theme-light", "warning", "danger", "no-border"];
8
+ declare const buttonVariants: readonly ["outline", "theme", "theme-light", "warning", "danger", "no-border", "navigation", "navigation-selected"];
9
9
  declare const iconPositions: string[];
10
10
  type ButtonType = (typeof buttonTypes)[number];
11
11
  type ButtonSize = (typeof buttonSizes)[number];
@@ -32,6 +32,8 @@ type ButtonProps = {
32
32
  * - `warning`: Yellow/orange styling for caution-related actions
33
33
  * - `danger`: Red styling for destructive or critical actions
34
34
  * - `no-border`: Borderless styling for minimal, text-like buttons
35
+ * - `navigation`: Borderless styling for navigation panel items
36
+ * - `navigation-selected`: Selected styling for navigation panel items
35
37
  * @default 'outline'
36
38
  */
37
39
  variant?: ButtonVariant;
@@ -1,10 +1,10 @@
1
1
  import { ButtonGroupProps } from "./ButtonGroup.types.js";
2
- import * as react_jsx_runtime19 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime8 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/ButtonGroup/ButtonGroup.d.ts
5
5
  /**
6
6
  * ButtonGroup.
7
7
  */
8
- declare const ButtonGroup: (props: ButtonGroupProps) => react_jsx_runtime19.JSX.Element;
8
+ declare const ButtonGroup: (props: ButtonGroupProps) => react_jsx_runtime8.JSX.Element;
9
9
  //#endregion
10
10
  export { ButtonGroup };
@@ -1,8 +1,8 @@
1
1
  import { ButtonWithDropdownProps } from "./ButtonWithDropdown.types.js";
2
- import * as react_jsx_runtime24 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime9 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/ButtonWithDropdown/ButtonWithDropdown.d.ts
5
- declare const ButtonWithDropdown: (props: ButtonWithDropdownProps) => react_jsx_runtime24.JSX.Element;
5
+ declare const ButtonWithDropdown: (props: ButtonWithDropdownProps) => react_jsx_runtime9.JSX.Element;
6
6
  declare const Dropdown: ({
7
7
  dropdownItems,
8
8
  id,
@@ -19,6 +19,6 @@ declare const Dropdown: ({
19
19
  setFocusOnTriggerOnClose,
20
20
  keepFocusInsideDropdown,
21
21
  onContainerClick
22
- }: ButtonWithDropdownProps) => react_jsx_runtime24.JSX.Element;
22
+ }: ButtonWithDropdownProps) => react_jsx_runtime9.JSX.Element;
23
23
  //#endregion
24
24
  export { Dropdown, ButtonWithDropdown as default };
@@ -1,5 +1,5 @@
1
1
  import { ButtonWithPopoverProps } from "./ButtonWithPopover.types.js";
2
- import * as react_jsx_runtime26 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/ButtonWithPopover/ButtonWithPopover.d.ts
5
5
  declare const ButtonWithPopover: ({
@@ -26,6 +26,6 @@ declare const ButtonWithPopover: ({
26
26
  isCloseOnContentClick,
27
27
  isPortal,
28
28
  ...tooltipProps
29
- }: ButtonWithPopoverProps) => react_jsx_runtime26.JSX.Element;
29
+ }: ButtonWithPopoverProps) => react_jsx_runtime4.JSX.Element;
30
30
  //#endregion
31
31
  export { ButtonWithPopover as default };
@@ -1,5 +1,5 @@
1
1
  import { CarouselProps } from "./Carousel.types.js";
2
- import * as react_jsx_runtime27 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Carousel/Carousel.d.ts
5
5
 
@@ -22,6 +22,6 @@ declare const Carousel: ({
22
22
  showArrows,
23
23
  iconExtraClassNames,
24
24
  carouselItems
25
- }: CarouselProps) => react_jsx_runtime27.JSX.Element;
25
+ }: CarouselProps) => react_jsx_runtime12.JSX.Element;
26
26
  //#endregion
27
27
  export { Carousel as default };
@@ -1,10 +1,10 @@
1
1
  import { CheckboxProps } from "./Checkbox.types.js";
2
- import * as react_jsx_runtime22 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Checkbox/Checkbox.d.ts
5
5
  /**
6
6
  * Checkbox and Radio Box Component.
7
7
  */
8
- declare const Checkbox: (props: CheckboxProps) => react_jsx_runtime22.JSX.Element;
8
+ declare const Checkbox: (props: CheckboxProps) => react_jsx_runtime5.JSX.Element;
9
9
  //#endregion
10
10
  export { Checkbox };
@@ -1,10 +1,10 @@
1
1
  import { CollapseProps } from "./Collapse.types.js";
2
- import * as react_jsx_runtime29 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Collapse/Collapse.d.ts
5
5
  declare const Collapse: ({
6
6
  isVisible,
7
7
  children
8
- }: CollapseProps) => react_jsx_runtime29.JSX.Element;
8
+ }: CollapseProps) => react_jsx_runtime3.JSX.Element;
9
9
  //#endregion
10
10
  export { Collapse as default };
@@ -1,5 +1,5 @@
1
1
  import { ColorPickerControlProps } from "./ColorPickerControl.types.js";
2
- import * as react_jsx_runtime28 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime31 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/ColorPickerControl/ColorPickerControl.d.ts
5
5
  declare function ColorPickerControl({
@@ -12,6 +12,6 @@ declare function ColorPickerControl({
12
12
  id,
13
13
  testId,
14
14
  onOpen
15
- }: ColorPickerControlProps): react_jsx_runtime28.JSX.Element;
15
+ }: ColorPickerControlProps): react_jsx_runtime31.JSX.Element;
16
16
  //#endregion
17
17
  export { ColorPickerControl as default };
@@ -1,7 +1,7 @@
1
1
  import { ColorSwatchProps } from "./ColorSwatch.types.js";
2
- import * as react12 from "react";
2
+ import * as react0 from "react";
3
3
 
4
4
  //#region src/ColorSwatch/ColorSwatch.d.ts
5
- declare const ColorSwatch: react12.ForwardRefExoticComponent<ColorSwatchProps & react12.RefAttributes<HTMLButtonElement>>;
5
+ declare const ColorSwatch: react0.ForwardRefExoticComponent<ColorSwatchProps & react0.RefAttributes<HTMLButtonElement>>;
6
6
  //#endregion
7
7
  export { ColorSwatch as default };
@@ -1,5 +1,5 @@
1
1
  import { EditorPanelProps } from "./EditorPanel.types.js";
2
- import * as react_jsx_runtime30 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/EditorPanel/EditorPanel.d.ts
5
5
  declare const EditorPanel: ({
@@ -14,6 +14,6 @@ declare const EditorPanel: ({
14
14
  extraClassNames,
15
15
  id,
16
16
  testId
17
- }: EditorPanelProps) => react_jsx_runtime30.JSX.Element;
17
+ }: EditorPanelProps) => react_jsx_runtime0.JSX.Element;
18
18
  //#endregion
19
19
  export { EditorPanel as default };
@@ -1,5 +1,5 @@
1
1
  import { ExternalLinkProps } from "./ExternalLink.types.js";
2
- import * as react_jsx_runtime21 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/ExternalLink/ExternalLink.d.ts
5
5
  /**
@@ -12,6 +12,6 @@ declare const ExternalLink: ({
12
12
  children,
13
13
  extraClassNames,
14
14
  testId
15
- }: ExternalLinkProps) => react_jsx_runtime21.JSX.Element;
15
+ }: ExternalLinkProps) => react_jsx_runtime11.JSX.Element;
16
16
  //#endregion
17
17
  export { ExternalLink, ExternalLink as default };
@@ -1,5 +1,5 @@
1
1
  import { IconProps } from "./Icon.types.js";
2
- import * as react_jsx_runtime4 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Icon/Icon.d.ts
5
5
 
@@ -23,6 +23,6 @@ declare const Icon: ({
23
23
  customId,
24
24
  number,
25
25
  ...tooltipProps
26
- }: IconProps) => react_jsx_runtime4.JSX.Element;
26
+ }: IconProps) => react_jsx_runtime1.JSX.Element;
27
27
  //#endregion
28
28
  export { Icon as default };
@@ -1,10 +1,10 @@
1
1
  import { InputGroupProps } from "./InputGroup.types.js";
2
- import * as react10 from "react";
2
+ import * as react1 from "react";
3
3
 
4
4
  //#region src/InputGroup/InputGroup.d.ts
5
5
  /**
6
6
  * InputGroup.
7
7
  */
8
- declare const InputGroup: react10.ForwardRefExoticComponent<Omit<InputGroupProps, "ref"> & react10.RefAttributes<HTMLInputElement>>;
8
+ declare const InputGroup: react1.ForwardRefExoticComponent<Omit<InputGroupProps, "ref"> & react1.RefAttributes<HTMLInputElement>>;
9
9
  //#endregion
10
10
  export { InputGroup };
@@ -1,5 +1,5 @@
1
1
  import { LoadingIndicatorProps } from "./LoadingIndicator.types.js";
2
- import * as react_jsx_runtime14 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/LoadingIndicator/LoadingIndicator.d.ts
5
5
  /**
@@ -19,6 +19,6 @@ declare const LoadingIndicator: ({
19
19
  role,
20
20
  onClick,
21
21
  title
22
- }: LoadingIndicatorProps) => react_jsx_runtime14.JSX.Element;
22
+ }: LoadingIndicatorProps) => react_jsx_runtime6.JSX.Element;
23
23
  //#endregion
24
24
  export { LoadingIndicator as default };
@@ -1,5 +1,5 @@
1
1
  import { ModalProps } from "./Modal.types.js";
2
- import * as react_jsx_runtime15 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Modal/Modal.d.ts
5
5
 
@@ -45,6 +45,6 @@ declare const Modal: ({
45
45
  onPointerDownOutside,
46
46
  onInteractOutside,
47
47
  ariaDescribedBy
48
- }: ModalProps) => react_jsx_runtime15.JSX.Element;
48
+ }: ModalProps) => react_jsx_runtime27.JSX.Element;
49
49
  //#endregion
50
50
  export { Modal as default };
@@ -1,5 +1,5 @@
1
1
  import { ProgressBarProps } from "./ProgressBar.types.js";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime26 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/ProgressBar/ProgressBar.d.ts
5
5
  declare const ProgressBar: ({
@@ -7,6 +7,6 @@ declare const ProgressBar: ({
7
7
  max,
8
8
  containerExtraClasses,
9
9
  zeroValueLabel
10
- }: ProgressBarProps) => react_jsx_runtime5.JSX.Element;
10
+ }: ProgressBarProps) => react_jsx_runtime26.JSX.Element;
11
11
  //#endregion
12
12
  export { ProgressBar as default };
@@ -1,5 +1,5 @@
1
1
  import { SeeqActionDropdownProps } from "./SeeqActionDropdown.types.js";
2
- import * as react_jsx_runtime8 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/SeeqActionDropdown/SeeqActionDropdown.d.ts
5
5
  declare const SeeqActionDropdown: ({
@@ -20,6 +20,6 @@ declare const SeeqActionDropdown: ({
20
20
  keepFocusInsideDropdown,
21
21
  variant,
22
22
  ...tooltipProps
23
- }: SeeqActionDropdownProps) => react_jsx_runtime8.JSX.Element;
23
+ }: SeeqActionDropdownProps) => react_jsx_runtime30.JSX.Element;
24
24
  //#endregion
25
25
  export { SeeqActionDropdown as default };
@@ -1,9 +1,9 @@
1
1
  import { SeeqActionDropdownItems } from "./SeeqActionDropdown.types.js";
2
- import * as react_jsx_runtime10 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/SeeqActionDropdown/variants.d.ts
5
- declare const SeeqActionDropdownItem: (item: SeeqActionDropdownItems) => react_jsx_runtime10.JSX.Element;
6
- declare const ViewWorkbench: (item: SeeqActionDropdownItems) => react_jsx_runtime10.JSX.Element;
7
- declare const InsertSeeqContent: (item: SeeqActionDropdownItems) => react_jsx_runtime10.JSX.Element;
5
+ declare const SeeqActionDropdownItem: (item: SeeqActionDropdownItems) => react_jsx_runtime22.JSX.Element;
6
+ declare const ViewWorkbench: (item: SeeqActionDropdownItems) => react_jsx_runtime22.JSX.Element;
7
+ declare const InsertSeeqContent: (item: SeeqActionDropdownItems) => react_jsx_runtime22.JSX.Element;
8
8
  //#endregion
9
9
  export { InsertSeeqContent, SeeqActionDropdownItem, ViewWorkbench };
@@ -1,5 +1,5 @@
1
1
  import { SegmentedControlProps } from "./SegmentedControl.types.js";
2
- import * as react_jsx_runtime6 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/SegmentedControl/SegmentedControl.d.ts
5
5
  declare function SegmentedControl<T extends string | number | boolean>({
@@ -10,6 +10,6 @@ declare function SegmentedControl<T extends string | number | boolean>({
10
10
  id,
11
11
  testId,
12
12
  ariaLabel
13
- }: SegmentedControlProps<T>): react_jsx_runtime6.JSX.Element;
13
+ }: SegmentedControlProps<T>): react_jsx_runtime25.JSX.Element;
14
14
  //#endregion
15
15
  export { SegmentedControl as default };
@@ -1,5 +1,5 @@
1
1
  import { SelectProps } from "./Select.types.js";
2
- import * as react_jsx_runtime13 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
3
3
  import { MultiValue as MultiValue$1, SingleValue as SingleValue$1 } from "react-select";
4
4
 
5
5
  //#region src/Select/Select.d.ts
@@ -50,6 +50,6 @@ declare const Select: ({
50
50
  onInputChange,
51
51
  inputValue,
52
52
  onMenuScrollToBottom
53
- }: SelectProps) => react_jsx_runtime13.JSX.Element;
53
+ }: SelectProps) => react_jsx_runtime20.JSX.Element;
54
54
  //#endregion
55
55
  export { MultiValue, SingleValue, Select as default };
@@ -1,5 +1,5 @@
1
1
  import { SliderProps } from "./Slider.types.js";
2
- import * as react_jsx_runtime7 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Slider/Slider.d.ts
5
5
  /**
@@ -20,6 +20,6 @@ declare const Slider: ({
20
20
  min,
21
21
  max,
22
22
  maxAccessible
23
- }: SliderProps) => react_jsx_runtime7.JSX.Element;
23
+ }: SliderProps) => react_jsx_runtime21.JSX.Element;
24
24
  //#endregion
25
25
  export { Slider };
@@ -1,5 +1,5 @@
1
1
  import { SvgIconProps } from "./SvgIcon.types.js";
2
- import * as react_jsx_runtime3 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime14 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/SvgIcon/SvgIcon.d.ts
5
5
 
@@ -29,6 +29,6 @@ declare const SvgIcon: ({
29
29
  testId,
30
30
  customId,
31
31
  ...tooltipProps
32
- }: SvgIconProps) => react_jsx_runtime3.JSX.Element;
32
+ }: SvgIconProps) => react_jsx_runtime14.JSX.Element;
33
33
  //#endregion
34
34
  export { SvgIcon as default };
@@ -1,5 +1,5 @@
1
1
  import { TabsProps } from "./Tabs.types.js";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Tabs/Tabs.d.ts
5
5
  declare const Tabs: ({
@@ -11,6 +11,6 @@ declare const Tabs: ({
11
11
  testId,
12
12
  id,
13
13
  stretchTabs
14
- }: TabsProps) => react_jsx_runtime1.JSX.Element;
14
+ }: TabsProps) => react_jsx_runtime17.JSX.Element;
15
15
  //#endregion
16
16
  export { Tabs as default };
@@ -1,10 +1,10 @@
1
1
  import { TextAreaProps } from "./TextArea.types.js";
2
- import * as react0 from "react";
2
+ import * as react3 from "react";
3
3
 
4
4
  //#region src/TextArea/TextArea.d.ts
5
5
  /**
6
6
  * TextArea.
7
7
  */
8
- declare const TextArea: react0.ForwardRefExoticComponent<Omit<TextAreaProps, "ref"> & react0.RefAttributes<HTMLTextAreaElement>>;
8
+ declare const TextArea: react3.ForwardRefExoticComponent<Omit<TextAreaProps, "ref"> & react3.RefAttributes<HTMLTextAreaElement>>;
9
9
  //#endregion
10
10
  export { TextArea };
@@ -1,21 +1,21 @@
1
1
  import { TooltipComponentProps } from "../Tooltip/Tooltip.types.js";
2
2
  import { FormControlElement, InputGroupPlacement } from "../types.js";
3
3
  import { InputLengthStyleProps } from "./TextField.types.js";
4
- import * as react1 from "react";
4
+ import * as react5 from "react";
5
5
 
6
6
  //#region src/TextField/TextField.d.ts
7
7
  /**
8
8
  * Textfield.
9
9
  */
10
- declare const TextField: react1.ForwardRefExoticComponent<Omit<{
10
+ declare const TextField: react5.ForwardRefExoticComponent<Omit<{
11
11
  readonly?: boolean | undefined;
12
12
  disabled?: boolean | undefined;
13
- onChange?: react1.ChangeEventHandler<FormControlElement> | undefined;
14
- onPaste?: react1.ClipboardEventHandler<FormControlElement> | undefined;
15
- onKeyUp?: react1.KeyboardEventHandler<FormControlElement> | undefined;
16
- onKeyDown?: react1.KeyboardEventHandler<FormControlElement> | undefined;
17
- onFocus?: react1.FocusEventHandler<HTMLInputElement> | undefined;
18
- onBlur?: react1.FocusEventHandler<FormControlElement> | undefined;
13
+ onChange?: react5.ChangeEventHandler<FormControlElement> | undefined;
14
+ onPaste?: react5.ClipboardEventHandler<FormControlElement> | undefined;
15
+ onKeyUp?: react5.KeyboardEventHandler<FormControlElement> | undefined;
16
+ onKeyDown?: react5.KeyboardEventHandler<FormControlElement> | undefined;
17
+ onFocus?: react5.FocusEventHandler<HTMLInputElement> | undefined;
18
+ onBlur?: react5.FocusEventHandler<FormControlElement> | undefined;
19
19
  id?: string | undefined;
20
20
  name?: string | undefined;
21
21
  size?: "lg" | "sm" | undefined;
@@ -24,7 +24,7 @@ declare const TextField: react1.ForwardRefExoticComponent<Omit<{
24
24
  extraClassNames?: string | undefined;
25
25
  type?: "email" | "number" | "password" | "text" | undefined;
26
26
  testId?: string | undefined;
27
- ref?: react1.Ref<HTMLInputElement> | undefined;
27
+ ref?: react5.Ref<HTMLInputElement> | undefined;
28
28
  inputGroup?: InputGroupPlacement;
29
29
  step?: string | number | undefined;
30
30
  showError?: boolean | undefined;
@@ -36,6 +36,6 @@ declare const TextField: react1.ForwardRefExoticComponent<Omit<{
36
36
  inputHeight?: number | undefined;
37
37
  min?: number | undefined;
38
38
  max?: number | undefined;
39
- } & TooltipComponentProps & InputLengthStyleProps, "ref"> & react1.RefAttributes<HTMLInputElement>>;
39
+ } & TooltipComponentProps & InputLengthStyleProps, "ref"> & react5.RefAttributes<HTMLInputElement>>;
40
40
  //#endregion
41
41
  export { TextField };
@@ -1,5 +1,5 @@
1
1
  import { ToolbarButtonProps } from "./ToolbarButton.types.js";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime19 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/ToolbarButton/ToolbarButton.d.ts
5
5
  declare const ToolbarButton: ({
@@ -27,6 +27,6 @@ declare const ToolbarButton: ({
27
27
  popoverAlign,
28
28
  onClick,
29
29
  onHide
30
- }: ToolbarButtonProps) => react_jsx_runtime2.JSX.Element;
30
+ }: ToolbarButtonProps) => react_jsx_runtime19.JSX.Element;
31
31
  //#endregion
32
32
  export { ToolbarButton };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime0 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/Tooltip/Qtip.d.ts
4
4
 
@@ -26,6 +26,6 @@ import * as react_jsx_runtime0 from "react/jsx-runtime";
26
26
  *
27
27
  * and enjoy beautiful & performant tooltips!
28
28
  */
29
- declare const QTip: () => react_jsx_runtime0.JSX.Element;
29
+ declare const QTip: () => react_jsx_runtime15.JSX.Element;
30
30
  //#endregion
31
31
  export { QTip };
@@ -1,5 +1,5 @@
1
1
  import { TooltipProps } from "./Tooltip.types.js";
2
- import * as react_jsx_runtime9 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime16 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/Tooltip/Tooltip.d.ts
5
5
 
@@ -17,6 +17,6 @@ declare const Tooltip: ({
17
17
  children,
18
18
  text,
19
19
  delay
20
- }: TooltipProps) => react_jsx_runtime9.JSX.Element;
20
+ }: TooltipProps) => react_jsx_runtime16.JSX.Element;
21
21
  //#endregion
22
22
  export { Tooltip };
@@ -1,7 +1,7 @@
1
1
  import { TriggerWithDropdownProps } from "./TriggerWithDropdown.types.js";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/TriggerWithDropdown/TriggerWithDropdown.d.ts
5
- declare const TriggerWithDropdown: (props: TriggerWithDropdownProps) => react_jsx_runtime0.JSX.Element;
5
+ declare const TriggerWithDropdown: (props: TriggerWithDropdownProps) => react_jsx_runtime18.JSX.Element;
6
6
  //#endregion
7
7
  export { TriggerWithDropdown as default };
package/dist/styles.css CHANGED
@@ -967,6 +967,9 @@
967
967
  .tw\:bg-sq-surface {
968
968
  background-color: #ffffff;
969
969
  }
970
+ .tw\:bg-sq-surface\! {
971
+ background-color: #ffffff !important;
972
+ }
970
973
  .tw\:bg-sq-text-color {
971
974
  background-color: #3a3a3a;
972
975
  }
@@ -1605,6 +1608,13 @@
1605
1608
  }
1606
1609
  }
1607
1610
  }
1611
+ .tw\:hover\:bg-sq-surface\! {
1612
+ &:hover {
1613
+ @media (hover: hover) {
1614
+ background-color: #ffffff !important;
1615
+ }
1616
+ }
1617
+ }
1608
1618
  .tw\:hover\:bg-sq-theme-highlight {
1609
1619
  &:hover {
1610
1620
  @media (hover: hover) {
@@ -1717,6 +1727,11 @@
1717
1727
  background-color: var(--sqw-light-gray);
1718
1728
  }
1719
1729
  }
1730
+ .tw\:focus\:bg-sq-surface\! {
1731
+ &:focus {
1732
+ background-color: #ffffff !important;
1733
+ }
1734
+ }
1720
1735
  .tw\:focus\:bg-sq-theme-darker {
1721
1736
  &:focus {
1722
1737
  background-color: var(--theme-darker);
@@ -1851,6 +1866,11 @@
1851
1866
  background-color: #eeedee;
1852
1867
  }
1853
1868
  }
1869
+ .tw\:active\:bg-sq-surface\! {
1870
+ &:active {
1871
+ background-color: #ffffff !important;
1872
+ }
1873
+ }
1854
1874
  .tw\:active\:bg-sq-theme-darker {
1855
1875
  &:active {
1856
1876
  background-color: var(--theme-darker);
@@ -2065,6 +2085,11 @@
2065
2085
  background-color: #0d1117;
2066
2086
  }
2067
2087
  }
2088
+ .tw\:dark\:bg-sq-dark-background\! {
2089
+ &:where(.tw-dark, .tw-dark *) {
2090
+ background-color: #0d1117 !important;
2091
+ }
2092
+ }
2068
2093
  .tw\:dark\:bg-sq-dark-disabled-gray {
2069
2094
  &:where(.tw-dark, .tw-dark *) {
2070
2095
  background-color: #223249;
@@ -2246,6 +2271,15 @@
2246
2271
  }
2247
2272
  }
2248
2273
  }
2274
+ .tw\:dark\:hover\:bg-sq-dark-background\! {
2275
+ &:where(.tw-dark, .tw-dark *) {
2276
+ &:hover {
2277
+ @media (hover: hover) {
2278
+ background-color: #0d1117 !important;
2279
+ }
2280
+ }
2281
+ }
2282
+ }
2249
2283
  .tw\:dark\:hover\:bg-sq-field-disabled-gray\/30 {
2250
2284
  &:where(.tw-dark, .tw-dark *) {
2251
2285
  &:hover {
@@ -2344,6 +2378,13 @@
2344
2378
  }
2345
2379
  }
2346
2380
  }
2381
+ .tw\:dark\:focus\:bg-sq-dark-background\! {
2382
+ &:where(.tw-dark, .tw-dark *) {
2383
+ &:focus {
2384
+ background-color: #0d1117 !important;
2385
+ }
2386
+ }
2387
+ }
2347
2388
  .tw\:dark\:focus\:bg-sq-highlight-color-dark {
2348
2389
  &:where(.tw-dark, .tw-dark *) {
2349
2390
  &:focus {
@@ -2423,6 +2464,13 @@
2423
2464
  }
2424
2465
  }
2425
2466
  }
2467
+ .tw\:dark\:active\:bg-sq-dark-background\! {
2468
+ &:where(.tw-dark, .tw-dark *) {
2469
+ &:active {
2470
+ background-color: #0d1117 !important;
2471
+ }
2472
+ }
2473
+ }
2426
2474
  .tw\:dark\:active\:bg-sq-dark-disabled-gray\/30 {
2427
2475
  &:where(.tw-dark, .tw-dark *) {
2428
2476
  &:active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeqdev/qomponents",
3
- "version": "0.0.236",
3
+ "version": "0.0.237",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.ts",