sage-nexus-ui 1.2.5 → 1.2.7

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.
@@ -0,0 +1,6 @@
1
+ type LogoProps = {
2
+ size?: "sm" | "md" | "lg";
3
+ };
4
+ /** Option 10 — Sage UI Light, NEXUS all-caps, shimmer on whole word */
5
+ export declare const LogoOption10: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,5 @@
1
+ type LogoProps = {
2
+ size?: "sm" | "md" | "lg";
3
+ };
4
+ export declare const LogoOption11: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
5
+ export {};
@@ -0,0 +1,6 @@
1
+ type LogoProps = {
2
+ size?: "sm" | "md" | "lg";
3
+ };
4
+ /** Option 12 — Arial Bold, NEXUS all-caps, shimmer on node icon */
5
+ export declare const LogoOption12: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,6 @@
1
+ type LogoProps = {
2
+ size?: "sm" | "md" | "lg";
3
+ };
4
+ /** Option 13 — Arial Medium, NEXUS all-caps, shimmer on X glyph */
5
+ export declare const LogoOption13: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,6 @@
1
+ type LogoProps = {
2
+ size?: "sm" | "md" | "lg";
3
+ };
4
+ /** Option 14 — Arial Medium, NEXUS all-caps, shimmer on node icon */
5
+ export declare const LogoOption14: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -0,0 +1,6 @@
1
+ type LogoProps = {
2
+ size?: "sm" | "md" | "lg";
3
+ };
4
+ /** Option 15 — Arial Medium, NEXUS all-caps, shimmer on whole word */
5
+ export declare const LogoOption15: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -1,5 +1,6 @@
1
1
  type LogoProps = {
2
2
  size?: "sm" | "md" | "lg";
3
3
  };
4
+ /** Option 2 — Sage Headline Bold, NEXUS all-caps, shimmer on X glyph */
4
5
  export declare const LogoOption2: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
5
6
  export {};
@@ -1,6 +1,6 @@
1
1
  type LogoProps = {
2
2
  size?: "sm" | "md" | "lg";
3
3
  };
4
- /** Option 3 — Sage Text Medium font, NEXUS all-caps, shimmer on X */
4
+ /** Option 3 — Sage Headline Bold, nexus lower-case, shimmer on x glyph */
5
5
  export declare const LogoOption3: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export {};
@@ -1,6 +1,6 @@
1
1
  type LogoProps = {
2
2
  size?: "sm" | "md" | "lg";
3
3
  };
4
- /** Option 4 — Sage UI Medium weight, NEXUS all-caps, shimmer on X */
4
+ /** Option 4 — Sage Text Medium font, NEXUS all-caps, shimmer on X glyph */
5
5
  export declare const LogoOption4: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export {};
@@ -1,6 +1,6 @@
1
1
  type LogoProps = {
2
2
  size?: "sm" | "md" | "lg";
3
3
  };
4
- /** Option 5 — Sage Headline font, NEXUS all-caps, shimmer on X */
4
+ /** Option 5 — Sage UI Medium weight, NEXUS all-caps, shimmer on X glyph */
5
5
  export declare const LogoOption5: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export {};
@@ -1,6 +1,6 @@
1
1
  type LogoProps = {
2
2
  size?: "sm" | "md" | "lg";
3
3
  };
4
- /** Option 6 — Sage Headline font, nexus lower-case, shimmer on x */
4
+ /** Option 6 — Sage UI Medium weight, NEXUS all-caps, shimmer on node icon */
5
5
  export declare const LogoOption6: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export {};
@@ -1,6 +1,6 @@
1
1
  type LogoProps = {
2
2
  size?: "sm" | "md" | "lg";
3
3
  };
4
- /** Option 7 — Arial Bold, NEXUS, shimmer on node icon */
4
+ /** Option 7 — Sage UI Medium weight, NEXUS all-caps, shimmer on whole word */
5
5
  export declare const LogoOption7: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export {};
@@ -1,6 +1,6 @@
1
1
  type LogoProps = {
2
2
  size?: "sm" | "md" | "lg";
3
3
  };
4
- /** Option 8 — Sage UI Medium weight, NEXUS all-caps, shimmer on whole word */
4
+ /** Option 8 — Sage UI Light, NEXUS all-caps, shimmer on X glyph */
5
5
  export declare const LogoOption8: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export {};
