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

@histoire/controls

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@histoire/controls - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/components/design-tokens/HstColorShades.story.vue.d.ts

34

dist/index.d.ts

@@ -86,2 +86,36 @@ import type { App } from 'vue';

}, {}>;
export declare const HstColorShades: import("vue").DefineComponent<{
shades: {
type: import("vue").PropType<Record<string, string>>;
required: true;
};
getName: {
type: import("vue").PropType<(key: string, color: string) => string>;
};
search: {
type: import("vue").PropType<string>;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
shades: {
type: import("vue").PropType<Record<string, string>>;
required: true;
};
getName: {
type: import("vue").PropType<(key: string, color: string) => string>;
};
search: {
type: import("vue").PropType<string>;
};
}>>, {}>;
export declare const HstCopyIcon: import("vue").DefineComponent<{
content: {
type: import("vue").PropType<string>;
required: true;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
content: {
type: import("vue").PropType<string>;
required: true;
};
}>>, {}>;
export declare function registerVueComponents(app: App): void;

29

package.json
{
"name": "@histoire/controls",
"version": "0.2.2",
"version": "0.2.3",
"description": "Prebuilt controls components",

@@ -33,19 +33,24 @@ "license": "MIT",

],
"dependencies": {
"@iconify/vue": "^3.2.1",
"@vueuse/core": "^8.2.5",
"floating-vue": "^2.0.0-beta.14"
},
"devDependencies": {
"@peeky/test": "^0.13.5",
"@types/node": "^17.0.18",
"@types/node": "^17.0.23",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.17",
"@vueuse/core": "^8.1.1",
"autoprefixer": "^10.4.2",
"concurrently": "^7.0.0",
"floating-vue": "^2.0.0-beta.6",
"@vue/test-utils": "^2.0.0-rc.19",
"@vueuse/core": "^8.2.5",
"autoprefixer": "^10.4.4",
"concurrently": "^7.1.0",
"floating-vue": "^2.0.0-beta.14",
"histoire": "^0.2.2",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.5",
"vite": "^2.9.0",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vue": "^3.2.31",
"vue-tsc": "^0.33.0"
"vue-tsc": "^0.33.9"
},

@@ -52,0 +57,0 @@ "scripts": {

@@ -6,2 +6,4 @@ import type { App } from 'vue'

import HstTextareaVue from './components/textarea/HstTextarea.vue'
import HstColorShadesVue from './components/design-tokens/HstColorShades.vue'
import HstCopyIconVue from './components/HstCopyIcon.vue'

@@ -12,2 +14,4 @@ export const HstCheckbox = HstCheckboxVue

export const HstTextarea = HstTextareaVue
export const HstColorShades = HstColorShadesVue
export const HstCopyIcon = HstCopyIconVue

@@ -14,0 +18,0 @@ export function registerVueComponents (app: App) {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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