@arclux/arc-ui-react 2.2.0 → 2.3.1

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 (104) hide show
  1. package/package.json +2 -2
  2. package/src/content/AccordionItem.ts +1 -1
  3. package/src/content/AspectRatio.ts +1 -1
  4. package/src/content/Avatar.ts +1 -1
  5. package/src/content/AvatarGroup.ts +1 -1
  6. package/src/content/Card.ts +1 -1
  7. package/src/content/ColorSwatch.ts +1 -1
  8. package/src/content/Column.ts +1 -1
  9. package/src/content/CtaBanner.ts +1 -1
  10. package/src/content/Divider.ts +1 -1
  11. package/src/content/EmptyState.ts +1 -1
  12. package/src/content/FeatureCard.ts +1 -1
  13. package/src/content/Icon.ts +1 -1
  14. package/src/content/Marquee.ts +1 -1
  15. package/src/content/QrCode.ts +1 -1
  16. package/src/content/ScrollArea.ts +1 -1
  17. package/src/content/ScrollIndicator.ts +1 -1
  18. package/src/content/Separator.ts +1 -1
  19. package/src/content/Skeleton.ts +1 -1
  20. package/src/content/Spinner.ts +1 -1
  21. package/src/content/Stack.ts +1 -1
  22. package/src/content/VirtualList.ts +1 -1
  23. package/src/content/index.ts +6 -0
  24. package/src/data/AnimatedNumber.ts +1 -1
  25. package/src/data/Badge.ts +1 -1
  26. package/src/data/Comparison.ts +1 -1
  27. package/src/data/ComparisonColumn.ts +1 -1
  28. package/src/data/DescriptionItem.ts +1 -1
  29. package/src/data/DescriptionList.ts +1 -1
  30. package/src/data/Diff.ts +1 -1
  31. package/src/data/KeyValue.ts +1 -1
  32. package/src/data/KvPair.ts +1 -1
  33. package/src/data/List.ts +1 -0
  34. package/src/data/Meter.ts +1 -1
  35. package/src/data/Sparkline.ts +1 -1
  36. package/src/data/Stat.ts +1 -1
  37. package/src/data/Step.ts +1 -1
  38. package/src/data/Stepper.ts +1 -1
  39. package/src/data/Table.ts +1 -1
  40. package/src/data/Timeline.ts +2 -1
  41. package/src/data/TimelineItem.ts +1 -1
  42. package/src/data/ValueCard.ts +1 -1
  43. package/src/data/index.ts +12 -0
  44. package/src/feedback/Announcement.ts +1 -1
  45. package/src/feedback/CommandItem.ts +1 -1
  46. package/src/feedback/InlineMessage.ts +1 -1
  47. package/src/feedback/LoadingOverlay.ts +1 -1
  48. package/src/feedback/Progress.ts +1 -1
  49. package/src/feedback/Tooltip.ts +1 -1
  50. package/src/feedback/index.ts +6 -0
  51. package/src/input/ButtonGroup.ts +1 -1
  52. package/src/input/Fieldset.ts +1 -1
  53. package/src/input/InputGroup.ts +1 -1
  54. package/src/input/Label.ts +1 -1
  55. package/src/input/Radio.ts +1 -1
  56. package/src/input/Suggestion.ts +1 -1
  57. package/src/input/SwitchGroup.ts +1 -1
  58. package/src/input/index.ts +18 -0
  59. package/src/layout/AppShell.ts +1 -1
  60. package/src/layout/AspectGrid.ts +1 -1
  61. package/src/layout/AuthShell.ts +1 -1
  62. package/src/layout/Center.ts +1 -1
  63. package/src/layout/Cluster.ts +1 -1
  64. package/src/layout/Container.ts +1 -1
  65. package/src/layout/DashboardGrid.ts +1 -1
  66. package/src/layout/Dock.ts +1 -1
  67. package/src/layout/FloatBar.ts +1 -1
  68. package/src/layout/Inset.ts +1 -1
  69. package/src/layout/Masonry.ts +1 -1
  70. package/src/layout/PageHeader.ts +1 -1
  71. package/src/layout/PageLayout.ts +1 -1
  72. package/src/layout/ResponsiveSwitcher.ts +1 -1
  73. package/src/layout/Section.ts +1 -1
  74. package/src/layout/SettingsLayout.ts +1 -1
  75. package/src/layout/StatusBar.ts +1 -1
  76. package/src/navigation/Breadcrumb.ts +1 -0
  77. package/src/navigation/BreadcrumbItem.ts +1 -1
  78. package/src/navigation/BreadcrumbMenu.ts +1 -0
  79. package/src/navigation/Footer.ts +1 -1
  80. package/src/navigation/Link.ts +1 -1
  81. package/src/navigation/NavItem.ts +1 -1
  82. package/src/navigation/NavigationMenu.ts +1 -0
  83. package/src/navigation/Sidebar.ts +2 -1
  84. package/src/navigation/SidebarLink.ts +1 -1
  85. package/src/navigation/SkipLink.ts +1 -1
  86. package/src/navigation/SpyLink.ts +1 -1
  87. package/src/navigation/Tab.ts +1 -1
  88. package/src/navigation/TopBar.ts +1 -1
  89. package/src/navigation/TreeItem.ts +1 -1
  90. package/src/navigation/index.ts +6 -0
  91. package/src/shared/MenuDivider.ts +1 -1
  92. package/src/shared/MenuItem.ts +1 -1
  93. package/src/shared/Option.ts +1 -1
  94. package/src/typography/Blockquote.ts +1 -1
  95. package/src/typography/CodeBlock.ts +1 -1
  96. package/src/typography/GradientText.ts +1 -1
  97. package/src/typography/Highlight.ts +1 -1
  98. package/src/typography/Kbd.ts +1 -1
  99. package/src/typography/Markdown.ts +1 -1
  100. package/src/typography/NumberFormat.ts +1 -1
  101. package/src/typography/Prose.ts +1 -1
  102. package/src/typography/Text.ts +1 -1
  103. package/src/typography/TimeAgo.ts +1 -1
  104. package/src/typography/index.ts +3 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arclux/arc-ui-react",
