@alfalab/core-components-bottom-sheet
Advanced tools
Comparing version 2.1.1 to 3.0.0
@@ -6,2 +6,42 @@ # Change Log | ||
# [3.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-bottom-sheet@2.1.1...@alfalab/core-components-bottom-sheet@3.0.0) (2021-11-26) | ||
### Features | ||
* **button:** добавлена кнопка размера 40px, изменены скругления ([#886](https://github.com/alfa-laboratory/core-components/issues/886)) ([88e657a](https://github.com/alfa-laboratory/core-components/commit/88e657a9f0f68b8b58f6e9437053954ee984f83c)), closes [#890](https://github.com/alfa-laboratory/core-components/issues/890) | ||
### BREAKING CHANGES | ||
* **button:** Кнопка размера xs теперь имеет размер 40px. Тем, кто использовал размер xs, надо | ||
заменить размер на xxs. Можно воспользоваться codemod. | ||
* feat(codemod): add button xs to xxs transformer | ||
* feat(tag): добавлен тэг размера 40px, изменены отступы | ||
Добавлен тэг размером 40px, изменены отступы. Тем, кто использовал размер xs, надо заменить размер | ||
на xxs. | ||
* **button:** Тэг размера xs теперь имеет размер 40px. Тем, кто использовал размер xs, надо | ||
заменить размер на xxs. Можно воспользоваться codemod. | ||
* test: update screenshots | ||
* test: update screenshots | ||
* feat(button): linter fix | ||
* feat(button): fix min-width | ||
* feat(tag): remove vertical paddings | ||
* feat(tag): remove vertical paddings | ||
* feat(button): updates | ||
## [2.1.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-bottom-sheet@2.1.0...@alfalab/core-components-bottom-sheet@2.1.1) (2021-09-14) | ||
@@ -8,0 +48,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var components_swipeableBackdrop_Component = require('./Component-47f23852.js'); | ||
var components_swipeableBackdrop_Component = require('./Component-e3bb3949.js'); | ||
var React = require('react'); | ||
@@ -20,3 +20,3 @@ var cn = require('classnames'); | ||
var styles = {"modal":"bottom-sheet__modal_1e99w","component":"bottom-sheet__component_1e99w","withTransition":"bottom-sheet__withTransition_1e99w","marker":"bottom-sheet__marker_1e99w","scrollableContainer":"bottom-sheet__scrollableContainer_1e99w","withPadding":"bottom-sheet__withPadding_1e99w","content":"bottom-sheet__content_1e99w","title":"bottom-sheet__title_1e99w","scrollLocked":"bottom-sheet__scrollLocked_1e99w","appear":"bottom-sheet__appear_1e99w","enter":"bottom-sheet__enter_1e99w","appearActive":"bottom-sheet__appearActive_1e99w","enterActive":"bottom-sheet__enterActive_1e99w","enterDone":"bottom-sheet__enterDone_1e99w","appearDone":"bottom-sheet__appearDone_1e99w","exit":"bottom-sheet__exit_1e99w","exitActive":"bottom-sheet__exitActive_1e99w"}; | ||
var styles = {"modal":"bottom-sheet__modal_p2g7f","component":"bottom-sheet__component_p2g7f","withTransition":"bottom-sheet__withTransition_p2g7f","marker":"bottom-sheet__marker_p2g7f","scrollableContainer":"bottom-sheet__scrollableContainer_p2g7f","withPadding":"bottom-sheet__withPadding_p2g7f","content":"bottom-sheet__content_p2g7f","title":"bottom-sheet__title_p2g7f","scrollLocked":"bottom-sheet__scrollLocked_p2g7f","appear":"bottom-sheet__appear_p2g7f","enter":"bottom-sheet__enter_p2g7f","appearActive":"bottom-sheet__appearActive_p2g7f","enterActive":"bottom-sheet__enterActive_p2g7f","enterDone":"bottom-sheet__enterDone_p2g7f","appearDone":"bottom-sheet__appearDone_p2g7f","exit":"bottom-sheet__exit_p2g7f","exitActive":"bottom-sheet__exitActive_p2g7f"}; | ||
require('./index.css') | ||
@@ -23,0 +23,0 @@ |
@@ -14,3 +14,3 @@ 'use strict'; | ||
var styles = {"footer":"bottom-sheet__footer_1kr0j","highlighted":"bottom-sheet__highlighted_1kr0j"}; | ||
var styles = {"footer":"bottom-sheet__footer_dbwxf","highlighted":"bottom-sheet__highlighted_dbwxf"}; | ||
require('./index.css') | ||
@@ -17,0 +17,0 @@ |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var components_swipeableBackdrop_Component = require('../../Component-47f23852.js'); | ||
var components_swipeableBackdrop_Component = require('../../Component-e3bb3949.js'); | ||
require('react'); | ||
@@ -8,0 +8,0 @@ require('@alfalab/core-components-backdrop'); |
@@ -1,2 +0,2 @@ | ||
import { S as SwipeableBackdrop, _ as __assign } from './Component-2f048341.js'; | ||
import { S as SwipeableBackdrop, _ as __assign } from './Component-949ec7bb.js'; | ||
import React, { forwardRef, useState, useRef, useCallback, useEffect } from 'react'; | ||
@@ -10,3 +10,3 @@ import cn from 'classnames'; | ||
var styles = {"modal":"bottom-sheet__modal_1e99w","component":"bottom-sheet__component_1e99w","withTransition":"bottom-sheet__withTransition_1e99w","marker":"bottom-sheet__marker_1e99w","scrollableContainer":"bottom-sheet__scrollableContainer_1e99w","withPadding":"bottom-sheet__withPadding_1e99w","content":"bottom-sheet__content_1e99w","title":"bottom-sheet__title_1e99w","scrollLocked":"bottom-sheet__scrollLocked_1e99w","appear":"bottom-sheet__appear_1e99w","enter":"bottom-sheet__enter_1e99w","appearActive":"bottom-sheet__appearActive_1e99w","enterActive":"bottom-sheet__enterActive_1e99w","enterDone":"bottom-sheet__enterDone_1e99w","appearDone":"bottom-sheet__appearDone_1e99w","exit":"bottom-sheet__exit_1e99w","exitActive":"bottom-sheet__exitActive_1e99w"}; | ||
var styles = {"modal":"bottom-sheet__modal_p2g7f","component":"bottom-sheet__component_p2g7f","withTransition":"bottom-sheet__withTransition_p2g7f","marker":"bottom-sheet__marker_p2g7f","scrollableContainer":"bottom-sheet__scrollableContainer_p2g7f","withPadding":"bottom-sheet__withPadding_p2g7f","content":"bottom-sheet__content_p2g7f","title":"bottom-sheet__title_p2g7f","scrollLocked":"bottom-sheet__scrollLocked_p2g7f","appear":"bottom-sheet__appear_p2g7f","enter":"bottom-sheet__enter_p2g7f","appearActive":"bottom-sheet__appearActive_p2g7f","enterActive":"bottom-sheet__enterActive_p2g7f","enterDone":"bottom-sheet__enterDone_p2g7f","appearDone":"bottom-sheet__appearDone_p2g7f","exit":"bottom-sheet__exit_p2g7f","exitActive":"bottom-sheet__exitActive_p2g7f"}; | ||
require('./index.css') | ||
@@ -13,0 +13,0 @@ |
@@ -5,3 +5,3 @@ import React, { useContext, useEffect } from 'react'; | ||
var styles = {"footer":"bottom-sheet__footer_1kr0j","highlighted":"bottom-sheet__highlighted_1kr0j"}; | ||
var styles = {"footer":"bottom-sheet__footer_dbwxf","highlighted":"bottom-sheet__highlighted_dbwxf"}; | ||
require('./index.css') | ||
@@ -8,0 +8,0 @@ |
@@ -1,3 +0,3 @@ | ||
export { S as SwipeableBackdrop } from '../../Component-2f048341.js'; | ||
export { S as SwipeableBackdrop } from '../../Component-949ec7bb.js'; | ||
import 'react'; | ||
import '@alfalab/core-components-backdrop/dist/esm'; |
@@ -1,2 +0,2 @@ | ||
import './Component-2f048341.js'; | ||
import './Component-949ec7bb.js'; | ||
import 'react'; | ||
@@ -3,0 +3,0 @@ import 'classnames'; |
@@ -5,3 +5,3 @@ 'use strict'; | ||
require('./Component-47f23852.js'); | ||
require('./Component-e3bb3949.js'); | ||
require('react'); | ||
@@ -8,0 +8,0 @@ require('classnames'); |
@@ -10,3 +10,3 @@ import React, { forwardRef, useState, useRef, useCallback, useEffect } from 'react'; | ||
var styles = {"modal":"bottom-sheet__modal_1e99w","component":"bottom-sheet__component_1e99w","withTransition":"bottom-sheet__withTransition_1e99w","marker":"bottom-sheet__marker_1e99w","scrollableContainer":"bottom-sheet__scrollableContainer_1e99w","withPadding":"bottom-sheet__withPadding_1e99w","content":"bottom-sheet__content_1e99w","title":"bottom-sheet__title_1e99w","scrollLocked":"bottom-sheet__scrollLocked_1e99w","appear":"bottom-sheet__appear_1e99w","enter":"bottom-sheet__enter_1e99w","appearActive":"bottom-sheet__appearActive_1e99w","enterActive":"bottom-sheet__enterActive_1e99w","enterDone":"bottom-sheet__enterDone_1e99w","appearDone":"bottom-sheet__appearDone_1e99w","exit":"bottom-sheet__exit_1e99w","exitActive":"bottom-sheet__exitActive_1e99w"}; | ||
var styles = {"modal":"bottom-sheet__modal_p2g7f","component":"bottom-sheet__component_p2g7f","withTransition":"bottom-sheet__withTransition_p2g7f","marker":"bottom-sheet__marker_p2g7f","scrollableContainer":"bottom-sheet__scrollableContainer_p2g7f","withPadding":"bottom-sheet__withPadding_p2g7f","content":"bottom-sheet__content_p2g7f","title":"bottom-sheet__title_p2g7f","scrollLocked":"bottom-sheet__scrollLocked_p2g7f","appear":"bottom-sheet__appear_p2g7f","enter":"bottom-sheet__enter_p2g7f","appearActive":"bottom-sheet__appearActive_p2g7f","enterActive":"bottom-sheet__enterActive_p2g7f","enterDone":"bottom-sheet__enterDone_p2g7f","appearDone":"bottom-sheet__appearDone_p2g7f","exit":"bottom-sheet__exit_p2g7f","exitActive":"bottom-sheet__exitActive_p2g7f"}; | ||
require('./index.css') | ||
@@ -13,0 +13,0 @@ |
@@ -5,3 +5,3 @@ import React, { useContext, useEffect } from 'react'; | ||
var styles = {"footer":"bottom-sheet__footer_1kr0j","highlighted":"bottom-sheet__highlighted_1kr0j"}; | ||
var styles = {"footer":"bottom-sheet__footer_dbwxf","highlighted":"bottom-sheet__highlighted_dbwxf"}; | ||
require('./index.css') | ||
@@ -8,0 +8,0 @@ |
{ | ||
"name": "@alfalab/core-components-bottom-sheet", | ||
"version": "2.1.1", | ||
"version": "3.0.0", | ||
"description": "Bottom sheet mobile component", | ||
@@ -30,3 +30,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "a80a4377703da0cb8fd257612117ef3eb2d9bc42" | ||
"gitHead": "10c9fd1caacf98a5c15f84529889ddf41e9e1b54" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
79460