@reopt-ai/opt-ui 1.5.0 → 1.7.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.
Files changed (99) hide show
  1. package/COMPONENT_CATALOG.md +178 -50
  2. package/README.md +28 -7
  3. package/dist/app.css +170 -0
  4. package/dist/core/index.cjs +164 -324
  5. package/dist/core/index.d.cts +3 -6
  6. package/dist/core/index.d.ts +3 -6
  7. package/dist/core/index.js +3 -323
  8. package/dist/docs/01-getting-started.md +25 -5
  9. package/dist/docs/02-components/01-core.md +36 -28
  10. package/dist/docs/02-components/02-visuals.md +1 -1
  11. package/dist/docs/02-components/03-shells.md +144 -23
  12. package/dist/docs/02-components/04-surfaces.md +1 -1
  13. package/dist/docs/02-components/index.md +4 -4
  14. package/dist/docs/03-recipes/03-layouts.md +16 -12
  15. package/dist/docs/05-migration/01-breaking-changes.md +46 -1
  16. package/dist/field-sidebar-BTZCBviA.d.cts +1031 -0
  17. package/dist/field-sidebar-BTZCBviA.d.cts.map +1 -0
  18. package/dist/field-sidebar-CB8vjvUM.d.ts +1031 -0
  19. package/dist/field-sidebar-CB8vjvUM.d.ts.map +1 -0
  20. package/dist/field-sidebar-Cs-J-5VE.js +4233 -0
  21. package/dist/field-sidebar-Cs-J-5VE.js.map +1 -0
  22. package/dist/field-sidebar-CzIQX70-.cjs +4561 -0
  23. package/dist/id-registry.cjs +1939 -1872
  24. package/dist/id-registry.d.cts +14 -11
  25. package/dist/id-registry.d.cts.map +1 -0
  26. package/dist/id-registry.d.ts +14 -11
  27. package/dist/id-registry.d.ts.map +1 -0
  28. package/dist/id-registry.js +1937 -1871
  29. package/dist/id-registry.js.map +1 -0
  30. package/dist/id-registry.json +113 -28
  31. package/dist/index.cjs +8380 -9790
  32. package/dist/index.d.cts +1555 -1442
  33. package/dist/index.d.cts.map +1 -0
  34. package/dist/index.d.ts +1555 -1442
  35. package/dist/index.d.ts.map +1 -0
  36. package/dist/index.js +7996 -9778
  37. package/dist/index.js.map +1 -0
  38. package/dist/meta.cjs +7753 -6875
  39. package/dist/meta.d.cts.map +1 -0
  40. package/dist/meta.d.ts.map +1 -0
  41. package/dist/meta.js +7752 -6846
  42. package/dist/meta.js.map +1 -0
  43. package/dist/pagination-DWbvACuN.js +3850 -0
  44. package/dist/pagination-DWbvACuN.js.map +1 -0
  45. package/dist/pagination-DjfxBcjX.cjs +4739 -0
  46. package/dist/query.cjs +386 -0
  47. package/dist/query.d.cts +141 -0
  48. package/dist/query.d.cts.map +1 -0
  49. package/dist/query.d.ts +141 -0
  50. package/dist/query.d.ts.map +1 -0
  51. package/dist/query.js +371 -0
  52. package/dist/query.js.map +1 -0
  53. package/dist/shader-surface-BUPZ0P-n.js +3654 -0
  54. package/dist/shader-surface-BUPZ0P-n.js.map +1 -0
  55. package/dist/shader-surface-BfTP9c1Q.d.ts +1788 -0
  56. package/dist/shader-surface-BfTP9c1Q.d.ts.map +1 -0
  57. package/dist/shader-surface-DRrcLrWf.d.cts +1788 -0
  58. package/dist/shader-surface-DRrcLrWf.d.cts.map +1 -0
  59. package/dist/shader-surface-Fav5K9UC.cjs +4041 -0
  60. package/dist/shells/index.cjs +58 -65
  61. package/dist/shells/index.d.cts +4 -5
  62. package/dist/shells/index.d.ts +4 -5
  63. package/dist/shells/index.js +4 -64
  64. package/dist/tailwind.css +49 -0
  65. package/dist/theme/presets/default.css +2 -2
  66. package/dist/theme/presets/minimal.css +2 -2
  67. package/dist/theme/presets/mono-dark.css +2 -2
  68. package/dist/theme/presets/natural.css +1 -1
  69. package/dist/theme/presets/pro.css +2 -2
  70. package/dist/theme/server.cjs +257 -228
  71. package/dist/theme/server.d.cts +48 -60
  72. package/dist/theme/server.d.cts.map +1 -0
  73. package/dist/theme/server.d.ts +48 -60
  74. package/dist/theme/server.d.ts.map +1 -0
  75. package/dist/theme/server.js +234 -189
  76. package/dist/theme/server.js.map +1 -0
  77. package/dist/types-D0FlcYnM.d.cts +301 -0
  78. package/dist/types-D0FlcYnM.d.cts.map +1 -0
  79. package/dist/types-D0FlcYnM.d.ts +301 -0
  80. package/dist/types-D0FlcYnM.d.ts.map +1 -0
  81. package/dist/visuals/index.cjs +10 -4
  82. package/dist/visuals/index.d.cts +2 -1
  83. package/dist/visuals/index.d.ts +2 -1
  84. package/dist/visuals/index.js +1 -2
  85. package/package.json +27 -11
  86. package/dist/chunk-3GWWZKX7.js +0 -38
  87. package/dist/chunk-3QFYBBL6.cjs +0 -4759
  88. package/dist/chunk-3XD4HIFL.js +0 -3241
  89. package/dist/chunk-AFF2HPE5.cjs +0 -5008
  90. package/dist/chunk-NXZJIHEZ.cjs +0 -3241
  91. package/dist/chunk-ONE3C5RV.cjs +0 -38
  92. package/dist/chunk-RBM2RNC2.js +0 -5008
  93. package/dist/chunk-VBGPEW45.js +0 -4759
  94. package/dist/index-BZ_lBlO1.d.ts +0 -474
  95. package/dist/index-BuvxoWHf.d.cts +0 -474
  96. package/dist/index-DWyqDIkH.d.cts +0 -1689
  97. package/dist/index-Uyijm14M.d.ts +0 -1689
  98. package/dist/types-D4-0lwaE.d.cts +0 -298
  99. package/dist/types-D4-0lwaE.d.ts +0 -298
