@salutejs/plasma-new-hope 0.330.0-canary.2071.16161234000.0 → 0.330.0-canary.2072.16118137593.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/cjs/components/Combobox/ComboboxNew/Combobox.css +12 -12
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  3. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +12 -12
  5. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +1 -1
  6. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  7. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/{Item.styles_1q0u1o1.css → Item.styles_80gotw.css} +2 -2
  8. package/cjs/components/Combobox/ComboboxNew/ui/SelectAll/SelectAll.css +12 -12
  9. package/cjs/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.css +12 -12
  10. package/cjs/components/Pagination/Pagination.css +10 -10
  11. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +10 -10
  12. package/cjs/components/Select/Select.css +10 -10
  13. package/cjs/components/Select/Select.tokens.js +0 -1
  14. package/cjs/components/Select/Select.tokens.js.map +1 -1
  15. package/cjs/components/Select/ui/Inner/Inner.css +10 -10
  16. package/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +1 -1
  17. package/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  18. package/cjs/components/Select/ui/Inner/ui/Item/{Item.styles_1dlmiti.css → Item.styles_1qpfn0s.css} +2 -2
  19. package/cjs/components/Select/ui/SelectAll/SelectAll.css +10 -10
  20. package/cjs/components/Select/ui/VirtualList/VirtualList.css +10 -10
  21. package/cjs/components/Table/Table.css +10 -10
  22. package/cjs/components/Table/ui/Cell/Cell.css +10 -10
  23. package/cjs/components/Table/ui/EditableCell/EditableCell.css +10 -10
  24. package/cjs/components/Table/ui/HeadCell/HeadCell.css +10 -10
  25. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +10 -10
  26. package/cjs/components/TextArea/TextArea.js +5 -3
  27. package/cjs/components/TextArea/TextArea.js.map +1 -1
  28. package/cjs/components/TextArea/TextArea.styles.js +63 -39
  29. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  30. package/cjs/components/TextArea/TextArea.styles_157tps0.css +24 -0
  31. package/cjs/components/TextArea/ui/Hint/Hint.css +22 -18
  32. package/cjs/components/TextArea/variations/_clear/base.js +1 -1
  33. package/cjs/components/TextArea/variations/_clear/base_1vo4ba5.css +1 -0
  34. package/cjs/components/TextArea/variations/_disabled/base.js +1 -1
  35. package/cjs/components/TextArea/variations/_disabled/base_s6ttw.css +1 -0
  36. package/cjs/components/TextArea/variations/_read-only/base.js +1 -1
  37. package/cjs/components/TextArea/variations/_read-only/{base_1v0syh0.css → base_vk912g.css} +1 -1
  38. package/cjs/index.css +46 -42
  39. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  40. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +26 -26
  41. package/emotion/cjs/components/Select/Select.tokens.js +0 -1
  42. package/emotion/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +22 -22
  43. package/emotion/cjs/components/TextArea/TextArea.js +5 -4
  44. package/emotion/cjs/components/TextArea/TextArea.styles.js +69 -41
  45. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +15 -15
  46. package/emotion/cjs/examples/plasma_b2c/components/Select/Select.config.js +24 -24
  47. package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +15 -15
  48. package/emotion/cjs/examples/plasma_web/components/Select/Select.config.js +24 -24
  49. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  50. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +26 -26
  51. package/emotion/es/components/Select/Select.tokens.js +0 -1
  52. package/emotion/es/components/Select/ui/Inner/ui/Item/Item.styles.js +22 -22
  53. package/emotion/es/components/TextArea/TextArea.js +6 -5
  54. package/emotion/es/components/TextArea/TextArea.styles.js +57 -41
  55. package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +15 -15
  56. package/emotion/es/examples/plasma_b2c/components/Select/Select.config.js +24 -24
  57. package/emotion/es/examples/plasma_web/components/Combobox/Combobox.config.js +15 -15
  58. package/emotion/es/examples/plasma_web/components/Select/Select.config.js +24 -24
  59. package/es/components/Combobox/ComboboxNew/Combobox.css +12 -12
  60. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  61. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  62. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +12 -12
  63. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +1 -1
  64. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  65. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/{Item.styles_1q0u1o1.css → Item.styles_80gotw.css} +2 -2
  66. package/es/components/Combobox/ComboboxNew/ui/SelectAll/SelectAll.css +12 -12
  67. package/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.css +12 -12
  68. package/es/components/Pagination/Pagination.css +10 -10
  69. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +10 -10
  70. package/es/components/Select/Select.css +10 -10
  71. package/es/components/Select/Select.tokens.js +0 -1
  72. package/es/components/Select/Select.tokens.js.map +1 -1
  73. package/es/components/Select/ui/Inner/Inner.css +10 -10
  74. package/es/components/Select/ui/Inner/ui/Item/Item.styles.js +1 -1
  75. package/es/components/Select/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  76. package/es/components/Select/ui/Inner/ui/Item/{Item.styles_1dlmiti.css → Item.styles_1qpfn0s.css} +2 -2
  77. package/es/components/Select/ui/SelectAll/SelectAll.css +10 -10
  78. package/es/components/Select/ui/VirtualList/VirtualList.css +10 -10
  79. package/es/components/Table/Table.css +10 -10
  80. package/es/components/Table/ui/Cell/Cell.css +10 -10
  81. package/es/components/Table/ui/EditableCell/EditableCell.css +10 -10
  82. package/es/components/Table/ui/HeadCell/HeadCell.css +10 -10
  83. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +10 -10
  84. package/es/components/TextArea/TextArea.js +6 -4
  85. package/es/components/TextArea/TextArea.js.map +1 -1
  86. package/es/components/TextArea/TextArea.styles.js +60 -40
  87. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  88. package/es/components/TextArea/TextArea.styles_157tps0.css +24 -0
  89. package/es/components/TextArea/ui/Hint/Hint.css +22 -18
  90. package/es/components/TextArea/variations/_clear/base.js +1 -1
  91. package/es/components/TextArea/variations/_clear/base_1vo4ba5.css +1 -0
  92. package/es/components/TextArea/variations/_disabled/base.js +1 -1
  93. package/es/components/TextArea/variations/_disabled/base_s6ttw.css +1 -0
  94. package/es/components/TextArea/variations/_read-only/base.js +1 -1
  95. package/es/components/TextArea/variations/_read-only/{base_1v0syh0.css → base_vk912g.css} +1 -1
  96. package/es/index.css +46 -42
  97. package/package.json +2 -2
  98. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  99. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +15 -15
  100. package/styled-components/cjs/components/Select/Select.tokens.js +0 -1
  101. package/styled-components/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +13 -13
  102. package/styled-components/cjs/components/TextArea/TextArea.js +4 -3
  103. package/styled-components/cjs/components/TextArea/TextArea.styles.js +64 -27
  104. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +28 -32
  105. package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.config.js +40 -74
  106. package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +28 -32
  107. package/styled-components/cjs/examples/plasma_web/components/Select/Select.config.js +40 -74
  108. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +0 -1
  109. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +15 -15
  110. package/styled-components/es/components/Select/Select.tokens.js +0 -1
  111. package/styled-components/es/components/Select/ui/Inner/ui/Item/Item.styles.js +13 -13
  112. package/styled-components/es/components/TextArea/TextArea.js +5 -4
  113. package/styled-components/es/components/TextArea/TextArea.styles.js +52 -27
  114. package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +28 -32
  115. package/styled-components/es/examples/plasma_b2c/components/Select/Select.config.js +40 -74
  116. package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.config.js +28 -32
  117. package/styled-components/es/examples/plasma_web/components/Select/Select.config.js +40 -74
  118. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +0 -1
  119. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts.map +1 -1
  120. package/types/components/Select/Select.tokens.d.ts +0 -1
  121. package/types/components/Select/Select.tokens.d.ts.map +1 -1
  122. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  123. package/types/components/TextArea/TextArea.styles.d.ts +4 -0
  124. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  125. package/types/components/TextArea/TextArea.types.d.ts +5 -0
  126. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  127. package/cjs/components/TextArea/TextArea.styles_1r7xix5.css +0 -20
  128. package/cjs/components/TextArea/variations/_clear/base_16hm89e.css +0 -1
  129. package/cjs/components/TextArea/variations/_disabled/base_1bn0zc9.css +0 -1
  130. package/es/components/TextArea/TextArea.styles_1r7xix5.css +0 -20
  131. package/es/components/TextArea/variations/_clear/base_16hm89e.css +0 -1
  132. package/es/components/TextArea/variations/_disabled/base_1bn0zc9.css +0 -1
package/es/index.css CHANGED
@@ -139,35 +139,39 @@
139
139
  .Popover_styles_ji8em4_s16xlixz__439b9cc0{position:absolute;z-index:var(--s16xlixz-0);opacity:0;visibility:hidden;box-shadow:var(--plasma-popover-box-shadow);}.Popover_styles_ji8em4_s16xlixz__439b9cc0.Popover_styles_ji8em4_popoverAnimate__439b9cc0{-webkit-transition:opacity 0.2s ease-in-out,-webkit-transform 0s ease-in-out,visibility 0.2s;-webkit-transition:opacity 0.2s ease-in-out,transform 0s ease-in-out,visibility 0.2s;transition:opacity 0.2s ease-in-out,transform 0s ease-in-out,visibility 0.2s;}.Popover_styles_ji8em4_s16xlixz__439b9cc0.Popover_styles_ji8em4_popoverOpen__439b9cc0{opacity:1;visibility:visible;}.Popover_styles_ji8em4_s16xlixz__439b9cc0:before{content:'';display:block;position:absolute;background:transparent;}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='top'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0{bottom:calc(0px - var(--plasma-popover-arrow-height));}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='bottom'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0{top:calc(0px - var(--plasma-popover-arrow-height));}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='bottom'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='left'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0{right:calc(0px - var(--plasma-popover-arrow-height));}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='left'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0::before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='right'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0{left:calc(0px - var(--plasma-popover-arrow-height));}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='right'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='top-start'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0{bottom:calc(0px - var(--plasma-popover-arrow-height));left:var(--plasma-popover-arrow-edge-margin) !important;-webkit-transform:unset !important;-ms-transform:unset !important;transform:unset !important;}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='top-end'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0{bottom:calc(0px - var(--plasma-popover-arrow-height));left:unset !important;right:var(--plasma-popover-arrow-edge-margin) !important;-webkit-transform:unset !important;-ms-transform:unset !important;transform:unset !important;}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='bottom-start'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0{top:calc(0px - var(--plasma-popover-arrow-height));left:var(--plasma-popover-arrow-edge-margin) !important;-webkit-transform:unset !important;-ms-transform:unset !important;transform:unset !important;}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='bottom-start'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='bottom-end'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0{top:calc(0px - var(--plasma-popover-arrow-height));left:unset !important;right:var(--plasma-popover-arrow-edge-margin) !important;-webkit-transform:unset !important;-ms-transform:unset !important;transform:unset !important;}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='bottom-end'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0::before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='left-start'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0,.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='right-start'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0{top:var(--plasma-popover-arrow-edge-margin) !important;-webkit-transform:unset !important;-ms-transform:unset !important;transform:unset !important;}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='left-end'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0,.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='right-end'] > .Popover_styles_ji8em4_popoverArrow__439b9cc0{top:unset !important;bottom:var(--plasma-popover-arrow-edge-margin) !important;-webkit-transform:unset !important;-ms-transform:unset !important;transform:unset !important;}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='top']:before,.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='top-start']:before,.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='top-end']:before{top:unset;left:0;right:0;height:var(--plasma-popover-arrow-height);bottom:calc(-1 * var(--plasma-popover-arrow-height));}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='bottom']:before,.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='bottom-start']:before,.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='bottom-end']:before{top:calc(-1 * var(--plasma-popover-arrow-height));left:0;right:0;bottom:var(--plasma-popover-arrow-height);height:var(--plasma-popover-arrow-height);}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='left']:before,.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='left-start']:before,.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='left-end']:before{width:var(--plasma-popover-arrow-height);height:100%;top:0;right:calc(-1 * var(--plasma-popover-arrow-height));bottom:0;}.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='right']:before,.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='right-start']:before,.Popover_styles_ji8em4_s16xlixz__439b9cc0[data-popper-placement^='right-end']:before{width:var(--plasma-popover-arrow-height);height:100%;top:0;left:calc(-1 * var(--plasma-popover-arrow-height));bottom:0;}
140
140
 
141
141
 
