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
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export { generateStyleGuideFromStyles as generateStyleGuide } from 'uilint-core'
|
|
|
14
14
|
export { createEmptyStyleGuide, mergeStyleGuides } from 'uilint-core';
|
|
15
15
|
export { DevTool } from './DevTool';
|
|
16
16
|
export type { DevToolProps, DevToolMode } from './DevTool';
|
|
17
|
+
export { registerExternalPlugin } from './core/plugin-system/loader';
|
|
17
18
|
export { configureStaticMode, isStaticMode, clearStaticMode, getManifestMetadata, } from './plugins/eslint';
|
|
18
19
|
export type { LintManifest, ManifestIssue, ManifestFileEntry, ManifestRuleMeta, SourceSnippet, } from './core/services/manifest-types';
|
|
19
20
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,MAAM,EACN,cAAc,EACd,gBAAgB,EAEhB,SAAS,EACT,eAAe,EAEf,YAAY,EACZ,aAAa,EACb,kBAAkB,EAClB,eAAe,EACf,eAAe,GAChB,MAAM,MAAM,CAAC;AAEd,YAAY,EACV,KAAK,EACL,aAAa,EACb,WAAW,EACX,cAAc,EACd,WAAW,GACZ,MAAM,MAAM,CAAC;AAMd,OAAO,EAEL,iBAAiB,EACjB,iBAAiB,EACjB,qBAAqB,EACrB,cAAc,EACd,kBAAkB,EAClB,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,oBAAoB,EAEpB,WAAW,EACX,sBAAsB,EACtB,gBAAgB,EAChB,eAAe,EACf,eAAe,EAEf,WAAW,EACX,gBAAgB,EAChB,cAAc,GACf,MAAM,sBAAsB,CAAC;AAE9B,YAAY,EACV,cAAc,EACd,cAAc,EACd,UAAU,EACV,cAAc,EACd,iBAAiB,EACjB,YAAY,EACZ,aAAa,EACb,gBAAgB,GACjB,MAAM,sBAAsB,CAAC;AAK9B,OAAO,EACL,cAAc,EACd,mBAAmB,EACnB,sBAAsB,EACtB,sBAAsB,GACvB,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EACV,aAAa,EACb,WAAW,EACX,eAAe,EACf,eAAe,EACf,SAAS,EACT,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,qBAAqB,CAAC;AAK7B,OAAO,KAAK,EACV,WAAW,EACX,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,cAAc,EACf,MAAM,aAAa,CAAC;AAErB,YAAY,EACV,WAAW,EACX,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,cAAc,GACf,CAAC;AAKF,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAMnE,OAAO,EACL,oBAAoB,EACpB,eAAe,EACf,kBAAkB,GACnB,MAAM,aAAa,CAAC;AAGrB,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAAE,4BAA4B,IAAI,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjF,OAAO,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAKtE,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAK3D,OAAO,EACL,mBAAmB,EACnB,YAAY,EACZ,eAAe,EACf,mBAAmB,GACpB,MAAM,kBAAkB,CAAC;AAE1B,YAAY,EACV,YAAY,EACZ,aAAa,EACb,iBAAiB,EACjB,gBAAgB,EAChB,aAAa,GACd,MAAM,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,MAAM,EACN,cAAc,EACd,gBAAgB,EAEhB,SAAS,EACT,eAAe,EAEf,YAAY,EACZ,aAAa,EACb,kBAAkB,EAClB,eAAe,EACf,eAAe,GAChB,MAAM,MAAM,CAAC;AAEd,YAAY,EACV,KAAK,EACL,aAAa,EACb,WAAW,EACX,cAAc,EACd,WAAW,GACZ,MAAM,MAAM,CAAC;AAMd,OAAO,EAEL,iBAAiB,EACjB,iBAAiB,EACjB,qBAAqB,EACrB,cAAc,EACd,kBAAkB,EAClB,cAAc,EACd,iBAAiB,EACjB,cAAc,EACd,oBAAoB,EAEpB,WAAW,EACX,sBAAsB,EACtB,gBAAgB,EAChB,eAAe,EACf,eAAe,EAEf,WAAW,EACX,gBAAgB,EAChB,cAAc,GACf,MAAM,sBAAsB,CAAC;AAE9B,YAAY,EACV,cAAc,EACd,cAAc,EACd,UAAU,EACV,cAAc,EACd,iBAAiB,EACjB,YAAY,EACZ,aAAa,EACb,gBAAgB,GACjB,MAAM,sBAAsB,CAAC;AAK9B,OAAO,EACL,cAAc,EACd,mBAAmB,EACnB,sBAAsB,EACtB,sBAAsB,GACvB,MAAM,qBAAqB,CAAC;AAE7B,YAAY,EACV,aAAa,EACb,WAAW,EACX,eAAe,EACf,eAAe,EACf,SAAS,EACT,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,qBAAqB,CAAC;AAK7B,OAAO,KAAK,EACV,WAAW,EACX,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,cAAc,EACf,MAAM,aAAa,CAAC;AAErB,YAAY,EACV,WAAW,EACX,UAAU,EACV,eAAe,EACf,gBAAgB,EAChB,WAAW,EACX,cAAc,GACf,CAAC;AAKF,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAMnE,OAAO,EACL,oBAAoB,EACpB,eAAe,EACf,kBAAkB,GACnB,MAAM,aAAa,CAAC;AAGrB,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,EAAE,4BAA4B,IAAI,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjF,OAAO,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAKtE,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAK3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAKrE,OAAO,EACL,mBAAmB,EACnB,YAAY,EACZ,eAAe,EACf,mBAAmB,GACpB,MAAM,kBAAkB,CAAC;AAE1B,YAAY,EACV,YAAY,EACZ,aAAa,EACb,iBAAiB,EACjB,gBAAgB,EAChB,aAAa,GACd,MAAM,gCAAgC,CAAC"}
|