@idealyst/tooling 1.2.29 → 1.2.30
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/analyzer/index.cjs +1 -1
- package/dist/analyzer/index.cjs.map +1 -1
- package/dist/analyzer/index.d.cts +2 -2
- package/dist/analyzer/index.d.ts +2 -2
- package/dist/analyzer/index.js +1 -1
- package/dist/analyzer/index.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/{types-CrlxbLFJ.d.cts → types-CnxJMLD8.d.cts} +1 -1
- package/dist/{types-CrlxbLFJ.d.ts → types-CnxJMLD8.d.ts} +1 -1
- package/dist/vite-plugin.cjs +1 -1
- package/dist/vite-plugin.cjs.map +1 -1
- package/dist/vite-plugin.d.cts +1 -1
- package/dist/vite-plugin.d.ts +1 -1
- package/dist/vite-plugin.js +1 -1
- package/dist/vite-plugin.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { A as AnalysisResult, b as AnalyzerOptions, c as FileInput, F as FileType, I as ImportInfo, P as Platform, d as PrimitiveRule, e as PrimitiveRuleSet, S as Severity, a as Violation, V as ViolationType } from './types-CvIlSIOV.cjs';
|
|
2
2
|
export { BabelThemeKeys, analyzeComponents, analyzeTheme, loadThemeKeys, resetThemeCache } from './analyzer/index.cjs';
|
|
3
|
-
import { C as ComponentRegistry } from './types-
|
|
4
|
-
export { b as ComponentAnalyzerOptions, a as ComponentDefinition, c as ControlledState, I as IdealystDocsPluginOptions, P as PropDefinition, S as SampleProps, T as ThemeValues } from './types-
|
|
3
|
+
import { C as ComponentRegistry } from './types-CnxJMLD8.cjs';
|
|
4
|
+
export { b as ComponentAnalyzerOptions, a as ComponentDefinition, c as ControlledState, I as IdealystDocsPluginOptions, P as PropDefinition, S as SampleProps, T as ThemeValues } from './types-CnxJMLD8.cjs';
|
|
5
5
|
export { generateComponentRegistry, idealystDocsPlugin } from './vite-plugin.cjs';
|
|
6
6
|
export { AnalysisSummary, ComponentLinterOptions, LintIssue, LintIssueType, LintResult, LintSummary, analyzeFiles, analyzePlatformImports, formatLintIssue, formatLintResults, formatViolation, formatViolations, lintComponent, lintComponents, summarizeLintResults, summarizeResults } from './analyzers/index.cjs';
|
|
7
7
|
export { HTML_ELEMENT_NAMES, HTML_INTRINSIC_ELEMENTS, REACT_DOM_PRIMITIVES, REACT_DOM_PRIMITIVE_NAMES, REACT_DOM_RULE_SET, REACT_DOM_SOURCES, REACT_NATIVE_PRIMITIVES, REACT_NATIVE_PRIMITIVE_NAMES, REACT_NATIVE_RULE_SET, REACT_NATIVE_SOURCES, getReactDomPrimitive, getReactNativePrimitive, isHtmlElement, isReactDomPrimitive, isReactNativePrimitive } from './rules/index.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { A as AnalysisResult, b as AnalyzerOptions, c as FileInput, F as FileType, I as ImportInfo, P as Platform, d as PrimitiveRule, e as PrimitiveRuleSet, S as Severity, a as Violation, V as ViolationType } from './types-CvIlSIOV.js';
|
|
2
2
|
export { BabelThemeKeys, analyzeComponents, analyzeTheme, loadThemeKeys, resetThemeCache } from './analyzer/index.js';
|
|
3
|
-
import { C as ComponentRegistry } from './types-
|
|
4
|
-
export { b as ComponentAnalyzerOptions, a as ComponentDefinition, c as ControlledState, I as IdealystDocsPluginOptions, P as PropDefinition, S as SampleProps, T as ThemeValues } from './types-
|
|
3
|
+
import { C as ComponentRegistry } from './types-CnxJMLD8.js';
|
|
4
|
+
export { b as ComponentAnalyzerOptions, a as ComponentDefinition, c as ControlledState, I as IdealystDocsPluginOptions, P as PropDefinition, S as SampleProps, T as ThemeValues } from './types-CnxJMLD8.js';
|
|
5
5
|
export { generateComponentRegistry, idealystDocsPlugin } from './vite-plugin.js';
|
|
6
6
|
export { AnalysisSummary, ComponentLinterOptions, LintIssue, LintIssueType, LintResult, LintSummary, analyzeFiles, analyzePlatformImports, formatLintIssue, formatLintResults, formatViolation, formatViolations, lintComponent, lintComponents, summarizeLintResults, summarizeResults } from './analyzers/index.js';
|
|
7
7
|
export { HTML_ELEMENT_NAMES, HTML_INTRINSIC_ELEMENTS, REACT_DOM_PRIMITIVES, REACT_DOM_PRIMITIVE_NAMES, REACT_DOM_RULE_SET, REACT_DOM_SOURCES, REACT_NATIVE_PRIMITIVES, REACT_NATIVE_PRIMITIVE_NAMES, REACT_NATIVE_RULE_SET, REACT_NATIVE_SOURCES, getReactDomPrimitive, getReactNativePrimitive, isHtmlElement, isReactDomPrimitive, isReactNativePrimitive } from './rules/index.js';
|
package/dist/index.js
CHANGED
|
@@ -212,7 +212,7 @@ function analyzeBaseTheme(varName, imports, values, ctx) {
|
|
|
212
212
|
}
|
|
213
213
|
function getDefaultThemeValues() {
|
|
214
214
|
return {
|
|
215
|
-
intents: ["primary", "success", "
|
|
215
|
+
intents: ["primary", "success", "danger", "warning", "neutral", "info"],
|
|
216
216
|
sizes: {
|
|
217
217
|
button: ["xs", "sm", "md", "lg", "xl"],
|
|
218
218
|
chip: ["xs", "sm", "md", "lg", "xl"],
|