@salutejs/plasma-new-hope 0.330.0-canary.2072.16143967683.0 → 0.330.0-canary.2075.16168740445.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 (114) hide show
  1. package/cjs/components/Combobox/ComboboxNew/Combobox.css +12 -12
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  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_80gotw.css → Item.styles_1q0u1o1.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 +1 -0
  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_1qpfn0s.css → Item.styles_1dlmiti.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 +2 -9
  27. package/cjs/components/TextArea/TextArea.js.map +1 -1
  28. package/cjs/components/TextArea/TextArea.styles.js +48 -76
  29. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  30. package/{es/components/TextArea/TextArea.styles_120rz14.css → cjs/components/TextArea/TextArea.styles_exqsyh.css} +1 -1
  31. package/cjs/components/TextArea/ui/Hint/Hint.css +22 -22
  32. package/cjs/index.css +43 -43
  33. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  34. package/emotion/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +26 -26
  35. package/emotion/cjs/components/Select/Select.tokens.js +1 -0
  36. package/emotion/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +22 -22
  37. package/emotion/cjs/components/TextArea/TextArea.js +3 -7
  38. package/emotion/cjs/components/TextArea/TextArea.styles.js +48 -54
  39. package/emotion/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +15 -15
  40. package/emotion/cjs/examples/plasma_b2c/components/Select/Select.config.js +24 -24
  41. package/emotion/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +15 -15
  42. package/emotion/cjs/examples/plasma_web/components/Select/Select.config.js +24 -24
  43. package/emotion/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  44. package/emotion/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +26 -26
  45. package/emotion/es/components/Select/Select.tokens.js +1 -0
  46. package/emotion/es/components/Select/ui/Inner/ui/Item/Item.styles.js +22 -22
  47. package/emotion/es/components/TextArea/TextArea.js +4 -8
  48. package/emotion/es/components/TextArea/TextArea.styles.js +48 -54
  49. package/emotion/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +15 -15
  50. package/emotion/es/examples/plasma_b2c/components/Select/Select.config.js +24 -24
  51. package/emotion/es/examples/plasma_web/components/Combobox/Combobox.config.js +15 -15
  52. package/emotion/es/examples/plasma_web/components/Select/Select.config.js +24 -24
  53. package/es/components/Combobox/ComboboxNew/Combobox.css +12 -12
  54. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  55. package/es/components/Combobox/ComboboxNew/Combobox.tokens.js.map +1 -1
  56. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +12 -12
  57. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +1 -1
  58. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  59. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/{Item.styles_80gotw.css → Item.styles_1q0u1o1.css} +2 -2
  60. package/es/components/Combobox/ComboboxNew/ui/SelectAll/SelectAll.css +12 -12
  61. package/es/components/Combobox/ComboboxNew/ui/VirtualList/VirtualList.css +12 -12
  62. package/es/components/Pagination/Pagination.css +10 -10
  63. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +10 -10
  64. package/es/components/Select/Select.css +10 -10
  65. package/es/components/Select/Select.tokens.js +1 -0
  66. package/es/components/Select/Select.tokens.js.map +1 -1
  67. package/es/components/Select/ui/Inner/Inner.css +10 -10
  68. package/es/components/Select/ui/Inner/ui/Item/Item.styles.js +1 -1
  69. package/es/components/Select/ui/Inner/ui/Item/Item.styles.js.map +1 -1
  70. package/es/components/Select/ui/Inner/ui/Item/{Item.styles_1qpfn0s.css → Item.styles_1dlmiti.css} +2 -2
  71. package/es/components/Select/ui/SelectAll/SelectAll.css +10 -10
  72. package/es/components/Select/ui/VirtualList/VirtualList.css +10 -10
  73. package/es/components/Table/Table.css +10 -10
  74. package/es/components/Table/ui/Cell/Cell.css +10 -10
  75. package/es/components/Table/ui/EditableCell/EditableCell.css +10 -10
  76. package/es/components/Table/ui/HeadCell/HeadCell.css +10 -10
  77. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +10 -10
  78. package/es/components/TextArea/TextArea.js +3 -10
  79. package/es/components/TextArea/TextArea.js.map +1 -1
  80. package/es/components/TextArea/TextArea.styles.js +49 -75
  81. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  82. package/{cjs/components/TextArea/TextArea.styles_120rz14.css → es/components/TextArea/TextArea.styles_exqsyh.css} +1 -1
  83. package/es/components/TextArea/ui/Hint/Hint.css +22 -22
  84. package/es/index.css +43 -43
  85. package/package.json +2 -2
  86. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  87. package/styled-components/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +15 -15
  88. package/styled-components/cjs/components/Select/Select.tokens.js +1 -0
  89. package/styled-components/cjs/components/Select/ui/Inner/ui/Item/Item.styles.js +13 -13
  90. package/styled-components/cjs/components/TextArea/TextArea.js +2 -6
  91. package/styled-components/cjs/components/TextArea/TextArea.styles.js +26 -34
  92. package/styled-components/cjs/examples/plasma_b2c/components/Combobox/Combobox.config.js +32 -28
  93. package/styled-components/cjs/examples/plasma_b2c/components/Select/Select.config.js +74 -40
  94. package/styled-components/cjs/examples/plasma_web/components/Combobox/Combobox.config.js +32 -28
  95. package/styled-components/cjs/examples/plasma_web/components/Select/Select.config.js +74 -40
  96. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.tokens.js +1 -0
  97. package/styled-components/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.js +15 -15
  98. package/styled-components/es/components/Select/Select.tokens.js +1 -0
  99. package/styled-components/es/components/Select/ui/Inner/ui/Item/Item.styles.js +13 -13
  100. package/styled-components/es/components/TextArea/TextArea.js +3 -7
  101. package/styled-components/es/components/TextArea/TextArea.styles.js +26 -34
  102. package/styled-components/es/examples/plasma_b2c/components/Combobox/Combobox.config.js +32 -28
  103. package/styled-components/es/examples/plasma_b2c/components/Select/Select.config.js +74 -40
  104. package/styled-components/es/examples/plasma_web/components/Combobox/Combobox.config.js +32 -28
  105. package/styled-components/es/examples/plasma_web/components/Select/Select.config.js +74 -40
  106. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts +1 -0
  107. package/types/components/Combobox/ComboboxNew/Combobox.tokens.d.ts.map +1 -1
  108. package/types/components/Select/Select.tokens.d.ts +1 -0
  109. package/types/components/Select/Select.tokens.d.ts.map +1 -1
  110. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  111. package/types/components/TextArea/TextArea.styles.d.ts +1 -3
  112. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  113. package/types/components/TextArea/TextArea.types.d.ts +0 -11
  114. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
@@ -103,16 +103,16 @@
103
103
 
104
104
  .CellTextbox_styles_rgpies_cz0uqdu__c842929b{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--plasma-cell-textbox-gap);}
105
105
 
106
- .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;}
107
-
108
- .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);}
109
- .Item_styles_1qpfn0s_s1nd9idj__6e0dc038{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-checkbox-fill-color);}
110
- .Item_styles_1qpfn0s_snb2nsj__6e0dc038{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
111
- .Item_styles_1qpfn0s_s581hb1__6e0dc038{width:var(--s581hb1-0);height:var(--s581hb1-0);}
112
- .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);}
113
- .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);}
114
- .Item_styles_1qpfn0s_stxu93x__6e0dc038{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
115
- .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);}
106
+ .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;}
107
+
108
+ .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);}
109
+ .Item_styles_1dlmiti_s1nd9idj__89f11c6e{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-item-icon-color);}
110
+ .Item_styles_1dlmiti_snb2nsj__89f11c6e{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
111
+ .Item_styles_1dlmiti_s581hb1__89f11c6e{width:var(--s581hb1-0);height:var(--s581hb1-0);}
112
+ .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);}
113
+ .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);}
114
+ .Item_styles_1dlmiti_stxu93x__89f11c6e{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
115
+ .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);}
116
116
 
