uilint-react 0.2.137 → 0.2.138
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/DevTool.d.ts.map +1 -1
- package/dist/SchemaPanel-0lLkqa2L.js +893 -0
- package/dist/SchemaPanel-0lLkqa2L.js.map +1 -0
- package/dist/components/ui-lint/index.d.ts +1 -2
- package/dist/components/ui-lint/index.d.ts.map +1 -1
- package/dist/components/ui-lint/types.d.ts +10 -45
- package/dist/components/ui-lint/types.d.ts.map +1 -1
- package/dist/consistency/highlights.d.ts.map +1 -1
- package/dist/core/plugin-system/adapter.d.ts +24 -0
- package/dist/core/plugin-system/adapter.d.ts.map +1 -0
- package/dist/core/plugin-system/index.d.ts +2 -1
- package/dist/core/plugin-system/index.d.ts.map +1 -1
- package/dist/core/plugin-system/loader.d.ts +22 -2
- package/dist/core/plugin-system/loader.d.ts.map +1 -1
- package/dist/core/plugin-system/types.d.ts +1 -7
- package/dist/core/plugin-system/types.d.ts.map +1 -1
- package/dist/core/services/websocket.d.ts +2 -1
- package/dist/core/services/websocket.d.ts.map +1 -1
- package/dist/core/store/composed-store.d.ts +5 -5
- package/dist/core/store/composed-store.d.ts.map +1 -1
- package/dist/core/store/core-slice.d.ts +36 -0
- package/dist/core/store/core-slice.d.ts.map +1 -1
- package/dist/devtools.js +116 -116
- package/dist/devtools.js.map +1 -1
- package/dist/index-Cc4gwBce.js +18605 -0
- package/dist/index-Cc4gwBce.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +53 -18890
- package/dist/index.js.map +1 -1
- package/dist/plugins/eslint/panels/RulePanel.d.ts.map +1 -1
- package/dist/plugins/eslint/tile-provider.d.ts +2 -1
- package/dist/plugins/eslint/tile-provider.d.ts.map +1 -1
- package/dist/ui/UILint.d.ts.map +1 -1
- package/dist/ui/components/CommandPalette/CommandPalette.d.ts.map +1 -1
- package/dist/ui/components/CommandPalette/EmptyState.d.ts.map +1 -1
- package/dist/ui/components/CommandPalette/ExpandableTile.d.ts.map +1 -1
- package/dist/ui/components/CommandPalette/ExpandableTileGrid.d.ts.map +1 -1
- package/dist/ui/components/CommandPalette/ExpandedTileHeader.d.ts.map +1 -1
- package/dist/ui/components/CommandPalette/OnboardingState.d.ts.map +1 -1
- package/dist/ui/components/CommandPalette/RuleToggleBar.d.ts +3 -0
- package/dist/ui/components/CommandPalette/RuleToggleBar.d.ts.map +1 -0
- package/dist/ui/components/CommandPalette/index.d.ts +2 -2
- package/dist/ui/components/CommandPalette/index.d.ts.map +1 -1
- package/dist/ui/components/CommandPalette/layout/index.d.ts +4 -6
- package/dist/ui/components/CommandPalette/layout/index.d.ts.map +1 -1
- package/dist/ui/components/HeatmapOverlay.d.ts.map +1 -1
- package/dist/ui/components/HierarchicalTiles/ExpandableContainer.d.ts.map +1 -1
- package/dist/ui/components/HierarchicalTiles/ExpandableTileGrid.d.ts.map +1 -1
- package/dist/ui/components/HierarchicalTiles/Tile.d.ts +6 -8
- package/dist/ui/components/HierarchicalTiles/Tile.d.ts.map +1 -1
- package/dist/ui/components/HierarchicalTiles/TileGrid.d.ts +6 -5
- package/dist/ui/components/HierarchicalTiles/TileGrid.d.ts.map +1 -1
- package/dist/ui/components/HierarchicalTiles/TileHeader.d.ts +7 -6
- package/dist/ui/components/HierarchicalTiles/TileHeader.d.ts.map +1 -1
- package/dist/ui/components/HierarchicalTiles/layout/mosaic-layout.d.ts +9 -3
- package/dist/ui/components/HierarchicalTiles/layout/mosaic-layout.d.ts.map +1 -1
- package/dist/ui/components/HierarchicalTiles/layout/types.d.ts +4 -0
- package/dist/ui/components/HierarchicalTiles/layout/types.d.ts.map +1 -1
- package/dist/ui/components/HierarchicalTiles/types.d.ts +2 -3
- package/dist/ui/components/HierarchicalTiles/types.d.ts.map +1 -1
- package/dist/ui/components/Inspector/Breadcrumbs.d.ts +3 -1
- package/dist/ui/components/Inspector/Breadcrumbs.d.ts.map +1 -1
- package/dist/ui/components/Inspector/CollapsedIssueIndicator.d.ts.map +1 -1
- package/dist/ui/components/Inspector/ElementDetail.d.ts.map +1 -1
- package/dist/ui/components/Inspector/FileNodeAdapter.d.ts +2 -1
- package/dist/ui/components/Inspector/FileNodeAdapter.d.ts.map +1 -1
- package/dist/ui/components/Inspector/InspectorSidebar.d.ts.map +1 -1
- package/dist/ui/components/Inspector/IssueDetail.d.ts.map +1 -1
- package/dist/ui/components/Inspector/IssuesList.d.ts.map +1 -1
- package/dist/ui/components/Inspector/RuleHeader.d.ts +6 -1
- package/dist/ui/components/Inspector/RuleHeader.d.ts.map +1 -1
- package/dist/ui/components/Inspector/RuleNodeAdapter.d.ts.map +1 -1
- package/dist/ui/components/Inspector/SourceViewer.d.ts.map +1 -1
- package/dist/ui/components/InspectorToggle.d.ts.map +1 -1
- package/dist/ui/components/PluginToolbar.d.ts +6 -0
- package/dist/ui/components/PluginToolbar.d.ts.map +1 -0
- package/dist/ui/components/Popover.d.ts.map +1 -1
- package/dist/ui/components/RegionSelector.d.ts.map +1 -1
- package/dist/ui/components/Schema/SchemaPanel.d.ts +20 -0
- package/dist/ui/components/Schema/SchemaPanel.d.ts.map +1 -0
- package/dist/ui/components/Schema/binding-utils.d.ts +49 -0
- package/dist/ui/components/Schema/binding-utils.d.ts.map +1 -0
- package/dist/ui/components/Schema/icon-map.d.ts +16 -0
- package/dist/ui/components/Schema/icon-map.d.ts.map +1 -0
- package/dist/ui/components/Schema/index.d.ts +10 -0
- package/dist/ui/components/Schema/index.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/ActionsSection.d.ts +13 -0
- package/dist/ui/components/Schema/sections/ActionsSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/BadgeSection.d.ts +12 -0
- package/dist/ui/components/Schema/sections/BadgeSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/CardSection.d.ts +13 -0
- package/dist/ui/components/Schema/sections/CardSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/CodeComparisonSection.d.ts +14 -0
- package/dist/ui/components/Schema/sections/CodeComparisonSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/CodeViewerSection.d.ts +14 -0
- package/dist/ui/components/Schema/sections/CodeViewerSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/ConditionalSection.d.ts +14 -0
- package/dist/ui/components/Schema/sections/ConditionalSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/DividerSection.d.ts +10 -0
- package/dist/ui/components/Schema/sections/DividerSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/HeaderSection.d.ts +12 -0
- package/dist/ui/components/Schema/sections/HeaderSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/ImageSection.d.ts +12 -0
- package/dist/ui/components/Schema/sections/ImageSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/ListSection.d.ts +14 -0
- package/dist/ui/components/Schema/sections/ListSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/ProgressSection.d.ts +12 -0
- package/dist/ui/components/Schema/sections/ProgressSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/TextSection.d.ts +12 -0
- package/dist/ui/components/Schema/sections/TextSection.d.ts.map +1 -0
- package/dist/ui/components/Schema/sections/index.d.ts +18 -0
- package/dist/ui/components/Schema/sections/index.d.ts.map +1 -0
- package/dist/ui/components/badge.d.ts.map +1 -1
- package/dist/ui/components/bottom-sheet.d.ts.map +1 -1
- package/dist/ui/components/button.d.ts.map +1 -1
- package/dist/ui/hooks/useTileItems.d.ts.map +1 -1
- package/dist/ui/types.d.ts +1 -1
- package/package.json +14 -4
- package/dist/index-L3Zm-CoX.js +0 -513
- package/dist/index-L3Zm-CoX.js.map +0 -1
- package/dist/plugins/semantic/commands.d.ts +0 -6
- package/dist/plugins/semantic/commands.d.ts.map +0 -1
- package/dist/plugins/semantic/index.d.ts +0 -15
- package/dist/plugins/semantic/index.d.ts.map +0 -1
- package/dist/plugins/semantic/panels/DuplicateSimilarityBadge.d.ts +0 -21
- package/dist/plugins/semantic/panels/DuplicateSimilarityBadge.d.ts.map +0 -1
- package/dist/plugins/semantic/panels/DuplicatesInspectorPanel.d.ts +0 -8
- package/dist/plugins/semantic/panels/DuplicatesInspectorPanel.d.ts.map +0 -1
- package/dist/plugins/semantic/panels/ScrollableCodeSection.d.ts +0 -27
- package/dist/plugins/semantic/panels/ScrollableCodeSection.d.ts.map +0 -1
- package/dist/plugins/semantic/panels/index.d.ts +0 -11
- package/dist/plugins/semantic/panels/index.d.ts.map +0 -1
- package/dist/plugins/semantic/panels/useDiffHighlights.d.ts +0 -45
- package/dist/plugins/semantic/panels/useDiffHighlights.d.ts.map +0 -1
- package/dist/plugins/semantic/slice.d.ts +0 -52
- package/dist/plugins/semantic/slice.d.ts.map +0 -1
- package/dist/plugins/semantic/types.d.ts +0 -121
- package/dist/plugins/semantic/types.d.ts.map +0 -1
- package/dist/plugins/vision/commands.d.ts +0 -6
- package/dist/plugins/vision/commands.d.ts.map +0 -1
- package/dist/plugins/vision/index.d.ts +0 -12
- package/dist/plugins/vision/index.d.ts.map +0 -1
- package/dist/plugins/vision/slice.d.ts +0 -123
- package/dist/plugins/vision/slice.d.ts.map +0 -1
- package/dist/plugins/vision/types.d.ts +0 -169
- package/dist/plugins/vision/types.d.ts.map +0 -1
- package/dist/scanner/vision-capture.d.ts +0 -131
- package/dist/scanner/vision-capture.d.ts.map +0 -1
- package/dist/ui/components/CommandPalette/Tile.d.ts +0 -18
- package/dist/ui/components/CommandPalette/Tile.d.ts.map +0 -1
- package/dist/ui/components/CommandPalette/TileGrid.d.ts +0 -20
- package/dist/ui/components/CommandPalette/TileGrid.d.ts.map +0 -1
- package/dist/ui/components/CommandPalette/layout/expanded-layout.d.ts +0 -43
- package/dist/ui/components/CommandPalette/layout/expanded-layout.d.ts.map +0 -1
- package/dist/ui/components/CommandPalette/layout/mosaic-layout.d.ts +0 -89
- package/dist/ui/components/CommandPalette/layout/mosaic-layout.d.ts.map +0 -1
- package/dist/ui/components/CommandPalette/layout/types.d.ts +0 -67
- package/dist/ui/components/CommandPalette/layout/types.d.ts.map +0 -1
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { DataBinding, ExpressionBinding, DynamicValue, ConditionalValue, isDataBinding, isExpressionBinding, isConditionalValue } from 'uilint-core';
|
|
2
|
+
export { isDataBinding, isExpressionBinding, isConditionalValue };
|
|
3
|
+
/**
|
|
4
|
+
* Context for evaluating bindings
|
|
5
|
+
*/
|
|
6
|
+
export interface BindingContext {
|
|
7
|
+
/** Panel data from inspector */
|
|
8
|
+
data: Record<string, unknown>;
|
|
9
|
+
/** Plugin state */
|
|
10
|
+
state: Record<string, unknown>;
|
|
11
|
+
/** Computed values from state definition */
|
|
12
|
+
computed: Record<string, unknown>;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Gets a value from an object using dot notation path
|
|
16
|
+
*/
|
|
17
|
+
export declare function getValueByPath(obj: Record<string, unknown>, path: string): unknown;
|
|
18
|
+
/**
|
|
19
|
+
* Resolves a data binding against the context
|
|
20
|
+
*/
|
|
21
|
+
export declare function resolveBinding(binding: DataBinding, ctx: BindingContext): unknown;
|
|
22
|
+
/**
|
|
23
|
+
* Evaluates an expression binding against the context
|
|
24
|
+
*
|
|
25
|
+
* SECURITY NOTE: This uses Function() which is similar to eval().
|
|
26
|
+
* The expressions come from trusted plugin definitions, not user input.
|
|
27
|
+
*/
|
|
28
|
+
export declare function evaluateExpression(expr: ExpressionBinding, ctx: BindingContext): unknown;
|
|
29
|
+
/**
|
|
30
|
+
* Resolves a dynamic value (static value or binding)
|
|
31
|
+
*/
|
|
32
|
+
export declare function resolveDynamicValue<T>(value: DynamicValue<T>, ctx: BindingContext): T | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* Resolves a conditional value based on condition binding
|
|
35
|
+
*/
|
|
36
|
+
export declare function resolveConditionalValue<T>(value: ConditionalValue<T>, ctx: BindingContext): T;
|
|
37
|
+
/**
|
|
38
|
+
* Resolves any value that could be static, binding, or conditional
|
|
39
|
+
*/
|
|
40
|
+
export declare function resolveValue<T>(value: T | DataBinding | ConditionalValue<T>, ctx: BindingContext): T | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* Evaluates a condition (DataBinding or ExpressionBinding)
|
|
43
|
+
*/
|
|
44
|
+
export declare function evaluateCondition(condition: DataBinding | ExpressionBinding, ctx: BindingContext): boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Creates action payload from bindings
|
|
47
|
+
*/
|
|
48
|
+
export declare function createActionPayload(staticPayload: Record<string, unknown> | undefined, payloadBindings: Record<string, string> | undefined, ctx: BindingContext): Record<string, unknown>;
|
|
49
|
+
//# sourceMappingURL=binding-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"binding-utils.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/Schema/binding-utils.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,WAAW,EACX,iBAAiB,EACjB,YAAY,EACZ,gBAAgB,EACjB,MAAM,aAAa,CAAC;AAGrB,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,kBAAkB,EACnB,MAAM,aAAa,CAAC;AAGrB,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,CAAC;AAElE;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,mBAAmB;IACnB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/B,4CAA4C;IAC5C,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,cAAc,CAC5B,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC5B,IAAI,EAAE,MAAM,GACX,OAAO,CAgBT;AAED;;GAEG;AACH,wBAAgB,cAAc,CAC5B,OAAO,EAAE,WAAW,EACpB,GAAG,EAAE,cAAc,GAClB,OAAO,CAaT;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,iBAAiB,EACvB,GAAG,EAAE,cAAc,GAClB,OAAO,CAsBT;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,CAAC,EACnC,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,EACtB,GAAG,EAAE,cAAc,GAClB,CAAC,GAAG,SAAS,CAKf;AAED;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,CAAC,EACvC,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAC1B,GAAG,EAAE,cAAc,GAClB,CAAC,CAGH;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,CAAC,EAC5B,KAAK,EAAE,CAAC,GAAG,WAAW,GAAG,gBAAgB,CAAC,CAAC,CAAC,EAC5C,GAAG,EAAE,cAAc,GAClB,CAAC,GAAG,SAAS,CAQf;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAC/B,SAAS,EAAE,WAAW,GAAG,iBAAiB,EAC1C,GAAG,EAAE,cAAc,GAClB,OAAO,CAKT;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,EAClD,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,EACnD,GAAG,EAAE,cAAc,GAClB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAUzB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IconName } from 'uilint-core';
|
|
2
|
+
import { LucideIcon } from 'lucide-react';
|
|
3
|
+
/**
|
|
4
|
+
* Gets the Lucide icon component for an IconName
|
|
5
|
+
*/
|
|
6
|
+
export declare function getIcon(name: IconName): LucideIcon;
|
|
7
|
+
/**
|
|
8
|
+
* Renders an icon by name
|
|
9
|
+
*/
|
|
10
|
+
export declare function Icon({ name, size, className, style, }: {
|
|
11
|
+
name: IconName;
|
|
12
|
+
size?: number;
|
|
13
|
+
className?: string;
|
|
14
|
+
style?: React.CSSProperties;
|
|
15
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
//# sourceMappingURL=icon-map.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-map.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/Schema/icon-map.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAwCL,KAAK,UAAU,EAChB,MAAM,cAAc,CAAC;AAoDtB;;GAEG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,QAAQ,GAAG,UAAU,CAElD;AAED;;GAEG;AACH,wBAAgB,IAAI,CAAC,EACnB,IAAI,EACJ,IAAS,EACT,SAAS,EACT,KAAK,GACN,EAAE;IACD,IAAI,EAAE,QAAQ,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,2CAGA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Schema Components
|
|
3
|
+
*
|
|
4
|
+
* Components for rendering declarative panel definitions from uilint-core.
|
|
5
|
+
*/
|
|
6
|
+
export { SchemaPanel, type SchemaPanelProps } from './SchemaPanel';
|
|
7
|
+
export { type BindingContext, resolveBinding, resolveDynamicValue, evaluateExpression, evaluateCondition, createActionPayload, getValueByPath, } from './binding-utils';
|
|
8
|
+
export { getIcon, Icon } from './icon-map';
|
|
9
|
+
export * from './sections';
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ui/components/Schema/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAGnE,OAAO,EACL,KAAK,cAAc,EACnB,cAAc,EACd,mBAAmB,EACnB,kBAAkB,EAClB,iBAAiB,EACjB,mBAAmB,EACnB,cAAc,GACf,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AAG3C,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ActionsSection as ActionsSectionSchema } from 'uilint-core';
|
|
2
|
+
import { BindingContext } from '../binding-utils';
|
|
3
|
+
interface ActionsSectionProps {
|
|
4
|
+
section: ActionsSectionSchema;
|
|
5
|
+
ctx: BindingContext;
|
|
6
|
+
onAction: (type: string, payload: Record<string, unknown>) => void;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Renders an actions section
|
|
10
|
+
*/
|
|
11
|
+
export declare function ActionsSection({ section, ctx, onAction }: ActionsSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=ActionsSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionsSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/ActionsSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,cAAc,IAAI,oBAAoB,EAAgB,MAAM,aAAa,CAAC;AACxF,OAAO,EAKL,KAAK,cAAc,EACpB,MAAM,kBAAkB,CAAC;AAI1B,UAAU,mBAAmB;IAC3B,OAAO,EAAE,oBAAoB,CAAC;IAC9B,GAAG,EAAE,cAAc,CAAC;IACpB,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;CACpE;AA6ED;;GAEG;AACH,wBAAgB,cAAc,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,EAAE,mBAAmB,2CAuB7E"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BadgeSection as BadgeSectionSchema } from 'uilint-core';
|
|
2
|
+
import { BindingContext } from '../binding-utils';
|
|
3
|
+
interface BadgeSectionProps {
|
|
4
|
+
section: BadgeSectionSchema;
|
|
5
|
+
ctx: BindingContext;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Renders a badge section
|
|
9
|
+
*/
|
|
10
|
+
export declare function BadgeSection({ section, ctx }: BadgeSectionProps): import("react/jsx-runtime").JSX.Element | null;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=BadgeSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BadgeSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/BadgeSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,YAAY,IAAI,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACtE,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGvE,UAAU,iBAAiB;IACzB,OAAO,EAAE,kBAAkB,CAAC;IAC5B,GAAG,EAAE,cAAc,CAAC;CACrB;AAqBD;;GAEG;AACH,wBAAgB,YAAY,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,iBAAiB,kDAwF/D"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { CardSection as CardSectionSchema } from 'uilint-core';
|
|
2
|
+
import { BindingContext } from '../binding-utils';
|
|
3
|
+
interface CardSectionProps {
|
|
4
|
+
section: CardSectionSchema;
|
|
5
|
+
ctx: BindingContext;
|
|
6
|
+
onAction: (type: string, payload: Record<string, unknown>) => void;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Renders a card section
|
|
10
|
+
*/
|
|
11
|
+
export declare function CardSection({ section, ctx, onAction }: CardSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=CardSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/CardSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,WAAW,IAAI,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACpE,OAAO,EAIL,KAAK,cAAc,EACpB,MAAM,kBAAkB,CAAC;AAI1B,UAAU,gBAAgB;IACxB,OAAO,EAAE,iBAAiB,CAAC;IAC3B,GAAG,EAAE,cAAc,CAAC;IACpB,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;CACpE;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,EAAE,gBAAgB,2CAmEvE"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CodeComparisonSection as CodeComparisonSectionSchema } from 'uilint-core';
|
|
2
|
+
import { BindingContext } from '../binding-utils';
|
|
3
|
+
interface CodeComparisonSectionProps {
|
|
4
|
+
section: CodeComparisonSectionSchema;
|
|
5
|
+
ctx: BindingContext;
|
|
6
|
+
onAction: (type: string, payload: Record<string, unknown>) => void;
|
|
7
|
+
onFetch?: (type: string, params: Record<string, unknown>) => Promise<unknown>;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Renders a code comparison section
|
|
11
|
+
*/
|
|
12
|
+
export declare function CodeComparisonSection({ section, ctx, onAction, onFetch, }: CodeComparisonSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=CodeComparisonSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeComparisonSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/CodeComparisonSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,qBAAqB,IAAI,2BAA2B,EAAE,MAAM,aAAa,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGvD,UAAU,0BAA0B;IAClC,OAAO,EAAE,2BAA2B,CAAC;IACrC,GAAG,EAAE,cAAc,CAAC;IACpB,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IACnE,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CAC/E;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,EACpC,OAAO,EACP,GAAG,EACH,QAAQ,EACR,OAAO,GACR,EAAE,0BAA0B,2CAsD5B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { CodeViewerSection as CodeViewerSectionSchema } from 'uilint-core';
|
|
2
|
+
import { BindingContext } from '../binding-utils';
|
|
3
|
+
interface CodeViewerSectionProps {
|
|
4
|
+
section: CodeViewerSectionSchema;
|
|
5
|
+
ctx: BindingContext;
|
|
6
|
+
onAction: (type: string, payload: Record<string, unknown>) => void;
|
|
7
|
+
onFetch?: (type: string, params: Record<string, unknown>) => Promise<unknown>;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Renders a code viewer section
|
|
11
|
+
*/
|
|
12
|
+
export declare function CodeViewerSection({ section, ctx, onAction, onFetch, }: CodeViewerSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=CodeViewerSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CodeViewerSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/CodeViewerSection.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,iBAAiB,IAAI,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAChF,OAAO,EAKL,KAAK,cAAc,EACpB,MAAM,kBAAkB,CAAC;AAG1B,UAAU,sBAAsB;IAC9B,OAAO,EAAE,uBAAuB,CAAC;IACjC,GAAG,EAAE,cAAc,CAAC;IACpB,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IACnE,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CAC/E;AA4ED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,OAAO,EACP,GAAG,EACH,QAAQ,EACR,OAAO,GACR,EAAE,sBAAsB,2CAkJxB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ConditionalSection as ConditionalSectionSchema, PanelSection } from 'uilint-core';
|
|
3
|
+
import { BindingContext } from '../binding-utils';
|
|
4
|
+
interface ConditionalSectionProps {
|
|
5
|
+
section: ConditionalSectionSchema;
|
|
6
|
+
ctx: BindingContext;
|
|
7
|
+
renderSection: (section: PanelSection, index: number) => React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Renders a conditional section
|
|
11
|
+
*/
|
|
12
|
+
export declare function ConditionalSection({ section, ctx, renderSection, }: ConditionalSectionProps): import("react/jsx-runtime").JSX.Element | null;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=ConditionalSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConditionalSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/ConditionalSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,kBAAkB,IAAI,wBAAwB,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChG,OAAO,EAAqB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAE1E,UAAU,uBAAuB;IAC/B,OAAO,EAAE,wBAAwB,CAAC;IAClC,GAAG,EAAE,cAAc,CAAC;IACpB,aAAa,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;CAC1E;AAED;;GAEG;AACH,wBAAgB,kBAAkB,CAAC,EACjC,OAAO,EACP,GAAG,EACH,aAAa,GACd,EAAE,uBAAuB,kDAkBzB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { DividerSection as DividerSectionSchema } from 'uilint-core';
|
|
2
|
+
interface DividerSectionProps {
|
|
3
|
+
section: DividerSectionSchema;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Renders a divider section
|
|
7
|
+
*/
|
|
8
|
+
export declare function DividerSection({ section }: DividerSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=DividerSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DividerSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/DividerSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,cAAc,IAAI,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAE1E,UAAU,mBAAmB;IAC3B,OAAO,EAAE,oBAAoB,CAAC;CAC/B;AAiBD;;GAEG;AACH,wBAAgB,cAAc,CAAC,EAAE,OAAO,EAAE,EAAE,mBAAmB,2CAY9D"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { HeaderSection as HeaderSectionSchema } from 'uilint-core';
|
|
2
|
+
import { BindingContext } from '../binding-utils';
|
|
3
|
+
interface HeaderSectionProps {
|
|
4
|
+
section: HeaderSectionSchema;
|
|
5
|
+
ctx: BindingContext;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Renders a header section
|
|
9
|
+
*/
|
|
10
|
+
export declare function HeaderSection({ section, ctx }: HeaderSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=HeaderSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeaderSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/HeaderSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,aAAa,IAAI,mBAAmB,EAAE,MAAM,aAAa,CAAC;AACxE,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAG5E,UAAU,kBAAkB;IAC1B,OAAO,EAAE,mBAAmB,CAAC;IAC7B,GAAG,EAAE,cAAc,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,kBAAkB,2CAmDjE"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ImageSection as ImageSectionSchema } from 'uilint-core';
|
|
2
|
+
import { BindingContext } from '../binding-utils';
|
|
3
|
+
interface ImageSectionProps {
|
|
4
|
+
section: ImageSectionSchema;
|
|
5
|
+
ctx: BindingContext;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Renders an image section
|
|
9
|
+
*/
|
|
10
|
+
export declare function ImageSection({ section, ctx }: ImageSectionProps): import("react/jsx-runtime").JSX.Element | null;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=ImageSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/ImageSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,YAAY,IAAI,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACtE,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvE,UAAU,iBAAiB;IACzB,OAAO,EAAE,kBAAkB,CAAC;IAC5B,GAAG,EAAE,cAAc,CAAC;CACrB;AASD;;GAEG;AACH,wBAAgB,YAAY,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,iBAAiB,kDAgD/D"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { ListSection as ListSectionSchema, PanelSection } from 'uilint-core';
|
|
3
|
+
import { BindingContext } from '../binding-utils';
|
|
4
|
+
interface ListSectionProps {
|
|
5
|
+
section: ListSectionSchema;
|
|
6
|
+
ctx: BindingContext;
|
|
7
|
+
renderSection: (section: PanelSection, index: number, itemCtx?: BindingContext) => React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Renders a list section
|
|
11
|
+
*/
|
|
12
|
+
export declare function ListSection({ section, ctx, renderSection }: ListSectionProps): import("react/jsx-runtime").JSX.Element | null;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=ListSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/ListSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,WAAW,IAAI,iBAAiB,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAClF,OAAO,EAAkB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvE,UAAU,gBAAgB;IACxB,OAAO,EAAE,iBAAiB,CAAC;IAC3B,GAAG,EAAE,cAAc,CAAC;IACpB,aAAa,EAAE,CAAC,OAAO,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,KAAK,KAAK,CAAC,SAAS,CAAC;CACpG;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,aAAa,EAAE,EAAE,gBAAgB,kDA4C5E"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ProgressSection as ProgressSectionSchema } from 'uilint-core';
|
|
2
|
+
import { BindingContext } from '../binding-utils';
|
|
3
|
+
interface ProgressSectionProps {
|
|
4
|
+
section: ProgressSectionSchema;
|
|
5
|
+
ctx: BindingContext;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Renders a progress section
|
|
9
|
+
*/
|
|
10
|
+
export declare function ProgressSection({ section, ctx }: ProgressSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=ProgressSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/ProgressSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,eAAe,IAAI,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAC5E,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAE5E,UAAU,oBAAoB;IAC5B,OAAO,EAAE,qBAAqB,CAAC;IAC/B,GAAG,EAAE,cAAc,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,oBAAoB,2CA8DrE"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TextSection as TextSectionSchema } from 'uilint-core';
|
|
2
|
+
import { BindingContext } from '../binding-utils';
|
|
3
|
+
interface TextSectionProps {
|
|
4
|
+
section: TextSectionSchema;
|
|
5
|
+
ctx: BindingContext;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Renders a text section
|
|
9
|
+
*/
|
|
10
|
+
export declare function TextSection({ section, ctx }: TextSectionProps): import("react/jsx-runtime").JSX.Element | null;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=TextSection.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextSection.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/TextSection.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,KAAK,EAAE,WAAW,IAAI,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACpE,OAAO,EAAuB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAE5E,UAAU,gBAAgB;IACxB,OAAO,EAAE,iBAAiB,CAAC;IAC3B,GAAG,EAAE,cAAc,CAAC;CACrB;AA8CD;;GAEG;AACH,wBAAgB,WAAW,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,gBAAgB,kDAU7D"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Schema Section Renderers
|
|
3
|
+
*
|
|
4
|
+
* Exports all section renderer components.
|
|
5
|
+
*/
|
|
6
|
+
export { HeaderSection } from './HeaderSection';
|
|
7
|
+
export { CodeViewerSection } from './CodeViewerSection';
|
|
8
|
+
export { CodeComparisonSection } from './CodeComparisonSection';
|
|
9
|
+
export { BadgeSection } from './BadgeSection';
|
|
10
|
+
export { TextSection } from './TextSection';
|
|
11
|
+
export { ActionsSection } from './ActionsSection';
|
|
12
|
+
export { DividerSection } from './DividerSection';
|
|
13
|
+
export { ConditionalSection } from './ConditionalSection';
|
|
14
|
+
export { ListSection } from './ListSection';
|
|
15
|
+
export { ImageSection } from './ImageSection';
|
|
16
|
+
export { CardSection } from './CardSection';
|
|
17
|
+
export { ProgressSection } from './ProgressSection';
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/ui/components/Schema/sections/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/ui/components/badge.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/ui/components/badge.tsx"],"names":[],"mappings":"AACA;;;;;;;GAOG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAU,KAAK,eAAe,EAAE,MAAM,cAAc,CAAC;AAI5D;;;;GAIG;AACH,QAAA,MAAM,aAAa;;;8EA8BlB,CAAC;AAqBF,MAAM,WAAW,UACf,SAAQ,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,EAC/C,YAAY,CAAC,OAAO,aAAa,CAAC;IACpC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,gCAAgC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED;;;;;;;;;GASG;AACH,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAO,EACP,IAAI,EACJ,QAAQ,EACR,gBAAwB,EACxB,KAAK,EACL,GAAG,KAAK,EACT,EAAE,UAAU,2CAmCZ;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,cAAe,SAAQ,YAAY,CAAC,OAAO,aAAa,CAAC;IACxE,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gCAAgC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,iBAAS,SAAS,CAAC,EACjB,IAAI,EACJ,KAAK,EACL,KAAK,EACL,OAAO,EACP,IAAI,EACJ,SAAS,EACT,gBAAwB,GACzB,EAAE,cAAc,2CAiIhB;AAED;;;;;;;;;;GAUG;AACH,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gCAAgC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,iBAAS,aAAa,CAAC,EACrB,QAAQ,EACR,UAAkB,EAClB,SAAS,EACT,gBAAwB,GACzB,EAAE,kBAAkB,2CAyCpB;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,8CAA8C;IAC9C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,0DAA0D;IAC1D,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gCAAgC;IAChC,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,iBAAS,UAAU,CAAC,EAClB,KAAK,EACL,OAAe,EACf,aAAoB,EACpB,IAAgB,EAChB,SAAS,EACT,gBAAwB,GACzB,EAAE,eAAe,2CAmBjB;AAED,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bottom-sheet.d.ts","sourceRoot":"","sources":["../../../src/ui/components/bottom-sheet.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bottom-sheet.d.ts","sourceRoot":"","sources":["../../../src/ui/components/bottom-sheet.tsx"],"names":[],"mappings":"AACA;;GAEG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAKD,wBAAgB,WAAW,CAAC,EAC1B,IAAI,EACJ,OAAO,EACP,QAAQ,EACR,SAAc,EACd,UAAiB,EACjB,cAAqB,EACrB,SAAS,GACV,EAAE,gBAAgB,4BA2GlB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/ui/components/button.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,cAAc;;;8EAwEnB,CAAC;AAiBF,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC,mEAAmE;IACnE,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,QAAA,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/ui/components/button.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,cAAc;;;8EAwEnB,CAAC;AAiBF,MAAM,WAAW,WACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,cAAc,CAAC;IACrC,mEAAmE;IACnE,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,QAAA,MAAM,MAAM,uFAkCX,CAAC;AAGF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTileItems.d.ts","sourceRoot":"","sources":["../../../src/ui/hooks/useTileItems.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAWH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE/D;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,4BAA4B;IAC5B,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,iFAAiF;IACjF,SAAS,EAAE,OAAO,CAAC;IACnB,6EAA6E;IAC7E,UAAU,EAAE,OAAO,CAAC;CACrB;AAoDD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,YAAY,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,kBAAkB,
|
|
1
|
+
{"version":3,"file":"useTileItems.d.ts","sourceRoot":"","sources":["../../../src/ui/hooks/useTileItems.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAWH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAE/D;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,4BAA4B;IAC5B,KAAK,EAAE,QAAQ,EAAE,CAAC;IAClB,iFAAiF;IACjF,SAAS,EAAE,OAAO,CAAC;IACnB,6EAA6E;IAC7E,UAAU,EAAE,OAAO,CAAC;CACrB;AAoDD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAgB,YAAY,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,kBAAkB,CA8B/D"}
|
package/dist/ui/types.d.ts
CHANGED
|
@@ -58,7 +58,7 @@ export declare function createIssueId(pluginId: string, ruleId: string, dataLoc:
|
|
|
58
58
|
*/
|
|
59
59
|
export declare function severityFromNumber(num: 1 | 2 | number): IssueSeverity;
|
|
60
60
|
/**
|
|
61
|
-
* Get CSS color for severity
|
|
61
|
+
* Get CSS color for severity (uses CSS variables from globals.css)
|
|
62
62
|
*/
|
|
63
63
|
export declare function severityToColor(severity: IssueSeverity): string;
|
|
64
64
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uilint-react",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.138",
|
|
4
4
|
"description": "React component for AI-powered UI consistency checking",
|
|
5
5
|
"author": "Peter Suggate",
|
|
6
6
|
"repository": {
|
|
@@ -48,12 +48,22 @@
|
|
|
48
48
|
"react-use-measure": "^2.1.7",
|
|
49
49
|
"tw-animate-css": "^1.4.0",
|
|
50
50
|
"zustand": "^5.0.10",
|
|
51
|
-
"uilint-core": "0.2.
|
|
52
|
-
"uilint-eslint": "0.2.
|
|
51
|
+
"uilint-core": "0.2.138",
|
|
52
|
+
"uilint-eslint": "0.2.138"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"react": "^19.0.0",
|
|
56
|
-
"react-dom": "^19.0.0"
|
|
56
|
+
"react-dom": "^19.0.0",
|
|
57
|
+
"uilint-vision": "0.2.138",
|
|
58
|
+
"uilint-semantic": "0.2.138"
|
|
59
|
+
},
|
|
60
|
+
"peerDependenciesMeta": {
|
|
61
|
+
"uilint-vision": {
|
|
62
|
+
"optional": true
|
|
63
|
+
},
|
|
64
|
+
"uilint-semantic": {
|
|
65
|
+
"optional": true
|
|
66
|
+
}
|
|
57
67
|
},
|
|
58
68
|
"devDependencies": {
|
|
59
69
|
"@eslint/js": "^9.39.2",
|