@salutejs/plasma-new-hope 0.161.0-dev.0 → 0.161.1-canary.1471.11182853822.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/cjs/components/TextArea/TextArea.styles.js +5 -5
  2. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  3. package/cjs/components/TextArea/{TextArea.styles_1kzzs11.css → TextArea.styles_es0miz.css} +1 -1
  4. package/cjs/components/TextArea/TextArea.tokens.js +8 -0
  5. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  6. package/cjs/index.css +11 -11
  7. package/emotion/cjs/components/TextArea/TextArea.styles.js +11 -11
  8. package/emotion/cjs/components/TextArea/TextArea.tokens.js +8 -0
  9. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +10 -10
  10. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +10 -10
  11. package/emotion/es/components/TextArea/TextArea.styles.js +11 -11
  12. package/emotion/es/components/TextArea/TextArea.tokens.js +8 -0
  13. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +10 -10
  14. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +10 -10
  15. package/es/components/TextArea/TextArea.styles.js +5 -5
  16. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  17. package/es/components/TextArea/{TextArea.styles_1kzzs11.css → TextArea.styles_es0miz.css} +1 -1
  18. package/es/components/TextArea/TextArea.tokens.js +8 -0
  19. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  20. package/es/index.css +11 -11
  21. package/package.json +2 -2
  22. package/styled-components/cjs/components/TextArea/TextArea.styles.js +2 -2
  23. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +8 -0
  24. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +8 -8
  25. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +8 -8
  26. package/styled-components/es/components/TextArea/TextArea.styles.js +2 -2
  27. package/styled-components/es/components/TextArea/TextArea.tokens.js +8 -0
  28. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +8 -8
  29. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +8 -8
  30. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  31. package/types/components/TextArea/TextArea.tokens.d.ts +8 -0
  32. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  33. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  34. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
@@ -191,6 +191,14 @@ var tokens = exports.tokens = {
191
191
  indicatorLabelPlacementOuterRight: '--plasma-textarea-indicator-placement-outer-right',
192
192
  clearIndicatorLabelPlacementInner: '--plasma-textarea__clear-indicator-placement-inner',
193
193
  clearIndicatorLabelPlacementInnerRight: '--plasma-textarea__clear-indicator-placement-inner-right',
194
+ scrollbarWidth: '--plasma-textarea-scrollbar-width',
195
+ scrollbarBorderWidth: '--plasma-textarea-scrollbar-border-width',
196
+ scrollbarThumbBackgroundColor: '--plasma-textarea-scrollbar-thumb-background-color',
197
+ scrollbarThumbBackgroundColorHover: '--plasma-textarea-scrollbar-thumb-background-color-hover',
198
+ scrollbarThumbBackgroundColorActive: '--plasma-textarea-scrollbar-thumb-background-color-active',
199
+ scrollbarTrackBackgroundColor: '--plasma-textarea-scrollbar-track-background-color',
200
+ scrollbarTrackBackgroundColorHover: '--plasma-textarea-scrollbar-track-background-color-hover',
201
+ scrollbarTrackBackgroundColorActive: '--plasma-textarea-scrollbar-track-background-color-active',
194
202
  dividerColor: '--plasma-textfield-divider-color',
195
203
  dividerColorHover: '--plasma-textfield-divider-color-hover',
196
204
  dividerColorFocus: '--plasma-textfield-divider-color-focus',