3
- "version": "2.2.0",
3
+ "version": "2.3.1",
4
4
  "description": "React wrappers for ARC UI Web Components.",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@lit/react": "^1.0.8",
57
- "@arclux/arc-ui": "2.2.0"
57
+ "@arclux/arc-ui": "2.3.1"
58
58
  },
59
59
  "license": "MIT",
60
60
  "keywords": [
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcAccordionItem } from '@arclux/arc-ui/accordion-item';
6
6
 
7
7
  export interface AccordionItemProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcAspectRatio } from '@arclux/arc-ui/aspect-ratio';
6
6
 
7
7
  export interface AspectRatioProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcAvatar } from '@arclux/arc-ui/avatar';
6
6
 
7
7
  export interface AvatarProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcAvatarGroup } from '@arclux/arc-ui/avatar-group';
6
6
 
7
7
  export interface AvatarGroupProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcCard } from '@arclux/arc-ui/card';
6
6
 
7
7
  export interface CardProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcColorSwatch } from '@arclux/arc-ui/color-swatch';
6
6
 
7
7
  export interface ColorSwatchProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcColumn } from '@arclux/arc-ui/column';
6
6
 
7
7
  export interface ColumnProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcCtaBanner } from '@arclux/arc-ui/cta-banner';
6
6
 
7
7
  export interface CtaBannerProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcDivider } from '@arclux/arc-ui/divider';
6
6
 
7
7
  export interface DividerProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcEmptyState } from '@arclux/arc-ui/empty-state';
6
6
 
7
7
  export interface EmptyStateProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcFeatureCard } from '@arclux/arc-ui/feature-card';