@@ -1,65 +1,58 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
- var _chunkNXZJIHEZcjs = require('../chunk-NXZJIHEZ.cjs');
27
- require('../chunk-AFF2HPE5.cjs');
28
- require('../chunk-ONE3C5RV.cjs');
29
-
30
- // src/shells/index.ts
31
-
32
-
33
-
34
-
35
-
36
- var _optcharts = require('@reopt-ai/opt-charts');
37
-
38
-
39
-
40
-
41
-
42
-
43
-
44
-
45
-
46
-
47
-
48
-
49
-
50
-
51
-
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
64
-
65
- exports.AppMenubar = _chunkNXZJIHEZcjs.AppMenubar; exports.BranchSelect = _chunkNXZJIHEZcjs.BranchSelect; exports.CommandPalette = _chunkNXZJIHEZcjs.CommandPalette; exports.CommandPaletteTrigger = _chunkNXZJIHEZcjs.CommandPaletteTrigger; exports.ContentTabs = _chunkNXZJIHEZcjs.ContentTabs; exports.DashboardGrid = _chunkNXZJIHEZcjs.DashboardGrid; exports.DataTable = _chunkNXZJIHEZcjs.DataTable; exports.DeploymentTimeline = _chunkNXZJIHEZcjs.DeploymentTimeline; exports.DomainTable = _chunkNXZJIHEZcjs.DomainTable; exports.EditorToolbar = _chunkNXZJIHEZcjs.EditorToolbar; exports.EnvPanel = _chunkNXZJIHEZcjs.EnvPanel; exports.EventSparkline = _optcharts.EventSparkline; exports.FailureList = _chunkNXZJIHEZcjs.FailureList; exports.FaqAccordion = _chunkNXZJIHEZcjs.FaqAccordion; exports.KeyValueEditor = _chunkNXZJIHEZcjs.KeyValueEditor; exports.MetricsCard = _optcharts.MetricsCard; exports.NotificationToast = _chunkNXZJIHEZcjs.NotificationToast; exports.ProjectSwitcher = _chunkNXZJIHEZcjs.ProjectSwitcher; exports.ReportWidget = _optcharts.ReportWidget; exports.SearchCombobox = _chunkNXZJIHEZcjs.SearchCombobox; exports.SettingsForm = _chunkNXZJIHEZcjs.SettingsForm; exports.SidebarNav = _chunkNXZJIHEZcjs.SidebarNav; exports.StatusSelect = _chunkNXZJIHEZcjs.StatusSelect; exports.ToastProvider = _chunkNXZJIHEZcjs.ToastProvider; exports.TrendChart = _optcharts.TrendChart; exports.WorkflowCanvas = _chunkNXZJIHEZcjs.WorkflowCanvas; exports.useToast = _chunkNXZJIHEZcjs.useToast;
1
+ "use client";
2
+ "use client";
3
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
+ const require_field_sidebar = require("../field-sidebar-CzIQX70-.cjs");
5
+ let _reopt_ai_opt_charts = require("@reopt-ai/opt-charts");
6
+ exports.AppMenubar = require_field_sidebar.AppMenubar;
7
+ exports.BranchSelect = require_field_sidebar.BranchSelect;
8
+ exports.CommandPalette = require_field_sidebar.CommandPalette;
9
+ exports.CommandPaletteTrigger = require_field_sidebar.CommandPaletteTrigger;
10
+ exports.ContentTabs = require_field_sidebar.ContentTabs;
11
+ exports.DEFAULT_TIME_PRESETS = require_field_sidebar.DEFAULT_TIME_PRESETS;
12
+ exports.DashboardGrid = require_field_sidebar.DashboardGrid;
13
+ exports.DataTable = require_field_sidebar.DataTable;
14
+ exports.DeploymentTimeline = require_field_sidebar.DeploymentTimeline;
15
+ exports.DomainTable = require_field_sidebar.DomainTable;
16
+ exports.EditorToolbar = require_field_sidebar.EditorToolbar;
17
+ exports.EnvPanel = require_field_sidebar.EnvPanel;
18
+ Object.defineProperty(exports, "EventSparkline", {
19
+ enumerable: true,
20
+ get: function() {
21
+ return _reopt_ai_opt_charts.EventSparkline;
22
+ }
23
+ });
24
+ exports.FailureList = require_field_sidebar.FailureList;
25
+ exports.FaqAccordion = require_field_sidebar.FaqAccordion;
26
+ exports.FieldSidebar = require_field_sidebar.FieldSidebar;
27
+ exports.KeyValueEditor = require_field_sidebar.KeyValueEditor;
28
+ exports.LogTable = require_field_sidebar.LogTable;
29
+ Object.defineProperty(exports, "MetricsCard", {
30
+ enumerable: true,
31
+ get: function() {
32
+ return _reopt_ai_opt_charts.MetricsCard;
33
+ }
34
+ });
35
+ exports.NotificationToast = require_field_sidebar.NotificationToast;
36
+ exports.ProjectSwitcher = require_field_sidebar.ProjectSwitcher;
37
+ exports.QueryBar = require_field_sidebar.QueryBar;
38
+ Object.defineProperty(exports, "ReportWidget", {
39
+ enumerable: true,
40
+ get: function() {
41
+ return _reopt_ai_opt_charts.ReportWidget;
42
+ }
43
+ });
44
+ exports.SearchCombobox = require_field_sidebar.SearchCombobox;
45
+ exports.SettingsForm = require_field_sidebar.SettingsForm;
46
+ exports.SidebarNav = require_field_sidebar.SidebarNav;
47
+ exports.StatusSelect = require_field_sidebar.StatusSelect;
48
+ exports.TimeRangeControl = require_field_sidebar.TimeRangeControl;
49
+ exports.TimeSeriesPanel = require_field_sidebar.TimeSeriesPanel;
50
+ exports.ToastProvider = require_field_sidebar.ToastProvider;
51
+ Object.defineProperty(exports, "TrendChart", {
52
+ enumerable: true,
53
+ get: function() {
54
+ return _reopt_ai_opt_charts.TrendChart;
55
+ }
56
+ });
57
+ exports.WorkflowCanvas = require_field_sidebar.WorkflowCanvas;
58
+ exports.useToast = require_field_sidebar.useToast;
@@ -1,5 +1,4 @@
1
- export { A as AppMenubar, a as AppMenubarProps, B as BranchSelect, b as BranchSelectProps, C as ColumnDef, c as CommandPalette, d as CommandPaletteProps, e as CommandPaletteTrigger, f as CommandPaletteTriggerProps, g as ContentTabs, h as ContentTabsProps, D as DashboardGrid, i as DashboardGridProps, j as DataTable, k as DataTableProps, l as DeploymentTimeline, m as DeploymentTimelineProps, n as DomainTable, o as DomainTableProps, E as EditorToolbar, p as EditorToolbarProps, q as EnvPanel, r as EnvPanelProps, F as FailureList, s as FailureListLabels, t as FailureListProps, u as FaqAccordion, v as FaqAccordionProps, K as KeyValueEditor, w as KeyValueEditorLabels, x as KeyValueEditorProps, y as KeyValueEntry, N as NotificationToast, P as ProjectSwitcher, z as ProjectSwitcherProps, S as SearchCombobox, G as SearchComboboxProps, H as SettingsForm, I as SettingsFormProps, J as SidebarNav, L as SidebarNavProps, M as StatusSelect, O as StatusSelectProps, Q as ToastContextValue, R as ToastMessage, U as ToastProvider, V as ToastProviderProps, X as WorkflowCanvas, Y as WorkflowCanvasConnection, Z as WorkflowCanvasProps, _ as WorkflowCanvasStep, a0 as useToast } from '../index-BuvxoWHf.cjs';
2
- export { EventSparkline, EventSparklineLabels, EventSparklineProps, MetricsCard, MetricsCardProps, ReportWidget, ReportWidgetConfig, ReportWidgetLabels, ReportWidgetProps, ReportWidgetType, TrendChart, TrendChartProps } from '@reopt-ai/opt-charts';
3
- import 'react/jsx-runtime';
4
- import 'react';
5
- import '../types-D4-0lwaE.cjs';
1
+
2
+ import { $ as FailureListProps, A as LogTable, At as SidebarNav, B as TimeRangeControlLabels, Bt as CommandPaletteTrigger, Ct as SettingsFormProps, D as LogColumnPriority, Dt as ContentTabsProps, E as LogColumn, Et as ContentTabs, F as TimeSeriesPanelLabels, Ft as StatusSelectProps, G as WorkflowCanvasProps, H as TimeRangePreset, Ht as CommandPalette, I as TimeSeriesPanelProps, It as SearchCombobox, J as KeyValueEditorLabels, K as WorkflowCanvasStep, L as DEFAULT_TIME_PRESETS, Lt as SearchComboboxProps, M as LogTableLabels, Mt as AppMenubar, N as LogTableProps, Nt as AppMenubarProps, O as LogDensity, Ot as EditorToolbar, P as TimeSeriesPanel, Pt as StatusSelect, Q as FailureListLabels, R as RefreshSetting, Rt as DashboardGrid, St as SettingsForm, T as LogCellAction, Tt as FaqAccordionProps, U as WorkflowCanvas, Ut as CommandPaletteProps, V as TimeRangeControlProps, Vt as CommandPaletteTriggerProps, W as WorkflowCanvasConnection, X as KeyValueEntry, Y as KeyValueEditorProps, Z as FailureList, _t as EnvPanelProps, a as FieldValueCount, at as ToastProviderProps, bt as DeploymentTimeline, c as QueryBarProps, ct as useToast, dt as DataTableProps, et as NotificationToast, ft as DomainTable, gt as EnvPanel, ht as BranchSelectProps, i as FieldSummary, it as ToastProvider, j as LogTableHandle, jt as SidebarNavProps, k as LogSort, kt as EditorToolbarProps, l as QueryField, lt as ColumnDef, mt as BranchSelect, n as FieldSidebarLabels, nt as ToastContextValue, o as QueryBar, pt as DomainTableProps, q as KeyValueEditor, r as FieldSidebarProps, rt as ToastMessage, s as QueryBarLabels, t as FieldSidebar, ut as DataTable, vt as ProjectSwitcher, wt as FaqAccordion, xt as DeploymentTimelineProps, yt as ProjectSwitcherProps, z as TimeRangeControl, zt as DashboardGridProps } from "../field-sidebar-BTZCBviA.cjs";
3
+ import { EventSparkline, EventSparklineLabels, EventSparklineProps, MetricsCard, MetricsCardProps, ReportWidget, ReportWidgetConfig, ReportWidgetLabels, ReportWidgetProps, ReportWidgetType, TrendChart, TrendChartProps } from "@reopt-ai/opt-charts";
4
+ export { AppMenubar, type AppMenubarProps, BranchSelect, type BranchSelectProps, type ColumnDef, CommandPalette, type CommandPaletteProps, CommandPaletteTrigger, type CommandPaletteTriggerProps, ContentTabs, type ContentTabsProps, DEFAULT_TIME_PRESETS, DashboardGrid, type DashboardGridProps, DataTable, type DataTableProps, DeploymentTimeline, type DeploymentTimelineProps, DomainTable, type DomainTableProps, EditorToolbar, type EditorToolbarProps, EnvPanel, type EnvPanelProps, EventSparkline, type EventSparklineLabels, type EventSparklineProps, FailureList, type FailureListLabels, type FailureListProps, FaqAccordion, type FaqAccordionProps, FieldSidebar, type FieldSidebarLabels, type FieldSidebarProps, type FieldSummary, type FieldValueCount, KeyValueEditor, type KeyValueEditorLabels, type KeyValueEditorProps, type KeyValueEntry, type LogCellAction, type LogColumn, type LogColumnPriority, type LogDensity, type LogSort, LogTable, type LogTableHandle, type LogTableLabels, type LogTableProps, MetricsCard, type MetricsCardProps, NotificationToast, ProjectSwitcher, type ProjectSwitcherProps, QueryBar, type QueryBarLabels, type QueryBarProps, type QueryField, type RefreshSetting, ReportWidget, type ReportWidgetConfig, type ReportWidgetLabels, type ReportWidgetProps, type ReportWidgetType, SearchCombobox, type SearchComboboxProps, SettingsForm, type SettingsFormProps, SidebarNav, type SidebarNavProps, StatusSelect, type StatusSelectProps, TimeRangeControl, type TimeRangeControlLabels, type TimeRangeControlProps, type TimeRangePreset, TimeSeriesPanel, type TimeSeriesPanelLabels, type TimeSeriesPanelProps, type ToastContextValue, type ToastMessage, ToastProvider, type ToastProviderProps, TrendChart, type TrendChartProps, WorkflowCanvas, type WorkflowCanvasConnection, type WorkflowCanvasProps, type WorkflowCanvasStep, useToast };
@@ -1,5 +1,4 @@
1
- export { A as AppMenubar, a as AppMenubarProps, B as BranchSelect, b as BranchSelectProps, C as ColumnDef, c as CommandPalette, d as CommandPaletteProps, e as CommandPaletteTrigger, f as CommandPaletteTriggerProps, g as ContentTabs, h as ContentTabsProps, D as DashboardGrid, i as DashboardGridProps, j as DataTable, k as DataTableProps, l as DeploymentTimeline, m as DeploymentTimelineProps, n as DomainTable, o as DomainTableProps, E as EditorToolbar, p as EditorToolbarProps, q as EnvPanel, r as EnvPanelProps, F as FailureList, s as FailureListLabels, t as FailureListProps, u as FaqAccordion, v as FaqAccordionProps, K as KeyValueEditor, w as KeyValueEditorLabels, x as KeyValueEditorProps, y as KeyValueEntry, N as NotificationToast, P as ProjectSwitcher, z as ProjectSwitcherProps, S as SearchCombobox, G as SearchComboboxProps, H as SettingsForm, I as SettingsFormProps, J as SidebarNav, L as SidebarNavProps, M as StatusSelect, O as StatusSelectProps, Q as ToastContextValue, R as ToastMessage, U as ToastProvider, V as ToastProviderProps, X as WorkflowCanvas, Y as WorkflowCanvasConnection, Z as WorkflowCanvasProps, _ as WorkflowCanvasStep, a0 as useToast } from '../index-BZ_lBlO1.js';
2
- export { EventSparkline, EventSparklineLabels, EventSparklineProps, MetricsCard, MetricsCardProps, ReportWidget, ReportWidgetConfig, ReportWidgetLabels, ReportWidgetProps, ReportWidgetType, TrendChart, TrendChartProps } from '@reopt-ai/opt-charts';
3
- import 'react/jsx-runtime';
4
- import 'react';
5
- import '../types-D4-0lwaE.js';
1
+
2
+ import { $ as FailureListProps, A as LogTable, At as SidebarNav, B as TimeRangeControlLabels, Bt as CommandPaletteTrigger, Ct as SettingsFormProps, D as LogColumnPriority, Dt as ContentTabsProps, E as LogColumn, Et as ContentTabs, F as TimeSeriesPanelLabels, Ft as StatusSelectProps, G as WorkflowCanvasProps, H as TimeRangePreset, Ht as CommandPalette, I as TimeSeriesPanelProps, It as SearchCombobox, J as KeyValueEditorLabels, K as WorkflowCanvasStep, L as DEFAULT_TIME_PRESETS, Lt as SearchComboboxProps, M as LogTableLabels, Mt as AppMenubar, N as LogTableProps, Nt as AppMenubarProps, O as LogDensity, Ot as EditorToolbar, P as TimeSeriesPanel, Pt as StatusSelect, Q as FailureListLabels, R as RefreshSetting, Rt as DashboardGrid, St as SettingsForm, T as LogCellAction, Tt as FaqAccordionProps, U as WorkflowCanvas, Ut as CommandPaletteProps, V as TimeRangeControlProps, Vt as CommandPaletteTriggerProps, W as WorkflowCanvasConnection, X as KeyValueEntry, Y as KeyValueEditorProps, Z as FailureList, _t as EnvPanelProps, a as FieldValueCount, at as ToastProviderProps, bt as DeploymentTimeline, c as QueryBarProps, ct as useToast, dt as DataTableProps, et as NotificationToast, ft as DomainTable, gt as EnvPanel, ht as BranchSelectProps, i as FieldSummary, it as ToastProvider, j as LogTableHandle, jt as SidebarNavProps, k as LogSort, kt as EditorToolbarProps, l as QueryField, lt as ColumnDef, mt as BranchSelect, n as FieldSidebarLabels, nt as ToastContextValue, o as QueryBar, pt as DomainTableProps, q as KeyValueEditor, r as FieldSidebarProps, rt as ToastMessage, s as QueryBarLabels, t as FieldSidebar, ut as DataTable, vt as ProjectSwitcher, wt as FaqAccordion, xt as DeploymentTimelineProps, yt as ProjectSwitcherProps, z as TimeRangeControl, zt as DashboardGridProps } from "../field-sidebar-CB8vjvUM.js";
3
+ import { EventSparkline, EventSparklineLabels, EventSparklineProps, MetricsCard, MetricsCardProps, ReportWidget, ReportWidgetConfig, ReportWidgetLabels, ReportWidgetProps, ReportWidgetType, TrendChart, TrendChartProps } from "@reopt-ai/opt-charts";
4
+ export { AppMenubar, type AppMenubarProps, BranchSelect, type BranchSelectProps, type ColumnDef, CommandPalette, type CommandPaletteProps, CommandPaletteTrigger, type CommandPaletteTriggerProps, ContentTabs, type ContentTabsProps, DEFAULT_TIME_PRESETS, DashboardGrid, type DashboardGridProps, DataTable, type DataTableProps, DeploymentTimeline, type DeploymentTimelineProps, DomainTable, type DomainTableProps, EditorToolbar, type EditorToolbarProps, EnvPanel, type EnvPanelProps, EventSparkline, type EventSparklineLabels, type EventSparklineProps, FailureList, type FailureListLabels, type FailureListProps, FaqAccordion, type FaqAccordionProps, FieldSidebar, type FieldSidebarLabels, type FieldSidebarProps, type FieldSummary, type FieldValueCount, KeyValueEditor, type KeyValueEditorLabels, type KeyValueEditorProps, type KeyValueEntry, type LogCellAction, type LogColumn, type LogColumnPriority, type LogDensity, type LogSort, LogTable, type LogTableHandle, type LogTableLabels, type LogTableProps, MetricsCard, type MetricsCardProps, NotificationToast, ProjectSwitcher, type ProjectSwitcherProps, QueryBar, type QueryBarLabels, type QueryBarProps, type QueryField, type RefreshSetting, ReportWidget, type ReportWidgetConfig, type ReportWidgetLabels, type ReportWidgetProps, type ReportWidgetType, SearchCombobox, type SearchComboboxProps, SettingsForm, type SettingsFormProps, SidebarNav, type SidebarNavProps, StatusSelect, type StatusSelectProps, TimeRangeControl, type TimeRangeControlLabels, type TimeRangeControlProps, type TimeRangePreset, TimeSeriesPanel, type TimeSeriesPanelLabels, type TimeSeriesPanelProps, type ToastContextValue, type ToastMessage, ToastProvider, type ToastProviderProps, TrendChart, type TrendChartProps, WorkflowCanvas, type WorkflowCanvasConnection, type WorkflowCanvasProps, type WorkflowCanvasStep, useToast };
@@ -1,65 +1,5 @@
1
1
  "use client";
