Skip to content

Commit 7815a27

Browse files
pfultoncastastrophe
authored andcommitted
chore: rebase against main and update components to use prerelease tokens
1 parent e4f3d01 commit 7815a27

File tree

85 files changed

+168
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+168
-178
lines changed

.storybook/foundations/down-state/button-down-state.stories.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,10 @@ export default {
1010
},
1111
parameters: {
1212
actions: {
13-
handles: ['click .spectrum-Button'],
14-
},
15-
status: {
16-
type: process.env.MIGRATED_PACKAGES.includes("button")
17-
? "migrated"
18-
: undefined,
13+
handles: ["click .spectrum-Button"],
1914
},
2015
},
21-
tags: ['foundation'],
16+
tags: ["foundation"],
2217
};
2318

2419
export const ButtonDownState = Template.bind({});

.storybook/foundations/down-state/checkbox-down-state.stories.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,10 @@ export default {
1010
},
1111
parameters: {
1212
actions: {
13-
handles: ['click input[type="checkbox"]'],
14-
},
15-
status: {
16-
type: process.env.MIGRATED_PACKAGES.includes("checkbox")
17-
? "migrated"
18-
: undefined,
13+
handles: ["click input[type=\"checkbox\"]"],
1914
},
2015
},
21-
tags: ['foundation'],
16+
tags: ["foundation"],
2217
};
2318

2419
export const CheckboxDownState = Template.bind({});

components/accordion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"peerDependencies": {
3131
"@spectrum-css/icon": ">=4",
32-
"@spectrum-css/tokens": ">=13"
32+
"@spectrum-css/tokens": ">=14.0.0-next.3"
3333
},
3434
"publishConfig": {
3535
"access": "public"

components/actionbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@spectrum-css/closebutton": ">=4",
3333
"@spectrum-css/fieldlabel": ">=7",
3434
"@spectrum-css/popover": ">=6",
35-
"@spectrum-css/tokens": ">=13"
35+
"@spectrum-css/tokens": ">=14.0.0-next.3"
3636
},
3737
"publishConfig": {
3838
"access": "public"

components/actionbutton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"peerDependencies": {
3131
"@spectrum-css/icon": ">=4",
32-
"@spectrum-css/tokens": ">=13"
32+
"@spectrum-css/tokens": ">=14.0.0-next.3"
3333
},
3434
"peerDependenciesMeta": {
3535
"@spectrum-css/icon": {

components/actiongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"peerDependencies": {
3131
"@spectrum-css/actionbutton": ">=5",
32-
"@spectrum-css/tokens": ">=14.0.0-next.0"
32+
"@spectrum-css/tokens": ">=14.0.0-next.3"
3333
},
3434
"peerDependenciesMeta": {
3535
"@spectrum-css/actionbutton": {

components/actionmenu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@spectrum-css/icon": ">=4",
3333
"@spectrum-css/menu": ">=5",
3434
"@spectrum-css/popover": ">=6",
35-
"@spectrum-css/tokens": ">=13"
35+
"@spectrum-css/tokens": ">=14.0.0-next.3"
3636
},
3737
"publishConfig": {
3838
"access": "public"

components/alertbanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@spectrum-css/closebutton": ">=4",
3333
"@spectrum-css/divider": ">=2",
3434
"@spectrum-css/icon": ">=4",
35-
"@spectrum-css/tokens": ">=13"
35+
"@spectrum-css/tokens": ">=14.0.0-next.3"
3636
},
3737
"peerDependenciesMeta": {
3838
"@spectrum-css/icon": {

components/alertdialog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@spectrum-css/divider": ">=2",
3333
"@spectrum-css/icon": ">=4",
3434
"@spectrum-css/modal": ">=4",
35-
"@spectrum-css/tokens": ">=13",
35+
"@spectrum-css/tokens": ">=14.0.0-next.3",
3636
"@spectrum-css/underlay": ">=3"
3737
},
3838
"peerDependenciesMeta": {

components/asset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"adobe"
2929
],
3030
"peerDependencies": {
31-
"@spectrum-css/tokens": ">=13"
31+
"@spectrum-css/tokens": ">=14.0.0-next.3"
3232
},
3333
"publishConfig": {
3434
"access": "public"

0 commit comments

Comments
 (0)