anymorph 0.10.0 → 0.11.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/index.js +17 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12242,6 +12242,17 @@ var require_src = __commonJS({
|
|
|
12242
12242
|
reason: "CTA renders title + description side-by-side with the button; missing description leaves the column empty."
|
|
12243
12243
|
})
|
|
12244
12244
|
});
|
|
12245
|
+
var CMS_RELATED_CONTENT_TITLE_BY_LANG2 = Object.freeze({
|
|
12246
|
+
en: "Related reading",
|
|
12247
|
+
ko: "\uD568\uAED8 \uC77D\uC73C\uBA74 \uC88B\uC740 \uAE00",
|
|
12248
|
+
ja: "\u95A2\u9023\u8A18\u4E8B",
|
|
12249
|
+
zh: "\u76F8\u5173\u9605\u8BFB",
|
|
12250
|
+
"zh-TW": "\u76F8\u95DC\u95B1\u8B80",
|
|
12251
|
+
th: "\u0E1A\u0E17\u0E04\u0E27\u0E32\u0E21\u0E17\u0E35\u0E48\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E02\u0E49\u0E2D\u0E07"
|
|
12252
|
+
});
|
|
12253
|
+
function getCmsRelatedContentTitle2(lang) {
|
|
12254
|
+
return CMS_RELATED_CONTENT_TITLE_BY_LANG2[lang] ?? CMS_RELATED_CONTENT_TITLE_BY_LANG2.en;
|
|
12255
|
+
}
|
|
12245
12256
|
function validateCmsMdxComponentContracts2(mdx) {
|
|
12246
12257
|
const issues = [];
|
|
12247
12258
|
checkReservedComponents(mdx, issues);
|
|
@@ -13451,7 +13462,9 @@ var require_src = __commonJS({
|
|
|
13451
13462
|
normalizeCmsThemeTokens: cmsThemeTokens.normalizeCmsThemeTokens,
|
|
13452
13463
|
validateCmsThemeTokens: cmsThemeTokens.validateCmsThemeTokens,
|
|
13453
13464
|
CMS_MDX_COMPONENT_CONTRACTS: CMS_MDX_COMPONENT_CONTRACTS2,
|
|
13454
|
-
validateCmsMdxComponentContracts: validateCmsMdxComponentContracts2
|
|
13465
|
+
validateCmsMdxComponentContracts: validateCmsMdxComponentContracts2,
|
|
13466
|
+
CMS_RELATED_CONTENT_TITLE_BY_LANG: CMS_RELATED_CONTENT_TITLE_BY_LANG2,
|
|
13467
|
+
getCmsRelatedContentTitle: getCmsRelatedContentTitle2
|
|
13455
13468
|
};
|
|
13456
13469
|
}
|
|
13457
13470
|
});
|
|
@@ -22463,6 +22476,8 @@ var normalizeCmsThemeTokens = import_index2.default.normalizeCmsThemeTokens;
|
|
|
22463
22476
|
var validateCmsThemeTokens = import_index2.default.validateCmsThemeTokens;
|
|
22464
22477
|
var CMS_MDX_COMPONENT_CONTRACTS = import_index2.default.CMS_MDX_COMPONENT_CONTRACTS;
|
|
22465
22478
|
var validateCmsMdxComponentContracts = import_index2.default.validateCmsMdxComponentContracts;
|
|
22479
|
+
var CMS_RELATED_CONTENT_TITLE_BY_LANG = import_index2.default.CMS_RELATED_CONTENT_TITLE_BY_LANG;
|
|
22480
|
+
var getCmsRelatedContentTitle = import_index2.default.getCmsRelatedContentTitle;
|
|
22466
22481
|
var reasonTagSchema = import_index2.default.reasonTagSchema;
|
|
22467
22482
|
var reasonClassSchema = import_index2.default.reasonClassSchema;
|
|
22468
22483
|
var REASON_TAG_CLASS = import_index2.default.REASON_TAG_CLASS;
|
|
@@ -46683,7 +46698,7 @@ function printScaffoldError(prefix, err) {
|
|
|
46683
46698
|
|
|
46684
46699
|
// src/index.ts
|
|
46685
46700
|
var program2 = new Command();
|
|
46686
|
-
program2.name("anymorph").description("Check AI visibility and run local GEO strategy workflows").version("0.
|
|
46701
|
+
program2.name("anymorph").description("Check AI visibility and run local GEO strategy workflows").version("0.11.0");
|
|
46687
46702
|
program2.command("login").description("Sign in to your Anymorph account").addHelpText(
|
|
46688
46703
|
"after",
|
|
46689
46704
|
`
|