@salutejs/plasma-new-hope 0.156.0-canary.1449.11066382859.0 → 0.156.0-canary.1451.11071589632.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (226) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +15 -17
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.css +15 -17
  3. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +15 -17
  4. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +15 -17
  5. package/cjs/components/DatePicker/RangeDate/RangeDate.css +15 -17
  6. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +15 -17
  7. package/cjs/components/DatePicker/SingleDate/SingleDate.css +15 -17
  8. package/cjs/components/Range/Range.css +15 -17
  9. package/cjs/components/Slider/Slider.css +15 -17
  10. package/cjs/components/Slider/components/Double/Double.css +15 -17
  11. package/cjs/components/TextArea/TextArea.js +21 -15
  12. package/cjs/components/TextArea/TextArea.js.map +1 -1
  13. package/cjs/components/TextArea/TextArea.tokens.js +15 -2
  14. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  15. package/cjs/components/{TextField → TextArea}/variations/_clear/base.js +2 -2
  16. package/cjs/components/TextArea/variations/_clear/base.js.map +1 -0
  17. package/cjs/components/TextArea/variations/_clear/base_193g3al.css +1 -0
  18. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  19. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  20. package/cjs/components/TextArea/variations/_view/base_d83rii.css +1 -0
  21. package/cjs/components/TextField/TextField.js +9 -24
  22. package/cjs/components/TextField/TextField.js.map +1 -1
  23. package/cjs/components/TextField/TextField.styles.js +7 -15
  24. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  25. package/{es/components/TextField/TextField.styles_1d2ryq.css → cjs/components/TextField/TextField.styles_uponva.css} +2 -2
  26. package/cjs/components/TextField/TextField.tokens.js +1 -12
  27. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  28. package/cjs/components/TextField/variations/_disabled/base.js +1 -1
  29. package/cjs/components/TextField/variations/_disabled/base.js.map +1 -1
  30. package/cjs/components/TextField/variations/_disabled/base_1tnjoy9.css +1 -0
  31. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  32. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  33. package/cjs/components/TextField/variations/_label-placement/base_6k17xp.css +1 -0
  34. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  35. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  36. package/cjs/components/TextField/variations/_read-only/base_8onybn.css +1 -0
  37. package/cjs/index.css +18 -18
  38. package/emotion/cjs/components/TextArea/TextArea.js +22 -16
  39. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +29 -0
  40. package/emotion/cjs/components/TextArea/TextArea.tokens.js +15 -2
  41. package/emotion/cjs/components/TextArea/variations/_clear/base.js +10 -0
  42. package/emotion/cjs/components/TextArea/variations/_view/base.js +2 -2
  43. package/emotion/cjs/components/TextField/TextField.js +10 -25
  44. package/emotion/cjs/components/TextField/TextField.styles.js +16 -20
  45. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +17 -50
  46. package/emotion/cjs/components/TextField/TextField.tokens.js +1 -12
  47. package/emotion/cjs/components/TextField/variations/_disabled/base.js +1 -1
  48. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  49. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  50. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  51. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +17 -10
  52. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +12 -15
  53. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -9
  54. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +12 -9
  55. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +17 -11
  56. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +12 -15
  57. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -8
  58. package/emotion/es/components/TextArea/TextArea.js +20 -14
  59. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +29 -0
  60. package/emotion/es/components/TextArea/TextArea.tokens.js +15 -2
  61. package/emotion/es/components/TextArea/variations/_clear/base.js +4 -0
  62. package/emotion/es/components/TextArea/variations/_view/base.js +2 -2
  63. package/emotion/es/components/TextField/TextField.js +4 -19
  64. package/emotion/es/components/TextField/TextField.styles.js +16 -20
  65. package/emotion/es/components/TextField/TextField.template-doc.mdx +17 -50
  66. package/emotion/es/components/TextField/TextField.tokens.js +1 -12
  67. package/emotion/es/components/TextField/variations/_disabled/base.js +1 -1
  68. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  69. package/emotion/es/components/TextField/variations/_read-only/base.js +2 -2
  70. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  71. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +17 -10
  72. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +12 -15
  73. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -9
  74. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +12 -9
  75. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +17 -11
  76. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +12 -15
  77. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -8
  78. package/es/components/Autocomplete/Autocomplete.css +15 -17
  79. package/es/components/Combobox/ComboboxNew/Combobox.css +15 -17
  80. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +15 -17
  81. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +15 -17
  82. package/es/components/DatePicker/RangeDate/RangeDate.css +15 -17
  83. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +15 -17
  84. package/es/components/DatePicker/SingleDate/SingleDate.css +15 -17
  85. package/es/components/Range/Range.css +15 -17
  86. package/es/components/Slider/Slider.css +15 -17
  87. package/es/components/Slider/components/Double/Double.css +15 -17
  88. package/es/components/TextArea/TextArea.js +21 -15
  89. package/es/components/TextArea/TextArea.js.map +1 -1
  90. package/es/components/TextArea/TextArea.tokens.js +15 -2
  91. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  92. package/es/components/TextArea/variations/_clear/base.js +5 -0
  93. package/es/components/TextArea/variations/_clear/base.js.map +1 -0
  94. package/es/components/TextArea/variations/_clear/base_193g3al.css +1 -0
  95. package/es/components/TextArea/variations/_view/base.js +1 -1
  96. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  97. package/es/components/TextArea/variations/_view/base_d83rii.css +1 -0
  98. package/es/components/TextField/TextField.js +9 -24
  99. package/es/components/TextField/TextField.js.map +1 -1
  100. package/es/components/TextField/TextField.styles.js +7 -15
  101. package/es/components/TextField/TextField.styles.js.map +1 -1
  102. package/{cjs/components/TextField/TextField.styles_1d2ryq.css → es/components/TextField/TextField.styles_uponva.css} +2 -2
  103. package/es/components/TextField/TextField.tokens.js +1 -12
  104. package/es/components/TextField/TextField.tokens.js.map +1 -1
  105. package/es/components/TextField/variations/_disabled/base.js +1 -1
  106. package/es/components/TextField/variations/_disabled/base.js.map +1 -1
  107. package/es/components/TextField/variations/_disabled/base_1tnjoy9.css +1 -0
  108. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  109. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  110. package/es/components/TextField/variations/_label-placement/base_6k17xp.css +1 -0
  111. package/es/components/TextField/variations/_read-only/base.js +1 -1
  112. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  113. package/es/components/TextField/variations/_read-only/base_8onybn.css +1 -0
  114. package/es/index.css +18 -18
  115. package/package.json +2 -2
  116. package/styled-components/cjs/components/TextArea/TextArea.js +21 -15
  117. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +29 -0
  118. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +15 -2
  119. package/styled-components/cjs/components/TextArea/variations/_clear/base.js +10 -0
  120. package/styled-components/cjs/components/TextArea/variations/_view/base.js +1 -1
  121. package/styled-components/cjs/components/TextField/TextField.js +9 -24
  122. package/styled-components/cjs/components/TextField/TextField.styles.js +3 -7
  123. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +17 -50
  124. package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -12
  125. package/styled-components/cjs/components/TextField/variations/_disabled/base.js +1 -1
  126. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  127. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
  128. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  129. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +17 -10
  130. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +9 -12
  131. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -9
  132. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +11 -8
  133. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +17 -11
  134. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +9 -12
  135. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -8
  136. package/styled-components/es/components/TextArea/TextArea.js +19 -13
  137. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +29 -0
  138. package/styled-components/es/components/TextArea/TextArea.tokens.js +15 -2
  139. package/styled-components/es/components/TextArea/variations/_clear/base.js +4 -0
  140. package/styled-components/es/components/TextArea/variations/_view/base.js +1 -1
  141. package/styled-components/es/components/TextField/TextField.js +3 -18
  142. package/styled-components/es/components/TextField/TextField.styles.js +3 -7
  143. package/styled-components/es/components/TextField/TextField.template-doc.mdx +17 -50
  144. package/styled-components/es/components/TextField/TextField.tokens.js +1 -12
  145. package/styled-components/es/components/TextField/variations/_disabled/base.js +1 -1
  146. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  147. package/styled-components/es/components/TextField/variations/_read-only/base.js +2 -2
  148. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +12 -9
  149. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +17 -10
  150. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +9 -12
  151. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -9
  152. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +11 -8
  153. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +17 -11
  154. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +9 -12
  155. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +0 -8
  156. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -120
  157. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  158. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -120
  159. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  160. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -120
  161. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  162. package/types/components/Range/Range.styles.d.ts +0 -120
  163. package/types/components/Range/Range.styles.d.ts.map +1 -1
  164. package/types/components/Slider/components/Double/Double.styles.d.ts +0 -120
  165. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  166. package/types/components/TextArea/TextArea.d.ts +4 -0
  167. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  168. package/types/components/TextArea/TextArea.tokens.d.ts +13 -0
  169. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  170. package/types/components/TextArea/TextArea.types.d.ts +15 -3
  171. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  172. package/types/components/TextArea/variations/_clear/base.d.ts.map +1 -0
  173. package/types/components/TextField/TextField.d.ts +0 -4
  174. package/types/components/TextField/TextField.d.ts.map +1 -1
  175. package/types/components/TextField/TextField.styles.d.ts +4 -5
  176. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  177. package/types/components/TextField/TextField.tokens.d.ts +0 -11
  178. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  179. package/types/components/TextField/TextField.types.d.ts +1 -20
  180. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  181. package/types/components/TextField/variations/_disabled/base.d.ts.map +1 -1
  182. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  183. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  184. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +0 -236
  185. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  186. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +3 -0
  187. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  188. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +81 -0
  189. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  190. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts +0 -3
  191. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
  192. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +0 -123
  193. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  194. package/types/examples/plasma_web/components/Mask/Mask.d.ts +0 -236
  195. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  196. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +3 -0
  197. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  198. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +81 -0
  199. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  200. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts +0 -3
  201. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -1
  202. package/types/examples/plasma_web/components/TextField/TextField.d.ts +0 -123
  203. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  204. package/cjs/components/TextArea/variations/_view/base_8npjyq.css +0 -1
  205. package/cjs/components/TextField/variations/_clear/base.js.map +0 -1
  206. package/cjs/components/TextField/variations/_clear/base_1twbihr.css +0 -1
  207. package/cjs/components/TextField/variations/_disabled/base_2tv0nz.css +0 -1
  208. package/cjs/components/TextField/variations/_label-placement/base_1ghihns.css +0 -1
  209. package/cjs/components/TextField/variations/_read-only/base_kcc8wi.css +0 -1
  210. package/emotion/cjs/components/TextField/variations/_clear/base.js +0 -10
  211. package/emotion/cjs/components/TextField/variations/_clear/tokens.json +0 -10
  212. package/emotion/es/components/TextField/variations/_clear/base.js +0 -4
  213. package/emotion/es/components/TextField/variations/_clear/tokens.json +0 -10
  214. package/es/components/TextArea/variations/_view/base_8npjyq.css +0 -1
  215. package/es/components/TextField/variations/_clear/base.js +0 -5
  216. package/es/components/TextField/variations/_clear/base.js.map +0 -1
  217. package/es/components/TextField/variations/_clear/base_1twbihr.css +0 -1
  218. package/es/components/TextField/variations/_disabled/base_2tv0nz.css +0 -1
  219. package/es/components/TextField/variations/_label-placement/base_1ghihns.css +0 -1
  220. package/es/components/TextField/variations/_read-only/base_kcc8wi.css +0 -1
  221. package/styled-components/cjs/components/TextField/variations/_clear/base.js +0 -10
  222. package/styled-components/cjs/components/TextField/variations/_clear/tokens.json +0 -10
  223. package/styled-components/es/components/TextField/variations/_clear/base.js +0 -4
  224. package/styled-components/es/components/TextField/variations/_clear/tokens.json +0 -10
  225. package/types/components/TextField/variations/_clear/base.d.ts.map +0 -1
  226. /package/types/components/{TextField → TextArea}/variations/_clear/base.d.ts +0 -0
