@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
@@ -185,6 +185,14 @@ export var tokens = {
185
185
  indicatorLabelPlacementOuterRight: '--plasma-textarea-indicator-placement-outer-right',
186
186
  clearIndicatorLabelPlacementInner: '--plasma-textarea__clear-indicator-placement-inner',
187
187
  clearIndicatorLabelPlacementInnerRight: '--plasma-textarea__clear-indicator-placement-inner-right',
188
+ scrollbarWidth: '--plasma-textarea-scrollbar-width',
189
+ scrollbarBorderWidth: '--plasma-textarea-scrollbar-border-width',
190
+ scrollbarThumbBackgroundColor: '--plasma-textarea-scrollbar-thumb-background-color',
191
+ scrollbarThumbBackgroundColorHover: '--plasma-textarea-scrollbar-thumb-background-color-hover',
192
+ scrollbarThumbBackgroundColorActive: '--plasma-textarea-scrollbar-thumb-background-color-active',
193
+ scrollbarTrackBackgroundColor: '--plasma-textarea-scrollbar-track-background-color',
194
+ scrollbarTrackBackgroundColorHover: '--plasma-textarea-scrollbar-track-background-color-hover',
195
+ scrollbarTrackBackgroundColorActive: '--plasma-textarea-scrollbar-track-background-color-active',
188
196
  dividerColor: '--plasma-textfield-divider-color',
189
197
  dividerColorHover: '--plasma-textfield-divider-color-hover',
190
198
  dividerColorFocus: '--plasma-textfield-divider-color-focus',