6
6
 
7
7
  export interface FeatureCardProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcIcon } from '@arclux/arc-ui/icon';
6
6
 
7
7
  export interface IconProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcMarquee } from '@arclux/arc-ui/marquee';
6
6
 
7
7
  export interface MarqueeProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcQrCode } from '@arclux/arc-ui/qr-code';
6
6
 
7
7
  export interface QrCodeProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcScrollArea } from '@arclux/arc-ui/scroll-area';
6
6
 
7
7
  export interface ScrollAreaProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcScrollIndicator } from '@arclux/arc-ui/scroll-indicator';
6
6
 
7
7
  export interface ScrollIndicatorProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSeparator } from '@arclux/arc-ui/separator';
6
6
 
7
7
  export interface SeparatorProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSkeleton } from '@arclux/arc-ui/skeleton';
6
6
 
7
7
  export interface SkeletonProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSpinner } from '@arclux/arc-ui/spinner';
6
6
 
7
7
  export interface SpinnerProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcStack } from '@arclux/arc-ui/stack';
6
6
 
7
7
  export interface StackProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcVirtualList } from '@arclux/arc-ui/virtual-list';
6
6
 
7
7
  export interface VirtualListProps {
@@ -74,3 +74,9 @@ export type { VirtualListProps } from './VirtualList.js';
74
74
 
75
75
  export { QrCode } from './QrCode.js';
76
76
  export type { QrCodeProps } from './QrCode.js';
77
+
78
+ export { Accordion } from './Accordion.js';
79
+ export type { AccordionProps } from './Accordion.js';
80
+
81
+ export { Avatar } from './Avatar.js';
82
+ export type { AvatarProps } from './Avatar.js';
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcAnimatedNumber } from '@arclux/arc-ui/animated-number';
6
6
 
7
7
  export interface AnimatedNumberProps {
package/src/data/Badge.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcBadge } from '@arclux/arc-ui/badge';
6
6
 
7
7
  export interface BadgeProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcComparison } from '@arclux/arc-ui/comparison';
6
6
 
7
7
  export interface ComparisonProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcComparisonColumn } from '@arclux/arc-ui/comparison-column';
6
6
 
7
7
  export interface ComparisonColumnProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcDescriptionItem } from '@arclux/arc-ui/description-item';
6
6
 
7
7
  export interface DescriptionItemProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcDescriptionList } from '@arclux/arc-ui/description-list';
6
6
 
7
7
  export interface DescriptionListProps {
package/src/data/Diff.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcDiff } from '@arclux/arc-ui/diff';
6
6
 
7
7
  export interface DiffProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcKeyValue } from '@arclux/arc-ui/key-value';
6
6
 
7
7
  export interface KeyValueProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcKvPair } from '@arclux/arc-ui/kv-pair';
6
6
 
7
7
  export interface KvPairProps {
package/src/data/List.ts CHANGED
@@ -10,6 +10,7 @@ export interface ListProps {
10
10
  selectable?: boolean;
11
11
  multiple?: boolean;
12
12
  value?: string;
13
+ label?: string;
13
14
  className?: string;
14
15
  children?: React.ReactNode;
15
16
  onArcChange?: (e: CustomEvent) => void;
package/src/data/Meter.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcMeter } from '@arclux/arc-ui/meter';
6
6
 
7
7
  export interface MeterProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSparkline } from '@arclux/arc-ui/sparkline';
6
6
 
7
7
  export interface SparklineProps {
package/src/data/Stat.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcStat } from '@arclux/arc-ui/stat';
6
6
 
7
7
  export interface StatProps {
package/src/data/Step.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcStep } from '@arclux/arc-ui/step';
6
6
 
7
7
  export interface StepProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcStepper } from '@arclux/arc-ui/stepper';
6
6
 