142
- .TextArea_styles_1r7xix5_o1r1fvk8__d0987dcf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:var(--o1r1fvk8-0);margin-bottom:var(--o1r1fvk8-1);}
143
- .TextArea_styles_1r7xix5_surmvwq__d0987dcf{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:var(--plasma-textarea-label-outer-color,var(--plasma-textarea-input-color));font-family:var(--plasma-textarea-label-outer-font-family,var(--plasma-textarea-input-font-family));font-size:var(--plasma-textarea-label-outer-font-size,var(--plasma-textarea-input-font-size));font-style:var(--plasma-textarea-label-outer-font-style,var(--plasma-textarea-input-font-style));font-weight:var(--plasma-textarea-label-outer-font-weight,var(--plasma-textarea-input-font-weight));-webkit-letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));-moz-letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));-ms-letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));line-height:var(--plasma-textarea-label-outer-line-height,var(--plasma-textarea-input-line-height));}
144
- .TextArea_styles_1r7xix5_t18bd513__d0987dcf{display:inline-block;margin-left:auto;font-family:var(--plasma-textarea__title-caption-font-family);font-size:var(--plasma-textarea__title-caption-font-size);font-style:var(--plasma-textarea__title-caption-font-style);font-weight:var(--plasma-textarea__title-caption-font-weight);-webkit-letter-spacing:var(--plasma-textarea__title-caption-letter-spacing);-moz-letter-spacing:var(--plasma-textarea__title-caption-letter-spacing);-ms-letter-spacing:var(--plasma-textarea__title-caption-letter-spacing);letter-spacing:var(--plasma-textarea__title-caption-letter-spacing);line-height:var(--plasma-textarea__title-caption-line-height);}
145
- .TextArea_styles_1r7xix5_s7alcr2__d0987dcf{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
146
- .TextArea_styles_1r7xix5_si9oz50__d0987dcf{color:var(--plasma-textarea__optional-color);font-family:var(--si9oz50-0);font-size:var(--si9oz50-1);font-style:var(--si9oz50-2);font-weight:var(--si9oz50-3);-webkit-letter-spacing:var(--si9oz50-4);-moz-letter-spacing:var(--si9oz50-4);-ms-letter-spacing:var(--si9oz50-4);letter-spacing:var(--si9oz50-4);line-height:var(--si9oz50-5);}
147
- .TextArea_styles_1r7xix5_s18tpn65__d0987dcf{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;line-height:0;margin:var(--plasma-textarea__hint-margin);}.TextArea_styles_1r7xix5_s18tpn65__d0987dcf.TextArea_styles_1r7xix5_labelPlacementInner__d0987dcf{position:absolute;margin:0;inset:var(--plasma-textarea__hint-inner-label-placement-offset);}
148
- .TextArea_styles_1r7xix5_h19sfsrt__d0987dcf{color:var(--plasma-textarea__hint-icon-color);width:var(--plasma-textarea__hint-target-size);height:var(--plasma-textarea__hint-target-size);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
149
-
150
- .TextArea_styles_1r7xix5_s3wsw3p__d0987dcf{background-color:var(--plasma-textarea-input-background-color);padding-top:var(--plasma-textarea-input-padding-top);padding-bottom:var(--s3wsw3p-0);border-radius:var(--s3wsw3p-1);}
151
- .TextArea_styles_1r7xix5_stc5t23__d0987dcf{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;z-index:1;color:var(--plasma-textarea-right-content-color,var(--plasma-textarea-input-color));top:var(--plasma-textarea-right-content-top);right:var(--plasma-textarea-right-content-right);height:var(--plasma-textarea-right-content-height);}
152
- .TextArea_styles_1r7xix5_salwx57__d0987dcf{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:var(--salwx57-0);position:relative;}
153
- .TextArea_styles_1r7xix5_s18lndvq__d0987dcf{display:block;box-sizing:border-box;outline:none;border:none;-webkit-appearance:none;background-color:transparent;color:var(--plasma-textarea-input-color);caret-color:var(--plasma-textarea-input-caret-color);resize:var(--s18lndvq-0);--plasma_private-textarea-height:var(--s18lndvq-1);--plasma_private-textarea-width:var(--s18lndvq-2);--plasma_private-textarea-computed-height:var(--s18lndvq-3);--plasma_private-textarea-computed-width:var(--s18lndvq-4);height:var(--plasma_private-textarea-computed-height);width:var(--plasma_private-textarea-computed-width);min-width:var(--s18lndvq-5);max-width:var(--s18lndvq-5);min-height:var(--plasma-textarea-input-min-height);padding-right:var(--s18lndvq-6);padding-left:var(--plasma-textarea-input-padding-left,0);padding-top:0;padding-bottom:0;--plasma_private-textarea-helpers-computed-height:calc( var(--plasma-textarea-helpers-padding-top,0) + var(--plasma-textarea-helpers-padding-bottom,0) + var(--plasma-textarea-helpers-line-height) );--plasma_private-textarea-input-with-helpers-height:calc( var(--plasma_private-textarea-height) - var(--plasma_private-textarea-helpers-computed-height) + var(--plasma-textarea-helpers-offset) );--plasma_private-textarea-input-without-helpers-height:calc( var(--plasma_private-textarea-computed-height) - var(--plasma-textarea-input-padding-bottom) );--plasma_private-textarea-input-actual-height:var(--s18lndvq-7);height:var(--plasma_private-textarea-input-actual-height);font-family:var(--plasma-textarea-input-font-family);font-size:var(--plasma-textarea-input-font-size);font-style:var(--plasma-textarea-input-font-style);font-weight:var(--plasma-textarea-input-font-weight);-webkit-letter-spacing:var(--plasma-textarea-input-letter-spacing);-moz-letter-spacing:var(--plasma-textarea-input-letter-spacing);-ms-letter-spacing:var(--plasma-textarea-input-letter-spacing);letter-spacing:var(--plasma-textarea-input-letter-spacing);line-height:var(--plasma-textarea-input-line-height);}.TextArea_styles_1r7xix5_s18lndvq__d0987dcf::-webkit-input-placeholder{opacity:0;}.TextArea_styles_1r7xix5_s18lndvq__d0987dcf::-moz-placeholder{opacity:0;}.TextArea_styles_1r7xix5_s18lndvq__d0987dcf:-ms-input-placeholder{opacity:0;}.TextArea_styles_1r7xix5_s18lndvq__d0987dcf::placeholder{opacity:0;}.TextArea_styles_1r7xix5_s18lndvq__d0987dcf:-moz-read-only{cursor:default;}.TextArea_styles_1r7xix5_s18lndvq__d0987dcf:read-only{cursor:default;}.TextArea_styles_1r7xix5_s18lndvq__d0987dcf:focus:not(:disabled){color:var(--plasma-textarea-input-color-focus);}.TextArea_styles_1r7xix5_s18lndvq__d0987dcf::-webkit-scrollbar{width:var(--plasma-textarea-scrollbar-width);}.TextArea_styles_1r7xix5_s18lndvq__d0987dcf::-webkit-scrollbar-thumb{background-color:var(--plasma-textarea-scrollbar-thumb-background-color);background-clip:content-box;border:var(--plasma-textarea-scrollbar-border-width) solid transparent;border-radius:1rem;}.TextArea_styles_1r7xix5_s18lndvq__d0987dcf::-webkit-scrollbar-track{background-color:var(--plasma-textarea-scrollbar-track-background-color);background-clip:content-box;border:var(--plasma-textarea-scrollbar-border-width) solid transparent;border-radius:1rem;}
154
- .TextArea_styles_1r7xix5_s183p45n__d0987dcf{max-height:none !important;min-height:var(--plasma-textarea-input-min-height) !important;visibility:hidden !important;overflow:hidden !important;position:absolute !important;z-index:-1000 !important;top:0 !important;left:0 !important;right:0.0625rem !important;border-width:0;padding-right:var(--s183p45n-0);padding-left:var(--plasma-textarea-input-padding-left,0);padding-top:0;padding-bottom:0;box-sizing:border-box;text-indent:0;text-rendering:auto;text-transform:none;tab-size:8;font-family:var(--plasma-textarea-input-font-family);font-size:var(--plasma-textarea-input-font-size);font-style:var(--plasma-textarea-input-font-style);font-weight:var(--plasma-textarea-input-font-weight);-webkit-letter-spacing:var(--plasma-textarea-input-letter-spacing);-moz-letter-spacing:var(--plasma-textarea-input-letter-spacing);-ms-letter-spacing:var(--plasma-textarea-input-letter-spacing);letter-spacing:var(--plasma-textarea-input-letter-spacing);line-height:var(--plasma-textarea-input-line-height);}
155
- .TextArea_styles_1r7xix5_snf439a__d0987dcf{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:background-color 0.1s ease-in-out;transition:background-color 0.1s ease-in-out;background-color:var(--plasma-textarea-helpers-background-color);padding-top:var(--plasma-textarea-helpers-padding-top);padding-right:var(--plasma-textarea-helpers-padding-right);padding-bottom:var(--plasma-textarea-helpers-padding-bottom);padding-left:var(--plasma-textarea-helpers-padding-left);border-bottom-left-radius:var(--plasma-textarea-border-radius);border-bottom-right-radius:var(--plasma-textarea-border-radius);}
156
- .TextArea_styles_1r7xix5_suev9vb__d0987dcf{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-top:var(--plasma-textarea-clear-helpers-padding-top);}
157
- .TextArea_styles_1r7xix5_s7jal92__d0987dcf{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;font-family:var(--plasma-textarea-helpers-font-family);font-size:var(--plasma-textarea-helpers-font-size);font-style:var(--plasma-textarea-helpers-font-style);font-weight:var(--plasma-textarea-helpers-font-weight);-webkit-letter-spacing:var(--plasma-textarea-helpers-letter-spacing);-moz-letter-spacing:var(--plasma-textarea-helpers-letter-spacing);-ms-letter-spacing:var(--plasma-textarea-helpers-letter-spacing);letter-spacing:var(--plasma-textarea-helpers-letter-spacing);line-height:var(--plasma-textarea-helpers-line-height);color:var(--plasma-textarea-left-helper-color);}
158
- .TextArea_styles_1r7xix5_s11kd6xq__d0987dcf.TextArea_styles_1r7xix5_s7jal92__d0987dcf{color:var(--plasma-textarea-right-helper-color);margin-left:auto;}
159
- .TextArea_styles_1r7xix5_s14zw9ik__d0987dcf{box-sizing:border-box;position:absolute;pointer-events:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;color:var(--plasma-textarea-placeholder-color);width:100%;height:auto;top:var(--plasma-textarea-input-padding-top);padding-left:var(--plasma-textarea-input-padding-left);padding-right:var(--s14zw9ik-0);font-family:var(--plasma-textarea-input-font-family);font-size:var(--plasma-textarea-input-font-size);font-style:var(--plasma-textarea-input-font-style);font-weight:var(--plasma-textarea-input-font-weight);-webkit-letter-spacing:var(--plasma-textarea-input-letter-spacing);-moz-letter-spacing:var(--plasma-textarea-input-letter-spacing);-ms-letter-spacing:var(--plasma-textarea-input-letter-spacing);letter-spacing:var(--plasma-textarea-input-letter-spacing);line-height:var(--plasma-textarea-input-line-height);}
160
- .TextArea_styles_1r7xix5_sgr5lml__d0987dcf{position:absolute;border-radius:50%;background-color:var(--plasma-textarea-indicator-color);}.TextArea_styles_1r7xix5_sgr5lml__d0987dcf.TextArea_styles_1r7xix5_labelPlacementOuter__d0987dcf{width:var(--plasma-textarea-indicator-size-outer);height:var(--plasma-textarea-indicator-size-outer);inset:var(--plasma-textarea-indicator-placement-outer);}.TextArea_styles_1r7xix5_sgr5lml__d0987dcf.TextArea_styles_1r7xix5_labelPlacementOuter__d0987dcf.TextArea_styles_1r7xix5_requiredAlignRight__d0987dcf{inset:var(--plasma-textarea-indicator-placement-outer-right);}.TextArea_styles_1r7xix5_sgr5lml__d0987dcf.TextArea_styles_1r7xix5_labelPlacementOuter__d0987dcf.TextArea_styles_1r7xix5_requiredAlignRight__d0987dcf.TextArea_styles_1r7xix5_textareaHasHint__d0987dcf{right:calc( -1 * var(--plasma-textarea-indicator-size-outer) + var(--plasma-textfield__indicator-hint-placement-outer-right,0px) );}.TextArea_styles_1r7xix5_sgr5lml__d0987dcf.TextArea_styles_1r7xix5_labelPlacementInner__d0987dcf{width:var(--plasma-textarea-indicator-size-inner);height:var(--plasma-textarea-indicator-size-inner);inset:var(--plasma-textarea-indicator-placement-inner);}.TextArea_styles_1r7xix5_sgr5lml__d0987dcf.TextArea_styles_1r7xix5_labelPlacementInner__d0987dcf.TextArea_styles_1r7xix5_requiredAlignRight__d0987dcf{inset:var(--plasma-textarea-indicator-placement-inner-right);}
142
+ .TextArea_styles_157tps0_o1r1fvk8__75364097{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:var(--o1r1fvk8-0);margin-bottom:var(--o1r1fvk8-1);}
143
+ .TextArea_styles_157tps0_surmvwq__75364097{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;color:var(--plasma-textarea-label-outer-color,var(--plasma-textarea-input-color));font-family:var(--plasma-textarea-label-outer-font-family,var(--plasma-textarea-input-font-family));font-size:var(--plasma-textarea-label-outer-font-size,var(--plasma-textarea-input-font-size));font-style:var(--plasma-textarea-label-outer-font-style,var(--plasma-textarea-input-font-style));font-weight:var(--plasma-textarea-label-outer-font-weight,var(--plasma-textarea-input-font-weight));-webkit-letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));-moz-letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));-ms-letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));line-height:var(--plasma-textarea-label-outer-line-height,var(--plasma-textarea-input-line-height));}
144
+ .TextArea_styles_157tps0_t18bd513__75364097{display:inline-block;margin-left:auto;font-family:var(--plasma-textarea__title-caption-font-family);font-size:var(--plasma-textarea__title-caption-font-size);font-style:var(--plasma-textarea__title-caption-font-style);font-weight:var(--plasma-textarea__title-caption-font-weight);-webkit-letter-spacing:var(--plasma-textarea__title-caption-letter-spacing);-moz-letter-spacing:var(--plasma-textarea__title-caption-letter-spacing);-ms-letter-spacing:var(--plasma-textarea__title-caption-letter-spacing);letter-spacing:var(--plasma-textarea__title-caption-letter-spacing);line-height:var(--plasma-textarea__title-caption-line-height);}
145
+ .TextArea_styles_157tps0_s7alcr2__75364097{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
146
+ .TextArea_styles_157tps0_si9oz50__75364097{color:var(--plasma-textarea__optional-color);font-family:var(--si9oz50-0);font-size:var(--si9oz50-1);font-style:var(--si9oz50-2);font-weight:var(--si9oz50-3);-webkit-letter-spacing:var(--si9oz50-4);-moz-letter-spacing:var(--si9oz50-4);-ms-letter-spacing:var(--si9oz50-4);letter-spacing:var(--si9oz50-4);line-height:var(--si9oz50-5);}
147
+ .TextArea_styles_157tps0_s18tpn65__75364097{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;line-height:0;margin:var(--plasma-textarea__hint-margin);}.TextArea_styles_157tps0_s18tpn65__75364097.TextArea_styles_157tps0_labelPlacementInner__75364097{position:absolute;margin:0;inset:var(--plasma-textarea__hint-inner-label-placement-offset);}
148
+ .TextArea_styles_157tps0_h19sfsrt__75364097{color:var(--plasma-textarea__hint-icon-color);width:var(--plasma-textarea__hint-target-size);height:var(--plasma-textarea__hint-target-size);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
149
+
150
+ .TextArea_styles_157tps0_s3wsw3p__75364097{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background-color:var(--plasma-textarea-input-background-color);padding-bottom:var(--s3wsw3p-0);border-radius:var(--s3wsw3p-1);}
151
+ .TextArea_styles_157tps0_stc5t23__75364097{position:relative;width:100%;height:0;margin-top:var(--plasma-textarea-input-padding-top);}
152
+ .TextArea_styles_157tps0_salwx57__75364097{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1;color:var(--plasma-textarea-right-content-color,var(--plasma-textarea-input-color));top:-0.063rem;right:var(--plasma-textarea-right-content-right);height:var(--plasma-textarea-right-content-height);}
153
+ .TextArea_styles_157tps0_s18lndvq__75364097{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:var(--plasma-textarea-helpers-padding-right);margin-left:var(--plasma-textarea-helpers-padding-left);}
154
+ .TextArea_styles_157tps0_d183p45n__75364097{background:var(--plasma-textarea-background-color);}
155
+ .TextArea_styles_157tps0_dnf439a__75364097{height:0.0625rem;background:var(--plasma-textarea-divider-color);}
156
+ .TextArea_styles_157tps0_suev9vb__75364097{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:var(--suev9vb-0);position:relative;}
157
+ .TextArea_styles_157tps0_s7jal92__75364097{display:block;box-sizing:border-box;outline:none;border:none;-webkit-appearance:none;background-color:transparent;color:var(--plasma-textarea-input-color);caret-color:var(--plasma-textarea-input-caret-color);resize:var(--s7jal92-0);--plasma_private-textarea-height:var(--s7jal92-1);--plasma_private-textarea-width:var(--s7jal92-2);--plasma_private-textarea-computed-height:var(--s7jal92-3);--plasma_private-textarea-computed-width:var(--s7jal92-4);height:var(--plasma_private-textarea-computed-height);width:var(--plasma_private-textarea-computed-width);min-width:var(--s7jal92-5);max-width:var(--s7jal92-5);min-height:var(--plasma-textarea-input-min-height);padding-right:var(--s7jal92-6);padding-left:var(--plasma-textarea-input-padding-left,0);padding-top:0;padding-bottom:0;--plasma_private-textarea-helpers-computed-height:calc( var(--plasma-textarea-helpers-padding-top,0) + var(--plasma-textarea-helpers-padding-bottom,0) + var(--plasma-textarea-helpers-line-height) );--plasma_private-textarea-input-with-helpers-height:calc( var(--plasma_private-textarea-height) - var(--plasma_private-textarea-helpers-computed-height) + var(--plasma-textarea-helpers-offset) );--plasma_private-textarea-input-without-helpers-height:calc( var(--plasma_private-textarea-computed-height) - var(--plasma-textarea-input-padding-bottom) );--plasma_private-textarea-input-actual-height:var(--s7jal92-7);height:var(--plasma_private-textarea-input-actual-height);font-family:var(--plasma-textarea-input-font-family);font-size:var(--plasma-textarea-input-font-size);font-style:var(--plasma-textarea-input-font-style);font-weight:var(--plasma-textarea-input-font-weight);-webkit-letter-spacing:var(--plasma-textarea-input-letter-spacing);-moz-letter-spacing:var(--plasma-textarea-input-letter-spacing);-ms-letter-spacing:var(--plasma-textarea-input-letter-spacing);letter-spacing:var(--plasma-textarea-input-letter-spacing);line-height:var(--plasma-textarea-input-line-height);}.TextArea_styles_157tps0_s7jal92__75364097::-webkit-input-placeholder{opacity:0;}.TextArea_styles_157tps0_s7jal92__75364097::-moz-placeholder{opacity:0;}.TextArea_styles_157tps0_s7jal92__75364097:-ms-input-placeholder{opacity:0;}.TextArea_styles_157tps0_s7jal92__75364097::placeholder{opacity:0;}.TextArea_styles_157tps0_s7jal92__75364097:-moz-read-only{cursor:default;}.TextArea_styles_157tps0_s7jal92__75364097:read-only{cursor:default;}.TextArea_styles_157tps0_s7jal92__75364097:focus:not(:disabled){color:var(--plasma-textarea-input-color-focus);}.TextArea_styles_157tps0_s7jal92__75364097::-webkit-scrollbar{width:var(--plasma-textarea-scrollbar-width);}.TextArea_styles_157tps0_s7jal92__75364097::-webkit-scrollbar-thumb{background-color:var(--plasma-textarea-scrollbar-thumb-background-color);background-clip:content-box;border:var(--plasma-textarea-scrollbar-border-width) solid transparent;border-radius:1rem;}.TextArea_styles_157tps0_s7jal92__75364097::-webkit-scrollbar-track{background-color:var(--plasma-textarea-scrollbar-track-background-color);background-clip:content-box;border:var(--plasma-textarea-scrollbar-border-width) solid transparent;border-radius:1rem;}
158
+ .TextArea_styles_157tps0_s11kd6xq__75364097{max-height:none !important;min-height:var(--plasma-textarea-input-min-height) !important;visibility:hidden !important;overflow:hidden !important;position:absolute !important;z-index:-1000 !important;top:0 !important;left:0 !important;right:0.0625rem !important;border-width:0;padding-right:var(--s11kd6xq-0);padding-left:var(--plasma-textarea-input-padding-left,0);padding-top:0;padding-bottom:0;box-sizing:border-box;text-indent:0;text-rendering:auto;text-transform:none;tab-size:8;font-family:var(--plasma-textarea-input-font-family);font-size:var(--plasma-textarea-input-font-size);font-style:var(--plasma-textarea-input-font-style);font-weight:var(--plasma-textarea-input-font-weight);-webkit-letter-spacing:var(--plasma-textarea-input-letter-spacing);-moz-letter-spacing:var(--plasma-textarea-input-letter-spacing);-ms-letter-spacing:var(--plasma-textarea-input-letter-spacing);letter-spacing:var(--plasma-textarea-input-letter-spacing);line-height:var(--plasma-textarea-input-line-height);}
159
+ .TextArea_styles_157tps0_s14zw9ik__75364097{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:background-color 0.1s ease-in-out;transition:background-color 0.1s ease-in-out;background-color:var(--plasma-textarea-helpers-background-color);padding-top:var(--plasma-textarea-helpers-padding-top);padding-right:var(--plasma-textarea-helpers-padding-right);padding-bottom:var(--plasma-textarea-helpers-padding-bottom);padding-left:var(--plasma-textarea-helpers-padding-left);border-bottom-left-radius:var(--plasma-textarea-border-radius);border-bottom-right-radius:var(--plasma-textarea-border-radius);}
160
+ .TextArea_styles_157tps0_sgr5lml__75364097{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-top:var(--plasma-textarea-clear-helpers-padding-top);}
161
+ .TextArea_styles_157tps0_s1etfemq__75364097{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;font-family:var(--plasma-textarea-helpers-font-family);font-size:var(--plasma-textarea-helpers-font-size);font-style:var(--plasma-textarea-helpers-font-style);font-weight:var(--plasma-textarea-helpers-font-weight);-webkit-letter-spacing:var(--plasma-textarea-helpers-letter-spacing);-moz-letter-spacing:var(--plasma-textarea-helpers-letter-spacing);-ms-letter-spacing:var(--plasma-textarea-helpers-letter-spacing);letter-spacing:var(--plasma-textarea-helpers-letter-spacing);line-height:var(--plasma-textarea-helpers-line-height);color:var(--plasma-textarea-left-helper-color);}
162
+ .TextArea_styles_157tps0_sf7nhlh__75364097.TextArea_styles_157tps0_s1etfemq__75364097{color:var(--plasma-textarea-right-helper-color);margin-left:auto;}
163
+ .TextArea_styles_157tps0_s4gk1z__75364097{box-sizing:border-box;position:absolute;pointer-events:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;color:var(--plasma-textarea-placeholder-color);width:100%;height:auto;top:var(--plasma-textarea-input-padding-top);padding-left:var(--plasma-textarea-input-padding-left);padding-right:var(--s4gk1z-0);font-family:var(--plasma-textarea-input-font-family);font-size:var(--plasma-textarea-input-font-size);font-style:var(--plasma-textarea-input-font-style);font-weight:var(--plasma-textarea-input-font-weight);-webkit-letter-spacing:var(--plasma-textarea-input-letter-spacing);-moz-letter-spacing:var(--plasma-textarea-input-letter-spacing);-ms-letter-spacing:var(--plasma-textarea-input-letter-spacing);letter-spacing:var(--plasma-textarea-input-letter-spacing);line-height:var(--plasma-textarea-input-line-height);}
164
+ .TextArea_styles_157tps0_s1h2xvub__75364097{position:absolute;border-radius:50%;background-color:var(--plasma-textarea-indicator-color);}.TextArea_styles_157tps0_s1h2xvub__75364097.TextArea_styles_157tps0_labelPlacementOuter__75364097{width:var(--plasma-textarea-indicator-size-outer);height:var(--plasma-textarea-indicator-size-outer);inset:var(--plasma-textarea-indicator-placement-outer);}.TextArea_styles_157tps0_s1h2xvub__75364097.TextArea_styles_157tps0_labelPlacementOuter__75364097.TextArea_styles_157tps0_requiredAlignRight__75364097{inset:var(--plasma-textarea-indicator-placement-outer-right);}.TextArea_styles_157tps0_s1h2xvub__75364097.TextArea_styles_157tps0_labelPlacementOuter__75364097.TextArea_styles_157tps0_requiredAlignRight__75364097.TextArea_styles_157tps0_textareaHasHint__75364097{right:calc( -1 * var(--plasma-textarea-indicator-size-outer) + var(--plasma-textfield__indicator-hint-placement-outer-right,0px) );}.TextArea_styles_157tps0_s1h2xvub__75364097.TextArea_styles_157tps0_labelPlacementInner__75364097{width:var(--plasma-textarea-indicator-size-inner);height:var(--plasma-textarea-indicator-size-inner);inset:var(--plasma-textarea-indicator-placement-inner);}.TextArea_styles_157tps0_s1h2xvub__75364097.TextArea_styles_157tps0_labelPlacementInner__75364097.TextArea_styles_157tps0_requiredAlignRight__75364097{inset:var(--plasma-textarea-indicator-placement-inner-right);}
161
165
 
162
166
  .base_1hvnv2t_bofyi4a__34e6ac76 .base_1hvnv2t_t18bd513__34e6ac76{color:var(--plasma-textarea__title-caption-color);}.base_1hvnv2t_bofyi4a__34e6ac76 .base_1hvnv2t_textareaContainer__34e6ac76{background-color:var(--plasma-textarea-background-color);-webkit-transition:box-shadow 0.1s ease-in-out;transition:box-shadow 0.1s ease-in-out;border-radius:var(--plasma-textarea-border-radius);box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-border-color),var(--plasma-textarea-box-shadow,inset 0 0 0 0 transparent);}.base_1hvnv2t_bofyi4a__34e6ac76 .base_1hvnv2t_textareaWrapper__34e6ac76{-webkit-transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color);padding-right:var(--plasma-textarea-border-size,1px);}.base_1hvnv2t_bofyi4a__34e6ac76:focus-within:not([readonly]) .base_1hvnv2t_textareaWrapper__34e6ac76{background-color:var(--plasma-textarea-input-background-color-focus);box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-focus);}.base_1hvnv2t_bofyi4a__34e6ac76:focus-within:not([readonly]) .base_1hvnv2t_textareaContainer__34e6ac76{background-color:var(--plasma-textarea-background-color-focus);box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-border-color-focus),var(--plasma-textarea-box-shadow,inset 0 0 0 0 transparent);}.base_1hvnv2t_bofyi4a__34e6ac76:focus-within:not([readonly]) .base_1hvnv2t_textareaHelpers__34e6ac76{background-color:var(--plasma-textarea-helpers-background-color-focus);}.base_1hvnv2t_bofyi4a__34e6ac76:hover:not(.base_1hvnv2t_textareaClear__34e6ac76):not([disabled]):not([readonly]):not(:focus-within) .base_1hvnv2t_textareaContainer__34e6ac76{background-color:var(--plasma-textarea-background-color-hover);box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-border-color-hover),var(--plasma-textarea-box-shadow,inset 0 0 0 0 transparent);}.base_1hvnv2t_bofyi4a__34e6ac76:hover:not(.base_1hvnv2t_textareaClear__34e6ac76):not([disabled]):not([readonly]):not(:focus-within) .base_1hvnv2t_textareaWrapper__34e6ac76{box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-hover);background-color:var(--plasma-textarea-input-background-color-hover);}.base_1hvnv2t_bofyi4a__34e6ac76:hover:not(.base_1hvnv2t_textareaClear__34e6ac76):not([disabled]):not([readonly]):not(:focus-within) .base_1hvnv2t_textareaWrapper__34e6ac76 + .base_1hvnv2t_textareaHelpers__34e6ac76{background-color:var(--plasma-textarea-helpers-background-color-hover);}.base_1hvnv2t_bofyi4a__34e6ac76:active:not(.base_1hvnv2t_textareaClear__34e6ac76):not([disabled]):not([readonly]):not(:focus-within) .base_1hvnv2t_textareaWrapper__34e6ac76{box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-input-border-color-active);background-color:var(--plasma-textarea-input-background-color-active);}.base_1hvnv2t_bofyi4a__34e6ac76:active:not(.base_1hvnv2t_textareaClear__34e6ac76):not([disabled]):not([readonly]):not(:focus-within) .base_1hvnv2t_textareaContainer__34e6ac76{background-color:var(--plasma-textarea-background-color-active);}.base_1hvnv2t_bofyi4a__34e6ac76:active:not(.base_1hvnv2t_textareaClear__34e6ac76):not([disabled]):not([readonly]):not(:focus-within) .base_1hvnv2t_textareaWrapper__34e6ac76 + .base_1hvnv2t_textareaHelpers__34e6ac76{background-color:var(--plasma-textarea-helpers-background-color-active);}