117
117
 
118
118
  .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));}
@@ -177,16 +177,16 @@
177
177
 
178
178
  .CellTextbox_styles_rgpies_cz0uqdu__c842929b{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--plasma-cell-textbox-gap);}
179
179
 
180
- .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;}
181
-
182
- .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);}
183
- .Item_styles_1qpfn0s_s1nd9idj__6e0dc038{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-checkbox-fill-color);}
184
- .Item_styles_1qpfn0s_snb2nsj__6e0dc038{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
185
- .Item_styles_1qpfn0s_s581hb1__6e0dc038{width:var(--s581hb1-0);height:var(--s581hb1-0);}
186
- .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);}
187
- .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);}
188
- .Item_styles_1qpfn0s_stxu93x__6e0dc038{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
189
- .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);}
180
+ .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;}
181
+
182
+ .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);}
183
+ .Item_styles_1dlmiti_s1nd9idj__89f11c6e{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-item-icon-color);}
184
+ .Item_styles_1dlmiti_snb2nsj__89f11c6e{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
185
+ .Item_styles_1dlmiti_s581hb1__89f11c6e{width:var(--s581hb1-0);height:var(--s581hb1-0);}
186
+ .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);}
187
+ .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);}
188
+ .Item_styles_1dlmiti_stxu93x__89f11c6e{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
189
+ .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);}
190
190
 
191
191
 
192
192
  .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));}
@@ -179,16 +179,16 @@
179
179
 
180
180
  .CellTextbox_styles_rgpies_cz0uqdu__c842929b{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--plasma-cell-textbox-gap);}
181
181
 
182
- .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;}
183
-
184
- .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);}
185
- .Item_styles_1qpfn0s_s1nd9idj__6e0dc038{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-checkbox-fill-color);}
186
- .Item_styles_1qpfn0s_snb2nsj__6e0dc038{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
187
- .Item_styles_1qpfn0s_s581hb1__6e0dc038{width:var(--s581hb1-0);height:var(--s581hb1-0);}
188
- .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);}
189
- .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);}
190
- .Item_styles_1qpfn0s_stxu93x__6e0dc038{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
191
- .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);}
182
+ .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;}
183
+
184
+ .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);}
185
+ .Item_styles_1dlmiti_s1nd9idj__89f11c6e{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-item-icon-color);}
186
+ .Item_styles_1dlmiti_snb2nsj__89f11c6e{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
187
+ .Item_styles_1dlmiti_s581hb1__89f11c6e{width:var(--s581hb1-0);height:var(--s581hb1-0);}
188
+ .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);}
189
+ .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);}
190
+ .Item_styles_1dlmiti_stxu93x__89f11c6e{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
191
+ .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);}
192
192
 
193
193
 
194
194
  .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));}
@@ -190,16 +190,16 @@
190
190
 
191
191
  .CellTextbox_styles_rgpies_cz0uqdu__c842929b{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--plasma-cell-textbox-gap);}
192
192
 
193
- .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;}
194
-
195
- .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);}
196
- .Item_styles_1qpfn0s_s1nd9idj__6e0dc038{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-checkbox-fill-color);}
197
- .Item_styles_1qpfn0s_snb2nsj__6e0dc038{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
198
- .Item_styles_1qpfn0s_s581hb1__6e0dc038{width:var(--s581hb1-0);height:var(--s581hb1-0);}
199
- .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);}
200
- .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);}
201
- .Item_styles_1qpfn0s_stxu93x__6e0dc038{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
202
- .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);}
193
+ .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;}
194
+
195
+ .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);}
196
+ .Item_styles_1dlmiti_s1nd9idj__89f11c6e{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-item-icon-color);}
197
+ .Item_styles_1dlmiti_snb2nsj__89f11c6e{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
198
+ .Item_styles_1dlmiti_s581hb1__89f11c6e{width:var(--s581hb1-0);height:var(--s581hb1-0);}
199
+ .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);}
200
+ .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);}
201
+ .Item_styles_1dlmiti_stxu93x__89f11c6e{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
202
+ .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);}
203
203
 
204
204
 
205
205
  .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));}
@@ -190,16 +190,16 @@
190
190
 
191
191
  .CellTextbox_styles_rgpies_cz0uqdu__c842929b{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--plasma-cell-textbox-gap);}
192
192
 
193
- .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;}
194
-
195
- .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);}
196
- .Item_styles_1qpfn0s_s1nd9idj__6e0dc038{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-checkbox-fill-color);}
197
- .Item_styles_1qpfn0s_snb2nsj__6e0dc038{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
198
- .Item_styles_1qpfn0s_s581hb1__6e0dc038{width:var(--s581hb1-0);height:var(--s581hb1-0);}
199
- .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);}
200
- .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);}
201
- .Item_styles_1qpfn0s_stxu93x__6e0dc038{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
202
- .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);}
193
+ .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;}
194
+
195
+ .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);}
196
+ .Item_styles_1dlmiti_s1nd9idj__89f11c6e{--plasma-indicator-size:var(--plasma-select-indicator-size);--plasma-indicator-color:var(--plasma-select-item-icon-color);}
197
+ .Item_styles_1dlmiti_snb2nsj__89f11c6e{width:var(--snb2nsj-0);height:var(--snb2nsj-0);}
198
+ .Item_styles_1dlmiti_s581hb1__89f11c6e{width:var(--s581hb1-0);height:var(--s581hb1-0);}
199
+ .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);}
200
+ .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);}
201
+ .Item_styles_1dlmiti_stxu93x__89f11c6e{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-flex:1;-ms-flex:1;flex:1;}
202
+ .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);}
203
203
 
204
204
 
205
205
  .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));}
@@ -3,7 +3,7 @@ import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _
3
3
  import React, { forwardRef, useState, useRef, useLayoutEffect, useCallback, createRef } from 'react';
4
4
  import { useForkRef, useResizeObserver } from '@salutejs/plasma-core';
5
5
  import { cx } from '../../utils/index.js';
6
- import { OuterLabelWrapper, StyledIndicatorWrapper, StyledLabel, StyledHintWrapper, StyledIndicator, TitleCaption, StyledContainer, StyledTextAreaWrapper, StyledHeaderSlot, DividerWrapper, Divider, StyledContent, StyledContentWrapper, StyledPlaceholder, StyledTextArea, StyledHiddenTextArea, StyledHelpers, StyledLeftHelper, StyledRightHelper, StyledOutsideHelpersWrapper, StyledOptionalText } from './TextArea.styles.js';
6
+ import { OuterLabelWrapper, StyledIndicatorWrapper, StyledLabel, StyledHintWrapper, StyledIndicator, TitleCaption, StyledContainer, StyledTextAreaWrapper, StyledHeaderSlot, StyledContent, StyledContentWrapper, StyledPlaceholder, StyledTextArea, StyledHiddenTextArea, StyledHelpers, StyledLeftHelper, StyledRightHelper, StyledOutsideHelpersWrapper, StyledOptionalText } from './TextArea.styles.js';
7
7
  import { classes } from './TextArea.tokens.js';