7
7
  export interface StepperProps {
package/src/data/Table.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcTable } from '@arclux/arc-ui/table';
6
6
 
7
7
  export interface TableProps {
@@ -1,10 +1,11 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcTimeline } from '@arclux/arc-ui/timeline';
6
6
 
7
7
  export interface TimelineProps {
8
+ headingLevel?: number;
8
9
  className?: string;
9
10
  children?: React.ReactNode;
10
11
  }
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcTimelineItem } from '@arclux/arc-ui/timeline-item';
6
6
 
7
7
  export interface TimelineItemProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcValueCard } from '@arclux/arc-ui/value-card';
6
6
 
7
7
  export interface ValueCardProps {
package/src/data/index.ts CHANGED
@@ -68,3 +68,15 @@ export type { EventCalendarProps } from './EventCalendar.js';
68
68
 
69
69
  export { Kanban } from './Kanban.js';
70
70
  export type { KanbanProps } from './Kanban.js';
71
+
72
+ export { Comparison } from './Comparison.js';
73
+ export type { ComparisonProps } from './Comparison.js';
74
+
75
+ export { List } from './List.js';
76
+ export type { ListProps } from './List.js';
77
+
78
+ export { Table } from './Table.js';
79
+ export type { TableProps } from './Table.js';
80
+
81
+ export { Timeline } from './Timeline.js';
82
+ export type { TimelineProps } from './Timeline.js';
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcAnnouncement } from '@arclux/arc-ui/announcement';
6
6
 
7
7
  export interface AnnouncementProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcCommandItem } from '@arclux/arc-ui/command-item';
6
6
 
7
7
  export interface CommandItemProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcInlineMessage } from '@arclux/arc-ui/inline-message';
6
6
 
7
7
  export interface InlineMessageProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcLoadingOverlay } from '@arclux/arc-ui/loading-overlay';
6
6
 
7
7
  export interface LoadingOverlayProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcProgress } from '@arclux/arc-ui/progress';
6
6
 
7
7
  export interface ProgressProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcTooltip } from '@arclux/arc-ui/tooltip';
6
6
 
7
7
  export interface TooltipProps {
@@ -68,3 +68,9 @@ export type { TooltipProps } from './Tooltip.js';
68
68
 
69
69
  export { ToastManager } from './ToastManager.js';
70
70
  export type { ToastManagerProps } from './ToastManager.js';
71
+
72
+ export { Progress } from './Progress.js';
73
+ export type { ProgressProps } from './Progress.js';
74
+
75
+ export { Toast } from './Toast.js';
76
+ export type { ToastProps } from './Toast.js';
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcButtonGroup } from '@arclux/arc-ui/button-group';
6
6
 
7
7
  export interface ButtonGroupProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcFieldset } from '@arclux/arc-ui/fieldset';
6
6
 
7
7
  export interface FieldsetProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcInputGroup } from '@arclux/arc-ui/input-group';
6
6
 
7
7
  export interface InputGroupProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcLabel } from '@arclux/arc-ui/label';
6
6
 
7
7
  export interface LabelProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcRadio } from '@arclux/arc-ui/radio';
6
6
 
7
7
  export interface RadioProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSuggestion } from '@arclux/arc-ui/suggestion';
6
6
 
7
7
  export interface SuggestionProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSwitchGroup } from '@arclux/arc-ui/switch-group';
6
6
 
7
7
  export interface SwitchGroupProps {
@@ -104,3 +104,21 @@ export type { TagInputProps } from './TagInput.js';
104
104
 
105
105
  export { TransferList } from './TransferList.js';
106
106
  export type { TransferListProps } from './TransferList.js';
107
+
108
+ export { Button } from './Button.js';
109
+ export type { ButtonProps } from './Button.js';
110
+
111
+ export { Input } from './Input.js';
112
+ export type { InputProps } from './Input.js';
113
+
114
+ export { Radio } from './Radio.js';
115
+ export type { RadioProps } from './Radio.js';
116
+
117
+ export { Select } from './Select.js';
118
+ export type { SelectProps } from './Select.js';
119
+
120
+ export { Slider } from './Slider.js';
121
+ export type { SliderProps } from './Slider.js';
122
+
123
+ export { Toggle } from './Toggle.js';
124
+ export type { ToggleProps } from './Toggle.js';
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcAppShell } from '@arclux/arc-ui/app-shell';
6
6
 
