Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/NEWCLICKUI-4339
Browse files Browse the repository at this point in the history
  • Loading branch information
kakbutos committed Nov 28, 2024
2 parents e6c7503 + a4754ab commit 766db2e
Show file tree
Hide file tree
Showing 156 changed files with 879 additions and 234 deletions.
4 changes: 0 additions & 4 deletions .storybook/theming-wizard/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ export const config: Question[] = [
label: 'corp',
value: 'corp',
},
{
label: 'mobile',
value: 'mobile',
},
{
label: 'site',
value: 'site',
Expand Down
6 changes: 3 additions & 3 deletions .storybook/theming-wizard/questions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Questions: FC<QuestionsProps> = ({ config = [], answers, onChange =

return (
<Space>
{config.map(question => (
{config.map((question) => (
<RadioGroup
key={question.name}
label={<Typography.Text weight='bold'>{question.title}</Typography.Text>}
Expand All @@ -34,8 +34,8 @@ export const Questions: FC<QuestionsProps> = ({ config = [], answers, onChange =
onChange={(_, payload) => handleChange(question.name, payload)}
value={answers[question.name]}
>
{question.variants.map(variant => (
<Radio {...variant} key={variant.value} />
{question.variants.map((variant) => (
<Radio {...variant} key={variant.value} align='center' />
))}
</RadioGroup>
))}
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 48.2.0

<sup><time>27.11.2024</time></sup>

### [#1469](https://github.com/core-ds/core-components/pull/1469)

#### Что изменилось
- Добавлен хук `useIsDesktop`

#### Влияние на компоненты
- Минорное<br />`mq`



## 48.1.1

<sup><time>25.11.2024</time></sup>

### [#1463](https://github.com/core-ds/core-components/pull/1463)

#### Что изменилось
- Добавлен фикс вертикального скролла в галерею в полноэкранном режиме

#### Влияние на компоненты
- Патчи<br />`gallery`



## 48.1.0

<sup><time>21.11.2024</time></sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components",
"version": "48.1.0",
"version": "48.2.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down
7 changes: 7 additions & 0 deletions packages/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 1.2.3

### Patch Changes

- Обновлены зависимости
- [email protected]

## 1.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-accordion",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"@alfalab/hooks": "^1.13.0",
"@alfalab/icons-glyph": "^2.139.0",
"@juggle/resize-observer": "^3.3.1",
"@alfalab/core-components-typography": "^4.10.2"
"@alfalab/core-components-typography": "^4.10.3"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.2.8

### Patch Changes

- Обновлены зависимости
- [email protected]

## 4.2.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-alert",
"version": "4.2.7",
"version": "4.2.8",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-plate": "^7.8.2",
"@alfalab/core-components-plate": "^7.8.3",
"classnames": "^2.3.1",
"tslib": "^2.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/amount-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 7.12.4

### Patch Changes

- Обновлены зависимости
- [email protected]
- [email protected]

## 7.12.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/amount-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-amount-input",
"version": "7.12.3",
"version": "7.12.4",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -14,8 +14,8 @@
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-input": "^15.3.1",
"@alfalab/core-components-with-suffix": "^4.2.7",
"@alfalab/core-components-input": "^15.3.2",
"@alfalab/core-components-with-suffix": "^4.2.8",
"@alfalab/data": "^1.8.0",
"@alfalab/utils": "^1.15.2",
"classnames": "^2.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/attach/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 6.6.19

### Patch Changes

- Обновлены зависимости
- [email protected]

## 6.6.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/attach/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-attach",
"version": "6.6.18",
"version": "6.6.19",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-button": "^11.10.1",
"@alfalab/core-components-button": "^11.10.2",
"@alfalab/core-components-keyboard-focusable": "^4.1.0",
"@alfalab/core-components-progress-bar": "^3.4.1",
"@alfalab/icons-glyph": "^2.139.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/bank-card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.8.8

### Patch Changes

- Обновлены зависимости
- [email protected]

## 5.8.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bank-card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-bank-card",
"version": "5.8.7",
"version": "5.8.8",
"description": "Bank card component",
"keywords": [],
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-masked-input": "^6.3.26",
"@alfalab/core-components-masked-input": "^6.3.27",
"@alfalab/icons-glyph": "^2.139.0",
"@alfalab/icons-logotype": "^2.27.0",
"classnames": "^2.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/bottom-sheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 6.17.10

### Patch Changes

- Обновлены зависимости
- [email protected]

## 6.17.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/bottom-sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-bottom-sheet",
"version": "6.17.9",
"version": "6.17.10",
"description": "Bottom sheet mobile component",
"keywords": [],
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@alfalab/core-components-backdrop": "^3.4.1",
"@alfalab/core-components-base-modal": "^5.8.4",
"@alfalab/core-components-navigation-bar-private": "^0.5.1",
"@alfalab/core-components-navigation-bar-private": "^0.5.2",
"@alfalab/core-components-shared": "^0.14.0",
"classnames": "^2.3.1",
"react-div-100vh": "^0.7.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 11.10.2

### Patch Changes

- Обновлены зависимости
- [email protected]

## 11.10.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-button",
"version": "11.10.1",
"version": "11.10.2",
"description": "",
"gitHead": "f054fef20200664c65e2501ef1f916c555cdf05d",
"keywords": [],
Expand All @@ -15,7 +15,7 @@
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-mq": "^4.3.0",
"@alfalab/core-components-mq": "^4.4.0",
"@alfalab/core-components-spinner": "^4.0.0",
"@alfalab/core-components-shared": "^0.14.0",
"@alfalab/hooks": "^1.13.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/calendar-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 10.4.7

### Patch Changes

- Обновлены зависимости
- [email protected]
- [email protected]
- [email protected]

## 10.4.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/calendar-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-calendar-input",
"version": "10.4.6",
"version": "10.4.7",
"description": "Calendar input component",
"keywords": [],
"license": "MIT",
Expand All @@ -15,9 +15,9 @@
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-calendar": "^7.15.2",
"@alfalab/core-components-date-input": "^4.4.7",
"@alfalab/core-components-mq": "^4.3.0",
"@alfalab/core-components-calendar": "^7.15.3",
"@alfalab/core-components-date-input": "^4.4.8",
"@alfalab/core-components-mq": "^4.4.0",
"@alfalab/core-components-popover": "^6.3.3",
"@alfalab/hooks": "^1.13.0",
"@alfalab/icons-glyph": "^2.139.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/calendar-range/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 7.7.4

### Patch Changes

- Обновлены зависимости
- [email protected]
- [email protected]
- [email protected]

## 7.7.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/calendar-range/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-calendar-range",
"version": "7.7.3",
"version": "7.7.4",
"description": "Calendar range component",
"keywords": [],
"license": "MIT",
Expand All @@ -15,9 +15,9 @@
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-calendar": "^7.15.2",
"@alfalab/core-components-calendar-input": "^10.4.6",
"@alfalab/core-components-date-input": "^4.4.7",
"@alfalab/core-components-calendar": "^7.15.3",
"@alfalab/core-components-calendar-input": "^10.4.7",
"@alfalab/core-components-date-input": "^4.4.8",
"@alfalab/hooks": "^1.13.0",
"classnames": "^2.3.1",
"date-fns": "^2.16.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/calendar-with-skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 5.3.10

### Patch Changes

- Обновлены зависимости
- [email protected]

## 5.3.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/calendar-with-skeleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components-calendar-with-skeleton",
"version": "5.3.9",
"version": "5.3.10",
"description": "CalendarWithSkeleton component",
"keywords": [],
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-calendar": "^7.15.2",
"@alfalab/core-components-calendar": "^7.15.3",
"@alfalab/core-components-skeleton": "^5.2.0",
"classnames": "^2.3.1",
"react-transition-group": "^4.4.5",
Expand Down
Loading

0 comments on commit 766db2e

Please sign in to comment.