@mieweb/ui 0.7.0-dev.178 → 0.7.0-dev.180
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.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2853,6 +2853,8 @@ interface CodifyResult {
|
|
|
2853
2853
|
viaAlias: boolean;
|
|
2854
2854
|
/** true when the match came (partly) from the edit-distance typo fallback */
|
|
2855
2855
|
viaFuzzy?: boolean;
|
|
2856
|
+
/** true when the match came from the code itself (query looked like a code) */
|
|
2857
|
+
viaCode?: boolean;
|
|
2856
2858
|
}
|
|
2857
2859
|
|
|
2858
2860
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -2853,6 +2853,8 @@ interface CodifyResult {
|
|
|
2853
2853
|
viaAlias: boolean;
|
|
2854
2854
|
/** true when the match came (partly) from the edit-distance typo fallback */
|
|
2855
2855
|
viaFuzzy?: boolean;
|
|
2856
|
+
/** true when the match came from the code itself (query looked like a code) */
|
|
2857
|
+
viaCode?: boolean;
|
|
2856
2858
|
}
|
|
2857
2859
|
|
|
2858
2860
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mieweb/ui",
|
|
3
|
-
"version": "0.7.0-dev.
|
|
3
|
+
"version": "0.7.0-dev.180",
|
|
4
4
|
"description": "A themeable, accessible React component library built with Tailwind CSS",
|
|
5
5
|
"author": "Medical Informatics Engineering, Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|