Socket
Socket
Sign inDemoInstall

@microsoft/arbutus.accordion

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/arbutus.accordion - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

lib/accordion-item/accordion-item.types.d.ts

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

export declare type AccordionItemProps = {
import type { ReactNode } from 'react';
export type AccordionItemProps = {
/**

@@ -14,3 +15,4 @@ * Consumer-provided class name.

initial?: 'collapsed' | 'expanded';
children?: ReactNode | undefined;
};
//# sourceMappingURL=accordion-item.types.d.ts.map

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

import type { FC } from 'react';
import type { FC, ReactNode } from 'react';
export declare const SlideMotion: FC<{

@@ -7,2 +7,3 @@ initial: 'expanded' | 'collapsed';

className?: string;
children?: ReactNode | undefined;
}>;

@@ -12,3 +13,4 @@ export declare const FadeMotion: FC<{

className?: string;
children?: ReactNode | undefined;
}>;
//# sourceMappingURL=motion.d.ts.map

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

export declare type AccordionListProps = {
import type { ReactNode } from 'react';
export type AccordionListProps = {
/**

@@ -6,3 +7,4 @@ * Consumer-provided class name.

className?: string;
children?: ReactNode | undefined;
};
//# sourceMappingURL=accordion-list.types.d.ts.map
{
"name": "@microsoft/arbutus.accordion",
"version": "0.0.3",
"version": "0.0.4",
"description": "Accordion list component.",

@@ -24,5 +24,6 @@ "main": "lib/index.js",

"dependencies": {
"@microsoft/arbutus.icon": "0.0.3",
"@microsoft/arbutus.icon": "0.0.4",
"@microsoft/arbutus.text": "0.0.6",
"@fluentui/react-theme": "^9.1.0",
"@griffel/react": "^1.3.1",
"@griffel/react": "^1.5.2",
"framer-motion": "^6.3.12",

@@ -32,5 +33,5 @@ "nanoid": "^4.0.0"

"devDependencies": {
"@microsoft/arbutus.ts": "0.0.1",
"typescript": "^4.8.2"
"@microsoft/arbutus.ts": "0.0.2",
"typescript": "^4.9.4"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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