@salutejs/plasma-new-hope 0.158.0-canary.1443.11127069754.0 → 0.158.0-canary.1443.11128958088.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. package/cjs/components/TextArea/TextArea.js +23 -16
  2. package/cjs/components/TextArea/TextArea.js.map +1 -1
  3. package/cjs/components/TextArea/TextArea.tokens.js +18 -2
  4. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  5. package/cjs/components/TextArea/variations/_clear/base.js +9 -0
  6. package/cjs/components/TextArea/variations/_clear/base.js.map +1 -0
  7. package/cjs/components/TextArea/variations/_clear/base_vidplj.css +1 -0
  8. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  9. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  10. package/cjs/components/TextArea/variations/_view/base_d1s4o7.css +1 -0
  11. package/cjs/index.css +3 -1
  12. package/emotion/cjs/components/Steps/Steps.template-doc.mdx +3 -5
  13. package/emotion/cjs/components/TextArea/TextArea.js +24 -17
  14. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +29 -0
  15. package/emotion/cjs/components/TextArea/TextArea.tokens.js +18 -2
  16. package/emotion/cjs/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  17. package/emotion/cjs/components/TextArea/variations/_clear/base.js +10 -0
  18. package/emotion/cjs/components/TextArea/variations/_view/base.js +2 -2
  19. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  20. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  21. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.config.js +25 -0
  22. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.js +13 -0
  23. package/emotion/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +169 -0
  24. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +12 -9
  25. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  26. package/emotion/es/components/Steps/Steps.template-doc.mdx +3 -5
  27. package/emotion/es/components/TextArea/TextArea.js +22 -15
  28. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +29 -0
  29. package/emotion/es/components/TextArea/TextArea.tokens.js +18 -2
  30. package/emotion/es/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  31. package/emotion/es/components/TextArea/variations/_clear/base.js +4 -0
  32. package/emotion/es/components/TextArea/variations/_view/base.js +2 -2
  33. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  34. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  35. package/emotion/es/examples/plasma_web/components/Steps/Steps.config.js +19 -0
  36. package/emotion/es/examples/plasma_web/components/Steps/Steps.js +9 -0
  37. package/emotion/es/examples/plasma_web/components/Steps/Steps.stories.tsx +169 -0
  38. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +12 -9
  39. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  40. package/es/components/TextArea/TextArea.js +23 -16
  41. package/es/components/TextArea/TextArea.js.map +1 -1
  42. package/es/components/TextArea/TextArea.tokens.js +18 -2
  43. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  44. package/es/components/TextArea/variations/_clear/base.js +5 -0
  45. package/es/components/TextArea/variations/_clear/base.js.map +1 -0
  46. package/es/components/TextArea/variations/_clear/base_vidplj.css +1 -0
  47. package/es/components/TextArea/variations/_view/base.js +1 -1
  48. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  49. package/es/components/TextArea/variations/_view/base_d1s4o7.css +1 -0
  50. package/es/index.css +3 -1
  51. package/package.json +2 -2
  52. package/styled-components/cjs/components/Steps/Steps.template-doc.mdx +3 -5
  53. package/styled-components/cjs/components/TextArea/TextArea.js +23 -16
  54. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +29 -0
  55. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +18 -2
  56. package/styled-components/cjs/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  57. package/styled-components/cjs/components/TextArea/variations/_clear/base.js +10 -0
  58. package/styled-components/cjs/components/TextArea/variations/_view/base.js +1 -1
  59. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  60. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  61. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.config.js +25 -0
  62. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.js +13 -0
  63. package/styled-components/cjs/examples/plasma_web/components/Steps/Steps.stories.tsx +169 -0
  64. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +11 -8
  65. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  66. package/styled-components/es/components/Steps/Steps.template-doc.mdx +3 -5
  67. package/styled-components/es/components/TextArea/TextArea.js +21 -14
  68. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +29 -0
  69. package/styled-components/es/components/TextArea/TextArea.tokens.js +18 -2
  70. package/styled-components/es/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  71. package/styled-components/es/components/TextArea/variations/_clear/base.js +4 -0
  72. package/styled-components/es/components/TextArea/variations/_view/base.js +1 -1
  73. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  74. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +18 -11
  75. package/styled-components/es/examples/plasma_web/components/Steps/Steps.config.js +19 -0
  76. package/styled-components/es/examples/plasma_web/components/Steps/Steps.js +9 -0
  77. package/styled-components/es/examples/plasma_web/components/Steps/Steps.stories.tsx +169 -0
  78. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +11 -8
  79. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +18 -12
  80. package/types/components/TextArea/TextArea.d.ts +4 -0
  81. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  82. package/types/components/TextArea/TextArea.tokens.d.ts +16 -0
  83. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  84. package/types/components/TextArea/TextArea.types.d.ts +15 -3
  85. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  86. package/types/components/TextArea/mixins/applyDynamicLabel.d.ts.map +1 -1
  87. package/types/components/TextArea/variations/_clear/base.d.ts +2 -0
  88. package/types/components/TextArea/variations/_clear/base.d.ts.map +1 -0
  89. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +3 -0
  90. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  91. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +81 -0
  92. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  93. package/types/examples/plasma_web/components/Steps/Steps.config.d.ts +18 -0
  94. package/types/examples/plasma_web/components/Steps/Steps.config.d.ts.map +1 -0
  95. package/types/examples/plasma_web/components/Steps/Steps.d.ts +35 -0
  96. package/types/examples/plasma_web/components/Steps/Steps.d.ts.map +1 -0
  97. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +3 -0
  98. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  99. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +81 -0
  100. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  101. package/cjs/components/TextArea/variations/_view/base_8npjyq.css +0 -1
  102. package/es/components/TextArea/variations/_view/base_8npjyq.css +0 -1
