From e8add3eece99580d3b1e700f8447d1631184afc4 Mon Sep 17 00:00:00 2001 From: Mikael Korpela Date: Tue, 7 Jul 2026 16:15:23 +0300 Subject: [PATCH 1/2] Premium analytics: update WPDS design token to latest --- .../widgets/store-performance/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/packages/premium-analytics/widgets/store-performance/styles.module.scss b/projects/packages/premium-analytics/widgets/store-performance/styles.module.scss index 0ba6c7aefb71..92f61237870c 100644 --- a/projects/packages/premium-analytics/widgets/store-performance/styles.module.scss +++ b/projects/packages/premium-analytics/widgets/store-performance/styles.module.scss @@ -7,5 +7,5 @@ align-items: center; justify-content: center; min-height: 250px; - color: var(--wpds-color-fg-content-neutral-weak, #646970); + color: var(--wpds-color-foreground-content-neutral-weak, #646970); } From fd9f5a8d201cbaae97ea88e6ff3b4caa8669ab12 Mon Sep 17 00:00:00 2001 From: Mikael Korpela Date: Tue, 7 Jul 2026 16:16:50 +0300 Subject: [PATCH 2/2] Create fix-stylelint-premium-analytics --- .../changelog/fix-stylelint-premium-analytics | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 projects/packages/premium-analytics/changelog/fix-stylelint-premium-analytics diff --git a/projects/packages/premium-analytics/changelog/fix-stylelint-premium-analytics b/projects/packages/premium-analytics/changelog/fix-stylelint-premium-analytics new file mode 100644 index 000000000000..9c926f93ca53 --- /dev/null +++ b/projects/packages/premium-analytics/changelog/fix-stylelint-premium-analytics @@ -0,0 +1,3 @@ +Significance: patch +Type: changed +Comment: Fix invalid WPDS token in store-performance widget styles to resolve stylelint failure.