Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(actionbar): new s2 migration #3657

Open
wants to merge 2 commits into
base: spectrum-two
Choose a base branch
from

Conversation

aramos-adobe
Copy link
Contributor

Actionbar S2 Migration

Action bar now has some updated colors, corner radius, icons and outline has been removed. The default and emphasized variant now have a light and dark mode theme.

The emphasized variant has visibily changed from blue to gray.

New tokens

--spectrum-actionbar-emphasized-actionbutton-label-color
--spectrum-actionbar-emphasized-icon-color
--spectrum-actionbar-minimum-width
--spectrum-actionbar-spacing-label-to-actiongroup
--spectrum-actionbar-spacing-action-group-edge

New mods

--mod-actionbar-minimum-width
--mod-actionbar-spacing-action-group-edge
--mod-actionbar-spacing-label-to-actiongroup

How and where has this been tested?

Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.

Validation steps

  • S2 color and layout tokens are corrent

Regression testing

Validate:

  1. The documentation pages for at least two other components are still loading, including:
  • The pages render correctly, are accessible, and are responsive.
  1. If components have been modified, VRTs have been run on this branch:
  • VRTs have been run and looked at.
  • Any VRT changes have been accepted (by reviewer and/or PR author), or there are no changes.

Screenshots

To-do list

  • I have read the contribution guidelines.
  • I have updated relevant storybook stories and templates.
  • I have tested these changes in Windows High Contrast mode.
  • If my change impacts other components, I have tested to make sure they don't break.
  • If my change impacts documentation, I have updated the documentation accordingly.
  • ✨ This pull request is ready to merge. ✨

Copy link

changeset-bot bot commented Apr 4, 2025

🦋 Changeset detected

Latest commit: 0e43d2d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@spectrum-css/actionbar Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@aramos-adobe aramos-adobe self-assigned this Apr 4, 2025
@aramos-adobe aramos-adobe added size-5 L ~30-42hrs; lots of effort or complexity, most of a sprint needed to complete. ready-for-review S2 Spectrum 2 labels Apr 4, 2025
--spectrum-actionbar-emphasized-item-counter-color: var(--spectrum-white);
--spectrum-actionbar-emphasized-background-color: var(--spectrum-neutral-content-color-default);
--spectrum-actionbar-emphasized-item-counter-color: var(--spectrum-gray-25);
--spectrum-actionbar-emphasized-actionbutton-label-color: var(--spectrum-gray-25);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [stylelint] <spectrum-tools/no-unused-custom-properties> reported by reviewdog 🐶
Custom property --spectrum-actionbar-emphasized-actionbutton-label-color's references have been removed

@@ -21,6 +21,10 @@
--spectrum-actiongroup-button-spacing-reset: 0;
--spectrum-actiongroup-border-radius-reset: 0;
--spectrum-actiongroup-border-radius: var(--spectrum-corner-radius-100);
--spectrum-actiongroup-gap-size-compact: var(--spectrum-spacing-50);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [stylelint] <declaration-block-no-duplicate-custom-properties> reported by reviewdog 🐶
Unexpected duplicate "--spectrum-actiongroup-gap-size-compact"

@@ -32,6 +32,11 @@
--spectrum-checkbox-content-color-down: var(--spectrum-neutral-content-color-down);
--spectrum-checkbox-content-color-focus: var(--spectrum-neutral-content-color-key-focus);

--spectrum-checkbox-control-color-default: var(--spectrum-gray-600);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [stylelint] <declaration-block-no-duplicate-custom-properties> reported by reviewdog 🐶
Unexpected duplicate "--spectrum-checkbox-control-color-default"

@@ -32,6 +32,11 @@
--spectrum-checkbox-content-color-down: var(--spectrum-neutral-content-color-down);
--spectrum-checkbox-content-color-focus: var(--spectrum-neutral-content-color-key-focus);

--spectrum-checkbox-control-color-default: var(--spectrum-gray-600);
--spectrum-checkbox-control-color-hover: var(--spectrum-gray-700);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [stylelint] <declaration-block-no-duplicate-custom-properties> reported by reviewdog 🐶
Unexpected duplicate "--spectrum-checkbox-control-color-hover"

@@ -32,6 +32,11 @@
--spectrum-checkbox-content-color-down: var(--spectrum-neutral-content-color-down);
--spectrum-checkbox-content-color-focus: var(--spectrum-neutral-content-color-key-focus);

--spectrum-checkbox-control-color-default: var(--spectrum-gray-600);
--spectrum-checkbox-control-color-hover: var(--spectrum-gray-700);
--spectrum-checkbox-control-color-down: var(--spectrum-gray-800);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [stylelint] <declaration-block-no-duplicate-custom-properties> reported by reviewdog 🐶
Unexpected duplicate "--spectrum-checkbox-control-color-down"

@@ -37,6 +37,7 @@
--spectrum-tabs-font-style: var(--spectrum-default-font-style);
--spectrum-tabs-font-size: var(--spectrum-font-size-100);
--spectrum-tabs-line-height: var(--spectrum-line-height-100);
--spectrum-tabs-font-weight: var(--spectrum-regular-font-weight);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [stylelint] <declaration-block-no-duplicate-custom-properties> reported by reviewdog 🐶
Unexpected duplicate "--spectrum-tabs-font-weight"

--spectrum-textfield-border-color-focus-hover: var(--spectrum-gray-900);
--spectrum-textfield-border-color-keyboard-focus: var(--spectrum-gray-900);

--spectrum-textfield-border-width: var(--spectrum-border-width-100);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [stylelint] <declaration-block-no-duplicate-custom-properties> reported by reviewdog 🐶
Unexpected duplicate "--spectrum-textfield-border-width"

@@ -51,9 +51,11 @@
--spectrum-toast-spacing-bottom-edge-to-text: var(--spectrum-toast-bottom-to-text);

/* Color */
--spectrum-toast-background-color-default: var(--spectrum-neutral-subdued-background-color-default);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [stylelint] <declaration-block-no-duplicate-custom-properties> reported by reviewdog 🐶
Unexpected duplicate "--spectrum-toast-background-color-default"

--spectrum-toast-negative-background-color-default: var(--spectrum-negative-background-color-default);
--spectrum-toast-positive-background-color-default: var(--spectrum-positive-background-color-default);
--spectrum-toast-informative-background-color-default: var(--spectrum-informative-background-color-default);
--spectrum-toast-divider-color: var(--spectrum-transparent-white-400);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [stylelint] <declaration-block-no-duplicate-custom-properties> reported by reviewdog 🐶
Unexpected duplicate "--spectrum-toast-divider-color"

@@ -15,6 +15,7 @@
--spectrum-well-border-color: rgba(var(--spectrum-gray-1000-rgb), 0.05);

--spectrum-well-border-width: var(--spectrum-border-width-100);
--spectrum-well-border-color: rgba(var(--spectrum-gray-1000-rgb), .05);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [stylelint] <declaration-block-no-duplicate-custom-properties> reported by reviewdog 🐶
Unexpected duplicate "--spectrum-well-border-color"

Copy link
Contributor

github-actions bot commented Apr 4, 2025

File metrics

Summary

Total size: 1.37 MB*
Total change (Δ): 🟢 ⬇ 2.61 KB (-0.19%)

Table reports on changes to a package's main file. Other changes can be found in the collapsed Details section below.

Package Size Minified Gzipped Δ
actionbar 6.07 KB 5.79 KB 1.37 KB 🟢 ⬇ 0.15 KB
actiongroup 6.22 KB 5.96 KB 1.01 KB 🟢 ⬇ 1.46 KB
card 18.20 KB 17.15 KB 2.71 KB 🔴 ⬆ 0.07 KB
checkbox 22.76 KB 21.67 KB 2.64 KB 🔴 ⬆ 0.07 KB
combobox 27.91 KB 26.91 KB 2.90 KB 🟢 ⬇ 0.16 KB
infieldbutton 15.55 KB 14.97 KB 1.86 KB -
logicbutton 9.37 KB 8.90 KB 1.70 KB -
page 🚨 deleted/moved - - ⬇ 0.89 KB (NaN%)
radio 15.99 KB 15.16 KB 2.26 KB 🔴 ⬆ 0.07 KB
steplist 10.01 KB 9.41 KB 1.69 KB 🔴 ⬆ 0.03 KB
table 47.23 KB 45.15 KB 4.89 KB 🔴 ⬆ 0.14 KB
tabs 17.04 KB 16.14 KB 2.51 KB -
tag 28.89 KB 27.66 KB 3.19 KB 🔴 ⬆ 1.36 KB
textfield 32.20 KB 30.78 KB 3.63 KB 🔴 ⬆ 0.38 KB
toast 7.86 KB 7.48 KB 1.54 KB -
well 1.65 KB 1.59 KB 0.66 KB 🔴 ⬆ 0.07 KB

File change details

actionbar

Filename Head Minified Gzipped Compared to base
index.css 6.07 KB 5.79 KB 1.37 KB 🟢 ⬇ 0.15 KB
metadata.json 3.73 KB - - 🔴 ⬆ 0.07 KB

actiongroup

Filename Head Minified Gzipped Compared to base
index.css 6.22 KB 5.96 KB 1.01 KB 🟢 ⬇ 1.46 KB
metadata.json 2.99 KB - - 🟢 ⬇ 0.29 KB

card

Filename Head Minified Gzipped Compared to base
index.css 18.20 KB 17.15 KB 2.71 KB 🔴 ⬆ 0.07 KB
metadata.json 8.82 KB - - -

checkbox

Filename Head Minified Gzipped Compared to base
index.css 22.76 KB 21.67 KB 2.64 KB 🔴 ⬆ 0.07 KB
metadata.json 12.78 KB - - 🔴 ⬆ 0.03 KB

combobox

Filename Head Minified Gzipped Compared to base
index.css 27.91 KB 26.91 KB 2.90 KB 🟢 ⬇ 0.16 KB
metadata.json 15.81 KB - - 🟢 ⬇ 0.06 KB

infieldbutton

Filename Head Minified Gzipped Compared to base
index.css 15.55 KB 14.97 KB 1.86 KB -
metadata.json 7.22 KB - - -

logicbutton

Filename Head Minified Gzipped Compared to base
index.css 9.37 KB 8.90 KB 1.70 KB -
metadata.json 4.34 KB - - -

page

Filename Head Minified Gzipped Compared to base
metadata.json 0.36 KB - - -
index.css 🚨 deleted/moved - - ⬇ 0.89 KB (NaN%)

radio

Filename Head Minified Gzipped Compared to base
index.css 15.99 KB 15.16 KB 2.26 KB 🔴 ⬆ 0.07 KB
metadata.json 8.95 KB - - 🔴 ⬆ 0.03 KB

steplist

Filename Head Minified Gzipped Compared to base
index.css 10.01 KB 9.41 KB 1.69 KB 🔴 ⬆ 0.03 KB
metadata.json 4.88 KB - - 🔴 ⬆ 0.06 KB

table

Filename Head Minified Gzipped Compared to base
index.css 47.23 KB 45.15 KB 4.89 KB 🔴 ⬆ 0.14 KB
metadata.json 21.92 KB - - -

tabs

Filename Head Minified Gzipped Compared to base
index.css 17.04 KB 16.14 KB 2.51 KB -
metadata.json 9.24 KB - - -

tag

Filename Head Minified Gzipped Compared to base
index.css 28.89 KB 27.66 KB 3.19 KB 🔴 ⬆ 1.36 KB
metadata.json 14.72 KB - - 🔴 ⬆ 0.52 KB

textfield

Filename Head Minified Gzipped Compared to base
index.css 32.20 KB 30.78 KB 3.63 KB 🔴 ⬆ 0.38 KB
metadata.json 17.09 KB - - 🔴 ⬆ 0.09 KB

toast

