@salutejs/plasma-new-hope 0.152.0-canary.1451.11029152908.0 → 0.152.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (238) hide show
  1. package/cjs/components/Chip/Chip.js +1 -1
  2. package/cjs/components/Chip/Chip.js.map +1 -1
  3. package/cjs/components/Chip/Chip.tokens.js +2 -1
  4. package/cjs/components/Chip/Chip.tokens.js.map +1 -1
  5. package/cjs/components/ChipGroup/ChipGroup.css +7 -0
  6. package/cjs/components/ChipGroup/ChipGroup.js +63 -0
  7. package/cjs/components/ChipGroup/ChipGroup.js.map +1 -0
  8. package/cjs/components/ChipGroup/ChipGroup.styles.js +9 -0
  9. package/cjs/components/ChipGroup/ChipGroup.styles.js.map +1 -0
  10. package/cjs/components/ChipGroup/ChipGroup.styles_1l3nd6v.css +1 -0
  11. package/cjs/components/ChipGroup/ChipGroup.tokens.js +50 -0
  12. package/cjs/components/ChipGroup/ChipGroup.tokens.js.map +1 -0
  13. package/cjs/components/{TextArea/variations/_clear → ChipGroup/variations/_gap}/base.js +2 -2
  14. package/cjs/components/ChipGroup/variations/_gap/base.js.map +1 -0
  15. package/cjs/components/ChipGroup/variations/_gap/base_vhoe9f.css +1 -0
  16. package/cjs/components/ChipGroup/variations/_size/base.js +9 -0
  17. package/cjs/components/ChipGroup/variations/_size/base.js.map +1 -0
  18. package/cjs/components/ChipGroup/variations/_size/base_eu60ye.css +1 -0
  19. package/cjs/components/ChipGroup/variations/_view/base.js +9 -0
  20. package/cjs/components/ChipGroup/variations/_view/base.js.map +1 -0
  21. package/cjs/components/ChipGroup/variations/_view/base_122089q.css +1 -0
  22. package/cjs/components/TextArea/TextArea.js +15 -21
  23. package/cjs/components/TextArea/TextArea.js.map +1 -1
  24. package/cjs/components/TextArea/TextArea.tokens.js +2 -13
  25. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  26. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  27. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  28. package/cjs/components/TextArea/variations/_view/base_8npjyq.css +1 -0
  29. package/cjs/index.css +9 -3
  30. package/cjs/index.js +7 -0
  31. package/cjs/index.js.map +1 -1
  32. package/emotion/cjs/components/Chip/Chip.js +1 -1
  33. package/emotion/cjs/components/Chip/Chip.tokens.js +2 -1
  34. package/emotion/cjs/components/Chip/index.js +6 -0
  35. package/emotion/cjs/components/ChipGroup/ChipGroup.js +65 -0
  36. package/emotion/cjs/components/ChipGroup/ChipGroup.styles.js +9 -0
  37. package/emotion/cjs/components/ChipGroup/ChipGroup.template-doc.mdx +93 -0
  38. package/emotion/cjs/components/ChipGroup/ChipGroup.tokens.js +48 -0
  39. package/emotion/cjs/components/ChipGroup/ChipGroup.types.js +5 -0
  40. package/emotion/cjs/components/ChipGroup/index.js +31 -0
  41. package/emotion/cjs/components/ChipGroup/variations/_gap/base.js +9 -0
  42. package/emotion/cjs/components/ChipGroup/variations/_gap/tokens.json +1 -0
  43. package/emotion/cjs/components/ChipGroup/variations/_size/base.js +10 -0
  44. package/emotion/cjs/components/ChipGroup/variations/_size/tokens.json +22 -0
  45. package/emotion/cjs/components/ChipGroup/variations/_view/base.js +10 -0
  46. package/emotion/cjs/components/ChipGroup/variations/_view/tokens.json +15 -0
  47. package/emotion/cjs/components/TextArea/TextArea.js +16 -22
  48. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +0 -29
  49. package/emotion/cjs/components/TextArea/TextArea.tokens.js +2 -13
  50. package/emotion/cjs/components/TextArea/variations/_view/base.js +2 -2
  51. package/emotion/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.js +33 -0
  52. package/emotion/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.js +11 -0
  53. package/emotion/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +95 -0
  54. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -12
  55. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +10 -17
  56. package/emotion/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.config.js +33 -0
  57. package/emotion/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.js +11 -0
  58. package/emotion/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +95 -0
  59. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +9 -12
  60. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +11 -17
  61. package/emotion/cjs/index.js +11 -0
  62. package/emotion/es/components/Chip/Chip.js +1 -1
  63. package/emotion/es/components/Chip/Chip.tokens.js +2 -1
  64. package/emotion/es/components/Chip/index.js +1 -1
  65. package/emotion/es/components/ChipGroup/ChipGroup.js +56 -0
  66. package/emotion/es/components/ChipGroup/ChipGroup.styles.js +3 -0
  67. package/emotion/es/components/ChipGroup/ChipGroup.template-doc.mdx +93 -0
  68. package/emotion/es/components/ChipGroup/ChipGroup.tokens.js +42 -0
  69. package/emotion/es/components/ChipGroup/ChipGroup.types.js +1 -0
  70. package/emotion/es/components/ChipGroup/index.js +2 -0
  71. package/emotion/es/components/ChipGroup/variations/_gap/base.js +3 -0
  72. package/emotion/es/components/ChipGroup/variations/_gap/tokens.json +1 -0
  73. package/emotion/es/components/ChipGroup/variations/_size/base.js +4 -0
  74. package/emotion/es/components/ChipGroup/variations/_size/tokens.json +22 -0
  75. package/emotion/es/components/ChipGroup/variations/_view/base.js +4 -0
  76. package/emotion/es/components/ChipGroup/variations/_view/tokens.json +15 -0
  77. package/emotion/es/components/TextArea/TextArea.js +14 -20
  78. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +0 -29
  79. package/emotion/es/components/TextArea/TextArea.tokens.js +2 -13
  80. package/emotion/es/components/TextArea/variations/_view/base.js +2 -2
  81. package/emotion/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.js +27 -0
  82. package/emotion/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.js +5 -0
  83. package/emotion/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +95 -0
  84. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -12
  85. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +10 -17
  86. package/emotion/es/examples/plasma_web/components/ChipGroup /ChipGroup.config.js +27 -0
  87. package/emotion/es/examples/plasma_web/components/ChipGroup /ChipGroup.js +5 -0
  88. package/emotion/es/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +95 -0
  89. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +9 -12
  90. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +11 -17
  91. package/emotion/es/index.js +1 -0
  92. package/es/components/Chip/Chip.js +1 -1
  93. package/es/components/Chip/Chip.js.map +1 -1
  94. package/es/components/Chip/Chip.tokens.js +2 -1
  95. package/es/components/Chip/Chip.tokens.js.map +1 -1
  96. package/es/components/ChipGroup/ChipGroup.css +7 -0
  97. package/es/components/ChipGroup/ChipGroup.js +58 -0
  98. package/es/components/ChipGroup/ChipGroup.js.map +1 -0
  99. package/es/components/ChipGroup/ChipGroup.styles.js +5 -0
  100. package/es/components/ChipGroup/ChipGroup.styles.js.map +1 -0
  101. package/es/components/ChipGroup/ChipGroup.styles_1l3nd6v.css +1 -0
  102. package/es/components/ChipGroup/ChipGroup.tokens.js +45 -0
  103. package/es/components/ChipGroup/ChipGroup.tokens.js.map +1 -0
  104. package/es/components/{TextArea/variations/_clear → ChipGroup/variations/_gap}/base.js +2 -2
  105. package/es/components/ChipGroup/variations/_gap/base.js.map +1 -0
  106. package/es/components/ChipGroup/variations/_gap/base_vhoe9f.css +1 -0
  107. package/es/components/ChipGroup/variations/_size/base.js +5 -0
  108. package/es/components/ChipGroup/variations/_size/base.js.map +1 -0
  109. package/es/components/ChipGroup/variations/_size/base_eu60ye.css +1 -0
  110. package/es/components/ChipGroup/variations/_view/base.js +5 -0
  111. package/es/components/ChipGroup/variations/_view/base.js.map +1 -0
  112. package/es/components/ChipGroup/variations/_view/base_122089q.css +1 -0
  113. package/es/components/TextArea/TextArea.js +15 -21
  114. package/es/components/TextArea/TextArea.js.map +1 -1
  115. package/es/components/TextArea/TextArea.tokens.js +2 -13
  116. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  117. package/es/components/TextArea/variations/_view/base.js +1 -1
  118. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  119. package/es/components/TextArea/variations/_view/base_8npjyq.css +1 -0
  120. package/es/index.css +9 -3
  121. package/es/index.js +3 -1
  122. package/es/index.js.map +1 -1
  123. package/package.json +2 -2
  124. package/styled-components/cjs/components/Chip/Chip.js +1 -1
  125. package/styled-components/cjs/components/Chip/Chip.tokens.js +2 -1
  126. package/styled-components/cjs/components/Chip/index.js +6 -0
  127. package/styled-components/cjs/components/ChipGroup/ChipGroup.js +65 -0
  128. package/styled-components/cjs/components/ChipGroup/ChipGroup.styles.js +9 -0
  129. package/styled-components/cjs/components/ChipGroup/ChipGroup.template-doc.mdx +93 -0
  130. package/styled-components/cjs/components/ChipGroup/ChipGroup.tokens.js +48 -0
  131. package/styled-components/cjs/components/ChipGroup/ChipGroup.types.js +5 -0
  132. package/styled-components/cjs/components/ChipGroup/index.js +31 -0
  133. package/styled-components/cjs/components/ChipGroup/variations/_gap/base.js +9 -0
  134. package/styled-components/cjs/components/ChipGroup/variations/_gap/tokens.json +1 -0
  135. package/styled-components/cjs/components/ChipGroup/variations/_size/base.js +10 -0
  136. package/styled-components/cjs/components/ChipGroup/variations/_size/tokens.json +22 -0
  137. package/styled-components/cjs/components/ChipGroup/variations/_view/base.js +10 -0
  138. package/styled-components/cjs/components/ChipGroup/variations/_view/tokens.json +15 -0
  139. package/styled-components/cjs/components/TextArea/TextArea.js +15 -21
  140. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +0 -29
  141. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +2 -13
  142. package/styled-components/cjs/components/TextArea/variations/_view/base.js +1 -1
  143. package/styled-components/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.js +33 -0
  144. package/styled-components/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.js +11 -0
  145. package/styled-components/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +95 -0
  146. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -12
  147. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +10 -17
  148. package/styled-components/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.config.js +33 -0
  149. package/styled-components/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.js +11 -0
  150. package/styled-components/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +95 -0
  151. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +8 -11
  152. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +11 -17
  153. package/styled-components/cjs/index.js +11 -0
  154. package/styled-components/es/components/Chip/Chip.js +1 -1
  155. package/styled-components/es/components/Chip/Chip.tokens.js +2 -1
  156. package/styled-components/es/components/Chip/index.js +1 -1
  157. package/styled-components/es/components/ChipGroup/ChipGroup.js +56 -0
  158. package/styled-components/es/components/ChipGroup/ChipGroup.styles.js +3 -0
  159. package/styled-components/es/components/ChipGroup/ChipGroup.template-doc.mdx +93 -0
  160. package/styled-components/es/components/ChipGroup/ChipGroup.tokens.js +42 -0
  161. package/styled-components/es/components/ChipGroup/ChipGroup.types.js +1 -0
  162. package/styled-components/es/components/ChipGroup/index.js +2 -0
  163. package/styled-components/es/components/ChipGroup/variations/_gap/base.js +3 -0
  164. package/styled-components/es/components/ChipGroup/variations/_gap/tokens.json +1 -0
  165. package/styled-components/es/components/ChipGroup/variations/_size/base.js +4 -0
  166. package/styled-components/es/components/ChipGroup/variations/_size/tokens.json +22 -0
  167. package/styled-components/es/components/ChipGroup/variations/_view/base.js +4 -0
  168. package/styled-components/es/components/ChipGroup/variations/_view/tokens.json +15 -0
  169. package/styled-components/es/components/TextArea/TextArea.js +13 -19
  170. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +0 -29
  171. package/styled-components/es/components/TextArea/TextArea.tokens.js +2 -13
  172. package/styled-components/es/components/TextArea/variations/_view/base.js +1 -1
  173. package/styled-components/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.js +27 -0
  174. package/styled-components/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.js +5 -0
  175. package/styled-components/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +95 -0
  176. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -12
  177. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +10 -17
  178. package/styled-components/es/examples/plasma_web/components/ChipGroup /ChipGroup.config.js +27 -0
  179. package/styled-components/es/examples/plasma_web/components/ChipGroup /ChipGroup.js +5 -0
  180. package/styled-components/es/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +95 -0
  181. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +8 -11
  182. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +11 -17
  183. package/styled-components/es/index.js +1 -0
  184. package/types/components/Chip/Chip.tokens.d.ts +1 -0
  185. package/types/components/Chip/Chip.tokens.d.ts.map +1 -1
  186. package/types/components/Chip/index.d.ts +1 -1
  187. package/types/components/Chip/index.d.ts.map +1 -1
  188. package/types/components/ChipGroup/ChipGroup.d.ts +27 -0
  189. package/types/components/ChipGroup/ChipGroup.d.ts.map +1 -0
  190. package/types/components/ChipGroup/ChipGroup.styles.d.ts +2 -0
  191. package/types/components/ChipGroup/ChipGroup.styles.d.ts.map +1 -0
  192. package/types/components/ChipGroup/ChipGroup.tokens.d.ts +43 -0
  193. package/types/components/ChipGroup/ChipGroup.tokens.d.ts.map +1 -0
  194. package/types/components/ChipGroup/ChipGroup.types.d.ts +42 -0
  195. package/types/components/ChipGroup/ChipGroup.types.d.ts.map +1 -0
  196. package/types/components/ChipGroup/index.d.ts +3 -0
  197. package/types/components/ChipGroup/index.d.ts.map +1 -0
  198. package/types/components/ChipGroup/variations/_gap/base.d.ts.map +1 -0
  199. package/types/components/ChipGroup/variations/_size/base.d.ts +2 -0
  200. package/types/components/ChipGroup/variations/_size/base.d.ts.map +1 -0
  201. package/types/components/ChipGroup/variations/_view/base.d.ts +2 -0
  202. package/types/components/ChipGroup/variations/_view/base.d.ts.map +1 -0
  203. package/types/components/TextArea/TextArea.d.ts +0 -4
  204. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  205. package/types/components/TextArea/TextArea.tokens.d.ts +0 -11
  206. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  207. package/types/components/TextArea/TextArea.types.d.ts +3 -15
  208. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  209. package/types/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.d.ts +24 -0
  210. package/types/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.d.ts.map +1 -0
  211. package/types/examples/plasma_b2c/components/ChipGroup /ChipGroup.d.ts +19 -0
  212. package/types/examples/plasma_b2c/components/ChipGroup /ChipGroup.d.ts.map +1 -0
  213. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +0 -3
  214. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  215. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +0 -81
  216. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  217. package/types/examples/plasma_web/components/ChipGroup /ChipGroup.config.d.ts +24 -0
  218. package/types/examples/plasma_web/components/ChipGroup /ChipGroup.config.d.ts.map +1 -0
  219. package/types/examples/plasma_web/components/ChipGroup /ChipGroup.d.ts +19 -0
  220. package/types/examples/plasma_web/components/ChipGroup /ChipGroup.d.ts.map +1 -0
  221. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +0 -3
  222. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  223. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +0 -81
  224. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  225. package/types/index.d.ts +1 -0
  226. package/types/index.d.ts.map +1 -1
  227. package/cjs/components/TextArea/variations/_clear/base.js.map +0 -1
  228. package/cjs/components/TextArea/variations/_clear/base_e36t9c.css +0 -1
  229. package/cjs/components/TextArea/variations/_view/base_d83rii.css +0 -1
  230. package/emotion/cjs/components/TextArea/variations/_clear/base.js +0 -10
  231. package/emotion/es/components/TextArea/variations/_clear/base.js +0 -4
  232. package/es/components/TextArea/variations/_clear/base.js.map +0 -1
  233. package/es/components/TextArea/variations/_clear/base_e36t9c.css +0 -1
  234. package/es/components/TextArea/variations/_view/base_d83rii.css +0 -1
  235. package/styled-components/cjs/components/TextArea/variations/_clear/base.js +0 -10
  236. package/styled-components/es/components/TextArea/variations/_clear/base.js +0 -4
  237. package/types/components/TextArea/variations/_clear/base.d.ts.map +0 -1
  238. /package/types/components/{TextArea/variations/_clear → ChipGroup/variations/_gap}/base.d.ts +0 -0
