@salutejs/plasma-new-hope 0.69.0-canary.1148.8505804388.0 → 0.69.0-canary.1148.8520837057.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. package/cjs/components/Cell/Cell.js +7 -6
  2. package/cjs/components/Cell/Cell.js.map +1 -1
  3. package/cjs/components/Cell/ui/CellTextLabel/CellTextLabel.js +13 -0
  4. package/cjs/components/Cell/ui/CellTextLabel/CellTextLabel.js.map +1 -0
  5. package/cjs/components/Cell/{CellTextbox/ui/CellTextLabel.js → ui/CellTextLabel/CellTextLabel.styles.js} +3 -7
  6. package/cjs/components/Cell/ui/CellTextLabel/CellTextLabel.styles.js.map +1 -0
  7. package/cjs/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js +13 -0
  8. package/cjs/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js.map +1 -0
  9. package/cjs/components/Cell/{CellTextbox/ui/CellTextSubtitle.js → ui/CellTextSubtitle/CellTextSubtitle.styles.js} +3 -7
  10. package/cjs/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.styles.js.map +1 -0
  11. package/cjs/components/Cell/ui/CellTextTitle/CellTextTitle.js +13 -0
  12. package/cjs/components/Cell/ui/CellTextTitle/CellTextTitle.js.map +1 -0
  13. package/cjs/components/Cell/{CellTextbox/ui/CellTextTitle.js → ui/CellTextTitle/CellTextTitle.styles.js} +3 -7
  14. package/cjs/components/Cell/ui/CellTextTitle/CellTextTitle.styles.js.map +1 -0
  15. package/cjs/components/Cell/ui/CellTextbox/CellTextbox.js +20 -0
  16. package/cjs/components/Cell/ui/CellTextbox/CellTextbox.js.map +1 -0
  17. package/cjs/components/Cell/{CellTextbox → ui/CellTextbox}/CellTextbox.styles.js +2 -2
  18. package/cjs/components/Cell/ui/CellTextbox/CellTextbox.styles.js.map +1 -0
  19. package/cjs/index.js +7 -7
  20. package/es/components/Cell/Cell.js +7 -6
  21. package/es/components/Cell/Cell.js.map +1 -1
  22. package/es/components/Cell/ui/CellTextLabel/CellTextLabel.js +9 -0
  23. package/es/components/Cell/ui/CellTextLabel/CellTextLabel.js.map +1 -0
  24. package/es/components/Cell/{CellTextbox/ui/CellTextLabel.js → ui/CellTextLabel/CellTextLabel.styles.js} +3 -7
  25. package/es/components/Cell/ui/CellTextLabel/CellTextLabel.styles.js.map +1 -0
  26. package/es/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js +9 -0
  27. package/es/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js.map +1 -0
  28. package/es/components/Cell/{CellTextbox/ui/CellTextSubtitle.js → ui/CellTextSubtitle/CellTextSubtitle.styles.js} +3 -7
  29. package/es/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.styles.js.map +1 -0
  30. package/es/components/Cell/ui/CellTextTitle/CellTextTitle.js +9 -0
  31. package/es/components/Cell/ui/CellTextTitle/CellTextTitle.js.map +1 -0
  32. package/es/components/Cell/{CellTextbox/ui/CellTextTitle.js → ui/CellTextTitle/CellTextTitle.styles.js} +3 -7
  33. package/es/components/Cell/ui/CellTextTitle/CellTextTitle.styles.js.map +1 -0
  34. package/es/components/Cell/ui/CellTextbox/CellTextbox.js +16 -0
  35. package/es/components/Cell/ui/CellTextbox/CellTextbox.js.map +1 -0
  36. package/es/components/Cell/{CellTextbox → ui/CellTextbox}/CellTextbox.styles.js +2 -2
  37. package/es/components/Cell/ui/CellTextbox/CellTextbox.styles.js.map +1 -0
  38. package/es/index.js +4 -4
  39. package/package.json +2 -2
  40. package/styled-components/cjs/components/Cell/Cell.js +7 -6
  41. package/styled-components/cjs/components/Cell/index.js +12 -12
  42. package/styled-components/cjs/components/Cell/ui/CellTextLabel/CellTextLabel.js +12 -0
  43. package/styled-components/cjs/components/Cell/{CellTextbox/ui/CellTextLabel.js → ui/CellTextLabel/CellTextLabel.styles.js} +4 -8
  44. package/styled-components/cjs/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js +12 -0
  45. package/styled-components/cjs/components/Cell/{CellTextbox/ui/CellTextSubtitle.js → ui/CellTextSubtitle/CellTextSubtitle.styles.js} +4 -8
  46. package/styled-components/cjs/components/Cell/ui/CellTextTitle/CellTextTitle.js +12 -0
  47. package/styled-components/cjs/components/Cell/{CellTextbox/ui/CellTextTitle.js → ui/CellTextTitle/CellTextTitle.styles.js} +4 -8
  48. package/styled-components/cjs/components/Cell/ui/CellTextbox/CellTextbox.js +19 -0
  49. package/styled-components/cjs/components/Cell/{CellTextbox → ui/CellTextbox}/CellTextbox.styles.js +2 -2
  50. package/styled-components/cjs/examples/plasma_b2c/components/Cell/Cell.js +8 -8
  51. package/styled-components/cjs/examples/plasma_b2c/components/Cell/Cell.stories.tsx +3 -3
  52. package/styled-components/cjs/examples/plasma_web/components/Cell/Cell.js +8 -8
  53. package/styled-components/cjs/examples/plasma_web/components/Cell/Cell.stories.tsx +2 -2
  54. package/styled-components/es/components/Cell/Cell.js +7 -6
  55. package/styled-components/es/components/Cell/index.js +4 -4
  56. package/styled-components/es/components/Cell/ui/CellTextLabel/CellTextLabel.js +5 -0
  57. package/styled-components/es/components/Cell/{CellTextbox/ui/CellTextLabel.js → ui/CellTextLabel/CellTextLabel.styles.js} +3 -7
  58. package/styled-components/es/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js +5 -0
  59. package/styled-components/es/components/Cell/{CellTextbox/ui/CellTextSubtitle.js → ui/CellTextSubtitle/CellTextSubtitle.styles.js} +3 -7
  60. package/styled-components/es/components/Cell/ui/CellTextTitle/CellTextTitle.js +5 -0
  61. package/styled-components/es/components/Cell/{CellTextbox/ui/CellTextTitle.js → ui/CellTextTitle/CellTextTitle.styles.js} +3 -7
  62. package/styled-components/es/components/Cell/ui/CellTextbox/CellTextbox.js +12 -0
  63. package/styled-components/es/components/Cell/{CellTextbox → ui/CellTextbox}/CellTextbox.styles.js +2 -2
  64. package/styled-components/es/examples/plasma_b2c/components/Cell/Cell.js +2 -2
  65. package/styled-components/es/examples/plasma_b2c/components/Cell/Cell.stories.tsx +3 -3
  66. package/styled-components/es/examples/plasma_web/components/Cell/Cell.js +2 -2
  67. package/styled-components/es/examples/plasma_web/components/Cell/Cell.stories.tsx +2 -2
  68. package/types/components/Cell/Cell.d.ts +2 -2
  69. package/types/components/Cell/Cell.d.ts.map +1 -1
  70. package/types/components/Cell/Cell.types.d.ts +6 -1
  71. package/types/components/Cell/Cell.types.d.ts.map +1 -1
  72. package/types/components/Cell/index.d.ts +5 -5
  73. package/types/components/Cell/index.d.ts.map +1 -1
  74. package/types/components/Cell/ui/CellTextLabel/CellTextLabel.d.ts +3 -0
  75. package/types/components/Cell/ui/CellTextLabel/CellTextLabel.d.ts.map +1 -0
  76. package/types/components/Cell/ui/CellTextLabel/CellTextLabel.styles.d.ts +2 -0
  77. package/types/components/Cell/ui/CellTextLabel/CellTextLabel.styles.d.ts.map +1 -0
  78. package/types/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.d.ts +3 -0
  79. package/types/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.d.ts.map +1 -0
  80. package/types/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.styles.d.ts +2 -0
  81. package/types/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.styles.d.ts.map +1 -0
  82. package/types/components/Cell/ui/CellTextTitle/CellTextTitle.d.ts +3 -0
  83. package/types/components/Cell/ui/CellTextTitle/CellTextTitle.d.ts.map +1 -0
  84. package/types/components/Cell/ui/CellTextTitle/CellTextTitle.styles.d.ts +2 -0
  85. package/types/components/Cell/ui/CellTextTitle/CellTextTitle.styles.d.ts.map +1 -0
  86. package/types/components/Cell/ui/CellTextbox/CellTextbox.d.ts.map +1 -0
  87. package/types/components/Cell/ui/CellTextbox/CellTextbox.styles.d.ts.map +1 -0
  88. package/types/components/Cell/ui/CellTextbox/CellTextbox.types.d.ts +33 -0
  89. package/types/components/Cell/ui/CellTextbox/CellTextbox.types.d.ts.map +1 -0
  90. package/types/examples/plasma_b2c/components/Cell/Cell.d.ts +11 -11
  91. package/types/examples/plasma_b2c/components/Cell/Cell.d.ts.map +1 -1
  92. package/types/examples/plasma_web/components/Cell/Cell.d.ts +11 -11
  93. package/types/examples/plasma_web/components/Cell/Cell.d.ts.map +1 -1
  94. package/cjs/components/Cell/CellTextbox/CellTextbox.js +0 -21
  95. package/cjs/components/Cell/CellTextbox/CellTextbox.js.map +0 -1
  96. package/cjs/components/Cell/CellTextbox/CellTextbox.styles.js.map +0 -1
  97. package/cjs/components/Cell/CellTextbox/ui/CellTextLabel.js.map +0 -1
  98. package/cjs/components/Cell/CellTextbox/ui/CellTextSubtitle.js.map +0 -1
  99. package/cjs/components/Cell/CellTextbox/ui/CellTextTitle.js.map +0 -1
  100. package/es/components/Cell/CellTextbox/CellTextbox.js +0 -17
  101. package/es/components/Cell/CellTextbox/CellTextbox.js.map +0 -1
  102. package/es/components/Cell/CellTextbox/CellTextbox.styles.js.map +0 -1
  103. package/es/components/Cell/CellTextbox/ui/CellTextLabel.js.map +0 -1
  104. package/es/components/Cell/CellTextbox/ui/CellTextSubtitle.js.map +0 -1
  105. package/es/components/Cell/CellTextbox/ui/CellTextTitle.js.map +0 -1
  106. package/styled-components/cjs/components/Cell/CellTextbox/CellTextbox.js +0 -20
  107. package/styled-components/es/components/Cell/CellTextbox/CellTextbox.js +0 -13
  108. package/types/components/Cell/CellTextbox/CellTextbox.d.ts.map +0 -1
  109. package/types/components/Cell/CellTextbox/CellTextbox.styles.d.ts.map +0 -1
  110. package/types/components/Cell/CellTextbox/CellTextbox.types.d.ts +0 -43
  111. package/types/components/Cell/CellTextbox/CellTextbox.types.d.ts.map +0 -1
  112. package/types/components/Cell/CellTextbox/ui/CellTextLabel.d.ts +0 -5
  113. package/types/components/Cell/CellTextbox/ui/CellTextLabel.d.ts.map +0 -1
  114. package/types/components/Cell/CellTextbox/ui/CellTextSubtitle.d.ts +0 -5
  115. package/types/components/Cell/CellTextbox/ui/CellTextSubtitle.d.ts.map +0 -1
  116. package/types/components/Cell/CellTextbox/ui/CellTextTitle.d.ts +0 -5
  117. package/types/components/Cell/CellTextbox/ui/CellTextTitle.d.ts.map +0 -1
  118. /package/styled-components/cjs/components/Cell/{CellTextbox → ui/CellTextbox}/CellTextbox.types.js +0 -0
  119. /package/styled-components/es/components/Cell/{CellTextbox → ui/CellTextbox}/CellTextbox.types.js +0 -0
  120. /package/types/components/Cell/{CellTextbox → ui/CellTextbox}/CellTextbox.d.ts +0 -0
  121. /package/types/components/Cell/{CellTextbox → ui/CellTextbox}/CellTextbox.styles.d.ts +0 -0
