@dataengineeringformachinelearning/viking-ui 1.0.0 → 1.0.2

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.
@@ -1,189 +1,238 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft-07/schema",
3
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
- },
4
+ "description": "Machine-readable catalog of Viking-UI components and their Angular exports. Validated by `npm run check:viking-upstream`.",
5
+ "lastAudited": "2026-07-02",
11
6
  "components": {
7
+ "accordion": {
8
+ "exports": ["VikingAccordion", "VikingAccordionItem"]
9
+ },
12
10
  "app-header": {
13
- "upstream": "https://fluxui.dev/components/navbar",
14
- "exports": ["VikingAppHeader"],
15
- "notes": "DEML app shell — sticky header with mobile menu slots."
11
+ "exports": ["VikingAppHeader"]
16
12
  },
17
13
  "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."
14
+ "exports": ["VikingAppSidebar"]
26
15
  },
27
- "hud-panel": {
28
- "upstream": "https://fluxui.dev/components/card",
29
- "exports": ["VikingHudPanel"],
30
- "notes": "DEML dashboard panel with icon header."
16
+ "auth-panel": {
17
+ "exports": ["VikingAuthPanel"]
31
18
  },
32
- "metric-card": {
33
- "upstream": "https://fluxui.dev/components/card",
34
- "exports": ["VikingMetricRow", "VikingMetricCard"],
35
- "notes": "DEML HUD KPI metric tiles."
19
+ "autocomplete": {
20
+ "exports": ["VikingAutocomplete"]
36
21
  },
37
- "page-header": {
38
- "upstream": "https://fluxui.dev/components/navbar",
39
- "exports": ["VikingPageHeader"],
40
- "notes": "DEML unified page header (HUD + sidebar topbar)."
22
+ "avatar": {
23
+ "exports": ["VikingAvatar"]
41
24
  },
42
- "fab": {
43
- "upstream": "https://fluxui.dev/components/button",
44
- "exports": ["VikingFab"],
45
- "notes": "DEML floating action button."
25
+ "badge": {
26
+ "exports": ["VikingBadge"]
46
27
  },
47
- "search-palette": {
48
- "upstream": "https://fluxui.dev/components/command",
49
- "exports": ["VikingSearchPalette"],
50
- "notes": "DEML search overlay (command-palette pattern)."
28
+ "bar": {
29
+ "exports": ["VikingBar"]
51
30
  },
52
- "accordion": {
53
- "upstream": "https://fluxui.dev/components/accordion",
54
- "exports": ["VikingAccordion", "VikingAccordionItem"]
31
+ "brand": {
32
+ "exports": ["VikingBrand"]
55
33
  },
56
- "autocomplete": {
57
- "upstream": "https://fluxui.dev/components/autocomplete",
58
- "exports": ["VikingAutocomplete"]
34
+ "breadcrumbs": {
35
+ "exports": ["VikingBreadcrumb", "VikingBreadcrumbs"]
59
36
  },
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
37
  "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"]
38
+ "exports": ["VikingButton", "VikingButtonGroup", "VikingButtonVariant"]
70
39
  },
71
40
  "calendar": {
72
- "upstream": "https://fluxui.dev/components/calendar",
73
41
  "exports": ["VikingCalendar"]
74
42
  },
75
43
  "callout": {
76
- "upstream": "https://fluxui.dev/components/callout",
77
44
  "exports": ["VikingCallout"]
78
45
  },
79
46
  "card": {
80
- "upstream": "https://fluxui.dev/components/card",
81
- "exports": ["VikingCard", "VikingCardHeader", "VikingCardFooter"]
47
+ "exports": ["VikingCard", "VikingCardFooter", "VikingCardHeader"]
82
48
  },
83
49
  "carousel": {
84
- "upstream": "https://fluxui.dev/components/carousel",
85
50
  "exports": ["VikingCarousel", "VikingCarouselSlide"]
86
51
  },
87
- "chart": { "upstream": "https://fluxui.dev/components/chart", "exports": ["VikingChart"] },
52
+ "chart": {
53
+ "exports": ["VikingChart"]
54
+ },
88
55
  "checkbox": {
89
- "upstream": "https://fluxui.dev/components/checkbox",
90
56
  "exports": ["VikingCheckbox"]
91
57
  },
92
58
  "color-picker": {
93
- "upstream": "https://fluxui.dev/components/color-picker",
94
59
  "exports": ["VikingColorPicker"]
95
60
  },
96
61
  "command": {
97
- "upstream": "https://fluxui.dev/components/command",
98
62
  "exports": ["VikingCommand"]
99
63
  },
64
+ "composer": {
65
+ "exports": ["VikingComposer"]
66
+ },
100
67
  "context": {
101
- "upstream": "https://fluxui.dev/components/context",
102
68
  "exports": ["VikingContext"]
103
69
  },
104
- "composer": {
105
- "upstream": "https://fluxui.dev/components/composer",
106
- "exports": ["VikingComposer"]
70
+ "core": {
71
+ "exports": [
72
+ "VIKING_FILLED_ICON_NAMES",
73
+ "VIKING_ICON_NAMES",
74
+ "VIKING_ICON_PATHS",
75
+ "VikingChartCurve",
76
+ "VikingChartKind",
77
+ "VikingChartSeries",
78
+ "VikingCommandItem",
79
+ "VikingControl",
80
+ "VikingDonutSegment",
81
+ "VikingIconName",
82
+ "VikingKanbanCard",
83
+ "VikingKanbanColumn",
84
+ "VikingKanbanMove",
85
+ "VikingSelectOption",
86
+ "VikingSize",
87
+ "VikingToastInstance",
88
+ "VikingToastOptions",
89
+ "VikingTone",
90
+ "provideVikingCva"
91
+ ]
107
92
  },
108
93
  "date-picker": {
109
- "upstream": "https://fluxui.dev/components/date-picker",
110
94
  "exports": ["VikingDatePicker"]
111
95
  },
112
96
  "dropdown": {
113
- "upstream": "https://fluxui.dev/components/dropdown",
114
97
  "exports": ["VikingDropdown", "VikingMenuItem"]
115
98
  },
116
- "editor": { "upstream": "https://fluxui.dev/components/editor", "exports": ["VikingEditor"] },
117
- "field": { "upstream": "https://fluxui.dev/components/field", "exports": ["VikingField"] },
99
+ "editor": {
100
+ "exports": ["VikingEditor"]
101
+ },
102
+ "fab": {
103
+ "exports": ["VikingFab"]
104
+ },
105
+ "field": {
106
+ "exports": ["VikingField"]
107
+ },
118
108
  "file-upload": {
119
- "upstream": "https://fluxui.dev/components/file-upload",
120
109
  "exports": ["VikingFileUpload"]
121
110
  },
122
- "heading": {
123
- "upstream": "https://fluxui.dev/components/heading",
124
- "exports": ["VikingHeading"]
111
+ "footer": {
112
+ "exports": ["VikingFooter"]
113
+ },
114
+ "gauge-arc": {
115
+ "exports": ["VikingGaugeArc"]
116
+ },
117
+ "hud-panel": {
118
+ "exports": ["VikingHudPanel"]
119
+ },
120
+ "icon": {
121
+ "exports": ["VikingIcon"]
122
+ },
123
+ "input": {
124
+ "exports": ["VikingInput"]
125
+ },
126
+ "kanban": {
127
+ "exports": ["VikingKanban"]
128
+ },
129
+ "kbd": {
130
+ "exports": ["VikingKbd"]
131
+ },
132
+ "label": {
133
+ "exports": ["VikingLabel"]
134
+ },
135
+ "menubar": {
136
+ "exports": ["VikingMenubar", "VikingMenubarItem"]
137
+ },
138
+ "metric-card": {
139
+ "exports": ["VikingMetricCard", "VikingMetricRow"]
140
+ },
141
+ "modal": {
142
+ "exports": ["VikingModal"]
143
+ },
144
+ "native-select": {
145
+ "exports": ["VikingNativeSelect"]
125
146
  },
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
147
  "navbar": {
131
- "upstream": "https://fluxui.dev/components/navbar",
132
148
  "exports": ["VikingNavbar", "VikingNavbarItem"]
133
149
  },
150
+ "navigation-menu": {
151
+ "exports": ["VikingNavItem", "VikingNavigationMenu"]
152
+ },
134
153
  "otp-input": {
135
- "upstream": "https://fluxui.dev/components/otp-input",
136
154
  "exports": ["VikingOtpInput"]
137
155
  },
156
+ "page-header": {
157
+ "exports": ["VikingPageHeader"]
158
+ },
138
159
  "pagination": {
139
- "upstream": "https://fluxui.dev/components/pagination",
140
160
  "exports": ["VikingPagination"]
141
161
  },
142
162
  "pillbox": {
143
- "upstream": "https://fluxui.dev/components/pillbox",
144
163
  "exports": ["VikingPillbox"]
145
164
  },
146
165
  "popover": {
147
- "upstream": "https://fluxui.dev/components/popover",
148
166
  "exports": ["VikingPopover"]
149
167
  },
150
168
  "profile": {
151
- "upstream": "https://fluxui.dev/components/profile",
152
169
  "exports": ["VikingProfile"]
153
170
  },
154
171
  "progress": {
155
- "upstream": "https://fluxui.dev/components/progress",
156
172
  "exports": ["VikingProgress"]
157
173
  },
158
- "radio": { "upstream": "https://fluxui.dev/components/radio", "exports": ["VikingRadioGroup"] },
159
- "select": { "upstream": "https://fluxui.dev/components/select", "exports": ["VikingSelect"] },
174
+ "radio": {
175
+ "exports": ["VikingRadioGroup"]
176
+ },
177
+ "ring-gauge": {
178
+ "exports": ["VikingRingGauge"]
179
+ },
180
+ "scroll-area": {
181
+ "exports": ["VikingScrollArea"]
182
+ },
183
+ "search-palette": {
184
+ "exports": ["VikingSearchPalette"]
185
+ },
186
+ "select": {
187
+ "exports": ["VikingSelect"]
188
+ },
160
189
  "separator": {
161
- "upstream": "https://fluxui.dev/components/separator",
162
190
  "exports": ["VikingSeparator"]
163
191
  },
192
+ "sheet": {
193
+ "exports": ["VikingSheet", "VikingSheetSide"]
194
+ },
164
195
  "skeleton": {
165
- "upstream": "https://fluxui.dev/components/skeleton",
166
196
  "exports": ["VikingSkeleton"]
167
197
  },
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"] },
198
+ "slider": {
199
+ "exports": ["VikingSlider"]
200
+ },
201
+ "spinner": {
202
+ "exports": ["VikingSpinner"]
203
+ },
204
+ "switch": {
205
+ "exports": ["VikingSwitch"]
206
+ },
207
+ "table": {
208
+ "exports": ["VikingTable"]
209
+ },
210
+ "tabs": {
211
+ "exports": ["VIKING_TABS", "VikingTab", "VikingTabPanel", "VikingTabs"]
212
+ },
171
213
  "textarea": {
172
- "upstream": "https://fluxui.dev/components/textarea",
173
214
  "exports": ["VikingTextarea"]
174
215
  },
175
216
  "time-picker": {
176
- "upstream": "https://fluxui.dev/components/time-picker",
177
217
  "exports": ["VikingTimePicker"]
178
218
  },
179
219
  "timeline": {
180
- "upstream": "https://fluxui.dev/components/timeline",
181
220
  "exports": ["VikingTimeline", "VikingTimelineItem"]
182
221
  },
183
222
  "toast": {
184
- "upstream": "https://fluxui.dev/components/toast",
185
223
  "exports": ["VikingToastService", "VikingToaster"]
186
224
  },
187
- "tooltip": { "upstream": "https://fluxui.dev/components/tooltip", "exports": ["VikingTooltip"] }
225
+ "toggle": {
226
+ "exports": ["VIKING_TOGGLE_GROUP", "VikingToggle", "VikingToggleGroup"]
227
+ },
228
+ "tooltip": {
229
+ "exports": ["VikingTooltip"]
230
+ },
231
+ "typography": {
232
+ "exports": ["VikingHeading", "VikingText"]
233
+ },
234
+ "uptime-bar": {
235
+ "exports": ["VikingUptimeBar", "VikingUptimeStatus"]
236
+ }
188
237
  }
189
238
  }