@@ -12,9 +12,6 @@ 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
- };
18
15
  disabled: {
19
16
  true: import("@linaria/core").LinariaClassName;
20
17
  };
@@ -45,9 +42,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
45
42
  } & {
46
43
  rows?: undefined;
47
44
  cols?: undefined;
48
- } & {
49
- clear?: undefined;
50
- hasDivider?: undefined;
51
45
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
52
46
  status?: "" | "error" | "success" | "warning" | undefined;
53
47
  label?: string | undefined;
@@ -75,9 +69,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
75
69
  } & {
76
70
  rows?: undefined;
77
71
  cols?: undefined;
78
- } & {
79
- clear?: undefined;
80
- hasDivider?: undefined;
81
72
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
82
73
  status?: "" | "error" | "success" | "warning" | undefined;
83
74
  label?: string | undefined;
@@ -105,39 +96,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
105
96
  } & {
106
97
  height?: undefined;
107
98
  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;
141
99
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
142
100
  status?: "" | "error" | "success" | "warning" | undefined;
143
101
  label?: string | undefined;
@@ -165,9 +123,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
165
123
  } & {
166
124
  rows?: undefined;
167
125
  cols?: undefined;
168
- } & {
169
- clear?: undefined;
170
- hasDivider?: undefined;
171
126
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
172
127
  status?: "" | "error" | "success" | "warning" | undefined;
173
128
  label?: string | undefined;
@@ -195,9 +150,6 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
195
150
  } & {
196
151
  rows?: undefined;
197
152
  cols?: undefined;
198
- } & {
199
- clear?: undefined;
200
- hasDivider?: undefined;
201
153
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("../../../../types").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "rows" | "cols"> & {
202
154
  status?: "" | "error" | "success" | "warning" | undefined;
203
155
  label?: string | undefined;
@@ -225,38 +177,5 @@ export declare const TextArea: import("react").FunctionComponent<import("../../.
225
177
  } & {
226
178
  height?: undefined;
227
179
  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;
261
180
  } & import("react").RefAttributes<HTMLTextAreaElement>))>;