8
8
  import { base as base$2 } from './variations/_view/base.js';
9
9
  import { base as base$1 } from './variations/_size/base.js';
@@ -17,8 +17,7 @@ import { useOutsideClick } from '../../hooks/useOutsideClick.js';
17
17
  import { ROOT_FONT_SIZE, useAutoResize } from './hooks/useAutoResize.js';
18
18
  import { mergeRefs } from '../../utils/setRefList.js';
19
19
 
20
- var _DividerWrapper;
21
- var _excluded = ["helperText", "status", "resize", "headerSlot", "enableHeaderDivider", "applyHeaderDefaultPaddings", "rightHelper", "leftHelper", "leftHelperPlacement", "contentRight", "autoResize", "minAuto", "maxAuto", "label", "labelPlacement", "titleCaption", "placeholder", "defaultValue", "height", "width", "value", "disabled", "required", "requiredPlacement", "hasRequiredIndicator", "optional", "clear", "hasDivider", "size", "view", "id", "style", "className", "readOnly", "rows", "cols", "hintTrigger", "hintText", "hintView", "hintSize", "hintTargetIcon", "hintPlacement", "hintHasArrow", "hintOffset", "hintWidth", "hintContentLeft", "onChange"];
20
+ var _excluded = ["helperText", "status", "resize", "headerSlot", "rightHelper", "leftHelper", "leftHelperPlacement", "contentRight", "autoResize", "minAuto", "maxAuto", "label", "labelPlacement", "titleCaption", "placeholder", "defaultValue", "height", "width", "value", "disabled", "required", "requiredPlacement", "hasRequiredIndicator", "optional", "clear", "hasDivider", "size", "view", "id", "style", "className", "readOnly", "rows", "cols", "hintTrigger", "hintText", "hintView", "hintSize", "hintTargetIcon", "hintPlacement", "hintHasArrow", "hintOffset", "hintWidth", "hintContentLeft", "onChange"];
22
21
  var innerPlaceholderUp = classes.innerPlaceholderUp,
23
22
  focusedOuterPlaceholderColor = classes.focusedOuterPlaceholderColor,
24
23
  hidePlaceHolder = classes.hidePlaceHolder,