@@ -3,28 +3,28 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- Object.defineProperty(exports, "CellTextbox", {
6
+ Object.defineProperty(exports, "CellTextLabel", {
7
7
  enumerable: true,
8
8
  get: function get() {
9
- return _CellTextbox.CellTextbox;
9
+ return _CellTextLabel.CellTextLabel;
10
10
  }
11
11
  });
12
- Object.defineProperty(exports, "CellTextboxLabel", {
12
+ Object.defineProperty(exports, "CellTextSubtitle", {
13
13
  enumerable: true,
14
14
  get: function get() {
15
- return _CellTextLabel.CellTextboxLabel;
15
+ return _CellTextSubtitle.CellTextSubtitle;
16
16
  }
17
17
  });
18
- Object.defineProperty(exports, "CellTextboxSubtitle", {
18
+ Object.defineProperty(exports, "CellTextTitle", {
19
19
  enumerable: true,
20
20
  get: function get() {
21
- return _CellTextSubtitle.CellTextboxSubtitle;
21
+ return _CellTextTitle.CellTextTitle;
22
22
  }
23
23
  });
24
- Object.defineProperty(exports, "CellTextboxTitle", {
24
+ Object.defineProperty(exports, "CellTextbox", {
25
25
  enumerable: true,
26
26
  get: function get() {
27
- return _CellTextTitle.CellTextboxTitle;
27
+ return _CellTextbox.CellTextbox;
28
28
  }
29
29
  });
30
30
  Object.defineProperty(exports, "cellClasses", {
@@ -51,9 +51,9 @@ Object.defineProperty(exports, "cellTokens", {
51
51
  return _Cell2.tokens;
52
52
  }
53
53
  });
54
- var _CellTextLabel = /*#__PURE__*/require("./CellTextbox/ui/CellTextLabel");
55
- var _CellTextTitle = /*#__PURE__*/require("./CellTextbox/ui/CellTextTitle");
56
- var _CellTextSubtitle = /*#__PURE__*/require("./CellTextbox/ui/CellTextSubtitle");
54
+ var _CellTextLabel = /*#__PURE__*/require("./ui/CellTextLabel/CellTextLabel");
55
+ var _CellTextTitle = /*#__PURE__*/require("./ui/CellTextTitle/CellTextTitle");
56
+ var _CellTextSubtitle = /*#__PURE__*/require("./ui/CellTextSubtitle/CellTextSubtitle");
57
57
  var _Cell = /*#__PURE__*/require("./Cell");
58
58
  var _Cell2 = /*#__PURE__*/require("./Cell.tokens");
59
- var _CellTextbox = /*#__PURE__*/require("./CellTextbox/CellTextbox");
59
+ var _CellTextbox = /*#__PURE__*/require("./ui/CellTextbox/CellTextbox");
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CellTextLabel = void 0;
7
+ var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
+ var _CellTextLabel = /*#__PURE__*/require("./CellTextLabel.styles");
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ var CellTextLabel = exports.CellTextLabel = function CellTextLabel(props) {
11
+ return /*#__PURE__*/_react["default"].createElement(_CellTextLabel.StyledTextLabel, null, props.children);
12
+ };
@@ -3,14 +3,10 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.CellTextboxLabel = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
6
+ exports.StyledTextLabel = void 0;
8
7
  var _styledComponents = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("styled-components"));
9
8
  var _Cell = /*#__PURE__*/require("../../Cell.tokens");
10
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var StyledTextLabel = /*#__PURE__*/_styledComponents["default"].div.withConfig({
12
- componentId: "plasma-new-hope__sc-1syy9dx-0"
13
- })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], _Cell.tokens.cellLabelColor, _Cell.tokens.cellLabelFontSize, _Cell.tokens.cellLabelFontWeight, _Cell.tokens.cellLabelFontFamily, _Cell.tokens.cellLabelFontStyle, _Cell.tokens.cellLabelLineHeight, _Cell.tokens.cellLabelLetterSpacing);
14
- var CellTextboxLabel = exports.CellTextboxLabel = function CellTextboxLabel(props) {
15
- return /*#__PURE__*/_react["default"].createElement(StyledTextLabel, null, props.children);
16
- };
10
+ var StyledTextLabel = exports.StyledTextLabel = /*#__PURE__*/_styledComponents["default"].div.withConfig({
11
+ componentId: "plasma-new-hope__sc-mjf1kx-0"
12
+ })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], _Cell.tokens.cellLabelColor, _Cell.tokens.cellLabelFontSize, _Cell.tokens.cellLabelFontWeight, _Cell.tokens.cellLabelFontFamily, _Cell.tokens.cellLabelFontStyle, _Cell.tokens.cellLabelLineHeight, _Cell.tokens.cellLabelLetterSpacing);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CellTextSubtitle = void 0;
7
+ var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
+ var _CellTextSubtitle = /*#__PURE__*/require("./CellTextSubtitle.styles");
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ var CellTextSubtitle = exports.CellTextSubtitle = function CellTextSubtitle(props) {
11
+ return /*#__PURE__*/_react["default"].createElement(_CellTextSubtitle.StyledTextSubtitle, null, props.children);
12
+ };
@@ -3,14 +3,10 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.CellTextboxSubtitle = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
6
+ exports.StyledTextSubtitle = void 0;
8
7
  var _styledComponents = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("styled-components"));
9
8
  var _Cell = /*#__PURE__*/require("../../Cell.tokens");
10
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var StyledTextSubtitle = /*#__PURE__*/_styledComponents["default"].div.withConfig({
12
- componentId: "plasma-new-hope__sc-ulqa2a-0"
13
- })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], _Cell.tokens.cellSubtitleColor, _Cell.tokens.cellSubtitleFontSize, _Cell.tokens.cellSubtitleFontWeight, _Cell.tokens.cellSubtitleFontFamily, _Cell.tokens.cellSubtitleFontStyle, _Cell.tokens.cellSubtitleLineHeight, _Cell.tokens.cellSubtitleLetterSpacing);
14
- var CellTextboxSubtitle = exports.CellTextboxSubtitle = function CellTextboxSubtitle(props) {
15
- return /*#__PURE__*/_react["default"].createElement(StyledTextSubtitle, null, props.children);
16
- };
10
+ var StyledTextSubtitle = exports.StyledTextSubtitle = /*#__PURE__*/_styledComponents["default"].div.withConfig({
11
+ componentId: "plasma-new-hope__sc-26s8he-0"
12
+ })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], _Cell.tokens.cellSubtitleColor, _Cell.tokens.cellSubtitleFontSize, _Cell.tokens.cellSubtitleFontWeight, _Cell.tokens.cellSubtitleFontFamily, _Cell.tokens.cellSubtitleFontStyle, _Cell.tokens.cellSubtitleLineHeight, _Cell.tokens.cellSubtitleLetterSpacing);
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CellTextTitle = void 0;
7
+ var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
+ var _CellTextTitle = /*#__PURE__*/require("./CellTextTitle.styles");
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ var CellTextTitle = exports.CellTextTitle = function CellTextTitle(props) {
11
+ return /*#__PURE__*/_react["default"].createElement(_CellTextTitle.StyledTextTitle, null, props.children);
12
+ };
@@ -3,14 +3,10 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.CellTextboxTitle = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
6
+ exports.StyledTextTitle = void 0;
8
7
  var _styledComponents = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("styled-components"));
