@heliosgraphics/ui 2.0.0-alpha.75 → 2.0.0-alpha.77
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/components/Alert/Alert.meta.ts +1 -1
- package/components/Alert/Alert.tsx +6 -2
- package/components/Alert/Alert.types.ts +3 -1
- package/components/Breadcrumb/Breadcrumb.meta.ts +1 -1
- package/components/Breadcrumb/Breadcrumb.tsx +3 -1
- package/components/Browser/Browser.meta.ts +1 -1
- package/components/Button/Button.meta.ts +1 -1
- package/components/Button/Button.types.ts +4 -1
- package/components/ButtonGroup/ButtonGroup.meta.ts +1 -1
- package/components/Checkbox/Checkbox.meta.ts +1 -1
- package/components/Checkbox/Checkbox.tsx +3 -1
- package/components/Checkbox/Checkbox.types.ts +1 -1
- package/components/Clock/Clock.meta.ts +1 -1
- package/components/Column/Column.meta.ts +1 -1
- package/components/Column/Column.types.ts +1 -1
- package/components/Confirm/Confirm.meta.ts +1 -1
- package/components/Confirm/Confirm.tsx +5 -1
- package/components/Confirm/Confirm.types.ts +3 -1
- package/components/DatePicker/DatePicker.meta.ts +1 -1
- package/components/Debug/Debug.meta.ts +1 -1
- package/components/Debug/Debug.tsx +5 -1
- package/components/Debug/Debug.types.ts +1 -1
- package/components/Details/Details.meta.ts +1 -1
- package/components/Details/Details.tsx +2 -1
- package/components/Dialog/Dialog.meta.ts +1 -1
- package/components/Dialog/Dialog.tsx +4 -1
- package/components/Donut/Donut.meta.ts +1 -1
- package/components/Donut/Donut.tsx +1 -1
- package/components/Donut/Donut.types.ts +1 -1
- package/components/Dot/Dot.meta.ts +1 -1
- package/components/Dot/Dot.types.ts +2 -1
- package/components/Dropdown/Dropdown.meta.ts +1 -1
- package/components/Dropdown/Dropdown.types.ts +2 -1
- package/components/Fieldset/Fieldset.meta.ts +1 -1
- package/components/Flex/Flex.meta.ts +1 -1
- package/components/Flex/Flex.types.ts +2 -1
- package/components/Flex/Flex.utils.ts +1 -1
- package/components/Grid/Grid.meta.ts +1 -1
- package/components/Heading/Heading.meta.ts +1 -1
- package/components/Heading/Heading.types.ts +1 -1
- package/components/Heading/components/H0/H0.meta.ts +1 -1
- package/components/Heading/components/H1/H1.meta.ts +1 -1
- package/components/Heading/components/H2/H2.meta.ts +1 -1
- package/components/Heading/components/H3/H3.meta.ts +1 -1
- package/components/Heading/components/H4/H4.meta.ts +1 -1
- package/components/Heading/components/H5/H5.meta.ts +1 -1
- package/components/Heading/components/H6/H6.meta.ts +1 -1
- package/components/Icon/Icon.meta.ts +1 -1
- package/components/Icon/Icon.types.ts +2 -1
- package/components/Input/Input.meta.ts +1 -1
- package/components/Input/Input.tsx +6 -2
- package/components/Input/Input.types.ts +1 -1
- package/components/Layout/Layout.meta.ts +1 -1
- package/components/Layout/components/LayoutAside/LayoutAside.meta.ts +1 -1
- package/components/Layout/components/LayoutAside/components/LayoutAsideContent/LayoutAsideContent.meta.ts +1 -1
- package/components/Layout/components/LayoutAside/components/LayoutAsideToggle/LayoutAsideToggle.meta.ts +1 -1
- package/components/Layout/components/LayoutMain/LayoutMain.meta.ts +1 -1
- package/components/Layout/components/LayoutMain/components/LayoutMainContent/LayoutMainContent.meta.ts +1 -1
- package/components/Layout/components/LayoutNavigation/LayoutNavigation.meta.ts +1 -1
- package/components/Layout/components/LayoutNavigation/LayoutNavigation.types.ts +1 -1
- package/components/Layout/components/LayoutSubNavigation/LayoutSubNavigation.meta.ts +1 -1
- package/components/Layout/components/LayoutSubNavigation/LayoutSubNavigation.types.ts +1 -1
- package/components/Loading/Loading.meta.ts +1 -1
- package/components/Loading/Loading.types.ts +1 -1
- package/components/Markdown/Markdown.meta.ts +1 -1
- package/components/Markdown/Markdown.module.css +6 -0
- package/components/Masonry/Masonry.meta.ts +1 -1
- package/components/Menu/Menu.meta.ts +1 -1
- package/components/Menu/components/MenuCategory/MenuCategory.meta.ts +1 -1
- package/components/Menu/components/MenuCategory/MenuCategory.tsx +3 -1
- package/components/Menu/components/MenuFilter/MenuFilter.meta.ts +1 -1
- package/components/Menu/components/MenuFilter/MenuFilter.tsx +1 -1
- package/components/Menu/components/MenuItem/MenuItem.meta.ts +1 -1
- package/components/Menu/components/MenuItem/MenuItem.tsx +5 -1
- package/components/Menu/components/MenuItem/MenuItem.types.ts +2 -1
- package/components/Overlay/Overlay.meta.ts +1 -1
- package/components/Pie/Pie.meta.ts +1 -1
- package/components/Pie/Pie.types.ts +1 -1
- package/components/Pill/Pill.meta.ts +1 -1
- package/components/Pill/Pill.tsx +3 -1
- package/components/Pill/Pill.types.ts +3 -1
- package/components/Placeholder/Placeholder.meta.ts +1 -1
- package/components/Placeholder/Placeholder.tsx +2 -1
- package/components/Progress/Progress.meta.ts +1 -1
- package/components/Progress/Progress.types.ts +1 -1
- package/components/Radio/Radio.meta.ts +1 -1
- package/components/Radio/Radio.tsx +2 -1
- package/components/Segments/Segments.meta.ts +1 -1
- package/components/Segments/Segments.tsx +1 -1
- package/components/Segments/components/SegmentButton/SegmentButton.meta.ts +1 -1
- package/components/Segments/components/SegmentButton/SegmentButton.tsx +2 -2
- package/components/Segments/components/SegmentButton/SegmentButton.types.ts +1 -1
- package/components/Select/Select.meta.ts +1 -1
- package/components/Select/Select.tsx +2 -1
- package/components/Separator/Separator.meta.ts +1 -1
- package/components/Separator/Separator.types.ts +1 -1
- package/components/Separator/components/HRMarkup/HRMarkup.meta.ts +1 -1
- package/components/Separator/components/HorizontalSeparator/HorizontalSeparator.meta.ts +1 -1
- package/components/Separator/components/VerticalSeparator/VerticalSeparator.meta.ts +1 -1
- package/components/Setup/Setup.meta.ts +1 -1
- package/components/Shimmer/Shimmer.meta.ts +1 -1
- package/components/Slider/Slider.meta.ts +1 -1
- package/components/Spacer/Spacer.meta.ts +1 -1
- package/components/Table/Table.meta.ts +1 -1
- package/components/Tabs/Tabs.meta.ts +1 -1
- package/components/Tabs/Tabs.tsx +1 -1
- package/components/Text/Text.meta.ts +1 -1
- package/components/Text/Text.types.ts +1 -1
- package/components/Text/components/Div/Div.meta.ts +1 -1
- package/components/Text/components/Micro/Micro.meta.ts +1 -1
- package/components/Text/components/P/P.meta.ts +1 -1
- package/components/Text/components/Small/Small.meta.ts +1 -1
- package/components/Text/components/Tiny/Tiny.meta.ts +1 -1
- package/components/Textarea/Textarea.meta.ts +1 -1
- package/components/Textarea/Textarea.tsx +1 -1
- package/components/Tile/Tile.meta.ts +1 -1
- package/components/Tile/Tile.tsx +4 -2
- package/components/Tile/Tile.types.ts +2 -1
- package/components/Timestamp/Timestamp.meta.ts +1 -1
- package/components/Toggle/Toggle.meta.ts +1 -1
- package/components/Toggle/Toggle.tsx +2 -1
- package/components/Toggle/Toggle.types.ts +1 -1
- package/components/Tooltip/Tooltip.meta.ts +1 -1
- package/components/Tooltip/components/TooltipContent/TooltipContent.meta.ts +1 -1
- package/components/Tooltip/components/TooltipContent/TooltipContent.tsx +1 -1
- package/components/Tooltip/components/TooltipTrigger/TooltipTrigger.meta.ts +1 -1
- package/components/shared/InputLabel/InputLabel.meta.ts +1 -1
- package/components/shared/ResultList/ResultList.meta.ts +1 -1
- package/components/shared/ResultList/ResultList.tsx +4 -1
- package/components/shared/ResultList/ResultList.types.ts +1 -1
- package/constants/colors.ts +1 -1
- package/constants/components.ts +1 -1
- package/constants/emphasis.ts +1 -1
- package/constants/meta.ts +4 -7
- package/constants/scale.ts +1 -1
- package/constants/scope.ts +7 -2
- package/hooks/useTheme.tsx +1 -1
- package/package.json +2 -1
- package/types/scope.ts +11 -15
- package/utils/colors.ts +2 -2
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
|
|
3
3
|
import { FC } from "react"
|
|
4
|
-
import { Flex
|
|
4
|
+
import { Flex } from "../../../Flex"
|
|
5
|
+
import { Pill } from "../../../Pill"
|
|
6
|
+
import { Icon } from "../../../Icon"
|
|
7
|
+
import { Text } from "../../../Text"
|
|
8
|
+
import { useLayoutContext } from "../../../../hooks/useLayoutContext"
|
|
5
9
|
import { getClasses } from "@heliosgraphics/utils"
|
|
6
10
|
import styles from "./MenuItem.module.css"
|
|
7
11
|
import type { MenuItemProps } from "./MenuItem.types"
|
package/components/Pill/Pill.tsx
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { getClasses } from "@heliosgraphics/utils/classnames"
|
|
2
2
|
import { getColorClasses } from "../../utils/colors"
|
|
3
|
-
import { Flex
|
|
3
|
+
import { Flex } from "../Flex"
|
|
4
|
+
import { Text } from "../Text"
|
|
5
|
+
import { Icon } from "../Icon"
|
|
4
6
|
import styles from "./Pill.module.css"
|
|
5
7
|
import type { FC } from "react"
|
|
6
8
|
import type { PillProps } from "./Pill.types"
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import type { MouseEventHandler } from "react"
|
|
2
|
-
import type { HeliosIconType
|
|
2
|
+
import type { HeliosIconType } from "../../types/icons"
|
|
3
|
+
import type { HeliosSizeType } from "../../types/scale"
|
|
4
|
+
import type { HeliosColorType, HeliosAppearanceType } from "../../types/colors"
|
|
3
5
|
|
|
4
6
|
export interface PillProps {
|
|
5
7
|
appearance?: HeliosAppearanceType
|
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
import { useId } from "react"
|
|
4
4
|
import { getClasses } from "@heliosgraphics/utils/classnames"
|
|
5
5
|
import { getColorClasses } from "../../utils/colors"
|
|
6
|
-
import { Flex
|
|
6
|
+
import { Flex } from "../Flex"
|
|
7
|
+
import { Text } from "../Text"
|
|
7
8
|
import styles from "./Radio.module.css"
|
|
8
9
|
import type { FC } from "react"
|
|
9
10
|
import type { RadioProps } from "./Radio.types"
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
cloneElement,
|
|
12
12
|
type ReactElement,
|
|
13
13
|
} from "react"
|
|
14
|
-
import { Flex } from "
|
|
14
|
+
import { Flex } from "../Flex"
|
|
15
15
|
import styles from "./Segments.module.css"
|
|
16
16
|
import { getClasses } from "@heliosgraphics/utils"
|
|
17
17
|
import { SegmentButton } from "./components/SegmentButton"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import styles from "./SegmentButton.module.css"
|
|
2
2
|
import { forwardRef } from "react"
|
|
3
3
|
import { getClasses } from "@heliosgraphics/utils"
|
|
4
|
-
import { Icon } from "
|
|
5
|
-
import type { HeliosIconType } from "
|
|
4
|
+
import { Icon } from "../../../Icon"
|
|
5
|
+
import type { HeliosIconType } from "../../../../types/icons"
|
|
6
6
|
import type { SegmentButtonProps } from "./SegmentButton.types"
|
|
7
7
|
|
|
8
8
|
export const SegmentButton = forwardRef<HTMLButtonElement, SegmentButtonProps>(
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
|
|
3
|
-
import { Flex
|
|
3
|
+
import { Flex } from "../Flex"
|
|
4
|
+
import { Icon } from "../Icon"
|
|
4
5
|
import { getClasses } from "@heliosgraphics/utils/classnames"
|
|
5
6
|
import { useId, type FC } from "react"
|
|
6
7
|
import { InputLabel } from "../shared/InputLabel"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { HeliosAttributeMeta } from "
|
|
1
|
+
import type { HeliosAttributeMeta } from "../../../../types/meta"
|
|
2
2
|
import type { HorizontalSeparatorProps } from "./HorizontalSeparator.types"
|
|
3
3
|
|
|
4
4
|
export const meta: HeliosAttributeMeta<HorizontalSeparatorProps> = {
|
package/components/Tabs/Tabs.tsx
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { useState, type FC } from "react"
|
|
4
4
|
import { TabsProps } from "./Tabs.types"
|
|
5
5
|
import styles from "./Tabs.module.css"
|
|
6
|
-
import { Text } from "
|
|
6
|
+
import { Text } from "../Text"
|
|
7
7
|
|
|
8
8
|
export const Tabs: FC<TabsProps> = ({ active: activeNumber, items, sections }) => {
|
|
9
9
|
const [active, setActive] = useState(activeNumber || 0)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
|
|
3
3
|
import { getClasses } from "@heliosgraphics/utils/classnames"
|
|
4
|
-
import { Text } from "
|
|
4
|
+
import { Text } from "../Text"
|
|
5
5
|
import { useId, useRef, useEffect } from "react"
|
|
6
6
|
import { InputLabel } from "../shared/InputLabel"
|
|
7
7
|
import styles from "./Textarea.module.css"
|
package/components/Tile/Tile.tsx
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
import { getClasses } from "@heliosgraphics/utils/classnames"
|
|
3
3
|
import { getColorClasses } from "../../utils/colors"
|
|
4
|
-
import { Icon
|
|
4
|
+
import { Icon } from "../Icon"
|
|
5
|
+
import { Text } from "../Text"
|
|
6
|
+
import { Flex } from "../Flex"
|
|
5
7
|
import styles from "./Tile.module.css"
|
|
6
8
|
import { type FC } from "react"
|
|
7
9
|
import type { TileProps } from "./Tile.types"
|
|
8
|
-
import type { HeliosColorType } from "
|
|
10
|
+
import type { HeliosColorType } from "../../types/colors"
|
|
9
11
|
|
|
10
12
|
export const Tile: FC<TileProps> = ({
|
|
11
13
|
size,
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { MouseEventHandler } from "react"
|
|
2
|
-
import type { HeliosIconType
|
|
2
|
+
import type { HeliosIconType } from "../../types/icons"
|
|
3
|
+
import type { HeliosColorType, HeliosAppearanceType } from "../../types/colors"
|
|
3
4
|
|
|
4
5
|
export interface TileProps {
|
|
5
6
|
appearance?: HeliosAppearanceType
|
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
import { useId } from "react"
|
|
4
4
|
import { getClasses } from "@heliosgraphics/utils/classnames"
|
|
5
5
|
import { getColorClasses } from "../../utils/colors"
|
|
6
|
-
import { INTENTION_COLOR_MAP
|
|
6
|
+
import { INTENTION_COLOR_MAP } from "../../constants/intentions"
|
|
7
|
+
import { Text } from "../Text"
|
|
7
8
|
import styles from "./Toggle.module.css"
|
|
8
9
|
import type { FC } from "react"
|
|
9
10
|
import type { ToggleProps } from "./Toggle.types"
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { getClasses } from "@heliosgraphics/utils/classnames"
|
|
2
|
-
import { Checkbox
|
|
2
|
+
import { Checkbox } from "../../Checkbox"
|
|
3
|
+
import { Flex } from "../../Flex"
|
|
4
|
+
import { Icon } from "../../Icon"
|
|
5
|
+
import { Text } from "../../Text"
|
|
3
6
|
import styles from "./ResultList.module.css"
|
|
4
7
|
import { forwardRef } from "react"
|
|
5
8
|
import type { ChangeEvent } from "react"
|
package/constants/colors.ts
CHANGED
package/constants/components.ts
CHANGED
package/constants/emphasis.ts
CHANGED
package/constants/meta.ts
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type HeliosColorType,
|
|
6
|
-
type HeliosIconType,
|
|
7
|
-
} from ".."
|
|
1
|
+
import { COMPONENTS } from "./components"
|
|
2
|
+
import type { HeliosComponentStatusType, HeliosComponentCategoryType } from "../types/meta"
|
|
3
|
+
import type { HeliosColorType } from "../types/colors"
|
|
4
|
+
import type { HeliosIconType } from "../types/icons"
|
|
8
5
|
|
|
9
6
|
export const STATUS_COLORS: Record<HeliosComponentStatusType, HeliosColorType> = {
|
|
10
7
|
experimental: "pink",
|
package/constants/scale.ts
CHANGED
package/constants/scope.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import type { Scope } from "../types/scope"
|
|
2
|
-
import type { BreadcrumbItem
|
|
2
|
+
import type { BreadcrumbItem } from "../components/Breadcrumb/Breadcrumb.types"
|
|
3
|
+
import type { SelectItem } from "../components/Select/Select.types"
|
|
4
|
+
import type { PieItem } from "../components/Pie/Pie.types"
|
|
5
|
+
import type { ResultItem } from "../components/shared/ResultList/ResultList.types"
|
|
3
6
|
|
|
4
7
|
const BREADCRUMB_ITEMS: Array<BreadcrumbItem> = [
|
|
5
8
|
{ name: "Index", href: "/", onClick: () => null },
|
|
@@ -62,7 +65,9 @@ Integer leo est, lobortis at nulla at, tempus dignissim velit. ~~Suspendisse dig
|
|
|
62
65
|
---
|
|
63
66
|
|
|
64
67
|
- First item
|
|
65
|
-
- Second item
|
|
68
|
+
- Second item<sup>1</sup>
|
|
69
|
+
- Third item
|
|
70
|
+
- Orci varius natoque penatibus<sub>2</sub>
|
|
66
71
|
|
|
67
72
|
Orci varius natoque penatibus et <a>magnis dis parturient</a> montes, nascetur ridiculus mus. Aenean varius non magna dapibus pharetra. Pellentesque eget sapien sit amet massa dapibus lacinia. Integer auctor pulvinar erat, non pharetra felis fermentum ac.
|
|
68
73
|
|
package/hooks/useTheme.tsx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client"
|
|
2
2
|
|
|
3
3
|
import { useCallback, useEffect, useState } from "react"
|
|
4
|
-
import type { HeliosThemeType } from "
|
|
4
|
+
import type { HeliosThemeType } from "../types/themes"
|
|
5
5
|
|
|
6
6
|
export const useTheme = (): { theme: HeliosThemeType; isDark: boolean; toggleTheme: () => void } => {
|
|
7
7
|
const [theme, setTheme] = useState<HeliosThemeType | null>(null)
|
package/package.json
CHANGED
package/types/scope.ts
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
PieItem,
|
|
13
|
-
ResultItem,
|
|
14
|
-
SelectItem,
|
|
15
|
-
} from ".."
|
|
1
|
+
import type { BreadcrumbItem } from "../components/Breadcrumb/Breadcrumb.types"
|
|
2
|
+
import type { ButtonGroupProps } from "../components/ButtonGroup/ButtonGroup.types"
|
|
3
|
+
import type { DonutSizeType } from "../components/Donut/Donut.types"
|
|
4
|
+
import type { PieItem } from "../components/Pie/Pie.types"
|
|
5
|
+
import type { ResultItem } from "../components/shared/ResultList/ResultList.types"
|
|
6
|
+
import type { SelectItem } from "../components/Select/Select.types"
|
|
7
|
+
import type { HeliosColorType } from "./colors"
|
|
8
|
+
import type { HeliosIconType } from "./icons"
|
|
9
|
+
import type { HeliosEmphasisType, HeliosIntentionType } from "./intentions"
|
|
10
|
+
import type { HeliosPositionType } from "./positions"
|
|
11
|
+
import type { HeliosScaleType, HeliosSizeType } from "./scale"
|
|
16
12
|
|
|
17
13
|
export interface Scope {
|
|
18
14
|
APPEARANCE: "light" | "dark"
|
package/utils/colors.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { COLORS } from "
|
|
2
|
-
import type { HeliosAppearanceType, HeliosColorType } from "
|
|
1
|
+
import { COLORS } from "../constants/colors"
|
|
2
|
+
import type { HeliosAppearanceType, HeliosColorType } from "../types/colors"
|
|
3
3
|
|
|
4
4
|
export const getColorClasses = (
|
|
5
5
|
consideredColor: HeliosColorType,
|