@zendir/ui 0.1.9 → 0.1.11
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/dist/index.js +0 -32
- package/dist/index.js.map +1 -1
- package/dist/react/core/AstroIcon.js +1 -816
- package/dist/react/core/AstroIcon.js.map +1 -1
- package/dist/react/core/index.d.ts +0 -1
- package/dist/react/index.d.ts +2 -12
- package/dist/react/theme/ThemeProvider.d.ts +5 -1
- package/dist/react/theme/ThemeProvider.js +6 -2
- package/dist/react/theme/ThemeProvider.js.map +1 -1
- package/dist/react.js +0 -32
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/react/chatgpt/AppCard.js +0 -306
- package/dist/react/chatgpt/AppCard.js.map +0 -1
- package/dist/react/chatgpt/index.js +0 -166
- package/dist/react/chatgpt/index.js.map +0 -1
- package/dist/react/hooks/useSpacecraftPosition.js +0 -89
- package/dist/react/hooks/useSpacecraftPosition.js.map +0 -1
- package/dist/react/hooks/useTelemetry.js +0 -73
- package/dist/react/hooks/useTelemetry.js.map +0 -1
- package/dist/react/hooks/useZendirSession.js +0 -148
- package/dist/react/hooks/useZendirSession.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,14 +1,8 @@
|
|
|
1
1
|
import { ErrorBoundary, withErrorBoundary } from "./react/shared/ErrorBoundary.js";
|
|
2
2
|
import { Skeleton3D, SkeletonBox, SkeletonCard, SkeletonChart, SkeletonCircle, SkeletonText } from "./react/shared/Skeleton.js";
|
|
3
3
|
import { STATUS_COLORS, addAlpha, clamp, classNames, focusRingStyle, formatAltitude, formatCoordinate, formatCountdown, formatDataRate, formatDecibels, formatDegrees, formatDistance, formatDuration, formatFrequency, formatLatLon, formatNumber, formatPercentage, formatPower, formatTabular, formatTemperature, formatTime, formatUTC, formatVelocity, getStatusColor, getStatusFromValue, getStatusSeverity, getWorstStatus, isStatusLevel, isValidNumber, lerp, mapRange, normalizeStatus, safeAccentText, safeNumber, tabularNumsStyle, transitions, withNullSafety } from "./react/utils/index.js";
|
|
4
|
-
import { useZendirSession } from "./react/hooks/useZendirSession.js";
|
|
5
|
-
import { useTelemetry } from "./react/hooks/useTelemetry.js";
|
|
6
|
-
import { useSpacecraftPosition } from "./react/hooks/useSpacecraftPosition.js";
|
|
7
4
|
import { useCompactMode } from "./react/hooks/useCompactMode.js";
|
|
8
|
-
import { isInChatGPT, useCallTool, useChatGPTTheme, useDisplayMode, useIntrinsicHeight, useLocale, useMaxHeight, useOpenAiGlobal, useOpenExternal, useSendMessage, useToolInput, useToolOutput, useWidgetState } from "./react/chatgpt/index.js";
|
|
9
|
-
import { AppCard, ChatGPTCard } from "./react/chatgpt/AppCard.js";
|
|
10
5
|
import { PLANETS, auToKm, estimateOrbitalPeriod, estimateOrbitalVelocity, getPlanet, normalizePlanetName } from "./react/types.js";
|
|
11
|
-
import { ASTRO_ICON_NAMES, AstroIcon, getAllIconNames, getAstroIconNames, getIconAliases, isAstroIconsAvailable, isIconAlias, preloadAstroIcons } from "./react/core/AstroIcon.js";
|
|
12
6
|
import { ActivityPlanner } from "./react/core/ActivityPlanner.js";
|
|
13
7
|
import { AppBar } from "./react/core/AppBar.js";
|
|
14
8
|
import { BREAKPOINTS, useBreakpoint } from "./react/core/layout/useBreakpoint.js";
|
|
@@ -72,11 +66,8 @@ import { Toggle } from "./react/core/Toggle.js";
|
|
|
72
66
|
import { Tooltip } from "./react/core/Tooltip.js";
|
|
73
67
|
import { resolveResponsive, resolveSpacing } from "./react/core/layout/responsive.js";
|
|
74
68
|
export {
|
|
75
|
-
ASTRO_ICON_NAMES,
|
|
76
69
|
ActivityPlanner,
|
|
77
70
|
AppBar,
|
|
78
|
-
AppCard,
|
|
79
|
-
AstroIcon,
|
|
80
71
|
BREAKPOINTS,
|
|
81
72
|
Badge,
|
|
82
73
|
Body1,
|
|
@@ -95,7 +86,6 @@ export {
|
|
|
95
86
|
CardAccentProvider,
|
|
96
87
|
CardHeader,
|
|
97
88
|
Center,
|
|
98
|
-
ChatGPTCard,
|
|
99
89
|
ChatPanel,
|
|
100
90
|
Checkbox,
|
|
101
91
|
ClassificationBanner,
|
|
@@ -219,10 +209,7 @@ export {
|
|
|
219
209
|
formatUTC,
|
|
220
210
|
formatVelocity,
|
|
221
211
|
getAccentColorOptions,
|
|
222
|
-
getAllIconNames,
|
|
223
|
-
getAstroIconNames,
|
|
224
212
|
getEffectiveCompactMode,
|
|
225
|
-
getIconAliases,
|
|
226
213
|
getIconNames,
|
|
227
214
|
getPlanet,
|
|
228
215
|
getPropertiesByCategory,
|
|
@@ -232,9 +219,6 @@ export {
|
|
|
232
219
|
getStatusSeverity,
|
|
233
220
|
getSystemAccentColor,
|
|
234
221
|
getWorstStatus,
|
|
235
|
-
isAstroIconsAvailable,
|
|
236
|
-
isIconAlias,
|
|
237
|
-
isInChatGPT,
|
|
238
222
|
isStatusLevel,
|
|
239
223
|
isValidIconName,
|
|
240
224
|
isValidNumber,
|
|
@@ -244,7 +228,6 @@ export {
|
|
|
244
228
|
normalizeStatus,
|
|
245
229
|
parseChatResponse,
|
|
246
230
|
parseMcpToolResult,
|
|
247
|
-
preloadAstroIcons,
|
|
248
231
|
resolveResponsive,
|
|
249
232
|
resolveSpacing,
|
|
250
233
|
safeAccentText,
|
|
@@ -252,32 +235,17 @@ export {
|
|
|
252
235
|
tabularNumsStyle,
|
|
253
236
|
transitions,
|
|
254
237
|
useBreakpoint,
|
|
255
|
-
useCallTool,
|
|
256
238
|
useCardAccent,
|
|
257
|
-
useChatGPTTheme,
|
|
258
239
|
useCompactMode,
|
|
259
240
|
useConfirm,
|
|
260
241
|
useCopyToClipboard,
|
|
261
|
-
useDisplayMode,
|
|
262
242
|
useDisplaySettings,
|
|
263
243
|
useDisplaySettingsOptional,
|
|
264
|
-
useIntrinsicHeight,
|
|
265
|
-
useLocale,
|
|
266
|
-
useMaxHeight,
|
|
267
|
-
useOpenAiGlobal,
|
|
268
|
-
useOpenExternal,
|
|
269
244
|
useScrollbarStyles,
|
|
270
|
-
useSendMessage,
|
|
271
|
-
useSpacecraftPosition,
|
|
272
|
-
useTelemetry,
|
|
273
245
|
useTheme,
|
|
274
246
|
useThemeTokens,
|
|
275
247
|
useToast,
|
|
276
248
|
useToastManager,
|
|
277
|
-
useToolInput,
|
|
278
|
-
useToolOutput,
|
|
279
|
-
useWidgetState,
|
|
280
|
-
useZendirSession,
|
|
281
249
|
withErrorBoundary,
|
|
282
250
|
withNullSafety
|
|
283
251
|
};
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|