@intlayer/design-system 8.5.1 → 8.5.2
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/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +1 -1
- package/dist/esm/components/TechLogo/TechLogo.mjs +57 -0
- package/dist/esm/components/TechLogo/TechLogo.mjs.map +1 -0
- package/dist/esm/components/TechLogo/index.mjs +5 -0
- package/dist/esm/components/TechLogo/logos/Adonis.mjs +25 -0
- package/dist/esm/components/TechLogo/logos/Adonis.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Angular.mjs +30 -0
- package/dist/esm/components/TechLogo/logos/Angular.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Anthropic.mjs +26 -0
- package/dist/esm/components/TechLogo/logos/Anthropic.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Astro.mjs +41 -0
- package/dist/esm/components/TechLogo/logos/Astro.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/ChatGPT.mjs +19 -0
- package/dist/esm/components/TechLogo/logos/ChatGPT.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Claude.mjs +18 -0
- package/dist/esm/components/TechLogo/logos/Claude.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/DeepSeek.mjs +21 -0
- package/dist/esm/components/TechLogo/logos/DeepSeek.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Express.mjs +24 -0
- package/dist/esm/components/TechLogo/logos/Express.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Fastify.mjs +18 -0
- package/dist/esm/components/TechLogo/logos/Fastify.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Gemini.mjs +16 -0
- package/dist/esm/components/TechLogo/logos/Gemini.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/GoogleAI.mjs +20 -0
- package/dist/esm/components/TechLogo/logos/GoogleAI.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Grok.mjs +18 -0
- package/dist/esm/components/TechLogo/logos/Grok.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Hono.mjs +22 -0
- package/dist/esm/components/TechLogo/logos/Hono.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Lit.mjs +32 -0
- package/dist/esm/components/TechLogo/logos/Lit.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Lynx.mjs +43 -0
- package/dist/esm/components/TechLogo/logos/Lynx.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Mistral.mjs +62 -0
- package/dist/esm/components/TechLogo/logos/Mistral.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/NestJS.mjs +22 -0
- package/dist/esm/components/TechLogo/logos/NestJS.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Nextjs.mjs +23 -0
- package/dist/esm/components/TechLogo/logos/Nextjs.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Node.mjs +129 -0
- package/dist/esm/components/TechLogo/logos/Node.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Nuxt.mjs +33 -0
- package/dist/esm/components/TechLogo/logos/Nuxt.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Ollama.mjs +15 -0
- package/dist/esm/components/TechLogo/logos/Ollama.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/OpenAI.mjs +18 -0
- package/dist/esm/components/TechLogo/logos/OpenAI.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Perplexity.mjs +18 -0
- package/dist/esm/components/TechLogo/logos/Perplexity.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Preact.mjs +49 -0
- package/dist/esm/components/TechLogo/logos/Preact.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Reactjs.mjs +23 -0
- package/dist/esm/components/TechLogo/logos/Reactjs.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Solid.mjs +136 -0
- package/dist/esm/components/TechLogo/logos/Solid.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Svelte.mjs +23 -0
- package/dist/esm/components/TechLogo/logos/Svelte.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Tanstack.mjs +21 -0
- package/dist/esm/components/TechLogo/logos/Tanstack.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Vanilla.mjs +20 -0
- package/dist/esm/components/TechLogo/logos/Vanilla.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Vitejs.mjs +56 -0
- package/dist/esm/components/TechLogo/logos/Vitejs.mjs.map +1 -0
- package/dist/esm/components/TechLogo/logos/Vuejs.mjs +31 -0
- package/dist/esm/components/TechLogo/logos/Vuejs.mjs.map +1 -0
- package/dist/esm/components/TechLogo/techLogos.mjs +71 -0
- package/dist/esm/components/TechLogo/techLogos.mjs.map +1 -0
- package/dist/esm/components/TechLogo/types.mjs +39 -0
- package/dist/esm/components/TechLogo/types.mjs.map +1 -0
- package/dist/esm/components/index.mjs +4 -1
- package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
- package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
- package/dist/esm/libs/auth.mjs +1 -1
- package/dist/types/components/Badge/index.d.ts +1 -1
- package/dist/types/components/Button/Button.d.ts +2 -2
- package/dist/types/components/Command/index.d.ts +2 -2
- package/dist/types/components/Container/index.d.ts +3 -3
- package/dist/types/components/Input/Checkbox.d.ts +1 -1
- package/dist/types/components/Link/Link.d.ts +2 -2
- package/dist/types/components/Tag/index.d.ts +1 -1
- package/dist/types/components/TechLogo/TechLogo.d.ts +11 -0
- package/dist/types/components/TechLogo/TechLogo.d.ts.map +1 -0
- package/dist/types/components/TechLogo/index.d.ts +4 -0
- package/dist/types/components/TechLogo/logos/Adonis.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Adonis.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Angular.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Angular.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Anthropic.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Anthropic.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Astro.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Astro.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/ChatGPT.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/ChatGPT.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Claude.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Claude.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/DeepSeek.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/DeepSeek.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Express.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Express.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Fastify.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Fastify.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Gemini.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Gemini.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/GoogleAI.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/GoogleAI.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Grok.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Grok.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Hono.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Hono.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Lit.d.ts +8 -0
- package/dist/types/components/TechLogo/logos/Lit.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Lynx.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Lynx.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Mistral.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Mistral.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/NestJS.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/NestJS.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Nextjs.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Nextjs.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Node.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Node.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Nuxt.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Nuxt.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Ollama.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Ollama.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/OpenAI.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/OpenAI.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Perplexity.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Perplexity.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Preact.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Preact.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Reactjs.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Reactjs.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Solid.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Solid.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Svelte.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Svelte.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Tanstack.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Tanstack.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Vanilla.d.ts +8 -0
- package/dist/types/components/TechLogo/logos/Vanilla.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Vitejs.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Vitejs.d.ts.map +1 -0
- package/dist/types/components/TechLogo/logos/Vuejs.d.ts +7 -0
- package/dist/types/components/TechLogo/logos/Vuejs.d.ts.map +1 -0
- package/dist/types/components/TechLogo/techLogos.d.ts +39 -0
- package/dist/types/components/TechLogo/techLogos.d.ts.map +1 -0
- package/dist/types/components/TechLogo/types.d.ts +37 -0
- package/dist/types/components/TechLogo/types.d.ts.map +1 -0
- package/dist/types/components/index.d.ts +4 -1
- package/package.json +14 -14
|
@@ -12,9 +12,9 @@ declare const containerVariants: (props?: {
|
|
|
12
12
|
transparency?: "xs" | "sm" | "md" | "lg" | "xl" | "none" | "full";
|
|
13
13
|
padding?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
|
|
14
14
|
separator?: "both" | "without" | "x" | "y";
|
|
15
|
-
border?: "
|
|
16
|
-
borderColor?: "error" | "text" | "primary" | "secondary" | "neutral" | "card" | "
|
|
17
|
-
background?: "
|
|
15
|
+
border?: "none" | "with";
|
|
16
|
+
borderColor?: "error" | "success" | "text" | "primary" | "secondary" | "neutral" | "card" | "warning";
|
|
17
|
+
background?: "none" | "hoverable" | "with";
|
|
18
18
|
gap?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
|
|
19
19
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
20
20
|
/** Available rounded corner sizes for the container */
|
|
@@ -6,7 +6,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
6
6
|
declare const checkboxVariants: (props?: {
|
|
7
7
|
variant?: "default";
|
|
8
8
|
size?: "xs" | "sm" | "md" | "lg";
|
|
9
|
-
color?: "error" | "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "
|
|
9
|
+
color?: "error" | "success" | "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "custom";
|
|
10
10
|
validationStyleEnabled?: "enabled" | "disabled";
|
|
11
11
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
12
12
|
declare enum CheckboxSize {
|
|
@@ -53,9 +53,9 @@ declare enum LinkUnderlined {
|
|
|
53
53
|
FALSE = "false"
|
|
54
54
|
}
|
|
55
55
|
declare const linkVariants: (props?: {
|
|
56
|
-
variant?: "default" | "
|
|
56
|
+
variant?: "default" | "hoverable" | "invisible-link" | "button" | "button-outlined";
|
|
57
57
|
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
58
|
-
color?: "text" | "primary" | "secondary" | "destructive" | "
|
|
58
|
+
color?: "text" | "primary" | "secondary" | "destructive" | "success" | "error" | "neutral" | "light" | "dark" | "custom" | "text-inverse";
|
|
59
59
|
size?: "sm" | "md" | "lg" | "xl" | "custom";
|
|
60
60
|
underlined?: boolean | LinkUnderlined.DEFAULT;
|
|
61
61
|
} & class_variance_authority_types0.ClassProp) => string;
|
|
@@ -186,7 +186,7 @@ declare enum TagBackground {
|
|
|
186
186
|
}
|
|
187
187
|
declare const containerVariants: (props?: {
|
|
188
188
|
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
189
|
-
color?: "text" | "primary" | "
|
|
189
|
+
color?: "text" | "primary" | "success" | "error" | "neutral" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
|
|
190
190
|
size?: "xs" | "sm" | "md" | "lg" | "xl";
|
|
191
191
|
border?: "none" | "with";
|
|
192
192
|
background?: "none" | "with";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TechLogoName } from "./types.js";
|
|
2
|
+
import { FC, SVGProps } from "react";
|
|
3
|
+
|
|
4
|
+
//#region src/components/TechLogo/TechLogo.d.ts
|
|
5
|
+
type TechLogoProps = SVGProps<SVGSVGElement> & {
|
|
6
|
+
name: TechLogoName;
|
|
7
|
+
};
|
|
8
|
+
declare const TechLogo: FC<TechLogoProps>;
|
|
9
|
+
//#endregion
|
|
10
|
+
export { TechLogo, TechLogoProps };
|
|
11
|
+
//# sourceMappingURL=TechLogo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TechLogo.d.ts","names":[],"sources":["../../../../src/components/TechLogo/TechLogo.tsx"],"mappings":";;;;KAIY,aAAA,GAAgB,QAAA,CAAS,aAAA;EACnC,IAAA,EAAM,YAAA;AAAA;AAAA,cA+GK,QAAA,EAAU,EAAA,CAAG,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Adonis.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Adonis.tsx"],"mappings":";;;cAEa,UAAA,EAAY,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Angular.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Angular.tsx"],"mappings":";;;cAEa,WAAA,EAAa,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Anthropic.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Anthropic.tsx"],"mappings":";;;cAEa,aAAA,EAAe,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Astro.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Astro.tsx"],"mappings":";;;cAEa,SAAA,EAAW,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatGPT.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/ChatGPT.tsx"],"mappings":";;;cAEa,WAAA,EAAa,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Claude.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Claude.tsx"],"mappings":";;;cAEa,UAAA,EAAY,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeepSeek.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/DeepSeek.tsx"],"mappings":";;;cAEa,YAAA,EAAc,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Express.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Express.tsx"],"mappings":";;;cAEa,WAAA,EAAa,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Fastify.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Fastify.tsx"],"mappings":";;;cAEa,WAAA,EAAa,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Gemini.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Gemini.tsx"],"mappings":";;;cAEa,UAAA,EAAY,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoogleAI.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/GoogleAI.tsx"],"mappings":";;;cAEa,YAAA,EAAc,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Grok.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Grok.tsx"],"mappings":";;;cAEa,QAAA,EAAU,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hono.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Hono.tsx"],"mappings":";;;cAEa,QAAA,EAAU,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SVGProps } from "react";
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/TechLogo/logos/Lit.d.ts
|
|
5
|
+
declare const LitLogo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { LitLogo };
|
|
8
|
+
//# sourceMappingURL=Lit.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Lit.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Lit.tsx"],"mappings":";;;;cAEa,OAAA,GAAW,KAAA,EAAO,QAAA,CAAS,aAAA,MAAc,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Lynx.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Lynx.tsx"],"mappings":";;;cAEa,QAAA,EAAU,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Mistral.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Mistral.tsx"],"mappings":";;;cAEa,WAAA,EAAa,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NestJS.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/NestJS.tsx"],"mappings":";;;cAEa,UAAA,EAAY,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Nextjs.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Nextjs.tsx"],"mappings":";;;cAEa,UAAA,EAAY,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Node.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Node.tsx"],"mappings":";;;cAEa,UAAA,EAAY,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Nuxt.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Nuxt.tsx"],"mappings":";;;cAEa,QAAA,EAAU,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ollama.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Ollama.tsx"],"mappings":";;;cAEa,UAAA,EAAY,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OpenAI.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/OpenAI.tsx"],"mappings":";;;cAEa,UAAA,EAAY,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Perplexity.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Perplexity.tsx"],"mappings":";;;cAEa,cAAA,EAAgB,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Preact.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Preact.tsx"],"mappings":";;;cAEa,UAAA,EAAY,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Reactjs.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Reactjs.tsx"],"mappings":";;;cAEa,SAAA,EAAW,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Solid.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Solid.tsx"],"mappings":";;;cAEa,SAAA,EAAW,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Svelte.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Svelte.tsx"],"mappings":";;;cAEa,UAAA,EAAY,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tanstack.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Tanstack.tsx"],"mappings":";;;cAEa,YAAA,EAAc,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SVGProps } from "react";
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/TechLogo/logos/Vanilla.d.ts
|
|
5
|
+
declare const JavaScriptLogo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { JavaScriptLogo };
|
|
8
|
+
//# sourceMappingURL=Vanilla.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Vanilla.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Vanilla.tsx"],"mappings":";;;;cAEa,cAAA,GAAkB,KAAA,EAAO,QAAA,CAAS,aAAA,MAAc,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Vitejs.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Vitejs.tsx"],"mappings":";;;cAEa,QAAA,EAAU,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Vuejs.d.ts","names":[],"sources":["../../../../../src/components/TechLogo/logos/Vuejs.tsx"],"mappings":";;;cAEa,SAAA,EAAW,EAAA,CAAG,QAAA,CAAS,aAAA"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { AdonisLogo } from "./logos/Adonis.js";
|
|
2
|
+
import { AngularLogo } from "./logos/Angular.js";
|
|
3
|
+
import { AnthropicLogo } from "./logos/Anthropic.js";
|
|
4
|
+
import { AstroLogo } from "./logos/Astro.js";
|
|
5
|
+
import { ChatGPTLogo } from "./logos/ChatGPT.js";
|
|
6
|
+
import { ClaudeLogo } from "./logos/Claude.js";
|
|
7
|
+
import { DeepSeekLogo } from "./logos/DeepSeek.js";
|
|
8
|
+
import { ExpressLogo } from "./logos/Express.js";
|
|
9
|
+
import { FastifyLogo } from "./logos/Fastify.js";
|
|
10
|
+
import { GeminiLogo } from "./logos/Gemini.js";
|
|
11
|
+
import { GoogleAILogo } from "./logos/GoogleAI.js";
|
|
12
|
+
import { GrokLogo } from "./logos/Grok.js";
|
|
13
|
+
import { HonoLogo } from "./logos/Hono.js";
|
|
14
|
+
import { LitLogo } from "./logos/Lit.js";
|
|
15
|
+
import { LynxLogo } from "./logos/Lynx.js";
|
|
16
|
+
import { MistralLogo } from "./logos/Mistral.js";
|
|
17
|
+
import { NestJSLogo } from "./logos/NestJS.js";
|
|
18
|
+
import { NextJSLogo } from "./logos/Nextjs.js";
|
|
19
|
+
import { NodejsLogo } from "./logos/Node.js";
|
|
20
|
+
import { NuxtLogo } from "./logos/Nuxt.js";
|
|
21
|
+
import { OllamaLogo } from "./logos/Ollama.js";
|
|
22
|
+
import { OpenAILogo } from "./logos/OpenAI.js";
|
|
23
|
+
import { PerplexityLogo } from "./logos/Perplexity.js";
|
|
24
|
+
import { PreactLogo } from "./logos/Preact.js";
|
|
25
|
+
import { ReactLogo } from "./logos/Reactjs.js";
|
|
26
|
+
import { SolidLogo } from "./logos/Solid.js";
|
|
27
|
+
import { SvelteLogo } from "./logos/Svelte.js";
|
|
28
|
+
import { TanstackLogo } from "./logos/Tanstack.js";
|
|
29
|
+
import { JavaScriptLogo } from "./logos/Vanilla.js";
|
|
30
|
+
import { ViteLogo } from "./logos/Vitejs.js";
|
|
31
|
+
import { VuejsLogo } from "./logos/Vuejs.js";
|
|
32
|
+
|
|
33
|
+
//#region src/components/TechLogo/techLogos.d.ts
|
|
34
|
+
declare namespace techLogos_d_exports {
|
|
35
|
+
export { AdonisLogo as ADONIS, AngularLogo as ANGULAR, AnthropicLogo as ANTHROPIC, AstroLogo as ASTRO, ChatGPTLogo as CHATGPT, ClaudeLogo as CLAUDE, DeepSeekLogo as DEEPSEEK, ExpressLogo as EXPRESS, FastifyLogo as FASTIFY, GeminiLogo as GEMINI, GoogleAILogo as GOOGLE_AI, GrokLogo as GROK, HonoLogo as HONO, LitLogo as LIT, LynxLogo as LYNX, MistralLogo as MISTRAL, NestJSLogo as NESTJS, NextJSLogo as NEXTJS, NodejsLogo as NODE, NuxtLogo as NUXT, OllamaLogo as OLLAMA, OpenAILogo as OPENAI, PerplexityLogo as PERPLEXITY, PreactLogo as PREACT, ReactLogo as REACT, SolidLogo as SOLID, SvelteLogo as SVELTE, TanstackLogo as TANSTACK, JavaScriptLogo as VANILLA, ViteLogo as VITE, VuejsLogo as VUE };
|
|
36
|
+
}
|
|
37
|
+
//#endregion
|
|
38
|
+
export { AdonisLogo as ADONIS, AngularLogo as ANGULAR, AnthropicLogo as ANTHROPIC, AstroLogo as ASTRO, ChatGPTLogo as CHATGPT, ClaudeLogo as CLAUDE, DeepSeekLogo as DEEPSEEK, ExpressLogo as EXPRESS, FastifyLogo as FASTIFY, GeminiLogo as GEMINI, GoogleAILogo as GOOGLE_AI, GrokLogo as GROK, HonoLogo as HONO, LitLogo as LIT, LynxLogo as LYNX, MistralLogo as MISTRAL, NestJSLogo as NESTJS, NextJSLogo as NEXTJS, NodejsLogo as NODE, NuxtLogo as NUXT, OllamaLogo as OLLAMA, OpenAILogo as OPENAI, PerplexityLogo as PERPLEXITY, PreactLogo as PREACT, ReactLogo as REACT, SolidLogo as SOLID, SvelteLogo as SVELTE, TanstackLogo as TANSTACK, JavaScriptLogo as VANILLA, ViteLogo as VITE, VuejsLogo as VUE, techLogos_d_exports };
|
|
39
|
+
//# sourceMappingURL=techLogos.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"techLogos.d.ts","names":[],"sources":["../../../../src/components/TechLogo/techLogos.ts"],"mappings":""}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
//#region src/components/TechLogo/types.d.ts
|
|
2
|
+
declare enum TechLogoName {
|
|
3
|
+
Adonis = "adonis",
|
|
4
|
+
Angular = "angular",
|
|
5
|
+
Astro = "astro",
|
|
6
|
+
Express = "express",
|
|
7
|
+
Fastify = "fastify",
|
|
8
|
+
Hono = "hono",
|
|
9
|
+
Lynx = "lynx",
|
|
10
|
+
NestJS = "nestjs",
|
|
11
|
+
Nextjs = "nextjs",
|
|
12
|
+
Node = "node",
|
|
13
|
+
Nuxt = "nuxt",
|
|
14
|
+
Preact = "preact",
|
|
15
|
+
React = "react",
|
|
16
|
+
Solid = "solid",
|
|
17
|
+
Svelte = "svelte",
|
|
18
|
+
Tanstack = "tanstack",
|
|
19
|
+
Vite = "vite",
|
|
20
|
+
Vue = "vue",
|
|
21
|
+
Lit = "lit",
|
|
22
|
+
Vanilla = "vanilla",
|
|
23
|
+
Anthropic = "anthropic",
|
|
24
|
+
Claude = "claude",
|
|
25
|
+
ChatGPT = "chatgpt",
|
|
26
|
+
DeepSeek = "deepseek",
|
|
27
|
+
Gemini = "gemini",
|
|
28
|
+
GoogleAI = "googleai",
|
|
29
|
+
Grok = "grok",
|
|
30
|
+
Mistral = "mistral",
|
|
31
|
+
Ollama = "ollama",
|
|
32
|
+
OpenAI = "openai",
|
|
33
|
+
Perplexity = "perplexity"
|
|
34
|
+
}
|
|
35
|
+
//#endregion
|
|
36
|
+
export { TechLogoName };
|
|
37
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","names":[],"sources":["../../../../src/components/TechLogo/types.ts"],"mappings":";aAAY,YAAA;EACV,MAAA;EACA,OAAA;EACA,KAAA;EACA,OAAA;EACA,OAAA;EACA,IAAA;EACA,IAAA;EACA,MAAA;EACA,MAAA;EACA,IAAA;EACA,IAAA;EACA,MAAA;EACA,KAAA;EACA,KAAA;EACA,MAAA;EACA,QAAA;EACA,IAAA;EACA,GAAA;EACA,GAAA;EACA,OAAA;EACA,SAAA;EACA,MAAA;EACA,OAAA;EACA,QAAA;EACA,MAAA;EACA,QAAA;EACA,IAAA;EACA,OAAA;EACA,MAAA;EACA,MAAA;EACA,UAAA;AAAA"}
|
|
@@ -93,6 +93,9 @@ import { SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSele
|
|
|
93
93
|
import { Tab, TabItemProps, TabProps } from "./Tab/Tab.js";
|
|
94
94
|
import { Table } from "./Table/Table.js";
|
|
95
95
|
import { Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize } from "./Tag/index.js";
|
|
96
|
+
import { TechLogoName } from "./TechLogo/types.js";
|
|
97
|
+
import { TechLogo } from "./TechLogo/TechLogo.js";
|
|
98
|
+
import { techLogos_d_exports } from "./TechLogo/techLogos.js";
|
|
96
99
|
import { Terminal, TerminalProps } from "./Terminal/Terminal.js";
|
|
97
100
|
import { Modes } from "./ThemeSwitcherDropDown/types.js";
|
|
98
101
|
import { DesktopThemeSwitcher } from "./ThemeSwitcherDropDown/DesktopThemeSwitcher.js";
|
|
@@ -102,4 +105,4 @@ import { Toaster } from "./Toaster/Toaster.js";
|
|
|
102
105
|
import { reducer, toast, useToast } from "./Toaster/useToast.js";
|
|
103
106
|
import { WithResizer } from "./WithResizer/index.js";
|
|
104
107
|
import { MarkdownRenderer, baseMarkdownComponents, getIntlayerMarkdownOptions } from "./MarkDownRender/MarkDownRender.js";
|
|
105
|
-
export { Accordion, AccordionProps, AutoCompleteTextarea, AutoSizedTextArea, AutoSizedTextAreaProps, AutocompleteTextAreaProps, Avatar, AvatarProps, Badge, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BadgeVariantProps, Breadcrumb, BreadcrumbLink, BreadcrumbProps, Browser, BrowserProps, Button, ButtonColor, ButtonProps, ButtonSize, ButtonTextAlign, ButtonVariant, Carousel, Checkbox, CheckboxColor, CheckboxProps, CheckboxSize, ClickOutsideDiv, ClickOutsideDivProps, Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, CodeLanguage, CollapsibleTable, CollapsibleTableProps, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerProps, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentEditableTextArea, ContentEditableTextAreaHandle, ContentEditableTextAreaProps, ContentEditor, ContentSelector, CopyButton, CopyToClipboard, CopyToClipboardProps, DesktopThemeSwitcher, Detail, DetailProps, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, DropDownProps, DropDownType, DropDownYAlign, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, ExpandCollapseProps, FacebookLogo, FileList, FileListProps, Flag, flags_d_exports as Flags, Footer, FooterLink, Form, GridPattern, H1, H2, H3, H4, H5, H6, HTMLRenderer, HeadingProps, HeightResizer, HideShow, HideShowProps, IDE, IDEProps, InformationTag, Input, InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputPassword, InputProps, InputSize, InputVariant, InstagramLogo, KeyList, KeyPathBreadcrumb, KeyboardScreenAdapter, KeyboardShortcut, KeyboardShortcutProps, KeyboardShortcutType, Label, LabelProps, LanguageBackground, LanguageSection, Link, LinkColor, LinkGroup, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LoaderProps, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProps, LocaleSwitcherContentProvider, LocaleSwitcherProps, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileThemeSwitcher, Modal, ModalSize, Modes, MultiSelect, Navbar, NumberItemsSelector, NumberItemsSelectorProps, OTPInput, OTPInputContext, OTPInputProps, Pagination, PaginationProps, PaginationSize, PaginationVariant, PanelProps, Popover, PopoverProps, PopoverStatic, PopoverType, PopoverXAlign, PopoverYAlign, PressableSpan, ProductHuntLogo, RenderProps, RightDrawer, SaveForm, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, ShowingResultsNumberItemsProps, SlotProps, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize, Tab, TabItemProps, TabProps, TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps, Table, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, Terminal, TerminalProps, TextArea, TextAreaProps, TextEditor, TextEditorContainer, TextEditorProps, TiktokLogo, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, TriggerProps, VersionSwitcher, VersionSwitcherProps, VersionSwitcherProvider, WithResizer, XLogo, YoutubeLogo, badgeVariants, baseMarkdownComponents, buttonVariants, checkIsExternalLink, checkboxVariants, containerVariants, drawerManager, getCapitals, getIntlayerHTMLOptions, getIntlayerMarkdownOptions, inputSlotVariants, inputVariants, isTextChildren, linkVariants, paginationVariants, reducer, toast, traceKeys, useContentEditable, useCopyToClipboard, useForm, useFormField, useLocaleSwitcherContent, usePasswordManagerBadge, usePrevious, useRightDrawer, useToast, useVersionSwitcher };
|
|
108
|
+
export { Accordion, AccordionProps, AutoCompleteTextarea, AutoSizedTextArea, AutoSizedTextAreaProps, AutocompleteTextAreaProps, Avatar, AvatarProps, Badge, BadgeColor, BadgeProps, BadgeSize, BadgeVariant, BadgeVariantProps, Breadcrumb, BreadcrumbLink, BreadcrumbProps, Browser, BrowserProps, Button, ButtonColor, ButtonProps, ButtonSize, ButtonTextAlign, ButtonVariant, Carousel, Checkbox, CheckboxColor, CheckboxProps, CheckboxSize, ClickOutsideDiv, ClickOutsideDivProps, Code, CodeBlock, CodeBlockProps, CodeCompAttributes, CodeDefault, CodeLanguage, CollapsibleTable, CollapsibleTableProps, Command, CommandRoot, Container, ContainerBackground, ContainerBorderColor, ContainerGap, ContainerPadding, ContainerProps, ContainerRoundedSize, ContainerSeparator, ContainerTransparency, ContentEditableTextArea, ContentEditableTextAreaHandle, ContentEditableTextAreaProps, ContentEditor, ContentSelector, CopyButton, CopyToClipboard, CopyToClipboardProps, DesktopThemeSwitcher, Detail, DetailProps, DictionaryCreationForm, DictionaryEditor, DictionaryFieldEditor, DiscordLogo, DotPattern, DropDown, DropDownAlign, DropDownProps, DropDownType, DropDownYAlign, EditableFieldInput, EditableFieldTextArea, ExpandCollapse, ExpandCollapseProps, FacebookLogo, FileList, FileListProps, Flag, flags_d_exports as Flags, Footer, FooterLink, Form, GridPattern, H1, H2, H3, H4, H5, H6, HTMLRenderer, HeadingProps, HeightResizer, HideShow, HideShowProps, IDE, IDEProps, InformationTag, Input, InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InputPassword, InputProps, InputSize, InputVariant, InstagramLogo, KeyList, KeyPathBreadcrumb, KeyboardScreenAdapter, KeyboardShortcut, KeyboardShortcutProps, KeyboardShortcutType, Label, LabelProps, LanguageBackground, LanguageSection, Link, LinkColor, LinkGroup, LinkProps, LinkRoundedSize, LinkSize, LinkUnderlined, LinkVariant, LinkedInLogo, Loader, LoaderProps, LocaleSwitcher, LocaleSwitcherContent, LocaleSwitcherContentProps, LocaleSwitcherContentProvider, LocaleSwitcherProps, Logo, LogoTextOnly, LogoWithText, LogoWithTextBelow, MarkdownRenderer, MaxHeightSmoother, MaxWidthSmoother, MobileThemeSwitcher, Modal, ModalSize, Modes, MultiSelect, Navbar, NumberItemsSelector, NumberItemsSelectorProps, OTPInput, OTPInputContext, OTPInputProps, Pagination, PaginationProps, PaginationSize, PaginationVariant, PanelProps, Popover, PopoverProps, PopoverStatic, PopoverType, PopoverXAlign, PopoverYAlign, PressableSpan, ProductHuntLogo, RenderProps, RightDrawer, SaveForm, SearchInput, Select, SelectContent, SelectContentPosition, SelectLabel, SelectSeparator, ShowingResultsNumberItems, ShowingResultsNumberItemsProps, SlotProps, SocialNetworks, Spotlight, SwitchSelector, SwitchSelectorChoice, SwitchSelectorChoices, SwitchSelectorColor, SwitchSelectorProps, SwitchSelectorSize, Tab, TabItemProps, TabProps, TabSelector, TabSelectorColor, TabSelectorItemProps, TabSelectorProps, Table, Tag, TagBackground, TagBorder, TagColor, TagRoundedSize, TagSize, TechLogo, TechLogoName, techLogos_d_exports as TechLogos, Terminal, TerminalProps, TextArea, TextAreaProps, TextEditor, TextEditorContainer, TextEditorProps, TiktokLogo, Toast, ToastAction, ToastActionElement, ToastClose, ToastDescription, ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, TriggerProps, VersionSwitcher, VersionSwitcherProps, VersionSwitcherProvider, WithResizer, XLogo, YoutubeLogo, badgeVariants, baseMarkdownComponents, buttonVariants, checkIsExternalLink, checkboxVariants, containerVariants, drawerManager, getCapitals, getIntlayerHTMLOptions, getIntlayerMarkdownOptions, inputSlotVariants, inputVariants, isTextChildren, linkVariants, paginationVariants, reducer, toast, traceKeys, useContentEditable, useCopyToClipboard, useForm, useFormField, useLocaleSwitcherContent, usePasswordManagerBadge, usePrevious, useRightDrawer, useToast, useVersionSwitcher };
|