sage-nexus-ui 1.0.24 → 1.0.26
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/assets/images/index.d.ts +2 -0
- package/dist/components/index.d.ts +0 -2
- package/dist/index.d.ts +5 -8
- package/dist/index.mjs +1 -1
- package/dist/stories/GreenWaveBackground.stories.d.ts +1 -0
- package/dist/stories/LoadingSpinnerNexus.stories.d.ts +0 -1
- package/dist/theme/tokens.d.ts +1 -0
- package/package.json +1 -1
|
@@ -39,8 +39,6 @@ export type { GreenWaveBackgroundProps } from "./GreenWaveBackground";
|
|
|
39
39
|
export { IconButton } from "./IconButton";
|
|
40
40
|
export type { IconButtonProps } from "./IconButton";
|
|
41
41
|
export { LocationMultiSelect } from "./LocationMultiSelect";
|
|
42
|
-
export { LoadingSpinner } from "./LoadingSpinner";
|
|
43
|
-
export type { LoadingSpinnerProps } from "./LoadingSpinner";
|
|
44
42
|
export { LoadingSpinnerNexus } from "./LoadingSpinnerNexus";
|
|
45
43
|
export type { LoadingSpinnerNexusProps } from "./LoadingSpinnerNexus";
|
|
46
44
|
export { NexusHome } from "./NexusHome";
|
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,8 @@ export { BoxProps, ButtonBaseProps, ChipProps, DialogActionsProps, DialogContent
|
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
6
6
|
import { SxProps as SxProps$1 } from '@mui/system';
|
|
7
7
|
import { Theme as Theme$1, SxProps as SxProps$2 } from '@mui/material/styles';
|
|
8
|
+
export { default as nexusLogoNode } from './assets/images/nexus-logo-node.svg';
|
|
9
|
+
export { default as nexusLogoFavicon } from './assets/images/nexus-logo-favicon.svg';
|
|
8
10
|
|
|
9
11
|
declare const getFiscalPeriod: (date: Date) => {
|
|
10
12
|
fiscalYear: number;
|
|
@@ -161,12 +163,6 @@ interface LocationMultiSelectProps {
|
|
|
161
163
|
}
|
|
162
164
|
declare const LocationMultiSelect: react__default.FC<LocationMultiSelectProps>;
|
|
163
165
|
|
|
164
|
-
interface LoadingSpinnerProps {
|
|
165
|
-
variant?: "small" | "large";
|
|
166
|
-
color?: string;
|
|
167
|
-
}
|
|
168
|
-
declare const LoadingSpinner: ({ variant, color, }: LoadingSpinnerProps) => react_jsx_runtime.JSX.Element;
|
|
169
|
-
|
|
170
166
|
interface LoadingSpinnerNexusProps {
|
|
171
167
|
variant?: "small" | "large";
|
|
172
168
|
}
|
|
@@ -303,6 +299,7 @@ declare const gradients: {
|
|
|
303
299
|
};
|
|
304
300
|
declare const fontSageText = "SageText, Inter, Segoe UI, sans-serif";
|
|
305
301
|
declare const fontSageUI = "SageUI, Inter, Segoe UI, sans-serif";
|
|
302
|
+
declare const fontSageHeadline = "Sage Headline, Inter, Segoe UI, sans-serif";
|
|
306
303
|
declare const getModeTokens: (mode: ThemeMode) => ModeTokens;
|
|
307
304
|
|
|
308
305
|
declare module "@mui/material/styles" {
|
|
@@ -364,5 +361,5 @@ declare const getGradientBorderStyles: (theme: Theme$1, options?: GradientBorder
|
|
|
364
361
|
declare const leftPipe: SxProps$2<Theme$1>;
|
|
365
362
|
declare const expandableText: (isExpanded: boolean) => SxProps$2<Theme$1>;
|
|
366
363
|
|
|
367
|
-
export { AccordionGroup, AccordionGroupItem, AccordionSingle, ActionBar, ActionBarTitle, AiButton, AiCard, AiGlassCard, AiGlassPaper, AiPaper, Body1, Body2, Box, ButtonBase, Caption, Card, CheckboxGroup, Chip, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, Divider, GlassCard, GlassPaper, GlassPaperAsync, GreenWaveBackground, H1, H2, H3, H4, IconButton,
|
|
368
|
-
export type { AccordionGroupItemProps, AccordionGroupProps, AccordionSingleProps, AiButtonProps, AiCardProps, AiGlassCardProps, AiGlassPaperProps, AiPaperProps, CardProps, CardTrend, GlassCardProps, GlassPaperAsyncProps, GlassPaperProps, GradientBorderOptions, GreenWaveBackgroundProps, LoadingSpinnerNexusProps,
|
|
364
|
+
export { AccordionGroup, AccordionGroupItem, AccordionSingle, ActionBar, ActionBarTitle, AiButton, AiCard, AiGlassCard, AiGlassPaper, AiPaper, Body1, Body2, Box, ButtonBase, Caption, Card, CheckboxGroup, Chip, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, Divider, GlassCard, GlassPaper, GlassPaperAsync, GreenWaveBackground, H1, H2, H3, H4, IconButton, LoadingSpinnerNexus, LocationMultiSelect, MuiAppThemeProvider, NexusHome, NexusLogo, Paper, PrimaryButton, PrimaryButtonLink, RagDot, SearchInput, SecondaryButton, SecondaryButtonLink, Skeleton, SkillChip, Stack, StatusChip, Tab, Tabs, TextField, ThemeModeProvider, ThemeToggle, colours, createSageTheme, expandableText, fontSageHeadline, fontSageText, fontSageUI, formatDate, getFiscalPeriod, getGradientBorderStyles, getModeTokens, gradients, leftPipe, useThemeMode, useTokens };
|
|
365
|
+
export type { AccordionGroupItemProps, AccordionGroupProps, AccordionSingleProps, AiButtonProps, AiCardProps, AiGlassCardProps, AiGlassPaperProps, AiPaperProps, CardProps, CardTrend, GlassCardProps, GlassPaperAsyncProps, GlassPaperProps, GradientBorderOptions, GreenWaveBackgroundProps, LoadingSpinnerNexusProps, ModeTokens, PrimaryButtonLinkProps, PrimaryButtonProps, SecondaryButtonLinkProps, SecondaryButtonProps, SkeletonProps, ThemeMode };
|