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
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,18 @@
"@spectrum-css/tokens": "16.0.0",
"@spectrum-css/bundle": "1.0.0",
"@spectrum-css/generator": "4.1.0",
"@spectrum-css/ui-icons": "1.1.2"
"@spectrum-css/ui-icons": "1.1.2",
"@spectrum-css/infieldprogresscircle": "0.0.0"
},
"changesets": [
"beige-dragons-tickle",
"chilly-peaches-sniff",
"clean-oranges-smell",
"early-actors-buy",
"eleven-cooks-destroy",
"few-doors-smile",
"few-eels-retire",
"flat-snails-admire",
"fresh-crabs-deliver",
"fresh-seahorses-join",
"friendly-dolls-raise",
Expand All @@ -116,13 +119,16 @@
"metal-fireants-switch",
"modern-chairs-sit",
"nine-kings-repair",
"olive-tools-hang",
"pretty-parents-drum",
"proud-jokes-rule",
"rotten-meals-share",
"serious-clouds-jam",
"small-impalas-search",
"spotty-onions-study",
"strange-glasses-allow",
"tame-bobcats-beam",
"tame-knives-train",
"tame-wasps-shake",
"twenty-ravens-divide",
"twenty-tables-know"
Expand Down
2 changes: 1 addition & 1 deletion .storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@adobe/spectrum-css-workflow-icons": "^4.0.0",
"@spectrum-css/bundle": "1.0.0",
"@spectrum-css/tokens": "16.0.1",
"@spectrum-css/ui-icons": "1.1.2"
"@spectrum-css/ui-icons": "2.0.0-next.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand Down
7 changes: 7 additions & 0 deletions components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 8.0.0-next.0

### Patch Changes

- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
- @spectrum-css/icon@10.0.0-next.0

## 7.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/accordion",
"version": "7.1.0",
"version": "8.0.0-next.0",
"description": "The Spectrum CSS accordion component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -25,7 +25,7 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
"@spectrum-css/icon": ">=10.0.0-next.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -37,7 +37,7 @@
}
},
"devDependencies": {
"@spectrum-css/icon": "9.1.0",
"@spectrum-css/icon": "10.0.0-next.0",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions components/actionbar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 11.0.0-next.0

### Patch Changes

- Updated dependencies []:
- @spectrum-css/closebutton@7.0.0-next.0
- @spectrum-css/fieldlabel@11.0.0-next.0
- @spectrum-css/actiongroup@7.0.0-next.0
- @spectrum-css/popover@9.0.0-next.0

## 10.1.1

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions components/actionbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbar",
"version": "10.1.1",
"version": "11.0.0-next.0",
"description": "The Spectrum CSS actionbar component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -25,10 +25,10 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/actiongroup": ">=6.0.0 <7.0.0",
"@spectrum-css/closebutton": ">=6.0.0 <7.0.0",
"@spectrum-css/fieldlabel": ">=10.0.0 <11.0.0",
"@spectrum-css/popover": ">=8.0.0 <9.0.0",
"@spectrum-css/actiongroup": ">=7.0.0-next.0",
"@spectrum-css/closebutton": ">=7.0.0-next.0",
"@spectrum-css/fieldlabel": ">=11.0.0-next.0",
"@spectrum-css/popover": ">=9.0.0-next.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -49,10 +49,10 @@
}
},
"devDependencies": {
"@spectrum-css/actiongroup": "6.1.0",
"@spectrum-css/closebutton": "6.1.0",
"@spectrum-css/fieldlabel": "10.1.0",
"@spectrum-css/popover": "8.2.0",
"@spectrum-css/actiongroup": "7.0.0-next.0",
"@spectrum-css/closebutton": "7.0.0-next.0",
"@spectrum-css/fieldlabel": "11.0.0-next.0",
"@spectrum-css/popover": "9.0.0-next.0",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions components/actionbutton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 8.0.0-next.0

### Patch Changes

- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
- @spectrum-css/icon@10.0.0-next.0

## 7.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions components/actionbutton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionbutton",
"version": "7.1.1",
"version": "8.0.0-next.0",
"description": "The Spectrum CSS action button component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -25,7 +25,7 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
"@spectrum-css/icon": ">=10.0.0-next.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -38,7 +38,7 @@
},
"devDependencies": {
"@spectrum-css/commons": "11.0.0",
"@spectrum-css/icon": "9.1.0",
"@spectrum-css/icon": "10.0.0-next.0",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions components/actiongroup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 7.0.0-next.0

### Patch Changes

- Updated dependencies []:
- @spectrum-css/actionbutton@8.0.0-next.0

## 7.0.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions components/actiongroup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actiongroup",
"version": "6.1.0",
"version": "7.0.0-next.0",
"description": "The Spectrum CSS actiongroup component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -25,7 +25,7 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/actionbutton": ">=7.0.0 <8.0.0",
"@spectrum-css/actionbutton": ">=8.0.0-next.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -37,7 +37,7 @@
}
},
"devDependencies": {
"@spectrum-css/actionbutton": "7.1.1",
"@spectrum-css/actionbutton": "8.0.0-next.0",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
13 changes: 12 additions & 1 deletion components/actionmenu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 8.0.0-next.0

### Patch Changes

- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
- @spectrum-css/icon@10.0.0-next.0
- @spectrum-css/actionbutton@8.0.0-next.0
- @spectrum-css/menu@10.0.0-next.0
- @spectrum-css/popover@9.0.0-next.0

## 7.1.1

### Patch Changes
Expand Down Expand Up @@ -157,7 +167,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
\*feat!: postcss config build and script; remove gulp (#2466)([b0f337b](https://github.com/adobe/spectrum-css/commit/b0f337b)), closes[#2466](https://github.com/adobe/spectrum-css/issues/2466)

### 🛑 BREAKING CHANGES
- Removes component-builder & component-builder-simple for script leveraging postcss

- Removes component-builder & component-builder-simple for script leveraging postcss

- Imports added to index.css and themes/express.css

Expand Down
18 changes: 9 additions & 9 deletions components/actionmenu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/actionmenu",
"version": "7.1.1",
"version": "8.0.0-next.0",
"description": "The Spectrum CSS actionmenu component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -25,17 +25,17 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/actionbutton": ">=7.0.0 <8.0.0",
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
"@spectrum-css/menu": ">=9.0.0 <10.0.0",
"@spectrum-css/popover": ">=8.0.0 <9.0.0",
"@spectrum-css/actionbutton": ">=8.0.0-next.0",
"@spectrum-css/icon": ">=10.0.0-next.0",
"@spectrum-css/menu": ">=10.0.0-next.0",
"@spectrum-css/popover": ">=9.0.0-next.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
},
"devDependencies": {
"@spectrum-css/actionbutton": "7.1.1",
"@spectrum-css/icon": "9.1.0",
"@spectrum-css/menu": "9.1.0",
"@spectrum-css/popover": "8.2.0",
"@spectrum-css/actionbutton": "8.0.0-next.0",
"@spectrum-css/icon": "10.0.0-next.0",
"@spectrum-css/menu": "10.0.0-next.0",
"@spectrum-css/popover": "9.0.0-next.0",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions components/alertbanner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.0.0-next.0

### Patch Changes

- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
- @spectrum-css/icon@10.0.0-next.0
- @spectrum-css/button@15.0.0-next.0
- @spectrum-css/closebutton@7.0.0-next.0

## 3.1.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions components/alertbanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/alertbanner",
"version": "3.1.0",
"version": "4.0.0-next.0",
"description": "The Spectrum CSS alertbanner component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -25,10 +25,10 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/button": ">=14.0.0 <15.0.0",
"@spectrum-css/closebutton": ">=6.0.0 <7.0.0",
"@spectrum-css/button": ">=15.0.0-next.0",
"@spectrum-css/closebutton": ">=7.0.0-next.0",
"@spectrum-css/divider": ">=5.0.0 <6.0.0",
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
"@spectrum-css/icon": ">=10.0.0-next.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -49,10 +49,10 @@
}
},
"devDependencies": {
"@spectrum-css/button": "14.1.1",
"@spectrum-css/closebutton": "6.1.0",
"@spectrum-css/button": "15.0.0-next.0",
"@spectrum-css/closebutton": "7.0.0-next.0",
"@spectrum-css/divider": "5.1.0",
"@spectrum-css/icon": "9.1.0",
"@spectrum-css/icon": "10.0.0-next.0",
"@spectrum-css/tokens": "16.0.1"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions components/alertdialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.0.0-next.0

### Patch Changes

- Updated dependencies [[`a25e0a9`](https://github.com/adobe/spectrum-css/commit/a25e0a99e5a4736ab4e607e00739343101a2633b)]:
- @spectrum-css/icon@10.0.0-next.0
- @spectrum-css/buttongroup@10.0.0-next.0

## 4.1.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions components/alertdialog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spectrum-css/alertdialog",
"version": "4.1.0",
"version": "5.0.0-next.0",
"description": "The Spectrum CSS alertdialog component",
"license": "Apache-2.0",
"author": "Adobe",
Expand All @@ -25,9 +25,9 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/buttongroup": ">=9.0.0 <10.0.0",
"@spectrum-css/buttongroup": ">=10.0.0-next.0",
"@spectrum-css/divider": ">=5.0.0 <6.0.0",
"@spectrum-css/icon": ">=9.0.0 <10.0.0",
"@spectrum-css/icon": ">=10.0.0-next.0",
"@spectrum-css/modal": ">=7.0.0 <8.0.0",
"@spectrum-css/tokens": ">=16.0.0 <17.0.0",
"@spectrum-css/underlay": ">=6.0.0 <7.0.0"
Expand All @@ -53,9 +53,9 @@
}
},
"devDependencies": {
"@spectrum-css/buttongroup": "9.1.0",
"@spectrum-css/buttongroup": "10.0.0-next.0",
"@spectrum-css/divider": "5.1.0",
"@spectrum-css/icon": "9.1.0",
"@spectrum-css/icon": "10.0.0-next.0",
"@spectrum-css/modal": "7.1.0",
"@spectrum-css/tokens": "16.0.1",
"@spectrum-css/underlay": "6.1.0"
Expand Down
7 changes: 7 additions & 0 deletions components/assetcard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 6.0.0-next.0

### Patch Changes

- Updated dependencies []:
- @spectrum-css/checkbox@11.0.0-next.0

## 5.1.0

### Minor Changes
Expand Down
Loading