@foxford/ui 1.9.82 → 1.9.86

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 (156) hide show
  1. package/es/components/Amount/Amount.js +12 -16
  2. package/es/components/Icon/Icon.sass +6 -6
  3. package/es/components/Icon/_Icons.js +4 -0
  4. package/es/components/Icon/images/coins.module.svg +1 -0
  5. package/es/components/Text/Text.js +12 -4
  6. package/es/components/Text/Text.md +10 -1
  7. package/lib/components/Amount/Amount.js +12 -16
  8. package/lib/components/Icon/Icon.sass +6 -6
  9. package/lib/components/Icon/_Icons.js +12 -1
  10. package/lib/components/Icon/images/coins.module.svg +1 -0
  11. package/lib/components/Text/Text.js +12 -4
  12. package/lib/components/Text/Text.md +10 -1
  13. package/package.json +17 -18
  14. package/packages/Acordeon/Acordeon.css +1 -1
  15. package/packages/Acordeon/Acordeon.js +1 -1
  16. package/packages/Acordeon/Tab.css +1 -1
  17. package/packages/Acordeon/Tab.js +1 -1
  18. package/packages/Acordeon/index.css +1 -1
  19. package/packages/Acordeon/index.js +1 -1
  20. package/packages/ActionBtn/ActionBtn.css +2 -2
  21. package/packages/ActionBtn/ActionBtn.js +1 -1
  22. package/packages/ActionBtn/index.css +2 -2
  23. package/packages/ActionBtn/index.js +1 -1
  24. package/packages/Amount/Amount.css +2 -2
  25. package/packages/Amount/Amount.js +1 -1
  26. package/packages/Amount/index.css +2 -2
  27. package/packages/Amount/index.js +1 -1
  28. package/packages/Anchor/Anchor.css +2 -2
  29. package/packages/Anchor/index.css +2 -2
  30. package/packages/Arrow/Arrow.css +2 -2
  31. package/packages/Arrow/index.css +2 -2
  32. package/packages/Avatar/Avatar.css +2 -2
  33. package/packages/Avatar/index.css +2 -2
  34. package/packages/Badge/Badge.css +2 -2
  35. package/packages/Badge/Badge.js +1 -1
  36. package/packages/Badge/index.css +2 -2
  37. package/packages/Badge/index.js +1 -1
  38. package/packages/Button/Button.css +2 -2
  39. package/packages/Button/_BaseButton.css +2 -2
  40. package/packages/Button/helpers.css +2 -2
  41. package/packages/Button/index.css +2 -2
  42. package/packages/Button/params.css +2 -2
  43. package/packages/Checkbox/Checkbox.css +2 -2
  44. package/packages/Checkbox/Group.css +2 -2
  45. package/packages/Checkbox/index.css +2 -2
  46. package/packages/ComplexContextMenu/ComplexContextMenu.css +2 -2
  47. package/packages/ComplexContextMenu/ComplexContextMenu.js +1 -1
  48. package/packages/ComplexContextMenu/index.css +2 -2
  49. package/packages/ComplexContextMenu/index.js +1 -1
  50. package/packages/ComplexContextMenu/mocks.complexContextMenu.css +2 -2
  51. package/packages/ComplexContextMenu/styles.css +2 -2
  52. package/packages/Container/Container.css +2 -2
  53. package/packages/Container/index.css +2 -2
  54. package/packages/ContextMenu/ContextMenu.css +2 -2
  55. package/packages/ContextMenu/ContextMenu.js +1 -1
  56. package/packages/ContextMenu/index.css +2 -2
  57. package/packages/ContextMenu/index.js +1 -1
  58. package/packages/ContextMenu/styles.css +2 -2
  59. package/packages/EmojiBtn/EmojiBtn.css +2 -2
  60. package/packages/EmojiBtn/emojiBtnData.css +2 -2
  61. package/packages/EmojiBtn/index.css +2 -2
  62. package/packages/EmptyList/EmptyList.css +2 -2
  63. package/packages/EmptyList/EmptyList.js +1 -1
  64. package/packages/EmptyList/index.css +2 -2
  65. package/packages/EmptyList/index.js +1 -1
  66. package/packages/Form/Form.css +2 -2
  67. package/packages/Form/FormButton.css +2 -2
  68. package/packages/Form/FormButton.js +1 -1
  69. package/packages/Form/FormField.css +2 -2
  70. package/packages/Form/FormField.js +1 -1
  71. package/packages/Form/FormInput.css +2 -2
  72. package/packages/Form/FormInput.js +1 -1
  73. package/packages/Form/index.css +2 -2
  74. package/packages/Form/index.js +1 -1
  75. package/packages/Grid/Col.css +2 -2
  76. package/packages/Grid/Grid.css +2 -2
  77. package/packages/Grid/Row.css +2 -2
  78. package/packages/Grid/index.css +2 -2
  79. package/packages/Header/Header.css +2 -2
  80. package/packages/Header/index.css +2 -2
  81. package/packages/Hidden/Hidden.css +2 -2
  82. package/packages/Hidden/index.css +2 -2
  83. package/packages/Icon/Icon.css +2 -2
  84. package/packages/Icon/Icon.js +1 -1
  85. package/packages/Icon/_Icons.css +2 -2
  86. package/packages/Icon/_Icons.js +1 -1
  87. package/packages/Icon/images/coins.module.svg +1 -0
  88. package/packages/Icon/index.css +2 -2
  89. package/packages/Icon/index.js +1 -1
  90. package/packages/Indicator/Indicator.css +2 -2
  91. package/packages/Indicator/IndicatorBar.css +2 -2
  92. package/packages/Indicator/index.css +2 -2
  93. package/packages/Input/Input.css +2 -2
  94. package/packages/Input/index.css +2 -2
  95. package/packages/InputPhone/InputPhone.css +2 -2
  96. package/packages/InputPhone/index.css +2 -2
  97. package/packages/List/List.css +2 -2
  98. package/packages/List/index.css +2 -2
  99. package/packages/Logo/Logo.css +2 -2
  100. package/packages/Logo/index.css +2 -2
  101. package/packages/Modal/Close.css +2 -2
  102. package/packages/Modal/Modal.css +2 -2
  103. package/packages/Modal/index.css +2 -2
  104. package/packages/Paper/Paper.css +2 -2
  105. package/packages/Paper/Section.css +2 -2
  106. package/packages/Paper/index.css +2 -2
  107. package/packages/Phone/Phone.css +2 -2
  108. package/packages/Phone/Phone.js +1 -1
  109. package/packages/Phone/index.css +2 -2
  110. package/packages/Phone/index.js +1 -1
  111. package/packages/Progress/Progress.css +2 -2
  112. package/packages/Progress/index.css +2 -2
  113. package/packages/ProgressCircle/ProgressCircle.css +2 -2
  114. package/packages/ProgressCircle/index.css +2 -2
  115. package/packages/ProgressSegmented/ProgressSegmented.css +2 -2
  116. package/packages/ProgressSegmented/index.css +2 -2
  117. package/packages/Radio/Group.css +2 -2
  118. package/packages/Radio/Radio.css +2 -2
  119. package/packages/Radio/index.css +2 -2
  120. package/packages/Rating/Rating.css +2 -2
  121. package/packages/Rating/index.css +2 -2
  122. package/packages/Scrollable/Scrollable.css +2 -2
  123. package/packages/Scrollable/index.css +2 -2
  124. package/packages/Section/Section.css +2 -2
  125. package/packages/Section/index.css +2 -2
  126. package/packages/Select/Select.css +2 -2
  127. package/packages/Select/index.css +2 -2
  128. package/packages/Separator/Separator.css +2 -2
  129. package/packages/Separator/index.css +2 -2
  130. package/packages/SocialLink/SocialLink.css +2 -2
  131. package/packages/SocialLink/index.css +2 -2
  132. package/packages/SocialLink/mocks.css +2 -2
  133. package/packages/Spacer/Spacer.css +2 -2
  134. package/packages/Spacer/index.css +2 -2
  135. package/packages/Spinner/Spinner.css +2 -2
  136. package/packages/Spinner/index.css +2 -2
  137. package/packages/Switcher/Switcher.css +2 -2
  138. package/packages/Switcher/index.css +2 -2
  139. package/packages/Tabs/Tab.css +2 -2
  140. package/packages/Tabs/Tabs.css +2 -2
  141. package/packages/Tabs/index.css +2 -2
  142. package/packages/TagBtn/TagBtn.css +2 -2
  143. package/packages/TagBtn/TagBtn.js +1 -1
  144. package/packages/TagBtn/index.css +2 -2
  145. package/packages/TagBtn/index.js +1 -1
  146. package/packages/Text/Text.css +2 -2
  147. package/packages/Text/Text.js +1 -1
  148. package/packages/Text/index.css +2 -2
  149. package/packages/Text/index.js +1 -1
  150. package/packages/Textarea/Textarea.css +2 -2
  151. package/packages/Textarea/index.css +2 -2
  152. package/packages/Tooltip/Tooltip.css +2 -2
  153. package/packages/Tooltip/index.css +2 -2
  154. package/packages/Tooltip/styles.css +2 -2
  155. package/packages/Visible/Visible.css +2 -2
  156. package/packages/Visible/index.css +2 -2
