@amsterdamdatalabs/enact-design-system 0.1.19 → 0.1.24
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/dist/components/ai/ContextSourceList/ContextSourceList.d.ts +21 -0
- package/dist/components/ai/ContextSourceList/index.d.ts +1 -0
- package/dist/components/ai/ConversationContextPanel/ConversationContextPanel.d.ts +39 -6
- package/dist/components/ai/ConversationContextPanel/index.d.ts +1 -1
- package/dist/components/core/Avatar/Avatar.d.ts +1 -1
- package/dist/components/core/Badge/Badge.d.ts +1 -1
- package/dist/components/core/Card/Card.d.ts +2 -2
- package/dist/components/core/Card/CardAction.d.ts +1 -1
- package/dist/components/core/Card/CardContent.d.ts +3 -1
- package/dist/components/core/Card/CardTitle.d.ts +4 -2
- package/dist/components/data/Table/Table.d.ts +1 -1
- package/dist/components/forms/Input/Input.d.ts +1 -1
- package/dist/components/forms/Select/Select.d.ts +1 -1
- package/dist/components/forms/Slider/Slider.d.ts +3 -1
- package/dist/components/layout/PanelDock/PanelDock.d.ts +4 -1
- package/dist/components/layout/SettingsShellView/SettingsShellView.d.ts +7 -3
- package/dist/components/navigation/ComposerMenuTrigger/ComposerMenuTrigger.d.ts +6 -1
- package/dist/components/navigation/FileTree/FileTree.d.ts +3 -0
- package/dist/components/navigation/FileTree/index.d.ts +1 -1
- package/dist/components/navigation/NavList/NavList.d.ts +1 -1
- package/dist/components/navigation/SegmentedControl/SegmentedControl.d.ts +1 -1
- package/dist/components/navigation/SidebarQuickNav/SidebarQuickNav.d.ts +1 -1
- package/dist/components/navigation/SidebarTree/SidebarTree.d.ts +3 -1
- package/dist/components/navigation/SplitActionMenu/SplitActionMenu.d.ts +2 -0
- package/dist/components/navigation/Tabs/Tabs.d.ts +1 -1
- package/dist/components/navigation/WorkspaceLauncher/WorkspaceLauncher.d.ts +3 -1
- package/dist/components/overlay/Menu/ContextMenu.d.ts +2 -2
- package/dist/components/overlay/Menu/Menu.d.ts +4 -2
- package/dist/components/shell/AgentSessionStarter/AgentSessionStarter.d.ts +3 -1
- package/dist/components/shell/AppShell/AppShell.d.ts +1 -1
- package/dist/components/shell/ChatNavigationToolbar/ChatNavigationToolbar.d.ts +10 -1
- package/dist/components/shell/TabbedColumnContentFrame/TabbedColumnContentFrame.d.ts +4 -1
- package/dist/components/shell/WorkAreaLayout/WorkAreaLayout.d.ts +8 -1
- package/dist/components/showcase/application/ApplicationShowcase.d.ts +1 -1
- package/dist/components/showcase/cards/widgets/Forms.d.ts +1 -1
- package/dist/components/showcase/charts/chartPreviewData.d.ts +1 -1
- package/dist/components/showcase/components/catalog.d.ts +4 -1
- package/dist/components/showcase/components/demos/index.d.ts +1 -1
- package/dist/components/showcase/components/demos/interactive-demos.d.ts +1 -0
- package/dist/components/showcase/mail/AccountSwitcher.d.ts +1 -1
- package/dist/components/showcase/mail/MailDisplay.d.ts +1 -1
- package/dist/components/showcase/mail/MailShowcase.d.ts +1 -1
- package/dist/components/showcase/mail/mailAccounts.d.ts +1 -1
- package/dist/components/showcase/mail/mailData.d.ts +2 -2
- package/dist/components/showcase/marketing/MarketingIcons.d.ts +1 -1
- package/dist/components/showcase/marketing/MarketingShowcase.d.ts +1 -1
- package/dist/components/showcase/typography/TypographyShowcase.d.ts +1 -1
- package/dist/components/system/AppearanceSwitch/AppearanceSwitch.d.ts +1 -1
- package/dist/components/system/AppearanceSwitch/AppearanceToggleButton.d.ts +1 -1
- package/dist/components/system/ThemeCustomizer/SliderWithInput.d.ts +2 -1
- package/dist/components/system/ThemeCustomizer/ThemeSlider.d.ts +1 -1
- package/dist/components/system/ThemeCustomizer/theme-color-catalog.d.ts +3 -3
- package/dist/components/system/ThemeProvider/theme-helpers.d.ts +14 -3
- package/dist/enact-design-system.css +1 -1
- package/dist/icons/inspect.d.ts +1 -1
- package/dist/icons/sparkles.d.ts +1 -1
- package/dist/icons/trending-down.d.ts +1 -1
- package/dist/icons/trending-up.d.ts +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.js +15498 -15269
- package/dist/shared/utils/color.d.ts +1 -1
- package/dist/shared/utils/hsl-color.d.ts +1 -1
- package/dist/tokens/theme-families.generated.d.ts +41 -521
- package/dist/tokens/theme-preset-types.d.ts +1 -0
- package/dist/tokens/themes.d.ts +42 -522
- package/dist/tokens.css +738 -476
- package/package.json +17 -8
- package/dist/components/showcase/layout-showcase/LayoutShowcase.d.ts +0 -2
- package/dist/components/showcase/layout-showcase/index.d.ts +0 -1
- package/dist/tokens/theme-catalog.d.ts +0 -8
package/dist/icons/inspect.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { IconProps } from "@enact/types";
|
|
2
|
-
/** Lucide `Inspect` (square-mouse-pointer) — element picker parity with
|
|
2
|
+
/** Lucide `Inspect` (square-mouse-pointer) — element picker parity with reference. */
|
|
3
3
|
declare const SvgInspect: ({ size, ...props }: IconProps) => import("react").JSX.Element;
|
|
4
4
|
export default SvgInspect;
|
package/dist/icons/sparkles.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { IconProps } from "@enact/types";
|
|
2
|
-
/** Lucide sparkles — multi-star AI mark (
|
|
2
|
+
/** Lucide sparkles — multi-star AI mark (reference generate tab). */
|
|
3
3
|
declare const SvgSparkles: ({ size, ...props }: IconProps) => import("react").JSX.Element;
|
|
4
4
|
export default SvgSparkles;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { IconProps } from "@enact/types";
|
|
2
|
-
/** Lucide `trending-down` — wavy downtrend line used in
|
|
2
|
+
/** Lucide `trending-down` — wavy downtrend line used in reference KPI badges. */
|
|
3
3
|
declare const SvgTrendingDown: ({ size, ...props }: IconProps) => import("react").JSX.Element;
|
|
4
4
|
export default SvgTrendingDown;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { IconProps } from "@enact/types";
|
|
2
|
-
/** Lucide `trending-up` — wavy uptrend line used in
|
|
2
|
+
/** Lucide `trending-up` — wavy uptrend line used in reference chart footers. */
|
|
3
3
|
declare const SvgTrendingUp: ({ size, ...props }: IconProps) => import("react").JSX.Element;
|
|
4
4
|
export default SvgTrendingUp;
|
package/dist/index.d.ts
CHANGED
|
@@ -17,7 +17,8 @@ export { ApprovalRequestCard, type ApprovalRequestCardLabels, type ApprovalReque
|
|
|
17
17
|
export { AssistantTranscriptMessageView, type AssistantTranscriptMessageViewProps, } from "./components/ai/AssistantTranscriptMessageView";
|
|
18
18
|
export { CitationDisclosure, type CitationDisclosureItem, type CitationDisclosureProps, } from "./components/ai/CitationDisclosure";
|
|
19
19
|
export { type ComposerControlState, ComposerInput, type ComposerInputProps, ComposerToolbar, type ComposerToolbarProps, } from "./components/ai/ComposerInput";
|
|
20
|
-
export {
|
|
20
|
+
export { ContextSourceList, type ContextSourceListItem, type ContextSourceListLayout, type ContextSourceListProps, } from "./components/ai/ContextSourceList";
|
|
21
|
+
export { type ConversationContextFolder, type ConversationContextOutput, ConversationContextPanel, type ConversationContextPanelLabels, type ConversationContextPanelProps, type ConversationContextPanelState, type ConversationContextSource, type ConversationContextStep, type ConversationContextStepStatus, type ConversationContextSummaryRow, } from "./components/ai/ConversationContextPanel";
|
|
21
22
|
export { ConversationMessageView, type ConversationMessageViewProps, } from "./components/ai/ConversationMessageView";
|
|
22
23
|
export { DictationControls, type DictationControlsProps, type DictationLabels, DictationOverlay, type DictationOverlayProps, type DictationState, } from "./components/ai/DictationControls";
|
|
23
24
|
export { EditedFilesSummary, type EditedFilesSummaryFile, type EditedFilesSummaryLabels, type EditedFilesSummaryProps, } from "./components/ai/EditedFilesSummary";
|
|
@@ -161,7 +162,7 @@ export { Breadcrumb, type BreadcrumbItem, type BreadcrumbProps, } from "./compon
|
|
|
161
162
|
export { ChapterMarkers, type ChapterMarkersProps, } from "./components/navigation/ChapterMarkers";
|
|
162
163
|
export { ComposerMenuTrigger, type ComposerMenuTriggerProps, } from "./components/navigation/ComposerMenuTrigger";
|
|
163
164
|
export { DirectorySearchPicker, type DirectorySearchPickerLabels, type DirectorySearchPickerOption, type DirectorySearchPickerProps, } from "./components/navigation/DirectorySearchPicker";
|
|
164
|
-
export { FileTree, type FileTreeLabels, type FileTreeNode, type FileTreeNodeAction, type FileTreeNodeKind, type FileTreeNodeMetadata, type FileTreeProps, type FileTreeState, } from "./components/navigation/FileTree";
|
|
165
|
+
export { FileTree, type FileTreeIconTone, type FileTreeLabels, type FileTreeNode, type FileTreeNodeAction, type FileTreeNodeKind, type FileTreeNodeMetadata, type FileTreeProps, type FileTreeState, } from "./components/navigation/FileTree";
|
|
165
166
|
export { HeaderToggleButtonView, type HeaderToggleButtonViewProps, headerIconSlotStyle, } from "./components/navigation/HeaderToggleButton";
|
|
166
167
|
export { type HostMethodChoice, HostMethodChooser, type HostMethodChooserProps, } from "./components/navigation/HostMethodChooser";
|
|
167
168
|
export { NavList, type NavListItem, type NavListProps, type NavListSection, } from "./components/navigation/NavList";
|
|
@@ -238,6 +239,7 @@ export interface AppThemeChrome {
|
|
|
238
239
|
diffRemoved: string;
|
|
239
240
|
foreground: string;
|
|
240
241
|
ink: string;
|
|
242
|
+
materialMode: "off" | "on";
|
|
241
243
|
opaqueWindows: boolean;
|
|
242
244
|
skill: string;
|
|
243
245
|
surface: string;
|