Socket
Socket
Sign inDemoInstall

@bolttech/atoms-accordion

Package Overview
Dependencies
106
Maintainers
8
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.21.1 to 0.22.0

14

package.json
{
"name": "@bolttech/atoms-accordion",
"version": "0.21.1",
"version": "0.22.0",
"main": "./index.cjs",

@@ -8,11 +8,11 @@ "type": "commonjs",

"dependencies": {
"@bolttech/atoms-description-wrapper": "0.18.1",
"@bolttech/atoms-icon": "0.21.2",
"@bolttech/default-theme": "0.0.3",
"@bolttech/frontend-foundations": "0.0.3",
"@bolttech/ui-utils": "0.1.3",
"@bolttech/atoms-description-wrapper": "0.20.0",
"@bolttech/atoms-icon": "0.22.0",
"@bolttech/default-theme": "0.1.0",
"@bolttech/frontend-foundations": "0.2.0",
"@bolttech/ui-utils": "0.2.0",
"react": "18.2.0",
"styled-components": "5.3.6"
"styled-components": "6.1.1"
},
"peerDependencies": {}
}

@@ -1,10 +0,11 @@

declare const AccordionSection: import("styled-components").StyledComponent<"section", import("styled-components").DefaultTheme, {
/// <reference types="react" />
declare const AccordionSection: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {
disabled?: boolean | undefined;
}, never>;
declare const AccordionHeader: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
}>>;
declare const AccordionHeader: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
disabled?: boolean | undefined;
}, never>;
declare const AccordionContent: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
hidden?: boolean | undefined;
}, never>;
}>>;
declare const AccordionContent: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
$hidden?: boolean | undefined;
}>>;
export { AccordionContent, AccordionHeader, AccordionSection };

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc