Socket
Socket
Sign inDemoInstall

@avsync.live/formation

Package Overview
Dependencies
Maintainers
1
Versions
406
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avsync.live/formation - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

5

dist/cjs/components/Navigation/Navigation.d.ts

@@ -1,2 +0,2 @@

/// <reference types="react" />
import React from 'react';
import { Navs } from '../../internal';

@@ -6,4 +6,5 @@ interface Props {

navLogoSrc: string;
children: React.ReactNode;
}
export declare const Navigation: ({ navs, navLogoSrc }: Props) => JSX.Element;
export declare const Navigation: ({ navs, navLogoSrc, children }: Props) => JSX.Element;
export {};

@@ -1,2 +0,2 @@

/// <reference types="react" />
import React from 'react';
import { Navs } from '../../internal';

@@ -6,4 +6,5 @@ interface Props {

navLogoSrc: string;
children: React.ReactNode;
}
export declare const Navigation: ({ navs, navLogoSrc }: Props) => JSX.Element;
export declare const Navigation: ({ navs, navLogoSrc, children }: Props) => JSX.Element;
export {};

3

dist/index.d.ts

@@ -408,5 +408,6 @@ /// <reference types="react" />

navLogoSrc: string;
children: React__default.ReactNode;
}
declare const Navigation: ({ navs, navLogoSrc }: Props) => JSX.Element;
declare const Navigation: ({ navs, navLogoSrc, children }: Props) => JSX.Element;
export { Article, ArticlePreview, AspectRatio, Auth, Box, Break, Button, ColorPicker, DateAndTimePicker, DatePicker, Dropdown, Empty, Gap, Grid, HamburgerMenu, Icon, LineBreak, ListEditor, LoadingSpinner, Location, NavHeader, Navigation, Notification, NumberRange, NumberSlider, Page, Radio, Ripple, Search, Select, Sidebar, Spacer, StyleHTML, Tabs, Tags, TextInput, TimePicker, TimeZone, useBreakpoint, useOnClickOutside, useScrollTo };

@@ -7,3 +7,3 @@ {

},
"version": "0.9.1",
"version": "0.9.2",
"description": "A component library utilizing React, Styled Components, and CSS variables.",

@@ -45,4 +45,4 @@ "keywords": [

"test": "jest",
"storybook": "start-storybook -p 6006",
"storybook-publish": "build-storybook && gh-pages -d storybook-static"
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
"storybook-publish": "NODE_OPTIONS=--openssl-legacy-provider build-storybook && gh-pages -d storybook-static"
},

@@ -49,0 +49,0 @@ "author": "AVsync.LIVE LLC",

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

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc