@spectrum-css/textfield
Advanced tools
Comparing version 8.0.0-s2-foundations.0 to 8.0.0-s2-foundations.1
# 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 @@ |
{ | ||
"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
153320