@intlayer/design-system 9.0.0-canary.11 → 9.0.0-canary.13

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.
Files changed (46) hide show
  1. package/dist/esm/api/hooks/organization.mjs +35 -3
  2. package/dist/esm/api/hooks/organization.mjs.map +1 -1
  3. package/dist/esm/api/hooks/project.mjs +13 -1
  4. package/dist/esm/api/hooks/project.mjs.map +1 -1
  5. package/dist/esm/api/index.mjs +2 -2
  6. package/dist/esm/api/useAuth/useOAuth2.mjs +1 -1
  7. package/dist/esm/api/useAuth/useSession.mjs +1 -1
  8. package/dist/esm/components/Form/elements/OTPElement.mjs +1 -1
  9. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -1
  10. package/dist/esm/components/Modal/Modal.mjs +2 -2
  11. package/dist/esm/components/Navbar/MobileNavbar.mjs +1 -1
  12. package/dist/esm/components/Pagination/Pagination.mjs +1 -1
  13. package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
  14. package/dist/esm/components/Tab/Tab.mjs +1 -1
  15. package/dist/esm/components/WithResizer/index.mjs +1 -1
  16. package/dist/esm/components/WithResizer/index.mjs.map +1 -1
  17. package/dist/esm/hooks/index.mjs +8 -8
  18. package/dist/esm/routes.mjs +5 -1
  19. package/dist/esm/routes.mjs.map +1 -1
  20. package/dist/esm/structured-data/buildSoftwareApplicationJsonLd.mjs +23 -4
  21. package/dist/esm/structured-data/buildSoftwareApplicationJsonLd.mjs.map +1 -1
  22. package/dist/types/api/hooks/organization.d.ts +2 -1
  23. package/dist/types/api/hooks/organization.d.ts.map +1 -1
  24. package/dist/types/api/hooks/project.d.ts.map +1 -1
  25. package/dist/types/api/index.d.ts +2 -2
  26. package/dist/types/api/useIntlayerAPI.d.ts +1 -1
  27. package/dist/types/components/Badge/index.d.ts +2 -2
  28. package/dist/types/components/Button/Button.d.ts +5 -5
  29. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +1 -1
  30. package/dist/types/components/Container/index.d.ts +5 -5
  31. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.d.ts +1 -1
  32. package/dist/types/components/Input/Checkbox.d.ts +1 -1
  33. package/dist/types/components/Input/Radio.d.ts +1 -1
  34. package/dist/types/components/Link/Link.d.ts +3 -3
  35. package/dist/types/components/Pagination/Pagination.d.ts +2 -2
  36. package/dist/types/components/SwitchSelector/SwitchSelector.d.ts +2 -2
  37. package/dist/types/components/SwitchSelector/VerticalSwitchSelector.d.ts +1 -1
  38. package/dist/types/components/Tab/Tab.d.ts +1 -1
  39. package/dist/types/components/TabSelector/TabSelector.d.ts +1 -1
  40. package/dist/types/components/Tag/index.d.ts +2 -2
  41. package/dist/types/components/Toaster/Toast.d.ts +1 -1
  42. package/dist/types/routes.d.ts +5 -1
  43. package/dist/types/routes.d.ts.map +1 -1
  44. package/dist/types/structured-data/buildSoftwareApplicationJsonLd.d.ts +24 -8
  45. package/dist/types/structured-data/buildSoftwareApplicationJsonLd.d.ts.map +1 -1
  46. package/package.json +55 -55
@@ -17,6 +17,7 @@ declare const App_Dashboard_Assets_Path: "/assets";
17
17
  declare const App_Pricing_Path: "/pricing";
18
18
  declare const App_Affiliation_Path: "/affiliation";
19
19
  declare const App_Demo_Path: "/demo";
20
+ declare const App_Init_Path: "/init";
20
21
  declare const App_ReviewerMarketplace_Path: "/find-reviewer";
21
22
  declare const App_ReviewerMarketplace_Dashboard_Path: "/find-reviewer/dashboard";
22
23
  declare const App_ReviewerMarketplace_Reviewer_Path: "/find-reviewer/$reviewerId";
@@ -101,6 +102,7 @@ declare const Website_Doc_Search_Path: "/doc/search";
101
102
  declare const Website_Doc_Chat_Path: "/doc/chat";
102
103
  declare const Website_Doc_IntlayerVisualEditor_Path: "/doc/concept/editor";
103
104
  declare const Website_Doc_IntlayerCMS_Path: "/doc/concept/cms";
105
+ declare const Website_Doc_SelfHosting_Path: "/doc/self-hosting";
104
106
  declare const Website_ReleasesV6_Path: "/doc/releases/v6";
105
107
  declare const Website_ReleasesV7_Path: "/doc/releases/v7";
106
108
  declare const Website_ReleasesV8_Path: "/doc/releases/v8";
@@ -165,6 +167,7 @@ declare const Website_Doc_Search: "https://intlayer.org/doc/search";
165
167
  declare const Website_Doc_Chat: "https://intlayer.org/doc/chat";
166
168
  declare const Website_Doc_IntlayerVisualEditor: "https://intlayer.org/doc/concept/editor";
167
169
  declare const Website_Doc_IntlayerCMS: "https://intlayer.org/doc/concept/cms";
