@dataengineeringformachinelearning/viking-ui 1.0.0

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.
@@ -0,0 +1,189 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft-07/schema",
3
+ "name": "@dataengineeringformachinelearning/viking-ui",
4
+ "description": "Tracks which Viking UI (fluxui.dev) components this package mirrors, so upstream additions/renames are detectable via `npm run check:viking-upstream`.",
5
+ "upstream": {
6
+ "site": "https://fluxui.dev",
7
+ "componentsIndex": "https://fluxui.dev/components",
8
+ "lastAudited": "2026-07-01",
9
+ "notes": "Viking UI is a Livewire/Blade + Tailwind library; viking-ui re-implements the free component styles as zero-dependency Angular standalone components themed with DEML Material tokens (THEME.md)."
10
+ },
11
+ "components": {
12
+ "app-header": {
13
+ "upstream": "https://fluxui.dev/components/navbar",
14
+ "exports": ["VikingAppHeader"],
15
+ "notes": "DEML app shell — sticky header with mobile menu slots."
16
+ },
17
+ "app-sidebar": {
18
+ "upstream": "https://fluxui.dev/components/navbar",
19
+ "exports": ["VikingAppSidebar"],
20
+ "notes": "DEML app shell — collapsible dashboard sidebar."
21
+ },
22
+ "footer": {
23
+ "upstream": "https://fluxui.dev/components/card",
24
+ "exports": ["VikingFooter"],
25
+ "notes": "DEML site-wide footer chrome."
26
+ },
27
+ "hud-panel": {
28
+ "upstream": "https://fluxui.dev/components/card",
29
+ "exports": ["VikingHudPanel"],
30
+ "notes": "DEML dashboard panel with icon header."
31
+ },
32
+ "metric-card": {
33
+ "upstream": "https://fluxui.dev/components/card",
34
+ "exports": ["VikingMetricRow", "VikingMetricCard"],
35
+ "notes": "DEML HUD KPI metric tiles."
36
+ },
37
+ "page-header": {
38
+ "upstream": "https://fluxui.dev/components/navbar",
39
+ "exports": ["VikingPageHeader"],
40
+ "notes": "DEML unified page header (HUD + sidebar topbar)."
41
+ },
42
+ "fab": {
43
+ "upstream": "https://fluxui.dev/components/button",
44
+ "exports": ["VikingFab"],
45
+ "notes": "DEML floating action button."
46
+ },
47
+ "search-palette": {
48
+ "upstream": "https://fluxui.dev/components/command",
49
+ "exports": ["VikingSearchPalette"],
50
+ "notes": "DEML search overlay (command-palette pattern)."
51
+ },
52
+ "accordion": {
53
+ "upstream": "https://fluxui.dev/components/accordion",
54
+ "exports": ["VikingAccordion", "VikingAccordionItem"]
55
+ },
56
+ "autocomplete": {
57
+ "upstream": "https://fluxui.dev/components/autocomplete",
58
+ "exports": ["VikingAutocomplete"]
59
+ },
60
+ "avatar": { "upstream": "https://fluxui.dev/components/avatar", "exports": ["VikingAvatar"] },
61
+ "badge": { "upstream": "https://fluxui.dev/components/badge", "exports": ["VikingBadge"] },
62
+ "brand": { "upstream": "https://fluxui.dev/components/brand", "exports": ["VikingBrand"] },
63
+ "button": {
64
+ "upstream": "https://fluxui.dev/components/button",
65
+ "exports": ["VikingButton", "VikingButtonGroup"]
66
+ },
67
+ "breadcrumbs": {
68
+ "upstream": "https://fluxui.dev/components/breadcrumbs",
69
+ "exports": ["VikingBreadcrumbs"]
70
+ },
71
+ "calendar": {
72
+ "upstream": "https://fluxui.dev/components/calendar",
73
+ "exports": ["VikingCalendar"]
74
+ },
75
+ "callout": {
76
+ "upstream": "https://fluxui.dev/components/callout",
77
+ "exports": ["VikingCallout"]
78
+ },
79
+ "card": {
80
+ "upstream": "https://fluxui.dev/components/card",
81
+ "exports": ["VikingCard", "VikingCardHeader", "VikingCardFooter"]
82
+ },
83
+ "carousel": {
84
+ "upstream": "https://fluxui.dev/components/carousel",
85
+ "exports": ["VikingCarousel", "VikingCarouselSlide"]
86
+ },
87
+ "chart": { "upstream": "https://fluxui.dev/components/chart", "exports": ["VikingChart"] },
88
+ "checkbox": {
89
+ "upstream": "https://fluxui.dev/components/checkbox",
90
+ "exports": ["VikingCheckbox"]
91
+ },
92
+ "color-picker": {
93
+ "upstream": "https://fluxui.dev/components/color-picker",
94
+ "exports": ["VikingColorPicker"]
95
+ },
96
+ "command": {
97
+ "upstream": "https://fluxui.dev/components/command",
98
+ "exports": ["VikingCommand"]
99
+ },
100
+ "context": {
101
+ "upstream": "https://fluxui.dev/components/context",
102
+ "exports": ["VikingContext"]
103
+ },
104
+ "composer": {
105
+ "upstream": "https://fluxui.dev/components/composer",
106
+ "exports": ["VikingComposer"]
107
+ },
108
+ "date-picker": {
109
+ "upstream": "https://fluxui.dev/components/date-picker",
110
+ "exports": ["VikingDatePicker"]
111
+ },
112
+ "dropdown": {
113
+ "upstream": "https://fluxui.dev/components/dropdown",
114
+ "exports": ["VikingDropdown", "VikingMenuItem"]
115
+ },
116
+ "editor": { "upstream": "https://fluxui.dev/components/editor", "exports": ["VikingEditor"] },
117
+ "field": { "upstream": "https://fluxui.dev/components/field", "exports": ["VikingField"] },
118
+ "file-upload": {
119
+ "upstream": "https://fluxui.dev/components/file-upload",
120
+ "exports": ["VikingFileUpload"]
121
+ },
122
+ "heading": {
123
+ "upstream": "https://fluxui.dev/components/heading",
124
+ "exports": ["VikingHeading"]
125
+ },
126
+ "icon": { "upstream": "https://fluxui.dev/components/icon", "exports": ["VikingIcon"] },
127
+ "input": { "upstream": "https://fluxui.dev/components/input", "exports": ["VikingInput"] },
128
+ "kanban": { "upstream": "https://fluxui.dev/components/kanban", "exports": ["VikingKanban"] },
129
+ "modal": { "upstream": "https://fluxui.dev/components/modal", "exports": ["VikingModal"] },
130
+ "navbar": {
131
+ "upstream": "https://fluxui.dev/components/navbar",
132
+ "exports": ["VikingNavbar", "VikingNavbarItem"]
133
+ },
134
+ "otp-input": {
135
+ "upstream": "https://fluxui.dev/components/otp-input",
136
+ "exports": ["VikingOtpInput"]
137
+ },
138
+ "pagination": {
139
+ "upstream": "https://fluxui.dev/components/pagination",
140
+ "exports": ["VikingPagination"]
141
+ },
142
+ "pillbox": {
143
+ "upstream": "https://fluxui.dev/components/pillbox",
144
+ "exports": ["VikingPillbox"]
145
+ },
146
+ "popover": {
147
+ "upstream": "https://fluxui.dev/components/popover",
148
+ "exports": ["VikingPopover"]
149
+ },
150
+ "profile": {
151
+ "upstream": "https://fluxui.dev/components/profile",
152
+ "exports": ["VikingProfile"]
153
+ },
154
+ "progress": {
155
+ "upstream": "https://fluxui.dev/components/progress",
156
+ "exports": ["VikingProgress"]
157
+ },
158
+ "radio": { "upstream": "https://fluxui.dev/components/radio", "exports": ["VikingRadioGroup"] },
159
+ "select": { "upstream": "https://fluxui.dev/components/select", "exports": ["VikingSelect"] },
160
+ "separator": {
161
+ "upstream": "https://fluxui.dev/components/separator",
162
+ "exports": ["VikingSeparator"]
163
+ },
164
+ "skeleton": {
165
+ "upstream": "https://fluxui.dev/components/skeleton",
166
+ "exports": ["VikingSkeleton"]
167
+ },
168
+ "slider": { "upstream": "https://fluxui.dev/components/slider", "exports": ["VikingSlider"] },
169
+ "switch": { "upstream": "https://fluxui.dev/components/switch", "exports": ["VikingSwitch"] },
170
+ "text": { "upstream": "https://fluxui.dev/components/text", "exports": ["VikingText"] },
171
+ "textarea": {
172
+ "upstream": "https://fluxui.dev/components/textarea",
173
+ "exports": ["VikingTextarea"]
174
+ },
175
+ "time-picker": {
176
+ "upstream": "https://fluxui.dev/components/time-picker",
177
+ "exports": ["VikingTimePicker"]
178
+ },
179
+ "timeline": {
180
+ "upstream": "https://fluxui.dev/components/timeline",
181
+ "exports": ["VikingTimeline", "VikingTimelineItem"]
182
+ },
183
+ "toast": {
184
+ "upstream": "https://fluxui.dev/components/toast",
185
+ "exports": ["VikingToastService", "VikingToaster"]
186
+ },
187
+ "tooltip": { "upstream": "https://fluxui.dev/components/tooltip", "exports": ["VikingTooltip"] }
188
+ }
189
+ }