Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0bb77b0
[theme] add new variables
j-mnizhek Jun 30, 2026
86f37f0
[theme] update theme and add comments to a bunch of components styles
j-mnizhek Jul 1, 2026
940a74e
[theme] update groups for some variables
j-mnizhek Jul 2, 2026
7d7e876
[theme] added renamed vars to derprecated
j-mnizhek Jul 2, 2026
c880f63
[theme] added TODO instead of changing styles
j-mnizhek Jul 3, 2026
a902bfa
[theme] added more context for neighborlocation styles
j-mnizhek Jul 3, 2026
7c54fee
Merge branch 'release/v17' into UIK-5351/add-more-variables-to-theme
j-mnizhek Jul 7, 2026
5bfa958
[theme] a bunch of updates after discussing
j-mnizhek Jul 7, 2026
0cfa5b4
[theme] update comment for Hint styles
j-mnizhek Jul 7, 2026
20fb9cc
[theme] name updates
j-mnizhek Jul 7, 2026
208e04a
[theme] add bg to additional Tag
j-mnizhek Jul 7, 2026
f23e679
[feature-highlight] fix missing top prop
j-mnizhek Jul 7, 2026
9d90750
[UIK-5565][dropdown-menu] fixed preventFocusByClick - skip draggable …
ilyabrower Jul 9, 2026
65bdb8f
[chore] Merge branch 'release/v17' into UIK-5351/add-more-variables-t…
j-mnizhek Jul 9, 2026
19e6690
[theme] update some variables names
j-mnizhek Jul 9, 2026
5ea3ceb
[chore] Merge branch 'release/v17' into UIK-5351/add-more-variables-t…
ilyabrower Jul 10, 2026
f83edb5
[theme] removed duplicates in depricates
ilyabrower Jul 13, 2026
e4ed6be
[theme] fix values for Wizard variables
j-mnizhek Jul 13, 2026
e111f7a
[theme] fix switch control bg
j-mnizhek Jul 13, 2026
f4516f6
[switch] update css file
Valeria-Zimnitskaya Jul 14, 2026
59fa951
[chore] Merge branch 'release/v17' into UIK-5351/add-more-variables-t…
ilyabrower Jul 16, 2026
8f52ab0
[UIK-5564][Button] Update button styles + removed hardcoded values + …
j-mnizhek Jul 20, 2026
25cb217
[chore] update snapshot
Valeria-Zimnitskaya Jul 20, 2026
cbcf31a
[theme] change form-control-s to 20px
sheila-semrush Jul 22, 2026
4b6c21e
[chore] fix correct token names for semantic spacing tokens (#3061)
slizhevskyv-semrush Jul 22, 2026
c75443c
[UIK-5580][Inputs] Update styles (#3059)
j-mnizhek Jul 24, 2026
2f5d341
[theme] add timing variables
sheila-semrush Jul 24, 2026
af06715
[theme] add Badge tokens and update DatePicker token values
j-mnizhek Jul 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
{
"ignoreProperties": [
"vertical-anchor",
"animation-timeline"
"animation-timeline",
"field-sizing"
]
}
],
Expand Down
140 changes: 116 additions & 24 deletions semcore/add-filter/__tests__/add-filter.browser-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ test.describe(`${TAG.VISUAL}`, () => {
'@base-trigger',
'@button',
'@input',
'@select'],
'@select',
'@button-link'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/docs/examples/add-filter-basic.tsx', 'en');

Expand All @@ -102,7 +103,8 @@ test.describe(`${TAG.VISUAL}`, () => {
'@base-trigger',
'@button',
'@input',
'@select'],
'@select',
'@button-link'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/docs/examples/add-filter-basic.tsx', 'en');

Expand Down Expand Up @@ -130,7 +132,11 @@ test.describe(`${TAG.VISUAL}`, () => {
'@input',
'@radio',
'@textarea',
'@select'],
'@select',
'@base-components',
'@flex-box',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en');

Expand Down Expand Up @@ -167,7 +173,11 @@ test.describe(`${TAG.VISUAL}`, () => {
'@input',
'@radio',
'@textarea',
'@select'],
'@select',
'@base-components',
'@flex-box',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en');

Expand All @@ -187,7 +197,12 @@ test.describe(`${TAG.VISUAL}`, () => {
'@button',
'@input',
'@input-number',
'@divider'],
'@divider',
'@base-components',
'@flex-box',
'@neighbor-location',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en');

Expand All @@ -205,7 +220,12 @@ test.describe(`${TAG.VISUAL}`, () => {
'@button',
'@input',
'@input-number',
'@divider'],
'@divider',
'@base-components',
'@flex-box',
'@neighbor-location',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en');

Expand Down Expand Up @@ -238,7 +258,11 @@ test.describe(`${TAG.VISUAL}`, () => {
'@input',
'@radio',
'@textarea',
'@select'],
'@select',
'@base-components',
'@flex-box',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en');

Expand All @@ -260,7 +284,12 @@ test.describe(`${TAG.VISUAL}`, () => {
'@button',
'@input',
'@input-number',
'@divider'],
'@divider',
'@base-components',
'@flex-box',
'@neighbor-location',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en');

Expand Down Expand Up @@ -297,7 +326,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@base-trigger',
'@button',
'@input',
'@select'],
'@select',
'@button-link'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/docs/examples/add-filter-basic.tsx', 'en');

Expand Down Expand Up @@ -340,7 +370,8 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@base-trigger',
'@button',
'@input',
'@select'],
'@select',
'@button-link'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/docs/examples/add-filter-basic.tsx', 'en');

Expand Down Expand Up @@ -373,7 +404,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@input',
'@radio',
'@textarea',
'@select'],
'@select',
'@base-components',
'@flex-box',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en');

Expand Down Expand Up @@ -446,7 +481,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@input',
'@radio',
'@textarea',
'@select'],
'@select',
'@base-components',
'@flex-box',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en');

Expand Down Expand Up @@ -569,7 +608,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@input',
'@radio',
'@textarea',
'@select'],
'@select',
'@base-components',
'@flex-box',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en');

Expand Down Expand Up @@ -613,7 +656,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@input',
'@radio',
'@textarea',
'@select'],
'@select',
'@base-components',
'@flex-box',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en');

Expand Down Expand Up @@ -696,7 +743,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@input',
'@radio',
'@textarea',
'@select'],
'@select',
'@base-components',
'@flex-box',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en');

Expand Down Expand Up @@ -741,7 +792,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@input',
'@radio',
'@textarea',
'@select'],
'@select',
'@base-components',
'@flex-box',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en');

Expand Down Expand Up @@ -773,7 +828,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@button',
'@input',
'@input-number',
'@divider'],
'@divider',
'@base-components',
'@flex-box',
'@neighbor-location',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en');