262
181
  //# 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"}
package/types/index.d.ts CHANGED
@@ -7,6 +7,7 @@ export * from './components/IconButton';
7
7
  export * from './components/ButtonGroup';
8
8
  export * from './components/Breadcrumbs';
9
9
  export * from './components/Chip';
10
+ export * from './components/ChipGroup';
10
11
  export * from './components/Cell';
11
12
  export * from './components/Link';
12
13
  export * from './components/Spinner';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"base.js","sources":["../../../../../src/components/TextArea/variations/_clear/base.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport { classes, tokens } from '../../TextArea.tokens';\nimport {\n StyledContainer,\n StyledContent,\n StyledHelpers,\n StyledLabel,\n StyledPlaceholder,\n StyledTextArea,\n StyledTextAreaWrapper,\n} from '../../TextArea.styles';\n\nexport const base = css`\n &.${classes.clear} {\n border: unset;\n\n ${StyledTextAreaWrapper} {\n box-shadow: unset;\n background-color: unset;\n border-radius: 0;\n padding-bottom: var(${tokens.inputPaddingTop});\n }\n\n ${StyledLabel} {\n margin-bottom: var(${tokens.clearLabelMarginBottom});\n }\n\n ${StyledContent} {\n right: 0;\n }\n\n ${StyledTextArea}, ${StyledHelpers} {\n padding-right: 0;\n padding-left: 0;\n }\n\n ${StyledHelpers} {\n background-color: unset;\n border-radius: 0;\n padding-top: var(${tokens.clearHelpersPaddingTop});\n }\n\n ${StyledTextArea} {\n color: var(${tokens.clearInputColor});\n }\n\n ${StyledContainer}:not(.${classes.innerPlaceholderUp}) ${StyledPlaceholder} {\n color: var(${tokens.clearPlaceholderColor});\n }\n \n ${StyledPlaceholder} {\n padding-left: 0;\n }\n\n .${classes.styledContainer} {\n border: unset;\n border-radius: 0;\n }\n\n &:focus-within:not([readonly]) .${classes.styledTextAreaWrapper} {\n background-color: unset;\n box-shadow: unset;\n }\n\n &:focus-within:not([readonly]) .${classes.styledContainer} {\n border: unset;\n }\n\n &:focus-within:not([readonly]) .${classes.styledHelpers} {\n background-color: unset;\n }\n\n &.${classes.hasDivider} {\n ${StyledTextAreaWrapper} {\n position: relative;\n\n --plasma_private-textarea-divider-color: var(${String(tokens.dividerColor)});\n\n &:before {\n content: '';\n position: absolute;\n height: 0.063rem;\n width: 100%;\n bottom: 0;\n left: 0;\n background-color: var(--plasma_private-textarea-divider-color);\n transition: background-color 0.1s ease-in;\n }\n }\n &:not([readonly]) ${StyledTextAreaWrapper}:hover {\n --plasma_private-textarea-divider-color: var(\n ${tokens.dividerColorHover},\n var(${String(tokens.dividerColor)})\n );\n }\n &:not([readonly]) ${StyledTextAreaWrapper}:focus-within {\n --plasma_private-textarea-divider-color: var(\n ${tokens.dividerColorFocus},\n var(${String(tokens.dividerColor)})\n );\n }\n }\n }\n`;\n"],"names":["base"],"mappings":";;;;AAaO,IAAMA,IAAI,GA2FhB;;;;"}