163
167
 
164
168
  .base_1mq4sb2_bp4bcu4__31d62216{--plasma-tour__border-radius:var(--plasma-textarea-border-radius);}
165
169
 
166
- .base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91{border:unset;}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_s3wsw3p__fcebfb91{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(--plasma-textarea-input-padding-top);}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_o1r1fvk8__fcebfb91{margin-bottom:var(--plasma-textarea-clear-label-margin-bottom);}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_stc5t23__fcebfb91{right:0;bottom:unset;}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_s18lndvq__fcebfb91,.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_snf439a__fcebfb91{padding-left:0;}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_snf439a__fcebfb91{background-color:unset;border-radius:0;padding-top:var(--plasma-textarea-clear-helpers-padding-top);padding-right:0;}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_s18lndvq__fcebfb91{color:var(--plasma-textarea-input-clear-color);padding-right:0;}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_s18lndvq__fcebfb91.base_16hm89e_textareaHasRightContent__fcebfb91{padding-right:var(--plasma-textarea-clear-input-padding-right-with-right-content);}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_salwx57__fcebfb91:not(.base_16hm89e_innerPlaceholderUp__fcebfb91) .base_16hm89e_s14zw9ik__fcebfb91{color:var(--plasma-textarea-clear-placeholder-color);}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_salwx57__fcebfb91:not(.base_16hm89e_innerPlaceholderUp__fcebfb91).base_16hm89e_focusedOuterPlaceholderColor__fcebfb91 .base_16hm89e_s14zw9ik__fcebfb91{color:var(--plasma-textarea-clear-placeholder-color-focus);}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_salwx57__fcebfb91.base_16hm89e_innerPlaceholderUp__fcebfb91{color:var(--plasma-textarea-placeholder-color);}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_s14zw9ik__fcebfb91{padding-left:0;}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_sgr5lml__fcebfb91.base_16hm89e_labelPlacementInner__fcebfb91{inset:var(--plasma-textarea__clear-indicator-placement-inner);}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_sgr5lml__fcebfb91.base_16hm89e_labelPlacementInner__fcebfb91.base_16hm89e_requiredAlignRight__fcebfb91{inset:var(--plasma-textarea__clear-indicator-placement-inner-right);}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91.base_16hm89e_textareaHasHint__fcebfb91 .base_16hm89e_s18tpn65__fcebfb91.base_16hm89e_labelPlacementInner__fcebfb91{inset:var(--plasma-textarea__clear-hint-inner-label-placement-offset);}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91.base_16hm89e_textareaHasHint__fcebfb91 .base_16hm89e_sgr5lml__fcebfb91.base_16hm89e_labelPlacementInner__fcebfb91.base_16hm89e_requiredAlignRight__fcebfb91{inset:var(--plasma-textarea__clear-indicator-hint-placement-inner-right);}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91 .base_16hm89e_textareaContainer__fcebfb91{border:unset;border-radius:0;}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91:focus-within:not([readonly]) .base_16hm89e_textareaWrapper__fcebfb91{background-color:unset;box-shadow:unset;}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91:focus-within:not([readonly]) .base_16hm89e_textareaContainer__fcebfb91{border:unset;}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91:focus-within:not([readonly]) .base_16hm89e_textareaHelpers__fcebfb91{background-color:unset;}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91.base_16hm89e_textareaHasDivider__fcebfb91 .base_16hm89e_s3wsw3p__fcebfb91{position:relative;--plasma_private-textarea-divider-color:var(--plasma-textarea-divider-color);}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91.base_16hm89e_textareaHasDivider__fcebfb91 .base_16hm89e_s3wsw3p__fcebfb91:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma-textarea-divider-color);-webkit-transition:background-color 0.1s ease-in;transition:background-color 0.1s ease-in;}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91.base_16hm89e_textareaHasDivider__fcebfb91:not([readonly]) .base_16hm89e_s3wsw3p__fcebfb91:hover{--plasma_private-textarea-divider-color:var( --plasma-textarea-divider-color-hover, var(--plasma-textarea-divider-color) );}.base_16hm89e_b1x0cx6o__fcebfb91.base_16hm89e_textareaClear__fcebfb91.base_16hm89e_textareaHasDivider__fcebfb91:not([readonly]) .base_16hm89e_s3wsw3p__fcebfb91:focus-within{--plasma_private-textarea-divider-color:var( --plasma-textarea-divider-color-focus, var(--plasma-textarea-divider-color) );}
170
+ .base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce{border:unset;}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_s3wsw3p__7125cfce{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(--plasma-textarea-input-padding-top);}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_o1r1fvk8__7125cfce{margin-bottom:var(--plasma-textarea-clear-label-margin-bottom);}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_salwx57__7125cfce{right:0;bottom:unset;}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_s7jal92__7125cfce,.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_s14zw9ik__7125cfce{padding-left:0;}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_s14zw9ik__7125cfce{background-color:unset;border-radius:0;padding-top:var(--plasma-textarea-clear-helpers-padding-top);padding-right:0;}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_s7jal92__7125cfce{color:var(--plasma-textarea-input-clear-color);padding-right:0;}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_s7jal92__7125cfce.base_1vo4ba5_textareaHasRightContent__7125cfce{padding-right:var(--plasma-textarea-clear-input-padding-right-with-right-content);}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_suev9vb__7125cfce:not(.base_1vo4ba5_innerPlaceholderUp__7125cfce) .base_1vo4ba5_s4gk1z__7125cfce{color:var(--plasma-textarea-clear-placeholder-color);}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_suev9vb__7125cfce:not(.base_1vo4ba5_innerPlaceholderUp__7125cfce).base_1vo4ba5_focusedOuterPlaceholderColor__7125cfce .base_1vo4ba5_s4gk1z__7125cfce{color:var(--plasma-textarea-clear-placeholder-color-focus);}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_suev9vb__7125cfce.base_1vo4ba5_innerPlaceholderUp__7125cfce{color:var(--plasma-textarea-placeholder-color);}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_s4gk1z__7125cfce{padding-left:0;}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_s1h2xvub__7125cfce.base_1vo4ba5_labelPlacementInner__7125cfce{inset:var(--plasma-textarea__clear-indicator-placement-inner);}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_s1h2xvub__7125cfce.base_1vo4ba5_labelPlacementInner__7125cfce.base_1vo4ba5_requiredAlignRight__7125cfce{inset:var(--plasma-textarea__clear-indicator-placement-inner-right);}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce.base_1vo4ba5_textareaHasHint__7125cfce .base_1vo4ba5_s18tpn65__7125cfce.base_1vo4ba5_labelPlacementInner__7125cfce{inset:var(--plasma-textarea__clear-hint-inner-label-placement-offset);}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce.base_1vo4ba5_textareaHasHint__7125cfce .base_1vo4ba5_s1h2xvub__7125cfce.base_1vo4ba5_labelPlacementInner__7125cfce.base_1vo4ba5_requiredAlignRight__7125cfce{inset:var(--plasma-textarea__clear-indicator-hint-placement-inner-right);}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce .base_1vo4ba5_textareaContainer__7125cfce{border:unset;border-radius:0;}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce:focus-within:not([readonly]) .base_1vo4ba5_textareaWrapper__7125cfce{background-color:unset;box-shadow:unset;}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce:focus-within:not([readonly]) .base_1vo4ba5_textareaContainer__7125cfce{border:unset;}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce:focus-within:not([readonly]) .base_1vo4ba5_textareaHelpers__7125cfce{background-color:unset;}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce.base_1vo4ba5_textareaHasDivider__7125cfce .base_1vo4ba5_s3wsw3p__7125cfce{position:relative;--plasma_private-textarea-divider-color:var(--plasma-textarea-divider-color);}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce.base_1vo4ba5_textareaHasDivider__7125cfce .base_1vo4ba5_s3wsw3p__7125cfce:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma-textarea-divider-color);-webkit-transition:background-color 0.1s ease-in;transition:background-color 0.1s ease-in;}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce.base_1vo4ba5_textareaHasDivider__7125cfce:not([readonly]) .base_1vo4ba5_s3wsw3p__7125cfce:hover{--plasma_private-textarea-divider-color:var( --plasma-textarea-divider-color-hover, var(--plasma-textarea-divider-color) );}.base_1vo4ba5_b1x0cx6o__7125cfce.base_1vo4ba5_textareaClear__7125cfce.base_1vo4ba5_textareaHasDivider__7125cfce:not([readonly]) .base_1vo4ba5_s3wsw3p__7125cfce:focus-within{--plasma_private-textarea-divider-color:var( --plasma-textarea-divider-color-focus, var(--plasma-textarea-divider-color) );}
167
171
 