2
- import {
3
- AppMenubar,
4
- BranchSelect,
5
- CommandPalette,
6
- CommandPaletteTrigger,
7
- ContentTabs,
8
- DashboardGrid,
9
- DataTable,
10
- DeploymentTimeline,
11
- DomainTable,
12
- EditorToolbar,
13
- EnvPanel,
14
- FailureList,
15
- FaqAccordion,
16
- KeyValueEditor,
17
- NotificationToast,
18
- ProjectSwitcher,
19
- SearchCombobox,
20
- SettingsForm,
21
- SidebarNav,
22
- StatusSelect,
23
- ToastProvider,
24
- WorkflowCanvas,
25
- useToast
26
- } from "../chunk-3XD4HIFL.js";
27
- import "../chunk-RBM2RNC2.js";
28
- import "../chunk-3GWWZKX7.js";
29
-
30
- // src/shells/index.ts
31
- import {
32
- MetricsCard,
33
- TrendChart,
34
- EventSparkline,
35
- ReportWidget
36
- } from "@reopt-ai/opt-charts";
37
- export {
38
- AppMenubar,
39
- BranchSelect,
40
- CommandPalette,
41
- CommandPaletteTrigger,
42
- ContentTabs,
43
- DashboardGrid,
44
- DataTable,
45
- DeploymentTimeline,
46
- DomainTable,
47
- EditorToolbar,
48
- EnvPanel,
49
- EventSparkline,
50
- FailureList,
51
- FaqAccordion,
52
- KeyValueEditor,
53
- MetricsCard,
54
- NotificationToast,
55
- ProjectSwitcher,
56
- ReportWidget,
57
- SearchCombobox,
58
- SettingsForm,
59
- SidebarNav,
60
- StatusSelect,
61
- ToastProvider,
62
- TrendChart,
63
- WorkflowCanvas,
64
- useToast
65
- };
2
+ "use client";
3
+ import { A as DataTable, B as SidebarNav, C as WorkflowCanvas, D as ToastProvider, E as NotificationToast, F as DeploymentTimeline, G as CommandPaletteTrigger, H as StatusSelect, I as SettingsForm, K as CommandPalette, L as FaqAccordion, M as BranchSelect, N as EnvPanel, P as ProjectSwitcher, R as ContentTabs, T as FailureList, U as SearchCombobox, V as AppMenubar, W as DashboardGrid, b as DEFAULT_TIME_PRESETS, j as DomainTable, k as useToast, n as QueryBar, t as FieldSidebar, v as LogTable, w as KeyValueEditor, x as TimeRangeControl, y as TimeSeriesPanel, z as EditorToolbar } from "../field-sidebar-Cs-J-5VE.js";
4
+ import { EventSparkline, MetricsCard, ReportWidget, TrendChart } from "@reopt-ai/opt-charts";
5
+ export { AppMenubar, BranchSelect, CommandPalette, CommandPaletteTrigger, ContentTabs, DEFAULT_TIME_PRESETS, DashboardGrid, DataTable, DeploymentTimeline, DomainTable, EditorToolbar, EnvPanel, EventSparkline, FailureList, FaqAccordion, FieldSidebar, KeyValueEditor, LogTable, MetricsCard, NotificationToast, ProjectSwitcher, QueryBar, ReportWidget, SearchCombobox, SettingsForm, SidebarNav, StatusSelect, TimeRangeControl, TimeSeriesPanel, ToastProvider, TrendChart, WorkflowCanvas, useToast };
package/dist/tailwind.css CHANGED
@@ -116,6 +116,55 @@
116
116
  --weight-heading: var(--opt-weight-heading, 600);
