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 Dec 5, 2024
2 parents d4aae89 + d9bfa05 commit 8f6183d
Show file tree
Hide file tree
Showing 184 changed files with 1,167 additions and 488 deletions.
10 changes: 5 additions & 5 deletions .storybook/package-sizes.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"index.js": 3.3
},
"typography": {
"index.js": 8.8
"index.js": 8.9
},
"tooltip": {
"desktop.js": 48.9,
Expand Down Expand Up @@ -52,7 +52,7 @@
"shared.js": 30.4
},
"table": {
"index.js": 172.4
"index.js": 172.5
},
"tab-bar": {
"index.js": 12.4,
Expand Down Expand Up @@ -140,7 +140,7 @@
"shared.js": 1.1
},
"progress-bar": {
"index.js": 1.7
"index.js": 1.8
},
"product-cover": {
"index.js": 40.8,
Expand All @@ -150,7 +150,7 @@
"index.js": 1.2
},
"popup-sheet": {
"index.js": 66.7,
"index.js": 63.3,
"shared.js": 0.6
},
"popover": {
Expand Down Expand Up @@ -430,7 +430,7 @@
"index.js": 8.9
},
"attach": {
"index.js": 37.3
"index.js": 37.4
},
"amount": {
"index.js": 26.6
Expand Down
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
## 48.3.0

<sup><time>28.11.2024</time></sup>

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

#### Что изменилось
- Добавлен inverted цвет

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


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

#### Что изменилось
- Повышена специфичность стилей

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


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

#### Что изменилось
- Обновление цветовых палитр

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


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

#### Что изменилось
- Добавлен forwardRef для компонента TExpandableRow

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


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

#### Что изменилось
- Добавлены атомарные экспорты TitleDesktop, TitleMobile, TitleResponsive и Text
- В package.json добавлено sideEffects:false

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


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

#### Что изменилось
- В мобильном tooltip изменен размер кнопки на 56 для соответствия дизайну (в мобильных приложениях используются кнопки этого размера)

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



## 48.2.0

<sup><time>27.11.2024</time></sup>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alfalab/core-components",
"version": "48.2.0",
"version": "48.3.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down Expand Up @@ -103,7 +103,7 @@
"swiper": "^6.8.2",
"text-mask-core": "^5.1.2",
"tslib": "^2.4.0",
"ui-primitives": "^20.8.0"
"ui-primitives": "^22.7.0"
},
"devDependencies": {
"@alfalab/rollup-plugin-postcss": "^3.6.1",
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.4

### Patch Changes

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

## 1.2.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "1.2.4",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -19,8 +19,8 @@
"@alfalab/hooks": "^1.13.0",
"@alfalab/icons-glyph": "^2.139.0",
"@juggle/resize-observer": "^3.3.1",
"@alfalab/core-components-typography": "^4.10.3"
"@alfalab/core-components-typography": "^4.11.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
4 changes: 2 additions & 2 deletions packages/action-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"react-merge-refs": "1.1.0",
"tslib": "^2.4.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
4 changes: 2 additions & 2 deletions packages/alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"classnames": "^2.3.1",
"tslib": "^2.4.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
4 changes: 2 additions & 2 deletions packages/amount-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"tslib": "^2.4.0",
"@alfalab/core-components-shared": "^0.14.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
4 changes: 2 additions & 2 deletions packages/amount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"peerDependencies": {
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
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.20

### Patch Changes

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

## 6.6.19

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.19",
"version": "6.6.20",
"description": "",
"keywords": [],
"license": "MIT",
Expand All @@ -16,13 +16,13 @@
"dependencies": {
"@alfalab/core-components-button": "^11.10.2",
"@alfalab/core-components-keyboard-focusable": "^4.1.0",
"@alfalab/core-components-progress-bar": "^3.4.1",
"@alfalab/core-components-progress-bar": "^3.5.0",
"@alfalab/icons-glyph": "^2.139.0",
"@alfalab/utils": "^1.15.2",
"classnames": "^2.3.1",
"react-merge-refs": "^1.1.0",
"tslib": "^2.4.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
4 changes: 2 additions & 2 deletions packages/backdrop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"peerDependencies": {
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
4 changes: 2 additions & 2 deletions packages/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"classnames": "^2.3.1",
"tslib": "^2.4.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
4 changes: 2 additions & 2 deletions packages/bank-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"classnames": "^2.3.1",
"tslib": "^2.4.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
4 changes: 2 additions & 2 deletions packages/base-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"peerDependencies": {
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
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.11

### Patch Changes

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

## 6.17.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.10",
"version": "6.17.11",
"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.2",
"@alfalab/core-components-navigation-bar-private": "^0.5.3",
"@alfalab/core-components-shared": "^0.14.0",
"classnames": "^2.3.1",
"react-div-100vh": "^0.7.0",
Expand All @@ -26,6 +26,6 @@
"react-transition-group": "^4.4.5",
"tslib": "^2.4.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"buildThemes": [
"site"
],
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
7 changes: 7 additions & 0 deletions packages/calendar-input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 10.4.8

### Patch Changes

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

## 10.4.7

### 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.7",
"version": "10.4.8",
"description": "Calendar input 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.3",
"@alfalab/core-components-calendar": "^7.15.4",
"@alfalab/core-components-date-input": "^4.4.8",
"@alfalab/core-components-mq": "^4.4.0",
"@alfalab/core-components-popover": "^6.3.3",
Expand All @@ -27,6 +27,6 @@
"tslib": "^2.4.0",
"@alfalab/core-components-shared": "^0.14.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
8 changes: 8 additions & 0 deletions packages/calendar-range/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 7.7.5

### Patch Changes

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

## 7.7.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.4",
"version": "7.7.5",
"description": "Calendar range component",
"keywords": [],
"license": "MIT",
Expand All @@ -15,14 +15,14 @@
"react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
},
"dependencies": {
"@alfalab/core-components-calendar": "^7.15.3",
"@alfalab/core-components-calendar-input": "^10.4.7",
"@alfalab/core-components-calendar": "^7.15.4",
"@alfalab/core-components-calendar-input": "^10.4.8",
"@alfalab/core-components-date-input": "^4.4.8",
"@alfalab/hooks": "^1.13.0",
"classnames": "^2.3.1",
"date-fns": "^2.16.1",
"tslib": "^2.4.0"
},
"themesVersion": "13.5.0",
"varsVersion": "9.15.0"
"themesVersion": "13.6.0",
"varsVersion": "9.16.0"
}
Loading

0 comments on commit 8f6183d

Please sign in to comment.