@stenajs-webui/elements 17.6.0 → 17.7.0

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 (77) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/components/ui/action-menu/ActionMenu.d.ts +13 -13
  3. package/dist/components/ui/action-menu/ActionMenuCommonContent.d.ts +3 -3
  4. package/dist/components/ui/action-menu/ActionMenuContext.d.ts +6 -6
  5. package/dist/components/ui/action-menu/ActionMenuItem.d.ts +9 -9
  6. package/dist/components/ui/action-menu/ActionMenuItemContent.d.ts +12 -12
  7. package/dist/components/ui/action-menu/ActionMenuLink.d.ts +10 -10
  8. package/dist/components/ui/action-menu/ActionMenuSeparator.d.ts +4 -4
  9. package/dist/components/ui/action-menu/UseActionMenuLogic.d.ts +12 -12
  10. package/dist/components/ui/badge/Badge.d.ts +7 -7
  11. package/dist/components/ui/badge/WithBadge.d.ts +10 -10
  12. package/dist/components/ui/banners/banner/Banner.d.ts +14 -14
  13. package/dist/components/ui/banners/result-list-banner/ResultListBanner.d.ts +12 -12
  14. package/dist/components/ui/banners/result-list-banner/hooks/UseResultListBannerState.d.ts +9 -9
  15. package/dist/components/ui/bread-crumbs/BreadCrumbs.d.ts +6 -6
  16. package/dist/components/ui/bread-crumbs/Crumb.d.ts +11 -11
  17. package/dist/components/ui/button-group/ButtonGroup.d.ts +7 -7
  18. package/dist/components/ui/button-links/FlatButtonLink.d.ts +6 -6
  19. package/dist/components/ui/button-links/PrimaryButtonLink.d.ts +6 -6
  20. package/dist/components/ui/button-links/SecondaryButtonLink.d.ts +3 -3
  21. package/dist/components/ui/buttons/FlatButton.d.ts +8 -8
  22. package/dist/components/ui/buttons/PrimaryButton.d.ts +7 -7
  23. package/dist/components/ui/buttons/SecondaryButton.d.ts +3 -3
  24. package/dist/components/ui/buttons/common/ButtonCommon.d.ts +38 -38
  25. package/dist/components/ui/buttons/common/ButtonContent.d.ts +18 -18
  26. package/dist/components/ui/buttons/common/ButtonLabelFactory.d.ts +1 -1
  27. package/dist/components/ui/cards/Card.d.ts +5 -5
  28. package/dist/components/ui/cards/CardBody.d.ts +8 -8
  29. package/dist/components/ui/cards/CardHeader.d.ts +14 -14
  30. package/dist/components/ui/chip/Chip.d.ts +10 -10
  31. package/dist/components/ui/icon/Icon.d.ts +10 -10
  32. package/dist/components/ui/label/Label.d.ts +11 -11
  33. package/dist/components/ui/link/Link.d.ts +14 -14
  34. package/dist/components/ui/result-list/ResultList.d.ts +6 -6
  35. package/dist/components/ui/result-list/ResultListRow.d.ts +9 -9
  36. package/dist/components/ui/spinner/InputSpinner.d.ts +7 -7
  37. package/dist/components/ui/spinner/Spinner.d.ts +9 -9
  38. package/dist/components/ui/tabs/Tab.d.ts +7 -7
  39. package/dist/components/ui/tabs/TabMenu.d.ts +7 -7
  40. package/dist/components/ui/tag/Tag.d.ts +10 -10
  41. package/dist/components/ui/toggle-button/ToggleButton.d.ts +29 -29
  42. package/dist/components/ui/up-down-buttons/UpDownButtons.d.ts +8 -8
  43. package/dist/components/ui/value-table/ValueTable.d.ts +10 -10
  44. package/dist/components/ui/value-table/ValueTableItem.d.ts +10 -10
  45. package/dist/icons/misc/IconsMisc.d.ts +2 -2
  46. package/dist/icons/ui/IconsUi.d.ts +48 -48
  47. package/dist/index.d.ts +42 -42
  48. package/dist/index.es.js +1871 -1153
  49. package/dist/index.es.js.map +1 -1
  50. package/dist/index.js +10 -1284
  51. package/dist/index.js.map +1 -1
  52. package/dist/storybook-helpers/storybook-controls.d.ts +46 -46
  53. package/package.json +7 -8
  54. package/dist/components/ui/action-menu/ActionMenu.stories.d.ts +0 -18
  55. package/dist/components/ui/badge/Badge.stories.d.ts +0 -13
  56. package/dist/components/ui/badge/WithBadge.stories.d.ts +0 -13
  57. package/dist/components/ui/banners/banner/Banner.stories.d.ts +0 -19
  58. package/dist/components/ui/banners/result-list-banner/ResultListBanner.stories.d.ts +0 -32
  59. package/dist/components/ui/bread-crumbs/BreadCrumbs.stories.d.ts +0 -11
  60. package/dist/components/ui/button-group/ButtonGroup.stories.d.ts +0 -10
  61. package/dist/components/ui/button-links/ButtonLink.stories.d.ts +0 -13
  62. package/dist/components/ui/buttons/Button.stories.d.ts +0 -20
  63. package/dist/components/ui/buttons/FlatButton.stories.d.ts +0 -7
  64. package/dist/components/ui/cards/Card.stories.d.ts +0 -16
  65. package/dist/components/ui/chip/Chip.stories.d.ts +0 -30
  66. package/dist/components/ui/icon/Icon.stories.d.ts +0 -30
  67. package/dist/components/ui/label/Label.stories.d.ts +0 -89
  68. package/dist/components/ui/link/Link.stories.d.ts +0 -12
  69. package/dist/components/ui/spinner/InputSpinner.stories.d.ts +0 -17
  70. package/dist/components/ui/spinner/Spinner.stories.d.ts +0 -8
  71. package/dist/components/ui/tabs/TabMenu.stories.d.ts +0 -61
  72. package/dist/components/ui/tag/Tag.stories.d.ts +0 -20
  73. package/dist/components/ui/toggle-button/ToggleButton.stories.d.ts +0 -7
  74. package/dist/components/ui/up-down-buttons/UpDownButtons.stories.d.ts +0 -6
  75. package/dist/components/ui/value-table/ValueTable.stories.d.ts +0 -15
  76. package/dist/icons/misc/IconsMisc.stories.d.ts +0 -6
  77. package/dist/icons/ui/IconsUi.stories.d.ts +0 -51