168
- .base_1v0syh0_b1xxdrt2__da85c725[readonly] .base_1v0syh0_s18lndvq__da85c725{color:var(--plasma-textarea-input-color-read-only);}.base_1v0syh0_b1xxdrt2__da85c725[readonly].base_1v0syh0_textareaClear__da85c725 .base_1v0syh0_s3wsw3p__da85c725:before{background-color:var(--plasma-textarea-divider-color-readonly);}.base_1v0syh0_b1xxdrt2__da85c725[readonly]:not(.base_1v0syh0_b1xxdrt2__da85c725[readonly].base_1v0syh0_textareaClear__da85c725) .base_1v0syh0_s3wsw3p__da85c725,.base_1v0syh0_b1xxdrt2__da85c725[readonly]:not(.base_1v0syh0_b1xxdrt2__da85c725[readonly].base_1v0syh0_textareaClear__da85c725) .base_1v0syh0_snf439a__da85c725{background:transparent;}.base_1v0syh0_b1xxdrt2__da85c725[readonly]:not(.base_1v0syh0_b1xxdrt2__da85c725[readonly].base_1v0syh0_textareaClear__da85c725) .base_1v0syh0_s3wsw3p__da85c725{position:relative;box-shadow:none;}.base_1v0syh0_b1xxdrt2__da85c725[readonly]:not(.base_1v0syh0_b1xxdrt2__da85c725[readonly].base_1v0syh0_textareaClear__da85c725) .base_1v0syh0_s3wsw3p__da85c725:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-border-color-readonly);border-radius:var(--plasma-textarea-border-radius);opacity:var(--plasma-textarea-read-only-opacity);}.base_1v0syh0_b1xxdrt2__da85c725[readonly]:not(.base_1v0syh0_b1xxdrt2__da85c725[readonly].base_1v0syh0_textareaClear__da85c725) .base_1v0syh0_salwx57__da85c725{background:transparent;position:relative;}.base_1v0syh0_b1xxdrt2__da85c725[readonly]:not(.base_1v0syh0_b1xxdrt2__da85c725[readonly].base_1v0syh0_textareaClear__da85c725) .base_1v0syh0_salwx57__da85c725:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:var(--plasma-textarea-background-color-read-only);border-radius:var(--plasma-textarea-border-radius);opacity:var(--plasma-textarea-read-only-opacity);z-index:-1;}.base_1v0syh0_b1xxdrt2__da85c725[readonly]:not(.base_1v0syh0_b1xxdrt2__da85c725[readonly].base_1v0syh0_textareaClear__da85c725) .base_1v0syh0_salwx57__da85c725:hover{background:transparent;}
172
+ .base_vk912g_b1xxdrt2__2e9a4891[readonly] .base_vk912g_s7jal92__2e9a4891{color:var(--plasma-textarea-input-color-read-only);}.base_vk912g_b1xxdrt2__2e9a4891[readonly].base_vk912g_textareaClear__2e9a4891 .base_vk912g_s3wsw3p__2e9a4891:before{background-color:var(--plasma-textarea-divider-color-readonly);}.base_vk912g_b1xxdrt2__2e9a4891[readonly]:not(.base_vk912g_b1xxdrt2__2e9a4891[readonly].base_vk912g_textareaClear__2e9a4891) .base_vk912g_s3wsw3p__2e9a4891,.base_vk912g_b1xxdrt2__2e9a4891[readonly]:not(.base_vk912g_b1xxdrt2__2e9a4891[readonly].base_vk912g_textareaClear__2e9a4891) .base_vk912g_s14zw9ik__2e9a4891{background:transparent;}.base_vk912g_b1xxdrt2__2e9a4891[readonly]:not(.base_vk912g_b1xxdrt2__2e9a4891[readonly].base_vk912g_textareaClear__2e9a4891) .base_vk912g_s3wsw3p__2e9a4891{position:relative;box-shadow:none;}.base_vk912g_b1xxdrt2__2e9a4891[readonly]:not(.base_vk912g_b1xxdrt2__2e9a4891[readonly].base_vk912g_textareaClear__2e9a4891) .base_vk912g_s3wsw3p__2e9a4891:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 var(--plasma-textarea-border-size,1px) var(--plasma-textarea-border-color-readonly);border-radius:var(--plasma-textarea-border-radius);opacity:var(--plasma-textarea-read-only-opacity);}.base_vk912g_b1xxdrt2__2e9a4891[readonly]:not(.base_vk912g_b1xxdrt2__2e9a4891[readonly].base_vk912g_textareaClear__2e9a4891) .base_vk912g_suev9vb__2e9a4891{background:transparent;position:relative;}.base_vk912g_b1xxdrt2__2e9a4891[readonly]:not(.base_vk912g_b1xxdrt2__2e9a4891[readonly].base_vk912g_textareaClear__2e9a4891) .base_vk912g_suev9vb__2e9a4891:before{position:absolute;content:'';top:0;left:0;right:0;bottom:0;background:var(--plasma-textarea-background-color-read-only);border-radius:var(--plasma-textarea-border-radius);opacity:var(--plasma-textarea-read-only-opacity);z-index:-1;}.base_vk912g_b1xxdrt2__2e9a4891[readonly]:not(.base_vk912g_b1xxdrt2__2e9a4891[readonly].base_vk912g_textareaClear__2e9a4891) .base_vk912g_suev9vb__2e9a4891:hover{background:transparent;}
169
173
 
170
- .base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_surmvwq__29fe1634,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_sgr5lml__29fe1634,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_si9oz50__29fe1634,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_t18bd513__29fe1634,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_stc5t23__29fe1634,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_s3wsw3p__29fe1634,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_snf439a__29fe1634,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_s14zw9ik__29fe1634,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_suev9vb__29fe1634{opacity:var(--plasma-textarea-disabled-opacity);cursor:not-allowed;}.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_surmvwq__29fe1634:hover,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_sgr5lml__29fe1634:hover,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_si9oz50__29fe1634:hover,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_t18bd513__29fe1634:hover,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_stc5t23__29fe1634:hover,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_s3wsw3p__29fe1634:hover,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_snf439a__29fe1634:hover,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_s14zw9ik__29fe1634:hover,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_suev9vb__29fe1634:hover,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_surmvwq__29fe1634:active,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_sgr5lml__29fe1634:active,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_si9oz50__29fe1634:active,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_t18bd513__29fe1634:active,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_stc5t23__29fe1634:active,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_s3wsw3p__29fe1634:active,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_snf439a__29fe1634:active,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_s14zw9ik__29fe1634:active,.base_1bn0zc9_b1w9g1pa__29fe1634[disabled] .base_1bn0zc9_suev9vb__29fe1634:active{-webkit-transform:none;-ms-transform:none;transform:none;}.base_1bn0zc9_b1w9g1pa__29fe1634 .base_1bn0zc9_textarea__29fe1634:disabled{cursor:not-allowed;color:var(--plasma-textarea-input-color-disabled);}
174
+ .base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_surmvwq__1a439b81,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s1h2xvub__1a439b81,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_si9oz50__1a439b81,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_t18bd513__1a439b81,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_salwx57__1a439b81,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s3wsw3p__1a439b81,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s14zw9ik__1a439b81,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s4gk1z__1a439b81,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_sgr5lml__1a439b81{opacity:var(--plasma-textarea-disabled-opacity);cursor:not-allowed;}.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_surmvwq__1a439b81:hover,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s1h2xvub__1a439b81:hover,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_si9oz50__1a439b81:hover,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_t18bd513__1a439b81:hover,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_salwx57__1a439b81:hover,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s3wsw3p__1a439b81:hover,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s14zw9ik__1a439b81:hover,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s4gk1z__1a439b81:hover,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_sgr5lml__1a439b81:hover,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_surmvwq__1a439b81:active,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s1h2xvub__1a439b81:active,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_si9oz50__1a439b81:active,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_t18bd513__1a439b81:active,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_salwx57__1a439b81:active,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s3wsw3p__1a439b81:active,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s14zw9ik__1a439b81:active,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_s4gk1z__1a439b81:active,.base_s6ttw_b1w9g1pa__1a439b81[disabled] .base_s6ttw_sgr5lml__1a439b81:active{-webkit-transform:none;-ms-transform:none;transform:none;}.base_s6ttw_b1w9g1pa__1a439b81 .base_s6ttw_textarea__1a439b81:disabled{cursor:not-allowed;color:var(--plasma-textarea-input-color-disabled);}
171
175
 