@@ -7,4 +7,4 @@ exports.base = void 0;
7
7
  var _react = /*#__PURE__*/require("@emotion/react");
8
8
  var _TextField = /*#__PURE__*/require("../../TextField.tokens");
9
9
  var _TextField2 = /*#__PURE__*/require("../../TextField.styles");
10
- var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextField.classes.outerLabelPlacement, "{", _TextField2.Label, "{position:relative;display:inline-block;margin-bottom:var(", _TextField.tokens.labelOffset, ");color:var(", _TextField.tokens.labelColor, ");}}&.", _TextField.classes.innerLabelPlacement, "{", _TextField2.InputContainer, "{padding:var(", _TextField.tokens.contentLabelInnerPadding, ");}", _TextField2.StyledTextAfter, ",", _TextField2.StyledTextBefore, "{padding:var(", _TextField.tokens.contentLabelInnerPadding, ");}", _TextField2.Input, ":focus~", _TextField2.Label, ",", _TextField2.Input, ".", _TextField.classes.hasValue, "~", _TextField2.Label, "{color:var(", _TextField.tokens.placeholderColor, ");align-items:flex-start;padding:var(", _TextField.tokens.labelInnerPadding, ");font-family:var(", _TextField.tokens.labelInnerFontFamily, ");font-size:var(", _TextField.tokens.labelInnerFontSize, ");font-style:var(", _TextField.tokens.labelInnerFontStyle, ");font-weight:var(", _TextField.tokens.labelInnerFontWeight, ");letter-spacing:var(", _TextField.tokens.labelInnerLetterSpacing, ");line-height:var(", _TextField.tokens.labelInnerLineHeight, ");}", _TextField2.Label, "{color:var(", _TextField.tokens.placeholderColor, ");pointer-events:none;position:absolute;top:0;display:flex;align-items:center;box-sizing:border-box;height:var(", _TextField.tokens.height, ");padding-top:calc(calc(var(", _TextField.tokens.height, ") - var(", _TextField.tokens.labelLineHeight, ")) / 2);padding-bottom:calc(calc(var(", _TextField.tokens.height, ") - var(", _TextField.tokens.labelLineHeight, ")) / 2);}&.", _TextField.classes.clear, " ", _TextField2.Label, "{color:var(", _TextField.tokens.clearPlaceholderColor, ");}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2xhYmVsLXBsYWNlbWVudC9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19sYWJlbC1wbGFjZW1lbnQvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRDb250YWluZXIsIExhYmVsLCBTdHlsZWRUZXh0QWZ0ZXIsIFN0eWxlZFRleHRCZWZvcmUgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMub3V0ZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgICBtYXJnaW4tYm90dG9tOiB2YXIoJHt0b2tlbnMubGFiZWxPZmZzZXR9KTtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMubGFiZWxDb2xvcn0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMuaW5uZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0lucHV0Q29udGFpbmVyfSB7XG4gICAgICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuY29udGVudExhYmVsSW5uZXJQYWRkaW5nfSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZFRleHRBZnRlcn0sICR7U3R5bGVkVGV4dEJlZm9yZX0ge1xuICAgICAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLmNvbnRlbnRMYWJlbElubmVyUGFkZGluZ30pO1xuICAgICAgICB9XG5cbiAgICAgICAgLyog0L/QvtC00L3QuNC80LDQtdGCIGxhYmVsINCy0LLQtdGA0YUg0L/RgNC4INGE0L7QutGD0YHQtSwg0L3QsNC70LjRh9C40Lgg0LfQvdCw0YfQtdC90LjRjyAqL1xuICAgICAgICAke0lucHV0fTpmb2N1cyB+ICR7TGFiZWx9LCAke0lucHV0fS4ke2NsYXNzZXMuaGFzVmFsdWV9IH4gJHtMYWJlbH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yfSk7XG4gICAgICAgICAgICBhbGlnbi1pdGVtczogZmxleC1zdGFydDtcbiAgICAgICAgICAgIHBhZGRpbmc6IHZhcigke3Rva2Vucy5sYWJlbElubmVyUGFkZGluZ30pO1xuXG4gICAgICAgICAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJGb250RmFtaWx5fSk7XG4gICAgICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udFNpemV9KTtcbiAgICAgICAgICAgIGZvbnQtc3R5bGU6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udFN0eWxlfSk7XG4gICAgICAgICAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJGb250V2VpZ2h0fSk7XG4gICAgICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgICAgICBsaW5lLWhlaWdodDogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJMaW5lSGVpZ2h0fSk7XG4gICAgICAgIH1cblxuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLnBsYWNlaG9sZGVyQ29sb3J9KTtcblxuICAgICAgICAgICAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICB0b3A6IDA7XG5cbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuXG4gICAgICAgICAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5oZWlnaHR9KTtcblxuICAgICAgICAgICAgcGFkZGluZy10b3A6IGNhbGMoY2FsYyh2YXIoJHt0b2tlbnMuaGVpZ2h0fSkgLSB2YXIoJHt0b2tlbnMubGFiZWxMaW5lSGVpZ2h0fSkpIC8gMik7XG4gICAgICAgICAgICBwYWRkaW5nLWJvdHRvbTogY2FsYyhjYWxjKHZhcigke3Rva2Vucy5oZWlnaHR9KSAtIHZhcigke3Rva2Vucy5sYWJlbExpbmVIZWlnaHR9KSkgLyAyKTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLmNsZWFyfSAke0xhYmVsfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNsZWFyUGxhY2Vob2xkZXJDb2xvcn0pO1xuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));
10
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextField.classes.outerLabelPlacement, "{", _TextField2.Label, "{position:relative;display:inline-block;margin-bottom:var(", _TextField.tokens.labelOffset, ");color:var(", _TextField.tokens.labelColor, ");}}&.", _TextField.classes.innerLabelPlacement, "{", _TextField2.InputContainer, "{padding:var(", _TextField.tokens.contentLabelInnerPadding, ");}", _TextField2.StyledTextAfter, ",", _TextField2.StyledTextBefore, "{padding:var(", _TextField.tokens.contentLabelInnerPadding, ");}", _TextField2.Input, ":focus~", _TextField2.Label, ",", _TextField2.Input, ".", _TextField.classes.hasValue, "~", _TextField2.Label, "{align-items:flex-start;padding:var(", _TextField.tokens.labelInnerPadding, ");font-family:var(", _TextField.tokens.labelInnerFontFamily, ");font-size:var(", _TextField.tokens.labelInnerFontSize, ");font-style:var(", _TextField.tokens.labelInnerFontStyle, ");font-weight:var(", _TextField.tokens.labelInnerFontWeight, ");letter-spacing:var(", _TextField.tokens.labelInnerLetterSpacing, ");line-height:var(", _TextField.tokens.labelInnerLineHeight, ");}", _TextField2.Label, "{color:var(", _TextField.tokens.placeholderColor, ");pointer-events:none;position:absolute;top:0;display:flex;align-items:center;box-sizing:border-box;height:var(", _TextField.tokens.height, ");padding-top:calc(calc(var(", _TextField.tokens.height, ") - var(", _TextField.tokens.labelLineHeight, ")) / 2);padding-bottom:calc(calc(var(", _TextField.tokens.height, ") - var(", _TextField.tokens.labelLineHeight, ")) / 2);}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2xhYmVsLXBsYWNlbWVudC9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19sYWJlbC1wbGFjZW1lbnQvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRDb250YWluZXIsIExhYmVsLCBTdHlsZWRUZXh0QWZ0ZXIsIFN0eWxlZFRleHRCZWZvcmUgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMub3V0ZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgICBtYXJnaW4tYm90dG9tOiB2YXIoJHt0b2tlbnMubGFiZWxPZmZzZXR9KTtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMubGFiZWxDb2xvcn0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMuaW5uZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0lucHV0Q29udGFpbmVyfSB7XG4gICAgICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuY29udGVudExhYmVsSW5uZXJQYWRkaW5nfSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZFRleHRBZnRlcn0sICR7U3R5bGVkVGV4dEJlZm9yZX0ge1xuICAgICAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLmNvbnRlbnRMYWJlbElubmVyUGFkZGluZ30pO1xuICAgICAgICB9XG5cbiAgICAgICAgLyog0L/QvtC00L3QuNC80LDQtdGCIGxhYmVsINCy0LLQtdGA0YUg0L/RgNC4INGE0L7QutGD0YHQtSwg0L3QsNC70LjRh9C40Lgg0LfQvdCw0YfQtdC90LjRjyAqL1xuICAgICAgICAke0lucHV0fTpmb2N1cyB+ICR7TGFiZWx9LCAke0lucHV0fS4ke2NsYXNzZXMuaGFzVmFsdWV9IH4gJHtMYWJlbH0ge1xuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7XG4gICAgICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lclBhZGRpbmd9KTtcblxuICAgICAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udEZhbWlseX0pO1xuICAgICAgICAgICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRTaXplfSk7XG4gICAgICAgICAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRTdHlsZX0pO1xuICAgICAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udFdlaWdodH0pO1xuICAgICAgICAgICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5sYWJlbElubmVyTGV0dGVyU3BhY2luZ30pO1xuICAgICAgICAgICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy5sYWJlbElubmVyTGluZUhlaWdodH0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtMYWJlbH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yfSk7XG5cbiAgICAgICAgICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICAgICAgdG9wOiAwO1xuXG4gICAgICAgICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcblxuICAgICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcblxuICAgICAgICAgICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaGVpZ2h0fSk7XG5cbiAgICAgICAgICAgIHBhZGRpbmctdG9wOiBjYWxjKGNhbGModmFyKCR7dG9rZW5zLmhlaWdodH0pIC0gdmFyKCR7dG9rZW5zLmxhYmVsTGluZUhlaWdodH0pKSAvIDIpO1xuICAgICAgICAgICAgcGFkZGluZy1ib3R0b206IGNhbGMoY2FsYyh2YXIoJHt0b2tlbnMuaGVpZ2h0fSkgLSB2YXIoJHt0b2tlbnMubGFiZWxMaW5lSGVpZ2h0fSkpIC8gMik7XG4gICAgICAgIH1cbiAgICB9XG5gO1xuIl19 */"));
@@ -7,4 +7,4 @@ exports.base = void 0;
7
7
  var _react = /*#__PURE__*/require("@emotion/react");