@@ -1,10 +1,10 @@
1
- import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
- import { FontAwesomeIconProps } from "@fortawesome/react-fontawesome";
3
- import { Omit, BoxProps } from "@stenajs-webui/core";
4
- import * as React from "react";
5
- export interface IconProps extends Omit<FontAwesomeIconProps, "color" | "size" | "icon" | "display">, Pick<BoxProps, "display"> {
6
- icon?: IconDefinition;
7
- color?: string;
8
- size?: number;
9
- }
10
- export declare const Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<HTMLDivElement>>;
1
+ import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
+ import { FontAwesomeIconProps } from "@fortawesome/react-fontawesome";
3
+ import { Omit, BoxProps } from "@stenajs-webui/core";
4
+ import * as React from "react";
5
+ export interface IconProps extends Omit<FontAwesomeIconProps, "color" | "size" | "icon" | "display">, Pick<BoxProps, "display"> {
6
+ icon?: IconDefinition;
7
+ color?: string;
8
+ size?: number;
9
+ }
10
+ export declare const Icon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<HTMLDivElement>>;
@@ -1,11 +1,11 @@
1
- import { BoxProps } from "@stenajs-webui/core";
2
- import * as React from "react";
3
- import { ComponentPropsWithoutRef } from "react";
4
- export interface LabelProps extends BoxProps {
5
- text: string;
6
- optional?: boolean;
7
- maxCharacters?: number;
8
- textWidth?: BoxProps["width"];
9
- htmlFor?: ComponentPropsWithoutRef<"label">["htmlFor"];
10
- }
11
- export declare const Label: React.FC<LabelProps>;
1
+ import { BoxProps } from "@stenajs-webui/core";
2
+ import * as React from "react";
3
+ import { ComponentPropsWithoutRef } from "react";
4
+ export interface LabelProps extends BoxProps {
5
+ text: string;
6
+ optional?: boolean;
7
+ maxCharacters?: number;
8
+ textWidth?: BoxProps["width"];
9
+ htmlFor?: ComponentPropsWithoutRef<"label">["htmlFor"];
10
+ }
11
+ export declare const Label: React.FC<LabelProps>;
@@ -1,14 +1,14 @@
1
- import * as React from "react";
2
- import { AnchorElementProps } from "@stenajs-webui/core";
3
- import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
4
- export interface LinkProps extends AnchorElementProps {
5
- disabled?: boolean;
6
- disableTabIndex?: boolean;
7
- iconLeft?: IconDefinition;
8
- iconRight?: IconDefinition;
9
- variant?: LinkVariant;
10
- size?: LinkSize;
11
- }
12
- export declare type LinkVariant = "standard" | "caption" | "overline" | "bold";
13
- export declare type LinkSize = "large" | "medium" | "small" | "smaller";
14
- export declare const Link: React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
1
+ import * as React from "react";
2
+ import { AnchorElementProps } from "@stenajs-webui/core";
3
+ import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
4
+ export interface LinkProps extends AnchorElementProps {
5
+ disabled?: boolean;
6
+ disableTabIndex?: boolean;
7
+ iconLeft?: IconDefinition;
8
+ iconRight?: IconDefinition;
9
+ variant?: LinkVariant;
10
+ size?: LinkSize;
11
+ }
12
+ export declare type LinkVariant = "standard" | "caption" | "overline" | "bold";
13
+ export declare type LinkSize = "large" | "medium" | "small" | "smaller";
14
+ export declare const Link: React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
@@ -1,6 +1,6 @@
1
- import * as React from "react";
2
- import { ReactNode } from "react";
3
- export interface ResultListProps {
4
- children?: ReactNode;
5
- }
6
- export declare const ResultList: React.FC<ResultListProps>;
1
+ import * as React from "react";
2
+ import { ReactNode } from "react";
3
+ export interface ResultListProps {
4
+ children?: ReactNode;
5
+ }
6
+ export declare const ResultList: React.FC<ResultListProps>;
@@ -1,9 +1,9 @@
1
- import * as React from "react";
2
- export interface ResultItem {
3
- text: string;
4
- linkText?: string;
5
- onClickLink?: () => void;
6
- }
7
- export interface ResultItemProps extends ResultItem {
8
- }
9
- export declare const ResultListRow: React.FC<ResultItemProps>;
1
+ import * as React from "react";
2
+ export interface ResultItem {
3
+ text: string;
4
+ linkText?: string;
5
+ onClickLink?: () => void;
6
+ }
7
+ export interface ResultItemProps extends ResultItem {
8
+ }
9
+ export declare const ResultListRow: React.FC<ResultItemProps>;
@@ -1,7 +1,7 @@
1
- import * as React from "react";
2
- export interface InputSpinnerProps {
3
- color?: string;
4
- size?: string;
5
- className?: string;
6
- }
7
- export declare const InputSpinner: React.FC<InputSpinnerProps>;
1
+ import * as React from "react";
2
+ export interface InputSpinnerProps {
3
+ color?: string;
4
+ size?: string;
5
+ className?: string;
6
+ }
7
+ export declare const InputSpinner: React.FC<InputSpinnerProps>;
@@ -1,9 +1,9 @@
1
- import * as React from "react";
2
- export interface SpinnerProps {
3
- size?: SpinnerSize;
4
- variant?: SpinnerVariant;
5
- color?: string;
6
- }
7
- export declare type SpinnerVariant = "standard" | "inverted";
8
- export declare type SpinnerSize = "medium" | "small" | "tiny";
9
- export declare const Spinner: React.FC<SpinnerProps>;
1
+ import * as React from "react";
2
+ export interface SpinnerProps {
3
+ size?: SpinnerSize;
4
+ variant?: SpinnerVariant;
5
+ color?: string;
6
+ }
7
+ export declare type SpinnerVariant = "standard" | "inverted";
8
+ export declare type SpinnerSize = "medium" | "small" | "tiny";
9
+ export declare const Spinner: React.FC<SpinnerProps>;
@@ -1,7 +1,7 @@
1
- import * as React from "react";
2
- import { ButtonElementProps } from "@stenajs-webui/core";
3
- import { ButtonContentProps } from "../buttons/common/ButtonContent";
4
- export interface TabProps extends ButtonElementProps, ButtonContentProps {
5
- selected?: boolean;
6
- }
7
- export declare const Tab: React.ForwardRefExoticComponent<TabProps & React.RefAttributes<HTMLButtonElement>>;
1
+ import * as React from "react";
2
+ import { ButtonElementProps } from "@stenajs-webui/core";
3
+ import { ButtonContentProps } from "../buttons/common/ButtonContent";
4
+ export interface TabProps extends ButtonElementProps, ButtonContentProps {
5
+ selected?: boolean;
6
+ }
7
+ export declare const Tab: React.ForwardRefExoticComponent<TabProps & React.RefAttributes<HTMLButtonElement>>;
@@ -1,7 +1,7 @@
1
- import * as React from "react";
2
- import { ReactNode } from "react";
3
- export interface TabMenuProps {
4
- enableBorder?: boolean;
5
- children?: ReactNode;
6
- }
7
- export declare const TabMenu: React.FC<TabMenuProps>;
1
+ import * as React from "react";
2
+ import { ReactNode } from "react";
3
+ export interface TabMenuProps {
4
+ enableBorder?: boolean;
5
+ children?: ReactNode;
6
+ }
7
+ export declare const TabMenu: React.FC<TabMenuProps>;
@@ -1,10 +1,10 @@
1
- import * as React from "react";
2
- export interface TagProps {
3
- variant?: TagVariant;
4
- label?: string;
5
- size?: TagSize;
6
- className?: string;
7
- }
8
- export declare type TagVariant = "info" | "error" | "warning" | "success" | "passive" | "turquoise";
9
- export declare type TagSize = "medium" | "small";
10
- export declare const Tag: React.FC<TagProps>;
1
+ import * as React from "react";
2
+ export interface TagProps {
3
+ variant?: TagVariant;
4
+ label?: string;
5
+ size?: TagSize;
6
+ className?: string;
7
+ }
8
+ export declare type TagVariant = "info" | "error" | "warning" | "success" | "passive" | "turquoise";
9
+ export declare type TagSize = "medium" | "small";
10
+ export declare const Tag: React.FC<TagProps>;
@@ -1,29 +1,29 @@
1
- /// <reference types="react" />
2
- export interface ToggleButtonProps {
3
- /**
4
- * The label of the button.
5
- */
6
- label?: string | number;
7
- /**
8
- * The click handler.
9
- */
10
- onClick?: (pressed: boolean) => void;
11
- /**
12
- * If true, the button will display as pressed.
13
- */
14
- pressed?: boolean;
15
- /**
16
- * If true, the button will have rounded corners on the left side.
17
- */
18
- first?: boolean;
19
- /**
20
- * If true, the button will have rounded corners on the right side.
21
- */
22
- last?: boolean;
23
- /**
24
- * The width of the button.
25
- * @default Width specified in theme.
26
- */
27
- width?: string;
28
- }
29
- export declare const ToggleButton: ({ label, pressed, first, last, width, onClick, }: ToggleButtonProps) => JSX.Element;
1
+ /// <reference types="react" />
2
+ export interface ToggleButtonProps {
3
+ /**
4
+ * The label of the button.
5
+ */
6
+ label?: string | number;
7
+ /**
8
+ * The click handler.
9
+ */
10
+ onClick?: (pressed: boolean) => void;
11
+ /**
12
+ * If true, the button will display as pressed.
13
+ */
14
+ pressed?: boolean;
15
+ /**
16
+ * If true, the button will have rounded corners on the left side.
17
+ */
18
+ first?: boolean;
19
+ /**
20
+ * If true, the button will have rounded corners on the right side.
21
+ */
22
+ last?: boolean;
23
+ /**
24
+ * The width of the button.
25
+ * @default Width specified in theme.
26
+ */
27
+ width?: string;
28
+ }
29
+ export declare const ToggleButton: ({ label, pressed, first, last, width, onClick, }: ToggleButtonProps) => JSX.Element;
@@ -1,8 +1,8 @@
1
- import * as React from "react";
2
- export interface UpDownButtonsProps {
3
- onClickUp?: () => void;
4
- onClickDown?: () => void;
5
- iconColor?: string;
6
- disabled?: boolean;
7
- }
8
- export declare const UpDownButtons: React.FC<UpDownButtonsProps>;
1
+ import * as React from "react";
2
+ export interface UpDownButtonsProps {
3
+ onClickUp?: () => void;
4
+ onClickDown?: () => void;
5
+ iconColor?: string;
6
+ disabled?: boolean;
7
+ }
8
+ export declare const UpDownButtons: React.FC<UpDownButtonsProps>;
@@ -1,10 +1,10 @@
1
- import * as React from "react";
2
- import { ReactNode } from "react";
3
- export declare type ValueTableVariant = "relaxed" | "standard" | "condensed" | "compact";
4
- export interface ValueTableProps {
5
- header?: string;
6
- footer?: string;
7
- variant?: ValueTableVariant;
8
- children?: ReactNode;
9
- }
10
- export declare const ValueTable: React.FC<ValueTableProps>;
1
+ import * as React from "react";
2
+ import { ReactNode } from "react";
3
+ export declare type ValueTableVariant = "relaxed" | "standard" | "condensed" | "compact";
4
+ export interface ValueTableProps {
5
+ header?: string;
6
+ footer?: string;
7
+ variant?: ValueTableVariant;
8
+ children?: ReactNode;
9
+ }
10
+ export declare const ValueTable: React.FC<ValueTableProps>;
@@ -1,10 +1,10 @@
1
- import { BoxProps } from "@stenajs-webui/core";
2
- import * as React from "react";
3
- import { ReactNode } from "react";
4
- export interface ValueTableItemProps {
5
- label: string;
6
- labelIndent?: boolean | number;
7
- value: string | number | boolean | ReactNode | undefined;
8
- alignValue?: BoxProps["justifyContent"];
9
- }
10
- export declare const ValueTableItem: React.FC<ValueTableItemProps>;
1
+ import { BoxProps } from "@stenajs-webui/core";
2
+ import * as React from "react";
3
+ import { ReactNode } from "react";
4
+ export interface ValueTableItemProps {
5
+ label: string;
6
+ labelIndent?: boolean | number;
7
+ value: string | number | boolean | ReactNode | undefined;
8
+ alignValue?: BoxProps["justifyContent"];
9
+ }
10
+ export declare const ValueTableItem: React.FC<ValueTableItemProps>;
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
- export declare const stenaCombined: IconDefinition;
1
+ import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
+ export declare const stenaCombined: IconDefinition;
@@ -1,48 +1,48 @@
1
- import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
- export declare const stenaAngleLeft: IconDefinition;
3
- export declare const stenaAngleRight: IconDefinition;
4
- export declare const stenaAngleUp: IconDefinition;
5
- export declare const stenaAngleDown: IconDefinition;
6
- export declare const stenaArrowLeft: IconDefinition;
7
- export declare const stenaArrowRight: IconDefinition;
8
- export declare const stenaArrowUp: IconDefinition;
9
- export declare const stenaArrowDown: IconDefinition;
10
- export declare const stenaArrowWideLeft: IconDefinition;
11
- export declare const stenaArrowWideRight: IconDefinition;
12
- export declare const stenaArrowWideUp: IconDefinition;
13
- export declare const stenaArrowWideDown: IconDefinition;
14
- export declare const stenaArrowCircleLeft: IconDefinition;
15
- export declare const stenaArrowCircleRight: IconDefinition;
16
- export declare const stenaArrowCircleUp: IconDefinition;
17
- export declare const stenaArrowCircleDown: IconDefinition;
18
- export declare const stenaTrash: IconDefinition;
19
- export declare const stenaTimes: IconDefinition;
20
- export declare const stenaSliders: IconDefinition;
21
- export declare const stenaSearch: IconDefinition;
22
- export declare const stenaRefresh: IconDefinition;
23
- export declare const stenaPlus: IconDefinition;
24
- export declare const stenaPlusCircle: IconDefinition;
25
- export declare const stenaMinus: IconDefinition;
26
- export declare const stenaMinusCircle: IconDefinition;
27
- export declare const stenaPen: IconDefinition;
28
- export declare const stenaHamburger: IconDefinition;
29
- export declare const stenaExclamationTriangle: IconDefinition;
30
- export declare const stenaExclamationTriangleFilled: IconDefinition;
31
- export declare const stenaExclamationCircle: IconDefinition;
32
- export declare const stenaExclamationCircleFilled: IconDefinition;
33
- export declare const stenaInfoCircle: IconDefinition;
34
- export declare const stenaInfoCircleFilled: IconDefinition;
35
- export declare const stenaCopy: IconDefinition;
36
- export declare const stenaCheck: IconDefinition;
37
- export declare const stenaCheckCircle: IconDefinition;
38
- export declare const stenaClear: IconDefinition;
39
- export declare const stenaCalendar: IconDefinition;
40
- export declare const stenaCalendarFilled: IconDefinition;
41
- export declare const stenaClock: IconDefinition;
42
- export declare const stenaBell: IconDefinition;
43
- export declare const stenaBellFilled: IconDefinition;
44
- export declare const stenaUser: IconDefinition;
45
- export declare const stenaUserCircle: IconDefinition;
46
- export declare const stenaPhone: IconDefinition;
47
- export declare const stenaSortUp: IconDefinition;
48
- export declare const stenaSortDown: IconDefinition;
1
+ import { IconDefinition } from "@fortawesome/fontawesome-svg-core";
2
+ export declare const stenaAngleLeft: IconDefinition;
3
+ export declare const stenaAngleRight: IconDefinition;
4
+ export declare const stenaAngleUp: IconDefinition;
5
+ export declare const stenaAngleDown: IconDefinition;
6
+ export declare const stenaArrowLeft: IconDefinition;
7
+ export declare const stenaArrowRight: IconDefinition;
8
+ export declare const stenaArrowUp: IconDefinition;
9
+ export declare const stenaArrowDown: IconDefinition;
10
+ export declare const stenaArrowWideLeft: IconDefinition;
11
+ export declare const stenaArrowWideRight: IconDefinition;
12
+ export declare const stenaArrowWideUp: IconDefinition;
13
+ export declare const stenaArrowWideDown: IconDefinition;
14
+ export declare const stenaArrowCircleLeft: IconDefinition;
15
+ export declare const stenaArrowCircleRight: IconDefinition;
16
+ export declare const stenaArrowCircleUp: IconDefinition;
17
+ export declare const stenaArrowCircleDown: IconDefinition;
18
+ export declare const stenaTrash: IconDefinition;
19
+ export declare const stenaTimes: IconDefinition;
20
+ export declare const stenaSliders: IconDefinition;
21
+ export declare const stenaSearch: IconDefinition;
22
+ export declare const stenaRefresh: IconDefinition;
23
+ export declare const stenaPlus: IconDefinition;
24
+ export declare const stenaPlusCircle: IconDefinition;
25
+ export declare const stenaMinus: IconDefinition;
26
+ export declare const stenaMinusCircle: IconDefinition;
27
+ export declare const stenaPen: IconDefinition;
28
+ export declare const stenaHamburger: IconDefinition;
29
+ export declare const stenaExclamationTriangle: IconDefinition;
30
+ export declare const stenaExclamationTriangleFilled: IconDefinition;
31
+ export declare const stenaExclamationCircle: IconDefinition;
32
+ export declare const stenaExclamationCircleFilled: IconDefinition;
33
+ export declare const stenaInfoCircle: IconDefinition;
34
+ export declare const stenaInfoCircleFilled: IconDefinition;
35
+ export declare const stenaCopy: IconDefinition;
36
+ export declare const stenaCheck: IconDefinition;
37
+ export declare const stenaCheckCircle: IconDefinition;
38
+ export declare const stenaClear: IconDefinition;
39
+ export declare const stenaCalendar: IconDefinition;
40
+ export declare const stenaCalendarFilled: IconDefinition;
41
+ export declare const stenaClock: IconDefinition;
42
+ export declare const stenaBell: IconDefinition;
43
+ export declare const stenaBellFilled: IconDefinition;
44
+ export declare const stenaUser: IconDefinition;
45
+ export declare const stenaUserCircle: IconDefinition;
46
+ export declare const stenaPhone: IconDefinition;
47
+ export declare const stenaSortUp: IconDefinition;
48
+ export declare const stenaSortDown: IconDefinition;
package/dist/index.d.ts CHANGED
@@ -1,42 +1,42 @@
1
- export * from "./icons/ui/IconsUi";
2
- export * from "./icons/misc/IconsMisc";
3
- export * from "./components/ui/banners/banner/Banner";
4
- export * from "./components/ui/banners/result-list-banner/ResultListBanner";
5
- export * from "./components/ui/banners/result-list-banner/hooks/UseResultListBannerState";
6
- export * from "./components/ui/result-list/ResultList";
7
- export * from "./components/ui/result-list/ResultListRow";
8
- export * from "./components/ui/spinner/Spinner";
9
- export * from "./components/ui/spinner/InputSpinner";
10
- export * from "./components/ui/bread-crumbs/BreadCrumbs";
11
- export * from "./components/ui/bread-crumbs/Crumb";
12
- export * from "./components/ui/buttons/FlatButton";
13
- export * from "./components/ui/buttons/PrimaryButton";
14
- export * from "./components/ui/buttons/SecondaryButton";
15
- export * from "./components/ui/buttons/common/ButtonCommon";
16
- export * from "./components/ui/buttons/common/ButtonContent";
17
- export * from "./components/ui/button-links/FlatButtonLink";
18
- export * from "./components/ui/button-links/PrimaryButtonLink";
19
- export * from "./components/ui/button-links/SecondaryButtonLink";
20
- export * from "./components/ui/button-group/ButtonGroup";
21
- export * from "./components/ui/up-down-buttons/UpDownButtons";
22
- export * from "./components/ui/icon/Icon";
23
- export * from "./components/ui/cards/Card";
24
- export * from "./components/ui/cards/CardHeader";
25
- export * from "./components/ui/cards/CardBody";
26
- export * from "./components/ui/chip/Chip";
27
- export * from "./components/ui/label/Label";
28
- export * from "./components/ui/link/Link";
29
- export * from "./components/ui/badge/Badge";
30
- export * from "./components/ui/badge/WithBadge";
31
- export * from "./components/ui/toggle-button/ToggleButton";
32
- export * from "./components/ui/action-menu/ActionMenu";
33
- export * from "./components/ui/action-menu/ActionMenuContext";
34
- export * from "./components/ui/action-menu/ActionMenuLink";
35
- export * from "./components/ui/action-menu/ActionMenuItem";
36
- export * from "./components/ui/action-menu/ActionMenuItemContent";
37
- export * from "./components/ui/action-menu/ActionMenuSeparator";
38
- export * from "./components/ui/tabs/Tab";
39
- export * from "./components/ui/tabs/TabMenu";
40
- export * from "./components/ui/tag/Tag";
41
- export * from "./components/ui/value-table/ValueTable";
42
- export * from "./components/ui/value-table/ValueTableItem";
1
+ export * from "./icons/ui/IconsUi";
2
+ export * from "./icons/misc/IconsMisc";
3
+ export * from "./components/ui/banners/banner/Banner";
4
+ export * from "./components/ui/banners/result-list-banner/ResultListBanner";
5
+ export * from "./components/ui/banners/result-list-banner/hooks/UseResultListBannerState";
6
+ export * from "./components/ui/result-list/ResultList";
7
+ export * from "./components/ui/result-list/ResultListRow";
8
+ export * from "./components/ui/spinner/Spinner";
9
+ export * from "./components/ui/spinner/InputSpinner";
10
+ export * from "./components/ui/bread-crumbs/BreadCrumbs";
11
+ export * from "./components/ui/bread-crumbs/Crumb";
12
+ export * from "./components/ui/buttons/FlatButton";
13
+ export * from "./components/ui/buttons/PrimaryButton";
14
+ export * from "./components/ui/buttons/SecondaryButton";
15
+ export * from "./components/ui/buttons/common/ButtonCommon";
16
+ export * from "./components/ui/buttons/common/ButtonContent";
17
+ export * from "./components/ui/button-links/FlatButtonLink";
18
+ export * from "./components/ui/button-links/PrimaryButtonLink";
19
+ export * from "./components/ui/button-links/SecondaryButtonLink";
20
+ export * from "./components/ui/button-group/ButtonGroup";
21
+ export * from "./components/ui/up-down-buttons/UpDownButtons";
22
+ export * from "./components/ui/icon/Icon";
23
+ export * from "./components/ui/cards/Card";
24
+ export * from "./components/ui/cards/CardHeader";
25
+ export * from "./components/ui/cards/CardBody";
26
+ export * from "./components/ui/chip/Chip";
27
+ export * from "./components/ui/label/Label";
28
+ export * from "./components/ui/link/Link";
29
+ export * from "./components/ui/badge/Badge";
30
+ export * from "./components/ui/badge/WithBadge";
31
+ export * from "./components/ui/toggle-button/ToggleButton";
32
+ export * from "./components/ui/action-menu/ActionMenu";
33
+ export * from "./components/ui/action-menu/ActionMenuContext";
34
+ export * from "./components/ui/action-menu/ActionMenuLink";
35
+ export * from "./components/ui/action-menu/ActionMenuItem";
36
+ export * from "./components/ui/action-menu/ActionMenuItemContent";
37
+ export * from "./components/ui/action-menu/ActionMenuSeparator";
38
+ export * from "./components/ui/tabs/Tab";
39
+ export * from "./components/ui/tabs/TabMenu";
40
+ export * from "./components/ui/tag/Tag";
41
+ export * from "./components/ui/value-table/ValueTable";
42
+ export * from "./components/ui/value-table/ValueTableItem";