@sragatiping/cuboid 0.1.0 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/dist/components/ApiResponseViewer/ApiResponseViewer.d.ts +24 -0
  2. package/dist/components/ApiResponseViewer/ApiResponseViewer.stories.d.ts +13 -0
  3. package/dist/components/ApiResponseViewer/index.d.ts +3 -0
  4. package/dist/components/ApiResponseViewer/status.d.ts +8 -0
  5. package/dist/components/CodeBlock/CodeBlock.d.ts +18 -0
  6. package/dist/components/CodeBlock/CodeBlock.stories.d.ts +12 -0
  7. package/dist/components/CodeBlock/CodeSurface.d.ts +48 -0
  8. package/dist/components/CodeBlock/CodeSurface.stories.d.ts +15 -0
  9. package/dist/components/CodeBlock/CodeViewingDocs.d.ts +7 -0
  10. package/dist/components/CodeBlock/JsonCodeView.d.ts +17 -0
  11. package/dist/components/CodeBlock/JsonCodeView.stories.d.ts +19 -0
  12. package/dist/components/CodeBlock/__fixtures__/dev-server-diagnostics.d.ts +145 -0
  13. package/dist/components/CodeBlock/__fixtures__/source-samples.d.ts +10 -0
  14. package/dist/components/CodeBlock/constants.d.ts +11 -0
  15. package/dist/components/CodeBlock/highlight/css.d.ts +1 -0
  16. package/dist/components/CodeBlock/highlight/html.d.ts +1 -0
  17. package/dist/components/CodeBlock/highlight/index.d.ts +5 -0
  18. package/dist/components/CodeBlock/highlight/javascript.d.ts +5 -0
  19. package/dist/components/CodeBlock/highlight/shared.d.ts +15 -0
  20. package/dist/components/CodeBlock/index.d.ts +14 -0
  21. package/dist/components/CodeBlock/syntax.d.ts +37 -0
  22. package/dist/components/{CodeSnippet → CodeBlock}/tokenizer.d.ts +0 -5
  23. package/dist/components/CodeBlock/types.d.ts +27 -0
  24. package/dist/components/CodeSnippet/CodeSnippet.d.ts +9 -50
  25. package/dist/components/JsonViewer/JsonViewer.d.ts +1 -1
  26. package/dist/components/core/Box/Box.d.ts +24 -0
  27. package/dist/components/core/Box/Box.stories.d.ts +9 -0
  28. package/dist/components/core/Box/boxTypes.d.ts +6 -0
  29. package/dist/components/core/Box/index.d.ts +2 -0
  30. package/dist/components/core/Callout/Callout.d.ts +17 -0
  31. package/dist/components/core/Callout/Callout.stories.d.ts +10 -0
  32. package/dist/components/core/Callout/index.d.ts +2 -0
  33. package/dist/components/core/Container/Container.d.ts +23 -0
  34. package/dist/components/core/Container/Container.stories.d.ts +10 -0
  35. package/dist/components/core/Container/index.d.ts +2 -0
  36. package/dist/components/core/Divider/Divider.d.ts +17 -0
  37. package/dist/components/core/Divider/Divider.stories.d.ts +9 -0
  38. package/dist/components/core/Divider/index.d.ts +2 -0
  39. package/dist/components/core/Highlight/Highlight.d.ts +16 -0
  40. package/dist/components/core/Highlight/Highlight.stories.d.ts +8 -0
  41. package/dist/components/core/Highlight/index.d.ts +2 -0
  42. package/dist/components/core/Link/Link.d.ts +10 -5
  43. package/dist/components/core/Pill/Pill.d.ts +12 -6
  44. package/dist/components/core/Pill/Pill.stories.d.ts +3 -0
  45. package/dist/components/core/Pill/index.d.ts +1 -1
  46. package/dist/components/core/Popover/Popover.d.ts +1 -1
  47. package/dist/components/core/Stack/Stack.d.ts +12 -21
  48. package/dist/components/core/Stack/index.d.ts +1 -1
  49. package/dist/components/core/Text/Text.d.ts +7 -7
  50. package/dist/components/core/index.d.ts +11 -1
  51. package/dist/index.cjs.js +7 -6
  52. package/dist/index.cjs.js.map +1 -1
  53. package/dist/index.d.ts +20 -3
  54. package/dist/index.es.js +4029 -3342
  55. package/dist/index.es.js.map +1 -1
  56. package/dist/style.css +1 -1
  57. package/dist/theme/globalColor.d.ts +25 -0
  58. package/dist/theme/output/base.json.d.ts +28 -56
  59. package/dist/theme/output/theme.json.d.ts +579 -1016
  60. package/dist/theme/themeCubeOverride.d.ts +11 -0
  61. package/dist/theme/types.d.ts +64 -19
  62. package/package.json +9 -4
  63. package/src/theme/output/components.css +1945 -0
  64. package/src/theme/output/theme.css +247 -0
  65. package/dist/components/CodeSnippet/CodeSnippet.stories.d.ts +0 -17
  66. package/dist/components/CodeSnippet/__fixtures__/device-profile-report.d.ts +0 -422
  67. package/dist/components/JsonGraph/DeviceProfileReport.stories.d.ts +0 -11
