@salutejs/plasma-new-hope 0.327.0-canary.2010.15694111005.0 → 0.327.0-canary.2010.15733259332.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/emotion/cjs/examples/plasma_b2c/components/Tour/Tour.stories.tsx +3 -0
- package/emotion/es/examples/plasma_b2c/components/Tour/Tour.stories.tsx +3 -0
- package/package.json +2 -2
- package/styled-components/cjs/examples/plasma_b2c/components/Tour/Tour.stories.tsx +3 -0
- package/styled-components/es/examples/plasma_b2c/components/Tour/Tour.stories.tsx +3 -0
@@ -229,6 +229,9 @@ const StoryDefault = (args) => {
|
|
229
229
|
>
|
230
230
|
<TextArea
|
231
231
|
ref={ref1}
|
232
|
+
label="Textarea"
|
233
|
+
placeholder="Напиши что нибудь"
|
234
|
+
leftHelper="Helper Text"
|
232
235
|
rightHelper={
|
233
236
|
<div ref={ref5} style={{ cursor: 'pointer', transform: 'rotate(-90deg)' }}>
|
234
237
|
<IconArrowDown />
|
@@ -229,6 +229,9 @@ const StoryDefault = (args) => {
|
|
229
229
|
>
|
230
230
|
<TextArea
|
231
231
|
ref={ref1}
|
232
|
+
label="Textarea"
|
233
|
+
placeholder="Напиши что нибудь"
|
234
|
+
leftHelper="Helper Text"
|
232
235
|
rightHelper={
|
233
236
|
<div ref={ref5} style={{ cursor: 'pointer', transform: 'rotate(-90deg)' }}>
|
234
237
|
<IconArrowDown />
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-new-hope",
|
3
|
-
"version": "0.327.0-canary.2010.
|
3
|
+
"version": "0.327.0-canary.2010.15733259332.0",
|
4
4
|
"description": "Salute Design System blueprint",
|
5
5
|
"main": "cjs/index.js",
|
6
6
|
"module": "es/index.js",
|
@@ -137,5 +137,5 @@
|
|
137
137
|
"sideEffects": [
|
138
138
|
"*.css"
|
139
139
|
],
|
140
|
-
"gitHead": "
|
140
|
+
"gitHead": "ac7f0dcc303eb258ab7e1baae77660c488fb07fd"
|
141
141
|
}
|
@@ -229,6 +229,9 @@ const StoryDefault = (args) => {
|
|
229
229
|
>
|
230
230
|
<TextArea
|
231
231
|
ref={ref1}
|
232
|
+
label="Textarea"
|
233
|
+
placeholder="Напиши что нибудь"
|
234
|
+
leftHelper="Helper Text"
|
232
235
|
rightHelper={
|
233
236
|
<div ref={ref5} style={{ cursor: 'pointer', transform: 'rotate(-90deg)' }}>
|
234
237
|
<IconArrowDown />
|
@@ -229,6 +229,9 @@ const StoryDefault = (args) => {
|
|
229
229
|
>
|
230
230
|
<TextArea
|
231
231
|
ref={ref1}
|
232
|
+
label="Textarea"
|
233
|
+
placeholder="Напиши что нибудь"
|
234
|
+
leftHelper="Helper Text"
|
232
235
|
rightHelper={
|
233
236
|
<div ref={ref5} style={{ cursor: 'pointer', transform: 'rotate(-90deg)' }}>
|
234
237
|
<IconArrowDown />
|