7
7
  export interface AppShellProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcAspectGrid } from '@arclux/arc-ui/aspect-grid';
6
6
 
7
7
  export interface AspectGridProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcAuthShell } from '@arclux/arc-ui/auth-shell';
6
6
 
7
7
  export interface AuthShellProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcCenter } from '@arclux/arc-ui/center';
6
6
 
7
7
  export interface CenterProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcCluster } from '@arclux/arc-ui/cluster';
6
6
 
7
7
  export interface ClusterProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcContainer } from '@arclux/arc-ui/container';
6
6
 
7
7
  export interface ContainerProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcDashboardGrid } from '@arclux/arc-ui/dashboard-grid';
6
6
 
7
7
  export interface DashboardGridProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcDock } from '@arclux/arc-ui/dock';
6
6
 
7
7
  export interface DockProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcFloatBar } from '@arclux/arc-ui/float-bar';
6
6
 
7
7
  export interface FloatBarProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcInset } from '@arclux/arc-ui/inset';
6
6
 
7
7
  export interface InsetProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcMasonry } from '@arclux/arc-ui/masonry';
6
6
 
7
7
  export interface MasonryProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcPageHeader } from '@arclux/arc-ui/page-header';
6
6
 
7
7
  export interface PageHeaderProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcPageLayout } from '@arclux/arc-ui/page-layout';
6
6
 
7
7
  export interface PageLayoutProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcResponsiveSwitcher } from '@arclux/arc-ui/responsive-switcher';
6
6
 
7
7
  export interface ResponsiveSwitcherProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSection } from '@arclux/arc-ui/section';
6
6
 
7
7
  export interface SectionProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSettingsLayout } from '@arclux/arc-ui/settings-layout';
6
6
 
7
7
  export interface SettingsLayoutProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcStatusBar } from '@arclux/arc-ui/status-bar';
6
6
 
7
7
  export interface StatusBarProps {
@@ -6,6 +6,7 @@ import { ArcBreadcrumb } from '@arclux/arc-ui/breadcrumb';
6
6
 
7
7
  export interface BreadcrumbProps {
8
8
  separator?: string;
9
+ label?: string;
9
10
  className?: string;
10
11
  children?: React.ReactNode;
11
12
  onArcNavigate?: (e: CustomEvent) => void;
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcBreadcrumbItem } from '@arclux/arc-ui/breadcrumb-item';
6
6
 
7
7
  export interface BreadcrumbItemProps {
@@ -6,6 +6,7 @@ import { ArcBreadcrumbMenu } from '@arclux/arc-ui/breadcrumb-menu';
6
6
 
7
7
  export interface BreadcrumbMenuProps {
8
8
  items?: string;
9
+ label?: string;
9
10
  className?: string;
10
11
  children?: React.ReactNode;
11
12
  onArcNavigate?: (e: CustomEvent) => void;
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcFooter } from '@arclux/arc-ui/footer';
6
6
 
7
7
  export interface FooterProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcLink } from '@arclux/arc-ui/link';
6
6
 
7
7
  export interface LinkProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcNavItem } from '@arclux/arc-ui/nav-item';
6
6
 
