@salutejs/plasma-new-hope 0.260.0-canary.1759.13175602857.0 → 0.261.0-canary.1756.13182478014.0
Sign up to get free protection for your applications and to get access to all the features.
- package/cjs/components/Calendar/hooks/useCalendarDateChange.js +1 -0
- package/cjs/components/Calendar/hooks/useCalendarDateChange.js.map +1 -1
- package/cjs/components/Calendar/store/reducer.js +4 -3
- package/cjs/components/Calendar/store/reducer.js.map +1 -1
- package/cjs/components/Calendar/store/types.js.map +1 -1
- package/emotion/cjs/components/Calendar/hooks/useCalendarDateChange.js +1 -0
- package/emotion/cjs/components/Calendar/store/reducer.js +4 -3
- package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +13 -14
- package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -1
- package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +13 -14
- package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +1 -1
- package/emotion/es/components/Calendar/hooks/useCalendarDateChange.js +1 -0
- package/emotion/es/components/Calendar/store/reducer.js +4 -3
- package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +13 -14
- package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -1
- package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +13 -14
- package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +1 -1
- package/es/components/Calendar/hooks/useCalendarDateChange.js +1 -0
- package/es/components/Calendar/hooks/useCalendarDateChange.js.map +1 -1
- package/es/components/Calendar/store/reducer.js +4 -3
- package/es/components/Calendar/store/reducer.js.map +1 -1
- package/es/components/Calendar/store/types.js.map +1 -1
- package/package.json +2 -2
- package/styled-components/cjs/components/Calendar/hooks/useCalendarDateChange.js +1 -0
- package/styled-components/cjs/components/Calendar/store/reducer.js +4 -3
- package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +1 -2
- package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -1
- package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +1 -2
- package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +1 -1
- package/styled-components/es/components/Calendar/hooks/useCalendarDateChange.js +1 -0
- package/styled-components/es/components/Calendar/store/reducer.js +4 -3
- package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +1 -2
- package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +1 -1
- package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +1 -2
- package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +1 -1
- package/types/components/Calendar/hooks/useCalendarDateChange.d.ts.map +1 -1
- package/types/components/Calendar/store/types.d.ts +1 -0
- package/types/components/Calendar/store/types.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +0 -1
- package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
- package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +0 -1
- package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +0 -1
- package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
- package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +0 -1
- package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
@@ -13,7 +13,7 @@ import { config } from './TextArea.config';
|
|
13
13
|
import { TextArea } from './TextArea';
|
14
14
|
|
15
15
|
const labelPlacements = ['inner', 'outer'];
|
16
|
-
const sizes = ['xs', 's', 'm', 'l'
|
16
|
+
const sizes = ['xs', 's', 'm', 'l'];
|
17
17
|
const views = ['default', 'positive', 'warning', 'negative'];
|
18
18
|
const hintViews = ['default'];
|
19
19
|
const hintSizes = ['m', 's'];
|