@lssm-tech/lib.ui-kit-core 3.8.9 → 6.0.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/README.md +50 -7
- package/package.json +706 -88
- package/dist/browser/index.js +0 -1
- package/dist/browser/interfaces/collections.js +0 -0
- package/dist/browser/interfaces/common.js +0 -0
- package/dist/browser/interfaces/feedback.js +0 -0
- package/dist/browser/interfaces/forms.js +0 -0
- package/dist/browser/interfaces/index.js +0 -1
- package/dist/browser/interfaces/layout.js +0 -0
- package/dist/browser/interfaces/marketing.js +0 -0
- package/dist/browser/interfaces/registry.js +0 -1
- package/dist/browser/interfaces/visualization.js +0 -0
- package/dist/browser/ui-kit-core.feature.js +0 -1
- package/dist/browser/utils.js +0 -1
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -2
- package/dist/interfaces/collections.d.ts +0 -102
- package/dist/interfaces/collections.js +0 -1
- package/dist/interfaces/common.d.ts +0 -30
- package/dist/interfaces/common.js +0 -1
- package/dist/interfaces/feedback.d.ts +0 -29
- package/dist/interfaces/feedback.js +0 -1
- package/dist/interfaces/forms.d.ts +0 -66
- package/dist/interfaces/forms.js +0 -1
- package/dist/interfaces/index.d.ts +0 -8
- package/dist/interfaces/index.js +0 -2
- package/dist/interfaces/layout.d.ts +0 -17
- package/dist/interfaces/layout.js +0 -1
- package/dist/interfaces/marketing.d.ts +0 -26
- package/dist/interfaces/marketing.js +0 -1
- package/dist/interfaces/registry.d.ts +0 -2
- package/dist/interfaces/registry.js +0 -2
- package/dist/interfaces/visualization.d.ts +0 -7
- package/dist/interfaces/visualization.js +0 -1
- package/dist/ui-kit-core.feature.d.ts +0 -1
- package/dist/ui-kit-core.feature.js +0 -2
- package/dist/utils.d.ts +0 -2
- package/dist/utils.js +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm-tech/lib.ui-kit-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "Core UI primitives and utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -12,11 +12,10 @@
|
|
|
12
12
|
],
|
|
13
13
|
"type": "module",
|
|
14
14
|
"types": "./dist/index.d.ts",
|
|
15
|
-
"sideEffects": false,
|
|
16
15
|
"scripts": {
|
|
17
16
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
18
17
|
"publish:pkg:canary": "bun publish:pkg --tag canary",
|
|
19
|
-
"build": "bun
|
|
18
|
+
"build": "contractspec-bun-build build",
|
|
20
19
|
"build:bundle": "contractspec-bun-build transpile",
|
|
21
20
|
"build:types": "contractspec-bun-build types",
|
|
22
21
|
"dev": "contractspec-bun-build dev",
|
|
@@ -25,100 +24,125 @@
|
|
|
25
24
|
"lint:fix": "node ../../../scripts/biome.cjs check --write --unsafe --only=nursery/useSortedClasses . && node ../../../scripts/biome.cjs check --write .",
|
|
26
25
|
"lint:check": "node ../../../scripts/biome.cjs check .",
|
|
27
26
|
"prebuild": "contractspec-bun-build prebuild",
|
|
28
|
-
"typecheck": "
|
|
27
|
+
"typecheck": "tsgo --noEmit"
|
|
29
28
|
},
|
|
30
29
|
"dependencies": {
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
30
|
+
"@lssm-tech/lib.contracts-spec": "workspace:^",
|
|
31
|
+
"@types/d3-force": "^3.0.10",
|
|
32
|
+
"@types/d3-hierarchy": "^3.1.7",
|
|
33
|
+
"class-variance-authority": "^0.7.1",
|
|
34
|
+
"clsx": "^2.1.1",
|
|
35
|
+
"d3-force": "^3.0.0",
|
|
36
|
+
"d3-hierarchy": "^3.1.2",
|
|
37
|
+
"fuse.js": "^7.5.0",
|
|
38
|
+
"tailwind-merge": "catalog:ui"
|
|
39
|
+
},
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"react": "catalog:",
|
|
42
|
+
"react-native": "catalog:native"
|
|
43
|
+
},
|
|
44
|
+
"peerDependenciesMeta": {
|
|
45
|
+
"react-native": {
|
|
46
|
+
"optional": true
|
|
47
|
+
}
|
|
39
48
|
},
|
|
40
49
|
"devDependencies": {
|
|
41
|
-
"@
|
|
42
|
-
"
|
|
43
|
-
"
|
|
50
|
+
"@lssm-tech/tool.typescript": "workspace:*",
|
|
51
|
+
"react": "catalog:",
|
|
52
|
+
"react-native": "catalog:native",
|
|
53
|
+
"typescript": "catalog:",
|
|
54
|
+
"@lssm-tech/tool.bun": "workspace:*"
|
|
44
55
|
},
|
|
45
56
|
"exports": {
|
|
46
|
-
".":
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"./
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
"./
|
|
59
|
-
"types": "./
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"default": "./dist/interfaces/collections.js"
|
|
63
|
-
},
|
|
64
|
-
"./interfaces/common": {
|
|
65
|
-
"types": "./dist/interfaces/common.d.ts",
|
|
66
|
-
"browser": "./dist/browser/interfaces/common.js",
|
|
67
|
-
"bun": "./dist/interfaces/common.js",
|
|
68
|
-
"default": "./dist/interfaces/common.js"
|
|
69
|
-
},
|
|
70
|
-
"./interfaces/feedback": {
|
|
71
|
-
"types": "./dist/interfaces/feedback.d.ts",
|
|
72
|
-
"browser": "./dist/browser/interfaces/feedback.js",
|
|
73
|
-
"bun": "./dist/interfaces/feedback.js",
|
|
74
|
-
"default": "./dist/interfaces/feedback.js"
|
|
75
|
-
},
|
|
76
|
-
"./interfaces/forms": {
|
|
77
|
-
"types": "./dist/interfaces/forms.d.ts",
|
|
78
|
-
"browser": "./dist/browser/interfaces/forms.js",
|
|
79
|
-
"bun": "./dist/interfaces/forms.js",
|
|
80
|
-
"default": "./dist/interfaces/forms.js"
|
|
81
|
-
},
|
|
82
|
-
"./interfaces/layout": {
|
|
83
|
-
"types": "./dist/interfaces/layout.d.ts",
|
|
84
|
-
"browser": "./dist/browser/interfaces/layout.js",
|
|
85
|
-
"bun": "./dist/interfaces/layout.js",
|
|
86
|
-
"default": "./dist/interfaces/layout.js"
|
|
87
|
-
},
|
|
88
|
-
"./interfaces/marketing": {
|
|
89
|
-
"types": "./dist/interfaces/marketing.d.ts",
|
|
90
|
-
"browser": "./dist/browser/interfaces/marketing.js",
|
|
91
|
-
"bun": "./dist/interfaces/marketing.js",
|
|
92
|
-
"default": "./dist/interfaces/marketing.js"
|
|
57
|
+
".": "./src/index.ts",
|
|
58
|
+
"./a11y": "./src/a11y/index.ts",
|
|
59
|
+
"./a11y/GraphAccessibilityProvider": "./src/a11y/GraphAccessibilityProvider.ts",
|
|
60
|
+
"./a11y/narration-types": "./src/a11y/narration-types.ts",
|
|
61
|
+
"./algorithms/color-scale": "./src/algorithms/color-scale.ts",
|
|
62
|
+
"./algorithms/convex-hull": "./src/algorithms/convex-hull.ts",
|
|
63
|
+
"./algorithms/path-algorithms": "./src/algorithms/path-algorithms.ts",
|
|
64
|
+
"./command-theme": "./src/command-theme.ts",
|
|
65
|
+
"./exporters/dot-exporter": "./src/exporters/dot-exporter.ts",
|
|
66
|
+
"./exporters/json-exporter": "./src/exporters/json-exporter.ts",
|
|
67
|
+
"./exporters/mermaid-exporter": "./src/exporters/mermaid-exporter.ts",
|
|
68
|
+
"./exporters/pii-redactor": "./src/exporters/pii-redactor.ts",
|
|
69
|
+
"./hooks": {
|
|
70
|
+
"types": "./src/hooks/index.ts",
|
|
71
|
+
"react-native": "./src/hooks/index.ts",
|
|
72
|
+
"default": "./src/hooks/index.ts"
|
|
93
73
|
},
|
|
94
|
-
"./
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
74
|
+
"./hooks/filterChipHelpers": "./src/hooks/filterChipHelpers.ts",
|
|
75
|
+
"./hooks/useAdaptiveGraphRenderer": "./src/hooks/useAdaptiveGraphRenderer.ts",
|
|
76
|
+
"./hooks/useAnimationBudget": "./src/hooks/useAnimationBudget.ts",
|
|
77
|
+
"./hooks/useAnnotations": "./src/hooks/useAnnotations.ts",
|
|
78
|
+
"./hooks/useBackendSelection": "./src/hooks/useBackendSelection.ts",
|
|
79
|
+
"./hooks/useCriticalPath": "./src/hooks/useCriticalPath.ts",
|
|
80
|
+
"./hooks/useDependencyChain": "./src/hooks/useDependencyChain.ts",
|
|
81
|
+
"./hooks/useGraphCluster": "./src/hooks/useGraphCluster.ts",
|
|
82
|
+
"./hooks/useGraphDiff": "./src/hooks/useGraphDiff.ts",
|
|
83
|
+
"./hooks/useGraphFilter": "./src/hooks/useGraphFilter.ts",
|
|
84
|
+
"./hooks/useGraphFocusMode": "./src/hooks/useGraphFocusMode.ts",
|
|
85
|
+
"./hooks/useGraphLayout": "./src/hooks/useGraphLayout.ts",
|
|
86
|
+
"./hooks/useGraphLOD": "./src/hooks/useGraphLOD.ts",
|
|
87
|
+
"./hooks/useGraphSearch": "./src/hooks/useGraphSearch.ts",
|
|
88
|
+
"./hooks/useGraphSelection": "./src/hooks/useGraphSelection.ts",
|
|
89
|
+
"./hooks/useHeatmapOverlay": "./src/hooks/useHeatmapOverlay.ts",
|
|
90
|
+
"./hooks/useHistoryBuffer": "./src/hooks/useHistoryBuffer.ts",
|
|
91
|
+
"./hooks/usePresenterState": "./src/hooks/usePresenterState.ts",
|
|
92
|
+
"./hooks/useReducedMotion": {
|
|
93
|
+
"types": "./src/hooks/useReducedMotion.ts",
|
|
94
|
+
"react-native": "./src/hooks/useReducedMotion.native.ts",
|
|
95
|
+
"default": "./src/hooks/useReducedMotion.ts"
|
|
99
96
|
},
|
|
100
|
-
"./
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
"./
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
"./
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
97
|
+
"./hooks/useReducedMotion.native": "./src/hooks/useReducedMotion.native.ts",
|
|
98
|
+
"./hooks/useSavedViewRestore": "./src/hooks/useSavedViewRestore.ts",
|
|
99
|
+
"./hooks/useShortestPath": "./src/hooks/useShortestPath.ts",
|
|
100
|
+
"./hooks/useTimelineRange": "./src/hooks/useTimelineRange.ts",
|
|
101
|
+
"./hooks/useTimelineZoom": "./src/hooks/useTimelineZoom.ts",
|
|
102
|
+
"./interfaces": "./src/interfaces/index.ts",
|
|
103
|
+
"./interfaces/base-components": "./src/interfaces/base-components.ts",
|
|
104
|
+
"./interfaces/collections": "./src/interfaces/collections.ts",
|
|
105
|
+
"./interfaces/common": "./src/interfaces/common.ts",
|
|
106
|
+
"./interfaces/feedback": "./src/interfaces/feedback.ts",
|
|
107
|
+
"./interfaces/forms": "./src/interfaces/forms.ts",
|
|
108
|
+
"./interfaces/graph": "./src/interfaces/graph.ts",
|
|
109
|
+
"./interfaces/graph-backend": "./src/interfaces/graph-backend.ts",
|
|
110
|
+
"./interfaces/layout": "./src/interfaces/layout.ts",
|
|
111
|
+
"./interfaces/lod": "./src/interfaces/lod.ts",
|
|
112
|
+
"./interfaces/marketing": "./src/interfaces/marketing.ts",
|
|
113
|
+
"./interfaces/registry": "./src/interfaces/registry.ts",
|
|
114
|
+
"./interfaces/visualization": "./src/interfaces/visualization.ts",
|
|
115
|
+
"./layouts/d3-force-engine": "./src/layouts/d3-force-engine.ts",
|
|
116
|
+
"./layouts/d3-hierarchy-engine": "./src/layouts/d3-hierarchy-engine.ts",
|
|
117
|
+
"./layouts/edge-bundling": "./src/layouts/edge-bundling.ts",
|
|
118
|
+
"./layouts/force-layout": "./src/layouts/force-layout.ts",
|
|
119
|
+
"./layouts/radial-layout": "./src/layouts/radial-layout.ts",
|
|
120
|
+
"./layouts/time-axis-layout": "./src/layouts/time-axis-layout.ts",
|
|
121
|
+
"./layouts/tree-layout": "./src/layouts/tree-layout.ts",
|
|
122
|
+
"./multiplayer/MultiplayerTransport": "./src/multiplayer/MultiplayerTransport.ts",
|
|
123
|
+
"./preview-panel/panel-stack-reducer": "./src/preview-panel/panel-stack-reducer.ts",
|
|
124
|
+
"./preview-panel/popover-position": "./src/preview-panel/popover-position.ts",
|
|
125
|
+
"./preview-panel/router-dispatch": "./src/preview-panel/router-dispatch.ts",
|
|
126
|
+
"./preview-panel/types": "./src/preview-panel/types.ts",
|
|
127
|
+
"./preview-panel/use-panel-stack": "./src/preview-panel/use-panel-stack.ts",
|
|
128
|
+
"./rich-block/diff/diff-lcs": "./src/rich-block/diff/diff-lcs.ts",
|
|
129
|
+
"./rich-block/diff/highlight-tokenizer": "./src/rich-block/diff/highlight-tokenizer.ts",
|
|
130
|
+
"./rich-block/diff/use-highlighted-diff-lines": "./src/rich-block/diff/use-highlighted-diff-lines.ts",
|
|
131
|
+
"./rich-block/markdown-fallback": "./src/rich-block/markdown-fallback.ts",
|
|
132
|
+
"./rich-block/types": "./src/rich-block/types.ts",
|
|
133
|
+
"./rich-block/use-rich-block": "./src/rich-block/use-rich-block.ts",
|
|
134
|
+
"./rich-ref/trigger-resolver": "./src/rich-ref/trigger-resolver.ts",
|
|
135
|
+
"./rich-ref/types": "./src/rich-ref/types.ts",
|
|
136
|
+
"./rich-ref/use-rich-ref": "./src/rich-ref/use-rich-ref.ts",
|
|
137
|
+
"./ui-kit-core.feature": "./src/ui-kit-core.feature.ts",
|
|
138
|
+
"./utils": "./src/utils.ts",
|
|
139
|
+
"./variants": "./src/variants/index.ts",
|
|
140
|
+
"./variants/adapter": "./src/variants/adapter.ts",
|
|
141
|
+
"./variants/axes": "./src/variants/axes.ts",
|
|
142
|
+
"./variants/token-prop": "./src/variants/token-prop.ts"
|
|
118
143
|
},
|
|
119
144
|
"files": [
|
|
120
|
-
"
|
|
121
|
-
"README.md"
|
|
145
|
+
"package.json"
|
|
122
146
|
],
|
|
123
147
|
"publishConfig": {
|
|
124
148
|
"access": "public",
|
|
@@ -129,12 +153,235 @@
|
|
|
129
153
|
"bun": "./dist/index.js",
|
|
130
154
|
"default": "./dist/index.js"
|
|
131
155
|
},
|
|
156
|
+
"./a11y": {
|
|
157
|
+
"types": "./dist/a11y/index.d.ts",
|
|
158
|
+
"browser": "./dist/browser/a11y/index.js",
|
|
159
|
+
"bun": "./dist/a11y/index.js",
|
|
160
|
+
"default": "./dist/a11y/index.js"
|
|
161
|
+
},
|
|
162
|
+
"./a11y/GraphAccessibilityProvider": {
|
|
163
|
+
"types": "./dist/a11y/GraphAccessibilityProvider.d.ts",
|
|
164
|
+
"browser": "./dist/browser/a11y/GraphAccessibilityProvider.js",
|
|
165
|
+
"bun": "./dist/a11y/GraphAccessibilityProvider.js",
|
|
166
|
+
"default": "./dist/a11y/GraphAccessibilityProvider.js"
|
|
167
|
+
},
|
|
168
|
+
"./a11y/narration-types": {
|
|
169
|
+
"types": "./dist/a11y/narration-types.d.ts",
|
|
170
|
+
"browser": "./dist/browser/a11y/narration-types.js",
|
|
171
|
+
"bun": "./dist/a11y/narration-types.js",
|
|
172
|
+
"default": "./dist/a11y/narration-types.js"
|
|
173
|
+
},
|
|
174
|
+
"./algorithms/color-scale": {
|
|
175
|
+
"types": "./dist/algorithms/color-scale.d.ts",
|
|
176
|
+
"browser": "./dist/browser/algorithms/color-scale.js",
|
|
177
|
+
"bun": "./dist/algorithms/color-scale.js",
|
|
178
|
+
"default": "./dist/algorithms/color-scale.js"
|
|
179
|
+
},
|
|
180
|
+
"./algorithms/convex-hull": {
|
|
181
|
+
"types": "./dist/algorithms/convex-hull.d.ts",
|
|
182
|
+
"browser": "./dist/browser/algorithms/convex-hull.js",
|
|
183
|
+
"bun": "./dist/algorithms/convex-hull.js",
|
|
184
|
+
"default": "./dist/algorithms/convex-hull.js"
|
|
185
|
+
},
|
|
186
|
+
"./algorithms/path-algorithms": {
|
|
187
|
+
"types": "./dist/algorithms/path-algorithms.d.ts",
|
|
188
|
+
"browser": "./dist/browser/algorithms/path-algorithms.js",
|
|
189
|
+
"bun": "./dist/algorithms/path-algorithms.js",
|
|
190
|
+
"default": "./dist/algorithms/path-algorithms.js"
|
|
191
|
+
},
|
|
192
|
+
"./command-theme": {
|
|
193
|
+
"types": "./dist/command-theme.d.ts",
|
|
194
|
+
"browser": "./dist/browser/command-theme.js",
|
|
195
|
+
"bun": "./dist/command-theme.js",
|
|
196
|
+
"default": "./dist/command-theme.js"
|
|
197
|
+
},
|
|
198
|
+
"./exporters/dot-exporter": {
|
|
199
|
+
"types": "./dist/exporters/dot-exporter.d.ts",
|
|
200
|
+
"browser": "./dist/browser/exporters/dot-exporter.js",
|
|
201
|
+
"bun": "./dist/exporters/dot-exporter.js",
|
|
202
|
+
"default": "./dist/exporters/dot-exporter.js"
|
|
203
|
+
},
|
|
204
|
+
"./exporters/json-exporter": {
|
|
205
|
+
"types": "./dist/exporters/json-exporter.d.ts",
|
|
206
|
+
"browser": "./dist/browser/exporters/json-exporter.js",
|
|
207
|
+
"bun": "./dist/exporters/json-exporter.js",
|
|
208
|
+
"default": "./dist/exporters/json-exporter.js"
|
|
209
|
+
},
|
|
210
|
+
"./exporters/mermaid-exporter": {
|
|
211
|
+
"types": "./dist/exporters/mermaid-exporter.d.ts",
|
|
212
|
+
"browser": "./dist/browser/exporters/mermaid-exporter.js",
|
|
213
|
+
"bun": "./dist/exporters/mermaid-exporter.js",
|
|
214
|
+
"default": "./dist/exporters/mermaid-exporter.js"
|
|
215
|
+
},
|
|
216
|
+
"./exporters/pii-redactor": {
|
|
217
|
+
"types": "./dist/exporters/pii-redactor.d.ts",
|
|
218
|
+
"browser": "./dist/browser/exporters/pii-redactor.js",
|
|
219
|
+
"bun": "./dist/exporters/pii-redactor.js",
|
|
220
|
+
"default": "./dist/exporters/pii-redactor.js"
|
|
221
|
+
},
|
|
222
|
+
"./hooks": {
|
|
223
|
+
"types": "./dist/hooks/index.d.ts",
|
|
224
|
+
"browser": "./dist/browser/hooks/index.js",
|
|
225
|
+
"react-native": "./dist/native/hooks/index.js",
|
|
226
|
+
"bun": "./dist/hooks/index.js",
|
|
227
|
+
"default": "./dist/hooks/index.js"
|
|
228
|
+
},
|
|
229
|
+
"./hooks/filterChipHelpers": {
|
|
230
|
+
"types": "./dist/hooks/filterChipHelpers.d.ts",
|
|
231
|
+
"browser": "./dist/browser/hooks/filterChipHelpers.js",
|
|
232
|
+
"bun": "./dist/hooks/filterChipHelpers.js",
|
|
233
|
+
"default": "./dist/hooks/filterChipHelpers.js"
|
|
234
|
+
},
|
|
235
|
+
"./hooks/useAdaptiveGraphRenderer": {
|
|
236
|
+
"types": "./dist/hooks/useAdaptiveGraphRenderer.d.ts",
|
|
237
|
+
"browser": "./dist/browser/hooks/useAdaptiveGraphRenderer.js",
|
|
238
|
+
"bun": "./dist/hooks/useAdaptiveGraphRenderer.js",
|
|
239
|
+
"default": "./dist/hooks/useAdaptiveGraphRenderer.js"
|
|
240
|
+
},
|
|
241
|
+
"./hooks/useAnimationBudget": {
|
|
242
|
+
"types": "./dist/hooks/useAnimationBudget.d.ts",
|
|
243
|
+
"browser": "./dist/browser/hooks/useAnimationBudget.js",
|
|
244
|
+
"bun": "./dist/hooks/useAnimationBudget.js",
|
|
245
|
+
"default": "./dist/hooks/useAnimationBudget.js"
|
|
246
|
+
},
|
|
247
|
+
"./hooks/useAnnotations": {
|
|
248
|
+
"types": "./dist/hooks/useAnnotations.d.ts",
|
|
249
|
+
"browser": "./dist/browser/hooks/useAnnotations.js",
|
|
250
|
+
"bun": "./dist/hooks/useAnnotations.js",
|
|
251
|
+
"default": "./dist/hooks/useAnnotations.js"
|
|
252
|
+
},
|
|
253
|
+
"./hooks/useBackendSelection": {
|
|
254
|
+
"types": "./dist/hooks/useBackendSelection.d.ts",
|
|
255
|
+
"browser": "./dist/browser/hooks/useBackendSelection.js",
|
|
256
|
+
"bun": "./dist/hooks/useBackendSelection.js",
|
|
257
|
+
"default": "./dist/hooks/useBackendSelection.js"
|
|
258
|
+
},
|
|
259
|
+
"./hooks/useCriticalPath": {
|
|
260
|
+
"types": "./dist/hooks/useCriticalPath.d.ts",
|
|
261
|
+
"browser": "./dist/browser/hooks/useCriticalPath.js",
|
|
262
|
+
"bun": "./dist/hooks/useCriticalPath.js",
|
|
263
|
+
"default": "./dist/hooks/useCriticalPath.js"
|
|
264
|
+
},
|
|
265
|
+
"./hooks/useDependencyChain": {
|
|
266
|
+
"types": "./dist/hooks/useDependencyChain.d.ts",
|
|
267
|
+
"browser": "./dist/browser/hooks/useDependencyChain.js",
|
|
268
|
+
"bun": "./dist/hooks/useDependencyChain.js",
|
|
269
|
+
"default": "./dist/hooks/useDependencyChain.js"
|
|
270
|
+
},
|
|
271
|
+
"./hooks/useGraphCluster": {
|
|
272
|
+
"types": "./dist/hooks/useGraphCluster.d.ts",
|
|
273
|
+
"browser": "./dist/browser/hooks/useGraphCluster.js",
|
|
274
|
+
"bun": "./dist/hooks/useGraphCluster.js",
|
|
275
|
+
"default": "./dist/hooks/useGraphCluster.js"
|
|
276
|
+
},
|
|
277
|
+
"./hooks/useGraphDiff": {
|
|
278
|
+
"types": "./dist/hooks/useGraphDiff.d.ts",
|
|
279
|
+
"browser": "./dist/browser/hooks/useGraphDiff.js",
|
|
280
|
+
"bun": "./dist/hooks/useGraphDiff.js",
|
|
281
|
+
"default": "./dist/hooks/useGraphDiff.js"
|
|
282
|
+
},
|
|
283
|
+
"./hooks/useGraphFilter": {
|
|
284
|
+
"types": "./dist/hooks/useGraphFilter.d.ts",
|
|
285
|
+
"browser": "./dist/browser/hooks/useGraphFilter.js",
|
|
286
|
+
"bun": "./dist/hooks/useGraphFilter.js",
|
|
287
|
+
"default": "./dist/hooks/useGraphFilter.js"
|
|
288
|
+
},
|
|
289
|
+
"./hooks/useGraphFocusMode": {
|
|
290
|
+
"types": "./dist/hooks/useGraphFocusMode.d.ts",
|
|
291
|
+
"browser": "./dist/browser/hooks/useGraphFocusMode.js",
|
|
292
|
+
"bun": "./dist/hooks/useGraphFocusMode.js",
|
|
293
|
+
"default": "./dist/hooks/useGraphFocusMode.js"
|
|
294
|
+
},
|
|
295
|
+
"./hooks/useGraphLayout": {
|
|
296
|
+
"types": "./dist/hooks/useGraphLayout.d.ts",
|
|
297
|
+
"browser": "./dist/browser/hooks/useGraphLayout.js",
|
|
298
|
+
"bun": "./dist/hooks/useGraphLayout.js",
|
|
299
|
+
"default": "./dist/hooks/useGraphLayout.js"
|
|
300
|
+
},
|
|
301
|
+
"./hooks/useGraphLOD": {
|
|
302
|
+
"types": "./dist/hooks/useGraphLOD.d.ts",
|
|
303
|
+
"browser": "./dist/browser/hooks/useGraphLOD.js",
|
|
304
|
+
"bun": "./dist/hooks/useGraphLOD.js",
|
|
305
|
+
"default": "./dist/hooks/useGraphLOD.js"
|
|
306
|
+
},
|
|
307
|
+
"./hooks/useGraphSearch": {
|
|
308
|
+
"types": "./dist/hooks/useGraphSearch.d.ts",
|
|
309
|
+
"browser": "./dist/browser/hooks/useGraphSearch.js",
|
|
310
|
+
"bun": "./dist/hooks/useGraphSearch.js",
|
|
311
|
+
"default": "./dist/hooks/useGraphSearch.js"
|
|
312
|
+
},
|
|
313
|
+
"./hooks/useGraphSelection": {
|
|
314
|
+
"types": "./dist/hooks/useGraphSelection.d.ts",
|
|
315
|
+
"browser": "./dist/browser/hooks/useGraphSelection.js",
|
|
316
|
+
"bun": "./dist/hooks/useGraphSelection.js",
|
|
317
|
+
"default": "./dist/hooks/useGraphSelection.js"
|
|
318
|
+
},
|
|
319
|
+
"./hooks/useHeatmapOverlay": {
|
|
320
|
+
"types": "./dist/hooks/useHeatmapOverlay.d.ts",
|
|
321
|
+
"browser": "./dist/browser/hooks/useHeatmapOverlay.js",
|
|
322
|
+
"bun": "./dist/hooks/useHeatmapOverlay.js",
|
|
323
|
+
"default": "./dist/hooks/useHeatmapOverlay.js"
|
|
324
|
+
},
|
|
325
|
+
"./hooks/useHistoryBuffer": {
|
|
326
|
+
"types": "./dist/hooks/useHistoryBuffer.d.ts",
|
|
327
|
+
"browser": "./dist/browser/hooks/useHistoryBuffer.js",
|
|
328
|
+
"bun": "./dist/hooks/useHistoryBuffer.js",
|
|
329
|
+
"default": "./dist/hooks/useHistoryBuffer.js"
|
|
330
|
+
},
|
|
331
|
+
"./hooks/usePresenterState": {
|
|
332
|
+
"types": "./dist/hooks/usePresenterState.d.ts",
|
|
333
|
+
"browser": "./dist/browser/hooks/usePresenterState.js",
|
|
334
|
+
"bun": "./dist/hooks/usePresenterState.js",
|
|
335
|
+
"default": "./dist/hooks/usePresenterState.js"
|
|
336
|
+
},
|
|
337
|
+
"./hooks/useReducedMotion": {
|
|
338
|
+
"types": "./dist/hooks/useReducedMotion.d.ts",
|
|
339
|
+
"browser": "./dist/browser/hooks/useReducedMotion.js",
|
|
340
|
+
"react-native": "./dist/native/hooks/useReducedMotion.native.js",
|
|
341
|
+
"bun": "./dist/hooks/useReducedMotion.js",
|
|
342
|
+
"default": "./dist/hooks/useReducedMotion.js"
|
|
343
|
+
},
|
|
344
|
+
"./hooks/useReducedMotion.native": {
|
|
345
|
+
"types": "./dist/hooks/useReducedMotion.native.d.ts",
|
|
346
|
+
"react-native": "./dist/native/hooks/useReducedMotion.native.js",
|
|
347
|
+
"default": "./dist/native/hooks/useReducedMotion.native.js"
|
|
348
|
+
},
|
|
349
|
+
"./hooks/useSavedViewRestore": {
|
|
350
|
+
"types": "./dist/hooks/useSavedViewRestore.d.ts",
|
|
351
|
+
"browser": "./dist/browser/hooks/useSavedViewRestore.js",
|
|
352
|
+
"bun": "./dist/hooks/useSavedViewRestore.js",
|
|
353
|
+
"default": "./dist/hooks/useSavedViewRestore.js"
|
|
354
|
+
},
|
|
355
|
+
"./hooks/useShortestPath": {
|
|
356
|
+
"types": "./dist/hooks/useShortestPath.d.ts",
|
|
357
|
+
"browser": "./dist/browser/hooks/useShortestPath.js",
|
|
358
|
+
"bun": "./dist/hooks/useShortestPath.js",
|
|
359
|
+
"default": "./dist/hooks/useShortestPath.js"
|
|
360
|
+
},
|
|
361
|
+
"./hooks/useTimelineRange": {
|
|
362
|
+
"types": "./dist/hooks/useTimelineRange.d.ts",
|
|
363
|
+
"browser": "./dist/browser/hooks/useTimelineRange.js",
|
|
364
|
+
"bun": "./dist/hooks/useTimelineRange.js",
|
|
365
|
+
"default": "./dist/hooks/useTimelineRange.js"
|
|
366
|
+
},
|
|
367
|
+
"./hooks/useTimelineZoom": {
|
|
368
|
+
"types": "./dist/hooks/useTimelineZoom.d.ts",
|
|
369
|
+
"browser": "./dist/browser/hooks/useTimelineZoom.js",
|
|
370
|
+
"bun": "./dist/hooks/useTimelineZoom.js",
|
|
371
|
+
"default": "./dist/hooks/useTimelineZoom.js"
|
|
372
|
+
},
|
|
132
373
|
"./interfaces": {
|
|
133
374
|
"types": "./dist/interfaces/index.d.ts",
|
|
134
375
|
"browser": "./dist/browser/interfaces/index.js",
|
|
135
376
|
"bun": "./dist/interfaces/index.js",
|
|
136
377
|
"default": "./dist/interfaces/index.js"
|
|
137
378
|
},
|
|
379
|
+
"./interfaces/base-components": {
|
|
380
|
+
"types": "./dist/interfaces/base-components.d.ts",
|
|
381
|
+
"browser": "./dist/browser/interfaces/base-components.js",
|
|
382
|
+
"bun": "./dist/interfaces/base-components.js",
|
|
383
|
+
"default": "./dist/interfaces/base-components.js"
|
|
384
|
+
},
|
|
138
385
|
"./interfaces/collections": {
|
|
139
386
|
"types": "./dist/interfaces/collections.d.ts",
|
|
140
387
|
"browser": "./dist/browser/interfaces/collections.js",
|
|
@@ -159,12 +406,30 @@
|
|
|
159
406
|
"bun": "./dist/interfaces/forms.js",
|
|
160
407
|
"default": "./dist/interfaces/forms.js"
|
|
161
408
|
},
|
|
409
|
+
"./interfaces/graph": {
|
|
410
|
+
"types": "./dist/interfaces/graph.d.ts",
|
|
411
|
+
"browser": "./dist/browser/interfaces/graph.js",
|
|
412
|
+
"bun": "./dist/interfaces/graph.js",
|
|
413
|
+
"default": "./dist/interfaces/graph.js"
|
|
414
|
+
},
|
|
415
|
+
"./interfaces/graph-backend": {
|
|
416
|
+
"types": "./dist/interfaces/graph-backend.d.ts",
|
|
417
|
+
"browser": "./dist/browser/interfaces/graph-backend.js",
|
|
418
|
+
"bun": "./dist/interfaces/graph-backend.js",
|
|
419
|
+
"default": "./dist/interfaces/graph-backend.js"
|
|
420
|
+
},
|
|
162
421
|
"./interfaces/layout": {
|
|
163
422
|
"types": "./dist/interfaces/layout.d.ts",
|
|
164
423
|
"browser": "./dist/browser/interfaces/layout.js",
|
|
165
424
|
"bun": "./dist/interfaces/layout.js",
|
|
166
425
|
"default": "./dist/interfaces/layout.js"
|
|
167
426
|
},
|
|
427
|
+
"./interfaces/lod": {
|
|
428
|
+
"types": "./dist/interfaces/lod.d.ts",
|
|
429
|
+
"browser": "./dist/browser/interfaces/lod.js",
|
|
430
|
+
"bun": "./dist/interfaces/lod.js",
|
|
431
|
+
"default": "./dist/interfaces/lod.js"
|
|
432
|
+
},
|
|
168
433
|
"./interfaces/marketing": {
|
|
169
434
|
"types": "./dist/interfaces/marketing.d.ts",
|
|
170
435
|
"browser": "./dist/browser/interfaces/marketing.js",
|
|
@@ -183,6 +448,138 @@
|
|
|
183
448
|
"bun": "./dist/interfaces/visualization.js",
|
|
184
449
|
"default": "./dist/interfaces/visualization.js"
|
|
185
450
|
},
|
|
451
|
+
"./layouts/d3-force-engine": {
|
|
452
|
+
"types": "./dist/layouts/d3-force-engine.d.ts",
|
|
453
|
+
"browser": "./dist/browser/layouts/d3-force-engine.js",
|
|
454
|
+
"bun": "./dist/layouts/d3-force-engine.js",
|
|
455
|
+
"default": "./dist/layouts/d3-force-engine.js"
|
|
456
|
+
},
|
|
457
|
+
"./layouts/d3-hierarchy-engine": {
|
|
458
|
+
"types": "./dist/layouts/d3-hierarchy-engine.d.ts",
|
|
459
|
+
"browser": "./dist/browser/layouts/d3-hierarchy-engine.js",
|
|
460
|
+
"bun": "./dist/layouts/d3-hierarchy-engine.js",
|
|
461
|
+
"default": "./dist/layouts/d3-hierarchy-engine.js"
|
|
462
|
+
},
|
|
463
|
+
"./layouts/edge-bundling": {
|
|
464
|
+
"types": "./dist/layouts/edge-bundling.d.ts",
|
|
465
|
+
"browser": "./dist/browser/layouts/edge-bundling.js",
|
|
466
|
+
"bun": "./dist/layouts/edge-bundling.js",
|
|
467
|
+
"default": "./dist/layouts/edge-bundling.js"
|
|
468
|
+
},
|
|
469
|
+
"./layouts/force-layout": {
|
|
470
|
+
"types": "./dist/layouts/force-layout.d.ts",
|
|
471
|
+
"browser": "./dist/browser/layouts/force-layout.js",
|
|
472
|
+
"bun": "./dist/layouts/force-layout.js",
|
|
473
|
+
"default": "./dist/layouts/force-layout.js"
|
|
474
|
+
},
|
|
475
|
+
"./layouts/radial-layout": {
|
|
476
|
+
"types": "./dist/layouts/radial-layout.d.ts",
|
|
477
|
+
"browser": "./dist/browser/layouts/radial-layout.js",
|
|
478
|
+
"bun": "./dist/layouts/radial-layout.js",
|
|
479
|
+
"default": "./dist/layouts/radial-layout.js"
|
|
480
|
+
},
|
|
481
|
+
"./layouts/time-axis-layout": {
|
|
482
|
+
"types": "./dist/layouts/time-axis-layout.d.ts",
|
|
483
|
+
"browser": "./dist/browser/layouts/time-axis-layout.js",
|
|
484
|
+
"bun": "./dist/layouts/time-axis-layout.js",
|
|
485
|
+
"default": "./dist/layouts/time-axis-layout.js"
|
|
486
|
+
},
|
|
487
|
+
"./layouts/tree-layout": {
|
|
488
|
+
"types": "./dist/layouts/tree-layout.d.ts",
|
|
489
|
+
"browser": "./dist/browser/layouts/tree-layout.js",
|
|
490
|
+
"bun": "./dist/layouts/tree-layout.js",
|
|
491
|
+
"default": "./dist/layouts/tree-layout.js"
|
|
492
|
+
},
|
|
493
|
+
"./multiplayer/MultiplayerTransport": {
|
|
494
|
+
"types": "./dist/multiplayer/MultiplayerTransport.d.ts",
|
|
495
|
+
"browser": "./dist/browser/multiplayer/MultiplayerTransport.js",
|
|
496
|
+
"bun": "./dist/multiplayer/MultiplayerTransport.js",
|
|
497
|
+
"default": "./dist/multiplayer/MultiplayerTransport.js"
|
|
498
|
+
},
|
|
499
|
+
"./preview-panel/panel-stack-reducer": {
|
|
500
|
+
"types": "./dist/preview-panel/panel-stack-reducer.d.ts",
|
|
501
|
+
"browser": "./dist/browser/preview-panel/panel-stack-reducer.js",
|
|
502
|
+
"bun": "./dist/preview-panel/panel-stack-reducer.js",
|
|
503
|
+
"default": "./dist/preview-panel/panel-stack-reducer.js"
|
|
504
|
+
},
|
|
505
|
+
"./preview-panel/popover-position": {
|
|
506
|
+
"types": "./dist/preview-panel/popover-position.d.ts",
|
|
507
|
+
"browser": "./dist/browser/preview-panel/popover-position.js",
|
|
508
|
+
"bun": "./dist/preview-panel/popover-position.js",
|
|
509
|
+
"default": "./dist/preview-panel/popover-position.js"
|
|
510
|
+
},
|
|
511
|
+
"./preview-panel/router-dispatch": {
|
|
512
|
+
"types": "./dist/preview-panel/router-dispatch.d.ts",
|
|
513
|
+
"browser": "./dist/browser/preview-panel/router-dispatch.js",
|
|
514
|
+
"bun": "./dist/preview-panel/router-dispatch.js",
|
|
515
|
+
"default": "./dist/preview-panel/router-dispatch.js"
|
|
516
|
+
},
|
|
517
|
+
"./preview-panel/types": {
|
|
518
|
+
"types": "./dist/preview-panel/types.d.ts",
|
|
519
|
+
"browser": "./dist/browser/preview-panel/types.js",
|
|
520
|
+
"bun": "./dist/preview-panel/types.js",
|
|
521
|
+
"default": "./dist/preview-panel/types.js"
|
|
522
|
+
},
|
|
523
|
+
"./preview-panel/use-panel-stack": {
|
|
524
|
+
"types": "./dist/preview-panel/use-panel-stack.d.ts",
|
|
525
|
+
"browser": "./dist/browser/preview-panel/use-panel-stack.js",
|
|
526
|
+
"bun": "./dist/preview-panel/use-panel-stack.js",
|
|
527
|
+
"default": "./dist/preview-panel/use-panel-stack.js"
|
|
528
|
+
},
|
|
529
|
+
"./rich-block/diff/diff-lcs": {
|
|
530
|
+
"types": "./dist/rich-block/diff/diff-lcs.d.ts",
|
|
531
|
+
"browser": "./dist/browser/rich-block/diff/diff-lcs.js",
|
|
532
|
+
"bun": "./dist/rich-block/diff/diff-lcs.js",
|
|
533
|
+
"default": "./dist/rich-block/diff/diff-lcs.js"
|
|
534
|
+
},
|
|
535
|
+
"./rich-block/diff/highlight-tokenizer": {
|
|
536
|
+
"types": "./dist/rich-block/diff/highlight-tokenizer.d.ts",
|
|
537
|
+
"browser": "./dist/browser/rich-block/diff/highlight-tokenizer.js",
|
|
538
|
+
"bun": "./dist/rich-block/diff/highlight-tokenizer.js",
|
|
539
|
+
"default": "./dist/rich-block/diff/highlight-tokenizer.js"
|
|
540
|
+
},
|
|
541
|
+
"./rich-block/diff/use-highlighted-diff-lines": {
|
|
542
|
+
"types": "./dist/rich-block/diff/use-highlighted-diff-lines.d.ts",
|
|
543
|
+
"browser": "./dist/browser/rich-block/diff/use-highlighted-diff-lines.js",
|
|
544
|
+
"bun": "./dist/rich-block/diff/use-highlighted-diff-lines.js",
|
|
545
|
+
"default": "./dist/rich-block/diff/use-highlighted-diff-lines.js"
|
|
546
|
+
},
|
|
547
|
+
"./rich-block/markdown-fallback": {
|
|
548
|
+
"types": "./dist/rich-block/markdown-fallback.d.ts",
|
|
549
|
+
"browser": "./dist/browser/rich-block/markdown-fallback.js",
|
|
550
|
+
"bun": "./dist/rich-block/markdown-fallback.js",
|
|
551
|
+
"default": "./dist/rich-block/markdown-fallback.js"
|
|
552
|
+
},
|
|
553
|
+
"./rich-block/types": {
|
|
554
|
+
"types": "./dist/rich-block/types.d.ts",
|
|
555
|
+
"browser": "./dist/browser/rich-block/types.js",
|
|
556
|
+
"bun": "./dist/rich-block/types.js",
|
|
557
|
+
"default": "./dist/rich-block/types.js"
|
|
558
|
+
},
|
|
559
|
+
"./rich-block/use-rich-block": {
|
|
560
|
+
"types": "./dist/rich-block/use-rich-block.d.ts",
|
|
561
|
+
"browser": "./dist/browser/rich-block/use-rich-block.js",
|
|
562
|
+
"bun": "./dist/rich-block/use-rich-block.js",
|
|
563
|
+
"default": "./dist/rich-block/use-rich-block.js"
|
|
564
|
+
},
|
|
565
|
+
"./rich-ref/trigger-resolver": {
|
|
566
|
+
"types": "./dist/rich-ref/trigger-resolver.d.ts",
|
|
567
|
+
"browser": "./dist/browser/rich-ref/trigger-resolver.js",
|
|
568
|
+
"bun": "./dist/rich-ref/trigger-resolver.js",
|
|
569
|
+
"default": "./dist/rich-ref/trigger-resolver.js"
|
|
570
|
+
},
|
|
571
|
+
"./rich-ref/types": {
|
|
572
|
+
"types": "./dist/rich-ref/types.d.ts",
|
|
573
|
+
"browser": "./dist/browser/rich-ref/types.js",
|
|
574
|
+
"bun": "./dist/rich-ref/types.js",
|
|
575
|
+
"default": "./dist/rich-ref/types.js"
|
|
576
|
+
},
|
|
577
|
+
"./rich-ref/use-rich-ref": {
|
|
578
|
+
"types": "./dist/rich-ref/use-rich-ref.d.ts",
|
|
579
|
+
"browser": "./dist/browser/rich-ref/use-rich-ref.js",
|
|
580
|
+
"bun": "./dist/rich-ref/use-rich-ref.js",
|
|
581
|
+
"default": "./dist/rich-ref/use-rich-ref.js"
|
|
582
|
+
},
|
|
186
583
|
"./ui-kit-core.feature": {
|
|
187
584
|
"types": "./dist/ui-kit-core.feature.d.ts",
|
|
188
585
|
"browser": "./dist/browser/ui-kit-core.feature.js",
|
|
@@ -194,6 +591,30 @@
|
|
|
194
591
|
"browser": "./dist/browser/utils.js",
|
|
195
592
|
"bun": "./dist/utils.js",
|
|
196
593
|
"default": "./dist/utils.js"
|
|
594
|
+
},
|
|
595
|
+
"./variants": {
|
|
596
|
+
"types": "./dist/variants/index.d.ts",
|
|
597
|
+
"browser": "./dist/browser/variants/index.js",
|
|
598
|
+
"bun": "./dist/variants/index.js",
|
|
599
|
+
"default": "./dist/variants/index.js"
|
|
600
|
+
},
|
|
601
|
+
"./variants/adapter": {
|
|
602
|
+
"types": "./dist/variants/adapter.d.ts",
|
|
603
|
+
"browser": "./dist/browser/variants/adapter.js",
|
|
604
|
+
"bun": "./dist/variants/adapter.js",
|
|
605
|
+
"default": "./dist/variants/adapter.js"
|
|
606
|
+
},
|
|
607
|
+
"./variants/axes": {
|
|
608
|
+
"types": "./dist/variants/axes.d.ts",
|
|
609
|
+
"browser": "./dist/browser/variants/axes.js",
|
|
610
|
+
"bun": "./dist/variants/axes.js",
|
|
611
|
+
"default": "./dist/variants/axes.js"
|
|
612
|
+
},
|
|
613
|
+
"./variants/token-prop": {
|
|
614
|
+
"types": "./dist/variants/token-prop.d.ts",
|
|
615
|
+
"browser": "./dist/browser/variants/token-prop.js",
|
|
616
|
+
"bun": "./dist/variants/token-prop.js",
|
|
617
|
+
"default": "./dist/variants/token-prop.js"
|
|
197
618
|
}
|
|
198
619
|
},
|
|
199
620
|
"registry": "https://registry.npmjs.org"
|
|
@@ -204,5 +625,202 @@
|
|
|
204
625
|
"url": "https://github.com/lssm-tech/contractspec.git",
|
|
205
626
|
"directory": "packages/libs/ui-kit-core"
|
|
206
627
|
},
|
|
207
|
-
"homepage": "https://contractspec.io"
|
|
628
|
+
"homepage": "https://contractspec.io",
|
|
629
|
+
"contractspec": {
|
|
630
|
+
"catalog": {
|
|
631
|
+
"family": "ui",
|
|
632
|
+
"kind": "library",
|
|
633
|
+
"status": "active",
|
|
634
|
+
"adoptionMode": "adoptable",
|
|
635
|
+
"stability": "stable",
|
|
636
|
+
"platforms": [
|
|
637
|
+
"react-native",
|
|
638
|
+
"server"
|
|
639
|
+
],
|
|
640
|
+
"runtimes": [
|
|
641
|
+
"bun",
|
|
642
|
+
"node"
|
|
643
|
+
],
|
|
644
|
+
"entrypoints": [
|
|
645
|
+
".",
|
|
646
|
+
"./a11y",
|
|
647
|
+
"./a11y/GraphAccessibilityProvider",
|
|
648
|
+
"./a11y/narration-types",
|
|
649
|
+
"./algorithms/color-scale",
|
|
650
|
+
"./algorithms/convex-hull",
|
|
651
|
+
"./algorithms/path-algorithms",
|
|
652
|
+
"./command-theme",
|
|
653
|
+
"./exporters/dot-exporter",
|
|
654
|
+
"./exporters/json-exporter",
|
|
655
|
+
"./exporters/mermaid-exporter",
|
|
656
|
+
"./exporters/pii-redactor",
|
|
657
|
+
"./hooks",
|
|
658
|
+
"./hooks/filterChipHelpers",
|
|
659
|
+
"./hooks/useAdaptiveGraphRenderer",
|
|
660
|
+
"./hooks/useAnimationBudget",
|
|
661
|
+
"./hooks/useAnnotations",
|
|
662
|
+
"./hooks/useBackendSelection",
|
|
663
|
+
"./hooks/useCriticalPath",
|
|
664
|
+
"./hooks/useDependencyChain",
|
|
665
|
+
"./hooks/useGraphCluster",
|
|
666
|
+
"./hooks/useGraphDiff",
|
|
667
|
+
"./hooks/useGraphFilter",
|
|
668
|
+
"./hooks/useGraphFocusMode",
|
|
669
|
+
"./hooks/useGraphLayout",
|
|
670
|
+
"./hooks/useGraphLOD",
|
|
671
|
+
"./hooks/useGraphSearch",
|
|
672
|
+
"./hooks/useGraphSelection",
|
|
673
|
+
"./hooks/useHeatmapOverlay",
|
|
674
|
+
"./hooks/useHistoryBuffer",
|
|
675
|
+
"./hooks/usePresenterState",
|
|
676
|
+
"./hooks/useReducedMotion",
|
|
677
|
+
"./hooks/useReducedMotion.native",
|
|
678
|
+
"./hooks/useSavedViewRestore",
|
|
679
|
+
"./hooks/useShortestPath",
|
|
680
|
+
"./hooks/useTimelineRange",
|
|
681
|
+
"./hooks/useTimelineZoom",
|
|
682
|
+
"./interfaces",
|
|
683
|
+
"./interfaces/base-components",
|
|
684
|
+
"./interfaces/collections",
|
|
685
|
+
"./interfaces/common",
|
|
686
|
+
"./interfaces/feedback",
|
|
687
|
+
"./interfaces/forms",
|
|
688
|
+
"./interfaces/graph",
|
|
689
|
+
"./interfaces/graph-backend",
|
|
690
|
+
"./interfaces/layout",
|
|
691
|
+
"./interfaces/lod",
|
|
692
|
+
"./interfaces/marketing",
|
|
693
|
+
"./interfaces/registry",
|
|
694
|
+
"./interfaces/visualization",
|
|
695
|
+
"./layouts/d3-force-engine",
|
|
696
|
+
"./layouts/d3-hierarchy-engine",
|
|
697
|
+
"./layouts/edge-bundling",
|
|
698
|
+
"./layouts/force-layout",
|
|
699
|
+
"./layouts/radial-layout",
|
|
700
|
+
"./layouts/time-axis-layout",
|
|
701
|
+
"./layouts/tree-layout",
|
|
702
|
+
"./multiplayer/MultiplayerTransport",
|
|
703
|
+
"./preview-panel/panel-stack-reducer",
|
|
704
|
+
"./preview-panel/popover-position",
|
|
705
|
+
"./preview-panel/router-dispatch",
|
|
706
|
+
"./preview-panel/types",
|
|
707
|
+
"./preview-panel/use-panel-stack",
|
|
708
|
+
"./rich-block/diff/diff-lcs",
|
|
709
|
+
"./rich-block/diff/highlight-tokenizer",
|
|
710
|
+
"./rich-block/diff/use-highlighted-diff-lines",
|
|
711
|
+
"./rich-block/markdown-fallback",
|
|
712
|
+
"./rich-block/types",
|
|
713
|
+
"./rich-block/use-rich-block",
|
|
714
|
+
"./rich-ref/trigger-resolver",
|
|
715
|
+
"./rich-ref/types",
|
|
716
|
+
"./rich-ref/use-rich-ref",
|
|
717
|
+
"./ui-kit-core.feature",
|
|
718
|
+
"./utils",
|
|
719
|
+
"./variants",
|
|
720
|
+
"./variants/adapter",
|
|
721
|
+
"./variants/axes",
|
|
722
|
+
"./variants/token-prop"
|
|
723
|
+
],
|
|
724
|
+
"documentation": [
|
|
725
|
+
{
|
|
726
|
+
"title": "Lib Ui Kit Core documentation",
|
|
727
|
+
"url": "https://www.npmjs.com/package/%40lssm-tech%2Flib.ui-kit-core",
|
|
728
|
+
"kind": "readme"
|
|
729
|
+
}
|
|
730
|
+
],
|
|
731
|
+
"examples": [],
|
|
732
|
+
"replacements": [],
|
|
733
|
+
"capabilities": [
|
|
734
|
+
{
|
|
735
|
+
"id": "package.lssm.tech.lib.ui.kit.core",
|
|
736
|
+
"title": "Lib Ui Kit Core",
|
|
737
|
+
"description": "Core UI primitives and utilities",
|
|
738
|
+
"status": "active",
|
|
739
|
+
"useCases": [
|
|
740
|
+
"Adopt core ui primitives and utilities"
|
|
741
|
+
],
|
|
742
|
+
"aliases": [
|
|
743
|
+
"contractspec",
|
|
744
|
+
"ui",
|
|
745
|
+
"core",
|
|
746
|
+
"primitives",
|
|
747
|
+
"tailwind",
|
|
748
|
+
"typescript",
|
|
749
|
+
"lib",
|
|
750
|
+
"kit"
|
|
751
|
+
],
|
|
752
|
+
"pythonEquivalents": [],
|
|
753
|
+
"canonicalImports": [
|
|
754
|
+
{
|
|
755
|
+
"from": "@lssm-tech/lib.ui-kit-core",
|
|
756
|
+
"symbols": []
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"from": "@lssm-tech/lib.ui-kit-core/a11y",
|
|
760
|
+
"symbols": []
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"from": "@lssm-tech/lib.ui-kit-core/a11y/GraphAccessibilityProvider",
|
|
764
|
+
"symbols": []
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"from": "@lssm-tech/lib.ui-kit-core/a11y/narration-types",
|
|
768
|
+
"symbols": []
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"from": "@lssm-tech/lib.ui-kit-core/algorithms/color-scale",
|
|
772
|
+
"symbols": []
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"from": "@lssm-tech/lib.ui-kit-core/algorithms/convex-hull",
|
|
776
|
+
"symbols": []
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"from": "@lssm-tech/lib.ui-kit-core/algorithms/path-algorithms",
|
|
780
|
+
"symbols": []
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"from": "@lssm-tech/lib.ui-kit-core/command-theme",
|
|
784
|
+
"symbols": []
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"from": "@lssm-tech/lib.ui-kit-core/exporters/dot-exporter",
|
|
788
|
+
"symbols": []
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"from": "@lssm-tech/lib.ui-kit-core/exporters/json-exporter",
|
|
792
|
+
"symbols": []
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"from": "@lssm-tech/lib.ui-kit-core/exporters/mermaid-exporter",
|
|
796
|
+
"symbols": []
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"from": "@lssm-tech/lib.ui-kit-core/exporters/pii-redactor",
|
|
800
|
+
"symbols": []
|
|
801
|
+
}
|
|
802
|
+
],
|
|
803
|
+
"constraints": {
|
|
804
|
+
"platforms": [
|
|
805
|
+
"react-native",
|
|
806
|
+
"server"
|
|
807
|
+
],
|
|
808
|
+
"runtimes": [
|
|
809
|
+
"bun",
|
|
810
|
+
"node"
|
|
811
|
+
],
|
|
812
|
+
"avoidWhen": [
|
|
813
|
+
"The @lssm-tech/lib.ui-kit-core package constraints do not match the target runtime or platform."
|
|
814
|
+
],
|
|
815
|
+
"requires": [
|
|
816
|
+
"TypeScript"
|
|
817
|
+
]
|
|
818
|
+
},
|
|
819
|
+
"alternatives": [],
|
|
820
|
+
"relationships": [],
|
|
821
|
+
"resolutionPriority": 50
|
|
822
|
+
}
|
|
823
|
+
]
|
|
824
|
+
}
|
|
825
|
+
}
|
|
208
826
|
}
|