@@ -0,0 +1,6 @@
1
+ type LogoProps = {
2
+ size?: "sm" | "md" | "lg";
3
+ };
4
+ /** Option 9 — Sage UI Light, NEXUS all-caps, shimmer on node icon */
5
+ export declare const LogoOption9: ({ size }: LogoProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
@@ -7,6 +7,13 @@ export * from "./LogoOption5";
7
7
  export * from "./LogoOption6";
8
8
  export * from "./LogoOption7";
9
9
  export * from "./LogoOption8";
10
+ export * from "./LogoOption9";
11
+ export * from "./LogoOption10";
12
+ export * from "./LogoOption11";
13
+ export * from "./LogoOption12";
14
+ export * from "./LogoOption13";
15
+ export * from "./LogoOption14";
16
+ export * from "./LogoOption15";
10
17
  export declare const LogoOptions: {
11
18
  LogoOptionBase: ({ size, fontFamily, fontWeight, text, letterSpacing, nodeShimmerMode, baselineOffset, ariaLabel, }: import("./LogoOptionBase").LogoOptionBaseProps) => import("react/jsx-runtime").JSX.Element;
12
19
  LogoOption1: ({ size }: {
@@ -33,5 +40,26 @@ export declare const LogoOptions: {
33
40
  LogoOption8: ({ size }: {
34
41
  size?: "sm" | "md" | "lg";
35
42
  }) => import("react/jsx-runtime").JSX.Element;
43
+ LogoOption9: ({ size }: {
44
+ size?: "sm" | "md" | "lg";
45
+ }) => import("react/jsx-runtime").JSX.Element;
46
+ LogoOption10: ({ size }: {
47
+ size?: "sm" | "md" | "lg";
48
+ }) => import("react/jsx-runtime").JSX.Element;
49
+ LogoOption11: ({ size }: {
50
+ size?: "sm" | "md" | "lg";
51
+ }) => import("react/jsx-runtime").JSX.Element;
52
+ LogoOption12: ({ size }: {
53
+ size?: "sm" | "md" | "lg";
54
+ }) => import("react/jsx-runtime").JSX.Element;
55
+ LogoOption13: ({ size }: {
56
+ size?: "sm" | "md" | "lg";
57
+ }) => import("react/jsx-runtime").JSX.Element;
58
+ LogoOption14: ({ size }: {
59
+ size?: "sm" | "md" | "lg";
60
+ }) => import("react/jsx-runtime").JSX.Element;
61
+ LogoOption15: ({ size }: {
62
+ size?: "sm" | "md" | "lg";
63
+ }) => import("react/jsx-runtime").JSX.Element;
36
64
  };
37
65
  export default LogoOptions;
package/dist/index.d.ts CHANGED
@@ -229,6 +229,27 @@ declare const LogoOptions: {
229
229
  LogoOption8: ({ size }: {
230
230
  size?: "sm" | "md" | "lg";
231
231
  }) => react_jsx_runtime.JSX.Element;
232
+ LogoOption9: ({ size }: {
233
+ size?: "sm" | "md" | "lg";
234
+ }) => react_jsx_runtime.JSX.Element;
235
+ LogoOption10: ({ size }: {
236
+ size?: "sm" | "md" | "lg";
237
+ }) => react_jsx_runtime.JSX.Element;
238
+ LogoOption11: ({ size }: {
239
+ size?: "sm" | "md" | "lg";
240
+ }) => react_jsx_runtime.JSX.Element;
241
+ LogoOption12: ({ size }: {
242
+ size?: "sm" | "md" | "lg";
243
+ }) => react_jsx_runtime.JSX.Element;
244
+ LogoOption13: ({ size }: {
245
+ size?: "sm" | "md" | "lg";
246
+ }) => react_jsx_runtime.JSX.Element;
247
+ LogoOption14: ({ size }: {
248
+ size?: "sm" | "md" | "lg";
249
+ }) => react_jsx_runtime.JSX.Element;
250
+ LogoOption15: ({ size }: {
251
+ size?: "sm" | "md" | "lg";
252
+ }) => react_jsx_runtime.JSX.Element;
232
253
  };
233
254
 
234
255
  interface NexusHomeProps {