@salutejs/plasma-new-hope 0.161.1-canary.1471.11182853822.0 → 0.162.0-canary.1470.11191908547.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) 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_es0miz.css → TextArea.styles_1kzzs11.css} +1 -1
  4. package/cjs/components/TextArea/TextArea.tokens.js +0 -8
  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 +0 -8
  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 +0 -8
  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_es0miz.css → TextArea.styles_1kzzs11.css} +1 -1
  18. package/es/components/TextArea/TextArea.tokens.js +0 -8
  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 +0 -8
  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 +0 -8
  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/Combobox/ComboboxNew/Combobox.d.ts +2 -2
  31. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  32. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +5 -6
  33. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  34. package/types/components/Combobox/ComboboxNew/index.d.ts +2 -0
  35. package/types/components/Combobox/ComboboxNew/index.d.ts.map +1 -1
  36. package/types/components/Combobox/index.d.ts +1 -0
  37. package/types/components/Combobox/index.d.ts.map +1 -1
  38. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  39. package/types/components/TextArea/TextArea.tokens.d.ts +0 -8
  40. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  41. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +126 -6
  42. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
  43. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  44. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +126 -6
  45. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
  46. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
@@ -191,14 +191,6 @@ 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',
202
194
  dividerColor: '--plasma-textfield-divider-color',
203
195
  dividerColorHover: '--plasma-textfield-divider-color-hover',
204
196
  dividerColorFocus: '--plasma-textfield-divider-color-focus',