Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"friendly-dolls-raise",
"giant-windows-smoke",
"healthy-chicken-clap",
"honest-animals-stop",
"hot-books-fail",
"itchy-kids-travel",
"itchy-shrimps-help",
Expand Down
2 changes: 1 addition & 1 deletion components/actionbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@spectrum-css/actiongroup": "7.0.0-next.1",
"@spectrum-css/closebutton": "7.0.0-next.1",
"@spectrum-css/fieldlabel": "11.0.0-next.1",
"@spectrum-css/fieldlabel": "11.0.0-next.2",
"@spectrum-css/popover": "9.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.1"
},
Expand Down
10 changes: 10 additions & 0 deletions components/fieldlabel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change log

## 11.0.0-next.2

### Patch Changes

📝 [#3652](https://github.com/adobe/spectrum-css/pull/3652) [`8b4511e`](https://github.com/adobe/spectrum-css/commit/8b4511eb14a8dc586c34719db2efd6f5c542e7b1) Thanks [@cdransf](https://github.com/cdransf)!

#### Fix field label required icon wrapping

Addresses case where fieldlabel required icon could appear on its own line when wrapping by applying text-wrap: pretty; to the parent label class and adding a non-breaking space character between the label content and required marker.

## 11.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion components/fieldlabel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/fieldlabel",
"version": "11.0.0-next.1",
"version": "11.0.0-next.2",
"description": "The Spectrum CSS fieldlabel component",
"license": "Apache-2.0",
"author": "Adobe",
Expand Down
2 changes: 1 addition & 1 deletion components/progressbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
},
"devDependencies": {
"@spectrum-css/fieldlabel": "11.0.0-next.1",
"@spectrum-css/fieldlabel": "11.0.0-next.2",
"@spectrum-css/tokens": "16.1.0-next.1"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion tools/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@spectrum-css/dropindicator": "8.0.0-next.1",
"@spectrum-css/dropzone": "9.0.0-next.3",
"@spectrum-css/fieldgroup": "8.0.0-next.1",
"@spectrum-css/fieldlabel": "11.0.0-next.1",
"@spectrum-css/fieldlabel": "11.0.0-next.2",
"@spectrum-css/floatingactionbutton": "5.0.0-next.0",
"@spectrum-css/form": "2.0.0-next.0",
"@spectrum-css/helptext": "8.0.0-next.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3801,7 +3801,7 @@ __metadata:
dependencies:
"@spectrum-css/actiongroup": "npm:7.0.0-next.1"
"@spectrum-css/closebutton": "npm:7.0.0-next.1"
"@spectrum-css/fieldlabel": "npm:11.0.0-next.1"
"@spectrum-css/fieldlabel": "npm:11.0.0-next.2"
"@spectrum-css/popover": "npm:9.0.0-next.2"
"@spectrum-css/tokens": "npm:16.1.0-next.1"
peerDependencies:
Expand Down Expand Up @@ -4093,7 +4093,7 @@ __metadata:
"@spectrum-css/dropindicator": "npm:8.0.0-next.1"
"@spectrum-css/dropzone": "npm:9.0.0-next.3"
"@spectrum-css/fieldgroup": "npm:8.0.0-next.1"
"@spectrum-css/fieldlabel": "npm:11.0.0-next.1"
"@spectrum-css/fieldlabel": "npm:11.0.0-next.2"
"@spectrum-css/floatingactionbutton": "npm:5.0.0-next.0"
"@spectrum-css/form": "npm:2.0.0-next.0"
"@spectrum-css/helptext": "npm:8.0.0-next.1"
Expand Down Expand Up @@ -4666,7 +4666,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spectrum-css/fieldlabel@npm:11.0.0-next.1, @spectrum-css/fieldlabel@workspace:components/fieldlabel":
"@spectrum-css/fieldlabel@npm:11.0.0-next.2, @spectrum-css/fieldlabel@workspace:components/fieldlabel":
version: 0.0.0-use.local
resolution: "@spectrum-css/fieldlabel@workspace:components/fieldlabel"
dependencies:
Expand Down Expand Up @@ -5124,7 +5124,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@spectrum-css/progressbar@workspace:components/progressbar"
dependencies:
"@spectrum-css/fieldlabel": "npm:11.0.0-next.1"
"@spectrum-css/fieldlabel": "npm:11.0.0-next.2"
"@spectrum-css/tokens": "npm:16.1.0-next.1"
peerDependencies:
"@spectrum-css/fieldlabel": ">=11.0.0-next.0"
Expand Down
Loading