172
176
  .base_111a0qe_b193dn9j__86c7166a .base_111a0qe_h1luq7vd__86c7166a{--plasma-tooltip-background-color:var(--plasma-textarea__tooltip-background-color);--plasma-tooltip-box-shadow:var(--plasma-textarea__tooltip-box-shadow);--plasma-tooltip-color:var(--plasma-textarea__tooltip-color);}
173
177
 
@@ -591,18 +595,18 @@
591
595
 
592
596
  .Target_styles_5dghru_s1wiuml6__ed6b6c68{--plasma-textfield-color:var(--plasma-combobox-new-textfield-color);--plasma-textfield-clear-color:var(--plasma-combobox-new-textfield-color);--plasma-textfield-bg-color:var(--plasma-combobox-new-textfield-background-color);--plasma-textfield-bg-color-hover:var(--plasma-combobox-new-textfield-background-color-hover);--plasma-textfield-bg-color-focus:var(--plasma-combobox-new-textfield-background-color-focus);--plasma-textfield-border-color:var(--plasma-combobox-new-textfield-border-color);--plasma-textfield-border-color-hover:var(--plasma-combobox-new-textfield-border-color-hover);--plasma-textfield-border-color-focus:var(--plasma-combobox-new-textfield-border-color-focus);--plasma-textfield-color-readonly:var(--plasma-combobox-new-textfield-color-readonly);--plasma-textfield-bg-color-readonly:var(--plasma-combobox-new-textfield-bg-color-readonly);--plasma-textfield-border-color-readonly:var(--plasma-combobox-new-textfield-border-color-readonly);--plasma-textfield__placeholder-color-readonly:var(--plasma-combobox-new-textfield-placeholder-color-readonly);--plasma-textfield__caret-color:var(--plasma-combobox-new-textfield-caret-color);--plasma-textfield__placeholder-color:var(--plasma-combobox-new-textfield-placeholder-color);--plasma-textfield__placeholder-color-focus:var(--plasma-combobox-new-textfield-placeholder-color-focus);--plasma-textfield__clear-placeholder-color:var(--plasma-combobox-new-textfield-clear-placeholder-color);--plasma-textfield__clear-placeholder-color-focus:var(--plasma-combobox-new-textfield-clear-placeholder-color-focus);--plasma-textfield__optional-color:var(--plasma-combobox-new-textfield-optional-color);--plasma-textfield-height:var(--plasma-combobox-new-textfield-height);--plasma-textfield-border-width:var(--plasma-combobox-new-textfield-border-width);--plasma-textfield-border-radius:var(--plasma-combobox-new-textfield-border-radius);--plasma-textfield-padding:var(--plasma-combobox-new-textfield-padding);--plasma-textfield-padding-with-chips:var(--plasma-combobox-new-textfield-padding-with-chips);--plasma-textfield__left-content-margin:var(--plasma-combobox-new-textfield-left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-combobox-new-textfield-right-content-margin);--plasma-textfield__right-content-with-hint-margin:var(--plasma-combobox-textfield-right-content-with-hint-margin);--plasma-textfield-content-right-wrapper-gap:var(--plasma-combobox-textfield-content-right-wrapper-gap);--plasma-textfield-content-right-wrapper-margin:var(--plasma-combobox-textfield-content-right-wrapper-margin);--plasma-textfield-font-family:var(--plasma-combobox-new-textfield-font-family);--plasma-textfield-font-style:var(--plasma-combobox-new-textfield-font-style);--plasma-textfield-font-size:var(--plasma-combobox-new-textfield-font-size);--plasma-textfield-font-weight:var(--plasma-combobox-new-textfield-font-weight);--plasma-textfield-letter-spacing:var(--plasma-combobox-new-textfield-letter-spacing);--plasma-textfield-line-height:var(--plasma-combobox-new-textfield-line-height);--plasma-textfield-content-slot-color:var(--plasma-combobox-new-textfield-content-slot-color);--plasma-textfield-content-slot-color-hover:var(--plasma-combobox-new-textfield-content-slot-color-hover);--plasma-textfield-content-slot-color-active:var(--plasma-combobox-new-textfield-content-slot-color-active);--plasma-textfield-content-right-slot-color:var(--plasma-combobox-new-textfield-content-right-slot-color);--plasma-textfield-content-right-slot-color-hover:var(--plasma-combobox-new-textfield-content-right-slot-color-hover);--plasma-textfield-content-right-slot-color-active:var(--plasma-combobox-new-textfield-content-right-slot-color-active);--plasma-textfield__label-color:var(--plasma-combobox-new-textfield-label-color);--plasma-textfield__label-color-readonly:var(--plasma-combobox-new-textfield-label-color-readonly);--plasma-textfield__label-offset:var(--plasma-combobox-new-textfield-label-offset);--plasma-textfield__clear-label-offset:var(--plasma-combobox-new-textfield-clear-label-offset);--plasma-textfield__label-font-family:var(--plasma-combobox-new-textfield-label-font-family);--plasma-textfield__label-font-style:var(--plasma-combobox-new-textfield-label-font-style);--plasma-textfield__label-font-size:var(--plasma-combobox-new-textfield-label-font-size);--plasma-textfield__label-font-weight:var(--plasma-combobox-new-textfield-label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-combobox-new-textfield-label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-combobox-new-textfield-label-line-height);--plasma-textfield-placement_inner__label-font-family:var(--plasma-combobox-new-textfield-placement_inner-label-font-family);--plasma-textfield-placement_inner__label-font-style:var(--plasma-combobox-new-textfield-placement_inner-label-font-style);--plasma-textfield-placement_inner__label-font-size:var(--plasma-combobox-new-textfield-placement_inner-label-font-size);--plasma-textfield-placement_inner__label-font-weight:var(--plasma-combobox-new-textfield-placement_inner-label-font-weight);--plasma-textfield-placement_inner__label-letter-spacing:var(--plasma-combobox-new-textfield-placement_inner-label-letter-spacing);--plasma-textfield-placement_inner__label-line-height:var(--plasma-combobox-new-textfield-placement_inner-label-line-height);--plasma-textfield-placement_inner__label-padding:var(--plasma-combobox-new-textfield-placement_inner-label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-combobox-new-textfield-placement_inner-content-padding);--plasma-textfield__title-caption-color:var(--plasma-combobox-new-textfield-title-caption-color);--plasma-textfield__title-caption-color-readonly:var(--plasma-combobox-new-textfield-title-caption-color-readonly);--plasma-textfield__title-caption-label-inner-offset:var(--plasma-combobox-new-textfield-title-caption-label-inner-offset);--plasma-textfield__title-caption-font-family:var(--plasma-combobox-new-textfield-title-caption-font-family);--plasma-textfield__title-caption-font-style:var(--plasma-combobox-new-textfield-title-caption-font-style);--plasma-textfield__title-caption-font-size:var(--plasma-combobox-new-textfield-title-caption-font-size);--plasma-textfield__title-caption-font-weight:var(--plasma-combobox-new-textfield-title-caption-font-weight);--plasma-textfield__title-caption-letter-spacing:var(--plasma-combobox-new-textfield-title-caption-letter-spacing);--plasma-textfield__title-caption-line-height:var(--plasma-combobox-new-textfield-title-caption-line-height);--plasma-textfield__left-helper-color:var(--plasma-combobox-new-textfield-left-helper-color);--plasma-textfield__left-helper-color-readonly:var(--plasma-combobox-new-textfield-left-helper-color-readonly);--plasma-textfield__left-helper-offset:var(--plasma-combobox-new-textfield-left-helper-offset);--plasma-textfield__left-helper-font-family:var(--plasma-combobox-new-textfield-left-helper-font-family);--plasma-textfield__left-helper-font-style:var(--plasma-combobox-new-textfield-left-helper-font-style);--plasma-textfield__left-helper-font-size:var(--plasma-combobox-new-textfield-left-helper-font-size);--plasma-textfield__left-helper-font-weight:var(--plasma-combobox-new-textfield-left-helper-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-combobox-new-textfield-left-helper-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-combobox-new-textfield-left-helper-line-height);--plasma-textfield__before-text-color:var(--plasma-combobox-new-textfield-before-text-color);--plasma-textfield__after-text-color:var(--plasma-combobox-new-textfield-after-text-color);--plasma-textfield__before-text-margin:var(--plasma-combobox-new-textfield-before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-combobox-new-textfield-after-text-margin);--plasma-textfield-disabled-opacity:var(--plasma-combobox-new-textfield-disabled-opacity);--plasma-textfield__hint-custom-icon-target-size:var(--plasma-combobox-textfield__hint-custom-icon-target-size);--plasma-textfield__hint-margin:var(--plasma-combobox-textfield__hint-margin);--plasma-textfield__hint-target-size:var(--plasma-combobox-textfield__hint-target-size);--plasma-textfield__hint-icon-color:var(--plasma-combobox-textfield__hint-icon-color);--plasma-textfield__hint-inner-label-placement-offset:var(--plasma-combobox-textfield__hint-inner-label-placement-offset);--plasma-textfield__clear-hint-inner-label-placement-offset:var(--plasma-combobox-textfield__clear-hint-inner-label-placement-offset);--plasma-textfield__tooltip-background-color:var(--plasma-combobox-textfield__tooltip-background-color);--plasma-textfield__tooltip-box-shadow:var(--plasma-combobox-textfield__tooltip-box-shadow);--plasma-textfield__tooltip-color:var(--plasma-combobox-textfield__tooltip-color);--plasma-textfield__tooltip-padding-top:var(--plasma-combobox-textfield__tooltip-padding-top);--plasma-textfield__tooltip-padding-right:var(--plasma-combobox-textfield__tooltip-padding-right);--plasma-textfield__tooltip-padding-bottom:var(--plasma-combobox-textfield__tooltip-padding-bottom);--plasma-textfield__tooltip-padding-left:var(--plasma-combobox-textfield__tooltip-padding-left);--plasma-textfield__tooltip-min-height:var(--plasma-combobox-textfield__tooltip-min-height);--plasma-textfield__tooltip-border-radius:var(--plasma-combobox-textfield__tooltip-border-radius);--plasma-textfield__tooltip-text-font-family:var(--plasma-combobox-textfield__tooltip-text-font-family);--plasma-textfield__tooltip-text-font-size:var(--plasma-combobox-textfield__tooltip-text-font-size);--plasma-textfield__tooltip-text-font-style:var(--plasma-combobox-textfield__tooltip-text-font-style);--plasma-textfield__tooltip-text-font-weight:var(--plasma-combobox-textfield__tooltip-text-font-weight);--plasma-textfield__tooltip-text-font-letter-spacing:var(--plasma-combobox-textfield__tooltip-text-font-letter-spacing);--plasma-textfield__tooltip-text-font-line-height:var(--plasma-combobox-textfield__tooltip-text-font-line-height);--plasma-textfield__tooltip-content-left-margin:var(--plasma-combobox-textfield__tooltip-content-left-margin);--plasma-textfield__tooltip-arrow-mask-width:var(--plasma-combobox-textfield__tooltip-arrow-mask-width);--plasma-textfield__tooltip-arrow-mask-height:var(--plasma-combobox-textfield__tooltip-arrow-mask-height);--plasma-textfield__tooltip-arrow-mask-image:var(--plasma-combobox-textfield__tooltip-arrow-mask-image);--plasma-textfield__tooltip-arrow-height:var(--plasma-combobox-textfield__tooltip-arrow-height);--plasma-textfield__tooltip-arrow-edge-margin:var(--plasma-combobox-textfield__tooltip-arrow-edge-margin);--plasma-textfield__tooltip-arrow-background:var(--plasma-combobox-textfield__tooltip-arrow-background);--plasma-textfield__chip-height:var(--plasma-combobox-new-textfield-chip-height);--plasma-textfield__chip-border-radius:var(--plasma-combobox-new-textfield-chip-border-radius);--plasma-textfield__chip-gap:var(--plasma-combobox-new-textfield-chip-gap);--plasma-textfield__chip-background:var(--plasma-combobox-new-textfield--chip-background);--plasma-textfield__chip-color:var(--plasma-combobox-new-textfield-chip-color);--plasma-textfield__chip-background-hover:var(--plasma-combobox-new-textfield-chip-background-hover);--plasma-textfield__chip-color-hover:var(--plasma-combobox-new-textfield-chip-color-hover);--plasma-textfield__chip-scale-hover:var(--plasma-combobox-new-textfield-chip-scale-hover);--plasma-textfield__chip-background-readonly:var(--plasma-combobox-new-textfield-chip-background-read-only);--plasma-textfield__chip-color-readonly:var(--plasma-combobox-new-textfield-chip-color-read-only);--plasma-textfield__chip-background-readonly-hover:var(--plasma-combobox-new-textfield-chip-background-read-only-hover);--plasma-textfield__chip-color-readonly-hover:var(--plasma-combobox-new-textfield-chip-color-read-only-hover);--plasma-textfield__chip-background-active:var(--plasma-combobox-new-textfield-chip-background-active);--plasma-textfield__chip-color-active:var(--plasma-combobox-new-textfield-chip-color-active);--plasma-textfield__chip-scale-active:var(--plasma-combobox-new-textfield-chip-scale-active);--plasma-textfield__chip-close-icon-color:var(--plasma-combobox-new-textfield-chip-close-icons-color);--plasma-textfield__chip-outline-size:var(--plasma-combobox-new-textfield-chip-outline-size);--plasma-textfield__chip-width:var(--plasma-combobox-new-textfield-chip-width);--plasma-textfield__chip-padding:var(--plasma-combobox-new-textfield-chip-padding);--plasma-textfield__chip-close-icon-size:var(--plasma-combobox-new-textfield-chip-close-icon-size);--plasma-textfield__chip-font-family:var(--plasma-combobox-new-textfield-chip-font-family);--plasma-textfield__chip-font-size:var(--plasma-combobox-new-textfield-chip-font-size);--plasma-textfield__chip-font-style:var(--plasma-combobox-new-textfield-chip-font-style);--plasma-textfield__chip-font-weight:var(--plasma-combobox-new-textfield-chip-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-combobox-new-textfield-chip-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-combobox-new-textfield-chip-line-height);--plasma-textfield__chip-clear-content-margin-left:var(--plasma-combobox-new-textfield-chip-clear-content-margin-left);--plasma-textfield__chip-clear-content-margin-right:var(--plasma-combobox-new-textfield-chip-clear-content-margin-right);--plasma-textfield__chip-opacity-readonly:var(--plasma-combobox-new-textfield-chip-opacity-readonly);--plasma-textfield-focus-color:var(--plasma-combobox-new-textfield-focus-color);--plasma-textfield__indicator-color:var(--plasma-combobox-new-textfield-indicator-color);--plasma-textfield__indicator-size-inner:var(--plasma-combobox-new-textfield-indicator-size-inner);--plasma-textfield__indicator-size-outer:var(--plasma-combobox-new-textfield-indicator-size-outer);--plasma-textfield__indicator-placement-inner:var(--plasma-combobox-new-textfield-indicator-placement-inner);--plasma-textfield__indicator-placement-outer:var(--plasma-combobox-new-textfield-indicator-placement-outer);--plasma-textfield__indicator-placement-inner-right:var(--plasma-combobox-new-textfield-indicator-placement-inner-right);--plasma-textfield__indicator-placement-outer-right:var(--plasma-combobox-new-textfield-indicator-placement-outer-right);--plasma-textfield__clear-indicator-placement-inner:var(--plasma-combobox-new-textfield-clear-indicator-placement-inner);--plasma-textfield__clear-indicator-placement-inner-right:var(--plasma-combobox-new-textfield-clear-indicator-placement-inner-right);--plasma-textfield__clear-indicator-hint-placement-inner-right:var(--plasma-combobox-new-textfield-clear-indicator-hint-placement-inner-right);--plasma-textfield-box-shadow:var(--plasma-select-textfield-box-shadow);}
