Socket
Socket
Sign inDemoInstall

@spectrum-css/actionbutton

Package Overview
Dependencies
Maintainers
4
Versions
171
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 5.0.16 to 5.0.17

project.json

7

CHANGELOG.md

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

<a name="5.0.17"></a>
##5.0.17
🗓
2023-12-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/actionbutton@5.0.16...@spectrum-css/actionbutton@5.0.17)
**Note:** Version bump only for package @spectrum-css/actionbutton
<a name="5.0.16"></a>

@@ -8,0 +15,0 @@ ##5.0.16

8

dist/mods.json

@@ -50,4 +50,8 @@ {

"--mod-actionbutton-min-width",
"--mod-actionbutton-text-to-visual"
"--mod-actionbutton-static-content-color",
"--mod-actionbutton-text-to-visual",
"--mod-animation-duration-100",
"--mod-line-height-100",
"--mod-sans-font-family-stack"
]
}
}

@@ -50,2 +50,6 @@ | Modifiable Custom Properties |

| `--mod-actionbutton-min-width` |
| `--mod-actionbutton-static-content-color` |
| `--mod-actionbutton-text-to-visual` |
| `--mod-animation-duration-100` |
| `--mod-line-height-100` |
| `--mod-sans-font-family-stack` |
{
"name": "@spectrum-css/actionbutton",
"version": "5.0.16",
"version": "5.0.17",
"description": "The Spectrum CSS action button component",

@@ -17,5 +17,2 @@ "license": "Apache-2.0",

"main": "dist/index-vars.css",
"scripts": {
"build": "gulp"
},
"peerDependencies": {

@@ -25,7 +22,9 @@ "@spectrum-css/icon": ">=4",

},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
"optional": true
}
},
"devDependencies": {
"@spectrum-css/component-builder-simple": "^3.0.1",
"@spectrum-css/icon": "^4.0.5",
"@spectrum-css/tokens": "^13.0.5",
"gulp": "^4.0.0"
"@spectrum-css/commons": "^9.0.1"
},

@@ -35,3 +34,3 @@ "publishConfig": {

},
"gitHead": "5dcdae6da88c6ecc95b3696f044d93f2732096e6"
"gitHead": "e978397c22cf2813262f5a326491f5e485adff03"
}

@@ -7,3 +7,3 @@ import { html } from "lit";

import { default as IconStories } from "@spectrum-css/icon";
import { default as IconStories } from "@spectrum-css/icon/stories/icon.stories.js";

@@ -10,0 +10,0 @@ export const argTypes = {

@@ -9,6 +9,9 @@ import { html } from "lit";

import "../index.css";
/**
* @todo load order should not influence the icon size but it is; fix this
*/
import { Template as Icon } from "@spectrum-css/icon/stories/template.js";
import "../index.css";
export const Template = ({

@@ -15,0 +18,0 @@ rootClass = "spectrum-ActionButton",

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