Skip to content

Commit

Permalink
chore: rebase against main and update components to use prerelease to…
Browse files Browse the repository at this point in the history
…kens
  • Loading branch information
pfulton committed Mar 28, 2024
1 parent 2ab8e3a commit 7c86724
Show file tree
Hide file tree
Showing 85 changed files with 87 additions and 97 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ export default {
},
parameters: {
actions: {
handles: ['click .spectrum-Button'],
},
status: {
type: process.env.MIGRATED_PACKAGES.includes("button")
? "migrated"
: undefined,
handles: ["click .spectrum-Button"],
},
},
tags: ['foundation'],
tags: ["foundation"],
};

export const ButtonDownState = Template.bind({});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ export default {
},
parameters: {
actions: {
handles: ['click input[type="checkbox"]'],
},
status: {
type: process.env.MIGRATED_PACKAGES.includes("checkbox")
? "migrated"
: undefined,
handles: ["click input[type=\"checkbox\"]"],
},
},
tags: ['foundation'],
tags: ["foundation"],
};

export const CheckboxDownState = Template.bind({});
Expand Down
2 changes: 1 addition & 1 deletion components/accordion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/actionbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@spectrum-css/closebutton": ">=4",
"@spectrum-css/fieldlabel": ">=7",
"@spectrum-css/popover": ">=6",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/actionbutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
Expand Down
2 changes: 1 addition & 1 deletion components/actiongroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/actionbutton": ">=5",
"@spectrum-css/tokens": "14.0.0-next.0"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/actionbutton": {
Expand Down
2 changes: 1 addition & 1 deletion components/actionmenu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@spectrum-css/icon": ">=4",
"@spectrum-css/menu": ">=5",
"@spectrum-css/popover": ">=6",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/alertbanner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@spectrum-css/closebutton": ">=4",
"@spectrum-css/divider": ">=2",
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
Expand Down
2 changes: 1 addition & 1 deletion components/alertdialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@spectrum-css/divider": ">=2",
"@spectrum-css/icon": ">=4",
"@spectrum-css/modal": ">=4",
"@spectrum-css/tokens": ">=13",
"@spectrum-css/tokens": "^14.0.0-next.3",
"@spectrum-css/underlay": ">=3"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion components/asset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/assetcard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/checkbox": ">=7",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/checkbox": {
Expand Down
2 changes: 1 addition & 1 deletion components/assetlist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"peerDependencies": {
"@spectrum-css/checkbox": ">=8",
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/checkbox": {
Expand Down
2 changes: 1 addition & 1 deletion components/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"peerDependencies": {
"@spectrum-css/actionbutton": ">=5",
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/actionbutton": {
Expand Down
2 changes: 1 addition & 1 deletion components/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"peerDependencies": {
"@spectrum-css/icon": ">=6",
"@spectrum-css/progresscircle": ">=2",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
Expand Down
2 changes: 1 addition & 1 deletion components/buttongroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/button": ">=11",
"@spectrum-css/tokens": "14.0.0-next.0"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/actionbutton": ">=5",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@spectrum-css/asset": ">=3",
"@spectrum-css/icon": ">=4",
"@spectrum-css/quickaction": ">=3",
"@spectrum-css/tokens": ">=13",
"@spectrum-css/tokens": "^14.0.0-next.3",
"@spectrum-css/typography": ">=4 <=5"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion components/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/clearbutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/closebutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": "^14.0.0-next.0"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"devDependencies": {
"@spectrum-css/commons": "^9.1.4-next.0"
Expand Down
2 changes: 1 addition & 1 deletion components/coachindicator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/coachmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@spectrum-css/buttongroup": ">=6",
"@spectrum-css/menu": ">=5",
"@spectrum-css/popover": ">=6",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/button": {
Expand Down
2 changes: 1 addition & 1 deletion components/colorarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/colorhandle": ">=7",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/colorhandle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"peerDependencies": {
"@spectrum-css/colorloupe": ">=4",
"@spectrum-css/opacitycheckerboard": ">=1",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/colorloupe": {
Expand Down
2 changes: 1 addition & 1 deletion components/colorloupe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/colorslider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"peerDependencies": {
"@spectrum-css/colorhandle": ">=7",
"@spectrum-css/opacitycheckerboard": ">=1",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/colorwheel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@spectrum-css/colorarea": ">=4",
"@spectrum-css/colorhandle": ">=7",
"@spectrum-css/colorloupe": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/colorarea": {
Expand Down
2 changes: 1 addition & 1 deletion components/combobox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@spectrum-css/popover": ">=6",
"@spectrum-css/progresscircle": ">=2",
"@spectrum-css/textfield": ">=6",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/progresscircle": {
Expand Down
2 changes: 1 addition & 1 deletion components/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"main": "index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/contextualhelp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@spectrum-css/actionbutton": ">=5",
"@spectrum-css/link": ">=4",
"@spectrum-css/popover": ">=6",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/link": {
Expand Down
2 changes: 1 addition & 1 deletion components/datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@spectrum-css/pickerbutton": ">=4",
"@spectrum-css/popover": ">=6",
"@spectrum-css/textfield": ">=6",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/dial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@spectrum-css/closebutton": ">=4",
"@spectrum-css/divider": ">=2",
"@spectrum-css/modal": ">=4",
"@spectrum-css/tokens": ">=13",
"@spectrum-css/tokens": "^14.0.0-next.3",
"@spectrum-css/underlay": ">=3"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion components/divider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/dropindicator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/dropzone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@spectrum-css/actionbutton": ">=5",
"@spectrum-css/illustratedmessage": ">=6",
"@spectrum-css/link": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/actionbutton": {
Expand Down
2 changes: 1 addition & 1 deletion components/fieldgroup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@spectrum-css/checkbox": ">=8",
"@spectrum-css/helptext": ">=4",
"@spectrum-css/radio": ">=8",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"peerDependenciesMeta": {
"@spectrum-css/checkbox": {
Expand Down
2 changes: 1 addition & 1 deletion components/fieldlabel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": "^14.0.0-next.0"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/floatingactionbutton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion components/helptext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/icon": ">=4",
"@spectrum-css/tokens": ">=13"
"@spectrum-css/tokens": "^14.0.0-next.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 7c86724

Please sign in to comment.