593
597
 
594
- .Item_styles_1q0u1o1_s17m41ki__6b861fbb{--plasma-cell-title-color:var(--text-primary);--plasma-cell-background-color:var(--surface-clear);--plasma-cell-padding:var(--plasma-combobox-cell-padding);--plasma-cell-padding-left-content:var(--plasma-combobox-cell-padding-left-content);--plasma-cell-padding-content:var(--plasma-combobox-cell-padding-content);--plasma-cell-padding-right-content:var(--plasma-combobox-cell-padding-right-content);--plasma-cell-textbox-gap:var(--plasma-combobox-cell-textbox-gap);--plasma-cell-gap:var(--plasma-combobox-cell-gap);--plasma-cell-title-font-family:var(--plasma-combobox-cell-title-font-family);--plasma-cell-title-font-size:var(--plasma-combobox-cell-title-font-size);--plasma-cell-title-font-style:var(--plasma-combobox-cell-title-font-style);--plasma-cell-title-font-weight:var(--plasma-combobox-cell-title-font-weight);--plasma-cell-title-letter-spacing:var(--plasma-combobox-cell-title-letter-spacing);--plasma-cell-title-line-height:var(--plasma-combobox-cell-title-line-height);width:100%;}
598
+ .Item_styles_80gotw_s17m41ki__77e23bce{--plasma-cell-title-color:var(--text-primary);--plasma-cell-background-color:var(--surface-clear);--plasma-cell-padding:var(--plasma-combobox-cell-padding);--plasma-cell-padding-left-content:var(--plasma-combobox-cell-padding-left-content);--plasma-cell-padding-content:var(--plasma-combobox-cell-padding-content);--plasma-cell-padding-right-content:var(--plasma-combobox-cell-padding-right-content);--plasma-cell-textbox-gap:var(--plasma-combobox-cell-textbox-gap);--plasma-cell-gap:var(--plasma-combobox-cell-gap);--plasma-cell-title-font-family:var(--plasma-combobox-cell-title-font-family);--plasma-cell-title-font-size:var(--plasma-combobox-cell-title-font-size);--plasma-cell-title-font-style:var(--plasma-combobox-cell-title-font-style);--plasma-cell-title-font-weight:var(--plasma-combobox-cell-title-font-weight);--plasma-cell-title-letter-spacing:var(--plasma-combobox-cell-title-letter-spacing);--plasma-cell-title-line-height:var(--plasma-combobox-cell-title-line-height);width:100%;}
595
599
 