@@ -15,6 +15,10 @@ export declare const textAreaConfig: {
15
15
  view: {
16
16
  css: import("@linaria/core").LinariaClassName;
17
17
  };
18
+ clear: {
19
+ css: import("@linaria/core").LinariaClassName;
20
+ attrs: boolean;
21
+ };
18
22
  disabled: {
19
23
  css: import("@linaria/core").LinariaClassName;
20
24
  attrs: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuD,MAAM,OAAO,CAAC;AAK5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAqBrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AA+BtD,eAAO,MAAM,sBAAsB,UAAW,aAAa,WAAW,OAAO,2BA4B5E,CAAC;AAEF,eAAO,MAAM,YAAY,SAAU,UAAU,mBAAmB,EAAE,aAAa,CAAC,8FAgL1E,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBAlLQ,UAAU,mBAAmB,EAAE,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;CA0M/E,CAAC"}
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuD,MAAM,OAAO,CAAC;AAK5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAsBrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AA+BtD,eAAO,MAAM,sBAAsB,UAAW,aAAa,WAAW,OAAO,2BA2B5E,CAAC;AAEF,eAAO,MAAM,YAAY,SAAU,UAAU,mBAAmB,EAAE,aAAa,CAAC,8FAsL1E,CAAC;AAEP,eAAO,MAAM,cAAc;;;mBAxLQ,UAAU,mBAAmB,EAAE,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;CAoN/E,CAAC"}
@@ -17,6 +17,10 @@ export declare const classes: {
17
17
  styledHelpers: string;
18
18
  innerLabelPlacement: string;
19
19
  outerLabelPlacement: string;
20
+ /** Класс для view `clear` */
21
+ clear: string;
22
+ hasRightContent: string;
23
+ hasDivider: string;
20
24
  };
21
25
  export declare const tokens: {
22
26
  /** Цвет фона для элемента textarea */
@@ -45,14 +49,17 @@ export declare const tokens: {
45
49
  helpersBackgroundColorFocus: string;
46
50
  /** Цвет текста для элемента textarea */
47
51
  inputColor: string;
52
+ clearInputColor: string;
48
53
  /** Цвет текста для элемента textarea в состоянии focus */
49
54
  inputColorFocus: string;
50
55
  /** Цвет каретки для элемента textarea */
51
56
  inputCaretColor: string;
52
57
  /** Цвет элемента placeholder */
53
58
  placeholderColor: string;
59
+ clearPlaceholderColor: string;
54
60
  /** Цвет элемента placeholder в состоянии focus */
55
61
  placeholderColorFocus: string;
62
+ clearPlaceholderColorFocus: string;
56
63
  /** Цвет элемента optional */
57
64
  optionalColor: string;
58
65
  /** Цвет текста для левой подписи снизу */
@@ -83,6 +90,7 @@ export declare const tokens: {
83
90
  inputPaddingRight: string;
84
91
  /** Отступ справа для элемента textarea, когда есть контент справа */
85
92
  inputPaddingRightWithRightContent: string;
93
+ clearInputPaddingRightWithRightContent: string;
86
94
  /** Отступ снизу для элемента textarea */
87
95
  inputPaddingBottom: string;
88
96
  /** Отступ снизу для элемента textarea, когда есть блок подписей */
@@ -91,6 +99,7 @@ export declare const tokens: {
91
99
  inputPaddingLeft: string;
92
100
  /** Отступ сверху для блока подписей */
93
101
  helpersPaddingTop: string;
102
+ clearHelpersPaddingTop: string;
94
103
  /** Отступ справа для блока подписей */
95
104
  helpersPaddingRight: string;
96
105
  /** Отступ снизу для блока подписей */
@@ -121,6 +130,7 @@ export declare const tokens: {
121
130
  labelOuterLineHeight: string;
122
131
  /** Отступ сверху для элемента label, когда он внутри и уменьшен */
123
132
  labelMarginBottom: string;
133
+ clearLabelMarginBottom: string;
124
134
  /** Шрифт для элемента label, когда он внутри и уменьшен */
125
135
  labelInnerFontFamily: string;
126
136
  /** Размер шрифта для элемента label, когда он внутри и уменьшен */
@@ -173,5 +183,11 @@ export declare const tokens: {
173
183
  indicatorLabelPlacementOuter: string;
174
184
  indicatorLabelPlacementInnerRight: string;
175
185
  indicatorLabelPlacementOuterRight: string;
186
+ clearIndicatorLabelPlacementInner: string;
187
+ clearIndicatorLabelPlacementInnerRight: string;
188
+ dividerColor: string;
189
+ dividerColorHover: string;
190
+ dividerColorFocus: string;
191
+ dividerColorReadOnly: string;
176
192
  };
177
193
  //# sourceMappingURL=TextArea.tokens.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;IAChB,6DAA6D;;IAE7D,kEAAkE;;IAElE,+CAA+C;;IAE/C,6CAA6C;;IAE7C,4CAA4C;;IAE5C,mDAAmD;;IAEnD,+CAA+C;;IAE/C,2CAA2C;;;;CAI9C,CAAC;AAEF,eAAO,MAAM,MAAM;IACf,sCAAsC;;IAEtC,wDAAwD;;IAExD,yDAAyD;;IAEzD,wDAAwD;;IAExD,0CAA0C;;IAE1C,4DAA4D;;IAE5D,6DAA6D;;IAE7D,4DAA4D;;IAE5D,yCAAyC;;IAEzC,2DAA2D;;IAE3D,4DAA4D;;IAE5D,2DAA2D;;IAE3D,wCAAwC;;IAExC,0DAA0D;;IAE1D,yCAAyC;;IAEzC,gCAAgC;;IAEhC,kDAAkD;;IAElD,6BAA6B;;IAE7B,0CAA0C;;IAE1C,2CAA2C;;IAE3C,yCAAyC;;IAEzC,2DAA2D;;IAE3D,2DAA2D;;IAG3D,+BAA+B;;IAE/B,+BAA+B;;IAE/B,2CAA2C;;IAE3C,qCAAqC;;IAErC,+CAA+C;;IAE/C,4FAA4F;;IAE5F,0CAA0C;;IAE1C,0CAA0C;;IAE1C,qEAAqE;;IAErE,yCAAyC;;IAEzC,mEAAmE;;IAEnE,yCAAyC;;IAEzC,uCAAuC;;IAEvC,uCAAuC;;IAEvC,sCAAsC;;IAEtC,sCAAsC;;IAEtC,+FAA+F;;IAE/F,wCAAwC;;IAExC,wCAAwC;;IAExC,6BAA6B;;IAE7B,2DAA2D;;IAE3D,2DAA2D;;IAE3D,mEAAmE;;IAEnE,kEAAkE;;IAElE,uEAAuE;;IAEvE,8EAA8E;;IAE9E,mEAAmE;;IAEnE,mEAAmE;;IAEnE,2DAA2D;;IAE3D,mEAAmE;;IAEnE,kEAAkE;;IAElE,uEAAuE;;IAEvE,8EAA8E;;IAE9E,mEAAmE;;IAEnE,qDAAqD;;IAErD,oCAAoC;;IAEpC,kCAAkC;;IAElC,0CAA0C;;IAE1C,yCAAyC;;IAEzC,8CAA8C;;IAE9C,4DAA4D;;IAE5D,iDAAiD;;IAEjD,8CAA8C;;IAE9C,sDAAsD;;IAEtD,qDAAqD;;IAErD,0DAA0D;;IAE1D,iEAAiE;;IAEjE,sDAAsD;;;IAKtD,6DAA6D;;IAE7D,6DAA6D;;;;;;;;;CAUhE,CAAC"}
1
+ {"version":3,"file":"TextArea.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;IAChB,6DAA6D;;IAE7D,kEAAkE;;IAElE,+CAA+C;;IAE/C,6CAA6C;;IAE7C,4CAA4C;;IAE5C,mDAAmD;;IAEnD,+CAA+C;;IAE/C,2CAA2C;;;;IAI3C,6BAA6B;;;;CAIhC,CAAC;AAEF,eAAO,MAAM,MAAM;IACf,sCAAsC;;IAEtC,wDAAwD;;IAExD,yDAAyD;;IAEzD,wDAAwD;;IAExD,0CAA0C;;IAE1C,4DAA4D;;IAE5D,6DAA6D;;IAE7D,4DAA4D;;IAE5D,yCAAyC;;IAEzC,2DAA2D;;IAE3D,4DAA4D;;IAE5D,2DAA2D;;IAE3D,wCAAwC;;;IAGxC,0DAA0D;;IAE1D,yCAAyC;;IAEzC,gCAAgC;;;IAGhC,kDAAkD;;;IAGlD,6BAA6B;;IAE7B,0CAA0C;;IAE1C,2CAA2C;;IAE3C,yCAAyC;;IAEzC,2DAA2D;;IAE3D,2DAA2D;;IAG3D,+BAA+B;;IAE/B,+BAA+B;;IAE/B,2CAA2C;;IAE3C,qCAAqC;;IAErC,+CAA+C;;IAE/C,4FAA4F;;IAE5F,0CAA0C;;IAE1C,0CAA0C;;IAE1C,qEAAqE;;;IAGrE,yCAAyC;;IAEzC,mEAAmE;;IAEnE,yCAAyC;;IAEzC,uCAAuC;;;IAGvC,uCAAuC;;IAEvC,sCAAsC;;IAEtC,sCAAsC;;IAEtC,+FAA+F;;IAE/F,wCAAwC;;IAExC,wCAAwC;;IAExC,6BAA6B;;IAE7B,2DAA2D;;IAE3D,2DAA2D;;IAE3D,mEAAmE;;IAEnE,kEAAkE;;IAElE,uEAAuE;;IAEvE,8EAA8E;;IAE9E,mEAAmE;;IAEnE,mEAAmE;;;IAGnE,2DAA2D;;IAE3D,mEAAmE;;IAEnE,kEAAkE;;IAElE,uEAAuE;;IAEvE,8EAA8E;;IAE9E,mEAAmE;;IAEnE,qDAAqD;;IAErD,oCAAoC;;IAEpC,kCAAkC;;IAElC,0CAA0C;;IAE1C,yCAAyC;;IAEzC,8CAA8C;;IAE9C,4DAA4D;;IAE5D,iDAAiD;;IAEjD,8CAA8C;;IAE9C,sDAAsD;;IAEtD,qDAAqD;;IAErD,0DAA0D;;IAE1D,iEAAiE;;IAEjE,sDAAsD;;;IAKtD,6DAA6D;;IAE7D,6DAA6D;;;;;;;;;;;;;;;CAiBhE,CAAC"}
@@ -1,13 +1,25 @@
1
1
  /// <reference types="react" />
2
2
  import { TextareaHTMLAttributes } from '../../types';
3
- declare type Only<T, U, R> = {
3
+ declare type Only<T, U, R, K> = {
4
4
  [P in keyof T]: T[P];
5
5
  } & {
6
6
  [P in keyof U]?: never;
7
7
  } & {
8
8
  [P in keyof R]?: never;
9
+ } & {
10
+ [P in keyof K]?: never;
11
+ };
12
+ declare type OneOf<T, U, R, K> = Only<T, U, R, K> | Only<U, T, R, K> | Only<R, T, U, K> | Only<K, R, T, U>;
13
+ declare type ClearProps = {
14
+ /**
15
+ * view применяется с clear-токенами
16
+ */
17
+ clear?: true;
18
+ /**
19
+ * отобразить ли divider
20
+ */
21
+ hasDivider?: boolean;
9
22
  };
10
- declare type OneOf<T, U, R> = Only<T, U, R> | Only<U, T, R> | Only<R, T, U>;
11
23
  export declare type TextAreaPropsAutoResize = {
12
24
  /**
13
25
  * Автоматическая высота поля ввода.
@@ -46,7 +58,7 @@ export declare type TextAreaPropsRowsCols = {
46
58
  */
47
59
  cols?: number;
48
60
  };
49
- export declare type TextAreaDimensionsProps = OneOf<TextAreaPropsAutoResize, TextAreaPropsHeightWidth, TextAreaPropsRowsCols>;
61
+ export declare type TextAreaDimensionsProps = OneOf<TextAreaPropsAutoResize, TextAreaPropsHeightWidth, TextAreaPropsRowsCols, ClearProps>;
50
62
  declare type RequiredProps = {
51
63
  /**
52
64
  * Задает выравнивание индикатора обязательности поля
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.types.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAErD,aAAK,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI;KAChB,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACvB,GACG;KACK,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK;CACzB,GACD;KACK,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK;CACzB,CAAC;AAEN,aAAK,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAEpE,oBAAY,uBAAuB,GAAG;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,wBAAwB,GAAG;IACnC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAChC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,oBAAY,uBAAuB,GAAG,KAAK,CAAC,uBAAuB,EAAE,wBAAwB,EAAE,qBAAqB,CAAC,CAAC;AAEtH,aAAK,aAAa,GAAG;IACjB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACxC,GAAG,CACE;IACI;;OAEG;IACH,QAAQ,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;CAC5B,GACD;IACI;;OAEG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;CAC5B,CACN,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC5B;;;OAGG;IACH,MAAM,CAAC,EAAE,EAAE,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAC9C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IACnC;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAClC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,CAAC;IACrD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,GAAG,aAAa,CAAC;AAElB,aAAK,oBAAoB,GAAG,iBAAiB,GAAG;IAC5C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,oBAAY,aAAa,GAAG,IAAI,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,CAAC,GACvG,oBAAoB,GACpB,uBAAuB,CAAC"}
1
+ {"version":3,"file":"TextArea.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextArea/TextArea.types.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAErD,aAAK,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI;KACnB,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACvB,GACG;KACK,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK;CACzB,GACD;KACK,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK;CACzB,GACD;KACK,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,KAAK;CACzB,CAAC;AAEN,aAAK,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAEnG,aAAK,UAAU,GAAG;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,IAAI,CAAC;IACb;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,oBAAY,uBAAuB,GAAG;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,oBAAY,wBAAwB,GAAG;IACnC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC3B,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAChC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,oBAAY,uBAAuB,GAAG,KAAK,CACvC,uBAAuB,EACvB,wBAAwB,EACxB,qBAAqB,EACrB,UAAU,CACb,CAAC;AAEF,aAAK,aAAa,GAAG;IACjB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACxC,GAAG,CACE;IACI;;OAEG;IACH,QAAQ,EAAE,IAAI,CAAC;IACf;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;CAC5B,GACD;IACI;;OAEG;IACH,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC;CAC5B,CACN,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC5B;;;OAGG;IACH,MAAM,CAAC,EAAE,EAAE,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAC9C;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IACnC;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAClC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,YAAY,GAAG,UAAU,CAAC;IACrD;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,GAAG,aAAa,CAAC;AAElB,aAAK,oBAAoB,GAAG,iBAAiB,GAAG;IAC5C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,oBAAY,aAAa,GAAG,IAAI,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,UAAU,CAAC,GACvG,oBAAoB,GACpB,uBAAuB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"applyDynamicLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/TextArea/mixins/applyDynamicLabel.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB,QAkC7B,CAAC"}
1
+ {"version":3,"file":"applyDynamicLabel.d.ts","sourceRoot":"","sources":["../../../../src/components/TextArea/mixins/applyDynamicLabel.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,iBAAiB,QA4B7B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const base: import("@linaria/core").LinariaClassName;
2
+ //# sourceMappingURL=base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextArea/variations/_clear/base.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,IAAI,0CAsHhB,CAAC"}
@@ -16,6 +16,9 @@ export declare const config: {
16
16
  warning: import("@linaria/core").LinariaClassName;
17
17
  negative: import("@linaria/core").LinariaClassName;
18
18
  };
19
+ clear: {
20
+ true: import("@linaria/core").LinariaClassName;
21
+ };
19
22
  disabled: {
20
23
  true: import("@linaria/core").LinariaClassName;
21
24
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CAqRlB,CAAC"}
1
+ {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CA+UlB,CAAC"}
@@ -12,6 +12,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
12
12
  warning: import("@linaria/core").LinariaClassName;
13
13
  negative: import("@linaria/core").LinariaClassName;
14
14
  };
15
+ clear: {
16
+ true: import("@linaria/core").LinariaClassName;
17
+ };
15
18
  disabled: {
16
19
  true: import("@linaria/core").LinariaClassName;
17
20
  };
@@ -42,6 +45,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
42
45
  } & {
43
46
  rows?: undefined;
44
47
  cols?: undefined;
48
+ } & {
49
+ clear?: undefined;
50
+ hasDivider?: undefined;
45
51
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
46
52
  status?: "" | "error" | "success" | "warning" | undefined;
47
53
  label?: string | undefined;
@@ -69,6 +75,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
69
75
  } & {
70
76
  rows?: undefined;
71
77
  cols?: undefined;
78
+ } & {
79
+ clear?: undefined;
80
+ hasDivider?: undefined;
72
81
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
73
82
  status?: "" | "error" | "success" | "warning" | undefined;
74
83
  label?: string | undefined;
@@ -96,6 +105,39 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
96
105
  } & {
97
106
  height?: undefined;
98
107
  width?: undefined;
108
+ } & {
109
+ clear?: undefined;
110
+ hasDivider?: undefined;
111
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
112
+ status?: "" | "error" | "success" | "warning" | undefined;
113
+ label?: string | undefined;
114
+ labelPlacement?: "inner" | "outer" | undefined;
115
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
116
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
117
+ helperText?: string | undefined;
118
+ leftHelper?: string | undefined;
119
+ rightHelper?: string | undefined;
120
+ } & {
121
+ requiredPlacement?: "left" | "right" | undefined;
122
+ } & {
123
+ required: true;
124
+ optional?: false | undefined;
125
+ } & {
126
+ size?: string | undefined;
127
+ view?: string | undefined;
128
+ } & {
129
+ clear?: true | undefined;
130
+ hasDivider?: boolean | undefined;
131
+ } & {
132
+ rows?: undefined;
133
+ cols?: undefined;
134
+ } & {
135
+ autoResize?: undefined;
136
+ maxAuto?: undefined;
137
+ minAuto?: undefined;
138
+ } & {
139
+ height?: undefined;
140
+ width?: undefined;
99
141
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
100
142
  status?: "" | "error" | "success" | "warning" | undefined;
101
143
  label?: string | undefined;
@@ -123,6 +165,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
123
165
  } & {
124
166
  rows?: undefined;
125
167
  cols?: undefined;
168
+ } & {
169
+ clear?: undefined;
170
+ hasDivider?: undefined;
126
171
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
127
172
  status?: "" | "error" | "success" | "warning" | undefined;
128
173
  label?: string | undefined;
@@ -150,6 +195,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
150
195
  } & {
151
196
  rows?: undefined;
152
197
  cols?: undefined;
198
+ } & {
199
+ clear?: undefined;
200
+ hasDivider?: undefined;
153
201
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
154
202
  status?: "" | "error" | "success" | "warning" | undefined;
155
203
  label?: string | undefined;
@@ -177,5 +225,38 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
177
225
  } & {
178
226
  height?: undefined;
179
227
  width?: undefined;
228
+ } & {
229
+ clear?: undefined;
230
+ hasDivider?: undefined;
231
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
232
+ status?: "" | "error" | "success" | "warning" | undefined;
233
+ label?: string | undefined;
234
+ labelPlacement?: "inner" | "outer" | undefined;
235
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
236
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
237
+ helperText?: string | undefined;
238
+ leftHelper?: string | undefined;
239
+ rightHelper?: string | undefined;
240
+ } & {
241
+ requiredPlacement?: "left" | "right" | undefined;
242
+ } & {
243
+ optional?: true | undefined;
244
+ required?: false | undefined;
245
+ } & {
246
+ size?: string | undefined;
247
+ view?: string | undefined;
248
+ } & {
249
+ clear?: true | undefined;
250
+ hasDivider?: boolean | undefined;
251
+ } & {
252
+ rows?: undefined;
253
+ cols?: undefined;
254
+ } & {
255
+ autoResize?: undefined;
256
+ maxAuto?: undefined;
257
+ minAuto?: undefined;
258
+ } & {
259
+ height?: undefined;
260
+ width?: undefined;
180
261
  } & import("react").RefAttributes<HTMLTextAreaElement>))>;
181
262
  //# sourceMappingURL=TextArea.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAA0B,CAAC"}
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAA0B,CAAC"}
@@ -0,0 +1,18 @@
1
+ export declare const config: {
2
+ defaults: {
3
+ size: string;
4
+ view: string;
5
+ };
6
+ variations: {
7
+ view: {
8
+ default: import("@linaria/core").LinariaClassName;
9
+ };
10
+ size: {
11
+ l: import("@linaria/core").LinariaClassName;
12
+ m: import("@linaria/core").LinariaClassName;
13
+ s: import("@linaria/core").LinariaClassName;
14
+ xs: import("@linaria/core").LinariaClassName;
15
+ };
16
+ };
17
+ };
18
+ //# sourceMappingURL=Steps.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Steps.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Steps/Steps.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;CA8NlB,CAAC"}
@@ -0,0 +1,35 @@
1
+ /// <reference types="react" />
2
+ declare const mergedConfig: import("../../../../engines").ComponentConfig<string, {
3
+ view: {
4
+ default: import("@linaria/core").LinariaClassName;
5
+ };
6
+ size: {
7
+ l: import("@linaria/core").LinariaClassName;
8
+ m: import("@linaria/core").LinariaClassName;
9
+ s: import("@linaria/core").LinariaClassName;
10
+ xs: import("@linaria/core").LinariaClassName;
11
+ };
12
+ }, import("../../../../engines/types").PropsType<{
13
+ view: {
14
+ default: import("@linaria/core").LinariaClassName;
15
+ };
16
+ size: {
17
+ l: import("@linaria/core").LinariaClassName;
18
+ m: import("@linaria/core").LinariaClassName;
19
+ s: import("@linaria/core").LinariaClassName;
20
+ xs: import("@linaria/core").LinariaClassName;
21
+ };
22
+ }>, import("react").HTMLAttributes<HTMLElement> | import("../../../../engines/types").HTMLAttributesWithoutOnChange<HTMLElement>>;
23
+ declare const Steps: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
24
+ view: {
25
+ default: import("@linaria/core").LinariaClassName;
26
+ };
27
+ size: {
28
+ l: import("@linaria/core").LinariaClassName;
29
+ m: import("@linaria/core").LinariaClassName;
30
+ s: import("@linaria/core").LinariaClassName;
31
+ xs: import("@linaria/core").LinariaClassName;
32
+ };
33
+ }> & (import("react").HTMLAttributes<HTMLElement> | import("../../../../engines/types").HTMLAttributesWithoutOnChange<HTMLElement>)>;
34
+ export { Steps, mergedConfig };
35
+ //# sourceMappingURL=Steps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Steps.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Steps/Steps.ts"],"names":[],"mappings":";AAOA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;iIAAmC,CAAC;AAEtD,QAAA,MAAM,KAAK;;;;;;;;;;oIAA0B,CAAC;AAEtC,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,CAAC"}
@@ -16,6 +16,9 @@ export declare const config: {
16
16
  warning: import("@linaria/core").LinariaClassName;
17
17
  negative: import("@linaria/core").LinariaClassName;
18
18
  };
19
+ clear: {
20
+ true: import("@linaria/core").LinariaClassName;
21
+ };
19
22
  disabled: {
20
23
  true: import("@linaria/core").LinariaClassName;
21
24
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CA+QlB,CAAC"}
1
+ {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;CAkUlB,CAAC"}
@@ -12,6 +12,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
12
12
  warning: import("@linaria/core").LinariaClassName;
13
13
  negative: import("@linaria/core").LinariaClassName;
14
14
  };
15
+ clear: {
16
+ true: import("@linaria/core").LinariaClassName;
17
+ };
15
18
  disabled: {
16
19
  true: import("@linaria/core").LinariaClassName;
17
20
  };
@@ -42,6 +45,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
42
45
  } & {
43
46
  rows?: undefined;
44
47
  cols?: undefined;
48
+ } & {
49
+ clear?: undefined;
50
+ hasDivider?: undefined;
45
51
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
46
52
  status?: "" | "error" | "success" | "warning" | undefined;
47
53
  label?: string | undefined;
@@ -69,6 +75,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
69
75
  } & {
70
76
  rows?: undefined;
71
77
  cols?: undefined;
78
+ } & {
79
+ clear?: undefined;
80
+ hasDivider?: undefined;
72
81
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
73
82
  status?: "" | "error" | "success" | "warning" | undefined;
74
83
  label?: string | undefined;
@@ -96,6 +105,39 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
96
105
  } & {
97
106
  height?: undefined;
98
107
  width?: undefined;
108
+ } & {
109
+ clear?: undefined;
110
+ hasDivider?: undefined;
111
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
112
+ status?: "" | "error" | "success" | "warning" | undefined;
113
+ label?: string | undefined;
114
+ labelPlacement?: "inner" | "outer" | undefined;
115
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
116
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
117
+ helperText?: string | undefined;
118
+ leftHelper?: string | undefined;
119
+ rightHelper?: string | undefined;
120
+ } & {
121
+ requiredPlacement?: "left" | "right" | undefined;
122
+ } & {
123
+ required: true;
124
+ optional?: false | undefined;
125
+ } & {
126
+ size?: string | undefined;
127
+ view?: string | undefined;
128
+ } & {
129
+ clear?: true | undefined;
130
+ hasDivider?: boolean | undefined;
131
+ } & {
132
+ rows?: undefined;
133
+ cols?: undefined;
134
+ } & {
135
+ autoResize?: undefined;
136
+ maxAuto?: undefined;
137
+ minAuto?: undefined;
138
+ } & {
139
+ height?: undefined;
140
+ width?: undefined;
99
141
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
100
142
  status?: "" | "error" | "success" | "warning" | undefined;
101
143
  label?: string | undefined;
@@ -123,6 +165,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
123
165
  } & {
124
166
  rows?: undefined;
125
167
  cols?: undefined;
168
+ } & {
169
+ clear?: undefined;
170
+ hasDivider?: undefined;
126
171
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
127
172
  status?: "" | "error" | "success" | "warning" | undefined;
128
173
  label?: string | undefined;
@@ -150,6 +195,9 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
150
195
  } & {
151
196
  rows?: undefined;
152
197
  cols?: undefined;
198
+ } & {
199
+ clear?: undefined;
200
+ hasDivider?: undefined;
153
201
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
154
202
  status?: "" | "error" | "success" | "warning" | undefined;
155
203
  label?: string | undefined;
@@ -177,5 +225,38 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
177
225
  } & {
178
226
  height?: undefined;
179
227
  width?: undefined;
228
+ } & {
229
+ clear?: undefined;
230
+ hasDivider?: undefined;
231
+ } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
232
+ status?: "" | "error" | "success" | "warning" | undefined;
233
+ label?: string | undefined;
234
+ labelPlacement?: "inner" | "outer" | undefined;
235
+ contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
236
+ resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
237
+ helperText?: string | undefined;
238
+ leftHelper?: string | undefined;
239
+ rightHelper?: string | undefined;
240
+ } & {
241
+ requiredPlacement?: "left" | "right" | undefined;
242
+ } & {
243
+ optional?: true | undefined;
244
+ required?: false | undefined;
245
+ } & {
246
+ size?: string | undefined;
247
+ view?: string | undefined;
248
+ } & {
249
+ clear?: true | undefined;
250
+ hasDivider?: boolean | undefined;
251
+ } & {
252
+ rows?: undefined;
253
+ cols?: undefined;
254
+ } & {
255
+ autoResize?: undefined;
256
+ maxAuto?: undefined;
257
+ minAuto?: undefined;
258
+ } & {
259
+ height?: undefined;
260
+ width?: undefined;
180
261
  } & import("react").RefAttributes<HTMLTextAreaElement>))>;
181
262
  //# sourceMappingURL=TextArea.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextArea/TextArea.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAA0B,CAAC"}
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextArea/TextArea.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAA0B,CAAC"}
@@ -1 +0,0 @@
1
- .bofyi4a .textarea-container{-webkit-transition:box-shadow 0.1s ease-in-out;transition:box-shadow 0.1s ease-in-out;border-radius:var(--plasma-textarea-border-radius);border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color);}.bofyi4a .textarea-wrapper{-webkit-transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color);}.bofyi4a:focus-within:not([readonly]) .textarea-wrapper{background-color:var(--plasma-textarea-input-background-color-focus);box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-focus);}.bofyi4a:focus-within:not([readonly]) .textarea-container{border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color-focus);}.bofyi4a:focus-within:not([readonly]) .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-focus);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-container{border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color-hover);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper{box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-hover);background-color:var(--plasma-textarea-input-background-color-hover);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-hover);}.bofyi4a:active:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper{box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-active);background-color:var(--plasma-textarea-input-background-color-active);}.bofyi4a:active:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-active);}
@@ -1 +0,0 @@
1
- .bofyi4a .textarea-container{-webkit-transition:box-shadow 0.1s ease-in-out;transition:box-shadow 0.1s ease-in-out;border-radius:var(--plasma-textarea-border-radius);border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color);}.bofyi4a .textarea-wrapper{-webkit-transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color);}.bofyi4a:focus-within:not([readonly]) .textarea-wrapper{background-color:var(--plasma-textarea-input-background-color-focus);box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-focus);}.bofyi4a:focus-within:not([readonly]) .textarea-container{border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color-focus);}.bofyi4a:focus-within:not([readonly]) .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-focus);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-container{border:var(--plasma-textarea-border-size) solid var(--plasma-textarea-border-color-hover);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper{box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-hover);background-color:var(--plasma-textarea-input-background-color-hover);}.bofyi4a:hover:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-hover);}.bofyi4a:active:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper{box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-active);background-color:var(--plasma-textarea-input-background-color-active);}.bofyi4a:active:not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-active);}