@salutejs/plasma-new-hope 0.249.0-canary.1730.13035830009.0 → 0.249.0-dev.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 (138) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +30 -30
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.css +30 -30
  3. package/cjs/components/DatePicker/RangeDate/RangeDate.css +30 -30
  4. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +30 -30
  5. package/cjs/components/DatePicker/SingleDate/SingleDate.css +30 -30
  6. package/cjs/components/Pagination/Pagination.css +30 -30
  7. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +30 -30
  8. package/cjs/components/Portal/Portal.js +5 -1
  9. package/cjs/components/Portal/Portal.js.map +1 -1
  10. package/cjs/components/Range/Range.css +30 -30
  11. package/cjs/components/Segment/tokens.js +1 -0
  12. package/cjs/components/Segment/tokens.js.map +1 -1
  13. package/cjs/components/Segment/ui/SegmentItem/SegmentItem.css +2 -2
  14. package/cjs/components/Segment/ui/SegmentItem/variations/_size/base.js +1 -1
  15. package/cjs/components/Segment/ui/SegmentItem/variations/_size/base.js.map +1 -1
  16. package/cjs/components/Segment/ui/SegmentItem/variations/_size/{base_7kjuok.css → base_ww4ugz.css} +1 -1
  17. package/cjs/components/Segment/ui/SegmentItem/variations/_view/base.js +1 -1
  18. package/cjs/components/Segment/ui/SegmentItem/variations/_view/base.js.map +1 -1
  19. package/{es/components/Segment/ui/SegmentItem/variations/_view/base_dettiq.css → cjs/components/Segment/ui/SegmentItem/variations/_view/base_1gbqhvi.css} +1 -1
  20. package/cjs/components/Select/Select.css +30 -30
  21. package/cjs/components/Select/ui/Target/Target.css +30 -30
  22. package/cjs/components/Select/ui/Target/ui/Textfield/Textfield.css +30 -30
  23. package/cjs/components/Slider/Slider.css +30 -30
  24. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +30 -30
  25. package/cjs/components/TextField/TextField.styles.js +42 -42
  26. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  27. package/cjs/components/TextField/TextField.styles_kh1zhz.css +22 -0
  28. package/cjs/components/TextField/ui/Hint/Hint.css +20 -20
  29. package/cjs/components/TextField/variations/_clear/base.js +1 -1
  30. package/cjs/components/TextField/variations/_clear/base_gm5pwg.css +1 -0
  31. package/cjs/components/TextField/variations/_disabled/base.js +1 -1
  32. package/cjs/components/TextField/variations/_disabled/{base_2tv0nz.css → base_4d3opa.css} +1 -1
  33. package/cjs/components/TextField/variations/_hint-size/base.js +1 -1
  34. package/cjs/components/TextField/variations/_hint-size/{base_z7a2uf.css → base_1x99605.css} +1 -1
  35. package/cjs/components/TextField/variations/_hint-view/base.js +1 -1
  36. package/cjs/components/TextField/variations/_hint-view/{base_1htnb8e.css → base_l8etux.css} +1 -1
  37. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  38. package/cjs/components/TextField/variations/_label-placement/base_if7w35.css +1 -0
  39. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  40. package/cjs/components/TextField/variations/_read-only/base_17ypmu7.css +1 -0
  41. package/cjs/components/TextField/variations/_size/base.js +1 -1
  42. package/cjs/components/TextField/variations/_size/base_7va3kt.css +1 -0
  43. package/cjs/components/TextField/variations/_view/base.js +1 -1
  44. package/cjs/components/TextField/variations/_view/base_1uzaktg.css +1 -0
  45. package/cjs/components/TextFieldGroup/TextFieldGroup.css +1 -1
  46. package/cjs/components/TextFieldGroup/variations/_shape/base.js +1 -1
  47. package/cjs/components/TextFieldGroup/variations/_shape/base_52bndd.css +1 -0
  48. package/cjs/index.css +31 -31
  49. package/emotion/cjs/components/Portal/Portal.js +5 -1
  50. package/emotion/cjs/components/Segment/tokens.js +1 -0
  51. package/emotion/cjs/components/Segment/ui/SegmentItem/variations/_size/base.js +1 -1
  52. package/emotion/cjs/components/Segment/ui/SegmentItem/variations/_view/base.js +1 -1
  53. package/emotion/cjs/components/TextField/TextField.styles.js +44 -45
  54. package/emotion/es/components/Portal/Portal.js +5 -1
  55. package/emotion/es/components/Segment/tokens.js +1 -0
  56. package/emotion/es/components/Segment/ui/SegmentItem/variations/_size/base.js +2 -2
  57. package/emotion/es/components/Segment/ui/SegmentItem/variations/_view/base.js +1 -1
  58. package/emotion/es/components/TextField/TextField.styles.js +44 -45
  59. package/es/components/Autocomplete/Autocomplete.css +30 -30
  60. package/es/components/Combobox/ComboboxNew/Combobox.css +30 -30
  61. package/es/components/DatePicker/RangeDate/RangeDate.css +30 -30
  62. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +30 -30
  63. package/es/components/DatePicker/SingleDate/SingleDate.css +30 -30
  64. package/es/components/Pagination/Pagination.css +30 -30
  65. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +30 -30
  66. package/es/components/Portal/Portal.js +5 -1
  67. package/es/components/Portal/Portal.js.map +1 -1
  68. package/es/components/Range/Range.css +30 -30
  69. package/es/components/Segment/tokens.js +1 -0
  70. package/es/components/Segment/tokens.js.map +1 -1
  71. package/es/components/Segment/ui/SegmentItem/SegmentItem.css +2 -2
  72. package/es/components/Segment/ui/SegmentItem/variations/_size/base.js +1 -1
  73. package/es/components/Segment/ui/SegmentItem/variations/_size/base.js.map +1 -1
  74. package/es/components/Segment/ui/SegmentItem/variations/_size/{base_7kjuok.css → base_ww4ugz.css} +1 -1
  75. package/es/components/Segment/ui/SegmentItem/variations/_view/base.js +1 -1
  76. package/es/components/Segment/ui/SegmentItem/variations/_view/base.js.map +1 -1
  77. package/{cjs/components/Segment/ui/SegmentItem/variations/_view/base_dettiq.css → es/components/Segment/ui/SegmentItem/variations/_view/base_1gbqhvi.css} +1 -1
  78. package/es/components/Select/Select.css +30 -30
  79. package/es/components/Select/ui/Target/Target.css +30 -30
  80. package/es/components/Select/ui/Target/ui/Textfield/Textfield.css +30 -30
  81. package/es/components/Slider/Slider.css +30 -30
  82. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.css +30 -30
  83. package/es/components/TextField/TextField.styles.js +42 -42
  84. package/es/components/TextField/TextField.styles.js.map +1 -1
  85. package/es/components/TextField/TextField.styles_kh1zhz.css +22 -0
  86. package/es/components/TextField/ui/Hint/Hint.css +20 -20
  87. package/es/components/TextField/variations/_clear/base.js +1 -1
  88. package/es/components/TextField/variations/_clear/base_gm5pwg.css +1 -0
  89. package/es/components/TextField/variations/_disabled/base.js +1 -1
  90. package/es/components/TextField/variations/_disabled/{base_2tv0nz.css → base_4d3opa.css} +1 -1
  91. package/es/components/TextField/variations/_hint-size/base.js +1 -1
  92. package/es/components/TextField/variations/_hint-size/{base_z7a2uf.css → base_1x99605.css} +1 -1
  93. package/es/components/TextField/variations/_hint-view/base.js +1 -1
  94. package/es/components/TextField/variations/_hint-view/{base_1htnb8e.css → base_l8etux.css} +1 -1
  95. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  96. package/es/components/TextField/variations/_label-placement/base_if7w35.css +1 -0
  97. package/es/components/TextField/variations/_read-only/base.js +1 -1
  98. package/es/components/TextField/variations/_read-only/base_17ypmu7.css +1 -0
  99. package/es/components/TextField/variations/_size/base.js +1 -1
  100. package/es/components/TextField/variations/_size/base_7va3kt.css +1 -0
  101. package/es/components/TextField/variations/_view/base.js +1 -1
  102. package/es/components/TextField/variations/_view/base_1uzaktg.css +1 -0
  103. package/es/components/TextFieldGroup/TextFieldGroup.css +1 -1
  104. package/es/components/TextFieldGroup/variations/_shape/base.js +1 -1
  105. package/es/components/TextFieldGroup/variations/_shape/base_52bndd.css +1 -0
  106. package/es/index.css +31 -31
  107. package/package.json +2 -2
  108. package/styled-components/cjs/components/Portal/Portal.js +5 -1
  109. package/styled-components/cjs/components/Segment/tokens.js +1 -0
  110. package/styled-components/cjs/components/Segment/ui/SegmentItem/variations/_size/base.js +1 -1
  111. package/styled-components/cjs/components/Segment/ui/SegmentItem/variations/_view/base.js +1 -1
  112. package/styled-components/cjs/components/TextField/TextField.styles.js +22 -23
  113. package/styled-components/es/components/Portal/Portal.js +5 -1
  114. package/styled-components/es/components/Segment/tokens.js +1 -0
  115. package/styled-components/es/components/Segment/ui/SegmentItem/variations/_size/base.js +2 -2
  116. package/styled-components/es/components/Segment/ui/SegmentItem/variations/_view/base.js +1 -1
  117. package/styled-components/es/components/TextField/TextField.styles.js +22 -23
  118. package/types/components/Portal/Portal.d.ts.map +1 -1
  119. package/types/components/Segment/tokens.d.ts +1 -0
  120. package/types/components/Segment/tokens.d.ts.map +1 -1
  121. package/types/components/Segment/ui/SegmentItem/variations/_size/base.d.ts.map +1 -1
  122. package/types/components/Segment/ui/SegmentItem/variations/_view/base.d.ts.map +1 -1
  123. package/types/components/TextField/TextField.styles.d.ts +1 -1
  124. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  125. package/cjs/components/TextField/TextField.styles_1cdp5eg.css +0 -22
  126. package/cjs/components/TextField/variations/_clear/base_appgl3.css +0 -1
  127. package/cjs/components/TextField/variations/_label-placement/base_jfnl8i.css +0 -1
  128. package/cjs/components/TextField/variations/_read-only/base_oizdmx.css +0 -1
  129. package/cjs/components/TextField/variations/_size/base_uulqii.css +0 -1
  130. package/cjs/components/TextField/variations/_view/base_1npz45o.css +0 -1
  131. package/cjs/components/TextFieldGroup/variations/_shape/base_1e0je21.css +0 -1
  132. package/es/components/TextField/TextField.styles_1cdp5eg.css +0 -22
  133. package/es/components/TextField/variations/_clear/base_appgl3.css +0 -1
  134. package/es/components/TextField/variations/_label-placement/base_jfnl8i.css +0 -1
  135. package/es/components/TextField/variations/_read-only/base_oizdmx.css +0 -1
  136. package/es/components/TextField/variations/_size/base_uulqii.css +0 -1
  137. package/es/components/TextField/variations/_view/base_1npz45o.css +0 -1
  138. package/es/components/TextFieldGroup/variations/_shape/base_1e0je21.css +0 -1
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import ReactDOM from 'react-dom';
3
+ import { canUseDOM } from '../../utils';
3
4
  /**
4
5
  * Вспомогательный компонент. Используется в Popup, Popover.
5
6
  * Представляет собой ReactDOM.createPortal() в форме компонента.
@@ -9,6 +10,9 @@ export var Portal = function Portal(_ref) {
9
10
  container = _ref.container,
10
11
  _ref$disabled = _ref.disabled,
11
12
  disabled = _ref$disabled === void 0 ? false : _ref$disabled;
13
+ if (!canUseDOM) {
14
+ return null;
15
+ }
12
16
  var portalContainer = typeof container === 'function' ? container() : container;
13
- return /*#__PURE__*/React.createElement(React.Fragment, null, disabled || !portalContainer ? children : /*#__PURE__*/ReactDOM.createPortal(children, portalContainer));
17
+ return /*#__PURE__*/React.createElement(React.Fragment, null, (disabled || !portalContainer) && children, !disabled && portalContainer && /*#__PURE__*/ReactDOM.createPortal(children, portalContainer));
14
18
  };
