@adminide-stack/yantra-help-browser 12.0.16 → 12.0.17
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.
|
@@ -29,7 +29,7 @@ import {jsxs,jsx}from'react/jsx-runtime';import {Link}from'@remix-run/react';imp
|
|
|
29
29
|
className: "mx-auto max-w-xl text-base text-white/50 lg:text-lg",
|
|
30
30
|
children: description
|
|
31
31
|
}), jsxs(Link, {
|
|
32
|
-
to: "/
|
|
32
|
+
to: "/",
|
|
33
33
|
className: "mt-6 inline-flex items-center gap-2 text-sm font-medium text-white/60 transition-colors hover:text-white",
|
|
34
34
|
children: [jsx(Icons.ArrowLeftIcon, {
|
|
35
35
|
className: "h-4 w-4"
|
|
@@ -16,7 +16,7 @@ import {jsxs,jsx}from'react/jsx-runtime';import {PageHero}from'../../components/
|
|
|
16
16
|
children: "Updated and Effective: March 21, 2026"
|
|
17
17
|
}), jsx("p", {
|
|
18
18
|
className: "mb-4 text-foreground",
|
|
19
|
-
children: "This Privacy Policy (\"Policy\") applies to the Yantra platform, including the Yantra web application, Yantra Browser Chrome extension, and related services (together, the \"Platform\"), owned and operated by
|
|
19
|
+
children: "This Privacy Policy (\"Policy\") applies to the Yantra platform, including the Yantra web application, Yantra Browser Chrome extension, and related services (together, the \"Platform\"), owned and operated by CDMBase LLC d/b/a Yantra (\"Yantra,\" \"we,\" or \"us\"). This Policy describes how we collect, use, and disclose your personal information."
|
|
20
20
|
}), jsx("p", {
|
|
21
21
|
className: "mb-8 text-foreground",
|
|
22
22
|
children: "By using the Platform, you consent to our Policy, Terms of Use, and any additional applicable policies and terms we post."
|
|
@@ -409,7 +409,7 @@ import {jsxs,jsx}from'react/jsx-runtime';import {PageHero}from'../../components/
|
|
|
409
409
|
})]
|
|
410
410
|
}), jsxs("p", {
|
|
411
411
|
className: "mt-4 text-sm text-muted-foreground",
|
|
412
|
-
children: ["
|
|
412
|
+
children: ["CDMBase LLC", jsx("br", {}), "d/b/a Yantra"]
|
|
413
413
|
})]
|
|
414
414
|
}), jsxs("section", {
|
|
415
415
|
id: "california",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminide-stack/yantra-help-browser",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.17",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "Yantra App",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"openai": "^4.52.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"common": "
|
|
32
|
+
"common": "12.0.16"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@admin-layout/core": "../../../packages/core",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"typescript": {
|
|
72
72
|
"definition": "lib/index.d.ts"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "94b23f8f7a33f72d29767b3e4e5d1a02c5b87d9b"
|
|
75
75
|
}
|