@salutejs/plasma-new-hope 0.137.1-canary.1411.10666649424.0 → 0.138.0-canary.1405.10669043494.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (199) hide show
  1. package/cjs/components/TextField/TextField.js +1 -1
  2. package/cjs/components/TextField/TextField.js.map +1 -1
  3. package/cjs/components/TextField/TextField.tokens.js +2 -1
  4. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  5. package/cjs/components/TextFieldGroup/TextFieldGroup.css +11 -0
  6. package/cjs/components/TextFieldGroup/TextFieldGroup.js +81 -0
  7. package/cjs/components/TextFieldGroup/TextFieldGroup.js.map +1 -0
  8. package/cjs/components/TextFieldGroup/TextFieldGroup.styles.js +9 -0
  9. package/cjs/components/TextFieldGroup/TextFieldGroup.styles.js.map +1 -0
  10. package/cjs/components/TextFieldGroup/TextFieldGroup.styles_soj2wl.css +1 -0
  11. package/cjs/components/TextFieldGroup/TextFieldGroup.tokens.js +94 -0
  12. package/cjs/components/TextFieldGroup/TextFieldGroup.tokens.js.map +1 -0
  13. package/cjs/components/TextFieldGroup/variations/_gap/base.js +9 -0
  14. package/cjs/components/TextFieldGroup/variations/_gap/base.js.map +1 -0
  15. package/cjs/components/TextFieldGroup/variations/_gap/base_147olfn.css +1 -0
  16. package/cjs/components/TextFieldGroup/variations/_orientation/base.js +9 -0
  17. package/cjs/components/TextFieldGroup/variations/_orientation/base.js.map +1 -0
  18. package/cjs/components/TextFieldGroup/variations/_orientation/base_you2ou.css +1 -0
  19. package/cjs/components/TextFieldGroup/variations/_shape/base.js +9 -0
  20. package/cjs/components/TextFieldGroup/variations/_shape/base.js.map +1 -0
  21. package/cjs/components/TextFieldGroup/variations/_shape/base_1e0je21.css +1 -0
  22. package/cjs/components/TextFieldGroup/variations/_size/base.js +9 -0
  23. package/cjs/components/TextFieldGroup/variations/_size/base.js.map +1 -0
  24. package/cjs/components/TextFieldGroup/variations/_size/base_4d2o9y.css +1 -0
  25. package/cjs/components/TextFieldGroup/variations/_stretching/base.js +9 -0
  26. package/cjs/components/TextFieldGroup/variations/_stretching/base.js.map +1 -0
  27. package/cjs/components/TextFieldGroup/variations/_stretching/base_1m1ul70.css +1 -0
  28. package/cjs/index.css +12 -0
  29. package/cjs/index.js +7 -0
  30. package/cjs/index.js.map +1 -1
  31. package/emotion/cjs/components/TextField/TextField.js +2 -2
  32. package/emotion/cjs/components/TextField/TextField.tokens.js +2 -1
  33. package/emotion/cjs/components/TextField/index.js +6 -0
  34. package/emotion/cjs/components/TextFieldGroup/TextFieldGroup.js +83 -0
  35. package/emotion/cjs/components/TextFieldGroup/TextFieldGroup.styles.js +17 -0
  36. package/emotion/cjs/components/TextFieldGroup/TextFieldGroup.template-doc.mdx +126 -0
  37. package/emotion/cjs/components/TextFieldGroup/TextFieldGroup.tokens.js +92 -0
  38. package/emotion/cjs/components/TextFieldGroup/TextFieldGroup.types.js +5 -0
  39. package/emotion/cjs/components/TextFieldGroup/index.js +31 -0
  40. package/emotion/cjs/components/TextFieldGroup/variations/_gap/base.js +9 -0
  41. package/emotion/cjs/components/TextFieldGroup/variations/_gap/tokens.json +1 -0
  42. package/emotion/cjs/components/TextFieldGroup/variations/_orientation/base.js +9 -0
  43. package/emotion/cjs/components/TextFieldGroup/variations/_orientation/tokens.json +1 -0
  44. package/emotion/cjs/components/TextFieldGroup/variations/_shape/base.js +11 -0
  45. package/emotion/cjs/components/TextFieldGroup/variations/_shape/tokens.json +1 -0
  46. package/emotion/cjs/components/TextFieldGroup/variations/_size/base.js +10 -0
  47. package/emotion/cjs/components/TextFieldGroup/variations/_size/tokens.json +58 -0
  48. package/emotion/cjs/components/TextFieldGroup/variations/_stretching/base.js +9 -0
  49. package/emotion/cjs/components/TextFieldGroup/variations/_stretching/tokens.json +1 -0
  50. package/emotion/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.config.js +38 -0
  51. package/emotion/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.js +11 -0
  52. package/emotion/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  53. package/emotion/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.config.js +38 -0
  54. package/emotion/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.js +11 -0
  55. package/emotion/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  56. package/emotion/cjs/index.js +11 -0
  57. package/emotion/es/components/TextField/TextField.js +2 -2
  58. package/emotion/es/components/TextField/TextField.tokens.js +2 -1
  59. package/emotion/es/components/TextField/index.js +1 -1
  60. package/emotion/es/components/TextFieldGroup/TextFieldGroup.js +74 -0
  61. package/emotion/es/components/TextFieldGroup/TextFieldGroup.styles.js +11 -0
  62. package/emotion/es/components/TextFieldGroup/TextFieldGroup.template-doc.mdx +126 -0
  63. package/emotion/es/components/TextFieldGroup/TextFieldGroup.tokens.js +86 -0
  64. package/emotion/es/components/TextFieldGroup/TextFieldGroup.types.js +1 -0
  65. package/emotion/es/components/TextFieldGroup/index.js +2 -0
  66. package/emotion/es/components/TextFieldGroup/variations/_gap/base.js +3 -0
  67. package/emotion/es/components/TextFieldGroup/variations/_gap/tokens.json +1 -0
  68. package/emotion/es/components/TextFieldGroup/variations/_orientation/base.js +3 -0
  69. package/emotion/es/components/TextFieldGroup/variations/_orientation/tokens.json +1 -0
  70. package/emotion/es/components/TextFieldGroup/variations/_shape/base.js +5 -0
  71. package/emotion/es/components/TextFieldGroup/variations/_shape/tokens.json +1 -0
  72. package/emotion/es/components/TextFieldGroup/variations/_size/base.js +4 -0
  73. package/emotion/es/components/TextFieldGroup/variations/_size/tokens.json +58 -0
  74. package/emotion/es/components/TextFieldGroup/variations/_stretching/base.js +3 -0
  75. package/emotion/es/components/TextFieldGroup/variations/_stretching/tokens.json +1 -0
  76. package/emotion/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.config.js +32 -0
  77. package/emotion/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.js +5 -0
  78. package/emotion/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  79. package/emotion/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.config.js +32 -0
  80. package/emotion/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.js +5 -0
  81. package/emotion/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  82. package/emotion/es/index.js +1 -0
  83. package/es/components/TextField/TextField.js +1 -1
  84. package/es/components/TextField/TextField.js.map +1 -1
  85. package/es/components/TextField/TextField.tokens.js +2 -1
  86. package/es/components/TextField/TextField.tokens.js.map +1 -1
  87. package/es/components/TextFieldGroup/TextFieldGroup.css +11 -0
  88. package/es/components/TextFieldGroup/TextFieldGroup.js +76 -0
  89. package/es/components/TextFieldGroup/TextFieldGroup.js.map +1 -0
  90. package/es/components/TextFieldGroup/TextFieldGroup.styles.js +5 -0
  91. package/es/components/TextFieldGroup/TextFieldGroup.styles.js.map +1 -0
  92. package/es/components/TextFieldGroup/TextFieldGroup.styles_soj2wl.css +1 -0
  93. package/es/components/TextFieldGroup/TextFieldGroup.tokens.js +89 -0
  94. package/es/components/TextFieldGroup/TextFieldGroup.tokens.js.map +1 -0
  95. package/es/components/TextFieldGroup/variations/_gap/base.js +5 -0
  96. package/es/components/TextFieldGroup/variations/_gap/base.js.map +1 -0
  97. package/es/components/TextFieldGroup/variations/_gap/base_147olfn.css +1 -0
  98. package/es/components/TextFieldGroup/variations/_orientation/base.js +5 -0
  99. package/es/components/TextFieldGroup/variations/_orientation/base.js.map +1 -0
  100. package/es/components/TextFieldGroup/variations/_orientation/base_you2ou.css +1 -0
  101. package/es/components/TextFieldGroup/variations/_shape/base.js +5 -0
  102. package/es/components/TextFieldGroup/variations/_shape/base.js.map +1 -0
  103. package/es/components/TextFieldGroup/variations/_shape/base_1e0je21.css +1 -0
  104. package/es/components/TextFieldGroup/variations/_size/base.js +5 -0
  105. package/es/components/TextFieldGroup/variations/_size/base.js.map +1 -0
  106. package/es/components/TextFieldGroup/variations/_size/base_4d2o9y.css +1 -0
  107. package/es/components/TextFieldGroup/variations/_stretching/base.js +5 -0
  108. package/es/components/TextFieldGroup/variations/_stretching/base.js.map +1 -0
  109. package/es/components/TextFieldGroup/variations/_stretching/base_1m1ul70.css +1 -0
  110. package/es/index.css +12 -0
  111. package/es/index.js +3 -1
  112. package/es/index.js.map +1 -1
  113. package/package.json +2 -2
  114. package/styled-components/cjs/components/TextField/TextField.js +1 -1
  115. package/styled-components/cjs/components/TextField/TextField.tokens.js +2 -1
  116. package/styled-components/cjs/components/TextField/index.js +6 -0
  117. package/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.js +83 -0
  118. package/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.styles.js +8 -0
  119. package/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.template-doc.mdx +126 -0
  120. package/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.tokens.js +92 -0
  121. package/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.types.js +5 -0
  122. package/styled-components/cjs/components/TextFieldGroup/index.js +31 -0
  123. package/styled-components/cjs/components/TextFieldGroup/variations/_gap/base.js +9 -0
  124. package/styled-components/cjs/components/TextFieldGroup/variations/_gap/tokens.json +1 -0
  125. package/styled-components/cjs/components/TextFieldGroup/variations/_orientation/base.js +9 -0
  126. package/styled-components/cjs/components/TextFieldGroup/variations/_orientation/tokens.json +1 -0
  127. package/styled-components/cjs/components/TextFieldGroup/variations/_shape/base.js +11 -0
  128. package/styled-components/cjs/components/TextFieldGroup/variations/_shape/tokens.json +1 -0
  129. package/styled-components/cjs/components/TextFieldGroup/variations/_size/base.js +10 -0
  130. package/styled-components/cjs/components/TextFieldGroup/variations/_size/tokens.json +58 -0
  131. package/styled-components/cjs/components/TextFieldGroup/variations/_stretching/base.js +9 -0
  132. package/styled-components/cjs/components/TextFieldGroup/variations/_stretching/tokens.json +1 -0
  133. package/styled-components/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.config.js +38 -0
  134. package/styled-components/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.js +11 -0
  135. package/styled-components/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  136. package/styled-components/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.config.js +38 -0
  137. package/styled-components/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.js +11 -0
  138. package/styled-components/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  139. package/styled-components/cjs/index.js +11 -0
  140. package/styled-components/es/components/TextField/TextField.js +1 -1
  141. package/styled-components/es/components/TextField/TextField.tokens.js +2 -1
  142. package/styled-components/es/components/TextField/index.js +1 -1
  143. package/styled-components/es/components/TextFieldGroup/TextFieldGroup.js +74 -0
  144. package/styled-components/es/components/TextFieldGroup/TextFieldGroup.styles.js +2 -0
  145. package/styled-components/es/components/TextFieldGroup/TextFieldGroup.template-doc.mdx +126 -0
  146. package/styled-components/es/components/TextFieldGroup/TextFieldGroup.tokens.js +86 -0
  147. package/styled-components/es/components/TextFieldGroup/TextFieldGroup.types.js +1 -0
  148. package/styled-components/es/components/TextFieldGroup/index.js +2 -0
  149. package/styled-components/es/components/TextFieldGroup/variations/_gap/base.js +3 -0
  150. package/styled-components/es/components/TextFieldGroup/variations/_gap/tokens.json +1 -0
  151. package/styled-components/es/components/TextFieldGroup/variations/_orientation/base.js +3 -0
  152. package/styled-components/es/components/TextFieldGroup/variations/_orientation/tokens.json +1 -0
  153. package/styled-components/es/components/TextFieldGroup/variations/_shape/base.js +5 -0
  154. package/styled-components/es/components/TextFieldGroup/variations/_shape/tokens.json +1 -0
  155. package/styled-components/es/components/TextFieldGroup/variations/_size/base.js +4 -0
  156. package/styled-components/es/components/TextFieldGroup/variations/_size/tokens.json +58 -0
  157. package/styled-components/es/components/TextFieldGroup/variations/_stretching/base.js +3 -0
  158. package/styled-components/es/components/TextFieldGroup/variations/_stretching/tokens.json +1 -0
  159. package/styled-components/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.config.js +32 -0
  160. package/styled-components/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.js +5 -0
  161. package/styled-components/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  162. package/styled-components/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.config.js +32 -0
  163. package/styled-components/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.js +5 -0
  164. package/styled-components/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  165. package/styled-components/es/index.js +1 -0
  166. package/types/components/TextField/TextField.tokens.d.ts +1 -0
  167. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  168. package/types/components/TextField/index.d.ts +1 -1
  169. package/types/components/TextField/index.d.ts.map +1 -1
  170. package/types/components/TextFieldGroup/TextFieldGroup.d.ts +35 -0
  171. package/types/components/TextFieldGroup/TextFieldGroup.d.ts.map +1 -0
  172. package/types/components/TextFieldGroup/TextFieldGroup.styles.d.ts +2 -0
  173. package/types/components/TextFieldGroup/TextFieldGroup.styles.d.ts.map +1 -0
  174. package/types/components/TextFieldGroup/TextFieldGroup.tokens.d.ts +85 -0
  175. package/types/components/TextFieldGroup/TextFieldGroup.tokens.d.ts.map +1 -0
  176. package/types/components/TextFieldGroup/TextFieldGroup.types.d.ts +84 -0
  177. package/types/components/TextFieldGroup/TextFieldGroup.types.d.ts.map +1 -0
  178. package/types/components/TextFieldGroup/index.d.ts +4 -0
  179. package/types/components/TextFieldGroup/index.d.ts.map +1 -0
  180. package/types/components/TextFieldGroup/variations/_gap/base.d.ts +2 -0
  181. package/types/components/TextFieldGroup/variations/_gap/base.d.ts.map +1 -0
  182. package/types/components/TextFieldGroup/variations/_orientation/base.d.ts +2 -0
  183. package/types/components/TextFieldGroup/variations/_orientation/base.d.ts.map +1 -0
  184. package/types/components/TextFieldGroup/variations/_shape/base.d.ts +2 -0
  185. package/types/components/TextFieldGroup/variations/_shape/base.d.ts.map +1 -0
  186. package/types/components/TextFieldGroup/variations/_size/base.d.ts +2 -0
  187. package/types/components/TextFieldGroup/variations/_size/base.d.ts.map +1 -0
  188. package/types/components/TextFieldGroup/variations/_stretching/base.d.ts +2 -0
  189. package/types/components/TextFieldGroup/variations/_stretching/base.d.ts.map +1 -0
  190. package/types/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.config.d.ts +31 -0
  191. package/types/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.config.d.ts.map +1 -0
  192. package/types/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.d.ts +43 -0
  193. package/types/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.d.ts.map +1 -0
  194. package/types/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.config.d.ts +31 -0
  195. package/types/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.config.d.ts.map +1 -0
  196. package/types/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.d.ts +43 -0
  197. package/types/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.d.ts.map +1 -0
  198. package/types/index.d.ts +1 -0
  199. package/types/index.d.ts.map +1 -1