8
8
  var _TextField = /*#__PURE__*/require("../../TextField.tokens");
9
9
  var _TextField2 = /*#__PURE__*/require("../../TextField.styles");
10
- var base = exports.base = /*#__PURE__*/(0, _react.css)("&[readonly]{", _TextField2.InputWrapper, "{color:var(", _TextField.tokens.colorReadOnly, ");background-color:var(", /*#__PURE__*/String(_TextField.tokens.backgroundColorReadOnly), ");box-shadow:inset 0 0 0 var(", /*#__PURE__*/String(_TextField.tokens.borderWidth), ") var(", /*#__PURE__*/String(_TextField.tokens.borderColorReadOnly), ");}&.", _TextField.classes.hasDivider, " ", _TextField2.InputWrapper, "{&:before{background-color:var(", /*#__PURE__*/String(_TextField.tokens.dividerColorReadOnly), ");}}", _TextField2.InputWrapper, ":hover{background-color:var(", _TextField.tokens.backgroundColorReadOnly, ");}", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.placeholderColorReadOnly, ");}", _TextField2.Input, "{color:var(", _TextField.tokens.colorReadOnly, ");cursor:default;min-width:unset;}", _TextField2.LeftHelper, "{color:var(", _TextField.tokens.leftHelperColorReadOnly, ");}&.", _TextField.classes.outerLabelPlacement, " ", _TextField2.Label, "{color:var(", _TextField.tokens.labelColorReadOnly, ");}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3JlYWQtb25seS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRQbGFjZWhvbGRlciwgSW5wdXRXcmFwcGVyLCBMYWJlbCwgTGVmdEhlbHBlciB9IGZyb20gJy4uLy4uL1RleHRGaWVsZC5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAmW3JlYWRvbmx5XSB7XG4gICAgICAgICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke1N0cmluZyh0b2tlbnMuYmFja2dyb3VuZENvbG9yUmVhZE9ubHkpfSk7XG4gICAgICAgICAgICBib3gtc2hhZG93OiBpbnNldCAwIDAgMCB2YXIoJHtTdHJpbmcodG9rZW5zLmJvcmRlcldpZHRoKX0pIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3JSZWFkT25seSl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLmhhc0RpdmlkZXJ9ICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5kaXZpZGVyQ29sb3JSZWFkT25seSl9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRXcmFwcGVyfTpob3ZlciB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuYmFja2dyb3VuZENvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXR9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3JSZWFkT25seX0pO1xuICAgICAgICAgICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgICAgICAgICAgbWluLXdpZHRoOiB1bnNldDtcbiAgICAgICAgfVxuXG4gICAgICAgICR7TGVmdEhlbHBlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMub3V0ZXJMYWJlbFBsYWNlbWVudH0gJHtMYWJlbH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5sYWJlbENvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));
10
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&[readonly]{", _TextField2.InputWrapper, "{color:var(", _TextField.tokens.colorReadOnly, ");background-color:var(", /*#__PURE__*/String(_TextField.tokens.backgroundColorReadOnly), ");box-shadow:inset 0 0 0 var(", /*#__PURE__*/String(_TextField.tokens.borderWidth), ") var(", /*#__PURE__*/String(_TextField.tokens.borderColorReadOnly), ");}", _TextField2.InputWrapper, ":hover{background-color:var(", _TextField.tokens.backgroundColorReadOnly, ");}", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.placeholderColorReadOnly, ");}", _TextField2.Input, "{color:var(", _TextField.tokens.colorReadOnly, ");cursor:default;min-width:unset;}", _TextField2.LeftHelper, "{color:var(", _TextField.tokens.leftHelperColorReadOnly, ");}", _TextField2.Label, "{color:var(", _TextField.tokens.labelColorReadOnly, ");}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3JlYWQtb25seS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRQbGFjZWhvbGRlciwgSW5wdXRXcmFwcGVyLCBMYWJlbCwgTGVmdEhlbHBlciB9IGZyb20gJy4uLy4uL1RleHRGaWVsZC5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAmW3JlYWRvbmx5XSB7XG4gICAgICAgICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke1N0cmluZyh0b2tlbnMuYmFja2dyb3VuZENvbG9yUmVhZE9ubHkpfSk7XG4gICAgICAgICAgICBib3gtc2hhZG93OiBpbnNldCAwIDAgMCB2YXIoJHtTdHJpbmcodG9rZW5zLmJvcmRlcldpZHRoKX0pIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3JSZWFkT25seSl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRXcmFwcGVyfTpob3ZlciB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuYmFja2dyb3VuZENvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXR9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3JSZWFkT25seX0pO1xuICAgICAgICAgICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgICAgICAgICAgbWluLXdpZHRoOiB1bnNldDtcbiAgICAgICAgfVxuXG4gICAgICAgICR7TGVmdEhlbHBlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtMYWJlbH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5sYWJlbENvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));