@@ -14,6 +14,7 @@ export var tokens = {
14
14
  fontSize: '--plasma-segment-item-font-size',
15
15
  fontStyle: '--plasma-segment-item-font-style',
16
16
  fontWeight: '--plasma-segment-item-font-weight',
17
+ fontWeightSelectedItem: '--plasma-segment-item-font-weight-selected-item',
17
18
  letterSpacing: '--plasma-segment-item-letter-spacing',
18
19
  lineHeight: '--plasma-segment-item-lineheight',
19
20
  outlineFocusColor: '--plasma-segment-outline-focus-color',
@@ -1,3 +1,3 @@
1
1
  import { css } from '@emotion/react';
2
- import { tokens } from '../../../../tokens';
3
- export var base = /*#__PURE__*/css("font-family:var(", tokens.fontFamily, ");font-size:var(", tokens.fontSize, ");font-style:var(", tokens.fontStyle, ");font-weight:var(", tokens.fontWeight, ");letter-spacing:var(", tokens.letterSpacing, ");line-height:var(", tokens.lineHeight, ");--plasma_private-outline-radius:var(", tokens.itemBorderRadius, ");border-radius:var(", tokens.itemBorderRadius, ");width:var(", tokens.itemWidth, ");height:var(", tokens.itemHeight, ");padding:var(", tokens.itemPadding, ");;label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvU2VnbWVudC91aS9TZWdtZW50SXRlbS92YXJpYXRpb25zL19zaXplL2Jhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSXVCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvU2VnbWVudC91aS9TZWdtZW50SXRlbS92YXJpYXRpb25zL19zaXplL2Jhc2UudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uL3Rva2Vucyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMuZm9udEZhbWlseX0pO1xuICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLmZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmZvbnRTdHlsZX0pO1xuICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMuZm9udFdlaWdodH0pO1xuICAgIGxldHRlci1zcGFjaW5nOiB2YXIoJHt0b2tlbnMubGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuXG4gICAgLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuXG4gICAgd2lkdGg6IHZhcigke3Rva2Vucy5pdGVtV2lkdGh9KTtcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG5cbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmd9KTtcbmA7XG4iXX0= */"));
2
+ import { classes, tokens } from '../../../../tokens';
3
+ export var base = /*#__PURE__*/css("font-family:var(", tokens.fontFamily, ");font-size:var(", tokens.fontSize, ");font-style:var(", tokens.fontStyle, ");font-weight:var(", tokens.fontWeight, ");letter-spacing:var(", tokens.letterSpacing, ");line-height:var(", tokens.lineHeight, ");--plasma_private-outline-radius:var(", tokens.itemBorderRadius, ");border-radius:var(", tokens.itemBorderRadius, ");width:var(", tokens.itemWidth, ");height:var(", tokens.itemHeight, ");padding:var(", tokens.itemPadding, ");&.", classes.selectedSegmentItem, "{font-weight:var(", tokens.fontWeightSelectedItem, ", var(", tokens.fontWeight, "));};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvU2VnbWVudC91aS9TZWdtZW50SXRlbS92YXJpYXRpb25zL19zaXplL2Jhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSXVCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvU2VnbWVudC91aS9TZWdtZW50SXRlbS92YXJpYXRpb25zL19zaXplL2Jhc2UudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IGNsYXNzZXMsIHRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uL3Rva2Vucyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMuZm9udEZhbWlseX0pO1xuICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLmZvbnRTaXplfSk7XG4gICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmZvbnRTdHlsZX0pO1xuICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMuZm9udFdlaWdodH0pO1xuICAgIGxldHRlci1zcGFjaW5nOiB2YXIoJHt0b2tlbnMubGV0dGVyU3BhY2luZ30pO1xuICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuXG4gICAgLS1wbGFzbWFfcHJpdmF0ZS1vdXRsaW5lLXJhZGl1czogdmFyKCR7dG9rZW5zLml0ZW1Cb3JkZXJSYWRpdXN9KTtcbiAgICBib3JkZXItcmFkaXVzOiB2YXIoJHt0b2tlbnMuaXRlbUJvcmRlclJhZGl1c30pO1xuXG4gICAgd2lkdGg6IHZhcigke3Rva2Vucy5pdGVtV2lkdGh9KTtcbiAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5pdGVtSGVpZ2h0fSk7XG5cbiAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuaXRlbVBhZGRpbmd9KTtcblxuICAgICYuJHtjbGFzc2VzLnNlbGVjdGVkU2VnbWVudEl0ZW19IHtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5mb250V2VpZ2h0U2VsZWN0ZWRJdGVtfSwgdmFyKCR7dG9rZW5zLmZvbnRXZWlnaHR9KSk7XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -1,4 +1,4 @@
1
1
  import { css } from '@emotion/react';
2
2
  import { classes, tokens } from '../../../../tokens';
3
3
  import { RightContent } from '../../SegmentItem.styles';
4
- export var base = /*#__PURE__*/css("color:var(", tokens.itemColor, ");background-color:var(", tokens.itemBackgroundColor, ");&:hover{color:var(", tokens.itemColorHover, ");background-color:var(", tokens.itemBackgroundColorHover, ");", RightContent, "{color:var(", tokens.itemColorHover, ");}", RightContent, ".", classes.segmentAdditionalText, "{color:var(", tokens.itemAdditionalColorHover, ");}}&.", /*#__PURE__*/String(classes.selectedSegmentItem), "{color:var(", tokens.itemSelectedColor, ");background-color:var(", tokens.itemSelectedBackgroundColor, ");", RightContent, "{color:var(", tokens.itemSelectedColor, ");}", RightContent, ".", classes.segmentAdditionalText, "{color:var(", tokens.itemSelectedAdditionalColor, ");}&:hover{color:var(", tokens.itemSelectedColorHover, ");background-color:var(", tokens.itemSelectedBackgroundColorHover, ");", RightContent, "{color:var(", tokens.itemSelectedAdditionalColorHover, ");}}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvU2VnbWVudC91aS9TZWdtZW50SXRlbS92YXJpYXRpb25zL192aWV3L2Jhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBS3VCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvU2VnbWVudC91aS9TZWdtZW50SXRlbS92YXJpYXRpb25zL192aWV3L2Jhc2UudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IGNsYXNzZXMsIHRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uL3Rva2Vucyc7XG5pbXBvcnQgeyBSaWdodENvbnRlbnQgfSBmcm9tICcuLi8uLi9TZWdtZW50SXRlbS5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1Db2xvcn0pO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5pdGVtQmFja2dyb3VuZENvbG9yfSk7XG5cbiAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtQ29sb3JIb3Zlcn0pO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRDb2xvckhvdmVyfSk7XG5cbiAgICAgICAgJHtSaWdodENvbnRlbnR9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbUNvbG9ySG92ZXJ9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7UmlnaHRDb250ZW50fS4ke2NsYXNzZXMuc2VnbWVudEFkZGl0aW9uYWxUZXh0fSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1BZGRpdGlvbmFsQ29sb3JIb3Zlcn0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJi4ke1N0cmluZyhjbGFzc2VzLnNlbGVjdGVkU2VnbWVudEl0ZW0pfSB7XG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVNlbGVjdGVkQ29sb3J9KTtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1TZWxlY3RlZEJhY2tncm91bmRDb2xvcn0pO1xuXG4gICAgICAgICR7UmlnaHRDb250ZW50fSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1TZWxlY3RlZENvbG9yfSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1JpZ2h0Q29udGVudH0uJHtjbGFzc2VzLnNlZ21lbnRBZGRpdGlvbmFsVGV4dH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWRBZGRpdGlvbmFsQ29sb3J9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICY6aG92ZXIge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWRDb2xvckhvdmVyfSk7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVNlbGVjdGVkQmFja2dyb3VuZENvbG9ySG92ZXJ9KTtcblxuICAgICAgICAgICAgJHtSaWdodENvbnRlbnR9IHtcbiAgICAgICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1TZWxlY3RlZEFkZGl0aW9uYWxDb2xvckhvdmVyfSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5gO1xuIl19 */"));
4
+ export var base = /*#__PURE__*/css("color:var(", tokens.itemColor, ");background-color:var(", tokens.itemBackgroundColor, ");&:hover{color:var(", tokens.itemColorHover, ");background-color:var(", tokens.itemBackgroundColorHover, ");", RightContent, "{color:var(", tokens.itemColorHover, ");}", RightContent, ".", classes.segmentAdditionalText, "{color:var(", tokens.itemAdditionalColorHover, ");}}&.", classes.selectedSegmentItem, "{color:var(", tokens.itemSelectedColor, ");background-color:var(", tokens.itemSelectedBackgroundColor, ");", RightContent, "{color:var(", tokens.itemSelectedColor, ");}", RightContent, ".", classes.segmentAdditionalText, "{color:var(", tokens.itemSelectedAdditionalColor, ");}&:hover{color:var(", tokens.itemSelectedColorHover, ");background-color:var(", tokens.itemSelectedBackgroundColorHover, ");", RightContent, "{color:var(", tokens.itemSelectedColorHover, ");}", RightContent, ".", classes.segmentAdditionalText, "{color:var(", tokens.itemSelectedAdditionalColorHover, ");}}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvU2VnbWVudC91aS9TZWdtZW50SXRlbS92YXJpYXRpb25zL192aWV3L2Jhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBS3VCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvU2VnbWVudC91aS9TZWdtZW50SXRlbS92YXJpYXRpb25zL192aWV3L2Jhc2UudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IGNsYXNzZXMsIHRva2VucyB9IGZyb20gJy4uLy4uLy4uLy4uL3Rva2Vucyc7XG5pbXBvcnQgeyBSaWdodENvbnRlbnQgfSBmcm9tICcuLi8uLi9TZWdtZW50SXRlbS5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1Db2xvcn0pO1xuICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5pdGVtQmFja2dyb3VuZENvbG9yfSk7XG5cbiAgICAmOmhvdmVyIHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtQ29sb3JIb3Zlcn0pO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbUJhY2tncm91bmRDb2xvckhvdmVyfSk7XG5cbiAgICAgICAgJHtSaWdodENvbnRlbnR9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbUNvbG9ySG92ZXJ9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7UmlnaHRDb250ZW50fS4ke2NsYXNzZXMuc2VnbWVudEFkZGl0aW9uYWxUZXh0fSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1BZGRpdGlvbmFsQ29sb3JIb3Zlcn0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMuc2VsZWN0ZWRTZWdtZW50SXRlbX0ge1xuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1TZWxlY3RlZENvbG9yfSk7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWRCYWNrZ3JvdW5kQ29sb3J9KTtcblxuICAgICAgICAke1JpZ2h0Q29udGVudH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWRDb2xvcn0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtSaWdodENvbnRlbnR9LiR7Y2xhc3Nlcy5zZWdtZW50QWRkaXRpb25hbFRleHR9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVNlbGVjdGVkQWRkaXRpb25hbENvbG9yfSk7XG4gICAgICAgIH1cblxuICAgICAgICAmOmhvdmVyIHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuaXRlbVNlbGVjdGVkQ29sb3JIb3Zlcn0pO1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7dG9rZW5zLml0ZW1TZWxlY3RlZEJhY2tncm91bmRDb2xvckhvdmVyfSk7XG5cbiAgICAgICAgICAgICR7UmlnaHRDb250ZW50fSB7XG4gICAgICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWRDb2xvckhvdmVyfSk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICR7UmlnaHRDb250ZW50fS4ke2NsYXNzZXMuc2VnbWVudEFkZGl0aW9uYWxUZXh0fSB7XG4gICAgICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5pdGVtU2VsZWN0ZWRBZGRpdGlvbmFsQ29sb3JIb3Zlcn0pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));