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

@spectrum-web-components/accordion

Package Overview
Dependencies
Maintainers
5
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-web-components/accordion - npm Package Compare versions

Comparing version 0.3.3 to 0.4.0

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

# [0.4.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/accordion@0.3.3...@spectrum-web-components/accordion@0.4.0) (2021-03-04)
### Features
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008))
## [0.3.3](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/accordion@0.3.2...@spectrum-web-components/accordion@0.3.3) (2021-02-11)

@@ -8,0 +14,0 @@

14

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.3.3",
"version": "0.4.0",
"description": "",

@@ -30,3 +30,3 @@ "main": "./src/index.js",

".": "./src/index.js",
"./src/": "./src/",
"./src/*": "./src/*",
"./custom-elements.json": "./custom-elements.json",

@@ -59,9 +59,9 @@ "./package.json": "./package.json",

"dependencies": {
"@spectrum-web-components/base": "^0.3.3",
"@spectrum-web-components/icon": "^0.8.3",
"@spectrum-web-components/icons-ui": "^0.5.3",
"@spectrum-web-components/shared": "^0.10.0",
"@spectrum-web-components/base": "^0.4.0",
"@spectrum-web-components/icon": "^0.9.0",
"@spectrum-web-components/icons-ui": "^0.6.0",
"@spectrum-web-components/shared": "^0.11.0",
"tslib": "^2.0.0"
},
"gitHead": "975a9d6bf075d367fbc77c9b5cec4eabce66f6c0"
"gitHead": "aec24bb12d82dea387faa1e6d36dfc7620d230f7"
}
import { CSSResultArray, TemplateResult, PropertyValues } from '@spectrum-web-components/base';
import { Focusable } from '@spectrum-web-components/shared/src/focusable.js';
import '@spectrum-web-components/icon/sp-icon.js';
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron100.js';
/**

@@ -5,0 +5,0 @@ * @element sp-accordion

@@ -15,4 +15,3 @@ /*

import { Focusable } from '@spectrum-web-components/shared/src/focusable.js';
import '@spectrum-web-components/icon/sp-icon.js';
import { Chevron100Icon } from '@spectrum-web-components/icons-ui';
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron100.js';
import chevronIconStyles from '@spectrum-web-components/icon/src/spectrum-icon-chevron.css.js';

@@ -78,5 +77,6 @@ import styles from './accordion-item.css.js';

</button>
<sp-icon id="indicator" class="spectrum-UIIcon-ChevronRight100">
${Chevron100Icon()}
</sp-icon>
<sp-icon-chevron100
id="indicator"
class="spectrum-UIIcon-ChevronRight100"
></sp-icon-chevron100>
</h3>

@@ -83,0 +83,0 @@ <div id="content" role="region" aria-labelledby="header">

@@ -22,4 +22,3 @@ /*

import { Focusable } from '@spectrum-web-components/shared/src/focusable.js';
import '@spectrum-web-components/icon/sp-icon.js';
import { Chevron100Icon } from '@spectrum-web-components/icons-ui';
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron100.js';
import chevronIconStyles from '@spectrum-web-components/icon/src/spectrum-icon-chevron.css.js';

@@ -101,5 +100,6 @@

</button>
<sp-icon id="indicator" class="spectrum-UIIcon-ChevronRight100">
${Chevron100Icon()}
</sp-icon>
<sp-icon-chevron100
id="indicator"
class="spectrum-UIIcon-ChevronRight100"
></sp-icon-chevron100>
</h3>

@@ -106,0 +106,0 @@ <div id="content" role="region" aria-labelledby="header">

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