Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@slipmatio/ui

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slipmatio/ui - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

./dist/ui.cjs

27

dist/components/SlipmatButton.vue.d.ts

@@ -0,38 +1,29 @@

import type { PropType as __PropType } from 'vue';
declare const _sfc_main: import("vue").DefineComponent<{
icon: {
type: StringConstructor;
type: __PropType<string | undefined>;
required: false;
};
isWorking: {
type: BooleanConstructor;
type: __PropType<boolean | undefined>;
required: false;
};
workingText: {
type: StringConstructor;
type: __PropType<string | undefined>;
required: false;
};
}, {
isPrimary: import("vue").Ref<boolean>;
isSecondary: import("vue").Ref<boolean>;
buttonType: import("vue").Ref<"button" | "submit">;
isFullWidth: import("vue").Ref<boolean>;
attrs: {
[x: string]: unknown;
};
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
icon: {
type: StringConstructor;
type: __PropType<string | undefined>;
required: false;
};
isWorking: {
type: BooleanConstructor;
type: __PropType<boolean | undefined>;
required: false;
};
workingText: {
type: StringConstructor;
type: __PropType<string | undefined>;
required: false;
};
}>>, {
isWorking: boolean;
}, {}>;
}>>, {}, {}>;
export default _sfc_main;
{
"name": "@slipmatio/ui",
"version": "0.0.20",
"version": "0.0.21",
"type": "module",

@@ -24,3 +24,3 @@ "description": "Common UI components for Slipmat.io projects",

"license": "MIT",
"main": "./dist/ui.umd.cjs",
"main": "./dist/ui.cjs",
"module": "./dist/ui.js",

@@ -31,3 +31,3 @@ "types": "./dist/index.d.ts",

"import": "./dist/ui.js",
"require": "./dist/ui.umd.cjs"
"require": "./dist/ui.cjs"
},

@@ -48,3 +48,3 @@ "./style.css": {

"@types/node": "20.3.1",
"@vitejs/plugin-vue": "4.1.0",
"@vitejs/plugin-vue": "4.2.3",
"autoprefixer": "10.4.14",

@@ -55,5 +55,5 @@ "postcss": "8.4.24",

"vite": "4.3.9",
"vite-plugin-dts": "^1.7.3",
"vite-plugin-dts": "2.3.0",
"vue": "3.3.4",
"vue-tsc": "1.4.2"
"vue-tsc": "1.8.1"
},

@@ -60,0 +60,0 @@ "peerDependencies": {

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