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

@spectrum-css/actionbutton

Package Overview
Dependencies
Maintainers
4
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-css/actionbutton - npm Package Compare versions

Comparing version 6.1.2 to 6.1.3

11

CHANGELOG.md
# Change Log
## 6.1.3
### Patch Changes
- [#3107](https://github.com/adobe/spectrum-css/pull/3107) [`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2) Thanks [@castastrophe](https://github.com/castastrophe)! - Incorporate glob export for the dist directory in all component packages as well as glob markdown exports (to include both CHANGELOG and READMEs).
Sort keys in the package.json assets.
- Updated dependencies [[`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2)]:
- @spectrum-css/icon@7.1.4
## 6.1.2

@@ -4,0 +15,0 @@

9

package.json
{
"name": "@spectrum-css/actionbutton",
"version": "6.1.2",
"version": "6.1.3",
"description": "The Spectrum CSS action button component",

@@ -18,3 +18,4 @@ "license": "Apache-2.0",

".": "./dist/index.css",
"./CHANGELOG.md": "./CHANGELOG.md",
"./*.md": "./*.md",
"./dist/*": "./dist/*",
"./index-*.css": "./dist/index-*.css",

@@ -27,5 +28,6 @@ "./index.css": "./dist/index.css",

},
"main": "dist/index.css",
"files": [
"dist/*",
"CHANGELOG.md",
"*.md",
"package.json",

@@ -35,3 +37,2 @@ "stories/*",

],
"main": "dist/index.css",
"peerDependencies": {

@@ -38,0 +39,0 @@ "@spectrum-css/icon": ">=7",

import { default as IconStories } from "@spectrum-css/icon/stories/icon.stories.js";
import { disableDefaultModes } from "@spectrum-css/preview/modes";
import { isActive, isDisabled, isEmphasized, isFocused, isHovered, isQuiet, isSelected, size, staticColor } from "@spectrum-css/preview/types";
import { version } from "../package.json";
import pkgJson from "../package.json";
import { ActionButtonGroup, ActionButtons } from "./actionbutton.test.js";

@@ -75,3 +75,3 @@

},
componentVersion: version,
packageJson: pkgJson,
docs: {

@@ -78,0 +78,0 @@ story: {

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