@intlayer/design-system 8.12.4 → 9.0.0-canary.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.
- package/dist/esm/api/hooks/project.mjs +12 -1
- package/dist/esm/api/hooks/project.mjs.map +1 -1
- package/dist/esm/api/index.mjs +2 -2
- package/dist/esm/components/Avatar/index.mjs +1 -1
- package/dist/esm/components/Avatar/index.mjs.map +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs +10 -7
- package/dist/esm/components/Breadcrumb/index.mjs.map +1 -1
- package/dist/esm/components/Button/Button.mjs +4 -2
- package/dist/esm/components/Button/Button.mjs.map +1 -1
- package/dist/esm/components/Carousel/index.mjs +1 -1
- package/dist/esm/components/Carousel/index.mjs.map +1 -1
- package/dist/esm/components/Container/index.mjs.map +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs.map +1 -1
- package/dist/esm/components/DropDown/index.mjs.map +1 -1
- package/dist/esm/components/ExpandCollapse/ExpandCollapse.mjs +1 -1
- package/dist/esm/components/ExpandCollapse/ExpandCollapse.mjs.map +1 -1
- package/dist/esm/components/Headers/index.mjs +6 -6
- package/dist/esm/components/Headers/index.mjs.map +1 -1
- package/dist/esm/components/HeightResizer/index.mjs +1 -1
- package/dist/esm/components/HeightResizer/index.mjs.map +1 -1
- package/dist/esm/components/Input/Input.mjs.map +1 -1
- package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs.map +1 -1
- package/dist/esm/components/Link/Link.mjs +1 -1
- package/dist/esm/components/Link/Link.mjs.map +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +1 -1
- package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
- package/dist/esm/components/Modal/Modal.mjs.map +1 -1
- package/dist/esm/components/Navbar/Burger.mjs +1 -1
- package/dist/esm/components/Navbar/Burger.mjs.map +1 -1
- package/dist/esm/components/Navbar/MobileNavbar.mjs +1 -1
- package/dist/esm/components/Navbar/MobileNavbar.mjs.map +1 -1
- package/dist/esm/components/Pagination/Pagination.mjs.map +1 -1
- package/dist/esm/components/Popover/static.mjs +1 -1
- package/dist/esm/components/Popover/static.mjs.map +1 -1
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +1 -1
- package/dist/esm/components/RightDrawer/RightDrawer.mjs.map +1 -1
- package/dist/esm/components/Select/Select.mjs.map +1 -1
- package/dist/esm/components/Steps/index.mjs +2 -2
- package/dist/esm/components/Steps/index.mjs.map +1 -1
- package/dist/esm/components/SwitchSelector/SwitchSelector.mjs +1 -1
- package/dist/esm/components/SwitchSelector/SwitchSelector.mjs.map +1 -1
- package/dist/esm/components/SwitchSelector/VerticalSwitchSelector.mjs.map +1 -1
- package/dist/esm/components/TabSelector/TabSelector.mjs.map +1 -1
- package/dist/esm/components/Tag/index.mjs.map +1 -1
- package/dist/esm/components/TextArea/AutoSizeTextArea.mjs +1 -1
- package/dist/esm/components/TextArea/AutoSizeTextArea.mjs.map +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs.map +1 -1
- package/dist/esm/components/Toaster/Toast.mjs +1 -1
- package/dist/esm/components/Toaster/Toast.mjs.map +1 -1
- package/dist/esm/routes.mjs +4 -4
- package/dist/esm/routes.mjs.map +1 -1
- package/dist/esm/structured-data/buildAuthorJsonLd.mjs +15 -0
- package/dist/esm/structured-data/buildAuthorJsonLd.mjs.map +1 -0
- package/dist/esm/structured-data/buildBreadcrumbsJsonLd.mjs +21 -0
- package/dist/esm/structured-data/buildBreadcrumbsJsonLd.mjs.map +1 -0
- package/dist/esm/structured-data/buildCreativeWorkJsonLd.mjs +45 -0
- package/dist/esm/structured-data/buildCreativeWorkJsonLd.mjs.map +1 -0
- package/dist/esm/structured-data/buildFAQPageJsonLd.mjs +23 -0
- package/dist/esm/structured-data/buildFAQPageJsonLd.mjs.map +1 -0
- package/dist/esm/structured-data/buildOrganizationJsonLd.mjs +32 -0
- package/dist/esm/structured-data/buildOrganizationJsonLd.mjs.map +1 -0
- package/dist/esm/structured-data/buildProductJsonLd.mjs +24 -0
- package/dist/esm/structured-data/buildProductJsonLd.mjs.map +1 -0
- package/dist/esm/structured-data/buildSoftwareApplicationJsonLd.mjs +54 -0
- package/dist/esm/structured-data/buildSoftwareApplicationJsonLd.mjs.map +1 -0
- package/dist/esm/structured-data/buildWebsiteJsonLd.mjs +30 -0
- package/dist/esm/structured-data/buildWebsiteJsonLd.mjs.map +1 -0
- package/dist/esm/structured-data/index.mjs +10 -0
- package/dist/types/api/hooks/project.d.ts +2 -1
- package/dist/types/api/hooks/project.d.ts.map +1 -1
- package/dist/types/api/index.d.ts +2 -2
- package/dist/types/api/useIntlayerAPI.d.ts +1 -0
- package/dist/types/api/useIntlayerAPI.d.ts.map +1 -1
- package/dist/types/components/Badge/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/types/components/Button/Button.d.ts +6 -6
- package/dist/types/components/Button/Button.d.ts.map +1 -1
- package/dist/types/components/CollapsibleTable/CollapsibleTable.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/Container/index.d.ts.map +1 -1
- package/dist/types/components/DropDown/index.d.ts.map +1 -1
- package/dist/types/components/Headers/index.d.ts.map +1 -1
- package/dist/types/components/Input/Checkbox.d.ts +2 -2
- package/dist/types/components/Input/Input.d.ts.map +1 -1
- package/dist/types/components/Input/Radio.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +2 -2
- package/dist/types/components/Modal/Modal.d.ts.map +1 -1
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/SwitchSelector/SwitchSelector.d.ts +1 -1
- package/dist/types/components/SwitchSelector/VerticalSwitchSelector.d.ts.map +1 -1
- package/dist/types/components/Tag/index.d.ts +2 -2
- package/dist/types/components/Tag/index.d.ts.map +1 -1
- package/dist/types/components/TextArea/AutoSizeTextArea.d.ts +1 -1
- package/dist/types/components/Toaster/Toast.d.ts +1 -1
- package/dist/types/routes.d.ts +6 -6
- package/dist/types/structured-data/buildAuthorJsonLd.d.ts +25 -0
- package/dist/types/structured-data/buildAuthorJsonLd.d.ts.map +1 -0
- package/dist/types/structured-data/buildBreadcrumbsJsonLd.d.ts +36 -0
- package/dist/types/structured-data/buildBreadcrumbsJsonLd.d.ts.map +1 -0
- package/dist/types/structured-data/buildCreativeWorkJsonLd.d.ts +80 -0
- package/dist/types/structured-data/buildCreativeWorkJsonLd.d.ts.map +1 -0
- package/dist/types/structured-data/buildFAQPageJsonLd.d.ts +32 -0
- package/dist/types/structured-data/buildFAQPageJsonLd.d.ts.map +1 -0
- package/dist/types/structured-data/buildOrganizationJsonLd.d.ts +47 -0
- package/dist/types/structured-data/buildOrganizationJsonLd.d.ts.map +1 -0
- package/dist/types/structured-data/buildProductJsonLd.d.ts +44 -0
- package/dist/types/structured-data/buildProductJsonLd.d.ts.map +1 -0
- package/dist/types/structured-data/buildSoftwareApplicationJsonLd.d.ts +83 -0
- package/dist/types/structured-data/buildSoftwareApplicationJsonLd.d.ts.map +1 -0
- package/dist/types/structured-data/buildWebsiteJsonLd.d.ts +43 -0
- package/dist/types/structured-data/buildWebsiteJsonLd.d.ts.map +1 -0
- package/dist/types/structured-data/index.d.ts +9 -0
- package/package.json +25 -20
- package/tailwind.css +11 -3
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
//#region src/structured-data/buildOrganizationJsonLd.ts
|
|
2
|
+
/**
|
|
3
|
+
* Builds a Schema.org Organization JSON-LD object.
|
|
4
|
+
*
|
|
5
|
+
* @param params - Organization metadata.
|
|
6
|
+
* @returns A JSON-LD Organization object ready for serialization.
|
|
7
|
+
*/
|
|
8
|
+
const buildOrganizationJsonLd = ({ url, logoUrl, slogan, knowsAbout, sameAs, availableLanguages }) => ({
|
|
9
|
+
"@context": "https://schema.org",
|
|
10
|
+
"@type": "Organization",
|
|
11
|
+
name: "Intlayer",
|
|
12
|
+
url,
|
|
13
|
+
logo: {
|
|
14
|
+
"@type": "ImageObject",
|
|
15
|
+
url: logoUrl
|
|
16
|
+
},
|
|
17
|
+
foundingDate: "2024",
|
|
18
|
+
slogan,
|
|
19
|
+
knowsAbout,
|
|
20
|
+
sameAs,
|
|
21
|
+
contactPoint: {
|
|
22
|
+
"@type": "ContactPoint",
|
|
23
|
+
email: "contact@intlayer.org",
|
|
24
|
+
contactType: "customer support",
|
|
25
|
+
url,
|
|
26
|
+
availableLanguage: availableLanguages
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
//#endregion
|
|
31
|
+
export { buildOrganizationJsonLd };
|
|
32
|
+
//# sourceMappingURL=buildOrganizationJsonLd.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildOrganizationJsonLd.mjs","names":[],"sources":["../../../src/structured-data/buildOrganizationJsonLd.ts"],"sourcesContent":["/** @module buildOrganizationJsonLd */\n\nexport type BuildOrganizationJsonLdParams = {\n /** Canonical URL of the organization (e.g. \"https://intlayer.org\"). */\n url: string;\n /** Absolute URL of the organization logo image. */\n logoUrl: string;\n /** Short tagline / slogan. */\n slogan: string;\n /** Topics the organization is expert in. */\n knowsAbout: string[];\n /** Equivalent pages (GitHub, Twitter…). */\n sameAs: string[];\n /** BCP 47 locale codes the support team speaks. */\n availableLanguages: string[];\n};\n\n/**\n * Builds a Schema.org Organization JSON-LD object.\n *\n * @param params - Organization metadata.\n * @returns A JSON-LD Organization object ready for serialization.\n */\nexport const buildOrganizationJsonLd = ({\n url,\n logoUrl,\n slogan,\n knowsAbout,\n sameAs,\n availableLanguages,\n}: BuildOrganizationJsonLdParams) => ({\n '@context': 'https://schema.org' as const,\n '@type': 'Organization' as const,\n name: 'Intlayer',\n url,\n logo: {\n '@type': 'ImageObject' as const,\n url: logoUrl,\n },\n foundingDate: '2024',\n slogan,\n knowsAbout,\n sameAs,\n contactPoint: {\n '@type': 'ContactPoint' as const,\n email: 'contact@intlayer.org',\n contactType: 'customer support',\n url,\n availableLanguage: availableLanguages,\n },\n});\n"],"mappings":";;;;;;;AAuBA,MAAa,2BAA2B,EACtC,KACA,SACA,QACA,YACA,QACA,0BACoC;CACpC,YAAY;CACZ,SAAS;CACT,MAAM;CACN;CACA,MAAM;EACJ,SAAS;EACT,KAAK;EACN;CACD,cAAc;CACd;CACA;CACA;CACA,cAAc;EACZ,SAAS;EACT,OAAO;EACP,aAAa;EACb;EACA,mBAAmB;EACpB;CACF"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//#region src/structured-data/buildProductJsonLd.ts
|
|
2
|
+
/**
|
|
3
|
+
* Builds a Schema.org Product JSON-LD object.
|
|
4
|
+
*
|
|
5
|
+
* @param params - Product metadata.
|
|
6
|
+
* @returns A JSON-LD Product object ready for serialization.
|
|
7
|
+
*/
|
|
8
|
+
const buildProductJsonLd = ({ url, name, description, imageUrl, brandName = "Intlayer", offers }) => ({
|
|
9
|
+
"@context": "https://schema.org",
|
|
10
|
+
"@type": "Product",
|
|
11
|
+
url,
|
|
12
|
+
name,
|
|
13
|
+
description,
|
|
14
|
+
image: imageUrl,
|
|
15
|
+
brand: {
|
|
16
|
+
"@type": "Brand",
|
|
17
|
+
name: brandName
|
|
18
|
+
},
|
|
19
|
+
offers
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
export { buildProductJsonLd };
|
|
24
|
+
//# sourceMappingURL=buildProductJsonLd.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildProductJsonLd.mjs","names":[],"sources":["../../../src/structured-data/buildProductJsonLd.ts"],"sourcesContent":["/** @module buildProductJsonLd */\n\n/** Minimal Schema.org Offer node. */\nexport type SchemaOrgOffer = {\n '@type': 'Offer';\n [key: string]: unknown;\n};\n\nexport type BuildProductJsonLdParams = {\n /** Canonical URL of the product page. */\n url: string;\n /** Product display name. */\n name: string;\n description: string;\n /** Absolute URL of the product image. */\n imageUrl: string;\n /** Brand name (defaults to \"Intlayer\"). */\n brandName?: string;\n /** Pre-formatted Schema.org Offer nodes. */\n offers?: SchemaOrgOffer[];\n};\n\n/**\n * Builds a Schema.org Product JSON-LD object.\n *\n * @param params - Product metadata.\n * @returns A JSON-LD Product object ready for serialization.\n */\nexport const buildProductJsonLd = ({\n url,\n name,\n description,\n imageUrl,\n brandName = 'Intlayer',\n offers,\n}: BuildProductJsonLdParams) => ({\n '@context': 'https://schema.org' as const,\n '@type': 'Product' as const,\n url,\n name,\n description,\n image: imageUrl,\n brand: {\n '@type': 'Brand' as const,\n name: brandName,\n },\n offers,\n});\n"],"mappings":";;;;;;;AA4BA,MAAa,sBAAsB,EACjC,KACA,MACA,aACA,UACA,YAAY,YACZ,cAC+B;CAC/B,YAAY;CACZ,SAAS;CACT;CACA;CACA;CACA,OAAO;CACP,OAAO;EACL,SAAS;EACT,MAAM;EACP;CACD;CACD"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
//#region src/structured-data/buildSoftwareApplicationJsonLd.ts
|
|
2
|
+
/**
|
|
3
|
+
* Builds a Schema.org SoftwareApplication JSON-LD object.
|
|
4
|
+
*
|
|
5
|
+
* @param params - Software application metadata.
|
|
6
|
+
* @returns A JSON-LD SoftwareApplication object ready for serialization.
|
|
7
|
+
*/
|
|
8
|
+
const buildSoftwareApplicationJsonLd = ({ name, url, description, softwareVersion, keywords, audienceType, authorUrl, logoUrl, githubUrl, operatingSystem = "Web, iOS, Android", mainEntityUrl, datePublished = "2024-08-26", offersPrice }) => ({
|
|
9
|
+
"@context": "https://schema.org",
|
|
10
|
+
"@type": "SoftwareApplication",
|
|
11
|
+
name,
|
|
12
|
+
url,
|
|
13
|
+
description,
|
|
14
|
+
softwareVersion,
|
|
15
|
+
license: "https://raw.githubusercontent.com/aymericzip/intlayer/refs/heads/main/LICENSE",
|
|
16
|
+
author: {
|
|
17
|
+
"@type": "Organization",
|
|
18
|
+
name: "Intlayer",
|
|
19
|
+
url: authorUrl,
|
|
20
|
+
logo: logoUrl,
|
|
21
|
+
sameAs: githubUrl ? [githubUrl] : void 0
|
|
22
|
+
},
|
|
23
|
+
publisher: {
|
|
24
|
+
"@type": "Organization",
|
|
25
|
+
name: "Intlayer",
|
|
26
|
+
url: authorUrl,
|
|
27
|
+
logo: logoUrl
|
|
28
|
+
},
|
|
29
|
+
keywords,
|
|
30
|
+
creator: {
|
|
31
|
+
"@type": "Person",
|
|
32
|
+
name: "Aymeric PINEAU",
|
|
33
|
+
url: "https://github.com/aymericzip"
|
|
34
|
+
},
|
|
35
|
+
applicationCategory: "DeveloperApplication",
|
|
36
|
+
applicationSubCategory: "Developer Tools",
|
|
37
|
+
image: logoUrl ? logoUrl.replace("/assets/logo.png", "/cover.png") : void 0,
|
|
38
|
+
operatingSystem,
|
|
39
|
+
datePublished,
|
|
40
|
+
audience: {
|
|
41
|
+
"@type": "Audience",
|
|
42
|
+
audienceType
|
|
43
|
+
},
|
|
44
|
+
mainEntityOfPage: mainEntityUrl ?? url,
|
|
45
|
+
...offersPrice !== void 0 ? { offers: {
|
|
46
|
+
"@type": "Offer",
|
|
47
|
+
price: offersPrice,
|
|
48
|
+
priceCurrency: "USD"
|
|
49
|
+
} } : {}
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
//#endregion
|
|
53
|
+
export { buildSoftwareApplicationJsonLd };
|
|
54
|
+
//# sourceMappingURL=buildSoftwareApplicationJsonLd.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildSoftwareApplicationJsonLd.mjs","names":[],"sources":["../../../src/structured-data/buildSoftwareApplicationJsonLd.ts"],"sourcesContent":["/** @module buildSoftwareApplicationJsonLd */\n\nexport type BuildSoftwareApplicationJsonLdParams = {\n /** Display name of the application. */\n name: string;\n /** Canonical URL of the application page. */\n url: string;\n description: string;\n softwareVersion: string;\n keywords: string[];\n /** Schema.org Audience `audienceType` value. */\n audienceType: string;\n /** Absolute URL of the organization / author page. */\n authorUrl?: string;\n /** Absolute URL of the organization logo. */\n logoUrl?: string;\n /** GitHub (or other VCS) URL listed in `sameAs`. */\n githubUrl?: string;\n /** Target operating systems (e.g. \"Web, iOS, Android\"). */\n operatingSystem?: string;\n /** `mainEntityOfPage` URL if different from `url`. */\n mainEntityUrl?: string;\n /** ISO 8601 publish date string (YYYY-MM-DD). */\n datePublished?: string;\n /** When provided, a free-tier Offer node is added. */\n offersPrice?: string;\n};\n\n/**\n * Builds a Schema.org SoftwareApplication JSON-LD object.\n *\n * @param params - Software application metadata.\n * @returns A JSON-LD SoftwareApplication object ready for serialization.\n */\nexport const buildSoftwareApplicationJsonLd = ({\n name,\n url,\n description,\n softwareVersion,\n keywords,\n audienceType,\n authorUrl,\n logoUrl,\n githubUrl,\n operatingSystem = 'Web, iOS, Android',\n mainEntityUrl,\n datePublished = '2024-08-26',\n offersPrice,\n}: BuildSoftwareApplicationJsonLdParams) => ({\n '@context': 'https://schema.org' as const,\n '@type': 'SoftwareApplication' as const,\n name,\n url,\n description,\n softwareVersion,\n license:\n 'https://raw.githubusercontent.com/aymericzip/intlayer/refs/heads/main/LICENSE',\n author: {\n '@type': 'Organization' as const,\n name: 'Intlayer',\n url: authorUrl,\n logo: logoUrl,\n sameAs: githubUrl ? [githubUrl] : undefined,\n },\n publisher: {\n '@type': 'Organization' as const,\n name: 'Intlayer',\n url: authorUrl,\n logo: logoUrl,\n },\n keywords,\n creator: {\n '@type': 'Person' as const,\n name: 'Aymeric PINEAU',\n url: 'https://github.com/aymericzip',\n },\n applicationCategory: 'DeveloperApplication',\n applicationSubCategory: 'Developer Tools',\n image: logoUrl\n ? logoUrl.replace('/assets/logo.png', '/cover.png')\n : undefined,\n operatingSystem,\n datePublished,\n audience: {\n '@type': 'Audience' as const,\n audienceType,\n },\n mainEntityOfPage: mainEntityUrl ?? url,\n ...(offersPrice !== undefined\n ? {\n offers: {\n '@type': 'Offer' as const,\n price: offersPrice,\n priceCurrency: 'USD',\n },\n }\n : {}),\n});\n"],"mappings":";;;;;;;AAkCA,MAAa,kCAAkC,EAC7C,MACA,KACA,aACA,iBACA,UACA,cACA,WACA,SACA,WACA,kBAAkB,qBAClB,eACA,gBAAgB,cAChB,mBAC2C;CAC3C,YAAY;CACZ,SAAS;CACT;CACA;CACA;CACA;CACA,SACE;CACF,QAAQ;EACN,SAAS;EACT,MAAM;EACN,KAAK;EACL,MAAM;EACN,QAAQ,YAAY,CAAC,UAAU,GAAG;EACnC;CACD,WAAW;EACT,SAAS;EACT,MAAM;EACN,KAAK;EACL,MAAM;EACP;CACD;CACA,SAAS;EACP,SAAS;EACT,MAAM;EACN,KAAK;EACN;CACD,qBAAqB;CACrB,wBAAwB;CACxB,OAAO,UACH,QAAQ,QAAQ,oBAAoB,aAAa,GACjD;CACJ;CACA;CACA,UAAU;EACR,SAAS;EACT;EACD;CACD,kBAAkB,iBAAiB;CACnC,GAAI,gBAAgB,SAChB,EACE,QAAQ;EACN,SAAS;EACT,OAAO;EACP,eAAe;EAChB,EACF,GACD,EAAE;CACP"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
//#region src/structured-data/buildWebsiteJsonLd.ts
|
|
2
|
+
/**
|
|
3
|
+
* Builds a Schema.org WebSite JSON-LD object.
|
|
4
|
+
*
|
|
5
|
+
* @param params - Website metadata.
|
|
6
|
+
* @returns A JSON-LD WebSite object ready for serialization.
|
|
7
|
+
*/
|
|
8
|
+
const buildWebsiteJsonLd = ({ url, searchUrl, locales, keywords, rssUrl }) => ({
|
|
9
|
+
"@context": "https://schema.org",
|
|
10
|
+
"@type": "WebSite",
|
|
11
|
+
url,
|
|
12
|
+
name: "Intlayer",
|
|
13
|
+
potentialAction: {
|
|
14
|
+
"@type": "SearchAction",
|
|
15
|
+
target: `${searchUrl}?search={search_term_string}`,
|
|
16
|
+
"query-input": "required name=search_term_string"
|
|
17
|
+
},
|
|
18
|
+
inLanguage: locales,
|
|
19
|
+
keywords,
|
|
20
|
+
...rssUrl ? { subjectOf: {
|
|
21
|
+
"@type": "DataFeed",
|
|
22
|
+
name: "Intlayer RSS Feed",
|
|
23
|
+
url: rssUrl,
|
|
24
|
+
encodingFormat: "application/rss+xml"
|
|
25
|
+
} } : {}
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
//#endregion
|
|
29
|
+
export { buildWebsiteJsonLd };
|
|
30
|
+
//# sourceMappingURL=buildWebsiteJsonLd.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildWebsiteJsonLd.mjs","names":[],"sources":["../../../src/structured-data/buildWebsiteJsonLd.ts"],"sourcesContent":["/** @module buildWebsiteJsonLd */\n\nexport type BuildWebsiteJsonLdParams = {\n /** Canonical home URL of the website (e.g. \"https://intlayer.org\"). */\n url: string;\n /** URL template for the site-wide SearchAction. */\n searchUrl: string;\n /** BCP 47 locale codes the site is available in. */\n locales: string[];\n /** Site-level keywords. */\n keywords: string[];\n /** URL of the RSS feed. When provided, a `subjectOf` DataFeed node is added. */\n rssUrl?: string;\n};\n\n/**\n * Builds a Schema.org WebSite JSON-LD object.\n *\n * @param params - Website metadata.\n * @returns A JSON-LD WebSite object ready for serialization.\n */\nexport const buildWebsiteJsonLd = ({\n url,\n searchUrl,\n locales,\n keywords,\n rssUrl,\n}: BuildWebsiteJsonLdParams) => ({\n '@context': 'https://schema.org' as const,\n '@type': 'WebSite' as const,\n url,\n name: 'Intlayer',\n potentialAction: {\n '@type': 'SearchAction' as const,\n target: `${searchUrl}?search={search_term_string}`,\n 'query-input': 'required name=search_term_string',\n },\n inLanguage: locales,\n keywords,\n ...(rssUrl\n ? {\n subjectOf: {\n '@type': 'DataFeed' as const,\n name: 'Intlayer RSS Feed',\n url: rssUrl,\n encodingFormat: 'application/rss+xml',\n },\n }\n : {}),\n});\n"],"mappings":";;;;;;;AAqBA,MAAa,sBAAsB,EACjC,KACA,WACA,SACA,UACA,cAC+B;CAC/B,YAAY;CACZ,SAAS;CACT;CACA,MAAM;CACN,iBAAiB;EACf,SAAS;EACT,QAAQ,GAAG,UAAU;EACrB,eAAe;EAChB;CACD,YAAY;CACZ;CACA,GAAI,SACA,EACE,WAAW;EACT,SAAS;EACT,MAAM;EACN,KAAK;EACL,gBAAgB;EACjB,EACF,GACD,EAAE;CACP"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { buildOrganizationJsonLd } from "./buildOrganizationJsonLd.mjs";
|
|
2
|
+
import { buildSoftwareApplicationJsonLd } from "./buildSoftwareApplicationJsonLd.mjs";
|
|
3
|
+
import { buildBreadcrumbsJsonLd } from "./buildBreadcrumbsJsonLd.mjs";
|
|
4
|
+
import { buildWebsiteJsonLd } from "./buildWebsiteJsonLd.mjs";
|
|
5
|
+
import { buildProductJsonLd } from "./buildProductJsonLd.mjs";
|
|
6
|
+
import { buildCreativeWorkJsonLd } from "./buildCreativeWorkJsonLd.mjs";
|
|
7
|
+
import { buildAuthorJsonLd } from "./buildAuthorJsonLd.mjs";
|
|
8
|
+
import { buildFAQPageJsonLd } from "./buildFAQPageJsonLd.mjs";
|
|
9
|
+
|
|
10
|
+
export { buildAuthorJsonLd, buildBreadcrumbsJsonLd, buildCreativeWorkJsonLd, buildFAQPageJsonLd, buildOrganizationJsonLd, buildProductJsonLd, buildSoftwareApplicationJsonLd, buildWebsiteJsonLd };
|
|
@@ -3,6 +3,7 @@ import { GetProjectsParams } from "@intlayer/backend";
|
|
|
3
3
|
|
|
4
4
|
//#region src/api/hooks/project.d.ts
|
|
5
5
|
declare const useGetProjects: (filters?: GetProjectsParams, options?: Partial<UseQueryOptions>) => QueryObserverResult<TData, TError>;
|
|
6
|
+
declare const useGetProjectInsights: (options?: Partial<UseQueryOptions>) => QueryObserverResult<TData, TError>;
|
|
6
7
|
declare const useAddProject: () => any;
|
|
7
8
|
declare const useUpdateProject: () => any;
|
|
8
9
|
declare const usePushProjectConfiguration: () => any;
|
|
@@ -20,5 +21,5 @@ declare const useDeleteAccessKey: () => any;
|
|
|
20
21
|
declare const useRefreshAccessKey: () => any;
|
|
21
22
|
declare const useUpdateMemberAccess: () => any;
|
|
22
23
|
//#endregion
|
|
23
|
-
export { useAddNewAccessKey, useAddProject, useDeleteAccessKey, useDeleteProject, useDeleteProjectById, useGetCIConfig, useGetProjects, usePushCIConfig, usePushProjectConfiguration, useRefreshAccessKey, useSelectProject, useTriggerBuild, useTriggerWebhook, useUnselectProject, useUpdateMemberAccess, useUpdateProject, useUpdateProjectMembers };
|
|
24
|
+
export { useAddNewAccessKey, useAddProject, useDeleteAccessKey, useDeleteProject, useDeleteProjectById, useGetCIConfig, useGetProjectInsights, useGetProjects, usePushCIConfig, usePushProjectConfiguration, useRefreshAccessKey, useSelectProject, useTriggerBuild, useTriggerWebhook, useUnselectProject, useUpdateMemberAccess, useUpdateProject, useUpdateProjectMembers };
|
|
24
25
|
//# sourceMappingURL=project.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.d.ts","names":[],"sources":["../../../../src/api/hooks/project.ts"],"mappings":";;;;cAsBa,cAAA,GACX,OAAA,GAAU,iBAAA,EACV,OAAA,GAAU,OAAA,CAAQ,eAAA,MAAgB,mBAAA,CAAA,KAAA,EAAA,MAAA;AAAA,cAcvB,aAAA;AAAA,cAYA,gBAAA;AAAA,cAqBA,2BAAA;AAAA,cAmBA,uBAAA;AAAA,cAaA,gBAAA;AAAA,cAYA,oBAAA;AAAA,cAaA,gBAAA;AAAA,cA4BA,kBAAA;AAAA,cA4BA,cAAA,GAAkB,OAAA,GAAU,OAAA,CAAQ,eAAA,MAAgB,mBAAA,CAAA,KAAA,EAAA,MAAA;AAAA,cAWpD,eAAA;AAAA,cAYA,eAAA;AAAA,cAYA,iBAAA;AAAA,cAaA,kBAAA;AAAA,cAYA,kBAAA;AAAA,cAYA,mBAAA;AAAA,cAaA,qBAAA"}
|
|
1
|
+
{"version":3,"file":"project.d.ts","names":[],"sources":["../../../../src/api/hooks/project.ts"],"mappings":";;;;cAsBa,cAAA,GACX,OAAA,GAAU,iBAAA,EACV,OAAA,GAAU,OAAA,CAAQ,eAAA,MAAgB,mBAAA,CAAA,KAAA,EAAA,MAAA;AAAA,cAcvB,qBAAA,GAAyB,OAAA,GAAU,OAAA,CAAQ,eAAA,MAAgB,mBAAA,CAAA,KAAA,EAAA,MAAA;AAAA,cAa3D,aAAA;AAAA,cAYA,gBAAA;AAAA,cAqBA,2BAAA;AAAA,cAmBA,uBAAA;AAAA,cAaA,gBAAA;AAAA,cAYA,oBAAA;AAAA,cAaA,gBAAA;AAAA,cA4BA,kBAAA;AAAA,cA4BA,cAAA,GAAkB,OAAA,GAAU,OAAA,CAAQ,eAAA,MAAgB,mBAAA,CAAA,KAAA,EAAA,MAAA;AAAA,cAWpD,eAAA;AAAA,cAYA,eAAA;AAAA,cAYA,iBAAA;AAAA,cAaA,kBAAA;AAAA,cAYA,kBAAA;AAAA,cAYA,mBAAA;AAAA,cAaA,qBAAA"}
|
|
@@ -10,7 +10,7 @@ import { useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetC
|
|
|
10
10
|
import { useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects } from "./hooks/gitlab.js";
|
|
11
11
|
import { useGetNewsletterStatus, useSubscribeToNewsletter, useUnsubscribeFromNewsletter } from "./hooks/newsletter.js";
|
|
12
12
|
import { useAddOrganization, useAddOrganizationMember, useDeleteOrganization, useDeleteOrganizationById, useGetOrganizations, useSelectOrganization, useUnselectOrganization, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById } from "./hooks/organization.js";
|
|
13
|
-
import { useAddNewAccessKey, useAddProject, useDeleteAccessKey, useDeleteProject, useDeleteProjectById, useGetCIConfig, useGetProjects, usePushCIConfig, usePushProjectConfiguration, useRefreshAccessKey, useSelectProject, useTriggerBuild, useTriggerWebhook, useUnselectProject, useUpdateMemberAccess, useUpdateProject, useUpdateProjectMembers } from "./hooks/project.js";
|
|
13
|
+
import { useAddNewAccessKey, useAddProject, useDeleteAccessKey, useDeleteProject, useDeleteProjectById, useGetCIConfig, useGetProjectInsights, useGetProjects, usePushCIConfig, usePushProjectConfiguration, useRefreshAccessKey, useSelectProject, useTriggerBuild, useTriggerWebhook, useUnselectProject, useUpdateMemberAccess, useUpdateProject, useUpdateProjectMembers } from "./hooks/project.js";
|
|
14
14
|
import { useContactReviewer, useCreateMission, useDeleteReviewerProfile, useEstimateMission, useGetAdminReviewers, useGetChatHistory, useGetMissionById, useGetMyMissions, useGetMyReviewerProfile, useGetReviewerById, useGetReviewerMarketplace, useGetReviewerPriceDistribution, useGetReviewerReviews, useRegisterAsReviewer, useSendReviewerMessage, useSubmitReview, useUpdateMissionStatus, useUpdateReviewerProfile, useUploadReviewerCoverPicture, useUploadReviewerMainPicture, useValidateReviewerProfile } from "./hooks/reviewer.js";
|
|
15
15
|
import { useSearchDoc } from "./hooks/search.js";
|
|
16
16
|
import { UseIntlayerAuthProps, useAiAPI, useAuditAPI, useBitbucketAPI, useDictionaryAPI, useEditorAPI, useEnvironmentAPI, useGithubAPI, useGitlabAPI, useIntlayerAuth, useIntlayerOAuth, useIntlayerOAuthOptions, useNewsletterAPI, useOAuthAPI, useOrganizationAPI, useProjectAPI, useReviewerAPI, useSearchAPI, useShowcaseProjectAPI, useStripeAPI, useTagAPI, useTranslateAPI, useUserAPI } from "./useIntlayerAPI.js";
|
|
@@ -23,4 +23,4 @@ import { useAuth } from "./useAuth/useAuth.js";
|
|
|
23
23
|
import { useOAuth2 } from "./useAuth/useOAuth2.js";
|
|
24
24
|
import { UseSessionResult, useSession } from "./useAuth/useSession.js";
|
|
25
25
|
import { useUser } from "./useUser/index.js";
|
|
26
|
-
export { UseIntlayerAuthProps, UseSessionResult, useAcceptAffiliateInvitation, useAddDictionary, useAddEnvironment, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAiAPI, useAskDocQuestion, useAskResetPassword, useAuditAPI, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditScan, useAuditTag, useAuth, useAutocomplete, useBitbucketAPI, useBitbucketAuth, useBitbucketCheckConfig, useBitbucketGetConfigFile, useBitbucketRepos, useCancelSubscription, useChangePassword, useChat, useContactReviewer, useCreateMission, useCreatePortalSession, useCreatePromoCode, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteEnvironment, useDeleteOrganization, useDeleteOrganizationById, useDeletePasskey, useDeleteProject, useDeleteProjectById, useDeletePromoCode, useDeleteReviewerProfile, useDeleteSSOProvider, useDeleteShowcaseProject, useDeleteTag, useDeleteUser, useDictionaryAPI, useDisableTwoFactor, useEditorAPI, useEnableTwoFactor, useEnvironmentAPI, useEstimateMission, useFillAllTranslations, useGetAdminReviewers, useGetAffiliate, useGetAffiliateAccountSession, useGetAffiliateById, useGetAffiliateInvitation, useGetAffiliateInvitations, useGetAffiliateOnboardingLink, useGetAffiliatePromoCode, useGetAffiliateStats, useGetAffiliates, useGetCIConfig, useGetChatHistory, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetInvoices, useGetMissionById, useGetMyMissions, useGetMyReviewerProfile, useGetNewsletterStatus, useGetOrganizations, useGetOtherShowcaseProjects, useGetPaymentMethod, useGetPricing, useGetProjects, useGetPromoCodeById, useGetPromoCodes, useGetRecursiveAuditStatus, useGetReviewerById, useGetReviewerMarketplace, useGetReviewerPriceDistribution, useGetReviewerReviews, useGetShowcaseProjectById, useGetShowcaseProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useGithubAPI, useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetConfigFile, useGithubRepos, useGithubToken, useGitlabAPI, useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects, useGrantAffiliateAccess, useInfiniteGetDictionaries, useIntlayerAuth, useIntlayerOAuth, useIntlayerOAuthOptions, useLinkSocial, useListAccounts, useListPasskeys, useListSSOProviders, useLogin, useLogout, useMigrateEnvironment, useNewsletterAPI, useOAuth2, useOAuthAPI, useOrganizationAPI, usePauseTranslationJob, useProjectAPI, usePushCIConfig, usePushDictionaries, usePushProjectConfiguration, useRefreshAccessKey, useRegister, useRegisterAsReviewer, useRegisterSSO, useResetPassword, useResetToProductionEnvironment, useResumeTranslationJob, useReviewerAPI, useSearchAPI, useSearchDoc, useSelectEnvironment, useSelectOrganization, useSelectProject, useSendAffiliateInvitation, useSendReviewerMessage, useSession, useShowcaseProjectAPI, useSignInMagicLink, useSignInPasskey, useSignInSSO, useStartRecursiveAudit, useStopTranslationJob, useStripeAPI, useSubmitReview, useSubmitShowcaseProject, useSubscribeToNewsletter, useTagAPI, useToggleShowcaseDownvote, useToggleShowcaseUpvote, useTranslateAPI, useTranslateJSONDeclaration, useTriggerBuild, useTriggerWebhook, useUnlinkAccount, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateAffiliateStatus, useUpdateDictionary, useUpdateEnvironment, useUpdateMemberAccess, useUpdateMissionStatus, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdatePromoCode, useUpdateReviewerProfile, useUpdateShowcaseProject, useUpdateTag, useUpdateUser, useUploadReviewerCoverPicture, useUploadReviewerMainPicture, useUploadUserAvatar, useUser, useUserAPI, useValidateReviewerProfile, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
26
|
+
export { UseIntlayerAuthProps, UseSessionResult, useAcceptAffiliateInvitation, useAddDictionary, useAddEnvironment, useAddNewAccessKey, useAddOrganization, useAddOrganizationMember, useAddPasskey, useAddProject, useAddTag, useAiAPI, useAskDocQuestion, useAskResetPassword, useAuditAPI, useAuditContentDeclaration, useAuditContentDeclarationField, useAuditContentDeclarationMetadata, useAuditScan, useAuditTag, useAuth, useAutocomplete, useBitbucketAPI, useBitbucketAuth, useBitbucketCheckConfig, useBitbucketGetConfigFile, useBitbucketRepos, useCancelSubscription, useChangePassword, useChat, useContactReviewer, useCreateMission, useCreatePortalSession, useCreatePromoCode, useCreateUser, useDeleteAccessKey, useDeleteDictionary, useDeleteEnvironment, useDeleteOrganization, useDeleteOrganizationById, useDeletePasskey, useDeleteProject, useDeleteProjectById, useDeletePromoCode, useDeleteReviewerProfile, useDeleteSSOProvider, useDeleteShowcaseProject, useDeleteTag, useDeleteUser, useDictionaryAPI, useDisableTwoFactor, useEditorAPI, useEnableTwoFactor, useEnvironmentAPI, useEstimateMission, useFillAllTranslations, useGetAdminReviewers, useGetAffiliate, useGetAffiliateAccountSession, useGetAffiliateById, useGetAffiliateInvitation, useGetAffiliateInvitations, useGetAffiliateOnboardingLink, useGetAffiliatePromoCode, useGetAffiliateStats, useGetAffiliates, useGetCIConfig, useGetChatHistory, useGetDictionaries, useGetDictionariesKeys, useGetDictionary, useGetDiscussions, useGetDiscussionsData, useGetEditorDictionaries, useGetInvoices, useGetMissionById, useGetMyMissions, useGetMyReviewerProfile, useGetNewsletterStatus, useGetOrganizations, useGetOtherShowcaseProjects, useGetPaymentMethod, useGetPricing, useGetProjectInsights, useGetProjects, useGetPromoCodeById, useGetPromoCodes, useGetRecursiveAuditStatus, useGetReviewerById, useGetReviewerMarketplace, useGetReviewerPriceDistribution, useGetReviewerReviews, useGetShowcaseProjectById, useGetShowcaseProjects, useGetSubscription, useGetTags, useGetUserByAccount, useGetUserById, useGetUsers, useGetVerifyEmailStatus, useGithubAPI, useGithubAuth, useGithubCheckConfig, useGithubGetAuthUrl, useGithubGetConfigFile, useGithubRepos, useGithubToken, useGitlabAPI, useGitlabAuth, useGitlabCheckConfig, useGitlabGetConfigFile, useGitlabProjects, useGrantAffiliateAccess, useInfiniteGetDictionaries, useIntlayerAuth, useIntlayerOAuth, useIntlayerOAuthOptions, useLinkSocial, useListAccounts, useListPasskeys, useListSSOProviders, useLogin, useLogout, useMigrateEnvironment, useNewsletterAPI, useOAuth2, useOAuthAPI, useOrganizationAPI, usePauseTranslationJob, useProjectAPI, usePushCIConfig, usePushDictionaries, usePushProjectConfiguration, useRefreshAccessKey, useRegister, useRegisterAsReviewer, useRegisterSSO, useResetPassword, useResetToProductionEnvironment, useResumeTranslationJob, useReviewerAPI, useSearchAPI, useSearchDoc, useSelectEnvironment, useSelectOrganization, useSelectProject, useSendAffiliateInvitation, useSendReviewerMessage, useSession, useShowcaseProjectAPI, useSignInMagicLink, useSignInPasskey, useSignInSSO, useStartRecursiveAudit, useStopTranslationJob, useStripeAPI, useSubmitReview, useSubmitShowcaseProject, useSubscribeToNewsletter, useTagAPI, useToggleShowcaseDownvote, useToggleShowcaseUpvote, useTranslateAPI, useTranslateJSONDeclaration, useTriggerBuild, useTriggerWebhook, useUnlinkAccount, useUnselectOrganization, useUnselectProject, useUnsubscribeFromNewsletter, useUpdateAffiliateStatus, useUpdateDictionary, useUpdateEnvironment, useUpdateMemberAccess, useUpdateMissionStatus, useUpdateOrganization, useUpdateOrganizationMembers, useUpdateOrganizationMembersById, useUpdateProject, useUpdateProjectMembers, useUpdatePromoCode, useUpdateReviewerProfile, useUpdateShowcaseProject, useUpdateTag, useUpdateUser, useUploadReviewerCoverPicture, useUploadReviewerMainPicture, useUploadUserAvatar, useUser, useUserAPI, useValidateReviewerProfile, useVerifyBackupCode, useVerifyEmail, useVerifyTotp, useWriteDictionary };
|
|
@@ -46,6 +46,7 @@ declare const useOrganizationAPI: (props?: UseIntlayerAuthProps) => {
|
|
|
46
46
|
};
|
|
47
47
|
declare const useProjectAPI: (props?: UseIntlayerAuthProps) => {
|
|
48
48
|
getProjects: (filters?: _$_intlayer_backend0.GetProjectsParams, otherOptions?: FetcherOptions) => Promise<GetProjectsResult>;
|
|
49
|
+
getProjectInsights: (otherOptions?: FetcherOptions) => Promise<GetProjectInsightsResult>;
|
|
49
50
|
addProject: (project: _$_intlayer_backend0.AddProjectBody, otherOptions?: FetcherOptions) => Promise<AddProjectResult>;
|
|
50
51
|
updateProject: (project: _$_intlayer_backend0.UpdateProjectBody, otherOptions?: FetcherOptions) => Promise<UpdateProjectResult>;
|
|
51
52
|
updateProjectMembers: (body: _$_intlayer_backend0.UpdateProjectMembersBody, otherOptions?: FetcherOptions) => Promise<UpdateProjectMembersResult>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useIntlayerAPI.d.ts","names":[],"sources":["../../../src/api/useIntlayerAPI.ts"],"mappings":";;;;;;;KA+BY,oBAAA;EACV,OAAA,GAAU,cAAA;EACV,qBAAA,GAAwB,cAAA;AAAA;AAAA,cAGb,uBAAA,GAA2B,KAAA,GAAQ,oBAAA;;;;;;;;;;;;;;;;;;;;cAsBnC,gBAAA,GAAoB,KAAA,GAAQ,oBAAA,KAAuB,WAAA;AAAA,cAKnD,eAAA,GAAmB,KAAA,GAAQ,oBAAA,KAAuB,OAAA;AAAA,cAMlD,kBAAA,GAAsB,KAAA,GAAQ,oBAAA;+BAAoB,oBAAA,CAvD3D,sBAAA,EAAA,YAAA,GAAuC,cAAA,KAAA,OAAA,CACxB,sBAAA;oCADwB,oBAAA,CAAA,oBAAA,mCAGtB,cAAA,KAAA,OAAA,CAA6B,qBAAA;kCAA7B,oBAAA,CAAA,mBAAA,iBAEC,cAAA,KAAA,OAAA,CAA6B,qBAAA;gCAA7B,oBAAA,CAAA,yBAAA,iBAEe,cAAA,KAAA,OAAA,CAA6B,2BAAA;qCAA7B,oBAAA,CAAA,sBAAA,iBAES,cAAA,KAAA,OAAA,CAClB,wBAAA;oCADkB,oBAAA,CAAA,6BAAA,iBAGnB,cAAA,KAAA,OAAA,CAA6B,+BAAA;gEAA7B,oBAAA,CAAA,6BAAA,iBAGP,cAAA,KAAA,OAAA,CAER,+BAAA;sCAEI,cAAA,KAAA,OAAA,CAGhB,wBAAA;uEACoB,cAAA,KAAA,OAAA,CACf,wBAAA;uCADe,oBAAA,CAAA,uBAAA,mCAML,cAAA,KAAA,OAAA,CAA6B,wBAAA;wCAGlB,cAAA,KAAA,OAAA,CAGR,0BAAA;AAAA;AAAA,cAyBL,aAAA,GAAiB,KAAA,GAAQ,oBAAA;0BAAoB,oBAAA,CA3D1D,iBAAA,EAAA,YAAA,GAAkC,cAAA,KAAA,OAAA,CAChC,iBAAA;
|
|
1
|
+
{"version":3,"file":"useIntlayerAPI.d.ts","names":[],"sources":["../../../src/api/useIntlayerAPI.ts"],"mappings":"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"}
|
|
@@ -23,8 +23,8 @@ type BadgeSize = 'sm' | 'md' | 'lg';
|
|
|
23
23
|
* @description Defines the styling variants for different badge combinations
|
|
24
24
|
*/
|
|
25
25
|
declare const badgeVariants: (props?: {
|
|
26
|
-
color?: "error" | "
|
|
27
|
-
variant?: "default" | "none" | "
|
|
26
|
+
color?: "error" | "text" | "success" | "primary" | "secondary" | "neutral" | "custom" | "light" | "dark";
|
|
27
|
+
variant?: "default" | "none" | "outline" | "hoverable";
|
|
28
28
|
size?: "sm" | "md" | "lg";
|
|
29
29
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
30
30
|
/**
|
|
@@ -9,7 +9,7 @@ import { LocalesValues } from "@intlayer/types/module_augmentation";
|
|
|
9
9
|
* Breadcrumb variant styles using class-variance-authority
|
|
10
10
|
*/
|
|
11
11
|
declare const breadcrumbVariants: (props?: {
|
|
12
|
-
size?: "
|
|
12
|
+
size?: "sm" | "md" | "lg" | "xs" | "xl";
|
|
13
13
|
spacing?: "compact" | "normal" | "loose";
|
|
14
14
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
15
15
|
/**
|
|
@@ -95,7 +95,7 @@ type BreadcrumbProps = {
|
|
|
95
95
|
* { onClick: handleCategory, text: 'Electronics' },
|
|
96
96
|
* 'Smartphones'
|
|
97
97
|
* ]}
|
|
98
|
-
* size="
|
|
98
|
+
* size="md"
|
|
99
99
|
* ariaLabel="Product navigation"
|
|
100
100
|
* />
|
|
101
101
|
* ```
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Breadcrumb/index.tsx"],"mappings":";;;;;;;;;;cA0EM,kBAAA,GAAkB,KAAA;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Breadcrumb/index.tsx"],"mappings":";;;;;;;;;;cA0EM,kBAAA,GAAkB,KAAA;;;IAmBtB,iCAAA,CAAA,SAAA;;;;KA4HG,sBAAA;EA/ImB;;;EAmJtB,IAAA;EAJyB;;;EAQzB,IAAA;EAAA;;;EAIA,OAAA;AAAA;;;;;AAUF;KAFY,cAAA,YAA0B,sBAAA;AAAA,KAE1B,eAAA;EAIH;;;EAAP,KAAA,EAAO,cAAA;EAmBK;;;;EAdZ,KAAA,GAAQ,SAAA,MAAe,SAAA;EA8BT;;;EA1Bd,MAAA,GAAS,aAAA;EAJT;;;;EASA,WAAA;EAAA;;;;EAKA,SAAA,GAAY,SAAA;EAcZ;;;;EATA,SAAA;EAW+B;;AA4BjC;;EAlCE,qBAAA;EAkCuB;;;EA9BvB,QAAA;AAAA,IACE,YAAA,QAAoB,kBAAA,IACtB,cAAA,CAAe,gBAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cA4BJ,UAAA,EAAY,EAAA,CAAG,eAAA"}
|
|
@@ -7,7 +7,7 @@ import { LucideIcon } from "lucide-react";
|
|
|
7
7
|
/**
|
|
8
8
|
* Button size variants for different use cases
|
|
9
9
|
*/
|
|
10
|
-
type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'icon-sm' | 'icon-md' | 'icon-lg' | 'icon-xl';
|
|
10
|
+
type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'icon-sm' | 'icon-md' | 'icon-lg' | 'icon-xl' | 'custom';
|
|
11
11
|
/**
|
|
12
12
|
* Button visual style variants
|
|
13
13
|
*/
|
|
@@ -24,11 +24,11 @@ type ButtonTextAlign = 'left' | 'center' | 'right';
|
|
|
24
24
|
* Enhanced button variants with improved accessibility and focus states
|
|
25
25
|
*/
|
|
26
26
|
declare const buttonVariants: (props?: {
|
|
27
|
-
size?: "
|
|
28
|
-
color?: "error" | "
|
|
29
|
-
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "
|
|
30
|
-
variant?: "
|
|
31
|
-
textAlign?: "
|
|
27
|
+
size?: "sm" | "md" | "lg" | "xs" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl" | "custom";
|
|
28
|
+
color?: "error" | "text" | "success" | "primary" | "secondary" | "neutral" | "custom" | "card" | "light" | "dark" | "current" | "text-inverse";
|
|
29
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "5xl" | "full";
|
|
30
|
+
variant?: "input" | "default" | "link" | "none" | "outline" | "invisible-link" | "hoverable" | "fade";
|
|
31
|
+
textAlign?: "left" | "center" | "right";
|
|
32
32
|
isFullWidth?: boolean;
|
|
33
33
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
34
34
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","names":[],"sources":["../../../../src/components/Button/Button.tsx"],"mappings":";;;;;;;;;KASY,UAAA;;;;
|
|
1
|
+
{"version":3,"file":"Button.d.ts","names":[],"sources":["../../../../src/components/Button/Button.tsx"],"mappings":";;;;;;;;;KASY,UAAA;;;;KAmCA,aAAA;AAAZ;;;AAAA,KAaY,WAAA;;AAAZ;;KAiBY,eAAA;;;AAAZ;cAKa,cAAA,GAAc,KAAA;;;;;;;IAiI1B,iCAAA,CAAA,SAAA;;;;KAKW,WAAA,GAAc,iBAAA,CACxB,oBAAA,CAAqB,iBAAA,GACrB,iBAAA,IAEA,YAAA,QAAoB,cAAA;;;;;EAKlB,KAAA;;AATJ;;EAcI,IAAA,GAAO,EAAA,GAAK,UAAA;EAbO;;;EAkBnB,SAAA,GAAY,EAAA,GAAK,UAAA;EAfC;;;EAoBlB,aAAA;EALY;;;EAUZ,SAAA;EA7BsB;;;EAkCtB,QAAA;EA9BF;;;EAmCE,UAAA;EAzBO;;;EA8BP,WAAA;EAzBiB;;;EA8BjB,kBAAA;EAVA;;;EAeA,eAAA;EAKA;;;EAAA,eAAA;EAsDS;;;EAzCT,cAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyCS,MAAA,EAAQ,EAAA,CAAG,WAAA"}
|
|
@@ -5,8 +5,8 @@ import { VariantProps } from "class-variance-authority";
|
|
|
5
5
|
//#region src/components/CollapsibleTable/CollapsibleTable.d.ts
|
|
6
6
|
declare const collapsibleTableVariants: (props?: {
|
|
7
7
|
size?: "sm" | "md" | "lg" | "xl" | "full";
|
|
8
|
-
variant?: "default" | "
|
|
9
|
-
spacing?: "
|
|
8
|
+
variant?: "default" | "ghost" | "dark" | "outlined";
|
|
9
|
+
spacing?: "auto" | "sm" | "md" | "lg" | "none";
|
|
10
10
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
11
11
|
interface CollapsibleTableProps extends Omit<HTMLAttributes<HTMLElement>, 'title'>, VariantProps<typeof collapsibleTableVariants> {
|
|
12
12
|
/** Table title displayed in the header */
|
|
@@ -28,7 +28,7 @@ declare const Command: {
|
|
|
28
28
|
ref?: React.Ref<HTMLInputElement>;
|
|
29
29
|
} & {
|
|
30
30
|
asChild?: boolean;
|
|
31
|
-
}, "key" |
|
|
31
|
+
}, "key" | keyof _$react.InputHTMLAttributes<HTMLInputElement> | "asChild">, "type" | "onChange" | "value"> & {
|
|
32
32
|
value?: string;
|
|
33
33
|
onValueChange?: (search: string) => void;
|
|
34
34
|
} & _$react.RefAttributes<HTMLInputElement>>;
|
|
@@ -72,7 +72,7 @@ declare const Command: {
|
|
|
72
72
|
ref?: React.Ref<HTMLDivElement>;
|
|
73
73
|
} & {
|
|
74
74
|
asChild?: boolean;
|
|
75
|
-
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "
|
|
75
|
+
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "onSelect" | "disabled" | "value"> & {
|
|
76
76
|
disabled?: boolean;
|
|
77
77
|
onSelect?: (value: string) => void;
|
|
78
78
|
value?: string;
|
|
@@ -8,12 +8,12 @@ import { VariantProps } from "class-variance-authority";
|
|
|
8
8
|
* Provides flexible styling options for background, padding, borders, and layout
|
|
9
9
|
*/
|
|
10
10
|
declare const containerVariants: (props?: {
|
|
11
|
-
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "
|
|
12
|
-
transparency?: "
|
|
11
|
+
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "full";
|
|
12
|
+
transparency?: "sm" | "md" | "lg" | "xs" | "xl" | "none" | "full";
|
|
13
13
|
padding?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
|
|
14
14
|
separator?: "both" | "without" | "x" | "y";
|
|
15
15
|
border?: "with" | "none";
|
|
16
|
-
borderColor?: "error" | "
|
|
16
|
+
borderColor?: "error" | "text" | "success" | "primary" | "secondary" | "neutral" | "card" | "warning";
|
|
17
17
|
background?: "with" | "none" | "hoverable";
|
|
18
18
|
gap?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
|
|
19
19
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Container/index.tsx"],"mappings":";;;;;;;;AAaA;cAAa,iBAAA,GAAiB,KAAA;;;;;;;;;IAmF5B,iCAAA,CAAA,SAAA;;KAGU,oBAAA;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Container/index.tsx"],"mappings":";;;;;;;;AAaA;cAAa,iBAAA,GAAiB,KAAA;;;;;;;;;IAmF5B,iCAAA,CAAA,SAAA;;KAGU,oBAAA;;KAGA,qBAAA;;KAGA,gBAAA;;KAGA,kBAAA;;KAGA,oBAAA;AATZ;AAAA,KAoBY,mBAAA;;KAGA,YAAA;;KAGA,cAAA,GAAiB,iBAAA,CAC3B,IAAA,CAAK,YAAA,QAAoB,iBAAA,gBAEzB,iBAAA,CAAkB,cAAA,CAAe,cAAA,GAAiB,cAAA;EA1BxB,oDA4BxB,MAAA;AAAA;;AAzBJ;;;;;AAGA;;;;;AAWA;;;;;AAGA;;;;;AAGA;;;;;;;;cAqCa,SAAA,EAAW,EAAA,CAAG,cAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/DropDown/index.tsx"],"mappings":";;;;;;;UAQiB,aAAA,SAAsB,cAAA,CAAe,cAAA;EAAvB;;;;;;EAO7B,UAAA;AAAA;AAAA,KAGU,YAAA,GAAe,EAAA,CAAG,aAAA;EAC5B,OAAA,EAAS,EAAA,CAAG,YAAA;EACZ,KAAA,EAAO,EAAA,CAAG,UAAA;AAAA;;;;;;;;;;;;;;;;;;AAiDZ;;;;;AAmBA;;;;;;;;;AA6DA;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/DropDown/index.tsx"],"mappings":";;;;;;;UAQiB,aAAA,SAAsB,cAAA,CAAe,cAAA;EAAvB;;;;;;EAO7B,UAAA;AAAA;AAAA,KAGU,YAAA,GAAe,EAAA,CAAG,aAAA;EAC5B,OAAA,EAAS,EAAA,CAAG,YAAA;EACZ,KAAA,EAAO,EAAA,CAAG,UAAA;AAAA;;;;;;;;;;;;;;;;;;AAiDZ;;;;;AAmBA;;;;;;;;;AA6DA;;;;;AAKA;;;;;AAKA;;;;;cA1Fa,QAAA,EAAU,YAAA;;;;UAmBN,YAAA,SAAqB,OAAA,CAAQ,WAAA;EAuEI;;;;EAlEhD,UAAA;AAAA;;;;KAwDU,aAAA;;;;KAKA,cAAA;;;;UAKK,UAAA,SAAmB,cAAA,CAAe,cAAA;;;;;;EAMjD,WAAA;;;;;;;;EASA,QAAA;;;;;;EAOA,UAAA;;;;;EAMA,UAAA;;;;;EAMA,KAAA,GAAQ,aAAA,MAAmB,aAAA;;;;;EAM3B,MAAA,GAAS,cAAA,MAAoB,cAAA;;;;;;EAO7B,iBAAA;AAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Headers/index.tsx"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Headers/index.tsx"],"mappings":";;;;;AA2EA;KAAY,YAAA,GAAe,cAAA,CAAe,kBAAA;;;;;;EAMxC,WAAA;AAAA;AAyIF;;;;;AAgBA;;;;;AAgBA;;AAhCA,cAAa,EAAA,EAAI,EAAA,CAAG,YAAA;;;AAgDpB;;;;;AAgBA;;;;;cAhDa,EAAA,EAAI,EAAA,CAAG,YAAA;;;;;;;;;;;;;cAgBP,EAAA,EAAI,EAAA,CAAG,YAAA;;;;;;;;;;;;;cAgBP,EAAA,EAAI,EAAA,CAAG,YAAA;;;;;;;;;;;;;cAgBP,EAAA,EAAI,EAAA,CAAG,YAAA;AAAA,cAIP,EAAA,EAAI,EAAA,CAAG,YAAA"}
|
|
@@ -5,8 +5,8 @@ import { VariantProps } from "class-variance-authority";
|
|
|
5
5
|
//#region src/components/Input/Checkbox.d.ts
|
|
6
6
|
declare const checkboxVariants: (props?: {
|
|
7
7
|
variant?: "default";
|
|
8
|
-
size?: "
|
|
9
|
-
color?: "error" | "
|
|
8
|
+
size?: "sm" | "md" | "lg" | "xs";
|
|
9
|
+
color?: "error" | "text" | "success" | "primary" | "secondary" | "neutral" | "custom" | "light" | "dark" | "text-inverse";
|
|
10
10
|
validationStyleEnabled?: "enabled" | "disabled";
|
|
11
11
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
12
12
|
type CheckboxSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.d.ts","names":[],"sources":["../../../../src/components/Input/Input.tsx"],"mappings":";;;;;cAOa,aAAA,GAAa,KAAA;;;;IAiDzB,iCAAA,CAAA,SAAA;AAAA,KAEW,YAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"Input.d.ts","names":[],"sources":["../../../../src/components/Input/Input.tsx"],"mappings":";;;;;cAOa,aAAA,GAAa,KAAA;;;;IAiDzB,iCAAA,CAAA,SAAA;AAAA,KAEW,YAAA;AAAA,KAEA,SAAA;AAAA,KAEA,UAAA,GAAa,IAAA,CACvB,iBAAA,CAAkB,mBAAA,CAAoB,gBAAA,GAAmB,gBAAA;EAGzD,sBAAA;AAAA,IACE,IAAA,CAAK,YAAA,QAAoB,aAAA;AAAA,cAEhB,KAAA,EAAO,EAAA,CAAG,UAAA"}
|
|
@@ -5,8 +5,8 @@ import { VariantProps } from "class-variance-authority";
|
|
|
5
5
|
//#region src/components/Input/Radio.d.ts
|
|
6
6
|
declare const radioVariants: (props?: {
|
|
7
7
|
variant?: "default";
|
|
8
|
-
size?: "
|
|
9
|
-
color?: "error" | "
|
|
8
|
+
size?: "sm" | "md" | "lg" | "xs";
|
|
9
|
+
color?: "error" | "text" | "success" | "primary" | "secondary" | "neutral" | "custom" | "light" | "dark" | "text-inverse";
|
|
10
10
|
validationStyleEnabled?: "enabled" | "disabled";
|
|
11
11
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
12
12
|
type RadioSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
@@ -13,9 +13,9 @@ type LinkRoundedSize = 'none' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl' | 'ful
|
|
|
13
13
|
type LinkSize = 'sm' | 'md' | 'lg' | 'xl' | 'custom';
|
|
14
14
|
type LinkUnderlined = 'default' | 'true' | 'false';
|
|
15
15
|
declare const linkVariants: (props?: {
|
|
16
|
-
variant?: "default" | "
|
|
16
|
+
variant?: "default" | "invisible-link" | "hoverable" | "button" | "button-outlined";
|
|
17
17
|
roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
|
|
18
|
-
color?: "error" | "
|
|
18
|
+
color?: "error" | "text" | "success" | "primary" | "secondary" | "neutral" | "custom" | "light" | "dark" | "text-inverse";
|
|
19
19
|
size?: "sm" | "md" | "lg" | "xl" | "custom";
|
|
20
20
|
underlined?: boolean | "default";
|
|
21
21
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.d.ts","names":[],"sources":["../../../../src/components/Modal/Modal.tsx"],"mappings":";;;;;;AAgBA;KAAY,SAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","names":[],"sources":["../../../../src/components/Modal/Modal.tsx"],"mappings":";;;;;;AAgBA;KAAY,SAAA;AAAA,KAEP,UAAA;EACH,QAAA,EAAU,SAAA;EACV,MAAA;EACA,OAAA;EACA,SAAA,GAAY,WAAA;EACZ,aAAA;EACA,cAAA;EACA,KAAA,GAAQ,SAAA;EACR,IAAA,GAAO,SAAA,MAAe,SAAA;EAAf;;;EAIP,YAAA;AAAA,IACE,OAAA,CACF,IAAA,CACE,cAAA;;;;;;;;;;;;;;;;;;;;;;AA8GJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,KAAA,EAAO,EAAA,CAAG,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.d.ts","names":[],"sources":["../../../../src/components/Pagination/Pagination.tsx"],"mappings":";;;;;cAgBa,kBAAA,GAAkB,KAAA;;;;IA0B9B,iCAAA,CAAA,SAAA;AAAA,KAEW,cAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","names":[],"sources":["../../../../src/components/Pagination/Pagination.tsx"],"mappings":";;;;;cAgBa,kBAAA,GAAkB,KAAA;;;;IA0B9B,iCAAA,CAAA,SAAA;AAAA,KAEW,cAAA;AAAA,KAEA,iBAAA;AAAA,KAEA,eAAA,GAAkB,cAAA,CAAe,cAAA,IAC3C,YAAA,QAAoB,kBAAA;EAClB,WAAA;EACA,UAAA;EACA,YAAA,GAAe,IAAA;EACf,aAAA;EACA,YAAA;EACA,eAAA;EACA,QAAA;AAAA;AAAA,cAwES,UAAA,EAAY,EAAA,CAAG,eAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"mappings":";;;;;;;;AAiBA;;KAAY,qBAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"Select.d.ts","names":[],"sources":["../../../../src/components/Select/Select.tsx"],"mappings":";;;;;;;;AAiBA;;KAAY,qBAAA;AAAA,cAEN,UAAA,EAAU,EAAA,CAAA,eAAA,CAAA,WAAA;AAAA,cACV,WAAA,EAAW,OAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,OAAA,CAAA,aAAA,CAAA,cAAA;AAAA,cACX,WAAA,EAAW,OAAA,CAAA,yBAAA,CAAA,eAAA,CAAA,gBAAA,GAAA,OAAA,CAAA,aAAA,CAAA,eAAA;;;;;;;;;AAFD;;;;;;;;;cAqBV,aAAA,EAAe,EAAA,CACnB,cAAA,QAAsB,eAAA,CAAgB,OAAA;EArBvB;;;;;;AAAA;;;;EAgCb,sBAAA;AAAA;;;;;;;;;cA4DE,oBAAA,EAAsB,EAAA,CAC1B,cAAA,QAAsB,eAAA,CAAgB,cAAA;;AA5FvB;;;;;;;cAiHX,sBAAA,EAAwB,EAAA,CAC5B,cAAA,QAAsB,eAAA,CAAgB,gBAAA;;;;;;;;AAnFd;;;;;;;;;;;cAkHb,aAAA,EAAe,EAAA,CAC1B,cAAA,QAAsB,eAAA,CAAgB,OAAA;;;AAtDc;;;;;;;;;;;;;;AAqDtD;;;;cAsEa,WAAA,EAAa,EAAA,CAAG,cAAA,QAAsB,eAAA,CAAgB,KAAA;;;;;;;;;;AAAnE;;;;;;;cA0BM,UAAA,EAAY,EAAA,CAAG,cAAA,QAAsB,eAAA,CAAgB,IAAA;;;;;;;AAlBzD;;;;;;;;;;;cAwDW,eAAA,EAAiB,EAAA,CAC5B,cAAA,QAAsB,eAAA,CAAgB,SAAA;;;AADxC;KAgBK,UAAA,UAAoB,UAAA;uDAEvB,KAAA,SAAc,WAAA,EAjBd;EAmBA,KAAA,SAAc,WAAA,EApBgB;EAsB9B,OAAA,SAAgB,aAAA,EAtBY;EAwB5B,cAAA,SAAuB,oBAAA,EAvBD;EAyBtB,gBAAA,SAAyB,sBAAA,EAzBsB;EA2B/C,OAAA,SAAgB,aAAA,EAZb;EAcH,KAAA,SAAc,WAAA;EAEd,IAAA,SAAa,UAAA,EAdC;EAgBd,SAAA,SAAkB,eAAA;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4FpB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAa,MAAA,EAAuB,UAAA"}
|
|
@@ -29,7 +29,7 @@ declare const switchSelectorVariant: (props?: {
|
|
|
29
29
|
disabled?: boolean;
|
|
30
30
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
31
31
|
declare const choiceVariant: (props?: {
|
|
32
|
-
size?: "
|
|
32
|
+
size?: "sm" | "md" | "lg" | "xs";
|
|
33
33
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
34
34
|
declare const indicatorVariant: (props?: {
|
|
35
35
|
color?: "error" | "text" | "primary" | "secondary" | "neutral" | "light" | "dark";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VerticalSwitchSelector.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/VerticalSwitchSelector.tsx"],"mappings":";;;;;;
|
|
1
|
+
{"version":3,"file":"VerticalSwitchSelector.d.ts","names":[],"sources":["../../../../src/components/SwitchSelector/VerticalSwitchSelector.tsx"],"mappings":";;;;;;cAWM,6BAAA,GAA6B,KAAA;;;IAuBlC,iCAAA,CAAA,SAAA;AAAA,cAEK,qBAAA,GAAqB,KAAA;;IAc1B,iCAAA,CAAA,SAAA;AAAA,KAmBW,2BAAA,gBACV,uBAAA,CAAwB,CAAA,IACtB,YAAA,QAAoB,6BAAA,IACpB,YAAA,QAAoB,qBAAA;;;;;cAMX,sBAAA,MACX,KAAA,EAAO,2BAAA,CAA4B,CAAA,MAAE,OAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -147,8 +147,8 @@ type TagBorder = 'none' | 'with';
|
|
|
147
147
|
type TagBackground = 'none' | 'with';
|
|
148
148
|
declare const containerVariants: (props?: {
|
|
149
149
|
roundedSize?: "sm" | "md" | "lg" | "xl" | "none" | "full" | "xxl" | "xxxl";
|
|
150
|
-
color?: "error" | "
|
|
151
|
-
size?: "
|
|
150
|
+
color?: "error" | "text" | "success" | "primary" | "neutral" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
|
|
151
|
+
size?: "sm" | "md" | "lg" | "xs" | "xl";
|
|
152
152
|
border?: "with" | "none";
|
|
153
153
|
background?: "with" | "none";
|
|
154
154
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Tag/index.tsx"],"mappings":";;;;;;;;AACmE;;;;;;;;;;;;;;;;;AA+DnE;;;;;AAmCA;;;;;AA0CA;KA3GK,QAAA,GAAW,iBAAA,CAAkB,YAAA,QAAoB,iBAAA,KACpD,cAAA,CAAe,cAAA;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../../../src/components/Tag/index.tsx"],"mappings":";;;;;;;;AACmE;;;;;;;;;;;;;;;;;AA+DnE;;;;;AAmCA;;;;;AA0CA;KA3GK,QAAA,GAAW,iBAAA,CAAkB,YAAA,QAAoB,iBAAA,KACpD,cAAA,CAAe,cAAA;;;;AA2HjB;;;;;AAiBA;;;;;AAA4C;;;;;;;;;;;;;AAsJ5C;KArQY,cAAA;;;;;;;;;;;;;;;;;;;;;;;;;;KAmCA,QAAA;;;;;;;;;;;;;;;;;;;;;;;;KA0CA,OAAA;;;;;;;;;;;;;;;;KAiBA,SAAA;;;;;;;;;;;;;;;;KAiBA,aAAA;AAAA,cAEN,iBAAA,GAAiB,KAAA;;;;;;IA2DrB,iCAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAyFW,GAAA,EAAK,EAAA,CAAG,QAAA"}
|
|
@@ -74,7 +74,7 @@ type AutoSizedTextAreaProps = TextAreaProps & {
|
|
|
74
74
|
* placeholder="Type your message..."
|
|
75
75
|
* autoSize={true}
|
|
76
76
|
* maxRows={8}
|
|
77
|
-
* className="min-h-
|
|
77
|
+
* className="min-h-10"
|
|
78
78
|
* onKeyDown={(e) => {
|
|
79
79
|
* if (e.key === 'Enter' && !e.shiftKey) {
|
|
80
80
|
* e.preventDefault();
|
|
@@ -25,7 +25,7 @@ declare const ToastViewport: FC<ComponentProps<typeof ToastPrimitives.Viewport>>
|
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
declare const toastVariants: (props?: {
|
|
28
|
-
variant?: "
|
|
28
|
+
variant?: "default" | "error" | "success";
|
|
29
29
|
} & _$class_variance_authority_types0.ClassProp) => string;
|
|
30
30
|
/**
|
|
31
31
|
* Toast Component
|