@@ -0,0 +1,247 @@
1
+ /* AUTO-GENERATED by scripts/build-theme-css.mjs — foundation tokens only */
2
+ /* Component tokens → components.css */
3
+ :root {
4
+ --cube-breakpoint-lg: 63.25rem;
5
+ --cube-breakpoint-md: 48rem;
6
+ --cube-color-bg-gray-dark-04: #888783;
7
+ --cube-color-bg-gray-dark-05: #6F6F6D;
8
+ --cube-color-bg-gray-dark-06: #525252;
9
+ --cube-color-bg-gray-dark-07: #474746;
10
+ --cube-color-bg-gray-light-01: #FFFFFF;
11
+ --cube-color-bg-gray-light-02: #F9F9F8;
12
+ --cube-color-bg-gray-light-03: #F4F4F2;
13
+ --cube-color-bg-gray-light-04: #EFEEEA;
14
+ --cube-color-bg-gray-light-05: #E2E1DD;
15
+ --cube-color-bg-gray-light-06: #D8D7D4;
16
+ --cube-color-black: #474746;
17
+ --cube-color-border-gray-1: #EFEEEA;
18
+ --cube-color-border-gray-2: #E2E1DD;
19
+ --cube-color-border-gray-3: #D8D7D4;
20
+ --cube-color-border-gray-alpha-0: rgba(58,58,57,0);
21
+ --cube-color-border-gray-alpha-1: rgba(58,58,57,0.08);
22
+ --cube-color-border-gray-alpha-2: rgba(58,58,57,0.1);
23
+ --cube-color-border-gray-alpha-3: rgba(58,58,57,0.15);
24
+ --cube-color-border-gray-alpha-4: rgba(58,58,57,0.2);
25
+ --cube-color-canvas-default: #FFFFFF;
26
+ --cube-color-canvas-inset: #F4F4F2;
27
+ --cube-color-canvas-inset-strong: #EFEEEA;
28
+ --cube-color-canvas-modal: #FFFFFF;
29
+ --cube-color-canvas-overlay-modal: rgba(58,58,57,0.2);
30
+ --cube-color-canvas-overlay-sheet: rgba(53,53,51,0.03);
31
+ --cube-color-canvas-subtle: #F9F9F8;
32
+ --cube-color-canvas-transparent: #ffffff00;
33
+ --cube-color-error-default: #DA2222;
34
+ --cube-color-error-muted: #EF6262;
35
+ --cube-color-fg-blue-contrast: #1d5ece;
36
+ --cube-color-fg-blue-muted: #3a80f9 ;
37
+ --cube-color-fg-green-contrast: #3f8d2a;
38
+ --cube-color-fg-green-muted: #6EBF57;
39
+ --cube-color-fg-indigo-contrast: #5454e1;
40
+ --cube-color-fg-indigo-muted: #8686FF;
41
+ --cube-color-fg-lime-contrast: #4F6201;
42
+ --cube-color-fg-lime-muted: #536601;
43
+ --cube-color-fg-link-default: #525252;
44
+ --cube-color-fg-link-extra-dark: #474746;
45
+ --cube-color-fg-link-hover: #ABA9A5;
46
+ --cube-color-fg-magenta-contrast: #c9178d;
47
+ --cube-color-fg-magenta-muted: #EB3CB2;
48
+ --cube-color-fg-neutral-contrast: #474746;
49
+ --cube-color-fg-neutral-default: #6F6F6D;
50
+ --cube-color-fg-neutral-disabled: #D8D7D4;
51
+ --cube-color-fg-neutral-inverted: #FFFFFF;
52
+ --cube-color-fg-neutral-muted: #888783;
53
+ --cube-color-fg-neutral-subtle: #ABA9A5;
54
+ --cube-color-fg-orange-contrast: #BD4B04;
55
+ --cube-color-fg-orange-muted: #D95903;
56
+ --cube-color-fg-purple-contrast: #5B2589;
57
+ --cube-color-fg-purple-muted: #9035BD;
58
+ --cube-color-fg-red-contrast: #DA2222;
59
+ --cube-color-fg-red-muted: #EF6262;
60
+ --cube-color-fg-teal-contrast: #1B899E;
61
+ --cube-color-fg-teal-muted: #1B899E;
62
+ --cube-color-fg-yellow-contrast: #B57C02;
63
+ --cube-color-fg-yellow-muted: #D99904;
64
+ --cube-color-focus: #3a80f9 ;
65
+ --cube-color-info-default: #1d5ece;
66
+ --cube-color-info-muted: #3a80f9 ;
67
+ --cube-color-primary: #2D2D2D;
68
+ --cube-color-success-default: #3f8d2a;
69
+ --cube-color-success-muted: #6EBF57;
70
+ --cube-color-syntax-boolean-literal: #9035BD;
71
+ --cube-color-syntax-bracket: #E01280;
72
+ --cube-color-syntax-bracket-nested: #9035BD;
73
+ --cube-color-syntax-brackethighlighter-angle: #ABA9A5;
74
+ --cube-color-syntax-brackethighlighter-unmatched: #F99090;
75
+ --cube-color-syntax-carriage-return-bg: #FBC4C4;
76
+ --cube-color-syntax-carriage-return-text: #FFFFFF;
77
+ --cube-color-syntax-collapsed-row-bg: #FFFFFF;
78
+ --cube-color-syntax-comment: #888783;
79
+ --cube-color-syntax-constant: #3a80f9 ;
80
+ --cube-color-syntax-constant-other-reference-link: #0a3069;
81
+ --cube-color-syntax-entity: #d22799;
82
+ --cube-color-syntax-entity-tag: #d22799;
83
+ --cube-color-syntax-invalid-illegal-bg: #F99090;
84
+ --cube-color-syntax-invalid-illegal-text: #FFFFFF;
85
+ --cube-color-syntax-key: #6F6F6D;
86
+ --cube-color-syntax-keyword: #EF6262;
87
+ --cube-color-syntax-markup-bold: #525252;
88
+ --cube-color-syntax-markup-changed-bg: #FEE8D8;
89
+ --cube-color-syntax-markup-changed-text: #FF8635;
90
+ --cube-color-syntax-markup-deleted-bg: #FFF6F5;
91
+ --cube-color-syntax-markup-deleted-text: #F99090;
92
+ --cube-color-syntax-markup-heading: #09B2B5;
93
+ --cube-color-syntax-markup-inserted-bg: #F0F9EF;
94
+ --cube-color-syntax-markup-inserted-text: #A2D794;
95
+ --cube-color-syntax-markup-italic: #525252;
96
+ --cube-color-syntax-markup-list: #A2D794;
97
+ --cube-color-syntax-null-literal: #E2E1DD;
98
+ --cube-color-syntax-number-literal: #3a80f9 ;
99
+ --cube-color-syntax-row-hover-bg: #F9F9F8;
100
+ --cube-color-syntax-string: #EF6262;
101
+ --cube-color-syntax-string-email: #6565FA;
102
+ --cube-color-syntax-string-regexp: #A2D794;
103
+ --cube-color-syntax-string-url: #6565FA;
104
+ --cube-color-syntax-string-uuid: #D8D7D4;
105
+ --cube-color-syntax-variable: #FF8635;
106
+ --cube-color-syntax-watch-mark: #518ff8;
107
+ --cube-color-syntax-watch-mark-hover: #518ff8;
108
+ --cube-color-syntax-watch-row-bg: #F4F8FF;
109
+ --cube-color-text-contrast: #474746;
110
+ --cube-color-text-default: #6F6F6D;
111
+ --cube-color-text-disabled: #D8D7D4;
112
+ --cube-color-text-inverted: #FFFFFF;
113
+ --cube-color-text-muted: #888783;
114
+ --cube-color-text-subtle: #ABA9A5;
115
+ --cube-color-warning-default: #FFB404;
116
+ --cube-color-warning-muted: #D99904;
117
+ --cube-color-white: #FFFFFF;
118
+ --cube-colors-functional-background-default: #FFFFFF;
119
+ --cube-colors-functional-background-disabled: #F4F4F2;
120
+ --cube-colors-functional-background-emphasis: #474746;
121
+ --cube-colors-functional-background-inset: #F4F4F2;
122
+ --cube-colors-functional-background-inverse: #474746;
123
+ --cube-colors-functional-background-muted: #F9F9F8;
124
+ --cube-colors-functional-background-neutral-emphasis: #6F6F6D;
125
+ --cube-colors-functional-background-neutral-muted: #EFEEEA;
126
+ --cube-colors-functional-background-transparent: transparent;
127
+ --cube-colors-functional-border-default: #E2E1DD;
128
+ --cube-colors-functional-border-disabled: #EFEEEA;
129
+ --cube-colors-functional-border-emphasis: #D8D7D4;
130
+ --cube-colors-functional-border-muted: rgba(58,58,57,0.1);
131
+ --cube-colors-functional-border-neutral-emphasis: #D8D7D4;
132
+ --cube-colors-functional-border-neutral-muted: #EFEEEA;
133
+ --cube-colors-functional-border-translucent: rgba(58,58,57,0.08);
134
+ --cube-colors-functional-border-transparent: transparent;
135
+ --cube-colors-functional-foreground-default: #6F6F6D;
136
+ --cube-colors-functional-foreground-disabled: #D8D7D4;
137
+ --cube-colors-functional-foreground-link: #525252;
138
+ --cube-colors-functional-foreground-muted: #888783;
139
+ --cube-colors-functional-foreground-neutral: #6F6F6D;
140
+ --cube-colors-functional-foreground-on-emphasis: #FFFFFF;
141
+ --cube-colors-functional-foreground-white: #FFFFFF;
142
+ --cube-container-panelMinWidth: 15rem;
143
+ --cube-container-popoverMaxWidth: 20rem;
144
+ --cube-container-popoverMinWidth: 10rem;
145
+ --cube-container-sheetWidthLg: 35rem;
146
+ --cube-container-sheetWidthMd: 25rem;
147
+ --cube-container-sheetWidthSm: 20rem;
148
+ --cube-container-sidebarMaxWidth: 30rem;
149
+ --cube-container-sidebarMinWidth: 12.5rem;
150
+ --cube-container-sidebarWidthLg: 20rem;
151
+ --cube-container-sidebarWidthMd: 17rem;
152
+ --cube-container-sidebarWidthSm: 15rem;
153
+ --cube-container-tooltipMaxWidth: 15rem;
154
+ --cube-container-tooltipMaxWidthSingleLine: 7.5rem;
155
+ --cube-shadow-popover: 0 0 0 1px rgba(42, 28, 0, 0.07), 0 20px 24px 0 rgba(25, 25, 25, 0.05), 0 5px 8px 0 rgba(25, 25, 25, 0.03);
156
+ --cube-shadow-popoverElevated: 0 0 0 1px rgba(42, 28, 0, 0.10), 0 24px 32px 0 rgba(25, 25, 25, 0.08), 0 8px 12px 0 rgba(25, 25, 25, 0.05);
157
+ --cube-shadow-sheet: 0 0 0 1px rgba(42, 28, 0, 0.07), 0 20px 24px 0 rgba(25, 25, 25, 0.05), 0 5px 8px 0 rgba(25, 25, 25, 0.03);
158
+ --cube-shadow-tooltip: 0 1px 2px rgba(68, 68, 69, 0.08);
159
+ --cube-sizes-borderRadius-full: 624.9375rem;
160
+ --cube-sizes-borderRadius-lg: 1rem;
161
+ --cube-sizes-borderRadius-md: 0.5rem;
162
+ --cube-sizes-borderRadius-sm: 0.25rem;
163
+ --cube-sizes-borderRadius-xl: 1.5rem;
164
+ --cube-sizes-borderWidth-thick: max(2px, 0.125rem);
165
+ --cube-sizes-borderWidth-thin: max(1px, 0.0625rem);
166
+ --cube-space-1: 0.0625rem;
167
+ --cube-space-10: 0.625rem;
168
+ --cube-space-12: 0.75rem;
169
+ --cube-space-2: 0.125rem;
170
+ --cube-space-3: 0.1875rem;
171
+ --cube-space-4: 0.25rem;
172
+ --cube-space-5: 0.3125rem;
173
+ --cube-space-6: 0.375rem;
174
+ --cube-space-8: 0.5rem;
175
+ --cube-stack-gap-lg: 1.5rem;
176
+ --cube-stack-gap-md: 1rem;
177
+ --cube-stack-gap-none: 0;
178
+ --cube-stack-gap-sm: 0.75rem;
179
+ --cube-stack-gap-xl: 2rem;
180
+ --cube-stack-gap-xs: 0.5rem;
181
+ --cube-stack-gap-xxl: 3rem;
182
+ --cube-stack-gap-xxs: 0.25rem;
183
+ --cube-stack-padding-lg: 1.5rem;
184
+ --cube-stack-padding-md: 1rem;
185
+ --cube-stack-padding-none: 0;
186
+ --cube-stack-padding-sm: 0.75rem;
187
+ --cube-stack-padding-xl: 2rem;
188
+ --cube-stack-padding-xs: 0.5rem;
189
+ --cube-stack-padding-xxl: 3rem;
190
+ --cube-stack-padding-xxs: 0.25rem;
191
+ --cube-typography-button-extra-small-fontSize: 0.75rem;
192
+ --cube-typography-button-extra-small-lineHeight: 0.875rem;
193
+ --cube-typography-button-large-fontSize: 1rem;
194
+ --cube-typography-button-large-lineHeight: 1.5rem;
195
+ --cube-typography-button-medium-fontSize: 0.875rem;
196
+ --cube-typography-button-medium-lineHeight: 1.25rem;
197
+ --cube-typography-button-small-fontSize: 0.875rem;
198
+ --cube-typography-button-small-lineHeight: 1rem;
199
+ --cube-typography-fontFamily-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
200
+ --cube-typography-fontFamily-mono: 'Mona Sans Mono', monospace;
201
+ --cube-typography-text-body-large-fontSize: 1.25rem;
202
+ --cube-typography-text-body-large-fontWeight: 400;
203
+ --cube-typography-text-body-large-lineHeight: 1.75;
204
+ --cube-typography-text-body-medium-fontSize: 0.875rem;
205
+ --cube-typography-text-body-medium-fontWeight: 400;
206
+ --cube-typography-text-body-medium-lineHeight: 1.5;
207
+ --cube-typography-text-body-small-fontSize: 0.75rem;
208
+ --cube-typography-text-body-small-fontWeight: 400;
209
+ --cube-typography-text-body-small-lineHeight: 1.5;
210
+ --cube-typography-text-caption-fontSize: 0.75rem;
211
+ --cube-typography-text-caption-fontWeight: 400;
212
+ --cube-typography-text-caption-lineHeight: 1.25;
213
+ --cube-typography-text-code-block-fontFamily: 'Mona Sans Mono', monospace;
214
+ --cube-typography-text-code-block-fontSize: 0.75rem;
215
+ --cube-typography-text-code-block-fontWeight: 400;
216
+ --cube-typography-text-code-block-lineHeight: 1.25;
217
+ --cube-typography-text-display-fontSize: 2rem;
218
+ --cube-typography-text-display-fontWeight: 600;
219
+ --cube-typography-text-display-lineHeight: 1.25;
220
+ --cube-typography-text-inline-code-fontFamily: 'Mona Sans Mono', monospace;
221
+ --cube-typography-text-inline-code-fontSize: 0.875em;
222
+ --cube-typography-text-inline-code-fontWeight: 400;
223
+ --cube-typography-text-inline-code-lineHeight: 1.5;
224
+ --cube-typography-text-subtitle-fontSize: 1.25rem;
225
+ --cube-typography-text-subtitle-fontWeight: 400;
226
+ --cube-typography-text-subtitle-lineHeight: 1.5;
227
+ --cube-typography-text-title-large-fontSize: 2rem;
228
+ --cube-typography-text-title-large-fontWeight: 600;
229
+ --cube-typography-text-title-large-lineHeight: 1.25;
230
+ --cube-typography-text-title-medium-fontSize: 1.5rem;
231
+ --cube-typography-text-title-medium-fontWeight: 600;
232
+ --cube-typography-text-title-medium-lineHeight: 1.25;
233
+ --cube-typography-text-title-small-fontSize: 1.25rem;
234
+ --cube-typography-text-title-small-fontWeight: 600;
235
+ --cube-typography-text-title-small-lineHeight: 1.5;
236
+ --cube-z-index-base: 0;
237
+ --cube-z-index-dialog: 600;
238
+ --cube-z-index-dropdown: 300;
239
+ --cube-z-index-max: 9999;
240
+ --cube-z-index-overlay: 400;
241
+ --cube-z-index-popover: 700;
242
+ --cube-z-index-raised: 1;
243
+ --cube-z-index-sheet: 500;
244
+ --cube-z-index-sticky: 200;
245
+ --cube-z-index-toast: 900;
246
+ --cube-z-index-tooltip: 800;
247
+ }
@@ -1,17 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- import { CodeSnippet } from './CodeSnippet';
3
- declare const meta: Meta<typeof CodeSnippet>;
4
- export default meta;
5
- type Story = StoryObj<typeof CodeSnippet>;
6
- /** Real-world shaped device profile report — all nodes expanded by default */
7
- export declare const DeviceProfileReport: Story;
8
- /** Same report starting fully collapsed — drill into sections individually */
9
- export declare const DeviceProfileCollapsed: Story;
10
- /** Just the nested sections that benefit most from expand/collapse */
11
- export declare const PolicyDetails: Story;
12
- export declare const VelocityVariables: Story;
13
- export declare const KeyAttributes: Story;
14
- /** Fills the full viewport height — simulates being dropped into a page layout */
15
- export declare const FullViewportHeight: Story;
16
- /** Dark theme override */
17
- export declare const DarkTheme: Story;
@@ -1,422 +0,0 @@
1
- /**
2
- * Fictional device-profile report modelled after a real fraud-detection
3
- * vendor response. All vendor names, personal details, IPs, session IDs,
4
- * addresses, and phone numbers are fabricated.
5
- *
6
- * Vendor name: NexusGuard (fictional)
7
- */
8
- declare const deviceProfileReport: {
9
- entityName: string;
10
- requestKey: string;
11
- active: boolean;
12
- expiresDn: string;
13
- createdOn: string;
14
- reportPullDate: string;
15
- status: string;
16
- statusMessage: string;
17
- data: {
18
- os: string;
19
- is_os: string;
20
- nonce: string;
21
- ua_os: string;
22
- dns_ip: string;
23
- org_id: string;
24
- policy: string;
25
- browser: string;
26
- page_id: string;
27
- true_ip: string;
28
- api_type: string;
29
- gpu_name: string;
30
- proxy_ip: string;
31
- ssn_hash: string;
32
- vm_index: string;
33
- cpu_clock: string;
34
- cpu_cores: string;
35
- device_id: string;
36
- etag_guid: string;
37
- time_zone: string;
38
- ua_os_alt: string;
39
- vm_rating: string;
40
- vm_reason: string;
41
- agent_type: string;
42
- digital_id: string;
43
- dns_ip_geo: string;
44
- dns_ip_isp: string;
45
- enabled_ck: string;
46
- enabled_il: string;
47
- enabled_im: string;
48
- enabled_js: string;
49
- event_type: string;
50
- gpu_vendor: string;
51
- is_browser: string;
52
- os_anomaly: string;
53
- os_version: string;
54
- proxy_type: string;
55
- request_id: string;
56
- screen_res: string;
57
- session_id: string;
58
- ua_browser: string;
59
- webgl_hash: string;
60
- api_version: string;
61
- canvas_hash: string;
62
- cidr_number: string;
63
- dns_ip_city: string;
64
- dns_ip_home: string;
65
- plugin_hash: string;
66
- proxy_score: string;
67
- reason_code: string[];
68
- risk_rating: string;
69
- true_ip_geo: string;
70
- true_ip_isp: string;
71
- ua_platform: string;
72
- account_name: string;
73
- bb_bot_score: string;
74
- device_score: string;
75
- http_referer: string;
76
- image_loaded: string;
77
- input_ip_geo: string;
78
- input_ip_isp: string;
79
- mirth_routine: string;
80
- page_time_on: string;
81
- policy_score: string;
82
- profiled_url: string;
83
- proxy_ip_geo: string;
84
- proxy_ip_isp: string;
85
- service_type: string;
86
- system_state: string;
87
- true_ip_city: string;
88
- true_ip_home: string;
89
- true_ip_result: string;
90
- uar_os_sig_raw: string;
91
- turn_os_sig_rtl: string;
92
- browser_language: string;
93
- css_image_loaded: string;
94
- custom_output_10: string;
95
- custom_output_2: string;
96
- dns_ip_latitude: string;
97
- fuzzy_device_id: string;
98
- input_ip_region: string;
99
- input_ip_result: string;
100
- js_fonts_number: string;
101
- profiled_domain: string;
102
- profiling_delta: string;
103
- proxy_ip_region: string;
104
- proxy_ip_result: string;
105
- screen_res_zoom: string;
106
- ssn_hash_result: string;
107
- ngx_reason_code: string[];
108
- audio_context: string;
109
- api_caller_ip: string;
110
- bb_assessment: string;
111
- bb_bot_rating: string;
112
- device_memory: string;
113
- device_result: string;
114
- dns_ip_postal_code: string;
115
- NexusGuardJDRule: null;
116
- NexusGuardTrueId: string;
117
- NexusGuardAgentId: null;
118
- NexusGuardVMIndex: string;
119
- NexusGuardChasScore: null;
120
- NexusGuardDeviceID: string;
121
- NexusGuardDnsIPGeo: string;
122
- NexusGuardEventing: null;
123
- NexusGuardTimeZone: string;
124
- NexusGuardIsMobile: string;
125
- NexusGuardAPINumber: null;
126
- NexusGuardAgentName: null;
127
- NexusGuardCarrierID: null;
128
- NexusGuardDnsIPCity: string;
129
- NexusGuardImageLoaded: string;
130
- NexusGuardInputIPCity: string;
131
- NexusGuardInputIPRegion: string;
132
- NexusGuardInputIPResult: string;
133
- NexusGuardProxyIPCity: string;
134
- NexusGuardProxyIPRegion: string;
135
- NexusGuardProxyIPResult: string;
136
- NexusGuardProxyIPScore: string;
137
- NexusGuardReviewStatus: string;
138
- NexusGuardRiskRating: string;
139
- NexusGuardTrueIPGeo: string;
140
- NexusGuardTrueIPRegion: string;
141
- NexusGuardTrueIPResult: string;
142
- NexusGuardTurnDsSignT: string;
143
- NexusGuardWebSessionID: null;
144
- NexusGuardAccountNumber: null;
145
- NexusGuardBBFraudRating: string;
146
- NexusGuardBrowserString: string;
147
- NexusGuardCcNumberHashFirstSeen: null;
148
- NexusGuardCdNumberHashLastEvent: null;
149
- NexusGuardChallengeMethod: null;
150
- NexusGuardDeviceImeResult: null;
151
- NexusGuardDeviceImeFirstSeen: null;
152
- NexusGuardDeviceImeLastEvent: null;
153
- NexusGuardDeviceLastAssertion: null;
154
- NexusGuardDigitalIdConfidence: string;
155
- NexusGuardDigitalIdTrustScoreRating: string;
156
- NexusGuardFuzzyDeviceMatchResult: string;
157
- NexusGuardHttpRefDomainFirstSeen: null;
158
- NexusGuardInputIPOrganization: string;
159
- NexusGuardPasswordHashLastUpdate: null;
160
- NexusGuardPasswordHashWorstScore: null;
161
- NexusGuardProxyIPHostingFacility: null;
162
- NexusGuardShippingAddressCountry: null;
163
- NexusGuardShippingAddressZipCode: null;
164
- NexusGuardAccountEmailWorstScore: string;
165
- NexusGuardAccountLoginLastUpdate: null;
166
- NexusGuardAccountLoginWorstScore: null;
167
- NexusGuardAccountNumberFirstSeen: null;
168
- NexusGuardAccountNumberLastEvent: null;
169
- NexusGuardBrowserStringMismatch: null;
170
- NexusGuardCarrierAccountResult: null;
171
- NexusGuardCarrierIdResult: null;
172
- NexusGuardChallengeRiskMailing: null;
173
- NexusGuardDeviceImeLastUpdate: null;
174
- NexusGuardDnsIpHostingFacility: null;
175
- NexusGuardFuzzyDeviceFirstSeen: string;
176
- NexusGuardFuzzyDeviceLastEvent: string;
177
- NexusGuardInputIPLastAssertion: null;
178
- NexusGuardInputIPRoutingCode: string;
179
- NexusGuardLocalTimeOffsetRange: null;
180
- NexusGuardNationalIdAttributes: null;
181
- NexusGuardPageFingerprintCheck: null;
182
- NexusGuardPageFingerprintScore: null;
183
- NexusGuardPrivateBrowsing: string;
184
- NexusGuardProfileDomainFirstSeen: null;
185
- NexusGuardTrueIpFirstSeen: string;
186
- NexusGuardTrueIpLastEvent: string;
187
- NexusGuardTrueIpIncSpeed: string;
188
- NexusGuardAccountFirstName: null;
189
- NexusGuardAccountNameScore: string;
190
- NexusGuardAccountTelephone: string;
191
- NexusGuardAuthStatusReason: null;
192
- NexusGuardCcBinNumberBrand: null;
193
- NexusGuardChallengePolicy: null;
194
- NexusGuardAccountTelephoneResult: string;
195
- NexusGuardAccountTelephoneLastUpdate: string;
196
- NexusGuardAccountTelephoneWorstScore: string;
197
- NexusGuardDeviceFingerprintFirstSeen: null;
198
- NexusGuardDeviceFingerprintLastUpdate: null;
199
- NexusGuardDeviceFingerprintWorstScore: null;
200
- NexusGuardHttpRefDomainAssertHistory: null;
201
- NexusGuardHttpRefDomainLastAssertion: null;
202
- NexusGuardInputIPConnectionType: string;
203
- NexusGuardNationalIdLastUpdate: null;
204
- NexusGuardNationalIdWorstScore: null;
205
- NexusGuardPageFingerprintFirstSeen: null;
206
- NexusGuardPageFingerprintLastEvent: null;
207
- NexusGuardProfileDomainLastAssertion: null;
208
- NexusGuardShippingAddressBillVAddress: null;
209
- NexusGuardShippingAddressFirstSeen: null;
210
- NexusGuardShippingAddressLastEvent: null;
211
- NexusGuardSmartLearningFraudRating: null;
212
- NexusGuardAccountEmailLastAssertion: null;
213
- NexusGuardAccountLoginLastAssertion: null;
214
- NexusGuardAccountTelephoneFirstSeen: string;
215
- NexusGuardAccountTelephoneLastEvent: string;
216
- NexusGuardCarrierAccountLastAssertion: null;
217
- NexusGuardCarrierMobileNumberResult: null;
218
- NexusGuardCcBinNumberCategory: null;
219
- NexusGuardDeviceAssertHistory: null;
220
- NexusGuardDeviceImeFirstAssertion: null;
221
- NexusGuardDeviceImeLastAssertion: null;
222
- NexusGuardDriversLicenseHashScore: null;
223
- NexusGuardDriversLicenceHashLastEvent: null;
224
- NexusGuardProfileDomainAssertHistory: null;
225
- NexusGuardTransactionShippingCurrency: null;
226
- NexusGuardTransactionShippingAmount: null;
227
- NexusGuardAccountAddressLastUpdate: null;
228
- NexusGuardAccountAddressWorstScore: null;
229
- NexusGuardAccountNameLastAssertion: null;
230
- NexusGuardAgentPublickeyHashFirstSeen: string;
231
- NexusGuardAgentPublickeyHashLastEvent: string;
232
- NexusGuardAgentPublicKeyHashLastUpdate: string;
233
- NexusGuardAgentPublickeyHashWorstScore: string;
234
- NexusGuardDriversLicenseHashFirstSeen: null;
235
- NexusGuardPageFingerprintLastAssertion: null;
236
- NexusGuardPasswordHashLastAssertion: null;
237
- NexusGuardShippingAddressLastUpdate: null;
238
- NexusGuardShippingAddressWorstScore: null;
239
- NexusGuardAccountAddressIPNormalized: null;
240
- NexusGuardAgentPublicKeyHashFirstSeen: string;
241
- NexusGuardAgentPublicKeyHashLastEvent: string;
242
- NexusGuardCarrierAccountFirstSeen: null;
243
- NexusGuardCarrierAccountLastEvent: null;
244
- NexusGuardDeviceFirstSeen: string;
245
- NexusGuardDeviceLastUpdate: string;
246
- NexusGuardDeviceWorstScore: string;
247
- NexusGuardDnsIPRoutingType: string;
248
- NexusGuardFuzzyDeviceScale: string;
249
- NexusGuardInputIPFirstSeen: string;
250
- NexusGuardInputIPLastEvent: string;
251
- NexusGuardInputIPLineSpeed: string;
252
- NexusGuardIpActivitiesDesc: null;
253
- NexusGuardIpAttributesDesc: null;
254
- NexusGuardNationalIdNumber: null;
255
- NexusGuardNationalIdResult: null;
256
- NexusGuardProxyIPFirstSeen: string;
257
- NexusGuardProxyIPLastEvent: string;
258
- NexusGuardProxyIpLineSpeed: string;
259
- NexusGuardSsnHashFirstSeen: null;
260
- NexusGuardSsnHashLastEvent: null;
261
- NexusGuardScreenResAnomaly: null;
262
- NexusGuardTrueIpLastUpdate: string;
263
- NexusGuardTrueIpPostalCode: string;
264
- NexusGuardTrueIpWorstScore: string;
265
- NexusGuardAccountAddressZip: string;
266
- NexusGuardAccountEmailScore: string;
267
- NexusGuardAccountLoginScore: null;
268
- NexusGuardAccountNameLastUpdate: string;
269
- NexusGuardAccountNameWorstScore: string;
270
- NexusGuardAccountTelephoneScore: string;
271
- NexusGuardBrowserLanguageAnomaly: null;
272
- NexusGuardDriversLicenseHashResult: null;
273
- NexusGuardFuzzyDeviceLastAssertion: null;
274
- NexusGuardHoneypotFingerprintCheck: string;
275
- NexusGuardHoneypotFingerprintMatch: string;
276
- NexusGuardPageFingerprintLastUpdate: null;
277
- NexusGuardPageFingerprintWorstScore: null;
278
- NexusGuardShippingAddressLastAssertion: null;
279
- NexusGuardAccountAddressLastAssertion: null;
280
- NexusGuardAccountAddressZipNormalized: null;
281
- NexusGuardAccountEmailFirstSeen: string;
282
- NexusGuardAccountEmailLastEvent: string;
283
- NexusGuardAccountAddressStreet1: string;
284
- NexusGuardAccountAddressStreet2: string;
285
- NexusGuardAccountEmailLastUpdate: string;
286
- NexusGuardChallengePolicyScore: null;
287
- NexusGuardFuzzyDeviceLastUpdate: string;
288
- NexusGuardFuzzyDeviceWorstScore: string;
289
- NexusGuardOnlineIDLastAssertion: null;
290
- NexusGuardPageFingerprintResult: null;
291
- NexusGuardPasswordHashFirstSeen: null;
292
- NexusGuardPasswordHashLastEvent: null;
293
- NexusGuardProxyIPConnectionType: string;
294
- NexusGuardShippingAddressCity: null;
295
- NexusGuardTransactionAuthAmount: null;
296
- NexusGuardWebSessionIDFirstSeen: null;
297
- NexusGuardWebSessionIDLastEvent: null;
298
- battery_status: {
299
- level: number;
300
- status: string;
301
- };
302
- bb_fraud_score: string;
303
- browser_string: string;
304
- event_datetime: string;
305
- input_ip_score: string;
306
- local_attrib_1: string;
307
- local_attrib_2: string;
308
- local_attrib_3: string;
309
- local_attrib_4: string;
310
- local_attrib_5: string;
311
- mime_type_hash: string;
312
- proxy_ip_score: string;
313
- request_result: string;
314
- true_ip_region: string;
315
- ub_browser_alt: string;
316
- bb_fraud_rating: string;
317
- browser_version: string;
318
- proxy_ip_latitude: string;
319
- ng_variables: {
320
- _cc_per_exactid_hour: string;
321
- _cc_per_smartid_hour: string;
322
- _cc_per_smartid_gbl_hour: string;
323
- _exactid_gbl_velocity_hour: string;
324
- _smartid_gbl_velocity_hour: string;
325
- customerneverprofiledlocal: string;
326
- _accemail_gbl_velocity_hour: string;
327
- _accphone_gbl_velocity_hour: string;
328
- _exactid_per_email_gbl_hour: string;
329
- universalrulepolicycallout: string;
330
- _accteeails_per_exactid_hour: string;
331
- _acnt_login_per_exactid_hour: string;
332
- _acnt_login_per_smartid_hour: string;
333
- _acntemails_per_smartid_hour: string;
334
- _exactid_local_velocity_hour: string;
335
- _smartid_local_velocity_hour: string;
336
- _accemail_local_velocity_hour: string;
337
- _acntemails_per_exactid_gbl_hour: string;
338
- count_distinct_ssn_per_smart_id_local_7days: string;
339
- };
340
- true_ip_score: string;
341
- NexusGuardAccountLoginLastSeen: null;
342
- NexusGuardAccountLoginLastEvent: null;
343
- NexusGuardAccountCountNameFirstSeen: string;
344
- NexusGuardAccountCountNameLastEvent: string;
345
- NexusGuardBrowserStringLanguageAnomaly: null;
346
- NexusGuardCarrierIDLastUpdate: null;
347
- NexusGuardCdNumberHashFirstSeen: null;
348
- NexusGuardChallengeReviewStatus: null;
349
- NexusGuardFuzzyDeviceConfidence: string;
350
- NexusGuardHttpRefDomainActivities: null;
351
- NexusGuardHttpRefDomainLastUpdate: null;
352
- NexusGuardInputIPDomainFirstSeen: null;
353
- NexusGuardShippingAddressCounty: null;
354
- NexusGuardShippingAddressStreet1: null;
355
- NexusGuardShippingAddressStreet2: null;
356
- NexusGuardSmartLearningRiskRank: null;
357
- NexusGuardAccountAddressFirstSeen: null;
358
- NexusGuardAccountAddressLastEvent: null;
359
- NexusGuardAgentPublicKeyHashResult: string;
360
- NexusGuardDigitalIdConfidenceRating: string;
361
- NexusGuardCarrierMobileNumberLastAssertion: null;
362
- NexusGuardDriversLicenceHashResult: null;
363
- NexusGuardDriversLicenceHashLastResult: null;
364
- NexusGuardTransactionAuthCurrency: null;
365
- NexusGuardTrueIpHostingFacility: null;
366
- NexusGuardAccountAddressScore: null;
367
- NexusGuardAccountNumberLastAssertion: null;
368
- NexusGuardCarrierAccountLastUpdate: null;
369
- NexusGuardCarrierAccountWorstScore: null;
370
- NexusGuardCarrierMobileNumberFirstSeen: null;
371
- NexusGuardCarrierMobileNumberLastEvent: null;
372
- NexusGuardCarrierMobileNumberMatchResult: null;
373
- NexusGuardDeviceFingerprintLastAssertion: null;
374
- NexusGuardDriversLicenceHashFirstSeen: null;
375
- NexusGuardDriversLicenseHashLastEvent: null;
376
- policy_details_api: {
377
- policy_detail_api: {
378
- type: string;
379
- customer: {
380
- pvid: string;
381
- vars: ({
382
- rid: string;
383
- value: string;
384
- variable: string;
385
- ovid?: undefined;
386
- score?: undefined;
387
- reason_code?: undefined;
388
- } | {
389
- rid: string;
390
- ovid: string;
391
- score: string;
392
- reason_code: string;
393
- value?: undefined;
394
- variable?: undefined;
395
- })[];
396
- };
397
- }[];
398
- };
399
- };
400
- keyAttributes: {
401
- lino: boolean;
402
- ffreeze: boolean;
403
- market: string;
404
- disputed: boolean;
405
- submarket: string;
406
- bureauName: string;
407
- suppressed: boolean;
408
- doNotPromote: boolean;
409
- initialFraud: boolean;
410
- reportStatus: string;
411
- extendedFraud: boolean;
412
- reportedNames: {
413
- person: {
414
- last: string;
415
- first: string;
416
- middle: string;
417
- };
418
- source: string;
419
- }[];
420
- };
421
- };
422
- export default deviceProfileReport;
@@ -1,11 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/react';
2
- /**
3
- * Real-world graph built from the fictional NexusGuard device-profile report.
4
- *
5
- * Card positions are computed by `treeLayout` — no manual coordinate maths here.
6
- * Each `rowCount` is: 1 title + number of field rows + number of object rows.
7
- */
8
- declare const meta: Meta;
9
- export default meta;
10
- type Story = StoryObj;
11
- export declare const DeviceProfileReport: Story;