@dataengineeringformachinelearning/viking-ui 4.0.4 → 4.0.6
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 +35 -11
- package/dist/README.md +35 -11
- package/dist/design-tokens.css +300 -85
- package/dist/fesm2022/dataengineeringformachinelearning-viking-ui.mjs +100 -64
- package/dist/fesm2022/dataengineeringformachinelearning-viking-ui.mjs.map +1 -1
- package/dist/icons.js +306 -0
- package/dist/package.json +24 -5
- package/{src/lib/site-drakkar/site-drakkar.config.ts → dist/site-drakkar.js} +64 -130
- package/dist/src/tokens/viking-tokens.json +9 -7
- package/dist/types/dataengineeringformachinelearning-viking-ui.d.ts +97 -3
- package/dist/viking-components.css +161 -70
- package/dist/viking-tokens.json +9 -7
- package/dist/viking-ui-elements.js +44 -32
- package/dist/viking-ui.css +1 -1
- package/dist/web-components.js +44 -32
- package/package.json +30 -8
- package/dist/scripts/build-web-components.mjs +0 -37
- package/dist/src/web/badge/viking-badge-wc.ts +0 -116
- package/dist/src/web/button/viking-button-wc.ts +0 -165
- package/dist/src/web/callout/viking-callout-wc.ts +0 -105
- package/dist/src/web/card/viking-card-wc.ts +0 -67
- package/dist/src/web/core/base.ts +0 -56
- package/dist/src/web/core/dom.ts +0 -53
- package/dist/src/web/core/icons-inline.ts +0 -44
- package/dist/src/web/core/styles.ts +0 -1261
- package/dist/src/web/core/types.ts +0 -19
- package/dist/src/web/field/viking-field-wc.ts +0 -154
- package/dist/src/web/index.ts +0 -73
- package/dist/src/web/input/viking-input-wc.ts +0 -211
- package/dist/src/web/modal/viking-modal-wc.ts +0 -187
- package/dist/src/web/search-palette/viking-search-palette-wc.ts +0 -495
- package/dist/src/web/select/viking-select-wc.ts +0 -218
- package/dist/src/web/suite-header/viking-suite-header-wc.ts +0 -729
- package/dist/src/web/suite-search-palette/viking-suite-search-palette-wc.ts +0 -234
- package/dist/src/web/theme-toggle/viking-theme-toggle-wc.ts +0 -139
- package/dist/src/web/types.ts +0 -37
- package/dist/src/web/web-components.spec.ts +0 -297
- package/src/assets/drakkar-favicon.svg +0 -17
- package/src/assets/fonts/inter/InterVariable-Italic.woff2 +0 -0
- package/src/assets/fonts/inter/InterVariable.woff2 +0 -0
- package/src/core/brand/deml-lockup.svg +0 -5
- package/src/core/brand/deml-mark-compact.svg +0 -4
- package/src/core/brand/deml-mark-filled.svg +0 -3
- package/src/core/brand/deml-mark-outline.svg +0 -4
- package/src/core/brand-icons.ts +0 -62
- package/src/core/icons.spec.ts +0 -52
- package/src/core/icons.ts +0 -206
- package/src/core/integration-brand-icons.ts +0 -77
- package/src/core/lucide-paths.generated.ts +0 -130
- package/src/core/types.ts +0 -85
- package/src/core/uid.ts +0 -7
- package/src/elements/button/viking-button.ts +0 -201
- package/src/elements/card/viking-card.ts +0 -60
- package/src/elements/core/dom.ts +0 -33
- package/src/elements/core/styles.ts +0 -28
- package/src/elements/modal/viking-modal.ts +0 -154
- package/src/index.ts +0 -1
- package/src/lib/accordion/accordion.ts +0 -126
- package/src/lib/app-header/app-header.scss +0 -274
- package/src/lib/app-header/app-header.ts +0 -43
- package/src/lib/app-sidebar/app-sidebar.scss +0 -415
- package/src/lib/app-sidebar/app-sidebar.ts +0 -29
- package/src/lib/auth-panel/auth-panel.spec.ts +0 -132
- package/src/lib/auth-panel/auth-panel.ts +0 -228
- package/src/lib/autocomplete/autocomplete.ts +0 -223
- package/src/lib/avatar/avatar.ts +0 -126
- package/src/lib/badge/badge.ts +0 -182
- package/src/lib/bar/bar.ts +0 -31
- package/src/lib/brand/brand.ts +0 -60
- package/src/lib/breadcrumbs/breadcrumbs.ts +0 -81
- package/src/lib/button/button-group.ts +0 -40
- package/src/lib/button/button.scss +0 -119
- package/src/lib/button/button.ts +0 -98
- package/src/lib/calendar/calendar.ts +0 -253
- package/src/lib/callout/callout.ts +0 -211
- package/src/lib/card/card-title.spec.ts +0 -27
- package/src/lib/card/card-title.ts +0 -50
- package/src/lib/card/card.ts +0 -200
- package/src/lib/carousel/carousel.ts +0 -206
- package/src/lib/chart/chart-zoom.spec.ts +0 -65
- package/src/lib/chart/chart-zoom.ts +0 -71
- package/src/lib/chart/chart.ts +0 -1257
- package/src/lib/chart-card-header/chart-card-header.ts +0 -80
- package/src/lib/chart-empty-state/chart-empty-state.ts +0 -146
- package/src/lib/chart-panel/chart-panel.ts +0 -133
- package/src/lib/checkbox/checkbox.ts +0 -139
- package/src/lib/color-picker/color-picker.ts +0 -148
- package/src/lib/command/command.ts +0 -260
- package/src/lib/composer/composer.ts +0 -180
- package/src/lib/confirm-dialog/confirm-dialog.ts +0 -163
- package/src/lib/confirm-dialog/dialog.service.ts +0 -79
- package/src/lib/context/context.ts +0 -75
- package/src/lib/core/brand-icons.ts +0 -62
- package/src/lib/core/cva.ts +0 -33
- package/src/lib/core/icons.ts +0 -206
- package/src/lib/core/integration-brand-icons.ts +0 -77
- package/src/lib/core/lucide-paths.generated.ts +0 -130
- package/src/lib/date-picker/date-picker.ts +0 -139
- package/src/lib/dropdown/dropdown.ts +0 -188
- package/src/lib/editor/editor.ts +0 -170
- package/src/lib/empty-state/empty-state.ts +0 -100
- package/src/lib/fab/fab.ts +0 -76
- package/src/lib/field/field.ts +0 -111
- package/src/lib/file-upload/file-upload.ts +0 -208
- package/src/lib/footer/footer.scss +0 -162
- package/src/lib/footer/footer.ts +0 -28
- package/src/lib/form-section/form-section.ts +0 -200
- package/src/lib/forms.spec.ts +0 -92
- package/src/lib/gauge-arc/gauge-arc.ts +0 -85
- package/src/lib/hud-panel/hud-panel.ts +0 -27
- package/src/lib/icon/icon.ts +0 -284
- package/src/lib/icon-badge/icon-badge.ts +0 -87
- package/src/lib/icon-heading/icon-heading.spec.ts +0 -32
- package/src/lib/icon-heading/icon-heading.ts +0 -38
- package/src/lib/icon-text/icon-text.ts +0 -120
- package/src/lib/input/input.ts +0 -119
- package/src/lib/kanban/kanban.ts +0 -211
- package/src/lib/kbd/kbd.ts +0 -32
- package/src/lib/label/label.ts +0 -39
- package/src/lib/loading-overlay/loading-overlay.ts +0 -80
- package/src/lib/menubar/menubar.ts +0 -77
- package/src/lib/metric-card/metric-card.ts +0 -33
- package/src/lib/modal/modal.ts +0 -207
- package/src/lib/native-select/native-select.ts +0 -124
- package/src/lib/navbar/navbar.ts +0 -124
- package/src/lib/navigation-menu/navigation-menu.ts +0 -116
- package/src/lib/otp-input/otp-input.ts +0 -164
- package/src/lib/page-back-link/page-back-link.ts +0 -74
- package/src/lib/page-header/page-header.ts +0 -70
- package/src/lib/pagination/pagination.ts +0 -157
- package/src/lib/pillbox/pillbox.ts +0 -157
- package/src/lib/popover/popover.ts +0 -92
- package/src/lib/profile/profile.ts +0 -73
- package/src/lib/progress/progress.ts +0 -123
- package/src/lib/radio/radio.ts +0 -132
- package/src/lib/ring-gauge/ring-gauge.ts +0 -75
- package/src/lib/scroll-area/scroll-area.ts +0 -57
- package/src/lib/search-palette/search-palette.scss +0 -288
- package/src/lib/search-palette/search-palette.ts +0 -114
- package/src/lib/select/select.ts +0 -292
- package/src/lib/separator/separator.ts +0 -59
- package/src/lib/sheet/sheet.ts +0 -192
- package/src/lib/sidebar-nav/sidebar-nav.scss +0 -218
- package/src/lib/sidebar-nav/sidebar-nav.ts +0 -158
- package/src/lib/site-drakkar/site-footer.ts +0 -133
- package/src/lib/site-drakkar/site-navbar.scss +0 -2
- package/src/lib/site-drakkar/site-navbar.ts +0 -286
- package/src/lib/site-drakkar/suite-search-items.spec.ts +0 -61
- package/src/lib/site-drakkar/suite-search-items.ts +0 -246
- package/src/lib/skeleton/skeleton.ts +0 -51
- package/src/lib/slider/slider.ts +0 -133
- package/src/lib/spinner/spinner.ts +0 -75
- package/src/lib/status-metric-row/status-metric-row.ts +0 -74
- package/src/lib/suite-search-palette/suite-search-palette.ts +0 -95
- package/src/lib/switch/switch.ts +0 -131
- package/src/lib/table/table.ts +0 -137
- package/src/lib/tabs/tab-panel.ts +0 -61
- package/src/lib/tabs/tab.ts +0 -107
- package/src/lib/tabs/tabs.ts +0 -109
- package/src/lib/textarea/textarea.ts +0 -103
- package/src/lib/theme-toggle/theme-toggle.spec.ts +0 -40
- package/src/lib/theme-toggle/theme-toggle.ts +0 -40
- package/src/lib/time-picker/time-picker.ts +0 -197
- package/src/lib/timeline/timeline.ts +0 -152
- package/src/lib/toast/toast.ts +0 -196
- package/src/lib/toggle/toggle-group.ts +0 -60
- package/src/lib/toggle/toggle.ts +0 -101
- package/src/lib/tooltip/tooltip.ts +0 -119
- package/src/lib/typography/heading.ts +0 -52
- package/src/lib/typography/text.ts +0 -51
- package/src/lib/uptime-bar/uptime-bar.ts +0 -55
- package/src/lib/verification-code-field/verification-code-field.ts +0 -149
- package/src/lib/whitepaper-cta/whitepaper-cta.scss +0 -130
- package/src/lib/whitepaper-cta/whitepaper-cta.ts +0 -78
- package/src/lib/wizard/wizard.ts +0 -80
- package/src/public-api.ts +0 -172
- package/src/styles/_buttons.scss +0 -386
- package/src/styles/_component-primitives.scss +0 -183
- package/src/styles/_drakkar-buttons.scss +0 -85
- package/src/styles/_fonts.scss +0 -22
- package/src/styles/_forms.scss +0 -66
- package/src/styles/_input.scss +0 -106
- package/src/styles/_layout-enforcement.scss +0 -229
- package/src/styles/_layout-rhythm.scss +0 -158
- package/src/styles/_legacy-aliases.scss +0 -212
- package/src/styles/_series-colors.scss +0 -24
- package/src/styles/_static-primitives.scss +0 -857
- package/src/styles/_typography.scss +0 -87
- package/src/styles/_variables.scss +0 -527
- package/src/styles/components/a11y.scss +0 -90
- package/src/styles/components/badges.scss +0 -102
- package/src/styles/components/extracted-utilities.scss +0 -459
- package/src/styles/components/footer.scss +0 -168
- package/src/styles/components/icon-heading.scss +0 -47
- package/src/styles/components/icon-inline.scss +0 -101
- package/src/styles/components/layout.scss +0 -59
- package/src/styles/components/utilities.scss +0 -131
- package/src/styles/components/viking-inspired.scss +0 -204
- package/src/styles/components/whitepaper-cta.scss +0 -130
- package/src/styles/components-bundle.scss +0 -9
- package/src/styles/components.scss +0 -442
- package/src/styles/deml-components.scss +0 -10
- package/src/styles/index.scss +0 -8
- package/src/styles/layout-shell.scss +0 -111
- package/src/styles/page-shell.scss +0 -859
- package/src/styles/static-navbar.scss +0 -1250
- package/src/styles/surfaces/backend.scss +0 -154
- package/src/styles/surfaces/docs-global.scss +0 -73
- package/src/styles/surfaces/docs-shell.scss +0 -437
- package/src/styles/surfaces/docs-showcase.scss +0 -1153
- package/src/styles/surfaces/marketing-cta.scss +0 -62
- package/src/styles/surfaces/marketing-docs-bento.scss +0 -67
- package/src/styles/surfaces/marketing-global.scss +0 -748
- package/src/styles/surfaces/marketing-landing.scss +0 -1526
- package/src/styles/surfaces/marketing-publication.scss +0 -535
- package/src/styles/surfaces/marketing-theme.scss +0 -14
- package/src/styles/surfaces/swagger-ui.scss +0 -1013
- package/src/styles/tokens-export.scss +0 -18
- package/src/styles/tokens.scss +0 -5
- package/src/styles/viking-ui-bundle.scss +0 -23
- package/src/styles/viking-ui.scss +0 -272
- package/src/tokens/series-presets.ts +0 -15
- package/src/tokens/tailwind.preset.js +0 -209
- package/src/tokens/viking-tokens.json +0 -318
- package/src/viking-ui.spec.ts +0 -416
- package/src/web/badge/viking-badge-wc.ts +0 -116
- package/src/web/button/viking-button-wc.ts +0 -165
- package/src/web/callout/viking-callout-wc.ts +0 -105
- package/src/web/card/viking-card-wc.ts +0 -67
- package/src/web/core/base.ts +0 -56
- package/src/web/core/dom.ts +0 -53
- package/src/web/core/icons-inline.ts +0 -44
- package/src/web/core/styles.ts +0 -1261
- package/src/web/core/types.ts +0 -19
- package/src/web/field/viking-field-wc.ts +0 -154
- package/src/web/index.ts +0 -73
- package/src/web/input/viking-input-wc.ts +0 -211
- package/src/web/modal/viking-modal-wc.ts +0 -187
- package/src/web/search-palette/viking-search-palette-wc.ts +0 -495
- package/src/web/select/viking-select-wc.ts +0 -218
- package/src/web/suite-header/viking-suite-header-wc.ts +0 -729
- package/src/web/suite-search-palette/viking-suite-search-palette-wc.ts +0 -234
- package/src/web/theme-toggle/viking-theme-toggle-wc.ts +0 -139
- package/src/web/types.ts +0 -37
- package/src/web/web-components.spec.ts +0 -297
- package/src/web-components/index.ts +0 -1
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, input } from "@angular/core";
|
|
2
|
-
import { VikingBar } from "../bar/bar";
|
|
3
|
-
import { VikingButton } from "../button/button";
|
|
4
|
-
import { VikingChart } from "../chart/chart";
|
|
5
|
-
import { VikingChartSeries } from "../../core/types";
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* viking-whitepaper-cta — Polars-style animated research CTA with bar grid + sparkline.
|
|
9
|
-
*/
|
|
10
|
-
@Component({
|
|
11
|
-
selector: "viking-whitepaper-cta",
|
|
12
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
13
|
-
imports: [VikingBar, VikingButton, VikingChart],
|
|
14
|
-
template: `
|
|
15
|
-
<section class="viking-whitepaper-cta" [attr.aria-labelledby]="headingId">
|
|
16
|
-
<div class="viking-whitepaper-cta-bg" aria-hidden="true">
|
|
17
|
-
<div class="viking-whitepaper-polars-grid">
|
|
18
|
-
@for (bar of barHeights; track $index) {
|
|
19
|
-
<viking-bar class="viking-whitepaper-polars-bar" [height]="bar" />
|
|
20
|
-
}
|
|
21
|
-
</div>
|
|
22
|
-
<viking-chart
|
|
23
|
-
kind="sparkline"
|
|
24
|
-
[series]="sparklineSeries"
|
|
25
|
-
label="Research activity trend"
|
|
26
|
-
class="viking-whitepaper-sparkline viking-chart-wide"
|
|
27
|
-
/>
|
|
28
|
-
</div>
|
|
29
|
-
|
|
30
|
-
<div class="viking-whitepaper-cta-content">
|
|
31
|
-
<span class="viking-whitepaper-tag">{{ tag() }}</span>
|
|
32
|
-
<h2 [id]="headingId" class="viking-whitepaper-title">{{ title() }}</h2>
|
|
33
|
-
<p class="viking-whitepaper-description">{{ description() }}</p>
|
|
34
|
-
<viking-button
|
|
35
|
-
variant="primary"
|
|
36
|
-
[href]="href()"
|
|
37
|
-
[attr.target]="external() ? '_blank' : null"
|
|
38
|
-
[attr.rel]="external() ? 'noopener noreferrer' : null"
|
|
39
|
-
icon="file"
|
|
40
|
-
class="viking-whitepaper-btn"
|
|
41
|
-
>
|
|
42
|
-
{{ buttonLabel() }}
|
|
43
|
-
</viking-button>
|
|
44
|
-
</div>
|
|
45
|
-
</section>
|
|
46
|
-
`,
|
|
47
|
-
styleUrl: "./whitepaper-cta.scss",
|
|
48
|
-
styles: [
|
|
49
|
-
`
|
|
50
|
-
:host {
|
|
51
|
-
display: block;
|
|
52
|
-
width: 100%;
|
|
53
|
-
}
|
|
54
|
-
`,
|
|
55
|
-
],
|
|
56
|
-
})
|
|
57
|
-
export class VikingWhitepaperCta {
|
|
58
|
-
readonly tag = input("Research & Architecture");
|
|
59
|
-
readonly title = input("The Whitepaper");
|
|
60
|
-
readonly description = input(
|
|
61
|
-
"Event projection patterns, threat mitigation algorithms, and the architecture powering symmetrical multi-tenant pipelines.",
|
|
62
|
-
);
|
|
63
|
-
readonly buttonLabel = input("Read Whitepaper");
|
|
64
|
-
readonly href = input("/whitepaper");
|
|
65
|
-
readonly external = input(false);
|
|
66
|
-
|
|
67
|
-
protected readonly headingId = "viking-whitepaper-cta-title";
|
|
68
|
-
protected readonly barHeights = [
|
|
69
|
-
72, 45, 88, 56, 91, 38, 67, 82, 49, 76, 58, 94,
|
|
70
|
-
];
|
|
71
|
-
protected readonly sparklineSeries: VikingChartSeries[] = [
|
|
72
|
-
{
|
|
73
|
-
name: "Research",
|
|
74
|
-
tone: "accent",
|
|
75
|
-
data: [12, 18, 15, 22, 28, 24, 32, 35, 30, 38, 42, 45],
|
|
76
|
-
},
|
|
77
|
-
];
|
|
78
|
-
}
|
package/src/lib/wizard/wizard.ts
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ChangeDetectionStrategy,
|
|
3
|
-
Component,
|
|
4
|
-
computed,
|
|
5
|
-
input,
|
|
6
|
-
} from "@angular/core";
|
|
7
|
-
import { VikingProgress } from "../progress/progress";
|
|
8
|
-
|
|
9
|
-
export interface VikingWizardStep {
|
|
10
|
-
id: string;
|
|
11
|
-
label: string;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* viking-wizard — multi-step modal shell with progress and action slots.
|
|
16
|
-
*/
|
|
17
|
-
@Component({
|
|
18
|
-
selector: "viking-wizard",
|
|
19
|
-
imports: [VikingProgress],
|
|
20
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
21
|
-
host: { class: "viking-wizard" },
|
|
22
|
-
template: `
|
|
23
|
-
<viking-progress [value]="progressPercent()" />
|
|
24
|
-
<p class="viking-wizard-step-label">{{ activeStep().label }}</p>
|
|
25
|
-
<div class="viking-wizard-body">
|
|
26
|
-
<ng-content />
|
|
27
|
-
</div>
|
|
28
|
-
<footer class="viking-wizard-actions">
|
|
29
|
-
<ng-content select="[vikingWizardActions]" />
|
|
30
|
-
</footer>
|
|
31
|
-
`,
|
|
32
|
-
styles: [
|
|
33
|
-
`
|
|
34
|
-
:host {
|
|
35
|
-
display: flex;
|
|
36
|
-
flex-direction: column;
|
|
37
|
-
gap: var(--viking-space-2);
|
|
38
|
-
font-family: var(--viking-font-family);
|
|
39
|
-
}
|
|
40
|
-
.viking-wizard-step-label {
|
|
41
|
-
margin: 0;
|
|
42
|
-
font-size: var(--viking-font-size-sm);
|
|
43
|
-
font-weight: var(--viking-font-weight-semibold);
|
|
44
|
-
color: var(--viking-text-muted);
|
|
45
|
-
letter-spacing: var(--viking-letter-spacing-wide);
|
|
46
|
-
text-transform: uppercase;
|
|
47
|
-
}
|
|
48
|
-
.viking-wizard-body {
|
|
49
|
-
display: flex;
|
|
50
|
-
flex-direction: column;
|
|
51
|
-
gap: var(--viking-space-2);
|
|
52
|
-
}
|
|
53
|
-
.viking-wizard-actions {
|
|
54
|
-
display: flex;
|
|
55
|
-
flex-wrap: wrap;
|
|
56
|
-
justify-content: flex-end;
|
|
57
|
-
gap: var(--viking-space-1);
|
|
58
|
-
padding-top: var(--viking-space-2);
|
|
59
|
-
border-top: 1px solid var(--viking-border);
|
|
60
|
-
}
|
|
61
|
-
`,
|
|
62
|
-
],
|
|
63
|
-
})
|
|
64
|
-
export class VikingWizard {
|
|
65
|
-
readonly steps = input<VikingWizardStep[]>([]);
|
|
66
|
-
readonly step = input<string>("");
|
|
67
|
-
|
|
68
|
-
protected readonly activeStep = computed(
|
|
69
|
-
() =>
|
|
70
|
-
this.steps().find((item) => item.id === this.step()) ??
|
|
71
|
-
this.steps()[0] ?? { id: "", label: "" },
|
|
72
|
-
);
|
|
73
|
-
|
|
74
|
-
protected readonly progressPercent = computed(() => {
|
|
75
|
-
const steps = this.steps();
|
|
76
|
-
if (steps.length <= 1) return 100;
|
|
77
|
-
const index = steps.findIndex((item) => item.id === this.step());
|
|
78
|
-
return Math.round(((index + 1) / steps.length) * 100);
|
|
79
|
-
});
|
|
80
|
-
}
|
package/src/public-api.ts
DELETED
|
@@ -1,172 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* @dataengineeringformachinelearning/viking-ui — public API surface.
|
|
3
|
-
* Viking-UI: DEML premium design system for Angular (THEME.md palette only).
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
export * from "./core/types";
|
|
7
|
-
export {
|
|
8
|
-
VIKING_ICON_NAMES,
|
|
9
|
-
VIKING_ICON_PATHS,
|
|
10
|
-
VIKING_ICON_SIZE_PRESETS,
|
|
11
|
-
VIKING_BRAND_ICON_NAMES,
|
|
12
|
-
VIKING_LUCIDE_ICON_NAMES,
|
|
13
|
-
MATERIAL_ICON_ALIASES,
|
|
14
|
-
resolveVikingIcon,
|
|
15
|
-
resolveVikingIconColor,
|
|
16
|
-
resolveVikingIconSize,
|
|
17
|
-
type VikingIconName,
|
|
18
|
-
vikingIconViewBox,
|
|
19
|
-
type VikingIconSizePreset,
|
|
20
|
-
} from "./core/icons";
|
|
21
|
-
export {
|
|
22
|
-
VIKING_BRAND_ICON_PATHS,
|
|
23
|
-
VIKING_BRAND_ICON_FILLED_PATHS,
|
|
24
|
-
VIKING_BRAND_ICON_NAMES_LIST,
|
|
25
|
-
VIKING_DRAKKAR_ICON_PATHS,
|
|
26
|
-
VIKING_DRAKKAR_ICON_FILLED_PATHS,
|
|
27
|
-
VIKING_DRAKKAR_ICON_NAMES_LIST,
|
|
28
|
-
type VikingBrandIconName,
|
|
29
|
-
type VikingDrakkarIconName,
|
|
30
|
-
} from "./core/brand-icons";
|
|
31
|
-
export {
|
|
32
|
-
type VikingChartCurve,
|
|
33
|
-
type VikingChartKind,
|
|
34
|
-
type VikingDonutSegment,
|
|
35
|
-
type VikingCommandItem,
|
|
36
|
-
type VikingSelectOption,
|
|
37
|
-
} from "./core/types";
|
|
38
|
-
export { type VikingSeriesPreset } from "./tokens/series-presets";
|
|
39
|
-
export { VikingControl, provideVikingCva } from "./lib/core/cva";
|
|
40
|
-
|
|
41
|
-
// Framework-agnostic Web Components + registration
|
|
42
|
-
export {
|
|
43
|
-
VikingBadgeWc,
|
|
44
|
-
VikingButtonWc,
|
|
45
|
-
VikingCalloutWc,
|
|
46
|
-
VikingCardWc,
|
|
47
|
-
VikingInputWc,
|
|
48
|
-
VikingModalWc,
|
|
49
|
-
VikingSearchPaletteWc,
|
|
50
|
-
VikingSelectWc,
|
|
51
|
-
VikingSuiteSearchPaletteWc,
|
|
52
|
-
VikingThemeToggleWc,
|
|
53
|
-
registerVikingBadgeWc,
|
|
54
|
-
registerVikingButtonWc,
|
|
55
|
-
registerVikingCalloutWc,
|
|
56
|
-
registerVikingCardWc,
|
|
57
|
-
registerVikingInputWc,
|
|
58
|
-
registerVikingModalWc,
|
|
59
|
-
registerVikingSearchPaletteWc,
|
|
60
|
-
registerVikingSelectWc,
|
|
61
|
-
registerVikingSuiteSearchPaletteWc,
|
|
62
|
-
registerVikingThemeToggleWc,
|
|
63
|
-
registerVikingElements,
|
|
64
|
-
type VikingSearchPaletteItem,
|
|
65
|
-
type VikingWcTone,
|
|
66
|
-
} from "./web/index";
|
|
67
|
-
|
|
68
|
-
// Site-drakkar config + services (cross-surface).
|
|
69
|
-
export * from "./lib/site-drakkar/site-drakkar.config";
|
|
70
|
-
export * from "./lib/site-drakkar/suite-search-items";
|
|
71
|
-
|
|
72
|
-
// Angular components
|
|
73
|
-
export * from "./lib/site-drakkar/site-navbar";
|
|
74
|
-
export * from "./lib/site-drakkar/site-footer";
|
|
75
|
-
export * from "./lib/theme-toggle/theme-toggle";
|
|
76
|
-
export * from "./lib/app-header/app-header";
|
|
77
|
-
export * from "./lib/app-sidebar/app-sidebar";
|
|
78
|
-
export * from "./lib/accordion/accordion";
|
|
79
|
-
export * from "./lib/auth-panel/auth-panel";
|
|
80
|
-
export * from "./lib/autocomplete/autocomplete";
|
|
81
|
-
export * from "./lib/avatar/avatar";
|
|
82
|
-
export * from "./lib/badge/badge";
|
|
83
|
-
export * from "./lib/bar/bar";
|
|
84
|
-
export * from "./lib/brand/brand";
|
|
85
|
-
export * from "./lib/breadcrumbs/breadcrumbs";
|
|
86
|
-
export * from "./lib/button/button";
|
|
87
|
-
export * from "./lib/button/button-group";
|
|
88
|
-
export * from "./lib/calendar/calendar";
|
|
89
|
-
export * from "./lib/callout/callout";
|
|
90
|
-
export * from "./lib/card/card";
|
|
91
|
-
export * from "./lib/card/card-title";
|
|
92
|
-
export * from "./lib/carousel/carousel";
|
|
93
|
-
export * from "./lib/chart/chart";
|
|
94
|
-
export * from "./lib/chart/chart-zoom";
|
|
95
|
-
export * from "./lib/confirm-dialog/confirm-dialog";
|
|
96
|
-
export * from "./lib/confirm-dialog/dialog.service";
|
|
97
|
-
export * from "./lib/chart-card-header/chart-card-header";
|
|
98
|
-
export * from "./lib/icon-heading/icon-heading";
|
|
99
|
-
export * from "./lib/chart-empty-state/chart-empty-state";
|
|
100
|
-
export * from "./lib/chart-panel/chart-panel";
|
|
101
|
-
export * from "./lib/checkbox/checkbox";
|
|
102
|
-
export * from "./lib/color-picker/color-picker";
|
|
103
|
-
export * from "./lib/command/command";
|
|
104
|
-
export * from "./lib/composer/composer";
|
|
105
|
-
export * from "./lib/context/context";
|
|
106
|
-
export * from "./lib/date-picker/date-picker";
|
|
107
|
-
export * from "./lib/dropdown/dropdown";
|
|
108
|
-
export * from "./lib/empty-state/empty-state";
|
|
109
|
-
export * from "./lib/editor/editor";
|
|
110
|
-
export * from "./lib/fab/fab";
|
|
111
|
-
export * from "./lib/field/field";
|
|
112
|
-
export * from "./lib/footer/footer";
|
|
113
|
-
export * from "./lib/form-section/form-section";
|
|
114
|
-
export * from "./lib/file-upload/file-upload";
|
|
115
|
-
export * from "./lib/gauge-arc/gauge-arc";
|
|
116
|
-
export * from "./lib/hud-panel/hud-panel";
|
|
117
|
-
export * from "./lib/icon/icon";
|
|
118
|
-
export * from "./lib/icon-badge/icon-badge";
|
|
119
|
-
export { VikingIconComponent } from "./lib/icon/icon";
|
|
120
|
-
export * from "./lib/icon-text/icon-text";
|
|
121
|
-
export * from "./lib/input/input";
|
|
122
|
-
export * from "./lib/kanban/kanban";
|
|
123
|
-
export * from "./lib/kbd/kbd";
|
|
124
|
-
export * from "./lib/label/label";
|
|
125
|
-
export * from "./lib/loading-overlay/loading-overlay";
|
|
126
|
-
export * from "./lib/metric-card/metric-card";
|
|
127
|
-
export * from "./lib/menubar/menubar";
|
|
128
|
-
export * from "./lib/modal/modal";
|
|
129
|
-
export * from "./lib/native-select/native-select";
|
|
130
|
-
export * from "./lib/navigation-menu/navigation-menu";
|
|
131
|
-
export type { VikingNavItem } from "./lib/navigation-menu/navigation-menu";
|
|
132
|
-
export * from "./lib/navbar/navbar";
|
|
133
|
-
export * from "./lib/otp-input/otp-input";
|
|
134
|
-
export * from "./lib/verification-code-field/verification-code-field";
|
|
135
|
-
export * from "./lib/page-back-link/page-back-link";
|
|
136
|
-
export * from "./lib/page-header/page-header";
|
|
137
|
-
export * from "./lib/pagination/pagination";
|
|
138
|
-
export * from "./lib/pillbox/pillbox";
|
|
139
|
-
export * from "./lib/popover/popover";
|
|
140
|
-
export * from "./lib/profile/profile";
|
|
141
|
-
export * from "./lib/progress/progress";
|
|
142
|
-
export * from "./lib/radio/radio";
|
|
143
|
-
export * from "./lib/ring-gauge/ring-gauge";
|
|
144
|
-
export * from "./lib/search-palette/search-palette";
|
|
145
|
-
export * from "./lib/select/select";
|
|
146
|
-
export * from "./lib/separator/separator";
|
|
147
|
-
export * from "./lib/scroll-area/scroll-area";
|
|
148
|
-
export * from "./lib/sheet/sheet";
|
|
149
|
-
export * from "./lib/sidebar-nav/sidebar-nav";
|
|
150
|
-
export * from "./lib/skeleton/skeleton";
|
|
151
|
-
export * from "./lib/spinner/spinner";
|
|
152
|
-
export * from "./lib/status-metric-row/status-metric-row";
|
|
153
|
-
export * from "./lib/slider/slider";
|
|
154
|
-
export * from "./lib/switch/switch";
|
|
155
|
-
export * from "./lib/table/table";
|
|
156
|
-
export * from "./lib/tabs/tab";
|
|
157
|
-
export * from "./lib/tabs/tab-panel";
|
|
158
|
-
export * from "./lib/tabs/tabs";
|
|
159
|
-
export * from "./lib/textarea/textarea";
|
|
160
|
-
export * from "./lib/toggle/toggle";
|
|
161
|
-
export * from "./lib/toggle/toggle-group";
|
|
162
|
-
export * from "./lib/time-picker/time-picker";
|
|
163
|
-
export * from "./lib/timeline/timeline";
|
|
164
|
-
export * from "./lib/toast/toast";
|
|
165
|
-
export * from "./lib/uptime-bar/uptime-bar";
|
|
166
|
-
export * from "./lib/whitepaper-cta/whitepaper-cta";
|
|
167
|
-
export * from "./lib/wizard/wizard";
|
|
168
|
-
export type { VikingUptimeStatus } from "./lib/uptime-bar/uptime-bar";
|
|
169
|
-
export * from "./lib/tooltip/tooltip";
|
|
170
|
-
export * from "./lib/typography/heading";
|
|
171
|
-
export * from "./lib/typography/text";
|
|
172
|
-
export * from "./lib/suite-search-palette/suite-search-palette";
|