@@ -66,10 +65,6 @@ var textAreaRoot = function textAreaRoot(Root) {
66
65
  status = props.status,
67
66
  resize = props.resize,
68
67
  headerSlot = props.headerSlot,
69
- _props$enableHeaderDi = props.enableHeaderDivider,
70
- enableHeaderDivider = _props$enableHeaderDi === void 0 ? true : _props$enableHeaderDi,
71
- _props$applyHeaderDef = props.applyHeaderDefaultPaddings,
72
- applyHeaderDefaultPaddings = _props$applyHeaderDef === void 0 ? true : _props$applyHeaderDef,
73
68
  rightHelper = props.rightHelper,
74
69
  leftHelper = props.leftHelper,
75
70
  _props$leftHelperPlac = props.leftHelperPlacement,
@@ -293,9 +288,7 @@ var textAreaRoot = function textAreaRoot(Root) {
293
288
  className: cx(styledTextAreaWrapper, hasHeader && hasHeaderSlot),
294
289
  hasHelper: hasHelper,
295
290
  hasHeader: hasHeader
296
- }, headerSlot && !clear && /*#__PURE__*/React.createElement(StyledHeaderSlot, {
297
- applyHeaderDefaultPaddings: applyHeaderDefaultPaddings
298
- }, headerSlot, enableHeaderDivider && (_DividerWrapper || (_DividerWrapper = /*#__PURE__*/React.createElement(DividerWrapper, null, /*#__PURE__*/React.createElement(Divider, null))))), contentRight && !hasHeader && /*#__PURE__*/React.createElement(StyledContent, null, contentRight), hasHeader && /*#__PURE__*/React.createElement(StyledContentWrapper, {
291
+ }, headerSlot && !clear && /*#__PURE__*/React.createElement(StyledHeaderSlot, null, headerSlot), contentRight && !hasHeader && /*#__PURE__*/React.createElement(StyledContent, null, contentRight), hasHeader && /*#__PURE__*/React.createElement(StyledContentWrapper, {
299
292
  className: styledContentWrapper,
300
293
  hasHeader: hasHeader
301
294
  }, contentRight && /*#__PURE__*/React.createElement(StyledContent, {
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.js","sources":["../../../src/components/TextArea/TextArea.tsx"],"sourcesContent":["import React, { forwardRef, useState, createRef, useCallback, useRef, MouseEventHandler, useLayoutEffect } from 'react';\nimport { css } from '@linaria/core';\nimport { useForkRef, useResizeObserver } from '@salutejs/plasma-core';\n\nimport { cx, mergeRefs } from '../../utils';\nimport type { RootProps } from '../../engines/types';\nimport { useOutsideClick } from '../../hooks';\n\nimport { applyDynamicLabel } from './mixins';\nimport { useAutoResize, ROOT_FONT_SIZE } from './hooks';\nimport {\n StyledContent,\n StyledHelpers,\n StyledLeftHelper,\n StyledRightHelper,\n StyledLabel,\n StyledPlaceholder,\n StyledTextArea,\n StyledTextAreaWrapper,\n StyledContainer,\n StyledIndicator,\n StyledOptionalText,\n OuterLabelWrapper,\n StyledIndicatorWrapper,\n StyledHintWrapper,\n TitleCaption,\n StyledOutsideHelpersWrapper,\n StyledHiddenTextArea,\n StyledContentWrapper,\n StyledHeaderSlot,\n DividerWrapper,\n Divider,\n} from './TextArea.styles';\nimport { classes } from './TextArea.tokens';\nimport { base as viewCSS } from './variations/_view/base';\nimport { base as sizeCSS } from './variations/_size/base';\nimport { base as clearCSS } from './variations/_clear/base';\nimport { base as readOnlyCSS } from './variations/_read-only/base';\nimport { base as disabledCSS } from './variations/_disabled/base';\nimport { base as hintViewCSS } from './variations/_hint-view/base';\nimport { base as hintSizeCSS } from './variations/_hint-size/base';\nimport type { TextAreaProps, TextAreaRootProps } from './TextArea.types';\nimport { HintComponent } from './ui/Hint/Hint';\n\nconst {\n innerPlaceholderUp,\n focusedOuterPlaceholderColor,\n hidePlaceHolder,\n styledContainer,\n styledTextArea,\n styledTextAreaWrapper,\n styledPlaceholder,\n styledHelpers,\n hasHeaderSlot,\n styledContentWrapper,\n} = classes;\n\nconst optionalText = 'optional';\n\nconst base = css`\n ${applyDynamicLabel};\n\n position: relative;\n box-sizing: border-box;\n`;\n\n// TODO: Удалить после отказа от старых библиотек plasma-web / plasma-b2c\nconst fallbackStatusMap = {\n '': 'primary',\n success: 'positive',\n warning: 'warning',\n error: 'negative',\n};\n\nconst HINT_DEFAULT_OFFSET: [number, number] = [0, 0];\n\n// TODO: Перенести этот метод в файл applyDynamicLabel.ts\nexport const getDynamicLabelClasses = (props: TextAreaProps, focused: boolean) => {\n const { readOnly, label, labelPlacement, rows, value, size } = props;\n\n // Добавить класс отвечающий за изменение цвета плейсхолдера при фокусе\n const withFocusedOuterUpPlaceholder =\n !readOnly && focused && (!label || labelPlacement === 'outer') ? focusedOuterPlaceholderColor : undefined;\n\n // Добавить класс отвечающий за поднятие и уменьшение плейсхолдера\n const withInnerPlaceholderUp =\n labelPlacement === 'inner' &&\n label &&\n !rows &&\n size !== 'xs' &&\n ((!readOnly && (value || focused)) || (readOnly && value))\n ? innerPlaceholderUp\n : undefined;\n\n // Добавить класс отвечающий за скрытие плейсхолдера\n const withHidePlaceholder =\n (value && !label) ||\n (labelPlacement === 'inner' && ((focused && !readOnly) || value) && label && rows) ||\n (labelPlacement === 'outer' && value) ||\n (labelPlacement === 'inner' && size === 'xs' && value)\n ? hidePlaceHolder\n : undefined;\n\n return [withFocusedOuterUpPlaceholder, withInnerPlaceholderUp, withHidePlaceholder];\n};\n\nexport const textAreaRoot = (Root: RootProps<HTMLTextAreaElement, TextAreaRootProps>) =>\n forwardRef<HTMLTextAreaElement, TextAreaProps>((props, innerRef) => {\n const {\n helperText,\n status,\n resize,\n headerSlot,\n enableHeaderDivider = true,\n applyHeaderDefaultPaddings = true,\n rightHelper,\n leftHelper,\n leftHelperPlacement = 'inner',\n contentRight,\n autoResize = false,\n minAuto = 0,\n maxAuto,\n label,\n labelPlacement = 'inner',\n titleCaption,\n placeholder,\n defaultValue,\n height,\n width,\n value,\n disabled,\n required = false,\n requiredPlacement = 'right',\n hasRequiredIndicator = true,\n optional = false,\n clear,\n hasDivider,\n size,\n view,\n id,\n style,\n className,\n readOnly,\n rows,\n cols,\n hintTrigger = 'hover',\n hintText,\n hintView = 'default',\n hintSize = 'm',\n hintTargetIcon,\n hintPlacement = 'auto',\n hintHasArrow,\n hintOffset = HINT_DEFAULT_OFFSET,\n hintWidth,\n hintContentLeft,\n onChange,\n ...rest\n } = props;\n\n const [isHintVisible, setIsHintVisible] = useState(false);\n const [helperWidth, setHelperWidth] = useState<string>(width ? `${width}rem` : '100%');\n const [focused, setFocused] = useState(false);\n // TODO: перенести в общую переменную для value снаружи и внутри\n const [uncontrolledValue, setUncontrolledValue] = useState<string | undefined>();\n\n const outerRef = createRef<HTMLTextAreaElement>();\n const hiddenRef = useRef<HTMLTextAreaElement | null>(null);\n\n const hintRef = useOutsideClick<HTMLDivElement>(() => {\n setIsHintVisible(false);\n });\n const hintInnerRef = useRef<HTMLDivElement>(null);\n const hintForkRef = useForkRef(hintRef, hintInnerRef);\n\n const isInnerLeftHelperPlacement = leftHelperPlacement === 'inner';\n const leftHelperText = leftHelper || helperText;\n const innerOptional = required ? false : optional;\n const hasLeftHelper = Boolean(leftHelper || helperText);\n const hasRightHelper = Boolean(rightHelper);\n const hasHelper = !isInnerLeftHelperPlacement ? hasRightHelper : hasLeftHelper || hasRightHelper;\n const hasOuterLabel = Boolean(label && labelPlacement === 'outer');\n const hasInnerLabel = Boolean(label && labelPlacement === 'inner' && size !== 'xs');\n const hasPlaceholderOptional = innerOptional && !hasOuterLabel;\n const hasHeader = Boolean(headerSlot) && !clear;\n\n const overriddenView = status !== undefined ? fallbackStatusMap[status] : view;\n const textareaHelperId = id ? `${id}-helper` : undefined;\n const applyCustomWidth = resize !== 'horizontal' && resize !== 'both' && !cols;\n const placeholderLabel = hasInnerLabel ? label : placeholder;\n const applyAutoResize = autoResize || Boolean(clear);\n\n const clearClass = clear ? classes.clear : undefined;\n const hasHintClass = hintText ? classes.hasHint : undefined;\n const hasRightContentClass = contentRight ? classes.hasRightContent : undefined;\n const hasDividerClass = hasDivider ? classes.hasDivider : undefined;\n const requiredPlacementClass = requiredPlacement === 'right' ? classes.requiredAlignRight : undefined;\n\n const handleHintShow = () => setIsHintVisible(true);\n const handleHintHide = () => setIsHintVisible(false);\n const handleHintClick: MouseEventHandler = (event) => {\n if (!hintText || hintTrigger !== 'click') {\n return;\n }\n\n event.stopPropagation();\n const targetIsPopover = event.target === hintInnerRef.current;\n const rootHasTarget = hintInnerRef.current?.contains(event.target as Element);\n\n if (!targetIsPopover && !rootHasTarget) {\n setIsHintVisible(true);\n }\n };\n\n useLayoutEffect(() => {\n if (outerRef.current) {\n setUncontrolledValue(outerRef.current.value);\n }\n }, [outerRef]);\n\n useResizeObserver(outerRef, (currentElement) => {\n const { width: inlineWidth } = currentElement.style;\n\n if (inlineWidth || cols) {\n const { width: elementWidth } = currentElement.getBoundingClientRect();\n setHelperWidth(`${elementWidth / ROOT_FONT_SIZE}rem`);\n }\n });\n\n useAutoResize(applyAutoResize, outerRef, value || uncontrolledValue, minAuto, maxAuto, resize, hiddenRef);\n\n const onFocusHandler = useCallback(() => {\n setFocused(true);\n }, []);\n\n const onBlurHandler = useCallback(() => {\n setFocused(false);\n }, []);\n\n const onChangeHandler = useCallback(\n (event: React.ChangeEvent<HTMLTextAreaElement>) => {\n // INFO: Для крайне редких кейсов, когда value снаружи не контролируется\n if (value === undefined) {\n setUncontrolledValue(event?.target.value);\n }\n\n onChange?.(event);\n },\n [value, onChange],\n );\n\n const handleTextAreaFocus = () => {\n if (readOnly || disabled || !outerRef?.current) {\n return;\n }\n\n outerRef.current.focus();\n };\n\n const dynamicLabelClasses = getDynamicLabelClasses(\n {\n size,\n readOnly,\n label,\n labelPlacement,\n value: value || uncontrolledValue || defaultValue,\n rows,\n },\n focused,\n );\n\n const optionalTextNode = innerOptional ? (\n <StyledOptionalText inheritFont={!hasOuterLabel}>\n {Boolean(hasPlaceholderOptional ? placeholderLabel : label) && '\\xa0'}\n {optionalText}\n </StyledOptionalText>\n ) : null;\n\n return (\n <Root\n view={overriddenView}\n size={size}\n disabled={disabled}\n readOnly={readOnly}\n style={{ width: helperWidth, ...style }}\n className={cx(clearClass, hasDividerClass, hasHintClass, className)}\n onClick={handleTextAreaFocus}\n data-root\n {...(hintText && {\n hintView,\n hintSize,\n })}\n >\n {(hasOuterLabel || titleCaption) && (\n <OuterLabelWrapper width={helperWidth} isInnerLabel={labelPlacement === 'inner'}>\n {hasOuterLabel && (\n <StyledIndicatorWrapper>\n <StyledLabel>{label}</StyledLabel>\n\n {hintText && (\n <StyledHintWrapper>\n <HintComponent\n ref={hintForkRef}\n hintText={hintText}\n hintTrigger={hintTrigger}\n isHintVisible={isHintVisible}\n hintTargetIcon={hintTargetIcon}\n hintPlacement={hintPlacement}\n hintHasArrow={hintHasArrow}\n hintOffset={hintOffset}\n hintWidth={hintWidth}\n hintContentLeft={hintContentLeft}\n handleHintShow={handleHintShow}\n handleHintHide={handleHintHide}\n handleHintClick={handleHintClick}\n />\n </StyledHintWrapper>\n )}\n {required && hasRequiredIndicator && (\n <StyledIndicator\n className={cx(\n classes.outerLabelPlacement,\n requiredPlacementClass,\n hasHintClass,\n )}\n />\n )}\n {optionalTextNode}\n </StyledIndicatorWrapper>\n )}\n {titleCaption && <TitleCaption>{titleCaption}</TitleCaption>}\n </OuterLabelWrapper>\n )}\n <StyledContainer\n className={cx(styledContainer, ...dynamicLabelClasses)}\n width={helperWidth}\n onFocus={onFocusHandler}\n onBlur={onBlurHandler}\n >\n {!hasOuterLabel && (\n <>\n {required && hasRequiredIndicator && (\n <StyledIndicator className={cx(classes.innerLabelPlacement, requiredPlacementClass)} />\n )}\n {hintText && (\n <StyledHintWrapper className={classes.innerLabelPlacement}>\n <HintComponent\n ref={hintForkRef}\n hintText={hintText}\n hintTrigger={hintTrigger}\n isHintVisible={isHintVisible}\n hintTargetIcon={hintTargetIcon}\n hintPlacement={hintPlacement}\n hintHasArrow={hintHasArrow}\n hintOffset={hintOffset}\n hintWidth={hintWidth}\n hintContentLeft={hintContentLeft}\n size={size}\n handleHintShow={handleHintShow}\n handleHintHide={handleHintHide}\n handleHintClick={handleHintClick}\n isInnerLabel\n />\n </StyledHintWrapper>\n )}\n </>\n )}\n <StyledTextAreaWrapper\n className={cx(styledTextAreaWrapper, hasHeader && hasHeaderSlot)}\n hasHelper={hasHelper}\n hasHeader={hasHeader}\n >\n {headerSlot && !clear && (\n <StyledHeaderSlot applyHeaderDefaultPaddings={applyHeaderDefaultPaddings}>\n {headerSlot}\n\n {enableHeaderDivider && (\n <DividerWrapper>\n <Divider />\n </DividerWrapper>\n )}\n </StyledHeaderSlot>\n )}\n\n {contentRight && !hasHeader && <StyledContent>{contentRight}</StyledContent>}\n\n {hasHeader && (\n <StyledContentWrapper className={styledContentWrapper} hasHeader={hasHeader}>\n {contentRight && <StyledContent hasHeader={hasHeader}>{contentRight}</StyledContent>}\n {headerSlot && placeholderLabel && (\n <StyledPlaceholder\n hasContentRight={Boolean(contentRight)}\n className={styledPlaceholder}\n htmlFor={id}\n >\n {placeholderLabel}\n {!hasOuterLabel && optionalTextNode}\n </StyledPlaceholder>\n )}\n </StyledContentWrapper>\n )}\n <StyledTextArea\n className={cx(styledTextArea, hasRightContentClass)}\n id={id}\n hasContentRight={Boolean(contentRight)}\n hasHelper={hasHelper}\n applyCustomWidth={applyCustomWidth}\n ref={mergeRefs(outerRef, innerRef)}\n disabled={disabled}\n required={required}\n height={applyAutoResize ? minAuto : height}\n width={width}\n placeholder={placeholderLabel}\n aria-describedby={textareaHelperId}\n value={value}\n readOnly={readOnly}\n rows={rows}\n cols={cols}\n resize={resize}\n defaultValue={defaultValue}\n onChange={onChangeHandler}\n data-tour\n {...rest}\n />\n {applyAutoResize && (\n <StyledHiddenTextArea\n aria-hidden\n ref={hiddenRef}\n hasContentRight={Boolean(contentRight)}\n value={value || uncontrolledValue || ' '}\n defaultValue={defaultValue}\n />\n )}\n </StyledTextAreaWrapper>\n {hasHelper && (\n <StyledHelpers className={styledHelpers} id={textareaHelperId}>\n {isInnerLeftHelperPlacement && (leftHelper || helperText) && (\n <StyledLeftHelper>{leftHelper || helperText}</StyledLeftHelper>\n )}\n {rightHelper && <StyledRightHelper data-root>{rightHelper}</StyledRightHelper>}\n </StyledHelpers>\n )}\n {!hasHeader && placeholderLabel && (\n <StyledPlaceholder\n hasContentRight={Boolean(contentRight)}\n className={styledPlaceholder}\n htmlFor={id}\n >\n {placeholderLabel}\n {!hasOuterLabel && optionalTextNode}\n </StyledPlaceholder>\n )}\n </StyledContainer>\n {hasLeftHelper && !isInnerLeftHelperPlacement && (\n <StyledOutsideHelpersWrapper id={textareaHelperId}>\n <StyledLeftHelper>{leftHelperText}</StyledLeftHelper>\n </StyledOutsideHelpersWrapper>\n )}\n </Root>\n );\n });\n\nexport const textAreaConfig = {\n name: 'TextArea',\n tag: 'div',\n layout: textAreaRoot,\n base,\n variations: {\n size: {\n css: sizeCSS,\n },\n view: {\n css: viewCSS,\n },\n clear: {\n css: clearCSS,\n attrs: true,\n },\n readOnly: {\n css: readOnlyCSS,\n attrs: true,\n },\n disabled: {\n css: disabledCSS,\n attrs: true,\n },\n hintView: {\n css: hintViewCSS,\n },\n hintSize: {\n css: hintSizeCSS,\n },\n },\n defaults: {\n size: 'm',\n view: 'primary',\n },\n};\n"],"names":["innerPlaceholderUp","classes","focusedOuterPlaceholderColor","hidePlaceHolder","styledContainer","styledTextArea","styledTextAreaWrapper","styledPlaceholder","styledHelpers","hasHeaderSlot","styledContentWrapper","optionalText","base","fallbackStatusMap","success","warning","error","HINT_DEFAULT_OFFSET","getDynamicLabelClasses","props","focused","readOnly","label","labelPlacement","rows","value","size","withFocusedOuterUpPlaceholder","undefined","withInnerPlaceholderUp","withHidePlaceholder","textAreaRoot","Root","forwardRef","innerRef","helperText","status","resize","headerSlot","_props$enableHeaderDi","enableHeaderDivider","_props$applyHeaderDef","applyHeaderDefaultPaddings","rightHelper","leftHelper","_props$leftHelperPlac","leftHelperPlacement","contentRight","_props$autoResize","autoResize","_props$minAuto","minAuto","maxAuto","_props$labelPlacement","titleCaption","placeholder","defaultValue","height","width","disabled","_props$required","required","_props$requiredPlacem","requiredPlacement","_props$hasRequiredInd","hasRequiredIndicator","_props$optional","optional","clear","hasDivider","view","id","style","className","cols","_props$hintTrigger","hintTrigger","hintText","_props$hintView","hintView","_props$hintSize","hintSize","hintTargetIcon","_props$hintPlacement","hintPlacement","hintHasArrow","_props$hintOffset","hintOffset","hintWidth","hintContentLeft","onChange","rest","_excluded","_useState","useState","_useState2","_slicedToArray","isHintVisible","setIsHintVisible","_useState3","concat","_useState4","helperWidth","setHelperWidth","_useState5","_useState6","setFocused","_useState7","_useState8","uncontrolledValue","setUncontrolledValue","outerRef","createRef","hiddenRef","useRef","hintRef","useOutsideClick","hintInnerRef","hintForkRef","useForkRef","isInnerLeftHelperPlacement","leftHelperText","innerOptional","hasLeftHelper","Boolean","hasRightHelper","hasHelper","hasOuterLabel","hasInnerLabel","hasPlaceholderOptional","hasHeader","overriddenView","textareaHelperId","applyCustomWidth","placeholderLabel","applyAutoResize","clearClass","hasHintClass","hasHint","hasRightContentClass","hasRightContent","hasDividerClass","requiredPlacementClass","requiredAlignRight","handleHintShow","handleHintHide","handleHintClick","event","_hintInnerRef$current","stopPropagation","targetIsPopover","target","current","rootHasTarget","contains","useLayoutEffect","useResizeObserver","currentElement","inlineWidth","_currentElement$getBo","getBoundingClientRect","elementWidth","ROOT_FONT_SIZE","useAutoResize","onFocusHandler","useCallback","onBlurHandler","onChangeHandler","handleTextAreaFocus","focus","dynamicLabelClasses","optionalTextNode","React","createElement","StyledOptionalText","inheritFont","_extends","_objectSpread","cx","onClick","OuterLabelWrapper","isInnerLabel","StyledIndicatorWrapper","StyledLabel","StyledHintWrapper","HintComponent","ref","StyledIndicator","outerLabelPlacement","TitleCaption","StyledContainer","apply","_toConsumableArray","onFocus","onBlur","Fragment","innerLabelPlacement","StyledTextAreaWrapper","StyledHeaderSlot","_DividerWrapper","DividerWrapper","Divider","StyledContent","StyledContentWrapper","StyledPlaceholder","hasContentRight","htmlFor","StyledTextArea","mergeRefs","StyledHiddenTextArea","StyledHelpers","StyledLeftHelper","StyledRightHelper","StyledOutsideHelpersWrapper","textAreaConfig","name","tag","layout","variations","css","sizeCSS","viewCSS","clearCSS","attrs","readOnlyCSS","disabledCSS","hintViewCSS","hintSizeCSS","defaults"],"mappings":"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"}
1
+ {"version":3,"file":"TextArea.js","sources":["../../../src/components/TextArea/TextArea.tsx"],"sourcesContent":["import React, { forwardRef, useState, createRef, useCallback, useRef, MouseEventHandler, useLayoutEffect } from 'react';\nimport { css } from '@linaria/core';\nimport { useForkRef, useResizeObserver } from '@salutejs/plasma-core';\n\nimport { cx, mergeRefs } from '../../utils';\nimport type { RootProps } from '../../engines/types';\nimport { useOutsideClick } from '../../hooks';\n\nimport { applyDynamicLabel } from './mixins';\nimport { useAutoResize, ROOT_FONT_SIZE } from './hooks';\nimport {\n StyledContent,\n StyledHelpers,\n StyledLeftHelper,\n StyledRightHelper,\n StyledLabel,\n StyledPlaceholder,\n StyledTextArea,\n StyledTextAreaWrapper,\n StyledContainer,\n StyledIndicator,\n StyledOptionalText,\n OuterLabelWrapper,\n StyledIndicatorWrapper,\n StyledHintWrapper,\n TitleCaption,\n StyledOutsideHelpersWrapper,\n StyledHiddenTextArea,\n StyledContentWrapper,\n StyledHeaderSlot,\n} from './TextArea.styles';\nimport { classes } from './TextArea.tokens';\nimport { base as viewCSS } from './variations/_view/base';\nimport { base as sizeCSS } from './variations/_size/base';\nimport { base as clearCSS } from './variations/_clear/base';\nimport { base as readOnlyCSS } from './variations/_read-only/base';\nimport { base as disabledCSS } from './variations/_disabled/base';\nimport { base as hintViewCSS } from './variations/_hint-view/base';\nimport { base as hintSizeCSS } from './variations/_hint-size/base';\nimport type { TextAreaProps, TextAreaRootProps } from './TextArea.types';\nimport { HintComponent } from './ui/Hint/Hint';\n\nconst {\n innerPlaceholderUp,\n focusedOuterPlaceholderColor,\n hidePlaceHolder,\n styledContainer,\n styledTextArea,\n styledTextAreaWrapper,\n styledPlaceholder,\n styledHelpers,\n hasHeaderSlot,\n styledContentWrapper,\n} = classes;\n\nconst optionalText = 'optional';\n\nconst base = css`\n ${applyDynamicLabel};\n\n position: relative;\n box-sizing: border-box;\n`;\n\n// TODO: Удалить после отказа от старых библиотек plasma-web / plasma-b2c\nconst fallbackStatusMap = {\n '': 'primary',\n success: 'positive',\n warning: 'warning',\n error: 'negative',\n};\n\nconst HINT_DEFAULT_OFFSET: [number, number] = [0, 0];\n\n// TODO: Перенести этот метод в файл applyDynamicLabel.ts\nexport const getDynamicLabelClasses = (props: TextAreaProps, focused: boolean) => {\n const { readOnly, label, labelPlacement, rows, value, size } = props;\n\n // Добавить класс отвечающий за изменение цвета плейсхолдера при фокусе\n const withFocusedOuterUpPlaceholder =\n !readOnly && focused && (!label || labelPlacement === 'outer') ? focusedOuterPlaceholderColor : undefined;\n\n // Добавить класс отвечающий за поднятие и уменьшение плейсхолдера\n const withInnerPlaceholderUp =\n labelPlacement === 'inner' &&\n label &&\n !rows &&\n size !== 'xs' &&\n ((!readOnly && (value || focused)) || (readOnly && value))\n ? innerPlaceholderUp\n : undefined;\n\n // Добавить класс отвечающий за скрытие плейсхолдера\n const withHidePlaceholder =\n (value && !label) ||\n (labelPlacement === 'inner' && ((focused && !readOnly) || value) && label && rows) ||\n (labelPlacement === 'outer' && value) ||\n (labelPlacement === 'inner' && size === 'xs' && value)\n ? hidePlaceHolder\n : undefined;\n\n return [withFocusedOuterUpPlaceholder, withInnerPlaceholderUp, withHidePlaceholder];\n};\n\nexport const textAreaRoot = (Root: RootProps<HTMLTextAreaElement, TextAreaRootProps>) =>\n forwardRef<HTMLTextAreaElement, TextAreaProps>((props, innerRef) => {\n const {\n helperText,\n status,\n resize,\n headerSlot,\n rightHelper,\n leftHelper,\n leftHelperPlacement = 'inner',\n contentRight,\n autoResize = false,\n minAuto = 0,\n maxAuto,\n label,\n labelPlacement = 'inner',\n titleCaption,\n placeholder,\n defaultValue,\n height,\n width,\n value,\n disabled,\n required = false,\n requiredPlacement = 'right',\n hasRequiredIndicator = true,\n optional = false,\n clear,\n hasDivider,\n size,\n view,\n id,\n style,\n className,\n readOnly,\n rows,\n cols,\n hintTrigger = 'hover',\n hintText,\n hintView = 'default',\n hintSize = 'm',\n hintTargetIcon,\n hintPlacement = 'auto',\n hintHasArrow,\n hintOffset = HINT_DEFAULT_OFFSET,\n hintWidth,\n hintContentLeft,\n onChange,\n ...rest\n } = props;\n\n const [isHintVisible, setIsHintVisible] = useState(false);\n const [helperWidth, setHelperWidth] = useState<string>(width ? `${width}rem` : '100%');\n const [focused, setFocused] = useState(false);\n // TODO: перенести в общую переменную для value снаружи и внутри\n const [uncontrolledValue, setUncontrolledValue] = useState<string | undefined>();\n\n const outerRef = createRef<HTMLTextAreaElement>();\n const hiddenRef = useRef<HTMLTextAreaElement | null>(null);\n\n const hintRef = useOutsideClick<HTMLDivElement>(() => {\n setIsHintVisible(false);\n });\n const hintInnerRef = useRef<HTMLDivElement>(null);\n const hintForkRef = useForkRef(hintRef, hintInnerRef);\n\n const isInnerLeftHelperPlacement = leftHelperPlacement === 'inner';\n const leftHelperText = leftHelper || helperText;\n const innerOptional = required ? false : optional;\n const hasLeftHelper = Boolean(leftHelper || helperText);\n const hasRightHelper = Boolean(rightHelper);\n const hasHelper = !isInnerLeftHelperPlacement ? hasRightHelper : hasLeftHelper || hasRightHelper;\n const hasOuterLabel = Boolean(label && labelPlacement === 'outer');\n const hasInnerLabel = Boolean(label && labelPlacement === 'inner' && size !== 'xs');\n const hasPlaceholderOptional = innerOptional && !hasOuterLabel;\n const hasHeader = Boolean(headerSlot) && !clear;\n\n const overriddenView = status !== undefined ? fallbackStatusMap[status] : view;\n const textareaHelperId = id ? `${id}-helper` : undefined;\n const applyCustomWidth = resize !== 'horizontal' && resize !== 'both' && !cols;\n const placeholderLabel = hasInnerLabel ? label : placeholder;\n const applyAutoResize = autoResize || Boolean(clear);\n\n const clearClass = clear ? classes.clear : undefined;\n const hasHintClass = hintText ? classes.hasHint : undefined;\n const hasRightContentClass = contentRight ? classes.hasRightContent : undefined;\n const hasDividerClass = hasDivider ? classes.hasDivider : undefined;\n const requiredPlacementClass = requiredPlacement === 'right' ? classes.requiredAlignRight : undefined;\n\n const handleHintShow = () => setIsHintVisible(true);\n const handleHintHide = () => setIsHintVisible(false);\n const handleHintClick: MouseEventHandler = (event) => {\n if (!hintText || hintTrigger !== 'click') {\n return;\n }\n\n event.stopPropagation();\n const targetIsPopover = event.target === hintInnerRef.current;\n const rootHasTarget = hintInnerRef.current?.contains(event.target as Element);\n\n if (!targetIsPopover && !rootHasTarget) {\n setIsHintVisible(true);\n }\n };\n\n useLayoutEffect(() => {\n if (outerRef.current) {\n setUncontrolledValue(outerRef.current.value);\n }\n }, [outerRef]);\n\n useResizeObserver(outerRef, (currentElement) => {\n const { width: inlineWidth } = currentElement.style;\n\n if (inlineWidth || cols) {\n const { width: elementWidth } = currentElement.getBoundingClientRect();\n setHelperWidth(`${elementWidth / ROOT_FONT_SIZE}rem`);\n }\n });\n\n useAutoResize(applyAutoResize, outerRef, value || uncontrolledValue, minAuto, maxAuto, resize, hiddenRef);\n\n const onFocusHandler = useCallback(() => {\n setFocused(true);\n }, []);\n\n const onBlurHandler = useCallback(() => {\n setFocused(false);\n }, []);\n\n const onChangeHandler = useCallback(\n (event: React.ChangeEvent<HTMLTextAreaElement>) => {\n // INFO: Для крайне редких кейсов, когда value снаружи не контролируется\n if (value === undefined) {\n setUncontrolledValue(event?.target.value);\n }\n\n onChange?.(event);\n },\n [value, onChange],\n );\n\n const handleTextAreaFocus = () => {\n if (readOnly || disabled || !outerRef?.current) {\n return;\n }\n\n outerRef.current.focus();\n };\n\n const dynamicLabelClasses = getDynamicLabelClasses(\n {\n size,\n readOnly,\n label,\n labelPlacement,\n value: value || uncontrolledValue || defaultValue,\n rows,\n },\n focused,\n );\n\n const optionalTextNode = innerOptional ? (\n <StyledOptionalText inheritFont={!hasOuterLabel}>\n {Boolean(hasPlaceholderOptional ? placeholderLabel : label) && '\\xa0'}\n {optionalText}\n </StyledOptionalText>\n ) : null;\n\n return (\n <Root\n view={overriddenView}\n size={size}\n disabled={disabled}\n readOnly={readOnly}\n style={{ width: helperWidth, ...style }}\n className={cx(clearClass, hasDividerClass, hasHintClass, className)}\n onClick={handleTextAreaFocus}\n data-root\n {...(hintText && {\n hintView,\n hintSize,\n })}\n >\n {(hasOuterLabel || titleCaption) && (\n <OuterLabelWrapper width={helperWidth} isInnerLabel={labelPlacement === 'inner'}>\n {hasOuterLabel && (\n <StyledIndicatorWrapper>\n <StyledLabel>{label}</StyledLabel>\n\n {hintText && (\n <StyledHintWrapper>\n <HintComponent\n ref={hintForkRef}\n hintText={hintText}\n hintTrigger={hintTrigger}\n isHintVisible={isHintVisible}\n hintTargetIcon={hintTargetIcon}\n hintPlacement={hintPlacement}\n hintHasArrow={hintHasArrow}\n hintOffset={hintOffset}\n hintWidth={hintWidth}\n hintContentLeft={hintContentLeft}\n handleHintShow={handleHintShow}\n handleHintHide={handleHintHide}\n handleHintClick={handleHintClick}\n />\n </StyledHintWrapper>\n )}\n {required && hasRequiredIndicator && (\n <StyledIndicator\n className={cx(\n classes.outerLabelPlacement,\n requiredPlacementClass,\n hasHintClass,\n )}\n />\n )}\n {optionalTextNode}\n </StyledIndicatorWrapper>\n )}\n {titleCaption && <TitleCaption>{titleCaption}</TitleCaption>}\n </OuterLabelWrapper>\n )}\n <StyledContainer\n className={cx(styledContainer, ...dynamicLabelClasses)}\n width={helperWidth}\n onFocus={onFocusHandler}\n onBlur={onBlurHandler}\n >\n {!hasOuterLabel && (\n <>\n {required && hasRequiredIndicator && (\n <StyledIndicator className={cx(classes.innerLabelPlacement, requiredPlacementClass)} />\n )}\n {hintText && (\n <StyledHintWrapper className={classes.innerLabelPlacement}>\n <HintComponent\n ref={hintForkRef}\n hintText={hintText}\n hintTrigger={hintTrigger}\n isHintVisible={isHintVisible}\n hintTargetIcon={hintTargetIcon}\n hintPlacement={hintPlacement}\n hintHasArrow={hintHasArrow}\n hintOffset={hintOffset}\n hintWidth={hintWidth}\n hintContentLeft={hintContentLeft}\n size={size}\n handleHintShow={handleHintShow}\n handleHintHide={handleHintHide}\n handleHintClick={handleHintClick}\n isInnerLabel\n />\n </StyledHintWrapper>\n )}\n </>\n )}\n <StyledTextAreaWrapper\n className={cx(styledTextAreaWrapper, hasHeader && hasHeaderSlot)}\n hasHelper={hasHelper}\n hasHeader={hasHeader}\n >\n {headerSlot && !clear && <StyledHeaderSlot>{headerSlot}</StyledHeaderSlot>}\n\n {contentRight && !hasHeader && <StyledContent>{contentRight}</StyledContent>}\n\n {hasHeader && (\n <StyledContentWrapper className={styledContentWrapper} hasHeader={hasHeader}>\n {contentRight && <StyledContent hasHeader={hasHeader}>{contentRight}</StyledContent>}\n {headerSlot && placeholderLabel && (\n <StyledPlaceholder\n hasContentRight={Boolean(contentRight)}\n className={styledPlaceholder}\n htmlFor={id}\n >\n {placeholderLabel}\n {!hasOuterLabel && optionalTextNode}\n </StyledPlaceholder>\n )}\n </StyledContentWrapper>\n )}\n <StyledTextArea\n className={cx(styledTextArea, hasRightContentClass)}\n id={id}\n hasContentRight={Boolean(contentRight)}\n hasHelper={hasHelper}\n applyCustomWidth={applyCustomWidth}\n ref={mergeRefs(outerRef, innerRef)}\n disabled={disabled}\n required={required}\n height={applyAutoResize ? minAuto : height}\n width={width}\n placeholder={placeholderLabel}\n aria-describedby={textareaHelperId}\n value={value}\n readOnly={readOnly}\n rows={rows}\n cols={cols}\n resize={resize}\n defaultValue={defaultValue}\n onChange={onChangeHandler}\n data-tour\n {...rest}\n />\n {applyAutoResize && (\n <StyledHiddenTextArea\n aria-hidden\n ref={hiddenRef}\n hasContentRight={Boolean(contentRight)}\n value={value || uncontrolledValue || ' '}\n defaultValue={defaultValue}\n />\n )}\n </StyledTextAreaWrapper>\n {hasHelper && (\n <StyledHelpers className={styledHelpers} id={textareaHelperId}>\n {isInnerLeftHelperPlacement && (leftHelper || helperText) && (\n <StyledLeftHelper>{leftHelper || helperText}</StyledLeftHelper>\n )}\n {rightHelper && <StyledRightHelper data-root>{rightHelper}</StyledRightHelper>}\n </StyledHelpers>\n )}\n {!hasHeader && placeholderLabel && (\n <StyledPlaceholder\n hasContentRight={Boolean(contentRight)}\n className={styledPlaceholder}\n htmlFor={id}\n >\n {placeholderLabel}\n {!hasOuterLabel && optionalTextNode}\n </StyledPlaceholder>\n )}\n </StyledContainer>\n {hasLeftHelper && !isInnerLeftHelperPlacement && (\n <StyledOutsideHelpersWrapper id={textareaHelperId}>\n <StyledLeftHelper>{leftHelperText}</StyledLeftHelper>\n </StyledOutsideHelpersWrapper>\n )}\n </Root>\n );\n });\n\nexport const textAreaConfig = {\n name: 'TextArea',\n tag: 'div',\n layout: textAreaRoot,\n base,\n variations: {\n size: {\n css: sizeCSS,\n },\n view: {\n css: viewCSS,\n },\n clear: {\n css: clearCSS,\n attrs: true,\n },\n readOnly: {\n css: readOnlyCSS,\n attrs: true,\n },\n disabled: {\n css: disabledCSS,\n attrs: true,\n },\n hintView: {\n css: hintViewCSS,\n },\n hintSize: {\n css: hintSizeCSS,\n },\n },\n defaults: {\n size: 'm',\n view: 'primary',\n },\n};\n"],"names":["innerPlaceholderUp","classes","focusedOuterPlaceholderColor","hidePlaceHolder","styledContainer","styledTextArea","styledTextAreaWrapper","styledPlaceholder","styledHelpers","hasHeaderSlot","styledContentWrapper","optionalText","base","fallbackStatusMap","success","warning","error","HINT_DEFAULT_OFFSET","getDynamicLabelClasses","props","focused","readOnly","label","labelPlacement","rows","value","size","withFocusedOuterUpPlaceholder","undefined","withInnerPlaceholderUp","withHidePlaceholder","textAreaRoot","Root","forwardRef","innerRef","helperText","status","resize","headerSlot","rightHelper","leftHelper","_props$leftHelperPlac","leftHelperPlacement","contentRight","_props$autoResize","autoResize","_props$minAuto","minAuto","maxAuto","_props$labelPlacement","titleCaption","placeholder","defaultValue","height","width","disabled","_props$required","required","_props$requiredPlacem","requiredPlacement","_props$hasRequiredInd","hasRequiredIndicator","_props$optional","optional","clear","hasDivider","view","id","style","className","cols","_props$hintTrigger","hintTrigger","hintText","_props$hintView","hintView","_props$hintSize","hintSize","hintTargetIcon","_props$hintPlacement","hintPlacement","hintHasArrow","_props$hintOffset","hintOffset","hintWidth","hintContentLeft","onChange","rest","_excluded","_useState","useState","_useState2","_slicedToArray","isHintVisible","setIsHintVisible","_useState3","concat","_useState4","helperWidth","setHelperWidth","_useState5","_useState6","setFocused","_useState7","_useState8","uncontrolledValue","setUncontrolledValue","outerRef","createRef","hiddenRef","useRef","hintRef","useOutsideClick","hintInnerRef","hintForkRef","useForkRef","isInnerLeftHelperPlacement","leftHelperText","innerOptional","hasLeftHelper","Boolean","hasRightHelper","hasHelper","hasOuterLabel","hasInnerLabel","hasPlaceholderOptional","hasHeader","overriddenView","textareaHelperId","applyCustomWidth","placeholderLabel","applyAutoResize","clearClass","hasHintClass","hasHint","hasRightContentClass","hasRightContent","hasDividerClass","requiredPlacementClass","requiredAlignRight","handleHintShow","handleHintHide","handleHintClick","event","_hintInnerRef$current","stopPropagation","targetIsPopover","target","current","rootHasTarget","contains","useLayoutEffect","useResizeObserver","currentElement","inlineWidth","_currentElement$getBo","getBoundingClientRect","elementWidth","ROOT_FONT_SIZE","useAutoResize","onFocusHandler","useCallback","onBlurHandler","onChangeHandler","handleTextAreaFocus","focus","dynamicLabelClasses","optionalTextNode","React","createElement","StyledOptionalText","inheritFont","_extends","_objectSpread","cx","onClick","OuterLabelWrapper","isInnerLabel","StyledIndicatorWrapper","StyledLabel","StyledHintWrapper","HintComponent","ref","StyledIndicator","outerLabelPlacement","TitleCaption","StyledContainer","apply","_toConsumableArray","onFocus","onBlur","Fragment","innerLabelPlacement","StyledTextAreaWrapper","StyledHeaderSlot","StyledContent","StyledContentWrapper","StyledPlaceholder","hasContentRight","htmlFor","StyledTextArea","mergeRefs","StyledHiddenTextArea","StyledHelpers","StyledLeftHelper","StyledRightHelper","StyledOutsideHelpersWrapper","textAreaConfig","name","tag","layout","variations","css","sizeCSS","viewCSS","clearCSS","attrs","readOnlyCSS","disabledCSS","hintViewCSS","hintSizeCSS","defaults"],"mappings":"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"}