@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.
- package/package.json +2 -2
- package/src/content/AccordionItem.ts +1 -1
- package/src/content/AspectRatio.ts +1 -1
- package/src/content/Avatar.ts +1 -1
- package/src/content/AvatarGroup.ts +1 -1
- package/src/content/Card.ts +1 -1
- package/src/content/ColorSwatch.ts +1 -1
- package/src/content/Column.ts +1 -1
- package/src/content/CtaBanner.ts +1 -1
- package/src/content/Divider.ts +1 -1
- package/src/content/EmptyState.ts +1 -1
- package/src/content/FeatureCard.ts +1 -1
- package/src/content/Icon.ts +1 -1
- package/src/content/Marquee.ts +1 -1
- package/src/content/QrCode.ts +1 -1
- package/src/content/ScrollArea.ts +1 -1
- package/src/content/ScrollIndicator.ts +1 -1
- package/src/content/Separator.ts +1 -1
- package/src/content/Skeleton.ts +1 -1
- package/src/content/Spinner.ts +1 -1
- package/src/content/Stack.ts +1 -1
- package/src/content/VirtualList.ts +1 -1
- package/src/content/index.ts +6 -0
- package/src/data/AnimatedNumber.ts +1 -1
- package/src/data/Badge.ts +1 -1
- package/src/data/Comparison.ts +1 -1
- package/src/data/ComparisonColumn.ts +1 -1
- package/src/data/DescriptionItem.ts +1 -1
- package/src/data/DescriptionList.ts +1 -1
- package/src/data/Diff.ts +1 -1
- package/src/data/KeyValue.ts +1 -1
- package/src/data/KvPair.ts +1 -1
- package/src/data/List.ts +1 -0
- package/src/data/Meter.ts +1 -1
- package/src/data/Sparkline.ts +1 -1
- package/src/data/Stat.ts +1 -1
- package/src/data/Step.ts +1 -1
- package/src/data/Stepper.ts +1 -1
- package/src/data/Table.ts +1 -1
- package/src/data/Timeline.ts +2 -1
- package/src/data/TimelineItem.ts +1 -1
- package/src/data/ValueCard.ts +1 -1
- package/src/data/index.ts +12 -0
- package/src/feedback/Announcement.ts +1 -1
- package/src/feedback/CommandItem.ts +1 -1
- package/src/feedback/InlineMessage.ts +1 -1
- package/src/feedback/LoadingOverlay.ts +1 -1
- package/src/feedback/Progress.ts +1 -1
- package/src/feedback/Tooltip.ts +1 -1
- package/src/feedback/index.ts +6 -0
- package/src/input/ButtonGroup.ts +1 -1
- package/src/input/Fieldset.ts +1 -1
- package/src/input/InputGroup.ts +1 -1
- package/src/input/Label.ts +1 -1
- package/src/input/Radio.ts +1 -1
- package/src/input/Suggestion.ts +1 -1
- package/src/input/SwitchGroup.ts +1 -1
- package/src/input/index.ts +18 -0
- package/src/layout/AppShell.ts +1 -1
- package/src/layout/AspectGrid.ts +1 -1
- package/src/layout/AuthShell.ts +1 -1
- package/src/layout/Center.ts +1 -1
- package/src/layout/Cluster.ts +1 -1
- package/src/layout/Container.ts +1 -1
- package/src/layout/DashboardGrid.ts +1 -1
- package/src/layout/Dock.ts +1 -1
- package/src/layout/FloatBar.ts +1 -1
- package/src/layout/Inset.ts +1 -1
- package/src/layout/Masonry.ts +1 -1
- package/src/layout/PageHeader.ts +1 -1
- package/src/layout/PageLayout.ts +1 -1
- package/src/layout/ResponsiveSwitcher.ts +1 -1
- package/src/layout/Section.ts +1 -1
- package/src/layout/SettingsLayout.ts +1 -1
- package/src/layout/StatusBar.ts +1 -1
- package/src/navigation/Breadcrumb.ts +1 -0
- package/src/navigation/BreadcrumbItem.ts +1 -1
- package/src/navigation/BreadcrumbMenu.ts +1 -0
- package/src/navigation/Footer.ts +1 -1
- package/src/navigation/Link.ts +1 -1
- package/src/navigation/NavItem.ts +1 -1
- package/src/navigation/NavigationMenu.ts +1 -0
- package/src/navigation/Sidebar.ts +2 -1
- package/src/navigation/SidebarLink.ts +1 -1
- package/src/navigation/SkipLink.ts +1 -1
- package/src/navigation/SpyLink.ts +1 -1
- package/src/navigation/Tab.ts +1 -1
- package/src/navigation/TopBar.ts +1 -1
- package/src/navigation/TreeItem.ts +1 -1
- package/src/navigation/index.ts +6 -0
- package/src/shared/MenuDivider.ts +1 -1
- package/src/shared/MenuItem.ts +1 -1
- package/src/shared/Option.ts +1 -1
- package/src/typography/Blockquote.ts +1 -1
- package/src/typography/CodeBlock.ts +1 -1
- package/src/typography/GradientText.ts +1 -1
- package/src/typography/Highlight.ts +1 -1
- package/src/typography/Kbd.ts +1 -1
- package/src/typography/Markdown.ts +1 -1
- package/src/typography/NumberFormat.ts +1 -1
- package/src/typography/Prose.ts +1 -1
- package/src/typography/Text.ts +1 -1
- package/src/typography/TimeAgo.ts +1 -1
- 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.
|
|
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.
|
|
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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcAspectRatio } from '@arclux/arc-ui/aspect-ratio';
|
|
6
6
|
|
|
7
7
|
export interface AspectRatioProps {
|
package/src/content/Avatar.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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcAvatarGroup } from '@arclux/arc-ui/avatar-group';
|
|
6
6
|
|
|
7
7
|
export interface AvatarGroupProps {
|
package/src/content/Card.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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcColorSwatch } from '@arclux/arc-ui/color-swatch';
|
|
6
6
|
|
|
7
7
|
export interface ColorSwatchProps {
|
package/src/content/Column.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcColumn } from '@arclux/arc-ui/column';
|
|
6
6
|
|
|
7
7
|
export interface ColumnProps {
|
package/src/content/CtaBanner.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcCtaBanner } from '@arclux/arc-ui/cta-banner';
|
|
6
6
|
|
|
7
7
|
export interface CtaBannerProps {
|
package/src/content/Divider.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
|
|
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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcFeatureCard } from '@arclux/arc-ui/feature-card';
|
|
6
6
|
|
|
7
7
|
export interface FeatureCardProps {
|
package/src/content/Icon.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcIcon } from '@arclux/arc-ui/icon';
|
|
6
6
|
|
|
7
7
|
export interface IconProps {
|
package/src/content/Marquee.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcMarquee } from '@arclux/arc-ui/marquee';
|
|
6
6
|
|
|
7
7
|
export interface MarqueeProps {
|
package/src/content/QrCode.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
|
|
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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcScrollIndicator } from '@arclux/arc-ui/scroll-indicator';
|
|
6
6
|
|
|
7
7
|
export interface ScrollIndicatorProps {
|
package/src/content/Separator.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcSeparator } from '@arclux/arc-ui/separator';
|
|
6
6
|
|
|
7
7
|
export interface SeparatorProps {
|
package/src/content/Skeleton.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcSkeleton } from '@arclux/arc-ui/skeleton';
|
|
6
6
|
|
|
7
7
|
export interface SkeletonProps {
|
package/src/content/Spinner.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcSpinner } from '@arclux/arc-ui/spinner';
|
|
6
6
|
|
|
7
7
|
export interface SpinnerProps {
|
package/src/content/Stack.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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcVirtualList } from '@arclux/arc-ui/virtual-list';
|
|
6
6
|
|
|
7
7
|
export interface VirtualListProps {
|
package/src/content/index.ts
CHANGED
|
@@ -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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcBadge } from '@arclux/arc-ui/badge';
|
|
6
6
|
|
|
7
7
|
export interface BadgeProps {
|
package/src/data/Comparison.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcDiff } from '@arclux/arc-ui/diff';
|
|
6
6
|
|
|
7
7
|
export interface DiffProps {
|
package/src/data/KeyValue.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcKeyValue } from '@arclux/arc-ui/key-value';
|
|
6
6
|
|
|
7
7
|
export interface KeyValueProps {
|
package/src/data/KvPair.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
|
|
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
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcMeter } from '@arclux/arc-ui/meter';
|
|
6
6
|
|
|
7
7
|
export interface MeterProps {
|
package/src/data/Sparkline.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
|
|
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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcStep } from '@arclux/arc-ui/step';
|
|
6
6
|
|
|
7
7
|
export interface StepProps {
|
package/src/data/Stepper.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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcTable } from '@arclux/arc-ui/table';
|
|
6
6
|
|
|
7
7
|
export interface TableProps {
|
package/src/data/Timeline.ts
CHANGED
|
@@ -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
|
|
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
|
}
|
package/src/data/TimelineItem.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcTimelineItem } from '@arclux/arc-ui/timeline-item';
|
|
6
6
|
|
|
7
7
|
export interface TimelineItemProps {
|
package/src/data/ValueCard.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcLoadingOverlay } from '@arclux/arc-ui/loading-overlay';
|
|
6
6
|
|
|
7
7
|
export interface LoadingOverlayProps {
|
package/src/feedback/Progress.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcProgress } from '@arclux/arc-ui/progress';
|
|
6
6
|
|
|
7
7
|
export interface ProgressProps {
|
package/src/feedback/Tooltip.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcTooltip } from '@arclux/arc-ui/tooltip';
|
|
6
6
|
|
|
7
7
|
export interface TooltipProps {
|
package/src/feedback/index.ts
CHANGED
|
@@ -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';
|
package/src/input/ButtonGroup.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcButtonGroup } from '@arclux/arc-ui/button-group';
|
|
6
6
|
|
|
7
7
|
export interface ButtonGroupProps {
|
package/src/input/Fieldset.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcFieldset } from '@arclux/arc-ui/fieldset';
|
|
6
6
|
|
|
7
7
|
export interface FieldsetProps {
|
package/src/input/InputGroup.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcInputGroup } from '@arclux/arc-ui/input-group';
|
|
6
6
|
|
|
7
7
|
export interface InputGroupProps {
|
package/src/input/Label.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcLabel } from '@arclux/arc-ui/label';
|
|
6
6
|
|
|
7
7
|
export interface LabelProps {
|
package/src/input/Radio.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcRadio } from '@arclux/arc-ui/radio';
|
|
6
6
|
|
|
7
7
|
export interface RadioProps {
|
package/src/input/Suggestion.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcSuggestion } from '@arclux/arc-ui/suggestion';
|
|
6
6
|
|
|
7
7
|
export interface SuggestionProps {
|
package/src/input/SwitchGroup.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcSwitchGroup } from '@arclux/arc-ui/switch-group';
|
|
6
6
|
|
|
7
7
|
export interface SwitchGroupProps {
|
package/src/input/index.ts
CHANGED
|
@@ -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';
|
package/src/layout/AppShell.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcAppShell } from '@arclux/arc-ui/app-shell';
|
|
6
6
|
|
|
7
7
|
export interface AppShellProps {
|
package/src/layout/AspectGrid.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcAspectGrid } from '@arclux/arc-ui/aspect-grid';
|
|
6
6
|
|
|
7
7
|
export interface AspectGridProps {
|
package/src/layout/AuthShell.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcAuthShell } from '@arclux/arc-ui/auth-shell';
|
|
6
6
|
|
|
7
7
|
export interface AuthShellProps {
|
package/src/layout/Center.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcCenter } from '@arclux/arc-ui/center';
|
|
6
6
|
|
|
7
7
|
export interface CenterProps {
|
package/src/layout/Cluster.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcCluster } from '@arclux/arc-ui/cluster';
|
|
6
6
|
|
|
7
7
|
export interface ClusterProps {
|
package/src/layout/Container.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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcDashboardGrid } from '@arclux/arc-ui/dashboard-grid';
|
|
6
6
|
|
|
7
7
|
export interface DashboardGridProps {
|
package/src/layout/Dock.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcDock } from '@arclux/arc-ui/dock';
|
|
6
6
|
|
|
7
7
|
export interface DockProps {
|
package/src/layout/FloatBar.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcFloatBar } from '@arclux/arc-ui/float-bar';
|
|
6
6
|
|
|
7
7
|
export interface FloatBarProps {
|
package/src/layout/Inset.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcInset } from '@arclux/arc-ui/inset';
|
|
6
6
|
|
|
7
7
|
export interface InsetProps {
|
package/src/layout/Masonry.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcMasonry } from '@arclux/arc-ui/masonry';
|
|
6
6
|
|
|
7
7
|
export interface MasonryProps {
|
package/src/layout/PageHeader.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcPageHeader } from '@arclux/arc-ui/page-header';
|
|
6
6
|
|
|
7
7
|
export interface PageHeaderProps {
|
package/src/layout/PageLayout.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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcResponsiveSwitcher } from '@arclux/arc-ui/responsive-switcher';
|
|
6
6
|
|
|
7
7
|
export interface ResponsiveSwitcherProps {
|
package/src/layout/Section.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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcSettingsLayout } from '@arclux/arc-ui/settings-layout';
|
|
6
6
|
|
|
7
7
|
export interface SettingsLayoutProps {
|
package/src/layout/StatusBar.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcStatusBar } from '@arclux/arc-ui/status-bar';
|
|
6
6
|
|
|
7
7
|
export interface StatusBarProps {
|
|
@@ -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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcBreadcrumbItem } from '@arclux/arc-ui/breadcrumb-item';
|
|
6
6
|
|
|
7
7
|
export interface BreadcrumbItemProps {
|
package/src/navigation/Footer.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcFooter } from '@arclux/arc-ui/footer';
|
|
6
6
|
|
|
7
7
|
export interface FooterProps {
|
package/src/navigation/Link.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcSpyLink } from '@arclux/arc-ui/spy-link';
|
|
6
6
|
|
|
7
7
|
export interface SpyLinkProps {
|
package/src/navigation/Tab.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcTab } from '@arclux/arc-ui/tab';
|
|
6
6
|
|
|
7
7
|
export interface TabProps {
|
package/src/navigation/TopBar.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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcTreeItem } from '@arclux/arc-ui/tree-item';
|
|
6
6
|
|
|
7
7
|
export interface TreeItemProps {
|
package/src/navigation/index.ts
CHANGED
|
@@ -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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcMenuDivider } from '@arclux/arc-ui/menu-divider';
|
|
6
6
|
|
|
7
7
|
export interface MenuDividerProps {
|
package/src/shared/MenuItem.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcMenuItem } from '@arclux/arc-ui/menu-item';
|
|
6
6
|
|
|
7
7
|
export interface MenuItemProps {
|
package/src/shared/Option.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcHighlight } from '@arclux/arc-ui/highlight';
|
|
6
6
|
|
|
7
7
|
export interface HighlightProps {
|
package/src/typography/Kbd.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
|
|
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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcNumberFormat } from '@arclux/arc-ui/number-format';
|
|
6
6
|
|
|
7
7
|
export interface NumberFormatProps {
|
package/src/typography/Prose.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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcProse } from '@arclux/arc-ui/prose';
|
|
6
6
|
|
|
7
7
|
export interface ProseProps {
|
package/src/typography/Text.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
|
|
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
|
|
4
|
+
import { createComponent } from '@lit/react';
|
|
5
5
|
import { ArcTimeAgo } from '@arclux/arc-ui/time-ago';
|
|
6
6
|
|
|
7
7
|
export interface TimeAgoProps {
|
package/src/typography/index.ts
CHANGED