596
- .Item_styles_1q0u1o1_sabntqz__6b861fbb{--plasma-checkbox-trigger-size:var(--plasma-combobox-checkbox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-combobox-checkbox-trigger-border-radius);--plasma-checkbox-fill-color:var(--plasma-combobox-checkbox-fill-color);--plasma-checkbox-icon-color:var(--plasma-combobox-checkbox-icon-color);--plasma-checkbox-trigger-border-color:var(--plasma-combobox-checkbox-trigger-border-color);--plasma-checkbox-trigger-border-checked-color:var(--plasma-combobox-checkbox-trigger-border-checked-color);--plasma-checkbox-trigger-border-width:var(--plasma-combobox-checkbox-trigger-border-width);}
597
- .Item_styles_1q0u1o1_sbva27s__6b861fbb{--plasma-indicator-size:var(--plasma-combobox-indicator-size);--plasma-indicator-color:var(--plasma-combobox-item-icon-color);}
598
- .Item_styles_1q0u1o1_s198ssfl__6b861fbb{width:var(--s198ssfl-0);height:var(--s198ssfl-0);}
599
- .Item_styles_1q0u1o1_sq42uro__6b861fbb{width:var(--sq42uro-0);height:var(--sq42uro-0);}
600
- .Item_styles_1q0u1o1_s96nkq__6b861fbb{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
601
- .Item_styles_1q0u1o1_s170raop__6b861fbb{margin-left:auto;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
602
- .Item_styles_1q0u1o1_d1bsz3m1__6b861fbb{line-height:0;margin:var(--plasma-select-disclosure-icon-margin);color:var(--plasma-combobox-disclosure-icon-color);}.Item_styles_1q0u1o1_d1bsz3m1__6b861fbb:hover{color:var(--plasma-combobox-disclosure-icon-color-hover);}
603
- .Item_styles_1q0u1o1_iwurntn__6b861fbb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:none;-ms-flex:none;flex:none;width:var(--iwurntn-0);height:var(--iwurntn-0);margin:var(--plasma-combobox-item-icon-margin);line-height:0;color:var(--plasma-combobox-item-icon-color);}
604
- .Item_styles_1q0u1o1_s1pzdaox__6b861fbb{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
605
- .Item_styles_1q0u1o1_wm3n62u__6b861fbb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:var(--plasma-combobox-item-height);margin:0;box-sizing:content-box;padding:var(--wm3n62u-0);font-family:var(--plasma-combobox-font-family);font-size:var(--plasma-combobox-font-size);font-style:var(--plasma-combobox-font-style);font-weight:var(--plasma-combobox-font-weight);-webkit-letter-spacing:var(--plasma-combobox-font-letter-spacing);-moz-letter-spacing:var(--plasma-combobox-font-letter-spacing);-ms-letter-spacing:var(--plasma-combobox-font-letter-spacing);letter-spacing:var(--plasma-combobox-font-letter-spacing);line-height:var(--plasma-combobox-font-line-height);background-color:var(--surface-clear);color:var(--text-primary);border-radius:calc(var(--plasma-combobox-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-clip:padding-box;position:relative;}.Item_styles_1q0u1o1_wm3n62u__6b861fbb:hover:not(.Item_styles_1q0u1o1_dropdownItemIsDisabled__6b861fbb){cursor:pointer;background-color:var(--plasma-combobox-item-background-hover);}.Item_styles_1q0u1o1_wm3n62u__6b861fbb.Item_styles_1q0u1o1_dropdownItemIsActive__6b861fbb{background-color:var(--plasma-combobox-item-background-hover);}.Item_styles_1q0u1o1_wm3n62u__6b861fbb.Item_styles_1q0u1o1_dropdownItemIsDisabled__6b861fbb{opacity:0.4;cursor:not-allowed;}.Item_styles_1q0u1o1_wm3n62u__6b861fbb:focus{outline:none;}.Item_styles_1q0u1o1_wm3n62u__6b861fbb::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block;box-sizing:content-box;border:0 solid transparent;border-radius:calc(var(--plasma-combobox-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-transition:none;transition:none;pointer-events:none;}.Item_styles_1q0u1o1_wm3n62u__6b861fbb.Item_styles_1q0u1o1_dropdownItemIsFocused__6b861fbb:before{outline:none;box-shadow:inset 0 0 0 0.0625rem var(--surface-accent);}
600
+ .Item_styles_80gotw_sabntqz__77e23bce{--plasma-checkbox-trigger-size:var(--plasma-combobox-checkbox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-combobox-checkbox-trigger-border-radius);--plasma-checkbox-fill-color:var(--plasma-combobox-checkbox-fill-color);--plasma-checkbox-icon-color:var(--plasma-combobox-checkbox-icon-color);--plasma-checkbox-trigger-border-color:var(--plasma-combobox-checkbox-trigger-border-color);--plasma-checkbox-trigger-border-checked-color:var(--plasma-combobox-checkbox-trigger-border-checked-color);--plasma-checkbox-trigger-border-width:var(--plasma-combobox-checkbox-trigger-border-width);}
601
+ .Item_styles_80gotw_sbva27s__77e23bce{--plasma-indicator-size:var(--plasma-combobox-indicator-size);--plasma-indicator-color:var(--plasma-combobox-checkbox-fill-color);}
602
+ .Item_styles_80gotw_s198ssfl__77e23bce{width:var(--s198ssfl-0);height:var(--s198ssfl-0);}
603
+ .Item_styles_80gotw_sq42uro__77e23bce{width:var(--sq42uro-0);height:var(--sq42uro-0);}
604
+ .Item_styles_80gotw_s96nkq__77e23bce{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
605
+ .Item_styles_80gotw_s170raop__77e23bce{margin-left:auto;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
606
+ .Item_styles_80gotw_d1bsz3m1__77e23bce{line-height:0;margin:var(--plasma-select-disclosure-icon-margin);color:var(--plasma-combobox-disclosure-icon-color);}.Item_styles_80gotw_d1bsz3m1__77e23bce:hover{color:var(--plasma-combobox-disclosure-icon-color-hover);}
607
+ .Item_styles_80gotw_iwurntn__77e23bce{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:none;-ms-flex:none;flex:none;width:var(--iwurntn-0);height:var(--iwurntn-0);margin:var(--plasma-combobox-item-icon-margin);line-height:0;color:var(--plasma-combobox-checkbox-fill-color);}
608
+ .Item_styles_80gotw_s1pzdaox__77e23bce{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
609
+ .Item_styles_80gotw_wm3n62u__77e23bce{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:var(--plasma-combobox-item-height);margin:0;box-sizing:content-box;padding:var(--wm3n62u-0);font-family:var(--plasma-combobox-font-family);font-size:var(--plasma-combobox-font-size);font-style:var(--plasma-combobox-font-style);font-weight:var(--plasma-combobox-font-weight);-webkit-letter-spacing:var(--plasma-combobox-font-letter-spacing);-moz-letter-spacing:var(--plasma-combobox-font-letter-spacing);-ms-letter-spacing:var(--plasma-combobox-font-letter-spacing);letter-spacing:var(--plasma-combobox-font-letter-spacing);line-height:var(--plasma-combobox-font-line-height);background-color:var(--surface-clear);color:var(--text-primary);border-radius:calc(var(--plasma-combobox-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-clip:padding-box;position:relative;}.Item_styles_80gotw_wm3n62u__77e23bce:hover:not(.Item_styles_80gotw_dropdownItemIsDisabled__77e23bce){cursor:pointer;background-color:var(--plasma-combobox-item-background-hover);}.Item_styles_80gotw_wm3n62u__77e23bce.Item_styles_80gotw_dropdownItemIsActive__77e23bce{background-color:var(--plasma-combobox-item-background-hover);}.Item_styles_80gotw_wm3n62u__77e23bce.Item_styles_80gotw_dropdownItemIsDisabled__77e23bce{opacity:0.4;cursor:not-allowed;}.Item_styles_80gotw_wm3n62u__77e23bce:focus{outline:none;}.Item_styles_80gotw_wm3n62u__77e23bce::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block;box-sizing:content-box;border:0 solid transparent;border-radius:calc(var(--plasma-combobox-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-transition:none;transition:none;pointer-events:none;}.Item_styles_80gotw_wm3n62u__77e23bce.Item_styles_80gotw_dropdownItemIsFocused__77e23bce:before{outline:none;box-shadow:inset 0 0 0 0.0625rem var(--surface-accent);}
606
610
 
607
611
 
608
612
  .SelectAll_styles_tjme4i_w14070q1__a0f87d11{position:var(--w14070q1-0);z-index:10;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:var(--surface-solid-card);margin-bottom:var(--w14070q1-1);border-top-left-radius:calc(var(--plasma-combobox-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));border-top-right-radius:calc(var(--plasma-combobox-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));}
@@ -653,16 +657,16 @@
653
657
  .Textfield_styles_1i2t1rz_s2oocb4__22fdf4fc{width:var(--s2oocb4-0);height:var(--s2oocb4-0);}
654
658
  .Textfield_styles_1i2t1rz_s1kxyc50__22fdf4fc{margin:0;padding:0;}
655
659
 
656
- .Item_styles_1dlmiti_s1vls8ri__89f11c6e{--plasma-cell-title-color:var(--s1vls8ri-0);--plasma-cell-background-color:var(--surface-clear);--plasma-cell-padding:var(--plasma-select-cell-padding);--plasma-cell-padding-left-content:var(--plasma-select-cell-padding-left-content);--plasma-cell-padding-content:var(--plasma-select-cell-padding-content);--plasma-cell-padding-right-content:var(--plasma-select-cell-padding-right-content);--plasma-cell-textbox-gap:var(--plasma-select-cell-textbox-gap);--plasma-cell-gap:var(--plasma-select-cell-gap);--plasma-cell-title-font-family:var(--plasma-select-cell-title-font-family);--plasma-cell-title-font-size:var(--plasma-select-cell-title-font-size);--plasma-cell-title-font-style:var(--plasma-select-cell-title-font-style);--plasma-cell-title-font-weight:var(--plasma-select-cell-title-font-weight);--plasma-cell-title-letter-spacing:var(--plasma-select-cell-title-letter-spacing);--plasma-cell-title-line-height:var(--plasma-select-cell-title-line-height);width:100%;}.Item_styles_1dlmiti_s1vls8ri__89f11c6e div.Item_styles_1dlmiti_cellContent__89f11c6e,.Item_styles_1dlmiti_s1vls8ri__89f11c6e div.Item_styles_1dlmiti_cellTextbox__89f11c6e{-webkit-flex:1;-ms-flex:1;flex:1;}.Item_styles_1dlmiti_s1vls8ri__89f11c6e div.Item_styles_1dlmiti_cellTextboxTitle__89f11c6e{position:relative;}.Item_styles_1dlmiti_s1vls8ri__89f11c6e div.Item_styles_1dlmiti_cellTextboxTitle__89f11c6e:before{content:' ';visibility:hidden;}.Item_styles_1dlmiti_s1vls8ri__89f11c6e div.Item_styles_1dlmiti_cellTextboxTitle__89f11c6e span{position:absolute;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
660
+ .Item_styles_1qpfn0s_s1vls8ri__6e0dc038{--plasma-cell-title-color:var(--s1vls8ri-0);--plasma-cell-background-color:var(--surface-clear);--plasma-cell-padding:var(--plasma-select-cell-padding);--plasma-cell-padding-left-content:var(--plasma-select-cell-padding-left-content);--plasma-cell-padding-content:var(--plasma-select-cell-padding-content);--plasma-cell-padding-right-content:var(--plasma-select-cell-padding-right-content);--plasma-cell-textbox-gap:var(--plasma-select-cell-textbox-gap);--plasma-cell-gap:var(--plasma-select-cell-gap);--plasma-cell-title-font-family:var(--plasma-select-cell-title-font-family);--plasma-cell-title-font-size:var(--plasma-select-cell-title-font-size);--plasma-cell-title-font-style:var(--plasma-select-cell-title-font-style);--plasma-cell-title-font-weight:var(--plasma-select-cell-title-font-weight);--plasma-cell-title-letter-spacing:var(--plasma-select-cell-title-letter-spacing);--plasma-cell-title-line-height:var(--plasma-select-cell-title-line-height);width:100%;}.Item_styles_1qpfn0s_s1vls8ri__6e0dc038 div.Item_styles_1qpfn0s_cellContent__6e0dc038,.Item_styles_1qpfn0s_s1vls8ri__6e0dc038 div.Item_styles_1qpfn0s_cellTextbox__6e0dc038{-webkit-flex:1;-ms-flex:1;flex:1;}.Item_styles_1qpfn0s_s1vls8ri__6e0dc038 div.Item_styles_1qpfn0s_cellTextboxTitle__6e0dc038{position:relative;}.Item_styles_1qpfn0s_s1vls8ri__6e0dc038 div.Item_styles_1qpfn0s_cellTextboxTitle__6e0dc038:before{content:' ';visibility:hidden;}.Item_styles_1qpfn0s_s1vls8ri__6e0dc038 div.Item_styles_1qpfn0s_cellTextboxTitle__6e0dc038 span{position:absolute;left:0;right:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
657
661
 
658
- .Item_styles_1dlmiti_s17z4dei__89f11c6e{--plasma-checkbox-trigger-size:var(--plasma-select-checkbox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-select-checkbox-trigger-border-radius);--plasma-checkbox-fill-color:var(--plasma-select-checkbox-fill-color);--plasma-checkbox-icon-color:var(--plasma-select-checkbox-icon-color);--plasma-checkbox-trigger-border-width:var(--plasma-select-checkbox-trigger-border-width);--plasma-checkbox-trigger-border-color:var(--plasma-select-checkbox-trigger-border-color);--plasma-checkbox-trigger-border-checked-color:var(--plasma-select-checkbox-trigger-border-checked-color);}
659
- .Item_styles_1dlmiti_s1nd9idj__89f11c6e{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-item-icon-color);}
660
- .Item_styles_1dlmiti_snb2nsj__89f11c6e{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
661
- .Item_styles_1dlmiti_s581hb1__89f11c6e{width:var(--s581hb1-0);height:var(--s581hb1-0);}
662
- .Item_styles_1dlmiti_dcgpql7__89f11c6e{margin:var(--plasma-select-disclosure-icon-margin);line-height:0;color:var(--plasma-select-disclosure-icon-color);}.Item_styles_1dlmiti_dcgpql7__89f11c6e:hover{color:var(--plasma-select-disclosure-icon-color-hover);}
663
- .Item_styles_1dlmiti_izzpzvq__89f11c6e{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:none;-ms-flex:none;flex:none;width:var(--izzpzvq-0);height:var(--izzpzvq-0);margin:var(--plasma-select-item-icon-margin);line-height:0;color:var(--plasma-select-item-icon-color);}
664
- .Item_styles_1dlmiti_stxu93x__89f11c6e{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
665
- .Item_styles_1dlmiti_w1hgpj20__89f11c6e{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:var(--plasma-select-item-height);margin:0;box-sizing:content-box;padding:var(--w1hgpj20-0);font-family:var(--plasma-select-font-family);font-size:var(--plasma-select-font-size);font-style:var(--plasma-select-font-style);font-weight:var(--plasma-select-font-weight);-webkit-letter-spacing:var(--plasma-select-font-letter-spacing);-moz-letter-spacing:var(--plasma-select-font-letter-spacing);-ms-letter-spacing:var(--plasma-select-font-letter-spacing);letter-spacing:var(--plasma-select-font-letter-spacing);line-height:var(--plasma-select-font-line-height);background-color:var(--surface-clear);color:var(--text-primary);border-radius:calc(var(--plasma-select-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-clip:padding-box;position:relative;}.Item_styles_1dlmiti_w1hgpj20__89f11c6e:hover:not(.Item_styles_1dlmiti_dropdownItemIsDisabled__89f11c6e){cursor:pointer;background-color:var(--plasma-select-item-background-hover);}.Item_styles_1dlmiti_w1hgpj20__89f11c6e.Item_styles_1dlmiti_dropdownItemIsActive__89f11c6e{background-color:var(--plasma-select-item-background-hover);}.Item_styles_1dlmiti_w1hgpj20__89f11c6e.Item_styles_1dlmiti_dropdownItemIsDisabled__89f11c6e{opacity:var(--plasma-select-item-disabled-opacity);color:var(--plasma-select-item-disabled-color);cursor:not-allowed;}.Item_styles_1dlmiti_w1hgpj20__89f11c6e:focus{outline:none;}.Item_styles_1dlmiti_w1hgpj20__89f11c6e::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block;box-sizing:content-box;border:0 solid transparent;border-radius:calc(var(--plasma-select-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-transition:none;transition:none;pointer-events:none;}.Item_styles_1dlmiti_w1hgpj20__89f11c6e.Item_styles_1dlmiti_dropdownItemIsFocused__89f11c6e:before{outline:none;box-shadow:inset 0 0 0 0.0625rem var(--surface-accent);}
662
+ .Item_styles_1qpfn0s_s17z4dei__6e0dc038{--plasma-checkbox-trigger-size:var(--plasma-select-checkbox-trigger-size);--plasma-checkbox-trigger-border-radius:var(--plasma-select-checkbox-trigger-border-radius);--plasma-checkbox-fill-color:var(--plasma-select-checkbox-fill-color);--plasma-checkbox-icon-color:var(--plasma-select-checkbox-icon-color);--plasma-checkbox-trigger-border-width:var(--plasma-select-checkbox-trigger-border-width);--plasma-checkbox-trigger-border-color:var(--plasma-select-checkbox-trigger-border-color);--plasma-checkbox-trigger-border-checked-color:var(--plasma-select-checkbox-trigger-border-checked-color);}
663
+ .Item_styles_1qpfn0s_s1nd9idj__6e0dc038{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-checkbox-fill-color);}
664
+ .Item_styles_1qpfn0s_snb2nsj__6e0dc038{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
665
+ .Item_styles_1qpfn0s_s581hb1__6e0dc038{width:var(--s581hb1-0);height:var(--s581hb1-0);}
666
+ .Item_styles_1qpfn0s_dcgpql7__6e0dc038{margin:var(--plasma-select-disclosure-icon-margin);line-height:0;color:var(--plasma-select-disclosure-icon-color);}.Item_styles_1qpfn0s_dcgpql7__6e0dc038:hover{color:var(--plasma-select-disclosure-icon-color-hover);}
667
+ .Item_styles_1qpfn0s_izzpzvq__6e0dc038{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:none;-ms-flex:none;flex:none;width:var(--izzpzvq-0);height:var(--izzpzvq-0);margin:var(--plasma-select-item-icon-margin);line-height:0;color:var(--plasma-select-checkbox-fill-color);}
668
+ .Item_styles_1qpfn0s_stxu93x__6e0dc038{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
669
+ .Item_styles_1qpfn0s_w1hgpj20__6e0dc038{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:var(--plasma-select-item-height);margin:0;box-sizing:content-box;padding:var(--w1hgpj20-0);font-family:var(--plasma-select-font-family);font-size:var(--plasma-select-font-size);font-style:var(--plasma-select-font-style);font-weight:var(--plasma-select-font-weight);-webkit-letter-spacing:var(--plasma-select-font-letter-spacing);-moz-letter-spacing:var(--plasma-select-font-letter-spacing);-ms-letter-spacing:var(--plasma-select-font-letter-spacing);letter-spacing:var(--plasma-select-font-letter-spacing);line-height:var(--plasma-select-font-line-height);background-color:var(--surface-clear);color:var(--text-primary);border-radius:calc(var(--plasma-select-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-clip:padding-box;position:relative;}.Item_styles_1qpfn0s_w1hgpj20__6e0dc038:hover:not(.Item_styles_1qpfn0s_dropdownItemIsDisabled__6e0dc038){cursor:pointer;background-color:var(--plasma-select-item-background-hover);}.Item_styles_1qpfn0s_w1hgpj20__6e0dc038.Item_styles_1qpfn0s_dropdownItemIsActive__6e0dc038{background-color:var(--plasma-select-item-background-hover);}.Item_styles_1qpfn0s_w1hgpj20__6e0dc038.Item_styles_1qpfn0s_dropdownItemIsDisabled__6e0dc038{opacity:var(--plasma-select-item-disabled-opacity);color:var(--plasma-select-item-disabled-color);cursor:not-allowed;}.Item_styles_1qpfn0s_w1hgpj20__6e0dc038:focus{outline:none;}.Item_styles_1qpfn0s_w1hgpj20__6e0dc038::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:block;box-sizing:content-box;border:0 solid transparent;border-radius:calc(var(--plasma-select-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));-webkit-transition:none;transition:none;pointer-events:none;}.Item_styles_1qpfn0s_w1hgpj20__6e0dc038.Item_styles_1qpfn0s_dropdownItemIsFocused__6e0dc038:before{outline:none;box-shadow:inset 0 0 0 0.0625rem var(--surface-accent);}
666
670
 
667
671
 
668
672
  .SelectAll_styles_ql2mqj_w1r0n22v__b71a8639{position:var(--w1r0n22v-0);z-index:10;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:var(--surface-solid-card);margin-bottom:var(--w1r0n22v-1);border-top-left-radius:calc(var(--plasma-select-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));border-top-right-radius:calc(var(--plasma-select-border-radius) - 0.125rem - var(--plasma-select-dropdown-border-width,0rem));}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.330.0-canary.2071.16161234000.0",
3
+ "version": "0.330.0-canary.2072.16118137593.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",
@@ -137,5 +137,5 @@
137
137
  "sideEffects": [
138
138
  "*.css"
139
139
  ],
140
- "gitHead": "4d431e3ef1838c9825efcd86c019677a75657eda"
140
+ "gitHead": "8894c720a8df8b7d5af26cdcd4a64e263d185ad7"
141
141
  }
@@ -53,7 +53,6 @@ var tokens = {
53
53
  itemIconSizeTight: '--plasma-combobox-item-icon-size-tight',
54
54
  itemIconMargin: '--plasma-combobox-item-icon-margin',
55
55
  itemBackgroundHover: '--plasma-combobox-item-background-hover',
56
- itemIconColor: '--plasma-combobox-item-icon-color',
57
56
  cellPadding: '--plasma-combobox-cell-padding',
58
57
  cellPaddingLeftContent: '--plasma-combobox-cell-padding-left-content',
59
58
  cellPaddingContent: '--plasma-combobox-cell-padding-content',
@@ -71,7 +71,7 @@ var mergedCellConfig = (0, _engines.mergeConfig)(_Cell.cellConfig);
71
71
  var Cell = (0, _engines.component)(mergedCellConfig);
72
72
  var StyledWrapper = _styledcomponents.default.div.withConfig({
73
73
  displayName: "Item.styles__StyledWrapper",
74
- componentId: "sc-15bf1974-0"
74
+ componentId: "sc-85d7faec-0"
75
75
  })([
76
76
  "",
77
77
  ":var(",
@@ -105,13 +105,13 @@ var StyledWrapper = _styledcomponents.default.div.withConfig({
105
105
  ], _Cell.cellTokens.cellTitleColor, _Comboboxtokens.constants.cellTitleColor, _Cell.cellTokens.cellBackgroundColor, _Comboboxtokens.constants.cellBackgroundColor, _Cell.cellTokens.cellPadding, _Comboboxtokens.tokens.cellPadding, _Cell.cellTokens.cellPaddingLeftContent, _Comboboxtokens.tokens.cellPaddingLeftContent, _Cell.cellTokens.cellPaddingContent, _Comboboxtokens.tokens.cellPaddingContent, _Cell.cellTokens.cellPaddingRightContent, _Comboboxtokens.tokens.cellPaddingRightContent, _Cell.cellTokens.cellTextboxGap, _Comboboxtokens.tokens.cellTextboxGap, _Cell.cellTokens.cellGap, _Comboboxtokens.tokens.cellGap, _Cell.cellTokens.cellTitleFontFamily, _Comboboxtokens.tokens.cellTitleFontFamily, _Cell.cellTokens.cellTitleFontSize, _Comboboxtokens.tokens.cellTitleFontSize, _Cell.cellTokens.cellTitleFontStyle, _Comboboxtokens.tokens.cellTitleFontStyle, _Cell.cellTokens.cellTitleFontWeight, _Comboboxtokens.tokens.cellTitleFontWeight, _Cell.cellTokens.cellTitleLetterSpacing, _Comboboxtokens.tokens.cellTitleLetterSpacing, _Cell.cellTokens.cellTitleLineHeight, _Comboboxtokens.tokens.cellTitleLineHeight);
106
106
  var StyledCell = (0, _styledcomponents.default)(Cell).withConfig({
107
107
  displayName: "Item.styles__StyledCell",
108
- componentId: "sc-15bf1974-1"
108
+ componentId: "sc-85d7faec-1"
109
109
  })([
110
110
  ""
111
111
  ]);
112
112
  var StyledCheckbox = (0, _styledcomponents.default)(Checkbox).withConfig({
113
113
  displayName: "Item.styles__StyledCheckbox",
114
- componentId: "sc-15bf1974-2"
114
+ componentId: "sc-85d7faec-2"
115
115
  })([
116
116
  "",
117
117
  ":var(",
@@ -133,21 +133,21 @@ var mergedIndicatorConfig = (0, _engines.mergeConfig)(_Indicator.indicatorConfig
133
133
  var Indicator = (0, _engines.component)(mergedIndicatorConfig);
134
134
  var StyledIndicator = (0, _styledcomponents.default)(Indicator).withConfig({
135
135
  displayName: "Item.styles__StyledIndicator",
136
- componentId: "sc-15bf1974-3"
136
+ componentId: "sc-85d7faec-3"
137
137
  })([
138
138
  "",
139
139
  ":var(",
140
140
  ");",
141
141
  ":var(",
142
142
  ");"
143
- ], _Indicator.indicatorTokens.size, _Comboboxtokens.tokens.indicatorSize, _Indicator.indicatorTokens.color, _Comboboxtokens.tokens.itemIconColor);
143
+ ], _Indicator.indicatorTokens.size, _Comboboxtokens.tokens.indicatorSize, _Indicator.indicatorTokens.color, _Comboboxtokens.tokens.checkboxFillColor);
144
144
  var sizeMap = {
145
145
  xs: '1rem',
146
146
  s: '1.5rem'
147
147
  };
148
148
  var StyledArrow = (0, _styledcomponents.default)(_Icon.IconDisclosureRightCentered).withConfig({
149
149
  displayName: "Item.styles__StyledArrow",
150
- componentId: "sc-15bf1974-4"
150
+ componentId: "sc-85d7faec-4"
151
151
  })([
152
152
  "width:",
153
153
  ";height:",
@@ -161,7 +161,7 @@ var StyledArrow = (0, _styledcomponents.default)(_Icon.IconDisclosureRightCenter
161
161
  });
162
162
  var StyledIconDone = (0, _styledcomponents.default)(_Icon.IconDone).withConfig({
163
163
  displayName: "Item.styles__StyledIconDone",
164
- componentId: "sc-15bf1974-5"
164
+ componentId: "sc-85d7faec-5"
165
165
  })([
166
166
  "width:",
167
167
  ";height:",
@@ -175,19 +175,19 @@ var StyledIconDone = (0, _styledcomponents.default)(_Icon.IconDone).withConfig({
175
175
  });
176
176
  var StyledContentLeft = _styledcomponents.default.div.withConfig({
177
177
  displayName: "Item.styles__StyledContentLeft",
178
- componentId: "sc-15bf1974-6"
178
+ componentId: "sc-85d7faec-6"
179
179
  })([
180
180
  "display:inline-flex;"
181
181
  ]);
182
182
  var StyledContentRight = _styledcomponents.default.div.withConfig({
183
183
  displayName: "Item.styles__StyledContentRight",
184
- componentId: "sc-15bf1974-7"
184
+ componentId: "sc-85d7faec-7"
185
185
  })([
186
186
  "margin-left:auto;display:inline-flex;"
187
187
  ]);
188
188
  var DisclosureIconWrapper = _styledcomponents.default.div.withConfig({
189
189
  displayName: "Item.styles__DisclosureIconWrapper",
190
- componentId: "sc-15bf1974-8"
190
+ componentId: "sc-85d7faec-8"
191
191
  })([
192
192
  "line-height:0;margin:var(",
193
193
  ");color:var(",
@@ -196,7 +196,7 @@ var DisclosureIconWrapper = _styledcomponents.default.div.withConfig({
196
196
  ], _Comboboxtokens.tokens.disclosureIconMargin, _Comboboxtokens.tokens.disclosureIconColor, _Comboboxtokens.tokens.disclosureIconColorHover);
197
197
  var IconWrapper = _styledcomponents.default.div.withConfig({
198
198
  displayName: "Item.styles__IconWrapper",
199
- componentId: "sc-15bf1974-9"
199
+ componentId: "sc-85d7faec-9"
200
200
  })([
201
201
  "display:flex;align-items:center;justify-content:center;flex:none;width:",
202
202
  ";height:",
@@ -209,17 +209,17 @@ var IconWrapper = _styledcomponents.default.div.withConfig({
209
209
  }, function(param) {
210
210
  var variant = param.variant;
211
211
  return "var(".concat(variant === 'tight' ? _Comboboxtokens.tokens.itemIconSizeTight : _Comboboxtokens.tokens.itemIconSize, ")");
212
- }, _Comboboxtokens.tokens.itemIconMargin, _Comboboxtokens.tokens.itemIconColor);
212
+ }, _Comboboxtokens.tokens.itemIconMargin, _Comboboxtokens.tokens.checkboxFillColor);
213
213
  var StyledText = _styledcomponents.default.div.withConfig({
214
214
  displayName: "Item.styles__StyledText",
215
- componentId: "sc-15bf1974-10"
215
+ componentId: "sc-85d7faec-10"
216
216
  })([
217
217
  "",
218
218
  ";flex:1;"
219
219
  ], (0, _mixins.applyEllipsis)());
220
220
  var Wrapper = _styledcomponents.default.li.withConfig({
221
221
  displayName: "Item.styles__Wrapper",
222
- componentId: "sc-15bf1974-11"
222
+ componentId: "sc-85d7faec-11"
223
223
  })([
224
224
  "display:flex;align-items:center;min-height:var(",
225
225
  ");margin:0;box-sizing:content-box;padding:",
@@ -253,7 +253,7 @@ var Wrapper = _styledcomponents.default.li.withConfig({
253
253
  }));
254
254
  var StyledCheckboxWrapper = _styledcomponents.default.span.withConfig({
255
255
  displayName: "Item.styles__StyledCheckboxWrapper",
256
- componentId: "sc-15bf1974-12"
256
+ componentId: "sc-85d7faec-12"
257
257
  })([
258
258
  ""
259
259
  ]);
@@ -53,7 +53,6 @@ var tokens = {
53
53
  itemBackgroundHover: '--plasma-select-item-background-hover',
54
54
  itemDisabledOpacity: '--plasma-select-item-disabled-opacity',
55
55
  itemDisabledColor: '--plasma-select-item-disabled-color',
56
- itemIconColor: '--plasma-select-item-icon-color',
57
56
  cellPadding: '--plasma-select-cell-padding',
58
57
  cellPaddingLeftContent: '--plasma-select-cell-padding-left-content',
59
58
  cellPaddingContent: '--plasma-select-cell-padding-content',
@@ -67,7 +67,7 @@ var mergedIndicatorConfig = (0, _engines.mergeConfig)(_Indicator.indicatorConfig
67
67
  var Indicator = (0, _engines.component)(mergedIndicatorConfig);
68
68
  var StyledWrapper = _styledcomponents.default.div.withConfig({
69
69
  displayName: "Item.styles__StyledWrapper",
70
- componentId: "sc-fcc0b37e-0"
70
+ componentId: "sc-8a3f92ff-0"
71
71
  })([
72
72
  "",
73
73
  ":",
@@ -104,13 +104,13 @@ var StyledWrapper = _styledcomponents.default.div.withConfig({
104
104
  }, _Cell.cellTokens.cellBackgroundColor, _Selecttokens.constants.cellBackgroundColor, _Cell.cellTokens.cellPadding, _Selecttokens.tokens.cellPadding, _Cell.cellTokens.cellPaddingLeftContent, _Selecttokens.tokens.cellPaddingLeftContent, _Cell.cellTokens.cellPaddingContent, _Selecttokens.tokens.cellPaddingContent, _Cell.cellTokens.cellPaddingRightContent, _Selecttokens.tokens.cellPaddingRightContent, _Cell.cellTokens.cellTextboxGap, _Selecttokens.tokens.cellTextboxGap, _Cell.cellTokens.cellGap, _Selecttokens.tokens.cellGap, _Cell.cellTokens.cellTitleFontFamily, _Selecttokens.tokens.cellTitleFontFamily, _Cell.cellTokens.cellTitleFontSize, _Selecttokens.tokens.cellTitleFontSize, _Cell.cellTokens.cellTitleFontStyle, _Selecttokens.tokens.cellTitleFontStyle, _Cell.cellTokens.cellTitleFontWeight, _Selecttokens.tokens.cellTitleFontWeight, _Cell.cellTokens.cellTitleLetterSpacing, _Selecttokens.tokens.cellTitleLetterSpacing, _Cell.cellTokens.cellTitleLineHeight, _Selecttokens.tokens.cellTitleLineHeight);
105
105
  var StyledCell = (0, _styledcomponents.default)(Cell).withConfig({
106
106
  displayName: "Item.styles__StyledCell",
107
- componentId: "sc-fcc0b37e-1"
107
+ componentId: "sc-8a3f92ff-1"
108
108
  })([
109
109
  ""
110
110
  ]);
111
111
  var StyledCheckbox = (0, _styledcomponents.default)(Checkbox).withConfig({
112
112
  displayName: "Item.styles__StyledCheckbox",
113
- componentId: "sc-fcc0b37e-2"
113
+ componentId: "sc-8a3f92ff-2"
114
114
  })([
115
115
  "",
116
116
  ":var(",
@@ -130,21 +130,21 @@ var StyledCheckbox = (0, _styledcomponents.default)(Checkbox).withConfig({
130
130
  ], _Checkbox.checkboxTokens.triggerSize, _Selecttokens.tokens.checkboxTriggerSize, _Checkbox.checkboxTokens.triggerBorderRadius, _Selecttokens.tokens.checkboxTriggerBorderRadius, _Checkbox.checkboxTokens.fillColor, _Selecttokens.tokens.checkboxFillColor, _Checkbox.checkboxTokens.iconColor, _Selecttokens.tokens.checkboxIconColor, _Checkbox.checkboxTokens.triggerBorderWidth, _Selecttokens.tokens.checkboxTriggerBorderWidth, _Checkbox.checkboxTokens.triggerBorderColor, _Selecttokens.tokens.checkboxTriggerBorderColor, _Checkbox.checkboxTokens.triggerBorderCheckedColor, _Selecttokens.tokens.checkboxTriggerBorderCheckedColor);
131
131
  var StyledIndicator = (0, _styledcomponents.default)(Indicator).withConfig({
132
132
  displayName: "Item.styles__StyledIndicator",
133
- componentId: "sc-fcc0b37e-3"
133
+ componentId: "sc-8a3f92ff-3"
134
134
  })([
135
135
  "",
136
136
  ":var(",
137
137
  ");",
138
138
  ":var(",
139
139
  ");"
140
- ], _Indicator.indicatorTokens.size, _Selecttokens.tokens.indicatorSize, _Indicator.indicatorTokens.color, _Selecttokens.tokens.itemIconColor);
140
+ ], _Indicator.indicatorTokens.size, _Selecttokens.tokens.indicatorSize, _Indicator.indicatorTokens.color, _Selecttokens.tokens.checkboxFillColor);
141
141
  var sizeMap = {
142
142
  xs: '1rem',
143
143
  s: '1.5rem'
144
144
  };
145
145
  var StyledArrow = (0, _styledcomponents.default)(_Icon.IconDisclosureRightCentered).withConfig({
146
146
  displayName: "Item.styles__StyledArrow",
147
- componentId: "sc-fcc0b37e-4"
147
+ componentId: "sc-8a3f92ff-4"
148
148
  })([
149
149
  "width:",
150
150
  ";height:",
@@ -158,7 +158,7 @@ var StyledArrow = (0, _styledcomponents.default)(_Icon.IconDisclosureRightCenter
158
158
  });
159
159
  var StyledIconDone = (0, _styledcomponents.default)(_Icon.IconDone).withConfig({
160
160
  displayName: "Item.styles__StyledIconDone",
161
- componentId: "sc-fcc0b37e-5"
161
+ componentId: "sc-8a3f92ff-5"
162
162
  })([
163
163
  "width:",
164
164
  ";height:",
@@ -172,7 +172,7 @@ var StyledIconDone = (0, _styledcomponents.default)(_Icon.IconDone).withConfig({
172
172
  });
173
173
  var DisclosureIconWrapper = _styledcomponents.default.div.withConfig({
174
174
  displayName: "Item.styles__DisclosureIconWrapper",
175
- componentId: "sc-fcc0b37e-6"
175
+ componentId: "sc-8a3f92ff-6"
176
176
  })([
177
177
  "margin:var(",
178
178
  ");line-height:0;color:var(",
@@ -181,7 +181,7 @@ var DisclosureIconWrapper = _styledcomponents.default.div.withConfig({
181
181
  ], _Selecttokens.tokens.disclosureIconMargin, _Selecttokens.tokens.disclosureIconColor, _Selecttokens.tokens.disclosureIconColorHover);
182
182
  var IconWrapper = _styledcomponents.default.div.withConfig({
183
183
  displayName: "Item.styles__IconWrapper",
184
- componentId: "sc-fcc0b37e-7"
184
+ componentId: "sc-8a3f92ff-7"
185
185
  })([
186
186
  "display:flex;align-items:center;justify-content:center;flex:none;width:",
187
187
  ";height:",
@@ -194,17 +194,17 @@ var IconWrapper = _styledcomponents.default.div.withConfig({
194
194
  }, function(param) {
195
195
  var variant = param.variant;
196
196
  return "var(".concat(variant === 'tight' ? _Selecttokens.tokens.itemIconSizeTight : _Selecttokens.tokens.itemIconSize, ")");
197
- }, _Selecttokens.tokens.itemIconMargin, _Selecttokens.tokens.itemIconColor);
197
+ }, _Selecttokens.tokens.itemIconMargin, _Selecttokens.tokens.checkboxFillColor);
198
198
  var StyledText = _styledcomponents.default.div.withConfig({
199
199
  displayName: "Item.styles__StyledText",
200
- componentId: "sc-fcc0b37e-8"
200
+ componentId: "sc-8a3f92ff-8"
201
201
  })([
202
202
  "",
203
203
  ";flex:1;"
204
204
  ], (0, _mixins.applyEllipsis)());
205
205
  var Wrapper = _styledcomponents.default.li.withConfig({
206
206
  displayName: "Item.styles__Wrapper",
207
- componentId: "sc-fcc0b37e-9"
207
+ componentId: "sc-8a3f92ff-9"
208
208
  })([
209
209
  "display:flex;align-items:center;min-height:var(",
210
210
  ");margin:0;box-sizing:content-box;padding:",
@@ -239,7 +239,7 @@ var Wrapper = _styledcomponents.default.li.withConfig({
239
239
  }));
240
240
  var StyledCheckboxWrapper = _styledcomponents.default.span.withConfig({
241
241
  displayName: "Item.styles__StyledCheckboxWrapper",
242
- componentId: "sc-fcc0b37e-10"
242
+ componentId: "sc-8a3f92ff-10"
243
243
  })([
244
244
  ""
245
245
  ]);