170
+ declare const Website_Doc_SelfHosting: "https://intlayer.org/doc/self-hosting";
168
171
  declare const Website_ReleasesV6: "https://intlayer.org/doc/releases/v6";
169
172
  declare const Website_ReleasesV7: "https://intlayer.org/doc/releases/v7";
170
173
  declare const Website_ReleasesV8: "https://intlayer.org/doc/releases/v8";
@@ -261,6 +264,7 @@ declare const Showcase_Submit_Path: "/submit";
261
264
  declare const Showcase_Root: "https://showcase.intlayer.org";
262
265
  declare const Showcase_Submit: "https://showcase.intlayer.org/submit";
263
266
  declare const External_Github: "https://github.com/aymericzip/intlayer";
267
+ declare const External_DockerHub_SelfHost: "https://hub.docker.com/r/aymericzip/intlayer-selfhost";
264
268
  declare const External_Github_i18n_benchmark: "https://github.com/intlayer-org/benchmark-i18n";
265
269
  declare const External_Discord: "https://discord.gg/7uxamYVeCk";
266
270
  declare const External_LinkedIn: "https://www.linkedin.com/company/intlayerorg/";
@@ -277,5 +281,5 @@ declare const External_ExampleIntlayerWithViteAndPreact: "https://github.com/aym
277
281
  declare const External_ExampleIntlayerWithReactNative: "https://github.com/aymericzip/intlayer/tree/main/examples/react-native-app";
278
282
  declare const External_ExampleIntlayerWithExpress: "https://github.com/aymericzip/intlayer/tree/main/examples/express-app";
279
283
  //#endregion