@@ -0,0 +1,10 @@
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 _TextFieldGroup = /*#__PURE__*/require("../../TextFieldGroup.tokens");
9
+ var _TextField = /*#__PURE__*/require("../../../TextField");
10
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextFieldGroup.classes.textFieldGroupOverrideStyles, " .", _TextFieldGroup.classes.textFieldGroupItem, "{", _TextField.textFieldTokens.height, ":var(", _TextFieldGroup.tokens.height, ");", _TextField.textFieldTokens.padding, ":var(", _TextFieldGroup.tokens.padding, ");", _TextField.textFieldTokens.paddingWithChips, ":var(", _TextFieldGroup.tokens.paddingWithChips, ");", _TextField.textFieldTokens.leftContentMargin, ":var(", _TextFieldGroup.tokens.leftContentMargin, ");", _TextField.textFieldTokens.rightContentMargin, ":var(", _TextFieldGroup.tokens.rightContentMargin, ");", _TextField.textFieldTokens.textBeforeMargin, ":var(", _TextFieldGroup.tokens.textBeforeMargin, ");", _TextField.textFieldTokens.textAfterMargin, ":var(", _TextFieldGroup.tokens.textAfterMargin, ");", _TextField.textFieldTokens.fontFamily, ":var(", _TextFieldGroup.tokens.fontFamily, ");", _TextField.textFieldTokens.fontSize, ":var(", _TextFieldGroup.tokens.fontSize, ");", _TextField.textFieldTokens.fontStyle, ":var(", _TextFieldGroup.tokens.fontStyle, ");", _TextField.textFieldTokens.fontWeight, ":var(", _TextFieldGroup.tokens.fontWeight, ");", _TextField.textFieldTokens.letterSpacing, ":var(", _TextFieldGroup.tokens.letterSpacing, ");", _TextField.textFieldTokens.lineHeight, ":var(", _TextFieldGroup.tokens.lineHeight, ");", _TextField.textFieldTokens.labelOffset, ":var(", _TextFieldGroup.tokens.labelOffset, ");", _TextField.textFieldTokens.labelFontFamily, ":var(", _TextFieldGroup.tokens.labelFontFamily, ");", _TextField.textFieldTokens.labelFontSize, ":var(", _TextFieldGroup.tokens.labelFontSize, ");", _TextField.textFieldTokens.labelFontStyle, ":var(", _TextFieldGroup.tokens.labelFontStyle, ");", _TextField.textFieldTokens.labelFontWeight, ":var(", _TextFieldGroup.tokens.labelFontWeight, ");", _TextField.textFieldTokens.labelLetterSpacing, ":var(", _TextFieldGroup.tokens.labelLetterSpacing, ");", _TextField.textFieldTokens.labelLineHeight, ":var(", _TextFieldGroup.tokens.labelLineHeight, ");", _TextField.textFieldTokens.leftHelperOffset, ":var(", _TextFieldGroup.tokens.leftHelperOffset, ");", _TextField.textFieldTokens.leftHelperFontFamily, ":var(", _TextFieldGroup.tokens.leftHelperFontFamily, ");", _TextField.textFieldTokens.leftHelperFontSize, ":var(", _TextFieldGroup.tokens.leftHelperFontSize, ");", _TextField.textFieldTokens.leftHelperFontStyle, ":var(", _TextFieldGroup.tokens.leftHelperFontStyle, ");", _TextField.textFieldTokens.leftHelperFontWeight, ":var(", _TextFieldGroup.tokens.leftHelperFontWeight, ");", _TextField.textFieldTokens.leftHelperLetterSpacing, ":var(", _TextFieldGroup.tokens.leftHelperLetterSpacing, ");", _TextField.textFieldTokens.leftHelperLineHeight, ":var(", _TextFieldGroup.tokens.leftHelperLineHeight, ");", _TextField.textFieldTokens.labelInnerPadding, ":var(", _TextFieldGroup.tokens.labelInnerPadding, ");", _TextField.textFieldTokens.contentLabelInnerPadding, ":var(", _TextFieldGroup.tokens.contentLabelInnerPadding, ");", _TextField.textFieldTokens.chipGap, ":var(", _TextFieldGroup.tokens.chipGap, ");", _TextField.textFieldTokens.chipBorderRadius, ":var(", _TextFieldGroup.tokens.chipBorderRadius, ");", _TextField.textFieldTokens.chipWidth, ":var(", _TextFieldGroup.tokens.chipWidth, ");", _TextField.textFieldTokens.chipHeight, ":var(", _TextFieldGroup.tokens.chipHeight, ");", _TextField.textFieldTokens.chipPaddingRight, ":var(", _TextFieldGroup.tokens.chipPaddingRight, ");", _TextField.textFieldTokens.chipPaddingLeft, ":var(", _TextFieldGroup.tokens.chipPaddingLeft, ");", _TextField.textFieldTokens.chipClearContentMarginLeft, ":var(", _TextFieldGroup.tokens.chipClearContentMarginLeft, ");", _TextField.textFieldTokens.chipClearContentMarginRight, ":var(", _TextFieldGroup.tokens.chipClearContentMarginRight, ");", _TextField.textFieldTokens.chipCloseIconSize, ":var(", _TextFieldGroup.tokens.chipCloseIconSize, ");", _TextField.textFieldTokens.chipFontFamily, ":var(", _TextFieldGroup.tokens.chipFontFamily, ");", _TextField.textFieldTokens.chipFontSize, ":var(", _TextFieldGroup.tokens.chipFontSize, ");", _TextField.textFieldTokens.chipFontStyle, ":var(", _TextFieldGroup.tokens.chipFontStyle, ");", _TextField.textFieldTokens.chipFontWeight, ":var(", _TextFieldGroup.tokens.chipFontWeight, ");", _TextField.textFieldTokens.chipLetterSpacing, ":var(", _TextFieldGroup.tokens.chipLetterSpacing, ");", _TextField.textFieldTokens.chipLineHeight, ":var(", _TextFieldGroup.tokens.chipLineHeight, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkR3JvdXAvdmFyaWF0aW9ucy9fc2l6ZS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZEdyb3VwL3ZhcmlhdGlvbnMvX3NpemUvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkR3JvdXAudG9rZW5zJztcbmltcG9ydCB7IHRleHRGaWVsZFRva2VucyB9IGZyb20gJy4uLy4uLy4uL1RleHRGaWVsZCc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICYuJHtjbGFzc2VzLnRleHRGaWVsZEdyb3VwT3ZlcnJpZGVTdHlsZXN9IC4ke2NsYXNzZXMudGV4dEZpZWxkR3JvdXBJdGVtfSAge1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5oZWlnaHR9OiB2YXIoJHt0b2tlbnMuaGVpZ2h0fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLnBhZGRpbmd9OiB2YXIoJHt0b2tlbnMucGFkZGluZ30pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5wYWRkaW5nV2l0aENoaXBzfTogdmFyKCR7dG9rZW5zLnBhZGRpbmdXaXRoQ2hpcHN9KTtcblxuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5sZWZ0Q29udGVudE1hcmdpbn06IHZhcigke3Rva2Vucy5sZWZ0Q29udGVudE1hcmdpbn0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5yaWdodENvbnRlbnRNYXJnaW59OiB2YXIoJHt0b2tlbnMucmlnaHRDb250ZW50TWFyZ2lufSk7XG5cbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMudGV4dEJlZm9yZU1hcmdpbn06IHZhcigke3Rva2Vucy50ZXh0QmVmb3JlTWFyZ2lufSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLnRleHRBZnRlck1hcmdpbn06IHZhcigke3Rva2Vucy50ZXh0QWZ0ZXJNYXJnaW59KTtcblxuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5mb250RmFtaWx5fTogdmFyKCR7dG9rZW5zLmZvbnRGYW1pbHl9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuZm9udFNpemV9OiB2YXIoJHt0b2tlbnMuZm9udFNpemV9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuZm9udFN0eWxlfTogdmFyKCR7dG9rZW5zLmZvbnRTdHlsZX0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5mb250V2VpZ2h0fTogdmFyKCR7dG9rZW5zLmZvbnRXZWlnaHR9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGV0dGVyU3BhY2luZ306IHZhcigke3Rva2Vucy5sZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxpbmVIZWlnaHR9OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuXG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxhYmVsT2Zmc2V0fTogdmFyKCR7dG9rZW5zLmxhYmVsT2Zmc2V0fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxhYmVsRm9udEZhbWlseX06IHZhcigke3Rva2Vucy5sYWJlbEZvbnRGYW1pbHl9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGFiZWxGb250U2l6ZX06IHZhcigke3Rva2Vucy5sYWJlbEZvbnRTaXplfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxhYmVsRm9udFN0eWxlfTogdmFyKCR7dG9rZW5zLmxhYmVsRm9udFN0eWxlfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxhYmVsRm9udFdlaWdodH06IHZhcigke3Rva2Vucy5sYWJlbEZvbnRXZWlnaHR9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGFiZWxMZXR0ZXJTcGFjaW5nfTogdmFyKCR7dG9rZW5zLmxhYmVsTGV0dGVyU3BhY2luZ30pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5sYWJlbExpbmVIZWlnaHR9OiB2YXIoJHt0b2tlbnMubGFiZWxMaW5lSGVpZ2h0fSk7XG5cbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGVmdEhlbHBlck9mZnNldH06IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyT2Zmc2V0fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxlZnRIZWxwZXJGb250RmFtaWx5fTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJGb250RmFtaWx5fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxlZnRIZWxwZXJGb250U2l6ZX06IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFNpemV9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGVmdEhlbHBlckZvbnRTdHlsZX06IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFN0eWxlfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxlZnRIZWxwZXJGb250V2VpZ2h0fTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJGb250V2VpZ2h0fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxlZnRIZWxwZXJMZXR0ZXJTcGFjaW5nfTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxlZnRIZWxwZXJMaW5lSGVpZ2h0fTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJMaW5lSGVpZ2h0fSk7XG5cbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGFiZWxJbm5lclBhZGRpbmd9OiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lclBhZGRpbmd9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuY29udGVudExhYmVsSW5uZXJQYWRkaW5nfTogdmFyKCR7dG9rZW5zLmNvbnRlbnRMYWJlbElubmVyUGFkZGluZ30pO1xuXG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmNoaXBHYXB9OiB2YXIoJHt0b2tlbnMuY2hpcEdhcH0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwQm9yZGVyUmFkaXVzfTogdmFyKCR7dG9rZW5zLmNoaXBCb3JkZXJSYWRpdXN9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuY2hpcFdpZHRofTogdmFyKCR7dG9rZW5zLmNoaXBXaWR0aH0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwSGVpZ2h0fTogdmFyKCR7dG9rZW5zLmNoaXBIZWlnaHR9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuY2hpcFBhZGRpbmdSaWdodH06IHZhcigke3Rva2Vucy5jaGlwUGFkZGluZ1JpZ2h0fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmNoaXBQYWRkaW5nTGVmdH06IHZhcigke3Rva2Vucy5jaGlwUGFkZGluZ0xlZnR9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuY2hpcENsZWFyQ29udGVudE1hcmdpbkxlZnR9OiB2YXIoJHt0b2tlbnMuY2hpcENsZWFyQ29udGVudE1hcmdpbkxlZnR9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuY2hpcENsZWFyQ29udGVudE1hcmdpblJpZ2h0fTogdmFyKCR7dG9rZW5zLmNoaXBDbGVhckNvbnRlbnRNYXJnaW5SaWdodH0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwQ2xvc2VJY29uU2l6ZX06IHZhcigke3Rva2Vucy5jaGlwQ2xvc2VJY29uU2l6ZX0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwRm9udEZhbWlseX06IHZhcigke3Rva2Vucy5jaGlwRm9udEZhbWlseX0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwRm9udFNpemV9OiB2YXIoJHt0b2tlbnMuY2hpcEZvbnRTaXplfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmNoaXBGb250U3R5bGV9OiB2YXIoJHt0b2tlbnMuY2hpcEZvbnRTdHlsZX0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwRm9udFdlaWdodH06IHZhcigke3Rva2Vucy5jaGlwRm9udFdlaWdodH0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwTGV0dGVyU3BhY2luZ306IHZhcigke3Rva2Vucy5jaGlwTGV0dGVyU3BhY2luZ30pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwTGluZUhlaWdodH06IHZhcigke3Rva2Vucy5jaGlwTGluZUhlaWdodH0pO1xuICAgIH1cbmA7XG4iXX0= */"));
@@ -0,0 +1,58 @@
1
+ [
2
+ "--plasma-text-field-group-item-height",
3
+ "--plasma-text-field-group-item-border-width",
4
+ "--plasma-text-field-group-item-padding",
5
+ "--plasma-text-field-group-item-padding-with-chips",
6
+ "--plasma-text-field-group-item__left-content-margin",
7
+ "--plasma-text-field-group-item__right-content-margin",
8
+ "--plasma-text-field-group-item-font-family",
9
+ "--plasma-text-field-group-item-font-style",
10
+ "--plasma-text-field-group-item-font-size",
11
+ "--plasma-text-field-group-item-font-weight",
12
+ "--plasma-text-field-group-item-letter-spacing",
13
+ "--plasma-text-field-group-item-line-height",
14
+ "--plasma-text-field-group-item__label-offset",
15
+ "--plasma-text-field-group-item__label-font-family",
16
+ "--plasma-text-field-group-item__label-font-style",
17
+ "--plasma-text-field-group-item__label-font-size",
18
+ "--plasma-text-field-group-item__label-font-weight",
19
+ "--plasma-text-field-group-item__label-letter-spacing",
20
+ "--plasma-text-field-group-item__label-line-height",
21
+ "--plasma-text-field-group-item-placement_inner__label-font-family",
22
+ "--plasma-text-field-group-item-placement_inner__label-font-style",
23
+ "--plasma-text-field-group-item-placement_inner__label-font-size",
24
+ "--plasma-text-field-group-item-placement_inner__label-font-weight",
25
+ "--plasma-text-field-group-item-placement_inner__label-letter-spacing",
26
+ "--plasma-text-field-group-item-placement_inner__label-line-height",
27
+ "--plasma-text-field-group-item-placement_inner__label-padding",
28
+ "--plasma-text-field-group-item-placement_inner__content-padding",
29
+ "--plasma-text-field-group-item__left-helper-offset",
30
+ "--plasma-text-field-group-item__left-helper-font-family",
31
+ "--plasma-text-field-group-item__left-helper-font-style",
32
+ "--plasma-text-field-group-item__left-helper-font-size",
33
+ "--plasma-text-field-group-item__left-helper-font-weight",
34
+ "--plasma-text-field-group-item__left-helper-letter-spacing",
35
+ "--plasma-text-field-group-item__left-helper-line-height",
36
+ "--plasma-text-field-group-item__before-text-margin",
37
+ "--plasma-text-field-group-item__after-text-margin",
38
+ "--plasma-text-field-group-item__chip-height",
39
+ "--plasma-text-field-group-item__chip-border-radius",
40
+ "--plasma-text-field-group-item__chip-gap",
41
+ "--plasma-text-field-group-item__chip-scale-hover",
42
+ "--plasma-text-field-group-item__chip-scale-active",
43
+ "--plasma-text-field-group-item__chip-outline-size",
44
+ "--plasma-text-field-group-item__chip-width",
45
+ "--plasma-text-field-group-item__chip-padding-top",
46
+ "--plasma-text-field-group-item__chip-padding-right",
47
+ "--plasma-text-field-group-item__chip-padding-bottom",
48
+ "--plasma-text-field-group-item__chip-padding-left",
49
+ "--plasma-text-field-group-item__chip-close-icon-size",
50
+ "--plasma-text-field-group-item__chip-font-family",
51
+ "--plasma-text-field-group-item__chip-font-size",
52
+ "--plasma-text-field-group-item__chip-font-style",
53
+ "--plasma-text-field-group-item__chip-font-weight",
54
+ "--plasma-text-field-group-item__chip-letter-spacing",
55
+ "--plasma-text-field-group-item__chip-line-height",
56
+ "--plasma-text-field-group-item__chip-clear-content-margin-left",
57
+ "--plasma-text-field-group-item__chip-clear-content-margin-right"
58
+ ]
@@ -0,0 +1,9 @@
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 _TextFieldGroup = /*#__PURE__*/require("../../TextFieldGroup.tokens");
9
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextFieldGroup.classes.filledStretching, "{width:100%;.", _TextFieldGroup.classes.textFieldGroupItem, "{width:100%;}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkR3JvdXAvdmFyaWF0aW9ucy9fc3RyZXRjaGluZy9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUl1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZEdyb3VwL3ZhcmlhdGlvbnMvX3N0cmV0Y2hpbmcvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcyB9IGZyb20gJy4uLy4uL1RleHRGaWVsZEdyb3VwLnRva2Vucyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICYuJHtjbGFzc2VzLmZpbGxlZFN0cmV0Y2hpbmd9IHtcbiAgICAgICAgd2lkdGg6IDEwMCU7XG5cbiAgICAgICAgLiR7Y2xhc3Nlcy50ZXh0RmllbGRHcm91cEl0ZW19IHtcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));