117
117
  }
118
118
 
119
+ /* ── Short semantic utility aliases ──
120
+ *
121
+ * `@theme inline`의 토큰 이름은 스코프를 접두사로 갖기 때문에(`--color-bg-subtle`,
122
+ * `--color-text-secondary`) 생성되는 유틸이 `bg-bg-subtle` / `text-text-secondary`
123
+ * 처럼 접두사가 두 번 반복된다. 소비자는 자연스럽게 짧은 쪽(`bg-subtle`,
124
+ * `text-secondary`)을 쓰고, 그 클래스는 존재하지 않아 스타일이 조용히 사라진다.
125
+ * 실제 소비 프로젝트에서 이 무음 실패가 반복 관측됐고(죽은 클래스 20회), 결국
126
+ * Tailwind를 우회해 CSS Module에서 `var(--opt-*)`를 직접 참조하는 경로로 이어졌다.
127
+ *
128
+ * 아래 alias는 그 짧은 이름을 정확한 시맨틱으로 1급 유틸로 만든다. 기존 이중어
129
+ * 이름(`bg-bg-subtle` 등)은 그대로 유효하다 — 제거가 아니라 추가다.
130
+ *
131
+ * 제약: static utility에는 alpha modifier가 붙지 않는다(`bg-subtle/40`은 생성되지
132
+ * 않음 — Tailwind의 `--modifier()`는 functional utility 전용). 투명도가 필요하면
133
+ * 정식 토큰 이름을 쓴다: `text-text-secondary/60`, `bg-accent-subtle` 등. */
134
+ @utility bg-subtle {
135
+ background-color: var(--opt-bg-subtle);
136
+ }
137
+ @utility bg-muted {
138
+ background-color: var(--opt-bg-muted);
139
+ }
140
+ @utility bg-raised {
141
+ background-color: var(--opt-surface-raised);
142
+ }
143
+ @utility bg-overlay {
144
+ background-color: var(--opt-surface-overlay);
145
+ }
146
+ @utility bg-inset {
147
+ background-color: var(--opt-surface-inset);
148
+ }
149
+ @utility bg-input {
150
+ background-color: var(--opt-surface-input);
151
+ }
152
+ @utility text-primary {
153
+ color: var(--opt-text);
154
+ }
155
+ @utility text-secondary {
156
+ color: var(--opt-text-secondary);
157
+ }
158
+ @utility text-tertiary {
159
+ color: var(--opt-text-tertiary);
160
+ }
161
+ @utility border-subtle {
162
+ border-color: var(--opt-border-subtle);
163
+ }
164
+ @utility border-strong {
165
+ border-color: var(--opt-border-hover);
166
+ }
167
+
119
168
  /* ── Density ── */