@@ -1 +0,0 @@
1
- .b1x0cx6o.textfield-clear{border:unset;}.b1x0cx6o.textfield-clear .surmvwq{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(--plasma-textarea-input-padding-top);}.b1x0cx6o.textfield-clear .s1luq7vd{margin-bottom:var(--plasma-textarea-clear-label-margin-bottom);}.b1x0cx6o.textfield-clear .s18bd513{right:0;}.b1x0cx6o.textfield-clear .si9oz50,.b1x0cx6o.textfield-clear .s18tpn65{padding-right:0;padding-left:0;}.b1x0cx6o.textfield-clear .s18tpn65{background-color:unset;border-radius:0;padding-top:var(--plasma-textarea-clear-helpers-padding-top);}.b1x0cx6o.textfield-clear .si9oz50{color:var(--plasma-textarea-input-clear-color);}.b1x0cx6o.textfield-clear .s7alcr2:not(.inner-placeholder-up) .s3wsw3p{color:var(--plasma-textfield__clear-placeholder-color);}.b1x0cx6o.textfield-clear .s3wsw3p{padding-left:0;}.b1x0cx6o.textfield-clear .textarea-container{border:unset;border-radius:0;}.b1x0cx6o.textfield-clear:focus-within:not([readonly]) .textarea-wrapper{background-color:unset;box-shadow:unset;}.b1x0cx6o.textfield-clear:focus-within:not([readonly]) .textarea-container{border:unset;}.b1x0cx6o.textfield-clear:focus-within:not([readonly]) .textarea-helpers{background-color:unset;}.b1x0cx6o.textfield-clear.hasDivider .surmvwq{position:relative;--plasma_private-textarea-divider-color:var(--plasma-textfield-divider-color);}.b1x0cx6o.textfield-clear.hasDivider .surmvwq:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textarea-divider-color);-webkit-transition:background-color 0.1s ease-in;transition:background-color 0.1s ease-in;}.b1x0cx6o.textfield-clear.hasDivider:not([readonly]) .surmvwq:hover{--plasma_private-textarea-divider-color:var( --plasma-textfield-divider-color-hover, var(--plasma-textfield-divider-color) );}.b1x0cx6o.textfield-clear.hasDivider:not([readonly]) .surmvwq:focus-within{--plasma_private-textarea-divider-color:var( --plasma-textfield-divider-color-focus, var(--plasma-textfield-divider-color) );}
@@ -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(.textfield-clear):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(.textfield-clear):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(.textfield-clear):not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-hover);}.bofyi4a:active:not(.textfield-clear):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(.textfield-clear):not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-active);}
@@ -1,10 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.base = void 0;
7
- var _react = /*#__PURE__*/require("@emotion/react");
8
- var _TextArea = /*#__PURE__*/require("../../TextArea.tokens");
9
- var _TextArea2 = /*#__PURE__*/require("../../TextArea.styles");
10
- var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextArea.classes.clear, "{border:unset;", _TextArea2.StyledTextAreaWrapper, "{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(", _TextArea.tokens.inputPaddingTop, ");}", _TextArea2.StyledLabel, "{margin-bottom:var(", _TextArea.tokens.clearLabelMarginBottom, ");}", _TextArea2.StyledContent, "{right:0;}", _TextArea2.StyledTextArea, ",", _TextArea2.StyledHelpers, "{padding-right:0;padding-left:0;}", _TextArea2.StyledHelpers, "{background-color:unset;border-radius:0;padding-top:var(", _TextArea.tokens.clearHelpersPaddingTop, ");}", _TextArea2.StyledTextArea, "{color:var(", _TextArea.tokens.clearInputColor, ");}", _TextArea2.StyledContainer, ":not(.", _TextArea.classes.innerPlaceholderUp, ") ", _TextArea2.StyledPlaceholder, "{color:var(", _TextArea.tokens.clearPlaceholderColor, ");}", _TextArea2.StyledPlaceholder, "{padding-left:0;}.", _TextArea.classes.styledContainer, "{border:unset;border-radius:0;}&:focus-within:not([readonly]) .", _TextArea.classes.styledTextAreaWrapper, "{background-color:unset;box-shadow:unset;}&:focus-within:not([readonly]) .", _TextArea.classes.styledContainer, "{border:unset;}&:focus-within:not([readonly]) .", _TextArea.classes.styledHelpers, "{background-color:unset;}&.", _TextArea.classes.hasDivider, "{", _TextArea2.StyledTextAreaWrapper, "{position:relative;--plasma_private-textarea-divider-color:var(", /*#__PURE__*/String(_TextArea.tokens.dividerColor), ");&:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textarea-divider-color);transition:background-color 0.1s ease-in;}}&:not([readonly]) ", _TextArea2.StyledTextAreaWrapper, ":hover{--plasma_private-textarea-divider-color:var(\n ", _TextArea.tokens.dividerColorHover, ",\n var(", /*#__PURE__*/String(_TextArea.tokens.dividerColor), ")\n );}&:not([readonly]) ", _TextArea2.StyledTextAreaWrapper, ":focus-within{--plasma_private-textarea-divider-color:var(\n ", _TextArea.tokens.dividerColorFocus, ",\n var(", /*#__PURE__*/String(_TextArea.tokens.dividerColor), ")\n );}}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEFyZWEvdmFyaWF0aW9ucy9fY2xlYXIvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFhdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0QXJlYS92YXJpYXRpb25zL19jbGVhci9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0QXJlYS50b2tlbnMnO1xuaW1wb3J0IHtcbiAgICBTdHlsZWRDb250YWluZXIsXG4gICAgU3R5bGVkQ29udGVudCxcbiAgICBTdHlsZWRIZWxwZXJzLFxuICAgIFN0eWxlZExhYmVsLFxuICAgIFN0eWxlZFBsYWNlaG9sZGVyLFxuICAgIFN0eWxlZFRleHRBcmVhLFxuICAgIFN0eWxlZFRleHRBcmVhV3JhcHBlcixcbn0gZnJvbSAnLi4vLi4vVGV4dEFyZWEuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMuY2xlYXJ9IHtcbiAgICAgICAgYm9yZGVyOiB1bnNldDtcblxuICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICAgICAgYm94LXNoYWRvdzogdW5zZXQ7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB1bnNldDtcbiAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDA7XG4gICAgICAgICAgICBwYWRkaW5nLWJvdHRvbTogdmFyKCR7dG9rZW5zLmlucHV0UGFkZGluZ1RvcH0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRMYWJlbH0ge1xuICAgICAgICAgICAgbWFyZ2luLWJvdHRvbTogdmFyKCR7dG9rZW5zLmNsZWFyTGFiZWxNYXJnaW5Cb3R0b219KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7U3R5bGVkQ29udGVudH0ge1xuICAgICAgICAgICAgcmlnaHQ6IDA7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZFRleHRBcmVhfSwgJHtTdHlsZWRIZWxwZXJzfSB7XG4gICAgICAgICAgICBwYWRkaW5nLXJpZ2h0OiAwO1xuICAgICAgICAgICAgcGFkZGluZy1sZWZ0OiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRIZWxwZXJzfSB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB1bnNldDtcbiAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDA7XG4gICAgICAgICAgICBwYWRkaW5nLXRvcDogdmFyKCR7dG9rZW5zLmNsZWFySGVscGVyc1BhZGRpbmdUb3B9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7U3R5bGVkVGV4dEFyZWF9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY2xlYXJJbnB1dENvbG9yfSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZENvbnRhaW5lcn06bm90KC4ke2NsYXNzZXMuaW5uZXJQbGFjZWhvbGRlclVwfSkgJHtTdHlsZWRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jbGVhclBsYWNlaG9sZGVyQ29sb3J9KTtcbiAgICAgICAgfVxuICAgICAgICBcbiAgICAgICAgJHtTdHlsZWRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgcGFkZGluZy1sZWZ0OiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgLiR7Y2xhc3Nlcy5zdHlsZWRDb250YWluZXJ9IHtcbiAgICAgICAgICAgIGJvcmRlcjogdW5zZXQ7XG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkVGV4dEFyZWFXcmFwcGVyfSB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB1bnNldDtcbiAgICAgICAgICAgIGJveC1zaGFkb3c6IHVuc2V0O1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkQ29udGFpbmVyfSB7XG4gICAgICAgICAgICBib3JkZXI6IHVuc2V0O1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkSGVscGVyc30ge1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQ7XG4gICAgICAgIH1cblxuICAgICAgICAmLiR7Y2xhc3Nlcy5oYXNEaXZpZGVyfSB7XG4gICAgICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5kaXZpZGVyQ29sb3IpfSk7XG5cbiAgICAgICAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgICAgICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICAgICAgICAgIGhlaWdodDogMC4wNjNyZW07XG4gICAgICAgICAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgICAgICAgICAgICBib3R0b206IDA7XG4gICAgICAgICAgICAgICAgICAgIGxlZnQ6IDA7XG4gICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHRhcmVhLWRpdmlkZXItY29sb3IpO1xuICAgICAgICAgICAgICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1pbjtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICAmOm5vdChbcmVhZG9ubHldKSAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn06aG92ZXIge1xuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JIb3Zlcn0sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgICY6bm90KFtyZWFkb25seV0pICR7U3R5bGVkVGV4dEFyZWFXcmFwcGVyfTpmb2N1cy13aXRoaW4ge1xuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JGb2N1c30sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));
@@ -1,4 +0,0 @@
1
- import { css } from '@emotion/react';
2
- import { classes, tokens } from '../../TextArea.tokens';
3
- import { StyledContainer, StyledContent, StyledHelpers, StyledLabel, StyledPlaceholder, StyledTextArea, StyledTextAreaWrapper } from '../../TextArea.styles';
4
- export var base = /*#__PURE__*/css("&.", classes.clear, "{border:unset;", StyledTextAreaWrapper, "{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(", tokens.inputPaddingTop, ");}", StyledLabel, "{margin-bottom:var(", tokens.clearLabelMarginBottom, ");}", StyledContent, "{right:0;}", StyledTextArea, ",", StyledHelpers, "{padding-right:0;padding-left:0;}", StyledHelpers, "{background-color:unset;border-radius:0;padding-top:var(", tokens.clearHelpersPaddingTop, ");}", StyledTextArea, "{color:var(", tokens.clearInputColor, ");}", StyledContainer, ":not(.", classes.innerPlaceholderUp, ") ", StyledPlaceholder, "{color:var(", tokens.clearPlaceholderColor, ");}", StyledPlaceholder, "{padding-left:0;}.", classes.styledContainer, "{border:unset;border-radius:0;}&:focus-within:not([readonly]) .", classes.styledTextAreaWrapper, "{background-color:unset;box-shadow:unset;}&:focus-within:not([readonly]) .", classes.styledContainer, "{border:unset;}&:focus-within:not([readonly]) .", classes.styledHelpers, "{background-color:unset;}&.", classes.hasDivider, "{", StyledTextAreaWrapper, "{position:relative;--plasma_private-textarea-divider-color:var(", /*#__PURE__*/String(tokens.dividerColor), ");&:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textarea-divider-color);transition:background-color 0.1s ease-in;}}&:not([readonly]) ", StyledTextAreaWrapper, ":hover{--plasma_private-textarea-divider-color:var(\n ", tokens.dividerColorHover, ",\n var(", /*#__PURE__*/String(tokens.dividerColor), ")\n );}&:not([readonly]) ", StyledTextAreaWrapper, ":focus-within{--plasma_private-textarea-divider-color:var(\n ", tokens.dividerColorFocus, ",\n var(", /*#__PURE__*/String(tokens.dividerColor), ")\n );}}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEFyZWEvdmFyaWF0aW9ucy9fY2xlYXIvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFhdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0QXJlYS92YXJpYXRpb25zL19jbGVhci9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0QXJlYS50b2tlbnMnO1xuaW1wb3J0IHtcbiAgICBTdHlsZWRDb250YWluZXIsXG4gICAgU3R5bGVkQ29udGVudCxcbiAgICBTdHlsZWRIZWxwZXJzLFxuICAgIFN0eWxlZExhYmVsLFxuICAgIFN0eWxlZFBsYWNlaG9sZGVyLFxuICAgIFN0eWxlZFRleHRBcmVhLFxuICAgIFN0eWxlZFRleHRBcmVhV3JhcHBlcixcbn0gZnJvbSAnLi4vLi4vVGV4dEFyZWEuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMuY2xlYXJ9IHtcbiAgICAgICAgYm9yZGVyOiB1bnNldDtcblxuICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICAgICAgYm94LXNoYWRvdzogdW5zZXQ7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB1bnNldDtcbiAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDA7XG4gICAgICAgICAgICBwYWRkaW5nLWJvdHRvbTogdmFyKCR7dG9rZW5zLmlucHV0UGFkZGluZ1RvcH0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRMYWJlbH0ge1xuICAgICAgICAgICAgbWFyZ2luLWJvdHRvbTogdmFyKCR7dG9rZW5zLmNsZWFyTGFiZWxNYXJnaW5Cb3R0b219KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7U3R5bGVkQ29udGVudH0ge1xuICAgICAgICAgICAgcmlnaHQ6IDA7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZFRleHRBcmVhfSwgJHtTdHlsZWRIZWxwZXJzfSB7XG4gICAgICAgICAgICBwYWRkaW5nLXJpZ2h0OiAwO1xuICAgICAgICAgICAgcGFkZGluZy1sZWZ0OiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRIZWxwZXJzfSB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB1bnNldDtcbiAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDA7XG4gICAgICAgICAgICBwYWRkaW5nLXRvcDogdmFyKCR7dG9rZW5zLmNsZWFySGVscGVyc1BhZGRpbmdUb3B9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7U3R5bGVkVGV4dEFyZWF9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY2xlYXJJbnB1dENvbG9yfSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZENvbnRhaW5lcn06bm90KC4ke2NsYXNzZXMuaW5uZXJQbGFjZWhvbGRlclVwfSkgJHtTdHlsZWRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jbGVhclBsYWNlaG9sZGVyQ29sb3J9KTtcbiAgICAgICAgfVxuICAgICAgICBcbiAgICAgICAgJHtTdHlsZWRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgcGFkZGluZy1sZWZ0OiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgLiR7Y2xhc3Nlcy5zdHlsZWRDb250YWluZXJ9IHtcbiAgICAgICAgICAgIGJvcmRlcjogdW5zZXQ7XG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkVGV4dEFyZWFXcmFwcGVyfSB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB1bnNldDtcbiAgICAgICAgICAgIGJveC1zaGFkb3c6IHVuc2V0O1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkQ29udGFpbmVyfSB7XG4gICAgICAgICAgICBib3JkZXI6IHVuc2V0O1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkSGVscGVyc30ge1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQ7XG4gICAgICAgIH1cblxuICAgICAgICAmLiR7Y2xhc3Nlcy5oYXNEaXZpZGVyfSB7XG4gICAgICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5kaXZpZGVyQ29sb3IpfSk7XG5cbiAgICAgICAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgICAgICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICAgICAgICAgIGhlaWdodDogMC4wNjNyZW07XG4gICAgICAgICAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgICAgICAgICAgICBib3R0b206IDA7XG4gICAgICAgICAgICAgICAgICAgIGxlZnQ6IDA7XG4gICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHRhcmVhLWRpdmlkZXItY29sb3IpO1xuICAgICAgICAgICAgICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1pbjtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICAmOm5vdChbcmVhZG9ubHldKSAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn06aG92ZXIge1xuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JIb3Zlcn0sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgICY6bm90KFtyZWFkb25seV0pICR7U3R5bGVkVGV4dEFyZWFXcmFwcGVyfTpmb2N1cy13aXRoaW4ge1xuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JGb2N1c30sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));
@@ -1 +0,0 @@
1
- {"version":3,"file":"base.js","sources":["../../../../../src/components/TextArea/variations/_clear/base.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nimport { classes, tokens } from '../../TextArea.tokens';\nimport {\n StyledContainer,\n StyledContent,\n StyledHelpers,\n StyledLabel,\n StyledPlaceholder,\n StyledTextArea,\n StyledTextAreaWrapper,\n} from '../../TextArea.styles';\n\nexport const base = css`\n &.${classes.clear} {\n border: unset;\n\n ${StyledTextAreaWrapper} {\n box-shadow: unset;\n background-color: unset;\n border-radius: 0;\n padding-bottom: var(${tokens.inputPaddingTop});\n }\n\n ${StyledLabel} {\n margin-bottom: var(${tokens.clearLabelMarginBottom});\n }\n\n ${StyledContent} {\n right: 0;\n }\n\n ${StyledTextArea}, ${StyledHelpers} {\n padding-right: 0;\n padding-left: 0;\n }\n\n ${StyledHelpers} {\n background-color: unset;\n border-radius: 0;\n padding-top: var(${tokens.clearHelpersPaddingTop});\n }\n\n ${StyledTextArea} {\n color: var(${tokens.clearInputColor});\n }\n\n ${StyledContainer}:not(.${classes.innerPlaceholderUp}) ${StyledPlaceholder} {\n color: var(${tokens.clearPlaceholderColor});\n }\n \n ${StyledPlaceholder} {\n padding-left: 0;\n }\n\n .${classes.styledContainer} {\n border: unset;\n border-radius: 0;\n }\n\n &:focus-within:not([readonly]) .${classes.styledTextAreaWrapper} {\n background-color: unset;\n box-shadow: unset;\n }\n\n &:focus-within:not([readonly]) .${classes.styledContainer} {\n border: unset;\n }\n\n &:focus-within:not([readonly]) .${classes.styledHelpers} {\n background-color: unset;\n }\n\n &.${classes.hasDivider} {\n ${StyledTextAreaWrapper} {\n position: relative;\n\n --plasma_private-textarea-divider-color: var(${String(tokens.dividerColor)});\n\n &:before {\n content: '';\n position: absolute;\n height: 0.063rem;\n width: 100%;\n bottom: 0;\n left: 0;\n background-color: var(--plasma_private-textarea-divider-color);\n transition: background-color 0.1s ease-in;\n }\n }\n &:not([readonly]) ${StyledTextAreaWrapper}:hover {\n --plasma_private-textarea-divider-color: var(\n ${tokens.dividerColorHover},\n var(${String(tokens.dividerColor)})\n );\n }\n &:not([readonly]) ${StyledTextAreaWrapper}:focus-within {\n --plasma_private-textarea-divider-color: var(\n ${tokens.dividerColorFocus},\n var(${String(tokens.dividerColor)})\n );\n }\n }\n }\n`;\n"],"names":["base"],"mappings":"AAaO,IAAMA,IAAI,GA2FhB;;;;"}
@@ -1 +0,0 @@
1
- .b1x0cx6o.textfield-clear{border:unset;}.b1x0cx6o.textfield-clear .surmvwq{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(--plasma-textarea-input-padding-top);}.b1x0cx6o.textfield-clear .s1luq7vd{margin-bottom:var(--plasma-textarea-clear-label-margin-bottom);}.b1x0cx6o.textfield-clear .s18bd513{right:0;}.b1x0cx6o.textfield-clear .si9oz50,.b1x0cx6o.textfield-clear .s18tpn65{padding-right:0;padding-left:0;}.b1x0cx6o.textfield-clear .s18tpn65{background-color:unset;border-radius:0;padding-top:var(--plasma-textarea-clear-helpers-padding-top);}.b1x0cx6o.textfield-clear .si9oz50{color:var(--plasma-textarea-input-clear-color);}.b1x0cx6o.textfield-clear .s7alcr2:not(.inner-placeholder-up) .s3wsw3p{color:var(--plasma-textfield__clear-placeholder-color);}.b1x0cx6o.textfield-clear .s3wsw3p{padding-left:0;}.b1x0cx6o.textfield-clear .textarea-container{border:unset;border-radius:0;}.b1x0cx6o.textfield-clear:focus-within:not([readonly]) .textarea-wrapper{background-color:unset;box-shadow:unset;}.b1x0cx6o.textfield-clear:focus-within:not([readonly]) .textarea-container{border:unset;}.b1x0cx6o.textfield-clear:focus-within:not([readonly]) .textarea-helpers{background-color:unset;}.b1x0cx6o.textfield-clear.hasDivider .surmvwq{position:relative;--plasma_private-textarea-divider-color:var(--plasma-textfield-divider-color);}.b1x0cx6o.textfield-clear.hasDivider .surmvwq:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textarea-divider-color);-webkit-transition:background-color 0.1s ease-in;transition:background-color 0.1s ease-in;}.b1x0cx6o.textfield-clear.hasDivider:not([readonly]) .surmvwq:hover{--plasma_private-textarea-divider-color:var( --plasma-textfield-divider-color-hover, var(--plasma-textfield-divider-color) );}.b1x0cx6o.textfield-clear.hasDivider:not([readonly]) .surmvwq:focus-within{--plasma_private-textarea-divider-color:var( --plasma-textfield-divider-color-focus, var(--plasma-textfield-divider-color) );}
@@ -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(.textfield-clear):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(.textfield-clear):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(.textfield-clear):not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-hover);}.bofyi4a:active:not(.textfield-clear):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(.textfield-clear):not([disabled]):not([readonly]):not(:focus-within) .textarea-wrapper + .textarea-helpers{background-color:var(--plasma-textarea-helpers-background-color-active);}
@@ -1,10 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.base = void 0;
7
- var _styledComponents = /*#__PURE__*/require("styled-components");
8
- var _TextArea = /*#__PURE__*/require("../../TextArea.tokens");
9
- var _TextArea2 = /*#__PURE__*/require("../../TextArea.styles");
10
- var base = exports.base = /*#__PURE__*/(0, _styledComponents.css)(["&.", "{border:unset;", "{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(", ");}", "{margin-bottom:var(", ");}", "{right:0;}", ",", "{padding-right:0;padding-left:0;}", "{background-color:unset;border-radius:0;padding-top:var(", ");}", "{color:var(", ");}", ":not(.", ") ", "{color:var(", ");}", "{padding-left:0;}.", "{border:unset;border-radius:0;}&:focus-within:not([readonly]) .", "{background-color:unset;box-shadow:unset;}&:focus-within:not([readonly]) .", "{border:unset;}&:focus-within:not([readonly]) .", "{background-color:unset;}&.", "{", "{position:relative;--plasma_private-textarea-divider-color:var(", ");&:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textarea-divider-color);transition:background-color 0.1s ease-in;}}&:not([readonly]) ", ":hover{--plasma_private-textarea-divider-color:var( ", ",var(", ") );}&:not([readonly]) ", ":focus-within{--plasma_private-textarea-divider-color:var( ", ",var(", ") );}}}"], _TextArea.classes.clear, _TextArea2.StyledTextAreaWrapper, _TextArea.tokens.inputPaddingTop, _TextArea2.StyledLabel, _TextArea.tokens.clearLabelMarginBottom, _TextArea2.StyledContent, _TextArea2.StyledTextArea, _TextArea2.StyledHelpers, _TextArea2.StyledHelpers, _TextArea.tokens.clearHelpersPaddingTop, _TextArea2.StyledTextArea, _TextArea.tokens.clearInputColor, _TextArea2.StyledContainer, _TextArea.classes.innerPlaceholderUp, _TextArea2.StyledPlaceholder, _TextArea.tokens.clearPlaceholderColor, _TextArea2.StyledPlaceholder, _TextArea.classes.styledContainer, _TextArea.classes.styledTextAreaWrapper, _TextArea.classes.styledContainer, _TextArea.classes.styledHelpers, _TextArea.classes.hasDivider, _TextArea2.StyledTextAreaWrapper, /*#__PURE__*/String(_TextArea.tokens.dividerColor), _TextArea2.StyledTextAreaWrapper, _TextArea.tokens.dividerColorHover, /*#__PURE__*/String(_TextArea.tokens.dividerColor), _TextArea2.StyledTextAreaWrapper, _TextArea.tokens.dividerColorFocus, /*#__PURE__*/String(_TextArea.tokens.dividerColor));
@@ -1,4 +0,0 @@
1
- import { css } from 'styled-components';
2
- import { classes, tokens } from '../../TextArea.tokens';
3
- import { StyledContainer, StyledContent, StyledHelpers, StyledLabel, StyledPlaceholder, StyledTextArea, StyledTextAreaWrapper } from '../../TextArea.styles';
4
- export var base = /*#__PURE__*/css(["&.", "{border:unset;", "{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(", ");}", "{margin-bottom:var(", ");}", "{right:0;}", ",", "{padding-right:0;padding-left:0;}", "{background-color:unset;border-radius:0;padding-top:var(", ");}", "{color:var(", ");}", ":not(.", ") ", "{color:var(", ");}", "{padding-left:0;}.", "{border:unset;border-radius:0;}&:focus-within:not([readonly]) .", "{background-color:unset;box-shadow:unset;}&:focus-within:not([readonly]) .", "{border:unset;}&:focus-within:not([readonly]) .", "{background-color:unset;}&.", "{", "{position:relative;--plasma_private-textarea-divider-color:var(", ");&:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textarea-divider-color);transition:background-color 0.1s ease-in;}}&:not([readonly]) ", ":hover{--plasma_private-textarea-divider-color:var( ", ",var(", ") );}&:not([readonly]) ", ":focus-within{--plasma_private-textarea-divider-color:var( ", ",var(", ") );}}}"], classes.clear, StyledTextAreaWrapper, tokens.inputPaddingTop, StyledLabel, tokens.clearLabelMarginBottom, StyledContent, StyledTextArea, StyledHelpers, StyledHelpers, tokens.clearHelpersPaddingTop, StyledTextArea, tokens.clearInputColor, StyledContainer, classes.innerPlaceholderUp, StyledPlaceholder, tokens.clearPlaceholderColor, StyledPlaceholder, classes.styledContainer, classes.styledTextAreaWrapper, classes.styledContainer, classes.styledHelpers, classes.hasDivider, StyledTextAreaWrapper, /*#__PURE__*/String(tokens.dividerColor), StyledTextAreaWrapper, tokens.dividerColorHover, /*#__PURE__*/String(tokens.dividerColor), StyledTextAreaWrapper, tokens.dividerColorFocus, /*#__PURE__*/String(tokens.dividerColor));
@@ -1 +0,0 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextArea/variations/_clear/base.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,IAAI,0CA2FhB,CAAC"}