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

[UIK-2620][core] moved some components to core #1924

Open
wants to merge 34 commits into
base: major/16
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
bf1281f
[core,animation] moved animation to core package
ilyabrower Jan 13, 2025
ee17a32
[breakpoints,core,utils] one place
ilyabrower Jan 15, 2025
2b40daa
[flex-box] moved to core
ilyabrower Jan 15, 2025
ef732b8
[format-text] deprecated
ilyabrower Jan 15, 2025
136f7bb
[grid] moved to core
ilyabrower Jan 15, 2025
43334d3
[neighbor-location] moved to core
ilyabrower Jan 15, 2025
c1f1203
[outside-click] moved to core
ilyabrower Jan 15, 2025
d8271ee
[portal] moved to core
ilyabrower Jan 15, 2025
62aec9b
[sticky] deprecated
ilyabrower Jan 15, 2025
8381282
[scroll-area] moved to core
ilyabrower Jan 15, 2025
f8b365c
[popper] moved to core
ilyabrower Jan 15, 2025
e661c8a
[popper] moved to core
ilyabrower Jan 15, 2025
27b5f98
[chore] added ci for major branch
ilyabrower Jan 15, 2025
a31e75c
[scroll-area] added reexport from core
ilyabrower Jan 15, 2025
077d85a
[chore] fixed build
ilyabrower Jan 16, 2025
6ba5ef5
[chore] fixed build
ilyabrower Jan 16, 2025
b641ddf
[chore] fixed build
ilyabrower Jan 16, 2025
cc48476
[chore] fiexd styles
ilyabrower Jan 17, 2025
84fb506
[chore] added new package - base-components for process build process
ilyabrower Jan 17, 2025
0fd687e
[base-components] fixed readme
ilyabrower Jan 17, 2025
52006b7
[base-components] fixed tests
ilyabrower Jan 17, 2025
bece074
[stories] fixed linter
ilyabrower Jan 17, 2025
1a7b10a
[chore] fixed alias for utils in tests
ilyabrower Jan 17, 2025
213a7d7
[chore] fixed e2e stand for tests
ilyabrower Jan 17, 2025
47f1547
[chore] Merge branch 'major/16' into UIK-2620/core-components
ilyabrower Jan 17, 2025
d6c2fdf
[chore] fixed tests
ilyabrower Jan 17, 2025
23575d2
[chore] fixed tests
ilyabrower Jan 17, 2025
cd249c0
[chore] fixed tests
ilyabrower Jan 17, 2025
f86d0a3
[chore] fixed tests
ilyabrower Jan 17, 2025
464e4e4
[chore] fixed tests
ilyabrower Jan 17, 2025
bac8192
[chore] fixed tests
ilyabrower Jan 17, 2025
94731fc
[chore] fixed tests
ilyabrower Jan 17, 2025
c05df87
[chore] fixed tests
ilyabrower Jan 17, 2025
367e9f9
[dropdown-menu] moved test from unit to browser
ilyabrower Jan 20, 2025
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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
workflow_dispatch:
push:
branches: [master]
branches: [master, major/16]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"scripts": {
"dev": "pnpm --filter @semcore/playground run start",
"start": "pnpm --filter @semcore/playground run start",
"build": "pnpm run clean && pnpm --filter @semcore/utils run build && pnpm --filter @semcore/core run build && pnpm build:icons && pnpm build:illustration && pnpm --filter @semcore/dropdown run build && pnpm --filter @semcore/* --filter !@semcore/icon --filter !@semcore/core --filter !@semcore/illustration --filter !@semcore/dropdown --filter !@semcore/ui --filter !intergalactiс-migrate run build",
"process-theme": "tsm --require=./.ci/tsm-filter-warnings.js semcore/utils/theme/processor.ts",
"build": "pnpm run clean && pnpm --filter @semcore/core run build && pnpm build:icons && pnpm build:illustration && pnpm --filter @semcore/base-components run build && pnpm --filter @semcore/dropdown run build && pnpm --filter @semcore/* --filter !@semcore/icon --filter !@semcore/core --filter !@semcore/base-components --filter !@semcore/illustration --filter !@semcore/dropdown --filter !@semcore/ui --filter !intergalactiс-migrate run build",
"process-theme": "tsm --require=./.ci/tsm-filter-warnings.js semcore/core/src/theme/processor.ts",
"typecheck": "pnpm --filter @semcore/* --filter !@semcore/babel-plugin-root --filter !@semcore/babel-plugin-styles --filter !@semcore/babel-plugin-react-semcore --filter !@semcore/babel-preset-ui --filter !@semcore/testing-utils --filter !@semcore/email --filter !@semcore/dep-checker --filter !@semcore/icon-transform-svg --filter !@semcore/shadow-loader exec tsc --noEmit",
"install-n-test": "pnpm install && pnpm test",
"install-n-browser-test": "pnpm install && pnpm browser-test",
Expand Down
Loading
Loading