120
169
  [data-density="compact"],
121
170
  [data-harness-density="compact"] {
@@ -64,7 +64,7 @@
64
64
  --opt-text-display-3-leading: 1.2;
65
65
  --opt-text: hsl(0 0% 20%);
66
66
  --opt-text-secondary: hsl(0 0% 40%);
67
- --opt-text-tertiary: hsl(0 0% 55%);
67
+ --opt-text-tertiary: hsl(0 0% 46%);
68
68
 
69
69
  /* Border */
70
70
  --opt-border-width: 1px;
@@ -238,7 +238,7 @@
238
238
  --opt-text-display-3-leading: 1.2;
239
239
  --opt-text: hsl(0 0% 82%);
240
240
  --opt-text-secondary: hsl(0 0% 58%);
241
- --opt-text-tertiary: hsl(0 0% 38%);
241
+ --opt-text-tertiary: hsl(0 0% 48%);
242
242
 
243
243
  /* Border */
244
244
  --opt-border-width: 1px;
@@ -63,7 +63,7 @@
63
63
  --opt-text-display-3-leading: 1.2;
64
64
  --opt-text: hsl(0 0% 15%);
65
65
  --opt-text-secondary: hsl(0 0% 45%);
66
- --opt-text-tertiary: hsl(0 0% 60%);
66
+ --opt-text-tertiary: hsl(0 0% 46%);
67
67
 
68
68
  /* Border */
69
69
  --opt-border-width: 1px;
@@ -237,7 +237,7 @@
237
237
  --opt-text-display-3-leading: 1.2;
238
238
  --opt-text: hsl(0 0% 87%);
239
239
  --opt-text-secondary: hsl(0 0% 53%);
240
- --opt-text-tertiary: hsl(0 0% 35%);
240
+ --opt-text-tertiary: hsl(0 0% 48%);
241
241
 
242
242
  /* Border */
243
243
  --opt-border-width: 1px;
@@ -63,7 +63,7 @@
63
63
  --opt-text-display-3-leading: 1.2;
64
64
  --opt-text: hsl(220 15% 12%);
65
65
  --opt-text-secondary: hsl(220 10% 38%);
66
- --opt-text-tertiary: hsl(220 8% 52%);
66
+ --opt-text-tertiary: hsl(220 8% 46%);
67
67
 
68
68
  /* Border */
69
69
  --opt-border-width: 1px;
@@ -237,7 +237,7 @@
237
237
  --opt-text-display-3-leading: 1.2;
238
238
  --opt-text: hsl(220 12% 94%);
239
239
  --opt-text-secondary: hsl(220 10% 64%);
240
- --opt-text-tertiary: hsl(220 8% 44%);
240
+ --opt-text-tertiary: hsl(220 8% 47%);
241
241
 
242
242
  /* Border */
243
243
  --opt-border-width: 1px;
@@ -64,7 +64,7 @@
64
64
  --opt-text-display-3-leading: 1.2;
65
65
  --opt-text: hsl(25 15% 18%);
66
66
  --opt-text-secondary: hsl(25 10% 40%);
67
- --opt-text-tertiary: hsl(25 8% 55%);
67
+ --opt-text-tertiary: hsl(25 8% 43%);
68
68
 
69
69
  /* Border */
70
70
  --opt-border-width: 1px;
@@ -63,7 +63,7 @@
63
63
  --opt-text-display-3-leading: 1.2;
64
64
  --opt-text: hsl(215 25% 12%);
65
65
  --opt-text-secondary: hsl(215 15% 38%);
66
- --opt-text-tertiary: hsl(215 10% 52%);
66
+ --opt-text-tertiary: hsl(215 10% 45%);
67
67
 
68
68
  /* Border */
69
69
  --opt-border-width: 1px;
@@ -237,7 +237,7 @@
237
237
  --opt-text-display-3-leading: 1.2;
238
238
  --opt-text: hsl(215 15% 93%);
239
239
  --opt-text-secondary: hsl(215 10% 63%);
240
- --opt-text-tertiary: hsl(215 8% 43%);
240
+ --opt-text-tertiary: hsl(215 8% 48%);
241
241
 
242
242
  /* Border */
243
243
  --opt-border-width: 1px;