@@ -50,11 +50,10 @@ function createSplitter(partSize) {
50
50
  return parts;
51
51
  }
52
52
 
53
- function formatAmount(value, fractionalPart, currencyCode) {
54
- var fractionDigits = Math.log10(fractionalPart);
53
+ function formatAmount(value, digitsAfterPoint, currencyCode) {
55
54
  var isNegative = value < 0;
56
55
  var valueAbs = Math.abs(value);
57
- var valueAbsStr = (valueAbs / fractionalPart).toFixed(fractionDigits);
56
+ var valueAbsStr = valueAbs.toFixed(digitsAfterPoint);
58
57
  var numberParts = valueAbsStr.split('.');
59
58
  var majorPart = numberParts[0];
60
59
  var minorPart = numberParts[1];
@@ -136,15 +135,15 @@ function (_PureComponent) {
136
135
  value: function render() {
137
136
  var _this$props2 = this.props,
138
137
  value = _this$props2.value,
139
- fractionalPart = _this$props2.fractionalPart,
138
+ digitsAfterPoint = _this$props2.digitsAfterPoint,
140
139
  currency = _this$props2.currency,
141
140
  isHeader = _this$props2.isHeader,
142
141
  className = _this$props2.className,
143
142
  crossedOut = _this$props2.crossedOut,
144
143
  onlyCurrency = _this$props2.onlyCurrency,
145
- rest = _objectWithoutProperties(_this$props2, ["value", "fractionalPart", "currency", "isHeader", "className", "crossedOut", "onlyCurrency"]);
144
+ rest = _objectWithoutProperties(_this$props2, ["value", "digitsAfterPoint", "currency", "isHeader", "className", "crossedOut", "onlyCurrency"]);
146
145
 
147
- var _formatAmount = formatAmount(value, fractionalPart, currency),
146
+ var _formatAmount = formatAmount(value, digitsAfterPoint, currency),
148
147
  majorPart = _formatAmount.majorPart,
149
148
  minorPart = _formatAmount.minorPart,
150
149
  isNegative = _formatAmount.isNegative,
@@ -153,9 +152,10 @@ function (_PureComponent) {
153
152
  var classNames = cx('amount', css.root, crossedOut && css.crossedOut, className);
154
153
  var amountInner = React.createElement("span", {
155
154
  className: classNames
156
- }, !onlyCurrency ? React.createElement("span", {
157
- className: "major"
158
- }, isNegative && MINUS_SIGN_HTML_CODE, majorPart) : null, this.renderMinorPart(minorPart), currency && this.renderCurrencySymbol(currencySymbol));
155
+ }, !onlyCurrency ? [React.createElement("span", {
156
+ className: "major",
157
+ key: "0"
158
+ }, isNegative && MINUS_SIGN_HTML_CODE, majorPart), this.renderMinorPart(minorPart)] : null, currency && this.renderCurrencySymbol(currencySymbol));
159
159
  var Element = isHeader ? Text.Heading : Text;
160
160
  return React.createElement(Element, _extends({}, rest, {
161
161
  as: "span"
@@ -173,11 +173,7 @@ _defineProperty(Amount, "propTypes", {
173
173
  * Value for amount
174
174
  */
175
175
  value: PropTypes.number,
176
-
177
- /**
178
- * Type of fractional part for amount
179
- */
180
- fractionalPart: PropTypes.oneOf([1, 10, 100, 1000]),
176
+ digitsAfterPoint: PropTypes.number,
181
177
 
182
178
  /**
183
179
  * Show zero minor part
@@ -218,9 +214,9 @@ _defineProperty(Amount, "propTypes", {
218
214
 
219
215
  _defineProperty(Amount, "defaultProps", {
220
216
  isHeader: false,
221
- showZeroMinorPart: true,
217
+ showZeroMinorPart: false,
222
218
  crossedOut: false,
223
- fractionalPart: 1,
219
+ digitsAfterPoint: 2,
224
220
  separator: ',',
225
221
  onlyCurrency: false
226
222
  });
@@ -14,12 +14,12 @@ $legacySizes: ('xxxl': 42px,
14
14
  'xxs': 14px,
15
15
  'xxxs': 10px)
16
16
  $localSizes: map-merge($legacySizes, $sizesNumeric)
17
- $vAligns: ('top': 'top',
18
- 'middle': 'middle',
19
- 'bottom': 'bottom',
20
- 'text-top': 'text-top',
21
- 'text-bottom': 'text-bottom',
22
- 'baseline': 'baseline')
17
+ $vAligns: ('top': top,
18
+ 'middle': middle,
19
+ 'bottom': bottom,
20
+ 'text-top': text-top,
21
+ 'text-bottom': text-bottom,
22
+ 'baseline': baseline)
23
23
 
24
24
  @value sizes #{$localSizes}
25
25
  @value vAligns #{$vAligns}
@@ -40,6 +40,7 @@ import Page from './images/page.module.svg';
40
40
  import Print from './images/print.module.svg';
41
41
  import Objective from './images/objective.module.svg';
42
42
  import Present from './images/present.module.svg';
43
+ import Coins from './images/coins.module.svg';
43
44
  export var book =
44
45
  /*#__PURE__*/
45
46
  Book();
@@ -163,6 +164,9 @@ Objective();
163
164
  export var present =
164
165
  /*#__PURE__*/
165
166
  Present();
167
+ export var coins =
168
+ /*#__PURE__*/
169
+ Coins();
166
170
  export var calendar =
167
171
  /*#__PURE__*/
168
172
  React.createElement("svg", {
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M3 10a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm4-6a6 6 0 1 0 0 12A6 6 0 0 0 7 4Zm5.333 11.963A8.034 8.034 0 0 0 14 13.873a4.002 4.002 0 0 0 0-7.747 8.034 8.034 0 0 0-1.668-2.09 6 6 0 1 1 0 11.927Z"/></svg>
@@ -16,12 +16,14 @@ function BaseText(props) {
16
16
  underlineLinks = props.underlineLinks,
17
17
  className = props.className,
18
18
  lineHeight = props.lineHeight,
19
- fontStyle = props.fontStyle;
19
+ fontStyle = props.fontStyle,
20
+ title = props.title;
20
21
  var classNames = cx(css.root, Hn && css["display-".concat(Hn)], weight && css["weight-".concat(weight)], lineHeight && css["lineHeight-".concat(lineHeight)], textAlign && css["text-align-".concat(textAlign)], fontStyle && css["fontStyle-".concat(fontStyle)], underlineLinks && css.underlineLinks, className);
21
22
 
22
23
  if (children) {
23
24
  return React.createElement(Hn, {
24
- className: classNames
25
+ className: classNames,
26
+ title: title
25
27
  }, children);
26
28
  }
27
29
 
@@ -30,6 +32,7 @@ function BaseText(props) {
30
32
  };
31
33
  return React.createElement(Hn, {
32
34
  className: classNames,
35
+ title: title,
33
36
  dangerouslySetInnerHTML: html
34
37
  });
35
38
  }
@@ -117,13 +120,18 @@ BaseText.propTypes = {
117
120
  PropTypes.oneOf(['left', 'center', 'right']),
118
121
 
119
122
  /**
120
- * Text align
123
+ * Line height
121
124
  */
122
125
  lineHeight:
123
126
  /*#__PURE__*/
124
127
  PropTypes.oneOf(
125
128
  /*#__PURE__*/
126
- Object.keys(Text.lineHeight))
129
+ Object.keys(Text.lineHeight)),
130
+
131
+ /**
132
+ * Element title
133
+ */
134
+ title: PropTypes.string
127
135
  };
128
136
  Text.defaultProps = {
129
137
  as: 'div',
@@ -176,7 +176,7 @@
176
176
  </div>
177
177
  ```
178
178
 
179
- ## Responsive font size
179
+ ### Responsive font size
180
180
 
181
181
  ```js
182
182
  <Text
@@ -189,3 +189,12 @@
189
189
  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
190
190
  </Text>
191
191
  ```
192
+
193
+ ### Standart element title
194
+
195
+ ```js
196
+ <Text title='Example of title'
197
+ >
198
+ Hover over this text to see element's title
199
+ </Text>
200
+ ```
@@ -93,11 +93,10 @@ function createSplitter(partSize) {
93
93
  return parts;
94
94
  }
95
95
 
96
- function formatAmount(value, fractionalPart, currencyCode) {
97
- var fractionDigits = Math.log10(fractionalPart);
96
+ function formatAmount(value, digitsAfterPoint, currencyCode) {
98
97
  var isNegative = value < 0;
99
98
  var valueAbs = Math.abs(value);
100
- var valueAbsStr = (valueAbs / fractionalPart).toFixed(fractionDigits);
99
+ var valueAbsStr = valueAbs.toFixed(digitsAfterPoint);
101
100
  var numberParts = valueAbsStr.split('.');
102
101
  var majorPart = numberParts[0];
103
102
  var minorPart = numberParts[1];
@@ -179,15 +178,15 @@ function (_PureComponent) {
179
178
  value: function render() {
180
179
  var _this$props2 = this.props,
181
180
  value = _this$props2.value,
182
- fractionalPart = _this$props2.fractionalPart,
181
+ digitsAfterPoint = _this$props2.digitsAfterPoint,
183
182
  currency = _this$props2.currency,
184
183
  isHeader = _this$props2.isHeader,
185
184
  className = _this$props2.className,
186
185
  crossedOut = _this$props2.crossedOut,
187
186
  onlyCurrency = _this$props2.onlyCurrency,
188
- rest = _objectWithoutProperties(_this$props2, ["value", "fractionalPart", "currency", "isHeader", "className", "crossedOut", "onlyCurrency"]);
187
+ rest = _objectWithoutProperties(_this$props2, ["value", "digitsAfterPoint", "currency", "isHeader", "className", "crossedOut", "onlyCurrency"]);
189
188
 
190
- var _formatAmount = formatAmount(value, fractionalPart, currency),
189
+ var _formatAmount = formatAmount(value, digitsAfterPoint, currency),
191
190
  majorPart = _formatAmount.majorPart,
192
191
  minorPart = _formatAmount.minorPart,
193
192
  isNegative = _formatAmount.isNegative,
@@ -197,9 +196,10 @@ function (_PureComponent) {
197
196
 
198
197
  var amountInner = _react2.default.createElement("span", {
199
198
  className: classNames
200
- }, !onlyCurrency ? _react2.default.createElement("span", {
201
- className: "major"
202
- }, isNegative && MINUS_SIGN_HTML_CODE, majorPart) : null, this.renderMinorPart(minorPart), currency && this.renderCurrencySymbol(currencySymbol));
199
+ }, !onlyCurrency ? [_react2.default.createElement("span", {
200
+ className: "major",
201
+ key: "0"
202
+ }, isNegative && MINUS_SIGN_HTML_CODE, majorPart), this.renderMinorPart(minorPart)] : null, currency && this.renderCurrencySymbol(currencySymbol));
203
203
 
204
204
  var Element = isHeader ? _Text.Text.Heading : _Text.Text;
205
205
  return _react2.default.createElement(Element, _extends({}, rest, {
@@ -218,11 +218,7 @@ _defineProperty(Amount, "propTypes", {
218
218
  * Value for amount
219
219
  */
220
220
  value: _propTypes2.default.number,
221
-
222
- /**
223
- * Type of fractional part for amount
224
- */
225
- fractionalPart: _propTypes2.default.oneOf([1, 10, 100, 1000]),
221
+ digitsAfterPoint: _propTypes2.default.number,
226
222
 
227
223
  /**
228
224
  * Show zero minor part
@@ -263,9 +259,9 @@ _defineProperty(Amount, "propTypes", {
263
259
 
264
260
  _defineProperty(Amount, "defaultProps", {
265
261
  isHeader: false,
266
- showZeroMinorPart: true,
262
+ showZeroMinorPart: false,
267
263
  crossedOut: false,
268
- fractionalPart: 1,
264
+ digitsAfterPoint: 2,
269
265
  separator: ',',
270
266
  onlyCurrency: false
271
267
  });
@@ -14,12 +14,12 @@ $legacySizes: ('xxxl': 42px,
14
14
  'xxs': 14px,
15
15
  'xxxs': 10px)
16
16
  $localSizes: map-merge($legacySizes, $sizesNumeric)
17
- $vAligns: ('top': 'top',
18
- 'middle': 'middle',
19
- 'bottom': 'bottom',
20
- 'text-top': 'text-top',
21
- 'text-bottom': 'text-bottom',
22
- 'baseline': 'baseline')
17
+ $vAligns: ('top': top,
18
+ 'middle': middle,
19
+ 'bottom': bottom,
20
+ 'text-top': text-top,
21
+ 'text-bottom': text-bottom,
22
+ 'baseline': baseline)
23
23
 
24
24
  @value sizes #{$localSizes}
25
25
  @value vAligns #{$vAligns}
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.video = exports.playPause = exports.cancel = exports.document = exports.questionFilled = exports.home = exports.check = exports.info = exports.checkCircle = exports.reload = exports.play = exports.plusThin = exports.plus = exports.sharpCross = exports.tinyCross = exports.tasks = exports.search = exports.radioNotChecked = exports.radioChecked = exports.phoneNoFill = exports.pencil = exports.lessons = exports.fileBordered = exports.file = exports.externalLink = exports.dropDownArrow = exports.dialog = exports.cross = exports.chevronLeft = exports.chevronRight = exports.chevronUp = exports.chevronDown = exports.calendar_simple = exports.calendar = exports.present = exports.objective = exports.print = exports.copy = exports.edit = exports.wallet = exports.message = exports.trophy = exports.textbook = exports.target = exports.student = exports.settings = exports.star = exports.prof = exports.phone = exports.priceTag = exports.page = exports.headphones = exports.externat = exports.discount = exports.courses = exports.clockFilled = exports.clock = exports.cart = exports.camps = exports.fire = exports.logout = exports.login = exports.list = exports.infoInverse = exports.diamondSolid = exports.diamondFilled = exports.diamond = exports.person = exports.unsort = exports.sort = exports.email = exports.eye = exports.burger = exports.blackBoard = exports.book = undefined;
6
+ exports.video = exports.playPause = exports.cancel = exports.document = exports.questionFilled = exports.home = exports.check = exports.info = exports.checkCircle = exports.reload = exports.play = exports.plusThin = exports.plus = exports.sharpCross = exports.tinyCross = exports.tasks = exports.search = exports.radioNotChecked = exports.radioChecked = exports.phoneNoFill = exports.pencil = exports.lessons = exports.fileBordered = exports.file = exports.externalLink = exports.dropDownArrow = exports.dialog = exports.cross = exports.chevronLeft = exports.chevronRight = exports.chevronUp = exports.chevronDown = exports.calendar_simple = exports.calendar = exports.coins = exports.present = exports.objective = exports.print = exports.copy = exports.edit = exports.wallet = exports.message = exports.trophy = exports.textbook = exports.target = exports.student = exports.settings = exports.star = exports.prof = exports.phone = exports.priceTag = exports.page = exports.headphones = exports.externat = exports.discount = exports.courses = exports.clockFilled = exports.clock = exports.cart = exports.camps = exports.fire = exports.logout = exports.login = exports.list = exports.infoInverse = exports.diamondSolid = exports.diamondFilled = exports.diamond = exports.person = exports.unsort = exports.sort = exports.email = exports.eye = exports.burger = exports.blackBoard = exports.book = undefined;
7
7
 
8
8
  var _react =
9
9
  /*#__PURE__*/
@@ -341,6 +341,14 @@ var _presentModule2 =
341
341
  /*#__PURE__*/
342
342
  _interopRequireDefault(_presentModule);
343
343
 
344
+ var _coinsModule =
345
+ /*#__PURE__*/
346
+ require("./images/coins.module.svg");
347
+
348
+ var _coinsModule2 =
349
+ /*#__PURE__*/
350
+ _interopRequireDefault(_coinsModule);
351
+
344
352
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
345
353
 
346
354
  var book =
@@ -466,6 +474,9 @@ exports.objective = (0, _objectiveModule2.default)();
466
474
  var present =
467
475
  /*#__PURE__*/
468
476
  exports.present = (0, _presentModule2.default)();
477
+ var coins =
478
+ /*#__PURE__*/
479
+ exports.coins = (0, _coinsModule2.default)();
469
480
 
470
481
  var calendar =
471
482
  /*#__PURE__*/
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M3 10a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm4-6a6 6 0 1 0 0 12A6 6 0 0 0 7 4Zm5.333 11.963A8.034 8.034 0 0 0 14 13.873a4.002 4.002 0 0 0 0-7.747 8.034 8.034 0 0 0-1.668-2.09 6 6 0 1 1 0 11.927Z"/></svg>
@@ -58,12 +58,14 @@ function BaseText(props) {
58
58
  underlineLinks = props.underlineLinks,
59
59
  className = props.className,
60
60
  lineHeight = props.lineHeight,
61
- fontStyle = props.fontStyle;
61
+ fontStyle = props.fontStyle,
62
+ title = props.title;
62
63
  var classNames = (0, _classnames2.default)(_Text2.default.root, Hn && _Text2.default["display-".concat(Hn)], weight && _Text2.default["weight-".concat(weight)], lineHeight && _Text2.default["lineHeight-".concat(lineHeight)], textAlign && _Text2.default["text-align-".concat(textAlign)], fontStyle && _Text2.default["fontStyle-".concat(fontStyle)], underlineLinks && _Text2.default.underlineLinks, className);
63
64
 
64
65
  if (children) {
65
66
  return _react2.default.createElement(Hn, {
66
- className: classNames
67
+ className: classNames,
68
+ title: title
67
69
  }, children);
68
70
  }
69
71
 
@@ -72,6 +74,7 @@ function BaseText(props) {
72
74
  };
73
75
  return _react2.default.createElement(Hn, {
74
76
  className: classNames,
77
+ title: title,
75
78
  dangerouslySetInnerHTML: html
76
79
  });
77
80
  }
@@ -159,13 +162,18 @@ BaseText.propTypes = {
159
162
  _propTypes2.default.oneOf(['left', 'center', 'right']),
160
163
 
161
164
  /**
162
- * Text align
165
+ * Line height
163
166
  */
164
167
  lineHeight:
165
168
  /*#__PURE__*/
166
169
  _propTypes2.default.oneOf(
167
170
  /*#__PURE__*/
168
- Object.keys(Text.lineHeight))
171
+ Object.keys(Text.lineHeight)),
172
+
173
+ /**
174
+ * Element title
175
+ */
176
+ title: _propTypes2.default.string
169
177
  };
170
178
  Text.defaultProps = {
171
179
  as: 'div',
@@ -176,7 +176,7 @@
176
176
  </div>
177
177
  ```
178
178
 
179
- ## Responsive font size
179
+ ### Responsive font size
180
180
 
181
181
  ```js
182
182
  <Text
@@ -189,3 +189,12 @@
189
189
  Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
190
190
  </Text>
191
191
  ```
192
+
193
+ ### Standart element title
194
+
195
+ ```js
196
+ <Text title='Example of title'
197
+ >
198
+ Hover over this text to see element's title
199
+ </Text>
200
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foxford/ui",
3
- "version": "1.9.82",
3
+ "version": "1.9.86",
4
4
  "description": "UI components library",
5
5
  "bugs": {
6
6
  "url": "https://github.com/netology-group/ui/issues"
@@ -36,7 +36,7 @@
36
36
  "postcoverage": "tap --coverage-report=text-lcov > coverage/coverage.lcov && codecov",
37
37
  "docs/build": "cross-env BABEL_ENV=styleguidist styleguidist build",
38
38
  "docs/serve": "cross-env BABEL_ENV=styleguidist styleguidist server",
39
- "docs/deploy": "BUCKET=foxford-ui LOCAL_DIR=./styleguide scripts/docs.sh",
39
+ "docs/deploy": "BUCKET=ui.foxford.ru LOCAL_DIR=./styleguide scripts/docs.sh",
40
40
  "predocs/deploy": "npm run docs/build",
41
41
  "lint": "concurrently -n eslint,flow \"npm run eslint\" \"npm run flow\"",
42
42
  "flow": "flow",
@@ -51,12 +51,12 @@
51
51
  "@foxford/foxford-utils": "0.3.8",
52
52
  "classnames": "2.2.6",
53
53
  "debug": "4.1.1",
54
- "prop-types": "15.6.2",
54
+ "prop-types": "15.7.2",
55
55
  "ramda": "0.26.1",
56
56
  "react": "^17.0.1",
57
57
  "react-custom-scrollbars": "4.2.1",
58
58
  "react-dom": "^17.0.1",
59
- "react-floater": "0.6.4",
59
+ "react-floater": "0.7.3",
60
60
  "react-input-mask": "2.0.4",
61
61
  "react-modal": "3.4.4",
62
62
  "react-router-dom": "5.1.2",
@@ -116,21 +116,20 @@
116
116
  "webpack": "4.26.1"
117
117
  },
118
118
  "peerDependencies": {
119
- "@foxford/foxford-utils": "^0.3",
120
- "classnames": "^2.2",
121
- "prop-types": "^15.6",
122
- "ramda": "^0.25.x || ^0.26.x",
123
- "react-custom-scrollbars": "^4.2.1",
124
- "react-dom": "^16.x || ^17.x",
125
- "react-floater": "^0.5.5 || ^0.6",
126
- "react-input-mask": "^2.0",
127
- "react-modal": "^3.4.4",
128
- "react-router-dom": "^5.x.x",
129
- "react-select": "^1.0.0-rc.10",
130
- "react": "^16.x || ^17.x"
119
+ "@foxford/foxford-utils": ">=0.3",
120
+ "classnames": ">=2.2",
121
+ "prop-types": ">=15.6",
122
+ "ramda": ">=0.25",
123
+ "react-custom-scrollbars": ">=4.2",
124
+ "react-dom": ">=16",
125
+ "react-floater": ">=0.7",
126
+ "react-input-mask": ">=2.0",
127
+ "react-modal": ">=3.4.4",
128
+ "react-router-dom": ">=5.x.x",
129
+ "react-select": ">=1.0.0-rc.10",
130
+ "react": ">=16"
131
131
  },
132
132
  "engines": {
133
- "node": "^10.14.2",
134
- "npm": "^6.5.0"
133
+ "node": ">=10"
135
134
  }
136
135
  }
@@ -1,6 +1,6 @@
1
1
  .Acordeon_root__3GvjA{display:block}
2
-
3
2
  @-webkit-keyframes a{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes a{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}to{opacity:1;-webkit-transform:none;transform:none}}.Tab_root__fKpuy{display:block;padding:24px 20px 24px 32px;text-align:left;border-radius:5px;background-color:rgba(246,247,251,.27);border:1px solid #e9e9e9;transition:top .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease;cursor:pointer;will-change:all}.Tab_root__fKpuy+.Tab_root__fKpuy{margin-top:15px}.Tab_root__fKpuy:active,.Tab_root__fKpuy:hover{position:relative;z-index:1;background-color:#f7fdff;border-color:#1a96f6}@media screen and (min-width:768px) and (max-width:1023px){.Tab_root__fKpuy{padding:24px 30px}}@media screen and (max-width:767px){.Tab_root__fKpuy{padding:16px 20px 20px}.Tab_root__fKpuy+.Tab_root__fKpuy{margin-top:10px}}.Tab_heading__2KLvp{display:block;width:60%;flex-shrink:1;flex-grow:0;transition:color .25s ease}@media screen and (max-width:767px){.Tab_heading__2KLvp{width:auto}}.Tab_header__2LIVB{display:flex;flex-wrap:nowrap;flex-flow:row;align-items:center;justify-content:space-between}@media screen and (max-width:767px){.Tab_header__2LIVB{display:block}}.Tab_headerRight__3x6Z_{display:block;flex-shrink:0;flex-grow:0;height:30px;line-height:30px}@media screen and (max-width:767px){.Tab_headerRight__3x6Z_{margin-top:10px}}.Tab_hours__2qpCe{white-space:nowrap;color:#d4d4d4;transition:color .25s ease}.Tab_hours__2qpCe,.Tab_hours__2qpCe .Tab_hoursIcon__l8NJ5{display:inline-block;vertical-align:middle}.Tab_hours__2qpCe .Tab_hoursIcon__l8NJ5{width:19px;height:19px;margin-right:10px;color:inherit}.Tab_hours__2qpCe .Tab_hoursIcon__l8NJ5 svg{display:block;width:100%;height:100%;fill:currentColor}.Tab_hours__2qpCe .Tab_hoursText__3cziL{display:inline-block;min-width:70px;vertical-align:middle;height:19px;color:inherit}@media screen and (max-width:767px){.Tab_hours__2qpCe{height:14px}}.Tab_divider__1xyYE{display:inline-block;vertical-align:middle;height:30px;width:2px;margin:0 30px;background-color:#d4d4d4}@media screen and (max-width:767px){.Tab_divider__1xyYE{display:none}}.Tab_arrow__e8ATx{display:inline-block;vertical-align:middle;width:30px;height:30px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:all .5s ease;color:#333}@media screen and (max-width:767px){.Tab_arrow__e8ATx{float:right}}.Tab_arrow__e8ATx svg{display:block;width:100%;height:100%;fill:currentColor}.Tab_content__2LzpI{margin-top:33px;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;will-change:all;-webkit-animation-name:a;animation-name:a;-webkit-animation-timing-function:linear;animation-timing-function:linear}@media screen and (max-width:767px){.Tab_content__2LzpI{margin-top:19px}}.Tab_contentItem__1-CoD{position:relative;color:#6e727f}.Tab_contentItem__1-CoD+.Tab_contentItem__1-CoD{margin-top:10px}@media screen and (max-width:767px){.Tab_contentItem__1-CoD+.Tab_contentItem__1-CoD{margin-top:2px}}.Tab_contentItem__1-CoD:before{position:absolute;content:"";left:-24px;top:.6em;display:block;width:7px;height:7px;border-radius:100%;background:#e3e3e3;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (min-width:768px) and (max-width:1023px){.Tab_contentItem__1-CoD:before{left:-29px}}@media screen and (max-width:767px){.Tab_contentItem__1-CoD:before{left:-17px}}.Tab_active__1G2ZX{position:relative;z-index:2;top:-20px;margin:0 -20px -40px;background-color:#f7fdff;border-color:#1a96f6;box-shadow:0 10px 40px 0 rgba(0,17,48,.14);padding:39px 39px 35px 50px}@media screen and (min-width:768px) and (max-width:1023px){.Tab_active__1G2ZX{padding:39px 50px 35px}}@media screen and (max-width:767px){.Tab_active__1G2ZX{top:-15px;margin:0 -20px -30px;padding:20px 40px 30px}}.Tab_active__1G2ZX .Tab_header__2LIVB{color:#1a96f6}.Tab_active__1G2ZX .Tab_heading__2KLvp,.Tab_active__1G2ZX .Tab_hours__2qpCe{color:inherit}.Tab_active__1G2ZX .Tab_arrow__e8ATx{color:inherit;-webkit-transform:none;transform:none}
3
+
4
4
  .Text_root__YFq83{line-height:inherit;margin:initial}.Text_root__YFq83 a{text-decoration:none}.Text_root__YFq83 a:hover{text-decoration:none}.Text_underlineLinks__3IjOx a{text-decoration:underline}.Text_underlineLinks__3IjOx a:hover{text-decoration:none}.Text_lineHeight-l__3npV_{line-height:1.5}.Text_lineHeight-m__27bFF{line-height:1.3}.Text_lineHeight-s__2Dkxr{line-height:1.15}.Text_lineHeight-xs__15Iyr{line-height:1}.Text_weight-lighter__UjG6s{font-weight:100}.Text_weight-normal__1GXrZ{font-weight:400}.Text_weight-bold__1h_Zv{font-weight:600}.Text_weight-bolder__rT-OK{font-weight:800}.Text_text-align-left__2a-JR{text-align:left}.Text_text-align-center__2Yt38{text-align:center}.Text_text-align-right__1UGey{text-align:right}.Text_fontStyle-normal__1J56y{font-style:normal}.Text_fontStyle-italic__2kGCf{font-style:italic}
5
5
  .FontSize_fontSize-xxxl__3Td5T{font-size:24px}.FontSize_fontSize-xxl__3FD0X{font-size:22px}.FontSize_fontSize-xl__3zA1H{font-size:20px}.FontSize_fontSize-l__2Ykor{font-size:18px}.FontSize_fontSize-m__1QIIJ{font-size:16px}.FontSize_fontSize-s__j0aSu{font-size:14px}.FontSize_fontSize-xs__39DSN{font-size:12px}.FontSize_fontSize-xxs__MXS7E{font-size:10px}.FontSize_fontSize-xxxs__19j3C{font-size:8px}.FontSize_fontSize-60__2YcPF{font-size:60px}.FontSize_fontSize-56__1TZUE{font-size:56px}.FontSize_fontSize-52__1eSkY{font-size:52px}.FontSize_fontSize-48__-Nkgg{font-size:48px}.FontSize_fontSize-44__PoYrt{font-size:44px}.FontSize_fontSize-40__3N3_x{font-size:40px}.FontSize_fontSize-36__1s2Wr{font-size:36px}.FontSize_fontSize-32__2KRhI{font-size:32px}.FontSize_fontSize-28__kIr3d{font-size:28px}.FontSize_fontSize-24__1rW5w{font-size:24px}.FontSize_fontSize-20__XZb7G{font-size:20px}.FontSize_fontSize-16__140P2{font-size:16px}.FontSize_fontSize-12__3WFWH{font-size:12px}.FontSize_fontSize-10__3YaVJ{font-size:10px}.FontSize_fontSize-8__Ba4Fu{font-size:8px}@media screen and (max-width:1279px){.FontSize_fontSize-l-xxxl__UflDC{font-size:24px}.FontSize_fontSize-l-xxl__1H0Z8{font-size:22px}.FontSize_fontSize-l-xl__15MOY{font-size:20px}.FontSize_fontSize-l-l__3H9_x{font-size:18px}.FontSize_fontSize-l-m__UAtFK{font-size:16px}.FontSize_fontSize-l-s__-tlTZ{font-size:14px}.FontSize_fontSize-l-xs__1ARD2{font-size:12px}.FontSize_fontSize-l-xxs__11fBB{font-size:10px}.FontSize_fontSize-l-xxxs__1TIy3{font-size:8px}.FontSize_fontSize-l-60__28c5j{font-size:60px}.FontSize_fontSize-l-56__30GuN{font-size:56px}.FontSize_fontSize-l-52__b2tak{font-size:52px}.FontSize_fontSize-l-48__3jV8p{font-size:48px}.FontSize_fontSize-l-44__3gw3r{font-size:44px}.FontSize_fontSize-l-40__3ethL{font-size:40px}.FontSize_fontSize-l-36__1y5mb{font-size:36px}.FontSize_fontSize-l-32__361yk{font-size:32px}.FontSize_fontSize-l-28__TQV_u{font-size:28px}.FontSize_fontSize-l-24__3ic7X{font-size:24px}.FontSize_fontSize-l-20__bqSYs{font-size:20px}.FontSize_fontSize-l-16__3tRPK{font-size:16px}.FontSize_fontSize-l-12__2URNh{font-size:12px}.FontSize_fontSize-l-10__25jHE{font-size:10px}.FontSize_fontSize-l-8__SpqVS{font-size:8px}}@media screen and (max-width:1023px){.FontSize_fontSize-m-xxxl__1mCgO{font-size:24px}.FontSize_fontSize-m-xxl__1DsAf{font-size:22px}.FontSize_fontSize-m-xl__3r0ny{font-size:20px}.FontSize_fontSize-m-l__3eWxE{font-size:18px}.FontSize_fontSize-m-m__3zVDB{font-size:16px}.FontSize_fontSize-m-s__VNF-q{font-size:14px}.FontSize_fontSize-m-xs__12t92{font-size:12px}.FontSize_fontSize-m-xxs__1_eE_{font-size:10px}.FontSize_fontSize-m-xxxs__3aWE_{font-size:8px}.FontSize_fontSize-m-60__xYO9S{font-size:60px}.FontSize_fontSize-m-56__2gwIk{font-size:56px}.FontSize_fontSize-m-52__y2om1{font-size:52px}.FontSize_fontSize-m-48__3iWcs{font-size:48px}.FontSize_fontSize-m-44__U9uod{font-size:44px}.FontSize_fontSize-m-40__2l8yr{font-size:40px}.FontSize_fontSize-m-36__2w0Um{font-size:36px}.FontSize_fontSize-m-32__DQo7B{font-size:32px}.FontSize_fontSize-m-28__3zhEq{font-size:28px}.FontSize_fontSize-m-24__2mlbz{font-size:24px}.FontSize_fontSize-m-20__1nXRY{font-size:20px}.FontSize_fontSize-m-16__1Zrq4{font-size:16px}.FontSize_fontSize-m-12__vxB7z{font-size:12px}.FontSize_fontSize-m-10__-isv0{font-size:10px}.FontSize_fontSize-m-8__3V5Zj{font-size:8px}}@media screen and (max-width:767px){.FontSize_fontSize-s-xxxl__YF7CD{font-size:24px}.FontSize_fontSize-s-xxl__1Vdug{font-size:22px}.FontSize_fontSize-s-xl__3frrL{font-size:20px}.FontSize_fontSize-s-l__1uwEJ{font-size:18px}.FontSize_fontSize-s-m__3Tse6{font-size:16px}.FontSize_fontSize-s-s__3vkjQ{font-size:14px}.FontSize_fontSize-s-xs__1oIKS{font-size:12px}.FontSize_fontSize-s-xxs__1a-Wh{font-size:10px}.FontSize_fontSize-s-xxxs__3G-bh{font-size:8px}.FontSize_fontSize-s-60__3-a9K{font-size:60px}.FontSize_fontSize-s-56__3e8vg{font-size:56px}.FontSize_fontSize-s-52__1j7ac{font-size:52px}.FontSize_fontSize-s-48__3OrDu{font-size:48px}.FontSize_fontSize-s-44__23smh{font-size:44px}.FontSize_fontSize-s-40__1Kto4{font-size:40px}.FontSize_fontSize-s-36__1GsAq{font-size:36px}.FontSize_fontSize-s-32__3PcT8{font-size:32px}.FontSize_fontSize-s-28__DPJDE{font-size:28px}.FontSize_fontSize-s-24__iNzIP{font-size:24px}.FontSize_fontSize-s-20__1TgQW{font-size:20px}.FontSize_fontSize-s-16__2CmpQ{font-size:16px}.FontSize_fontSize-s-12__3BdFx{font-size:12px}.FontSize_fontSize-s-10__LI63o{font-size:10px}.FontSize_fontSize-s-8__1Vej6{font-size:8px}}@media screen and (max-width:374px){.FontSize_fontSize-xs-xxxl__32IRZ{font-size:24px}.FontSize_fontSize-xs-xxl__2gcgp{font-size:22px}.FontSize_fontSize-xs-xl__3bYli{font-size:20px}.FontSize_fontSize-xs-l__3My2K{font-size:18px}.FontSize_fontSize-xs-m__2ZCtR{font-size:16px}.FontSize_fontSize-xs-s__2Vqnp{font-size:14px}.FontSize_fontSize-xs-xs__2lC2a{font-size:12px}.FontSize_fontSize-xs-xxs__1_sX8{font-size:10px}.FontSize_fontSize-xs-xxxs__2T34D{font-size:8px}.FontSize_fontSize-xs-60__2pjY4{font-size:60px}.FontSize_fontSize-xs-56__1NMXh{font-size:56px}.FontSize_fontSize-xs-52__2q1St{font-size:52px}.FontSize_fontSize-xs-48__1afiB{font-size:48px}.FontSize_fontSize-xs-44__2PgVN{font-size:44px}.FontSize_fontSize-xs-40__3wymc{font-size:40px}.FontSize_fontSize-xs-36__1_Gk8{font-size:36px}.FontSize_fontSize-xs-32__JjPBh{font-size:32px}.FontSize_fontSize-xs-28__7q1xO{font-size:28px}.FontSize_fontSize-xs-24__2v9OO{font-size:24px}.FontSize_fontSize-xs-20__sq6mw{font-size:20px}.FontSize_fontSize-xs-16__9qHjN{font-size:16px}.FontSize_fontSize-xs-12__Gs8Oq{font-size:12px}.FontSize_fontSize-xs-10__-7K_K{font-size:10px}.FontSize_fontSize-xs-8__1Bqov{font-size:8px}}
6
6
  .Color_color-white__33LUN{color:#fff}.Color_color-black__1HwLl{color:#4a4a4a}.Color_color-mineShaft__1kg8D{color:#333}.Color_color-silver__389yr{color:#b8b8b8}.Color_color-alto__hCiM0{color:#d4d4d4}.Color_color-mercury__1sA3j{color:#e9e9e9}.Color_color-wildSand__1AyFs{color:#f6f6f6}.Color_color-whiteLilac__1aPw6{color:#f6f7fb}.Color_color-atlantis__27OAP{color:#7fc92e}.Color_color-yellowOrange___uo0o{color:#ffb334}.Color_color-mystic__2fpvR{color:#dcdfea}.Color_color-nebula__sFtiD{color:#d8e6e2}.Color_color-seaNymph__2I_jh{color:#7ca79b}.Color_color-chromeWhite__33bQp{color:#daefc9}.Color_color-onahau__bzGkp{color:#c6e6ff}.Color_color-citrineWhite__1n7St{color:#faf3dd}.Color_color-coralReef__2Fsiq{color:#c9c1a6}.Color_color-creemBrulee__1GLAV{color:#ffe89e}.Color_color-frangipani__3GVkQ{color:#ffdcb5}.Color_color-yourPink__bJvg2{color:#ffc2c2}.Color_color-periwinkleGray__1J7h-{color:#d4d9ee}.Color_color-baliHai__3HpZy{color:#8890b4}.Color_color-pomegranate__32jwE{color:#f94b28}.Color_color-oliveDrab__aD5n5{color:#6ca82a}.Color_color-curious__1vANS{color:#007cee}.Color_color-orangePeel__3WlKe{color:#f90}.Color_color-primary__3OwvX{color:#ff732b}.Color_color-accent__urjCp{color:#1a96f6}.Color_color-tundora__2miXv{color:#4a4a4a}.Color_color-bostonBlue__3NepO{color:#0060d0}.Color_color-cinnabar__TjjnI{color:#e00000}.Color_color-sail__HwVu8{color:#a9dbf8}.Color_color-bittersweet__3g1pK{color:#f66}.Color_color-turquoise__3vr06{color:#3cc}.Color_color-dodgerBlue__gTpKO{color:#3cf}.Color_color-mantis__3Hjli{color:#6c6}.Color_color-azure__YNMEi{color:#369}.Color_color-bahamaBlue__SnmTv{color:#069}.Color_color-shamrock__mv8jn{color:#3c9}.Color_color-olive__1eYOc{color:#990}.Color_color-copperRose__30BKu{color:#966}.Color_color-cyan__1oHK4{color:#39f}.Color_color-plum__1ew-E{color:#939}.Color_color-hokeyPokey__2DPQS{color:#c93}.Color_color-monaLisa__m-0VS{color:#f99}.Color_color-mariner__1Wtny{color:#36c}.Color_color-heliotrope__3MNnr{color:#c3f}.Color_color-dandelion__2B2ii{color:#ffce03}.Color_color-fruitSalad__2QQ0e{color:#49a15d}.Color_color-fuchsiaBlue__fsUb0{color:#8d58bc}.Color_color-persianGreen__gjJeN{color:#099}.Color_color-watermelon__11BIK{color:#ff4679}.Color_color-tropaz__3zidV{color:#2863a8}.Color_color-atlantisBrightly__3xZD4{color:#9c3}.Color_color-transparent__12Bj8{color:transparent}.Color_color-blue__3q352{color:#1a96f6}.Color_color-red__2bUdg{color:#f94b28}.Color_color-green__2TQyx{color:#7fc92e}.Color_color-grey__2GxMr{color:#b8b8b8}.Color_color-darkgrey__1XO3N{color:#333}.Color_color-lightgrey__36uMh{color:#d4d4d4}.Color_color-superlightgrey__1fX6e{color:#e9e9e9}.Color_color-inherit__2VyWS{color:inherit}.Color_color-mathematics__Q83ye{color:#f90}.Color_color-physics__3gLUQ{color:#007cee}.Color_color-informatics__Bezk8{color:#3cc}.Color_color-chemistry__2xC38{color:#3c9}.Color_color-biology__Ztepr{color:#6c6}.Color_color-english__4vQCG{color:#f66}.Color_color-russian__3OuZq{color:#3cf}.Color_color-history__VVKOP{color:#069}.Color_color-society__3f3EM{color:#ff732b}.Color_color-geography__XBZhE{color:#966}.Color_color-developing__1E65i{color:#990}.Color_color-literature__JDEyP{color:#39f}.Color_color-intersubject__2HdCb{color:#939}.Color_color-primarySchool__3XwHL{color:#c93}.Color_color-recommended__3dUux{color:#f99}.Color_color-astronomy__-GvHg{color:#36c}.Color_color-ecology__16yJ3{color:#9c3}.Color_color-technology__33E3x{color:#3cc}.Color_color-languages__3hERu{color:#f66}.Color_color-art__3pmrq{color:#c3f}.Color_color-physicalCulture__2Jr1Z{color:#990}.Color_color-logic__Fpky2{color:#ffce03}.Color_color-businessLogic__3XCBQ{color:#49a15d}.Color_color-rap__2xet9{color:#8d58bc}.Color_color-ikt__EWIBz{color:#099}.Color_color-kids__1GHkc{color:#ff4679}.Color_color-fgos__1ooig{color:#2863a8}.Color_color-rtk__1XHZp{color:#8d00ff}.Color_color-profession__OJ0er{color:#bfecf0}.Color_color-professionDark__3z_jl{color:#5fd0da}.Color_color-camps__2D-VG{color:#daefc9}.Color_color-campsDark__3u_jc{color:#7fc92e}.Color_color-courses__3cTbN{color:#c6e6ff}.Color_color-coursesDark__1E3Vu{color:#62aee9}.Color_color-openLesson__9MVRz{color:#fdedd2}.Color_color-openLessonDark__9iY6g{color:#fbd291}.Color_color-externat__3LI-r{color:#ffdcec}.Color_color-externatDark__KWdd-{color:#ffa6ce}.Color_color-olympiad__dup1o{color:#ffc2c2}.Color_color-olympiadDark__35vvp{color:#f66}.Color_color-textbook__11C5U{color:#ffeb9a}.Color_color-textbookDark__3kJzR{color:#ffce03}.Color_color-tutors__PDDrI{color:#d8dff6}.Color_color-tutorsDark__IaTc0{color:#9fafe9}.Color_color-training__381j7{color:#cdedcc}.Color_color-trainingDark__ONwBx{color:#82d180}