New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lui-ui/lui-vue

Package Overview
Dependencies
Maintainers
3
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lui-ui/lui-vue - npm Package Compare versions

Comparing version 0.61.0 to 0.62.0

1

dist/components/Button/button-types.d.ts
export type ButtonTag = "button" | "div";
export type Size = "xs" | "sm" | "md" | "lg" | "xl";

4

dist/components/Button/LuiButton.vue.d.ts
import type { PropType } from "vue";
import type { ButtonTag } from "./button-types";
import type { Variant, Filter, Rounded, Block, Color, Size } from "@/globals/types";
import type { ButtonTag, Size } from "./button-types";
import type { Variant, Filter, Rounded, Block, Color } from "@/globals/types";
declare const _sfc_main: import("vue").DefineComponent<{

@@ -5,0 +5,0 @@ tag: {

@@ -136,3 +136,3 @@ import type { PropType } from "vue";

size: {
type: PropType<Size>;
type: PropType<import("../Button/button-types").Size>;
default: string;

@@ -173,3 +173,3 @@ };

size: {
type: PropType<Size>;
type: PropType<import("../Button/button-types").Size>;
default: string;

@@ -189,3 +189,3 @@ };

color: Color;
size: Size;
size: import("../Button/button-types").Size;
rounded: Rounded;

@@ -192,0 +192,0 @@ block: Block;

@@ -43,3 +43,3 @@ import type { PropType } from "vue";

size: {
type: PropType<Size>;
type: PropType<import("../Button/button-types").Size>;
default: string;

@@ -80,3 +80,3 @@ };

size: {
type: PropType<Size>;
type: PropType<import("../Button/button-types").Size>;
default: string;

@@ -96,3 +96,3 @@ };

color: import("@/globals/types").Color;
size: Size;
size: import("../Button/button-types").Size;
rounded: import("@/globals/types").Rounded;

@@ -99,0 +99,0 @@ block: import("@/globals/types").Block;

{
"name": "@lui-ui/lui-vue",
"version": "0.61.0",
"version": "0.62.0",
"scripts": {

@@ -5,0 +5,0 @@ "dev": "vite",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc