I’ve noticed the Shopify admin already has some style changes and I wonder if there’s anywhere we can find the new version for polaris tokens.
We’re not using React or the new webcomponents and wonder if we’ll have to try to match the style by hand from now on.
1 Like
Hi David! Curious, what is preventing your project from using the web components?
They are not fully customizable and we can’t control how Shopify will change them in the future.
1 Like
Luke
November 8, 2025, 8:30am
4
I’m not sure what you mean by fully customisable? They won’t be..they’re there to be inline with what Shopify has in the admin, if you had full control then what’s the point of it?
The point is to match the style with much less work.
That’s why polaris-react would use polaris-tokens styles.
The new webcomponents most probably use a new version of it. It’s just seems to not be open source anymore.
1 Like
One of my current blockers is the ability to use an s-search-field (or another input) to trigger a s-popover.
1 Like
Are there any plans for this? Sometimes it makes sense to not have to reach for a web component, but to style something in the polaris way.
Or if we are using custom components, we can just use the tokens that make sense.