Expand Down Expand Up @@ -822,7 +882,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@button',
'@input',
'@input-number',
'@divider'],
'@divider',
'@base-components',
'@flex-box',
'@neighbor-location',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en');

Expand Down Expand Up @@ -859,7 +924,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@button',
'@input',
'@input-number',
'@divider'],
'@divider',
'@base-components',
'@flex-box',
'@neighbor-location',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en');

Expand Down Expand Up @@ -901,7 +971,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@button',
'@input',
'@input-number',
'@divider'],
'@divider',
'@base-components',
'@flex-box',
'@neighbor-location',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en');

Expand Down Expand Up @@ -930,7 +1005,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@button',
'@input',
'@input-number',
'@divider'],
'@divider',
'@base-components',
'@flex-box',
'@neighbor-location',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en');

Expand Down Expand Up @@ -961,7 +1041,12 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@button',
'@input',
'@input-number',
'@divider'],
'@divider',
'@base-components',
'@flex-box',
'@neighbor-location',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter-complex-selects.tsx', 'en');

Expand All @@ -985,7 +1070,11 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@input',
'@radio',
'@textarea',
'@select'],
'@select',
'@base-components',
'@flex-box',
'@button-link',
'@typography'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/add-filter.tsx', 'en');

Expand Down Expand Up @@ -1020,7 +1109,10 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
'@add-filter',
'@base-trigger',
'@d3-chart',
'@select'],
'@select',
'@base-components',
'@flex-box',
'@cigarette-chart'],
}, async ({ page }) => {
await loadPage(page, 'stories/components/add-filter/advanced/examples/controlled_add_filter.tsx', 'en');

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions semcore/badge/src/Badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class RootBadge extends Component<

if (type === 'unavailable' && !inverted) {
return resolveColor('--intergalactic-text-secondary');
}
} // TODO: --intergalactic-badge-text-secondary

return undefined;
}
Expand All @@ -64,27 +64,27 @@ class RootBadge extends Component<

if (inverted) {
return resolveColor('--gray-white');
}
} // TODO: --intergalactic-badge-bg-invert

switch (type) {
case 'admin': {
return resolveColor('--blue-400');
}
} // TODO: --intergalactic-badge-accent-admin
case 'alpha': {
return resolveColor('--red-400');
}
} // TODO: --intergalactic-badge-accent-alpha
case 'beta': {
return resolveColor('--orange-400');
}
return resolveColor('--yellow-300');
} // TODO: --intergalactic-badge-accent-beta
case 'new': {
return resolveColor('--green-400');
}
return resolveColor('--green-300');
} // TODO: --intergalactic-badge-accent-new
case 'soon': {
return resolveColor('--gray-400');
}
} // TODO: --intergalactic-badge-accent-soon
case 'unavailable': {
return resolveColor('--gray-100');
}
return resolveColor('--gray-50');
} // TODO: --intergalactic-badge-bg-unavailable
default: {
const t: never = type;
throw new Error(`Type can't be "${t}"`);
Expand Down
6 changes: 3 additions & 3 deletions semcore/badge/src/style/badge.shadow.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ SBadge {
height: var(--intergalactic-fs-200, 14px);
line-height: var(--intergalactic-fs-200, 14px);
padding: 0 var(--intergalactic-spacing-1x, 4px);
border-radius: var(--intergalactic-badge-rounded, 6px);
border-radius: var(--intergalactic-badge-rounded, 4px);
white-space: nowrap;
font-size: var(--intergalactic-fs-50, 10px);
font-weight: var(--intergalactic-medium, 500);
letter-spacing: 0.3px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949));
color: var(--intergalactic-text-primary-invert, oklch(0.999 0.001 180 / 0.949)); /* TODO: --intergalactic-badge-text-primary-invert */
}

SBadge[bg] {
Expand All @@ -20,7 +20,7 @@ SBadge[bg] {

SBadge[inverted] {
color: var(--intergalactic-text-primary, oklch(0.1 0.03 137 / 0.899));
}
} /* TODO: --intergalactic-badge-text-primary-invert */

SBadge[color] {
color: var(--color);
Expand Down
Loading
Loading