280
- export { App_Admin, App_Admin_Affiliate, App_Admin_Affiliate_Path, App_Admin_Dashboard, App_Admin_Dashboard_Path, App_Admin_Discussions, App_Admin_Discussions_Path, App_Admin_Management, App_Admin_Management_Path, App_Admin_Organizations, App_Admin_Organizations_Path, App_Admin_Path, App_Admin_Projects, App_Admin_Projects_Path, App_Admin_PromoCodes, App_Admin_PromoCodes_Path, App_Admin_Reviewers, App_Admin_Reviewers_Path, App_Admin_Users, App_Admin_Users_Path, App_Affiliation, App_Affiliation_Path, App_Auth_AskResetPassword, App_Auth_AskResetPassword_Path, App_Auth_ChangePassword, App_Auth_ChangePassword_Path, App_Auth_Demo_Path, App_Auth_ResetPassword, App_Auth_ResetPassword_Path, App_Auth_SignIn, App_Auth_SignIn_Path, App_Auth_SignUp, App_Auth_SignUp_Path, App_Auth_TwoFactor, App_Auth_TwoFactor_Path, App_Dashboard, App_Dashboard_Assets_Path, App_Dashboard_Dictionaries, App_Dashboard_Dictionaries_Path, App_Dashboard_Editor, App_Dashboard_Editor_Path, App_Dashboard_IDE, App_Dashboard_IDE_Path, App_Dashboard_Organization, App_Dashboard_Organization_Path, App_Dashboard_Profile, App_Dashboard_Profile_Path, App_Dashboard_Projects, App_Dashboard_Projects_Path, App_Dashboard_Scanner, App_Dashboard_Scanner_Path, App_Dashboard_Tags, App_Dashboard_Tags_Path, App_Dashboard_Translate, App_Dashboard_Translate_Path, App_Demo, App_Demo_Path, App_Domain, App_Home_Path, App_NotFound_Path, App_Onboarding, App_Onboarding_Path, App_Pricing, App_Pricing_Path, App_ReviewerMarketplace, App_ReviewerMarketplace_Dashboard, App_ReviewerMarketplace_Dashboard_Mission_Path, App_ReviewerMarketplace_Dashboard_Path, App_ReviewerMarketplace_Path, App_ReviewerMarketplace_Reviewer_Path, Doc_Blog_Path, Doc_Blog_Root_Path, Doc_Blog_Search_Path, Doc_Blog_What_is_i18n_Path, Doc_CLI_Fill_Path, Doc_CLI_Review_Path, Doc_CLI_Translate_Path, Doc_Chat_Path, Doc_Contributors_Path, Doc_Environment_Adonis_Path, Doc_Environment_Angular_Path, Doc_Environment_Astro_Path, Doc_Environment_CRA_Path, Doc_Environment_Express_Path, Doc_Environment_Fastify_Path, Doc_Environment_Hono_Path, Doc_Environment_Lit_Path, Doc_Environment_Lynx_Path, Doc_Environment_NestJS_Path, Doc_Environment_NextJS_14_Path, Doc_Environment_NextJS_15_Path, Doc_Environment_NextJS_16_Path, Doc_Environment_NextJS_Path, Doc_Environment_Nodejs_Path, Doc_Environment_NuxtAndVue_Path, Doc_Environment_ReactNativeAndExpo_Path, Doc_Environment_Tanstack_Path, Doc_Environment_ViteAndPreact_Path, Doc_Environment_ViteAndReact_Path, Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Doc_Environment_ViteAndReact_ReactRouterV7_Path, Doc_Environment_ViteAndSolid_Path, Doc_Environment_ViteAndSvelte_Path, Doc_Environment_ViteAndVue_Path, Doc_FrequentQuestions_Path, Doc_IntlayerCMS_Path, Doc_IntlayerVisualEditor_Path, Doc_Intlayer_with_Lynx_and_React_Path, Doc_MCP_Path, Doc_Path, Doc_PrivacyPolicy_Path, Doc_ReleasesV6_Path, Doc_ReleasesV7_Path, Doc_ReleasesV8_Path, Doc_Root_Path, Doc_Search_Path, Doc_ShowcaseSubmit_Path, Doc_Showcase_Path, Doc_TermsOfService_Path, Doc_Why_Path, External_AI_Landing_Page, External_Discord, External_ExampleIntlayerWithExpress, External_ExampleIntlayerWithNextjs, External_ExampleIntlayerWithReactJS, External_ExampleIntlayerWithReactNative, External_ExampleIntlayerWithViteAndPreact, External_ExampleIntlayerWithViteAndReact, External_ExampleIntlayerWithViteAndSolid, External_ExampleIntlayerWithViteAndSvelte, External_ExampleIntlayerWithViteAndVue, External_Examples, External_Github, External_Github_i18n_benchmark, External_LinkedIn, External_ShowcaseApp, Showcase_Domain, Showcase_Root, Showcase_Root_Path, Showcase_Submit, Showcase_Submit_Path, Website_Benchmark, Website_Benchmark_NextJS, Website_Benchmark_NextJS_Path, Website_Benchmark_Path, Website_Benchmark_Tanstack, Website_Benchmark_Tanstack_Path, Website_Blog, Website_Blog_Path, Website_Blog_Root, Website_Blog_Root_Path, Website_Blog_Search, Website_Blog_Search_Path, Website_Blog_What_is_i18n, Website_Blog_What_is_i18n_Path, Website_CMS, Website_CMS_Path, Website_Changelog, Website_Changelog_Path, Website_Contributors, Website_Contributors_Path, Website_Demo, Website_Demo_Path, Website_Doc, Website_Doc_CLI_Fill, Website_Doc_CLI_Fill_Path, Website_Doc_CLI_Review, Website_Doc_CLI_Review_Path, Website_Doc_CLI_Translate, Website_Doc_CLI_Translate_Path, Website_Doc_Chat, Website_Doc_Chat_Path, Website_Doc_Environment_Adonis, Website_Doc_Environment_Adonis_Path, Website_Doc_Environment_Angular, Website_Doc_Environment_Angular_Path, Website_Doc_Environment_Astro, Website_Doc_Environment_Astro_Path, Website_Doc_Environment_CRA, Website_Doc_Environment_CRA_Path, Website_Doc_Environment_Express, Website_Doc_Environment_Express_Path, Website_Doc_Environment_Fastify, Website_Doc_Environment_Fastify_Path, Website_Doc_Environment_Hono, Website_Doc_Environment_Hono_Path, Website_Doc_Environment_Lit, Website_Doc_Environment_Lit_Path, Website_Doc_Environment_Lynx, Website_Doc_Environment_Lynx_Path, Website_Doc_Environment_NestJS, Website_Doc_Environment_NestJS_Path, Website_Doc_Environment_NextJS, Website_Doc_Environment_NextJS_14, Website_Doc_Environment_NextJS_14_Path, Website_Doc_Environment_NextJS_15, Website_Doc_Environment_NextJS_15_Path, Website_Doc_Environment_NextJS_16, Website_Doc_Environment_NextJS_16_Path, Website_Doc_Environment_NextJS_Path, Website_Doc_Environment_Nodejs, Website_Doc_Environment_Nodejs_Path, Website_Doc_Environment_NuxtAndVue, Website_Doc_Environment_NuxtAndVue_Path, Website_Doc_Environment_ReactNativeAndExpo, Website_Doc_Environment_ReactNativeAndExpo_Path, Website_Doc_Environment_Tanstack, Website_Doc_Environment_Tanstack_Path, Website_Doc_Environment_ViteAndPreact, Website_Doc_Environment_ViteAndPreact_Path, Website_Doc_Environment_ViteAndReact, Website_Doc_Environment_ViteAndReact_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7_Path, Website_Doc_Environment_ViteAndSolid, Website_Doc_Environment_ViteAndSolid_Path, Website_Doc_Environment_ViteAndSvelte, Website_Doc_Environment_ViteAndSvelte_Path, Website_Doc_Environment_ViteAndVue, Website_Doc_Environment_ViteAndVue_Path, Website_Doc_IntlayerCMS, Website_Doc_IntlayerCMS_Path, Website_Doc_IntlayerVisualEditor, Website_Doc_IntlayerVisualEditor_Path, Website_Doc_Intlayer_with_Lynx_and_React, Website_Doc_Intlayer_with_Lynx_and_React_Path, Website_Doc_MCP, Website_Doc_MCP_Path, Website_Doc_Path, Website_Doc_Root, Website_Doc_Root_Path, Website_Doc_Search, Website_Doc_Search_Path, Website_Doc_Why, Website_Doc_Why_Path, Website_Domain, Website_FrequentQuestions, Website_FrequentQuestions_Path, Website_Home, Website_Home_Path, Website_Markdown_Preview, Website_Markdown_Preview_Path, Website_NotFound, Website_NotFound_Path, Website_Playground, Website_Playground_Path, Website_PrivacyPolicy, Website_PrivacyPolicy_Path, Website_ReleasesV6, Website_ReleasesV6_Path, Website_ReleasesV7, Website_ReleasesV7_Path, Website_ReleasesV8, Website_ReleasesV8_Path, Website_Scanner, Website_Scanner_Path, Website_TMS, Website_TMS_Path, Website_TermsOfService, Website_TermsOfService_Path, Website_Translate, Website_Translate_Path, getAppAdminAffiliateRoute, getAppAdminOrganizationAbsoluteRoute, getAppAdminOrganizationRoute, getAppAdminProjectAbsoluteRoute, getAppAdminProjectRoute, getAppAdminPromoCodeRoute, getAppAdminReviewerRoute, getAppAdminUserAbsoluteRoute, getAppAdminUserRoute, getAppOnboardingFlowAbsoluteRoute, getAppOnboardingFlowRoute, getAppReviewerMissionRoute, getAppReviewerProfileRoute };
284
+ export { App_Admin, App_Admin_Affiliate, App_Admin_Affiliate_Path, App_Admin_Dashboard, App_Admin_Dashboard_Path, App_Admin_Discussions, App_Admin_Discussions_Path, App_Admin_Management, App_Admin_Management_Path, App_Admin_Organizations, App_Admin_Organizations_Path, App_Admin_Path, App_Admin_Projects, App_Admin_Projects_Path, App_Admin_PromoCodes, App_Admin_PromoCodes_Path, App_Admin_Reviewers, App_Admin_Reviewers_Path, App_Admin_Users, App_Admin_Users_Path, App_Affiliation, App_Affiliation_Path, App_Auth_AskResetPassword, App_Auth_AskResetPassword_Path, App_Auth_ChangePassword, App_Auth_ChangePassword_Path, App_Auth_Demo_Path, App_Auth_ResetPassword, App_Auth_ResetPassword_Path, App_Auth_SignIn, App_Auth_SignIn_Path, App_Auth_SignUp, App_Auth_SignUp_Path, App_Auth_TwoFactor, App_Auth_TwoFactor_Path, App_Dashboard, App_Dashboard_Assets_Path, App_Dashboard_Dictionaries, App_Dashboard_Dictionaries_Path, App_Dashboard_Editor, App_Dashboard_Editor_Path, App_Dashboard_IDE, App_Dashboard_IDE_Path, App_Dashboard_Organization, App_Dashboard_Organization_Path, App_Dashboard_Profile, App_Dashboard_Profile_Path, App_Dashboard_Projects, App_Dashboard_Projects_Path, App_Dashboard_Scanner, App_Dashboard_Scanner_Path, App_Dashboard_Tags, App_Dashboard_Tags_Path, App_Dashboard_Translate, App_Dashboard_Translate_Path, App_Demo, App_Demo_Path, App_Domain, App_Home_Path, App_Init_Path, App_NotFound_Path, App_Onboarding, App_Onboarding_Path, App_Pricing, App_Pricing_Path, App_ReviewerMarketplace, App_ReviewerMarketplace_Dashboard, App_ReviewerMarketplace_Dashboard_Mission_Path, App_ReviewerMarketplace_Dashboard_Path, App_ReviewerMarketplace_Path, App_ReviewerMarketplace_Reviewer_Path, Doc_Blog_Path, Doc_Blog_Root_Path, Doc_Blog_Search_Path, Doc_Blog_What_is_i18n_Path, Doc_CLI_Fill_Path, Doc_CLI_Review_Path, Doc_CLI_Translate_Path, Doc_Chat_Path, Doc_Contributors_Path, Doc_Environment_Adonis_Path, Doc_Environment_Angular_Path, Doc_Environment_Astro_Path, Doc_Environment_CRA_Path, Doc_Environment_Express_Path, Doc_Environment_Fastify_Path, Doc_Environment_Hono_Path, Doc_Environment_Lit_Path, Doc_Environment_Lynx_Path, Doc_Environment_NestJS_Path, Doc_Environment_NextJS_14_Path, Doc_Environment_NextJS_15_Path, Doc_Environment_NextJS_16_Path, Doc_Environment_NextJS_Path, Doc_Environment_Nodejs_Path, Doc_Environment_NuxtAndVue_Path, Doc_Environment_ReactNativeAndExpo_Path, Doc_Environment_Tanstack_Path, Doc_Environment_ViteAndPreact_Path, Doc_Environment_ViteAndReact_Path, Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Doc_Environment_ViteAndReact_ReactRouterV7_Path, Doc_Environment_ViteAndSolid_Path, Doc_Environment_ViteAndSvelte_Path, Doc_Environment_ViteAndVue_Path, Doc_FrequentQuestions_Path, Doc_IntlayerCMS_Path, Doc_IntlayerVisualEditor_Path, Doc_Intlayer_with_Lynx_and_React_Path, Doc_MCP_Path, Doc_Path, Doc_PrivacyPolicy_Path, Doc_ReleasesV6_Path, Doc_ReleasesV7_Path, Doc_ReleasesV8_Path, Doc_Root_Path, Doc_Search_Path, Doc_ShowcaseSubmit_Path, Doc_Showcase_Path, Doc_TermsOfService_Path, Doc_Why_Path, External_AI_Landing_Page, External_Discord, External_DockerHub_SelfHost, External_ExampleIntlayerWithExpress, External_ExampleIntlayerWithNextjs, External_ExampleIntlayerWithReactJS, External_ExampleIntlayerWithReactNative, External_ExampleIntlayerWithViteAndPreact, External_ExampleIntlayerWithViteAndReact, External_ExampleIntlayerWithViteAndSolid, External_ExampleIntlayerWithViteAndSvelte, External_ExampleIntlayerWithViteAndVue, External_Examples, External_Github, External_Github_i18n_benchmark, External_LinkedIn, External_ShowcaseApp, Showcase_Domain, Showcase_Root, Showcase_Root_Path, Showcase_Submit, Showcase_Submit_Path, Website_Benchmark, Website_Benchmark_NextJS, Website_Benchmark_NextJS_Path, Website_Benchmark_Path, Website_Benchmark_Tanstack, Website_Benchmark_Tanstack_Path, Website_Blog, Website_Blog_Path, Website_Blog_Root, Website_Blog_Root_Path, Website_Blog_Search, Website_Blog_Search_Path, Website_Blog_What_is_i18n, Website_Blog_What_is_i18n_Path, Website_CMS, Website_CMS_Path, Website_Changelog, Website_Changelog_Path, Website_Contributors, Website_Contributors_Path, Website_Demo, Website_Demo_Path, Website_Doc, Website_Doc_CLI_Fill, Website_Doc_CLI_Fill_Path, Website_Doc_CLI_Review, Website_Doc_CLI_Review_Path, Website_Doc_CLI_Translate, Website_Doc_CLI_Translate_Path, Website_Doc_Chat, Website_Doc_Chat_Path, Website_Doc_Environment_Adonis, Website_Doc_Environment_Adonis_Path, Website_Doc_Environment_Angular, Website_Doc_Environment_Angular_Path, Website_Doc_Environment_Astro, Website_Doc_Environment_Astro_Path, Website_Doc_Environment_CRA, Website_Doc_Environment_CRA_Path, Website_Doc_Environment_Express, Website_Doc_Environment_Express_Path, Website_Doc_Environment_Fastify, Website_Doc_Environment_Fastify_Path, Website_Doc_Environment_Hono, Website_Doc_Environment_Hono_Path, Website_Doc_Environment_Lit, Website_Doc_Environment_Lit_Path, Website_Doc_Environment_Lynx, Website_Doc_Environment_Lynx_Path, Website_Doc_Environment_NestJS, Website_Doc_Environment_NestJS_Path, Website_Doc_Environment_NextJS, Website_Doc_Environment_NextJS_14, Website_Doc_Environment_NextJS_14_Path, Website_Doc_Environment_NextJS_15, Website_Doc_Environment_NextJS_15_Path, Website_Doc_Environment_NextJS_16, Website_Doc_Environment_NextJS_16_Path, Website_Doc_Environment_NextJS_Path, Website_Doc_Environment_Nodejs, Website_Doc_Environment_Nodejs_Path, Website_Doc_Environment_NuxtAndVue, Website_Doc_Environment_NuxtAndVue_Path, Website_Doc_Environment_ReactNativeAndExpo, Website_Doc_Environment_ReactNativeAndExpo_Path, Website_Doc_Environment_Tanstack, Website_Doc_Environment_Tanstack_Path, Website_Doc_Environment_ViteAndPreact, Website_Doc_Environment_ViteAndPreact_Path, Website_Doc_Environment_ViteAndReact, Website_Doc_Environment_ViteAndReact_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes, Website_Doc_Environment_ViteAndReact_ReactRouterV7_FSRoutes_Path, Website_Doc_Environment_ViteAndReact_ReactRouterV7_Path, Website_Doc_Environment_ViteAndSolid, Website_Doc_Environment_ViteAndSolid_Path, Website_Doc_Environment_ViteAndSvelte, Website_Doc_Environment_ViteAndSvelte_Path, Website_Doc_Environment_ViteAndVue, Website_Doc_Environment_ViteAndVue_Path, Website_Doc_IntlayerCMS, Website_Doc_IntlayerCMS_Path, Website_Doc_IntlayerVisualEditor, Website_Doc_IntlayerVisualEditor_Path, Website_Doc_Intlayer_with_Lynx_and_React, Website_Doc_Intlayer_with_Lynx_and_React_Path, Website_Doc_MCP, Website_Doc_MCP_Path, Website_Doc_Path, Website_Doc_Root, Website_Doc_Root_Path, Website_Doc_Search, Website_Doc_Search_Path, Website_Doc_SelfHosting, Website_Doc_SelfHosting_Path, Website_Doc_Why, Website_Doc_Why_Path, Website_Domain, Website_FrequentQuestions, Website_FrequentQuestions_Path, Website_Home, Website_Home_Path, Website_Markdown_Preview, Website_Markdown_Preview_Path, Website_NotFound, Website_NotFound_Path, Website_Playground, Website_Playground_Path, Website_PrivacyPolicy, Website_PrivacyPolicy_Path, Website_ReleasesV6, Website_ReleasesV6_Path, Website_ReleasesV7, Website_ReleasesV7_Path, Website_ReleasesV8, Website_ReleasesV8_Path, Website_Scanner, Website_Scanner_Path, Website_TMS, Website_TMS_Path, Website_TermsOfService, Website_TermsOfService_Path, Website_Translate, Website_Translate_Path, getAppAdminAffiliateRoute, getAppAdminOrganizationAbsoluteRoute, getAppAdminOrganizationRoute, getAppAdminProjectAbsoluteRoute, getAppAdminProjectRoute, getAppAdminPromoCodeRoute, getAppAdminReviewerRoute, getAppAdminUserAbsoluteRoute, getAppAdminUserRoute, getAppOnboardingFlowAbsoluteRoute, getAppOnboardingFlowRoute, getAppReviewerMissionRoute, getAppReviewerProfileRoute };
281
285
  //# sourceMappingURL=routes.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"routes.d.ts","names":[],"sources":["../../src/routes.ts"],"mappings":"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"}
