@lumiastream/ui 0.0.2-alpha.7 → 0.0.2-alpha.8
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.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ interface LSButtonProps {
|
|
|
16
16
|
/** Primary UI component for user interaction */
|
|
17
17
|
declare const LSButton: ({ primary, size, backgroundColor, label, ...props }: LSButtonProps) => react_jsx_runtime.JSX.Element;
|
|
18
18
|
|
|
19
|
-
declare function allowedVariableCompletion(context: CompletionContext, variables: Record<string, any>, extraOptions
|
|
19
|
+
declare function allowedVariableCompletion(context: CompletionContext, variables: Record<string, any>, extraOptions?: {
|
|
20
20
|
label: string;
|
|
21
21
|
displayLabel: string;
|
|
22
22
|
type: string;
|
package/dist/index.js
CHANGED