9
8
  var _Cell = /*#__PURE__*/require("../../Cell.tokens");
10
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var StyledTextTitle = /*#__PURE__*/_styledComponents["default"].div.withConfig({
12
- componentId: "plasma-new-hope__sc-o4ebas-0"
13
- })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], _Cell.tokens.cellTitleColor, _Cell.tokens.cellTitleFontSize, _Cell.tokens.cellTitleFontWeight, _Cell.tokens.cellTitleFontFamily, _Cell.tokens.cellTitleFontStyle, _Cell.tokens.cellTitleLineHeight, _Cell.tokens.cellTitleLetterSpacing);
14
- var CellTextboxTitle = exports.CellTextboxTitle = function CellTextboxTitle(props) {
15
- return /*#__PURE__*/_react["default"].createElement(StyledTextTitle, null, props.children);
16
- };
10
+ var StyledTextTitle = exports.StyledTextTitle = /*#__PURE__*/_styledComponents["default"].div.withConfig({
11
+ componentId: "plasma-new-hope__sc-1m3838r-0"
12
+ })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], _Cell.tokens.cellTitleColor, _Cell.tokens.cellTitleFontSize, _Cell.tokens.cellTitleFontWeight, _Cell.tokens.cellTitleFontFamily, _Cell.tokens.cellTitleFontStyle, _Cell.tokens.cellTitleLineHeight, _Cell.tokens.cellTitleLetterSpacing);
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CellTextbox = void 0;
7
+ var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
+ var _CellTextLabel = /*#__PURE__*/require("../CellTextLabel/CellTextLabel");
9
+ var _CellTextTitle = /*#__PURE__*/require("../CellTextTitle/CellTextTitle");
10
+ var _CellTextSubtitle = /*#__PURE__*/require("../CellTextSubtitle/CellTextSubtitle");
11
+ var _CellTextbox = /*#__PURE__*/require("./CellTextbox.styles");
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
+ var CellTextbox = exports.CellTextbox = function CellTextbox(_ref) {
14
+ var label = _ref.label,
15
+ title = _ref.title,
16
+ subtitle = _ref.subtitle,
17
+ children = _ref.children;
18
+ return /*#__PURE__*/_react["default"].createElement(_CellTextbox.CellTextboxStyled, null, label || title || subtitle ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, label && /*#__PURE__*/_react["default"].createElement(_CellTextLabel.CellTextLabel, null, label), title && /*#__PURE__*/_react["default"].createElement(_CellTextTitle.CellTextTitle, null, title), subtitle && /*#__PURE__*/_react["default"].createElement(_CellTextSubtitle.CellTextSubtitle, null, subtitle)) : children);
19
+ };
@@ -5,8 +5,8 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.CellTextboxStyled = void 0;
7
7
  var _styledComponents = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("styled-components"));
8
- var _Cell = /*#__PURE__*/require("../Cell.tokens");
8
+ var _Cell = /*#__PURE__*/require("../../Cell.tokens");
9
9
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
10
  var CellTextboxStyled = exports.CellTextboxStyled = /*#__PURE__*/_styledComponents["default"].div.withConfig({
11
- componentId: "plasma-new-hope__sc-1ts73cj-0"
11
+ componentId: "plasma-new-hope__sc-w4g41u-0"
12
12
  })(["display:flex;flex-direction:column;gap:var(", ");"], _Cell.tokens.cellTextboxGap);
@@ -4,28 +4,28 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.Cell = void 0;
7
- Object.defineProperty(exports, "CellTextbox", {
7
+ Object.defineProperty(exports, "CellTextLabel", {
8
8
  enumerable: true,
9
9
  get: function get() {
10
- return _Cell.CellTextbox;
10
+ return _Cell.CellTextLabel;
11
11
  }
12
12
  });
13
- Object.defineProperty(exports, "CellTextboxLabel", {
13
+ Object.defineProperty(exports, "CellTextSubtitle", {
14
14
  enumerable: true,
15
15
  get: function get() {
16
- return _Cell.CellTextboxLabel;
16
+ return _Cell.CellTextSubtitle;
17
17
  }
18
18
  });
19
- Object.defineProperty(exports, "CellTextboxSubtitle", {
19
+ Object.defineProperty(exports, "CellTextTitle", {
20
20
  enumerable: true,
21
21
  get: function get() {
22
- return _Cell.CellTextboxSubtitle;
22
+ return _Cell.CellTextTitle;
23
23
  }
24
24
  });
25
- Object.defineProperty(exports, "CellTextboxTitle", {
25
+ Object.defineProperty(exports, "CellTextbox", {
26
26
  enumerable: true,
27
27
  get: function get() {
28
- return _Cell.CellTextboxTitle;
28
+ return _Cell.CellTextbox;
29
29
  }
30
30
  });
31
31
  var _Cell = /*#__PURE__*/require("../../../../components/Cell");
@@ -7,7 +7,7 @@ import { WithTheme } from '../../../_helpers';
7
7
  import { Avatar } from '../Avatar/Avatar';
8
8
  import { IconChevronLeft } from '../../../../components/_Icon';
9
9
 
10
- import { Cell, CellTextbox, CellTextboxTitle } from './Cell';
10
+ import { Cell, CellTextbox, CellTextTitle } from './Cell';
11
11
 
12
12
  type StoryProps = ComponentProps<typeof Cell> & {
13
13
  itemsCount?: number;
@@ -118,10 +118,10 @@ export const WithContentTextboxCustom: Story = {
118
118
  }
119
119
  contentRight={!args.enableRightContent && <ChevronRight color="inherit" size="xs" />}
120
120
  >
121
- <CellTextboxTitle>
121
+ <CellTextTitle>
122
122
  <CellTextbox>Title</CellTextbox>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
- </CellTextboxTitle>
124
+ </CellTextTitle>
125
125
  </Cell>
126
126
  );
127
127
  },
@@ -4,28 +4,28 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.Cell = void 0;
7
- Object.defineProperty(exports, "CellTextbox", {
7
+ Object.defineProperty(exports, "CellTextLabel", {
8
8
  enumerable: true,
9
9
  get: function get() {
10
- return _Cell.CellTextbox;
10
+ return _Cell.CellTextLabel;
11
11
  }
12
12
  });
13
- Object.defineProperty(exports, "CellTextboxLabel", {
13
+ Object.defineProperty(exports, "CellTextSubtitle", {
14
14
  enumerable: true,
15
15
  get: function get() {
16
- return _Cell.CellTextboxLabel;
16
+ return _Cell.CellTextSubtitle;
17
17
  }
18
18
  });
19
- Object.defineProperty(exports, "CellTextboxSubtitle", {
19
+ Object.defineProperty(exports, "CellTextTitle", {
20
20
  enumerable: true,
21
21
  get: function get() {
22
- return _Cell.CellTextboxSubtitle;
22
+ return _Cell.CellTextTitle;
23
23
  }
24
24
  });
25
- Object.defineProperty(exports, "CellTextboxTitle", {
25
+ Object.defineProperty(exports, "CellTextbox", {
26
26
  enumerable: true,
27
27
  get: function get() {
28
- return _Cell.CellTextboxTitle;
28
+ return _Cell.CellTextbox;
29
29
  }
30
30
  });
31
31
  var _engines = /*#__PURE__*/require("../../../../engines");
@@ -7,7 +7,7 @@ import { WithTheme } from '../../../_helpers';
7
7
  import { Avatar } from '../Avatar/Avatar';
8
8
  import { IconChevronLeft } from '../../../../components/_Icon';
9
9
 
10
- import { Cell, CellTextbox, CellTextboxTitle } from './Cell';
10
+ import { Cell, CellTextbox, CellTextTitle } from './Cell';
11
11
 
12
12
  type StoryProps = ComponentProps<typeof Cell> & {
13
13
  itemsCount?: number;
@@ -119,7 +119,7 @@ export const WithContentTextboxCustom: Story = {
119
119
  contentRight={<ChevronRight color="inherit" size="xs" />}
120
120
  >
121
121
  <CellTextbox>
122
- <CellTextboxTitle>Title</CellTextboxTitle>
122
+ <CellTextTitle>Title</CellTextTitle>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
124
  </CellTextbox>
125
125
  </Cell>
@@ -4,7 +4,7 @@ import { base, CellLeft, CellRight, CellContentWrapper, CellContent } from './Ce
4
4
  import { classes } from './Cell.tokens';
5
5
  import { base as viewCSS } from './variations/_view/base';
6
6
  import { base as sizeCSS } from './variations/_size/base';
7
- import { CellTextbox } from './CellTextbox/CellTextbox';
7
+ import { CellTextbox } from './ui/CellTextbox/CellTextbox';
8
8
  export var cellRoot = function cellRoot(Root) {
9
9
  return /*#__PURE__*/forwardRef(function (_ref, outerRootRef) {
10
10
  var size = _ref.size,
@@ -24,19 +24,20 @@ export var cellRoot = function cellRoot(Root) {
24
24
  _ref$stretching = _ref.stretching,
25
25
  stretching = _ref$stretching === void 0 ? 'filled' : _ref$stretching;
26
26
  var stretchingClass = classes["".concat(stretching, "Stretching")];
27
+ var titleText = title || description;
28
+ var contentLeftDeprecated = contentLeft || content;
27
29
  return /*#__PURE__*/React.createElement(Root, {
28
30
  ref: outerRootRef,
29
31
  size: size,
30
32
  view: view,
31
33
  className: cx(stretchingClass, classes.cellRoot)
32
- }, contentLeft && /*#__PURE__*/React.createElement(CellLeft, {
34
+ }, contentLeftDeprecated && /*#__PURE__*/React.createElement(CellLeft, {
33
35
  align: alignContentLeft
34
- }, contentLeft), /*#__PURE__*/React.createElement(CellContentWrapper, null, /*#__PURE__*/React.createElement(CellContent, null, title || description || subtitle || label ? /*#__PURE__*/React.createElement(CellTextbox, {
36
+ }, contentLeftDeprecated), /*#__PURE__*/React.createElement(CellContentWrapper, null, /*#__PURE__*/React.createElement(CellContent, null, titleText || subtitle || label ? /*#__PURE__*/React.createElement(CellTextbox, {
35
37
  label: label,
36
- description: description,
37
- title: title,
38
+ title: titleText,
38
39
  subtitle: subtitle
39
- }) : children || content), contentRight && /*#__PURE__*/React.createElement(CellRight, {
40
+ }) : children), contentRight && /*#__PURE__*/React.createElement(CellRight, {
40
41
  align: alignContentRight
41
42
  }, contentRight)));
42
43
  });
@@ -1,6 +1,6 @@
1
- export { CellTextboxLabel } from './CellTextbox/ui/CellTextLabel';
2
- export { CellTextboxTitle } from './CellTextbox/ui/CellTextTitle';
3
- export { CellTextboxSubtitle } from './CellTextbox/ui/CellTextSubtitle';
1
+ export { CellTextLabel } from './ui/CellTextLabel/CellTextLabel';
2
+ export { CellTextTitle } from './ui/CellTextTitle/CellTextTitle';
3
+ export { CellTextSubtitle } from './ui/CellTextSubtitle/CellTextSubtitle';
4
4
  export { cellRoot, cellConfig } from './Cell';
5
5
  export { tokens as cellTokens, classes as cellClasses } from './Cell.tokens';
6
- export { CellTextbox } from './CellTextbox/CellTextbox';
6
+ export { CellTextbox } from './ui/CellTextbox/CellTextbox';
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { StyledTextLabel } from './CellTextLabel.styles';
3
+ export var CellTextLabel = function CellTextLabel(props) {
4
+ return /*#__PURE__*/React.createElement(StyledTextLabel, null, props.children);
5
+ };
@@ -1,9 +1,5 @@
1
- import React from 'react';
2
1
  import styled from 'styled-components';
3
2
  import { tokens } from '../../Cell.tokens';
4
- var StyledTextLabel = /*#__PURE__*/styled.div.withConfig({
5
- componentId: "plasma-new-hope__sc-1syy9dx-0"
6
- })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], tokens.cellLabelColor, tokens.cellLabelFontSize, tokens.cellLabelFontWeight, tokens.cellLabelFontFamily, tokens.cellLabelFontStyle, tokens.cellLabelLineHeight, tokens.cellLabelLetterSpacing);
7
- export var CellTextboxLabel = function CellTextboxLabel(props) {
8
- return /*#__PURE__*/React.createElement(StyledTextLabel, null, props.children);
9
- };
3
+ export var StyledTextLabel = /*#__PURE__*/styled.div.withConfig({
4
+ componentId: "plasma-new-hope__sc-mjf1kx-0"
5
+ })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], tokens.cellLabelColor, tokens.cellLabelFontSize, tokens.cellLabelFontWeight, tokens.cellLabelFontFamily, tokens.cellLabelFontStyle, tokens.cellLabelLineHeight, tokens.cellLabelLetterSpacing);
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { StyledTextSubtitle } from './CellTextSubtitle.styles';
3
+ export var CellTextSubtitle = function CellTextSubtitle(props) {
4
+ return /*#__PURE__*/React.createElement(StyledTextSubtitle, null, props.children);
5
+ };
@@ -1,9 +1,5 @@
1
- import React from 'react';
2
1
  import styled from 'styled-components';
3
2
  import { tokens } from '../../Cell.tokens';
4
- var StyledTextSubtitle = /*#__PURE__*/styled.div.withConfig({
5
- componentId: "plasma-new-hope__sc-ulqa2a-0"
6
- })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], tokens.cellSubtitleColor, tokens.cellSubtitleFontSize, tokens.cellSubtitleFontWeight, tokens.cellSubtitleFontFamily, tokens.cellSubtitleFontStyle, tokens.cellSubtitleLineHeight, tokens.cellSubtitleLetterSpacing);
7
- export var CellTextboxSubtitle = function CellTextboxSubtitle(props) {
8
- return /*#__PURE__*/React.createElement(StyledTextSubtitle, null, props.children);
9
- };
3
+ export var StyledTextSubtitle = /*#__PURE__*/styled.div.withConfig({
4
+ componentId: "plasma-new-hope__sc-26s8he-0"
5
+ })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], tokens.cellSubtitleColor, tokens.cellSubtitleFontSize, tokens.cellSubtitleFontWeight, tokens.cellSubtitleFontFamily, tokens.cellSubtitleFontStyle, tokens.cellSubtitleLineHeight, tokens.cellSubtitleLetterSpacing);
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { StyledTextTitle } from './CellTextTitle.styles';
3
+ export var CellTextTitle = function CellTextTitle(props) {
4
+ return /*#__PURE__*/React.createElement(StyledTextTitle, null, props.children);
5
+ };
@@ -1,9 +1,5 @@
1
- import React from 'react';
2
1
  import styled from 'styled-components';
3
2
  import { tokens } from '../../Cell.tokens';
4
- var StyledTextTitle = /*#__PURE__*/styled.div.withConfig({
5
- componentId: "plasma-new-hope__sc-o4ebas-0"
6
- })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], tokens.cellTitleColor, tokens.cellTitleFontSize, tokens.cellTitleFontWeight, tokens.cellTitleFontFamily, tokens.cellTitleFontStyle, tokens.cellTitleLineHeight, tokens.cellTitleLetterSpacing);
7
- export var CellTextboxTitle = function CellTextboxTitle(props) {
8
- return /*#__PURE__*/React.createElement(StyledTextTitle, null, props.children);
9
- };
3
+ export var StyledTextTitle = /*#__PURE__*/styled.div.withConfig({
4
+ componentId: "plasma-new-hope__sc-1m3838r-0"
5
+ })(["color:var(", ");font-size:var(", ");font-weight:var(", ");font-family:var(", ");font-style:var(", ");line-height:var(", ");letter-spacing:var(", ");"], tokens.cellTitleColor, tokens.cellTitleFontSize, tokens.cellTitleFontWeight, tokens.cellTitleFontFamily, tokens.cellTitleFontStyle, tokens.cellTitleLineHeight, tokens.cellTitleLetterSpacing);
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { CellTextLabel } from '../CellTextLabel/CellTextLabel';
3
+ import { CellTextTitle } from '../CellTextTitle/CellTextTitle';
4
+ import { CellTextSubtitle } from '../CellTextSubtitle/CellTextSubtitle';
5
+ import { CellTextboxStyled } from './CellTextbox.styles';
6
+ export var CellTextbox = function CellTextbox(_ref) {
7
+ var label = _ref.label,
8
+ title = _ref.title,
9
+ subtitle = _ref.subtitle,
10
+ children = _ref.children;
11
+ return /*#__PURE__*/React.createElement(CellTextboxStyled, null, label || title || subtitle ? /*#__PURE__*/React.createElement(React.Fragment, null, label && /*#__PURE__*/React.createElement(CellTextLabel, null, label), title && /*#__PURE__*/React.createElement(CellTextTitle, null, title), subtitle && /*#__PURE__*/React.createElement(CellTextSubtitle, null, subtitle)) : children);
12
+ };
@@ -1,5 +1,5 @@
1
1
  import styled from 'styled-components';
2
- import { tokens } from '../Cell.tokens';
2
+ import { tokens } from '../../Cell.tokens';
3
3
  export var CellTextboxStyled = /*#__PURE__*/styled.div.withConfig({
4
- componentId: "plasma-new-hope__sc-1ts73cj-0"
4
+ componentId: "plasma-new-hope__sc-w4g41u-0"
5
5
  })(["display:flex;flex-direction:column;gap:var(", ");"], tokens.cellTextboxGap);
@@ -1,6 +1,6 @@
1
- import { cellConfig, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle } from '../../../../components/Cell';
1
+ import { cellConfig, CellTextbox, CellTextLabel, CellTextSubtitle, CellTextTitle } from '../../../../components/Cell';
2
2
  import { component, mergeConfig } from '../../../../engines';
3
3
  import { config } from './Cell.config';
4
4
  var mergedConfig = /*#__PURE__*/mergeConfig(cellConfig, config);
5
5
  export var Cell = /*#__PURE__*/component(mergedConfig);
6
- export { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle };
6
+ export { CellTextbox, CellTextLabel, CellTextSubtitle, CellTextTitle };
@@ -7,7 +7,7 @@ import { WithTheme } from '../../../_helpers';
7
7
  import { Avatar } from '../Avatar/Avatar';
8
8
  import { IconChevronLeft } from '../../../../components/_Icon';
9
9
 
10
- import { Cell, CellTextbox, CellTextboxTitle } from './Cell';
10
+ import { Cell, CellTextbox, CellTextTitle } from './Cell';
11
11
 
12
12
  type StoryProps = ComponentProps<typeof Cell> & {
13
13
  itemsCount?: number;
@@ -118,10 +118,10 @@ export const WithContentTextboxCustom: Story = {
118
118
  }
119
119
  contentRight={!args.enableRightContent && <ChevronRight color="inherit" size="xs" />}
120
120
  >
121
- <CellTextboxTitle>
121
+ <CellTextTitle>
122
122
  <CellTextbox>Title</CellTextbox>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
- </CellTextboxTitle>
124
+ </CellTextTitle>
125
125
  </Cell>
126
126
  );
127
127
  },
@@ -1,6 +1,6 @@
1
1
  import { component, mergeConfig } from '../../../../engines';
2
- import { cellConfig, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle } from '../../../../components/Cell';
2
+ import { cellConfig, CellTextbox, CellTextLabel, CellTextSubtitle, CellTextTitle } from '../../../../components/Cell';
3
3
  import { config } from './Cell.config';
4
4
  var mergedConfig = /*#__PURE__*/mergeConfig(cellConfig, config);
5
5
  export var Cell = /*#__PURE__*/component(mergedConfig);
6
- export { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle };
6
+ export { CellTextbox, CellTextLabel, CellTextSubtitle, CellTextTitle };
@@ -7,7 +7,7 @@ import { WithTheme } from '../../../_helpers';
7
7
  import { Avatar } from '../Avatar/Avatar';
8
8
  import { IconChevronLeft } from '../../../../components/_Icon';
9
9
 
10
- import { Cell, CellTextbox, CellTextboxTitle } from './Cell';
10
+ import { Cell, CellTextbox, CellTextTitle } from './Cell';
11
11
 
12
12
  type StoryProps = ComponentProps<typeof Cell> & {
13
13
  itemsCount?: number;
@@ -119,7 +119,7 @@ export const WithContentTextboxCustom: Story = {
119
119
  contentRight={<ChevronRight color="inherit" size="xs" />}
120
120
  >
121
121
  <CellTextbox>
122
- <CellTextboxTitle>Title</CellTextboxTitle>
122
+ <CellTextTitle>Title</CellTextTitle>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
124
  </CellTextbox>
125
125
  </Cell>
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
2
  import { RootProps } from '../../engines';
3
3
  import type { CellProps } from './Cell.types';
4
- export declare const cellRoot: (Root: RootProps<HTMLSelectElement, CellProps>) => React.ForwardRefExoticComponent<CellProps & React.RefAttributes<HTMLSelectElement>>;
4
+ export declare const cellRoot: (Root: RootProps<HTMLDivElement, CellProps>) => React.ForwardRefExoticComponent<CellProps & React.RefAttributes<HTMLDivElement>>;
5
5
  export declare const cellConfig: {
6
6
  name: string;
7
7
  tag: string;
8
- layout: (Root: RootProps<HTMLSelectElement, CellProps>) => React.ForwardRefExoticComponent<CellProps & React.RefAttributes<HTMLSelectElement>>;
8
+ layout: (Root: RootProps<HTMLDivElement, CellProps>) => React.ForwardRefExoticComponent<CellProps & React.RefAttributes<HTMLDivElement>>;
9
9
  base: import("@linaria/core").LinariaClassName;
10
10
  variations: {
11
11
  view: {
@@ -1 +1 @@
1
- {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../src/components/Cell/Cell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAO9C,eAAO,MAAM,QAAQ,SAAU,UAAU,iBAAiB,EAAE,SAAS,CAAC,wFA0CjE,CAAC;AAEN,eAAO,MAAM,UAAU;;;mBA5CQ,UAAU,iBAAiB,EAAE,SAAS,CAAC;;;;;;;;;;;;;;CA6DrE,CAAC"}
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../src/components/Cell/Cell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAO9C,eAAO,MAAM,QAAQ,SAAU,UAAU,cAAc,EAAE,SAAS,CAAC,qFAwC9D,CAAC;AAEN,eAAO,MAAM,UAAU;;;mBA1CQ,UAAU,cAAc,EAAE,SAAS,CAAC;;;;;;;;;;;;;;CA2DlE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ReactNode } from 'react';
2
- import type { CellTextboxProps } from './CellTextbox/CellTextbox.types';
2
+ import type { CellTextboxProps } from './ui/CellTextbox/CellTextbox.types';
3
3
  export declare type AlignProp = 'center' | 'top' | 'bottom';
4
4
  declare type CustomCellProps = {
5
5
  /**
@@ -40,6 +40,11 @@ declare type CustomCellProps = {
40
40
  * @deprecated
41
41
  */
42
42
  content?: ReactNode;
43
+ /**
44
+ * Свойство устарело, вместо этого нужно использовать title
45
+ * @deprecated
46
+ */
47
+ description?: string;
43
48
  };
44
49
  export declare type CellProps = CustomCellProps & CellTextboxProps;
45
50
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"Cell.types.d.ts","sourceRoot":"","sources":["../../../src/components/Cell/Cell.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAExE,oBAAY,SAAS,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,CAAC;AAEpD,aAAK,eAAe,GAAG;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B;;OAEG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAE9B;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAEzC;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,oBAAY,SAAS,GAAG,eAAe,GAAG,gBAAgB,CAAC"}
1
+ {"version":3,"file":"Cell.types.d.ts","sourceRoot":"","sources":["../../../src/components/Cell/Cell.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAE3E,oBAAY,SAAS,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,CAAC;AAEpD,aAAK,eAAe,GAAG;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B;;OAEG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAE9B;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAEzC;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,oBAAY,SAAS,GAAG,eAAe,GAAG,gBAAgB,CAAC"}
@@ -1,9 +1,9 @@
1
- export { CellTextboxLabel } from './CellTextbox/ui/CellTextLabel';
2
- export { CellTextboxTitle } from './CellTextbox/ui/CellTextTitle';
3
- export { CellTextboxSubtitle } from './CellTextbox/ui/CellTextSubtitle';
1
+ export { CellTextLabel } from './ui/CellTextLabel/CellTextLabel';
2
+ export { CellTextTitle } from './ui/CellTextTitle/CellTextTitle';
3
+ export { CellTextSubtitle } from './ui/CellTextSubtitle/CellTextSubtitle';
4
4
  export { cellRoot, cellConfig } from './Cell';
5
5
  export type { CellProps } from './Cell.types';
6
6
  export { tokens as cellTokens, classes as cellClasses } from './Cell.tokens';
7
- export { CellTextbox } from './CellTextbox/CellTextbox';
8
- export type { CellTextboxProps } from './CellTextbox/CellTextbox.types';
7
+ export { CellTextbox } from './ui/CellTextbox/CellTextbox';
8
+ export type { CellTextboxProps } from './ui/CellTextbox/CellTextbox.types';
9
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Cell/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAExE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAC9C,YAAY,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAE7E,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,YAAY,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Cell/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAE1E,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAC9C,YAAY,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAE7E,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,YAAY,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React, { HTMLAttributes } from 'react';
2
+ export declare const CellTextLabel: React.FC<HTMLAttributes<HTMLDivElement>>;
3
+ //# sourceMappingURL=CellTextLabel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CellTextLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/Cell/ui/CellTextLabel/CellTextLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI9C,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAAC,cAAc,CAAC,CAElE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const StyledTextLabel: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ //# sourceMappingURL=CellTextLabel.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CellTextLabel.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Cell/ui/CellTextLabel/CellTextLabel.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe,oEAQ3B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React, { HTMLAttributes } from 'react';
2
+ export declare const CellTextSubtitle: React.FC<HTMLAttributes<HTMLDivElement>>;
3
+ //# sourceMappingURL=CellTextSubtitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CellTextSubtitle.d.ts","sourceRoot":"","sources":["../../../../../src/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI9C,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAAC,cAAc,CAAC,CAErE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const StyledTextSubtitle: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ //# sourceMappingURL=CellTextSubtitle.styles.d.ts.map