1
+ {"version":3,"file":"routes.d.ts","names":[],"sources":["../../src/routes.ts"],"mappings":"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"}
@@ -12,8 +12,12 @@ type BuildSoftwareApplicationJsonLdParams = {
12
12
  githubUrl?: string; /** Target operating systems (e.g. "Web, iOS, Android"). */
13
13
  operatingSystem?: string; /** `mainEntityOfPage` URL if different from `url`. */
14
14
  mainEntityUrl?: string; /** ISO 8601 publish date string (YYYY-MM-DD). */
15
- datePublished?: string; /** When provided, a free-tier Offer node is added. */
16
- offersPrice?: string;
15
+ datePublished?: string; /** Offer price for the application. Defaults to `'0'` (free tier). */
16
+ offersPrice?: string; /** ISO 4217 currency code for {@link offersPrice}. Defaults to `'USD'`. */
17
+ offersPriceCurrency?: string; /** Aggregate rating value on a 1–5 scale (e.g. `'4.9'`). */
18
+ ratingValue?: string; /** Number of ratings backing {@link ratingValue}. */
19
+ ratingCount?: number; /** Number of written reviews. Defaults to {@link ratingCount}. */
20
+ reviewCount?: number;
17
21
  };
18
22
  /**
19
23
  * Builds a Schema.org SoftwareApplication JSON-LD object.
@@ -34,13 +38,12 @@ declare const buildSoftwareApplicationJsonLd: ({
34
38
  operatingSystem,
35
39
  mainEntityUrl,
36
40
  datePublished,
37
- offersPrice
41
+ offersPrice,
42
+ offersPriceCurrency,
43
+ ratingValue,
44
+ ratingCount,
45
+ reviewCount
38
46
  }: BuildSoftwareApplicationJsonLdParams) => {
39
- offers?: {
40
- '@type': "Offer";
41
- price: string;
42
- priceCurrency: string;
43
- };
44
47
  '@context': "https://schema.org";
45
48
  '@type': "SoftwareApplication";
46
49
  name: string;
@@ -77,6 +80,19 @@ declare const buildSoftwareApplicationJsonLd: ({
77
80
  audienceType: string;
78
81
  };
79
82
  mainEntityOfPage: string;
83
+ offers: {
84
+ '@type': "Offer";
85
+ price: string;
86
+ priceCurrency: string;
87
+ };
88
+ aggregateRating: {
89
+ '@type': "AggregateRating";
90
+ ratingValue: string;
91
+ ratingCount: number;
92
+ reviewCount: number;
93
+ bestRating: number;
94
+ worstRating: number;
95
+ };
80
96
  };
81
97
  //#endregion
82
98
  export { BuildSoftwareApplicationJsonLdParams, buildSoftwareApplicationJsonLd };
@@ -1 +1 @@
1
- {"version":3,"file":"buildSoftwareApplicationJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildSoftwareApplicationJsonLd.ts"],"mappings":";;KAEY,oCAAA;EAAoC,uCAE9C,IAAA,UAF8C;EAI9C,GAAA;EACA,WAAA;EACA,eAAA;EACA,QAAA;EAEA,YAAA,UAEA;EAAA,SAAA,WAIA;EAFA,OAAA,WAMA;EAJA,SAAA,WAQA;EANA,eAAA,WAMW;EAJX,aAAA,WA4EA;EA1EA,aAAA,WAW6C;EAT7C,WAAA;AAAA;;;;;;;cASW,8BAAA;EAAkC,IAAA;EAAA,GAAA;EAAA,WAAA;EAAA,eAAA;EAAA,QAAA;EAAA,YAAA;EAAA,SAAA;EAAA,OAAA;EAAA,SAAA;EAAA,eAAA;EAAA,aAAA;EAAA,aAAA;EAAA;AAAA,GAc5C,oCAAA"}
1
+ {"version":3,"file":"buildSoftwareApplicationJsonLd.d.ts","names":[],"sources":["../../../src/structured-data/buildSoftwareApplicationJsonLd.ts"],"mappings":";;KAEY,oCAAA;EAAoC,uCAE9C,IAAA,UAF8C;EAI9C,GAAA;EACA,WAAA;EACA,eAAA;EACA,QAAA;EAEA,YAAA,UAEA;EAAA,SAAA,WAIA;EAFA,OAAA,WAMA;EAJA,SAAA,WAQA;EANA,eAAA,WAUA;EARA,aAAA,WAYA;EAVA,aAAA,WAUW;EARX,WAAA,WAoGA;EAlGA,mBAAA,WA2B6C;EAzB7C,WAAA,WAyB6C;EAvB7C,WAAA,WAuB6C;EArB7C,WAAA;AAAA;;;;;;;cAqBW,8BAAA;EAAkC,IAAA;EAAA,GAAA;EAAA,WAAA;EAAA,eAAA;EAAA,QAAA;EAAA,YAAA;EAAA,SAAA;EAAA,OAAA;EAAA,SAAA;EAAA,eAAA;EAAA,aAAA;EAAA,aAAA;EAAA,WAAA;EAAA,mBAAA;EAAA,WAAA;EAAA,WAAA;EAAA;AAAA,GAkB5C,oCAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/design-system",
3
- "version": "9.0.0-canary.11",
3
+ "version": "9.0.0-canary.13",
4
4
  "private": false,
5
5
  "description": "Intlayer design system, including UI components used in the Intlayer editor, website, and visual editor/CMS.",
6
6
  "keywords": [
@@ -440,60 +440,60 @@
440
440
  "typecheck_": "tsc --noEmit --project tsconfig.types.json"
441
441
  },
442
442
  "dependencies": {
443
- "@better-auth/passkey": "1.6.22",
444
- "@better-auth/sso": "1.6.22",
445
- "@intlayer/api": "9.0.0-canary.11",
446
- "@intlayer/chokidar": "9.0.0-canary.11",
447
- "@intlayer/config": "9.0.0-canary.11",
448
- "@intlayer/core": "9.0.0-canary.11",
449
- "@intlayer/dictionaries-entry": "9.0.0-canary.11",
450
- "@intlayer/editor-react": "9.0.0-canary.11",
451
- "@intlayer/types": "9.0.0-canary.11",
452
- "@radix-ui/react-dialog": "1.1.17",
453
- "@radix-ui/react-select": "2.3.1",
443
+ "@better-auth/passkey": "1.6.23",
444
+ "@better-auth/sso": "1.6.23",
445
+ "@intlayer/api": "9.0.0-canary.13",
446
+ "@intlayer/config": "9.0.0-canary.13",
447
+ "@intlayer/core": "9.0.0-canary.13",
448
+ "@intlayer/dictionaries-entry": "9.0.0-canary.13",
449
+ "@intlayer/editor-react": "9.0.0-canary.13",
450
+ "@intlayer/engine": "9.0.0-canary.13",
451
+ "@intlayer/types": "9.0.0-canary.13",
452
+ "@radix-ui/react-dialog": "1.1.18",
453
+ "@radix-ui/react-select": "2.3.2",
454
454
  "@radix-ui/react-slot": "1.3.0",
455
- "@radix-ui/react-toast": "1.2.17",
455
+ "@radix-ui/react-toast": "1.2.18",
456
456
  "@tailwindcss/aspect-ratio": "0.4.2",
457
- "@tanstack/query-async-storage-persister": "5.101.0",
458
- "@tanstack/react-query-persist-client": "5.101.0",
459
- "@tanstack/react-virtual": "3.14.4",
460
- "@tiptap/core": "3.26.1",
461
- "@tiptap/extension-character-count": "3.26.1",
462
- "@tiptap/extension-color": "3.26.1",
463
- "@tiptap/extension-highlight": "3.26.1",
464
- "@tiptap/extension-horizontal-rule": "3.26.1",
465
- "@tiptap/extension-image": "3.26.1",
466
- "@tiptap/extension-link": "3.26.1",
467
- "@tiptap/extension-placeholder": "3.26.1",
468
- "@tiptap/extension-task-item": "3.26.1",
469
- "@tiptap/extension-task-list": "3.26.1",
470
- "@tiptap/extension-text-style": "3.26.1",
471
- "@tiptap/extension-underline": "3.26.1",
472
- "@tiptap/extension-youtube": "3.26.1",
473
- "@tiptap/pm": "3.26.1",
474
- "@tiptap/react": "3.26.1",
475
- "@tiptap/starter-kit": "3.26.1",
476
- "@tiptap/suggestion": "3.26.1",
477
- "better-auth": "1.6.22",
457
+ "@tanstack/query-async-storage-persister": "5.101.2",
458
+ "@tanstack/react-query-persist-client": "5.101.2",
459
+ "@tanstack/react-virtual": "3.14.5",
460
+ "@tiptap/core": "3.27.1",
461
+ "@tiptap/extension-character-count": "3.27.1",
462
+ "@tiptap/extension-color": "3.27.1",
463
+ "@tiptap/extension-highlight": "3.27.1",
464
+ "@tiptap/extension-horizontal-rule": "3.27.1",
465
+ "@tiptap/extension-image": "3.27.1",
466
+ "@tiptap/extension-link": "3.27.1",
467
+ "@tiptap/extension-placeholder": "3.27.1",
468
+ "@tiptap/extension-task-item": "3.27.1",
469
+ "@tiptap/extension-task-list": "3.27.1",
470
+ "@tiptap/extension-text-style": "3.27.1",
471
+ "@tiptap/extension-underline": "3.27.1",
472
+ "@tiptap/extension-youtube": "3.27.1",
473
+ "@tiptap/pm": "3.27.1",
474
+ "@tiptap/react": "3.27.1",
475
+ "@tiptap/starter-kit": "3.27.1",
476
+ "@tiptap/suggestion": "3.27.1",
477
+ "better-auth": "1.6.23",
478
478
  "class-variance-authority": "0.7.1",
479
479
  "cmdk": "1.1.1",
480
480
  "cnfast": "^0.0.8",
481
481
  "defu": "6.1.7",
482
- "dompurify": "3.4.10",
483
- "isomorphic-dompurify": "3.17.0",
484
- "react-intlayer": "9.0.0-canary.11",
482
+ "dompurify": "3.4.11",
483
+ "isomorphic-dompurify": "3.18.0",
484
+ "react-intlayer": "9.0.0-canary.13",
485
485
  "react-moveable": "^0.56.0",
486
486
  "rollup-preserve-directives": "1.1.3",
487
487
  "tippy.js": "^6.3.7",
488
488
  "tiptap-extension-code-block-shiki": "^1.2.0",
489
- "tiptap-extension-global-drag-handle": "^0.1.16",
489
+ "tiptap-extension-global-drag-handle": "^0.1.18",
490
490
  "tiptap-markdown": "^0.9.0",
491
491
  "tunnel-rat": "^0.1.2",
492
492
  "zod": "4.4.3"
493
493
  },
494
494
  "devDependencies": {
495
- "@intlayer/backend": "9.0.0-canary.11",
496
- "@shikijs/transformers": "4.2.0",
495
+ "@intlayer/backend": "9.0.0-canary.13",
496
+ "@shikijs/transformers": "4.3.1",
497
497
  "@storybook/addon-a11y": "8.6.14",
498
498
  "@storybook/addon-essentials": "8.6.14",
499
499
  "@storybook/addon-interactions": "8.6.14",
@@ -509,7 +509,7 @@
509
509
  "@storybook/theming": "8.6.14",
510
510
  "@svgr/core": "8.1.0",
511
511
  "@svgr/rollup": "8.1.0",
512
- "@tailwindcss/cli": "4.3.1",
512
+ "@tailwindcss/cli": "4.3.2",
513
513
  "@tailwindcss/vite": "4.3.2",
514
514
  "@testing-library/jest-dom": "6.9.1",
515
515
  "@testing-library/react": "16.3.2",
@@ -522,35 +522,35 @@
522
522
  "@utils/ts-config": "1.0.4",
523
523
  "@utils/ts-config-types": "1.0.4",
524
524
  "fast-glob": "3.3.3",
525
- "intlayer": "9.0.0-canary.11",
525
+ "intlayer": "9.0.0-canary.13",
526
526
  "rimraf": "6.1.3",
527
- "shiki": "4.2.0",
527
+ "shiki": "4.3.1",
528
528
  "storybook": "8.6.17",
529
529
  "tsdown": "0.21.10",
530
530
  "typescript": "6.0.3",
531
- "vite": "8.1.0",
532
- "vite-intlayer": "9.0.0-canary.11",
533
- "vite-plugin-dts": "5.0.2",
531
+ "vite": "8.1.3",
532
+ "vite-intlayer": "9.0.0-canary.13",
533
+ "vite-plugin-dts": "5.0.3",
534
534
  "vitest": "4.1.9"
535
535
  },
536
536
  "peerDependencies": {
537
537
  "@better-fetch/fetch": "1.3.1",
538
538
  "@hookform/resolvers": "5.4.0",
539
- "@intlayer/backend": "9.0.0-canary.11",
539
+ "@intlayer/backend": "9.0.0-canary.13",
540
540
  "@monaco-editor/react": "4.7.0",
541
- "@shikijs/transformers": "4.2.0",
541
+ "@shikijs/transformers": "4.3.1",
542
542
  "@tanstack/react-query": "5.101.2",
543
543
  "@tanstack/react-query-devtools": "5.101.2",
544
- "framer-motion": "12.42.0",
544
+ "framer-motion": "12.42.2",
545
545
  "fuse.js": "7.4.2",
546
- "intlayer": "9.0.0-canary.11",
547
- "lucide-react": "1.22.0",
546
+ "intlayer": "9.0.0-canary.13",
547
+ "lucide-react": "1.23.0",
548
548
  "react": ">=16.0.0",
549
549
  "react-dom": ">=16.0.0",
550
- "react-hook-form": "7.79.0",
551
- "react-intlayer": "9.0.0-canary.11",
552
- "shiki": "4.2.0",
553
- "tailwindcss": "4.3.1"
550
+ "react-hook-form": "7.80.0",
551
+ "react-intlayer": "9.0.0-canary.13",
552
+ "shiki": "4.3.1",
553
+ "tailwindcss": "4.3.2"
554
554
  },
555
555
  "peerDependenciesMeta": {
556
556
  "@intlayer/backend": {