@spectrum-css/combobox
Advanced tools
Comparing version 4.0.0-s2-foundations.5 to 4.0.0-s2-foundations.6
# Change Log | ||
## 4.0.0-s2-foundations.6 | ||
### Patch Changes | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`4d88749`](https://github.com/adobe/spectrum-css/commit/4d887492f98f1f505535680bfb0baa06d24460a0) Thanks [@pfulton](https://github.com/pfulton)! - Inject missing tokens into theme files and adjust logic in the splitinator tool to replace nested variable references to the new system mappings | ||
- Updated dependencies [[`130e137`](https://github.com/adobe/spectrum-css/commit/130e1372b223641efe0a3a23c83ff1d01a70bf1d), [`4d88749`](https://github.com/adobe/spectrum-css/commit/4d887492f98f1f505535680bfb0baa06d24460a0)]: | ||
- @spectrum-css/tokens@15.0.0-s2-foundations.6 | ||
- @spectrum-css/progresscircle@4.0.0-s2-foundations.6 | ||
- @spectrum-css/pickerbutton@6.0.0-s2-foundations.6 | ||
- @spectrum-css/textfield@8.0.0-s2-foundations.6 | ||
- @spectrum-css/popover@8.0.0-s2-foundations.6 | ||
- @spectrum-css/menu@8.0.0-s2-foundations.6 | ||
## 4.0.0-s2-foundations.5 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@spectrum-css/combobox", | ||
"version": "4.0.0-s2-foundations.5", | ||
"version": "4.0.0-s2-foundations.6", | ||
"description": "The Spectrum CSS combobox component", | ||
@@ -32,2 +32,7 @@ "license": "Apache-2.0", | ||
}, | ||
"peerDependenciesMeta": { | ||
"@spectrum-css/progresscircle": { | ||
"optional": true | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -41,7 +46,2 @@ "@spectrum-css/menu": "workspace:^", | ||
}, | ||
"peerDependenciesMeta": { | ||
"@spectrum-css/progresscircle": { | ||
"optional": true | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -48,0 +48,0 @@ "spectrum", |
@@ -13,2 +13,4 @@ import { Template as FieldLabel } from "@spectrum-css/fieldlabel/stories/template.js"; | ||
import "../index.css"; | ||
import "../themes/express.css"; | ||
import "../themes/legacy.css"; | ||
@@ -84,5 +86,3 @@ export const Template = ({ | ||
name: "field", | ||
value: globals.selectedDay | ||
? new Date(globals.selectedDay).toLocaleDateString(lang) | ||
: undefined, | ||
value: selectedDay, | ||
onclick: function () { | ||
@@ -89,0 +89,0 @@ if (!isOpen) updateArgs({ isOpen: true }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
950
169588