@lunariajs/core
Advanced tools
Comparing version 0.0.20 to 0.0.21
# @lunariajs/core | ||
## 0.0.21 | ||
### Patch Changes | ||
- f87f91a: Fix `rootDir` issues | ||
- 1821c06: Allow user labels to include HTML | ||
- 4ad2709: Add new slot options | ||
## 0.0.20 | ||
@@ -4,0 +12,0 @@ |
@@ -148,3 +148,3 @@ { | ||
"type": "string", | ||
"default": "Create page", | ||
"default": "Create file", | ||
"description": "The text for the locale's details create file link" | ||
@@ -179,3 +179,3 @@ }, | ||
"type": "string", | ||
"default": "{missing_emoji} {missing_word} {outdated_emoji} {outdated_word} {done_emoji} {done_word}", | ||
"default": "{missing_emoji} {missing_word} {outdated_emoji} {outdated_word} {done_emoji} {done_word}", | ||
"description": "The dashboard table's summary format. The `{*_emoji}` and `{*_word}` are placeholder values for the status emoji (e.g. '❌') and its word (e.g. 'missing')" | ||
@@ -207,3 +207,3 @@ } | ||
"type": "string", | ||
"default": "", | ||
"default": ".", | ||
"description": "The root directory of the project being tracked, must be set when using a monorepo" | ||
@@ -210,0 +210,0 @@ }, |
import { TemplateResult } from 'lit'; | ||
import { L as LunariaConfig, a as LunariaRendererConfig, F as FileTranslationStatus, D as Dashboard, b as Locale, T as TranslationStatus } from '../shared/core.ef4ed853.js'; | ||
import { L as LunariaConfig, a as LunariaRendererConfig, F as FileTranslationStatus, D as Dashboard, b as Locale, T as TranslationStatus } from '../shared/core.f25c44d9.js'; | ||
import 'zod'; | ||
@@ -4,0 +4,0 @@ |
@@ -1,3 +0,3 @@ | ||
import { c as DictionaryObject, d as LunariaUserRendererConfig, C as CustomComponent, e as CustomStatusComponent } from './shared/core.ef4ed853.js'; | ||
export { A as AugmentedFileData, D as Dashboard, o as DashboardSchema, f as FileContentIndex, g as FileData, F as FileTranslationStatus, h as FrontmatterFromFile, i as FrontmatterProperty, G as GitHubURL, I as IndexData, b as Locale, p as LocaleSchema, L as LunariaConfig, l as LunariaConfigSchema, a as LunariaRendererConfig, m as LunariaRendererConfigSchema, n as LunariaUserConfig, O as OptionalKeys, R as RegExpGroups, T as TranslationStatus, k as customGitHostingOptionsSchema, j as customRoutingStrategyOptionsSchema, r as repositorySchema } from './shared/core.ef4ed853.js'; | ||
import { c as DictionaryObject, d as LunariaUserRendererConfig, C as CustomComponent, e as CustomStatusComponent } from './shared/core.f25c44d9.js'; | ||
export { A as AugmentedFileData, D as Dashboard, o as DashboardSchema, f as FileContentIndex, g as FileData, F as FileTranslationStatus, h as FrontmatterFromFile, i as FrontmatterProperty, G as GitHubURL, I as IndexData, b as Locale, p as LocaleSchema, L as LunariaConfig, l as LunariaConfigSchema, a as LunariaRendererConfig, m as LunariaRendererConfigSchema, n as LunariaUserConfig, O as OptionalKeys, R as RegExpGroups, T as TranslationStatus, k as customGitHostingOptionsSchema, j as customRoutingStrategyOptionsSchema, r as repositorySchema } from './shared/core.f25c44d9.js'; | ||
export { nothing } from 'lit'; | ||
@@ -14,2 +14,4 @@ export { html, svg, unsafeStatic } from 'lit/static-html.js'; | ||
afterTitle?: CustomComponent | undefined; | ||
afterStatusByLocale?: CustomComponent | undefined; | ||
afterStatusByContent?: CustomComponent | undefined; | ||
} | undefined; | ||
@@ -16,0 +18,0 @@ overrides?: { |
{ | ||
"name": "@lunariajs/core", | ||
"type": "module", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Translation management system for open-source projects", | ||
@@ -6,0 +6,0 @@ "types": "./dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
418816
3142