Skip to content

Commit cfa0583

Browse files
committed
docs(picker): docs and changelog wording update
1 parent 0d70b04 commit cfa0583

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.changeset/hot-books-fail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Picker now uses Spectrum 2 tokens and specifications. A few notable changes:
77
- The mod custom property `--mod-line-height-100` has been renamed to `--mod-button-line-height`.
88
- The mod custom property `--mod-sans-font-family-stack` has been renamed to `--mod-button-font-family`.
99
- The mod custom property `--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration`.
10-
- The mod custom property `--mod-picker-spacing-text-to-alert-icon-inline-start` has been renamed to `--mod-picker-spacing-text-to-alert-icon-inline-start`. This removed the fallback tha was marked as deprecated in a previous version.
10+
- The mod custom property `--mod-picker-spacing-text-to-alert-icon-inline-start` has been renamed to `--mod-picker-spacing-text-to-icon-inline-end`. This removed the fallback that was marked as deprecated in a previous version.

components/picker/metadata/picker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sections:
1313
- The mod custom property `--mod-line-height-100` has been renamed to `--mod-button-line-height`.
1414
- The mod custom property `--mod-sans-font-family-stack` has been renamed to `--mod-button-font-family`.
1515
- The mod custom property `--mod-animation-duration-100` has been renamed to `--mod-button-animation-duration`.
16-
- The deprecated mod custom property `--mod-picker-spacing-text-to-alert-icon-inline-start` was removed. This was replaced with `--mod-picker-spacing-text-to-alert-icon-inline-start`.
16+
- The mod custom property `--mod-picker-spacing-text-to-alert-icon-inline-start` has been renamed to `--mod-picker-spacing-text-to-icon-inline-end`. This removed the fallback that was marked as deprecated in a previous version.
1717
1818
### Versions prior to 8.0
1919
#### Component renamed

components/picker/stories/picker.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default {
8585
},
8686
isQuiet: {
8787
name: "Quiet styling",
88-
description: "An alternative way to display the Picker, which has no visible background.",
88+
description: "An alternative way to display the Picker without a visible background.",
8989
type: { name: "boolean" },
9090
table: {
9191
type: { summary: "boolean" },

0 commit comments

Comments
 (0)