New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spectrum-css/textfield

Package Overview
Dependencies
Maintainers
4
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spectrum-css/textfield - npm Package Compare versions

Comparing version 8.0.0-s2-foundations.0 to 8.0.0-s2-foundations.1

12

CHANGELOG.md
# Change Log
## 8.0.0-s2-foundations.1
### Minor Changes
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`39bbd6c`](https://github.com/adobe/spectrum-css/commit/39bbd6cbb7eac7c71515ef2417554cb115eba00e) Thanks [@pfulton](https://github.com/pfulton)! - Fixes an issue where vars.css was not being populated with the correct values
### Patch Changes
- Updated dependencies [[`39bbd6c`](https://github.com/adobe/spectrum-css/commit/39bbd6cbb7eac7c71515ef2417554cb115eba00e)]:
- @spectrum-css/helptext@6.0.0-s2-foundations.1
- @spectrum-css/tokens@15.0.0-s2-foundations.1
## 8.0.0-s2-foundations.0

@@ -4,0 +16,0 @@

2

package.json
{
"name": "@spectrum-css/textfield",
"version": "8.0.0-s2-foundations.0",
"version": "8.0.0-s2-foundations.1",
"description": "The Spectrum CSS textfield component",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -0,1 +1,4 @@

import { Template as FieldLabel } from "@spectrum-css/fieldlabel/stories/template.js";
import { Template as Icon } from "@spectrum-css/icon/stories/template.js";
import { Template as ProgressCircle } from "@spectrum-css/progresscircle/stories/template.js";
import { useArgs } from "@storybook/preview-api";

@@ -8,6 +11,2 @@ import { html } from "lit";

import { Template as FieldLabel } from "@spectrum-css/fieldlabel/stories/template.js";
import { Template as Icon } from "@spectrum-css/icon/stories/template.js";
import { Template as ProgressCircle } from "@spectrum-css/progresscircle/stories/template.js";
import "../index.css";

@@ -48,3 +47,3 @@

...globals
}) => {
}, context) => {
const [, updateArgs] = useArgs();

@@ -99,3 +98,3 @@

label: labelText,
}))}
}, context))}
${when(iconName, () => Icon({

@@ -112,3 +111,3 @@ ...globals,

],
}))}
}, context))}
${when(multiline,

@@ -151,5 +150,5 @@ () => html`<textarea

customClasses: customProgressCircleClasses,
}))}
}, context))}
</div>
`;
};

Sorry, the diff of this file is not supported yet

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