7
7
  export interface NavItemProps {
@@ -5,6 +5,7 @@ import { createComponent, type EventName } from '@lit/react';
5
5
  import { ArcNavigationMenu } from '@arclux/arc-ui/navigation-menu';
6
6
 
7
7
  export interface NavigationMenuProps {
8
+ label?: string;
8
9
  className?: string;
9
10
  children?: React.ReactNode;
10
11
  onArcMobileMenuToggle?: (e: CustomEvent) => void;
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSidebar } from '@arclux/arc-ui/sidebar';
6
6
 
7
7
  export interface SidebarProps {
@@ -10,6 +10,7 @@ export interface SidebarProps {
10
10
  position?: 'right';
11
11
  width?: string;
12
12
  glow?: boolean;
13
+ label?: string;
13
14
  className?: string;
14
15
  children?: React.ReactNode;
15
16
  }
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSidebarLink } from '@arclux/arc-ui/sidebar-link';
6
6
 
7
7
  export interface SidebarLinkProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSkipLink } from '@arclux/arc-ui/skip-link';
6
6
 
7
7
  export interface SkipLinkProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcSpyLink } from '@arclux/arc-ui/spy-link';
6
6
 
7
7
  export interface SpyLinkProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcTab } from '@arclux/arc-ui/tab';
6
6
 
7
7
  export interface TabProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcTopBar } from '@arclux/arc-ui/top-bar';
6
6
 
7
7
  export interface TopBarProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcTreeItem } from '@arclux/arc-ui/tree-item';
6
6
 
7
7
  export interface TreeItemProps {
@@ -80,3 +80,9 @@ export type { TreeViewProps } from './TreeView.js';
80
80
 
81
81
  export { Menubar } from './Menubar.js';
82
82
  export type { MenubarProps } from './Menubar.js';
83
+
84
+ export { Breadcrumb } from './Breadcrumb.js';
85
+ export type { BreadcrumbProps } from './Breadcrumb.js';
86
+
87
+ export { Sidebar } from './Sidebar.js';
88
+ export type { SidebarProps } from './Sidebar.js';
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcMenuDivider } from '@arclux/arc-ui/menu-divider';
6
6
 
7
7
  export interface MenuDividerProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcMenuItem } from '@arclux/arc-ui/menu-item';
6
6
 
7
7
  export interface MenuItemProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcOption } from '@arclux/arc-ui/option';
6
6
 
7
7
  export interface OptionProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcBlockquote } from '@arclux/arc-ui/blockquote';
6
6
 
7
7
  export interface BlockquoteProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcCodeBlock } from '@arclux/arc-ui/code-block';
6
6
 
7
7
  export interface CodeBlockProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcGradientText } from '@arclux/arc-ui/gradient-text';
6
6
 
7
7
  export interface GradientTextProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcHighlight } from '@arclux/arc-ui/highlight';
6
6
 
7
7
  export interface HighlightProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcKbd } from '@arclux/arc-ui/kbd';
6
6
 
7
7
  export interface KbdProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcMarkdown } from '@arclux/arc-ui/markdown';
6
6
 
7
7
  export interface MarkdownProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcNumberFormat } from '@arclux/arc-ui/number-format';
6
6
 
7
7
  export interface NumberFormatProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcProse } from '@arclux/arc-ui/prose';
6
6
 
7
7
  export interface ProseProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcText } from '@arclux/arc-ui/text';
6
6
 
7
7
  export interface TextProps {
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by @arclux/prism — do not edit manually
2
2
 
3
3
  import React from 'react';
4
- import { createComponent, type EventName } from '@lit/react';
4
+ import { createComponent } from '@lit/react';
5
5
  import { ArcTimeAgo } from '@arclux/arc-ui/time-ago';
6
6
 
7
7
  export interface TimeAgoProps {
@@ -32,3 +32,6 @@ export type { TruncateProps } from './Truncate.js';
32
32
 
33
33
  export { Typewriter } from './Typewriter.js';
34
34
  export type { TypewriterProps } from './Typewriter.js';
35
+
36
+ export { Text } from './Text.js';
37
+ export type { TextProps } from './Text.js';