Socket
Socket
Sign inDemoInstall

@spectrum-css/stepper

Package Overview
Dependencies
5
Maintainers
4
Versions
158
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.3 to 5.0.4

7

CHANGELOG.md

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

<a name="5.0.4"></a>
##5.0.4
🗓
2023-11-15 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/stepper@5.0.2...@spectrum-css/stepper@5.0.4)
**Note:** Version bump only for package @spectrum-css/stepper
<a name="5.0.3"></a>

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

16

package.json
{
"name": "@spectrum-css/stepper",
"version": "5.0.3",
"version": "5.0.4",
"description": "The Spectrum CSS stepper component",

@@ -27,8 +27,8 @@ "license": "Apache-2.0",

"devDependencies": {
"@spectrum-css/actionbutton": "^5.0.14",
"@spectrum-css/component-builder-simple": "^2.0.18",
"@spectrum-css/icon": "^4.0.4",
"@spectrum-css/infieldbutton": "^4.0.3",
"@spectrum-css/textfield": "^6.0.27",
"@spectrum-css/tokens": "^13.0.3",
"@spectrum-css/actionbutton": "^5.0.15",
"@spectrum-css/component-builder-simple": "^3.0.0",
"@spectrum-css/icon": "^4.0.5",
"@spectrum-css/infieldbutton": "^4.0.4",
"@spectrum-css/textfield": "^6.0.28",
"@spectrum-css/tokens": "^13.0.4",
"gulp": "^4.0.0"

@@ -39,3 +39,3 @@ },

},
"gitHead": "4cdaa2684ab4503a05e6ae5e6f98d2e5e5387344"
"gitHead": "310afcdd3ed5618c187588214b0cf26f711fb779"
}
import { html } from "lit";
import { classMap } from "lit/directives/class-map.js";
import { ifDefined } from "lit/directives/if-defined.js";
import { styleMap } from "lit/directives/style-map.js";
import { ifDefined } from "lit/directives/if-defined.js";
import { Template as InfieldButton } from "@spectrum-css/infieldbutton/stories/template.js";
import { Template as Textfield } from "@spectrum-css/textfield/stories/template.js";
import { Template as InfieldButton } from "@spectrum-css/infieldbutton/stories/template.js";

@@ -77,2 +77,3 @@ import "../index.css";

isQuiet,
id: id ? `${id}-input` : undefined,
customClasses: [`${rootClass}-textfield`],

@@ -79,0 +80,0 @@ customInputClasses: [`${rootClass}-input`],

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