Filename Head Minified Gzipped Compared to base
index.css 7.86 KB 7.48 KB 1.54 KB -
metadata.json 4.09 KB - - -

well

Filename Head Minified Gzipped Compared to base
index.css 1.65 KB 1.59 KB 0.66 KB 🔴 ⬆ 0.07 KB
metadata.json 0.83 KB - - -

tokens

Filename Head Minified Gzipped Compared to base
css/dark-vars.css 46.18 KB - - 🟢 ⬇ 0.27 KB
css/global-vars.css 69.60 KB - - 🔴 ⬆ 0.04 KB
css/index.css 240.90 KB - - 🟢 ⬇ 0.89 KB
css/large-vars.css 40.81 KB - - -
css/light-vars.css 45.78 KB - - 🟢 ⬇ 0.66 KB
css/medium-vars.css 40.93 KB - - -
json/tokens.json 380.07 KB - - -

ui-icons

Filename Head Minified Gzipped Compared to base
combined/Arrow100.svg 0.51 KB - - 🆕 0.51 KB
combined/Arrow200.svg 0.50 KB - - 🆕 0.50 KB
combined/Arrow300.svg 0.51 KB - - 🆕 0.51 KB
combined/Arrow400.svg 0.60 KB - - 🆕 0.60 KB
combined/Arrow500.svg 0.51 KB - - 🆕 0.51 KB
combined/Arrow600.svg 0.53 KB - - 🆕 0.53 KB
combined/Arrow75.svg 0.48 KB - - 🆕 0.48 KB
combined/Asterisk100.svg 1.01 KB - - 🆕 1.01 KB
combined/Asterisk200.svg 1.01 KB - - 🆕 1.01 KB
combined/Asterisk300.svg 1.03 KB - - 🆕 1.03 KB
combined/Asterisk75.svg 1.01 KB - - 🆕 1.01 KB
combined/Checkmark100.svg 0.45 KB - - 🆕 0.45 KB
combined/Checkmark200.svg 0.49 KB - - 🆕 0.49 KB
combined/Checkmark300.svg 0.50 KB - - 🆕 0.50 KB
combined/Checkmark400.svg 0.50 KB - - 🆕 0.50 KB
combined/Checkmark50.svg 0.48 KB - - 🆕 0.48 KB
combined/Checkmark500.svg 0.50 KB - - 🆕 0.50 KB
combined/Checkmark600.svg 0.51 KB - - 🆕 0.51 KB
combined/Checkmark75.svg 0.47 KB - - 🆕 0.47 KB
combined/Chevron100.svg 0.46 KB - - 🆕 0.46 KB
combined/Chevron200.svg 0.45 KB - - 🆕 0.45 KB
combined/Chevron300.svg 0.48 KB - - 🆕 0.48 KB
combined/Chevron400.svg 0.46 KB - - 🆕 0.46 KB
combined/Chevron50.svg 0.47 KB - - 🆕 0.47 KB
combined/Chevron500.svg 0.46 KB - - 🆕 0.46 KB
combined/Chevron600.svg 0.48 KB - - 🆕 0.48 KB
combined/Chevron75.svg 0.45 KB - - 🆕 0.45 KB
combined/CornerTriangle100.svg 0.39 KB - - 🆕 0.39 KB
combined/CornerTriangle200.svg 0.40 KB - - 🆕 0.40 KB
combined/CornerTriangle300.svg 0.38 KB - - 🆕 0.38 KB
combined/CornerTriangle75.svg 0.38 KB - - 🆕 0.38 KB
combined/Cross100.svg 0.54 KB - - 🆕 0.54 KB
combined/Cross200.svg 0.52 KB - - 🆕 0.52 KB
combined/Cross300.svg 0.55 KB - - 🆕 0.55 KB
combined/Cross400.svg 0.54 KB - - 🆕 0.54 KB
combined/Cross500.svg 0.54 KB - - 🆕 0.54 KB
combined/Cross600.svg 0.56 KB - - 🆕 0.56 KB
combined/Cross75.svg 0.50 KB - - 🆕 0.50 KB
combined/Dash100.svg 0.26 KB - - 🆕 0.26 KB
combined/Dash200.svg 0.31 KB - - 🆕 0.31 KB
combined/Dash300.svg 0.30 KB - - 🆕 0.30 KB
combined/Dash400.svg 0.30 KB - - 🆕 0.30 KB
combined/Dash50.svg 0.30 KB - - 🆕 0.30 KB
combined/Dash500.svg 0.31 KB - - 🆕 0.31 KB
combined/Dash600.svg 0.31 KB - - 🆕 0.31 KB
combined/Dash75.svg 0.27 KB - - 🆕 0.27 KB
combined/DoubleGripper.svg 0.43 KB - - 🆕 0.43 KB
combined/SingleGripper.svg 0.26 KB - - 🆕 0.26 KB
combined/TripleGripper.svg 0.59 KB - - 🆕 0.59 KB
icons.json 0.66 KB - - -
large/Arrow100.svg 0.27 KB - - 🆕 0.27 KB
large/Arrow200.svg 0.26 KB - - 🆕 0.26 KB
large/Arrow300.svg 0.27 KB - - 🆕 0.27 KB
large/Arrow400.svg 0.37 KB - - 🆕 0.37 KB
large/Arrow500.svg 0.27 KB - - 🆕 0.27 KB
large/Arrow600.svg 0.27 KB - - 🆕 0.27 KB
large/Arrow75.svg 0.26 KB - - 🆕 0.26 KB
large/Asterisk100.svg 0.52 KB - - 🆕 0.52 KB
large/Asterisk200.svg 0.53 KB - - 🆕 0.53 KB
large/Asterisk300.svg 0.54 KB - - 🆕 0.54 KB
large/Asterisk75.svg 0.50 KB - - 🆕 0.50 KB
large/Checkmark100.svg 0.25 KB - - 🆕 0.25 KB
large/Checkmark200.svg 0.25 KB - - 🆕 0.25 KB
large/Checkmark300.svg 0.26 KB - - 🆕 0.26 KB
large/Checkmark400.svg 0.26 KB - - 🆕 0.26 KB
large/Checkmark50.svg 0.25 KB - - 🆕 0.25 KB
large/Checkmark500.svg 0.26 KB - - 🆕 0.26 KB
large/Checkmark600.svg 0.26 KB - - 🆕 0.26 KB
large/Checkmark75.svg 0.24 KB - - 🆕 0.24 KB
large/Chevron100.svg 0.24 KB - - 🆕 0.24 KB
large/Chevron200.svg 0.24 KB - - 🆕 0.24 KB
large/Chevron300.svg 0.25 KB - - 🆕 0.25 KB
large/Chevron400.svg 0.25 KB - - 🆕 0.25 KB
large/Chevron50.svg 0.22 KB - - 🆕 0.22 KB
large/Chevron500.svg 0.25 KB - - 🆕 0.25 KB
large/Chevron600.svg 0.25 KB - - 🆕 0.25 KB
large/Chevron75.svg 0.24 KB - - 🆕 0.24 KB
large/CornerTriangle100.svg 0.20 KB - - 🆕 0.20 KB
large/CornerTriangle200.svg 0.20 KB - - 🆕 0.20 KB
large/CornerTriangle300.svg 0.18 KB - - 🆕 0.18 KB
large/CornerTriangle75.svg 0.19 KB - - 🆕 0.19 KB
large/Cross100.svg 0.28 KB - - 🆕 0.28 KB
large/Cross200.svg 0.27 KB - - 🆕 0.27 KB
large/Cross300.svg 0.29 KB - - 🆕 0.29 KB
large/Cross400.svg 0.28 KB - - 🆕 0.28 KB
large/Cross500.svg 0.28 KB - - 🆕 0.28 KB
large/Cross600.svg 0.28 KB - - 🆕 0.28 KB
large/Cross75.svg 0.26 KB - - 🆕 0.26 KB
large/Dash100.svg 0.15 KB - - 🆕 0.15 KB
large/Dash200.svg 0.16 KB - - 🆕 0.16 KB
large/Dash300.svg 0.16 KB - - 🆕 0.16 KB
large/Dash400.svg 0.16 KB - - 🆕 0.16 KB
large/Dash50.svg 0.16 KB - - 🆕 0.16 KB
large/Dash500.svg 0.16 KB - - 🆕 0.16 KB
large/Dash600.svg 0.16 KB - - 🆕 0.16 KB
large/Dash75.svg 0.14 KB - - 🆕 0.14 KB
large/DoubleGripper.svg 0.24 KB - - 🆕 0.24 KB
large/SingleGripper.svg 0.15 KB - - 🆕 0.15 KB
large/TripleGripper.svg 0.34 KB - - 🆕 0.34 KB
medium/Arrow100.svg 0.25 KB - - 🆕 0.25 KB
medium/Arrow200.svg 0.25 KB - - 🆕 0.25 KB
medium/Arrow300.svg 0.25 KB - - 🆕 0.25 KB
medium/Arrow400.svg 0.24 KB - - 🆕 0.24 KB
medium/Arrow500.svg 0.26 KB - - 🆕 0.26 KB
medium/Arrow600.svg 0.27 KB - - 🆕 0.27 KB
medium/Arrow75.svg 0.24 KB - - 🆕 0.24 KB
medium/Asterisk100.svg 0.49 KB - - 🆕 0.49 KB
medium/Asterisk200.svg 0.51 KB - - 🆕 0.51 KB
medium/Asterisk300.svg 0.52 KB - - 🆕 0.52 KB
medium/Asterisk75.svg 0.52 KB - - 🆕 0.52 KB
medium/Checkmark100.svg 0.21 KB - - 🆕 0.21 KB
medium/Checkmark200.svg 0.25 KB - - 🆕 0.25 KB
medium/Checkmark300.svg 0.25 KB - - 🆕 0.25 KB
medium/Checkmark400.svg 0.25 KB - - 🆕 0.25 KB
medium/Checkmark50.svg 0.24 KB - - 🆕 0.24 KB
medium/Checkmark500.svg 0.26 KB - - 🆕 0.26 KB
medium/Checkmark600.svg 0.25 KB - - 🆕 0.25 KB
medium/Checkmark75.svg 0.23 KB - - 🆕 0.23 KB
medium/Chevron100.svg 0.23 KB - - 🆕 0.23 KB
medium/Chevron200.svg 0.21 KB - - 🆕 0.21 KB
medium/Chevron300.svg 0.25 KB - - 🆕 0.25 KB
medium/Chevron400.svg 0.23 KB - - 🆕 0.23 KB
medium/Chevron50.svg 0.26 KB - - 🆕 0.26 KB
medium/Chevron500.svg 0.22 KB - - 🆕 0.22 KB
medium/Chevron600.svg 0.24 KB - - 🆕 0.24 KB
medium/Chevron75.svg 0.22 KB - - 🆕 0.22 KB
medium/CornerTriangle100.svg 0.19 KB - - 🆕 0.19 KB
medium/CornerTriangle200.svg 0.20 KB - - 🆕 0.20 KB
medium/CornerTriangle300.svg 0.20 KB - - 🆕 0.20 KB
medium/CornerTriangle75.svg 0.19 KB - - 🆕 0.19 KB
medium/Cross100.svg 0.26 KB - - 🆕 0.26 KB
medium/Cross200.svg 0.26 KB - - 🆕 0.26 KB
medium/Cross300.svg 0.26 KB - - 🆕 0.26 KB
medium/Cross400.svg 0.26 KB - - 🆕 0.26 KB
medium/Cross500.svg 0.27 KB - - 🆕 0.27 KB
medium/Cross600.svg 0.29 KB - - 🆕 0.29 KB
medium/Cross75.svg 0.25 KB - - 🆕 0.25 KB
medium/Dash100.svg 0.12 KB - - 🆕 0.12 KB
medium/Dash200.svg 0.16 KB - - 🆕 0.16 KB
medium/Dash300.svg 0.15 KB - - 🆕 0.15 KB
medium/Dash400.svg 0.15 KB - - 🆕 0.15 KB
medium/Dash50.svg 0.15 KB - - 🆕 0.15 KB
medium/Dash500.svg 0.16 KB - - 🆕 0.16 KB
medium/Dash600.svg 0.16 KB - - 🆕 0.16 KB
medium/Dash75.svg 0.14 KB - - 🆕 0.14 KB
medium/DoubleGripper.svg 0.20 KB - - 🆕 0.20 KB
medium/SingleGripper.svg 0.12 KB - - 🆕 0.12 KB
medium/TripleGripper.svg 0.26 KB - - 🆕 0.26 KB
spectrum-css-icons-large.svg 12.13 KB - - 🆕 12.13 KB
spectrum-css-icons-medium.svg 11.44 KB - - 🆕 11.44 KB
spectrum-css-icons.svg 10.08 KB - - -
svg/Arrow100.svg 0.56 KB - - -
svg/Arrow400.svg 0.35 KB - - -
svg/Asterisk100.svg 0.58 KB - - -
svg/Asterisk200.svg 0.58 KB - - -
svg/Asterisk300.svg 0.60 KB - - -
svg/Checkmark100.svg 0.29 KB - - -
svg/Checkmark200.svg 0.33 KB - - -
svg/Checkmark300.svg 0.36 KB - - -
svg/Checkmark400.svg 0.33 KB - - -
svg/Checkmark50.svg 0.31 KB - - -
svg/Checkmark75.svg 0.31 KB - - -
svg/Chevron100.svg 0.51 KB - - -
svg/Chevron200.svg 0.41 KB - - -
svg/Chevron300.svg 0.30 KB - - -
svg/Chevron400.svg 0.29 KB - - -
svg/Chevron50.svg 0.34 KB - - -
svg/Chevron75.svg 0.28 KB - - -
svg/CornerTriangle100.svg 0.25 KB - - -
svg/CornerTriangle200.svg 0.25 KB - - -
svg/CornerTriangle300.svg 0.26 KB - - -
svg/CornerTriangle75.svg 0.25 KB - - -
svg/Cross100.svg 0.36 KB - - -
svg/Cross200.svg 0.36 KB - - -
svg/Cross300.svg 0.36 KB - - -
svg/Cross400.svg 0.36 KB - - -
svg/Cross500.svg 0.38 KB - - -
svg/Cross600.svg 0.36 KB - - -
svg/Cross75.svg 0.34 KB - - -
svg/Dash100.svg 0.20 KB - - -
svg/Dash200.svg 0.23 KB - - -
svg/Dash300.svg 0.23 KB - - -
svg/Dash50.svg 0.23 KB - - -
svg/Dash75.svg 0.22 KB - - -
* Size is the sum of all main files for packages in the library.
* An ASCII character in UTF-8 is 8 bits or 1 byte.

@@ -2,7 +2,8 @@ import { Template as ButtonGroup } from "@spectrum-css/buttongroup/stories/templ
import { Template as Checkbox } from "@spectrum-css/checkbox/stories/template.js";
import { Template as CloseButton } from "@spectrum-css/closebutton/stories/template.js";
import { Template as Modal } from "@spectrum-css/modal/stories/template.js";
import { getRandomId, renderContent } from "@spectrum-css/preview/decorators";
import { getRandomId } from "@spectrum-css/preview/decorators";
import { Template as Typography } from "@spectrum-css/typography/stories/template.js";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [eslint] <no-unused-vars> reported by reviewdog 🐶
'Typography' is defined but never used.

Copy link
Contributor

github-actions bot commented Apr 4, 2025

🚀 Deployed on https://pr-3657--spectrum-css.netlify.app

@aramos-adobe aramos-adobe force-pushed the aramos-adobe/css1027-action-bar-s2-migration branch from 701ca81 to 0e43d2d Compare April 6, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-review S2 Spectrum 2 size-5 L ~30-42hrs; lots of effort or complexity, most of a sprint needed to complete.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant