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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. package/cjs/components/Cell/ui/CellTextbox/CellTextbox.js +4 -4
  2. package/cjs/components/Cell/ui/CellTextbox/CellTextbox.js.map +1 -1
  3. package/cjs/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js +13 -0
  4. package/cjs/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js.map +1 -0
  5. package/cjs/components/Cell/ui/{CellTextLabel/CellTextLabel.styles.js → CellTextboxLabel/CellTextboxLabel.styles.js} +4 -4
  6. package/cjs/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.js.map +1 -0
  7. package/cjs/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js +13 -0
  8. package/cjs/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js.map +1 -0
  9. package/cjs/components/Cell/ui/{CellTextSubtitle/CellTextSubtitle.styles.js → CellTextboxSubtitle/CellTextboxSubtitle.styles.js} +4 -4
  10. package/cjs/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.js.map +1 -0
  11. package/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +13 -0
  12. package/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js.map +1 -0
  13. package/cjs/components/Cell/ui/{CellTextTitle/CellTextTitle.styles.js → CellTextboxTitle/CellTextboxTitle.styles.js} +4 -4
  14. package/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.js.map +1 -0
  15. package/cjs/index.js +6 -6
  16. package/es/components/Cell/ui/CellTextbox/CellTextbox.js +4 -4
  17. package/es/components/Cell/ui/CellTextbox/CellTextbox.js.map +1 -1
  18. package/es/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js +9 -0
  19. package/es/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js.map +1 -0
  20. package/es/components/Cell/ui/{CellTextLabel/CellTextLabel.styles.js → CellTextboxLabel/CellTextboxLabel.styles.js} +4 -4
  21. package/es/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.js.map +1 -0
  22. package/es/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js +9 -0
  23. package/es/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js.map +1 -0
  24. package/es/components/Cell/ui/{CellTextSubtitle/CellTextSubtitle.styles.js → CellTextboxSubtitle/CellTextboxSubtitle.styles.js} +4 -4
  25. package/es/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.js.map +1 -0
  26. package/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +9 -0
  27. package/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js.map +1 -0
  28. package/es/components/Cell/ui/{CellTextTitle/CellTextTitle.styles.js → CellTextboxTitle/CellTextboxTitle.styles.js} +4 -4
  29. package/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.js.map +1 -0
  30. package/es/index.js +3 -3
  31. package/package.json +4 -4
  32. package/styled-components/cjs/components/Cell/index.js +11 -11
  33. package/styled-components/cjs/components/Cell/ui/CellTextbox/CellTextbox.js +4 -4
  34. package/styled-components/cjs/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js +12 -0
  35. package/styled-components/cjs/components/Cell/ui/{CellTextLabel/CellTextLabel.styles.js → CellTextboxLabel/CellTextboxLabel.styles.js} +3 -3
  36. package/styled-components/cjs/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js +12 -0
  37. package/styled-components/cjs/components/Cell/ui/{CellTextSubtitle/CellTextSubtitle.styles.js → CellTextboxSubtitle/CellTextboxSubtitle.styles.js} +3 -3
  38. package/styled-components/cjs/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +12 -0
  39. package/styled-components/cjs/components/Cell/ui/{CellTextTitle/CellTextTitle.styles.js → CellTextboxTitle/CellTextboxTitle.styles.js} +3 -3
  40. package/styled-components/cjs/examples/plasma_b2c/components/Cell/Cell.js +8 -8
  41. package/styled-components/cjs/examples/plasma_b2c/components/Cell/Cell.stories.tsx +3 -3
  42. package/styled-components/cjs/examples/plasma_web/components/Cell/Cell.js +8 -8
  43. package/styled-components/cjs/examples/plasma_web/components/Cell/Cell.stories.tsx +2 -2
  44. package/styled-components/es/components/Cell/index.js +3 -3
  45. package/styled-components/es/components/Cell/ui/CellTextbox/CellTextbox.js +4 -4
  46. package/styled-components/es/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.js +5 -0
  47. package/styled-components/es/components/Cell/ui/{CellTextLabel/CellTextLabel.styles.js → CellTextboxLabel/CellTextboxLabel.styles.js} +2 -2
  48. package/styled-components/es/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.js +5 -0
  49. package/styled-components/es/components/Cell/ui/{CellTextSubtitle/CellTextSubtitle.styles.js → CellTextboxSubtitle/CellTextboxSubtitle.styles.js} +2 -2
  50. package/styled-components/es/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.js +5 -0
  51. package/styled-components/es/components/Cell/ui/{CellTextTitle/CellTextTitle.styles.js → CellTextboxTitle/CellTextboxTitle.styles.js} +2 -2
  52. package/styled-components/es/examples/plasma_b2c/components/Cell/Cell.js +2 -2
  53. package/styled-components/es/examples/plasma_b2c/components/Cell/Cell.stories.tsx +3 -3
  54. package/styled-components/es/examples/plasma_web/components/Cell/Cell.js +2 -2
  55. package/styled-components/es/examples/plasma_web/components/Cell/Cell.stories.tsx +2 -2
  56. package/types/components/Cell/index.d.ts +3 -3
  57. package/types/components/Cell/index.d.ts.map +1 -1
  58. package/types/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.d.ts +3 -0
  59. package/types/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.d.ts.map +1 -0
  60. package/types/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.d.ts +2 -0
  61. package/types/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.d.ts.map +1 -0
  62. package/types/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.d.ts +3 -0
  63. package/types/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.d.ts.map +1 -0
  64. package/types/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.d.ts +2 -0
  65. package/types/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.d.ts.map +1 -0
  66. package/types/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.d.ts +3 -0
  67. package/types/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.d.ts.map +1 -0
  68. package/types/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.d.ts +2 -0
  69. package/types/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.d.ts.map +1 -0
  70. package/types/examples/plasma_b2c/components/Cell/Cell.d.ts +2 -2
  71. package/types/examples/plasma_b2c/components/Cell/Cell.d.ts.map +1 -1
  72. package/types/examples/plasma_web/components/Cell/Cell.d.ts +2 -2
  73. package/types/examples/plasma_web/components/Cell/Cell.d.ts.map +1 -1
  74. package/cjs/components/Cell/ui/CellTextLabel/CellTextLabel.js +0 -13
  75. package/cjs/components/Cell/ui/CellTextLabel/CellTextLabel.js.map +0 -1
  76. package/cjs/components/Cell/ui/CellTextLabel/CellTextLabel.styles.js.map +0 -1
  77. package/cjs/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js +0 -13
  78. package/cjs/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js.map +0 -1
  79. package/cjs/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.styles.js.map +0 -1
  80. package/cjs/components/Cell/ui/CellTextTitle/CellTextTitle.js +0 -13
  81. package/cjs/components/Cell/ui/CellTextTitle/CellTextTitle.js.map +0 -1
  82. package/cjs/components/Cell/ui/CellTextTitle/CellTextTitle.styles.js.map +0 -1
  83. package/es/components/Cell/ui/CellTextLabel/CellTextLabel.js +0 -9
  84. package/es/components/Cell/ui/CellTextLabel/CellTextLabel.js.map +0 -1
  85. package/es/components/Cell/ui/CellTextLabel/CellTextLabel.styles.js.map +0 -1
  86. package/es/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js +0 -9
  87. package/es/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js.map +0 -1
  88. package/es/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.styles.js.map +0 -1
  89. package/es/components/Cell/ui/CellTextTitle/CellTextTitle.js +0 -9
  90. package/es/components/Cell/ui/CellTextTitle/CellTextTitle.js.map +0 -1
  91. package/es/components/Cell/ui/CellTextTitle/CellTextTitle.styles.js.map +0 -1
  92. package/styled-components/cjs/components/Cell/ui/CellTextLabel/CellTextLabel.js +0 -12
  93. package/styled-components/cjs/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js +0 -12
  94. package/styled-components/cjs/components/Cell/ui/CellTextTitle/CellTextTitle.js +0 -12
  95. package/styled-components/es/components/Cell/ui/CellTextLabel/CellTextLabel.js +0 -5
  96. package/styled-components/es/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.js +0 -5
  97. package/styled-components/es/components/Cell/ui/CellTextTitle/CellTextTitle.js +0 -5
  98. package/types/components/Cell/ui/CellTextLabel/CellTextLabel.d.ts +0 -3
  99. package/types/components/Cell/ui/CellTextLabel/CellTextLabel.d.ts.map +0 -1
  100. package/types/components/Cell/ui/CellTextLabel/CellTextLabel.styles.d.ts +0 -2
  101. package/types/components/Cell/ui/CellTextLabel/CellTextLabel.styles.d.ts.map +0 -1
  102. package/types/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.d.ts +0 -3
  103. package/types/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.d.ts.map +0 -1
  104. package/types/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.styles.d.ts +0 -2
  105. package/types/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.styles.d.ts.map +0 -1
  106. package/types/components/Cell/ui/CellTextTitle/CellTextTitle.d.ts +0 -3
  107. package/types/components/Cell/ui/CellTextTitle/CellTextTitle.d.ts.map +0 -1
  108. package/types/components/Cell/ui/CellTextTitle/CellTextTitle.styles.d.ts +0 -2
  109. package/types/components/Cell/ui/CellTextTitle/CellTextTitle.styles.d.ts.map +0 -1
@@ -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, CellTextTitle } from './Cell';
10
+ import { Cell, CellTextbox, CellTextboxTitle } 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
- <CellTextTitle>
121
+ <CellTextboxTitle>
122
122
  <CellTextbox>Title</CellTextbox>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
- </CellTextTitle>
124
+ </CellTextboxTitle>
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, "CellTextLabel", {
7
+ Object.defineProperty(exports, "CellTextbox", {
8
8
  enumerable: true,
9
9
  get: function get() {
10
- return _Cell.CellTextLabel;
10
+ return _Cell.CellTextbox;
11
11
  }
12
12
  });
13
- Object.defineProperty(exports, "CellTextSubtitle", {
13
+ Object.defineProperty(exports, "CellTextboxLabel", {
14
14
  enumerable: true,
15
15
  get: function get() {
16
- return _Cell.CellTextSubtitle;
16
+ return _Cell.CellTextboxLabel;
17
17
  }
18
18
  });
19
- Object.defineProperty(exports, "CellTextTitle", {
19
+ Object.defineProperty(exports, "CellTextboxSubtitle", {
20
20
  enumerable: true,
21
21
  get: function get() {
22
- return _Cell.CellTextTitle;
22
+ return _Cell.CellTextboxSubtitle;
23
23
  }
24
24
  });
25
- Object.defineProperty(exports, "CellTextbox", {
25
+ Object.defineProperty(exports, "CellTextboxTitle", {
26
26
  enumerable: true,
27
27
  get: function get() {
28
- return _Cell.CellTextbox;
28
+ return _Cell.CellTextboxTitle;
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, CellTextTitle } from './Cell';
10
+ import { Cell, CellTextbox, CellTextboxTitle } 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
- <CellTextTitle>Title</CellTextTitle>
122
+ <CellTextboxTitle>Title</CellTextboxTitle>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
124
  </CellTextbox>
125
125
  </Cell>
@@ -1,6 +1,6 @@
1
- export { CellTextLabel } from './ui/CellTextLabel/CellTextLabel';
2
- export { CellTextTitle } from './ui/CellTextTitle/CellTextTitle';
3
- export { CellTextSubtitle } from './ui/CellTextSubtitle/CellTextSubtitle';
1
+ export { CellTextboxLabel } from './ui/CellTextboxLabel/CellTextboxLabel';
2
+ export { CellTextboxTitle } from './ui/CellTextboxTitle/CellTextboxTitle';
3
+ export { CellTextboxSubtitle } from './ui/CellTextboxSubtitle/CellTextboxSubtitle';
4
4
  export { cellRoot, cellConfig } from './Cell';
5
5
  export { tokens as cellTokens, classes as cellClasses } from './Cell.tokens';
6
6
  export { CellTextbox } from './ui/CellTextbox/CellTextbox';
@@ -1,12 +1,12 @@
1
1
  import React from 'react';
2
- import { CellTextLabel } from '../CellTextLabel/CellTextLabel';
3
- import { CellTextTitle } from '../CellTextTitle/CellTextTitle';
4
- import { CellTextSubtitle } from '../CellTextSubtitle/CellTextSubtitle';
2
+ import { CellTextboxLabel } from '../CellTextboxLabel/CellTextboxLabel';
3
+ import { CellTextboxTitle } from '../CellTextboxTitle/CellTextboxTitle';
4
+ import { CellTextboxSubtitle } from '../CellTextboxSubtitle/CellTextboxSubtitle';
5
5
  import { CellTextboxStyled } from './CellTextbox.styles';
6
6
  export var CellTextbox = function CellTextbox(_ref) {
7
7
  var label = _ref.label,
8
8
  title = _ref.title,
9
9
  subtitle = _ref.subtitle,
10
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);
11
+ return /*#__PURE__*/React.createElement(CellTextboxStyled, null, label || title || subtitle ? /*#__PURE__*/React.createElement(React.Fragment, null, label && /*#__PURE__*/React.createElement(CellTextboxLabel, null, label), title && /*#__PURE__*/React.createElement(CellTextboxTitle, null, title), subtitle && /*#__PURE__*/React.createElement(CellTextboxSubtitle, null, subtitle)) : children);
12
12
  };
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { StyledTextboxLabel } from './CellTextboxLabel.styles';
3
+ export var CellTextboxLabel = function CellTextboxLabel(props) {
4
+ return /*#__PURE__*/React.createElement(StyledTextboxLabel, null, props.children);
5
+ };
@@ -1,5 +1,5 @@
1
1
  import styled from 'styled-components';
2
2
  import { tokens } from '../../Cell.tokens';
3
- export var StyledTextLabel = /*#__PURE__*/styled.div.withConfig({
4
- componentId: "plasma-new-hope__sc-mjf1kx-0"
3
+ export var StyledTextboxLabel = /*#__PURE__*/styled.div.withConfig({
4
+ componentId: "plasma-new-hope__sc-j0en77-0"
5
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 { StyledTextboxSubtitle } from './CellTextboxSubtitle.styles';
3
+ export var CellTextboxSubtitle = function CellTextboxSubtitle(props) {
4
+ return /*#__PURE__*/React.createElement(StyledTextboxSubtitle, null, props.children);
5
+ };
@@ -1,5 +1,5 @@
1
1
  import styled from 'styled-components';
2
2
  import { tokens } from '../../Cell.tokens';
3
- export var StyledTextSubtitle = /*#__PURE__*/styled.div.withConfig({
4
- componentId: "plasma-new-hope__sc-26s8he-0"
3
+ export var StyledTextboxSubtitle = /*#__PURE__*/styled.div.withConfig({
4
+ componentId: "plasma-new-hope__sc-lkssfu-0"
5
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 { StyledTextboxTitle } from './CellTextboxTitle.styles';
3
+ export var CellTextboxTitle = function CellTextboxTitle(props) {
4
+ return /*#__PURE__*/React.createElement(StyledTextboxTitle, null, props.children);
5
+ };
@@ -1,5 +1,5 @@
1
1
  import styled from 'styled-components';
2
2
  import { tokens } from '../../Cell.tokens';
3
- export var StyledTextTitle = /*#__PURE__*/styled.div.withConfig({
4
- componentId: "plasma-new-hope__sc-1m3838r-0"
3
+ export var StyledTextboxTitle = /*#__PURE__*/styled.div.withConfig({
4
+ componentId: "plasma-new-hope__sc-3vis0m-0"
5
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);
@@ -1,6 +1,6 @@
1
- import { cellConfig, CellTextbox, CellTextLabel, CellTextSubtitle, CellTextTitle } from '../../../../components/Cell';
1
+ import { cellConfig, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle } 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, CellTextLabel, CellTextSubtitle, CellTextTitle };
6
+ export { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle };
@@ -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, CellTextTitle } from './Cell';
10
+ import { Cell, CellTextbox, CellTextboxTitle } 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
- <CellTextTitle>
121
+ <CellTextboxTitle>
122
122
  <CellTextbox>Title</CellTextbox>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
- </CellTextTitle>
124
+ </CellTextboxTitle>
125
125
  </Cell>
126
126
  );
127
127
  },
@@ -1,6 +1,6 @@
1
1
  import { component, mergeConfig } from '../../../../engines';
2
- import { cellConfig, CellTextbox, CellTextLabel, CellTextSubtitle, CellTextTitle } from '../../../../components/Cell';
2
+ import { cellConfig, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle } 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, CellTextLabel, CellTextSubtitle, CellTextTitle };
6
+ export { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle };
@@ -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, CellTextTitle } from './Cell';
10
+ import { Cell, CellTextbox, CellTextboxTitle } 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
- <CellTextTitle>Title</CellTextTitle>
122
+ <CellTextboxTitle>Title</CellTextboxTitle>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
124
  </CellTextbox>
125
125
  </Cell>
@@ -1,6 +1,6 @@
1
- export { CellTextLabel } from './ui/CellTextLabel/CellTextLabel';
2
- export { CellTextTitle } from './ui/CellTextTitle/CellTextTitle';
3
- export { CellTextSubtitle } from './ui/CellTextSubtitle/CellTextSubtitle';
1
+ export { CellTextboxLabel } from './ui/CellTextboxLabel/CellTextboxLabel';
2
+ export { CellTextboxTitle } from './ui/CellTextboxTitle/CellTextboxTitle';
3
+ export { CellTextboxSubtitle } from './ui/CellTextboxSubtitle/CellTextboxSubtitle';
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';
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Cell/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AAEnF,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 CellTextboxLabel: React.FC<HTMLAttributes<HTMLDivElement>>;
3
+ //# sourceMappingURL=CellTextboxLabel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CellTextboxLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.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 StyledTextboxLabel: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ //# sourceMappingURL=CellTextboxLabel.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CellTextboxLabel.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Cell/ui/CellTextboxLabel/CellTextboxLabel.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB,oEAQ9B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React, { HTMLAttributes } from 'react';
2
+ export declare const CellTextboxSubtitle: React.FC<HTMLAttributes<HTMLDivElement>>;
3
+ //# sourceMappingURL=CellTextboxSubtitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CellTextboxSubtitle.d.ts","sourceRoot":"","sources":["../../../../../src/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI9C,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAAC,cAAc,CAAC,CAExE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const StyledTextboxSubtitle: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ //# sourceMappingURL=CellTextboxSubtitle.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CellTextboxSubtitle.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Cell/ui/CellTextboxSubtitle/CellTextboxSubtitle.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,qBAAqB,oEAQjC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React, { HTMLAttributes } from 'react';
2
+ export declare const CellTextboxTitle: React.FC<HTMLAttributes<HTMLDivElement>>;
3
+ //# sourceMappingURL=CellTextboxTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CellTextboxTitle.d.ts","sourceRoot":"","sources":["../../../../../src/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.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 StyledTextboxTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ //# sourceMappingURL=CellTextboxTitle.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CellTextboxTitle.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Cell/ui/CellTextboxTitle/CellTextboxTitle.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB,oEAQ9B,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { CellTextbox, CellTextLabel, CellTextSubtitle, CellTextTitle } from '../../../../components/Cell';
2
+ import { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle } from '../../../../components/Cell';
3
3
  export declare const Cell: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
4
4
  view: {
5
5
  default: import("@linaria/core").LinariaClassName;
@@ -41,5 +41,5 @@ export declare const Cell: import("react").FunctionComponent<import("../../../..
41
41
  label?: undefined;
42
42
  children?: import("react").ReactNode;
43
43
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
44
- export { CellTextbox, CellTextLabel, CellTextSubtitle, CellTextTitle };
44
+ export { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle };
45
45
  //# sourceMappingURL=Cell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Cell/Cell.ts"],"names":[],"mappings":";AAAA,OAAO,EAAc,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAMtH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qGAA0B,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Cell/Cell.ts"],"names":[],"mappings":";AAAA,OAAO,EAEH,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,gBAAgB,EACnB,MAAM,6BAA6B,CAAC;AAMrC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qGAA0B,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { CellTextbox, CellTextLabel, CellTextSubtitle, CellTextTitle } from '../../../../components/Cell';
2
+ import { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle } from '../../../../components/Cell';
3
3
  export declare const Cell: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
4
4
  view: {
5
5
  default: import("@linaria/core").LinariaClassName;
@@ -41,5 +41,5 @@ export declare const Cell: import("react").FunctionComponent<import("../../../..
41
41
  label?: undefined;
42
42
  children?: import("react").ReactNode;
43
43
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
44
- export { CellTextbox, CellTextLabel, CellTextSubtitle, CellTextTitle };
44
+ export { CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle };
45
45
  //# sourceMappingURL=Cell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Cell/Cell.ts"],"names":[],"mappings":";AACA,OAAO,EAAc,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAKtH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qGAA0B,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,gBAAgB,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Cell/Cell.ts"],"names":[],"mappings":";AACA,OAAO,EAEH,WAAW,EACX,gBAAgB,EAChB,mBAAmB,EACnB,gBAAgB,EACnB,MAAM,6BAA6B,CAAC;AAKrC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qGAA0B,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,CAAC"}
@@ -1,13 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var React = require('react');
6
- var CellTextLabel_styles = require('./CellTextLabel.styles.js');
7
-
8
- var CellTextLabel = function CellTextLabel(props) {
9
- return /*#__PURE__*/React.createElement(CellTextLabel_styles.StyledTextLabel, null, props.children);
10
- };
11
-
12
- exports.CellTextLabel = CellTextLabel;
13
- //# sourceMappingURL=CellTextLabel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextLabel.js","sources":["../../../../../src/components/Cell/ui/CellTextLabel/CellTextLabel.tsx"],"sourcesContent":["import React, { HTMLAttributes } from 'react';\n\nimport { StyledTextLabel } from './CellTextLabel.styles';\n\nexport const CellTextLabel: React.FC<HTMLAttributes<HTMLDivElement>> = (props) => {\n return <StyledTextLabel>{props.children}</StyledTextLabel>;\n};\n"],"names":["CellTextLabel","props","React","createElement","StyledTextLabel","children"],"mappings":";;;;;;;IAIaA,aAAuD,GAAG,SAA1DA,aAAuDA,CAAIC,KAAK,EAAK;EAC9E,oBAAOC,KAAA,CAAAC,aAAA,CAACC,oCAAe,EAAEH,IAAAA,EAAAA,KAAK,CAACI,QAA0B,CAAC,CAAA;AAC9D;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextLabel.styles.js","sources":["../../../../../src/components/Cell/ui/CellTextLabel/CellTextLabel.styles.ts"],"sourcesContent":["import styled from 'styled-components';\n\nimport { tokens } from '../../Cell.tokens';\n\nexport const StyledTextLabel = styled.div`\n color: var(${tokens.cellLabelColor});\n font-size: var(${tokens.cellLabelFontSize});\n font-weight: var(${tokens.cellLabelFontWeight});\n font-family: var(${tokens.cellLabelFontFamily});\n font-style: var(${tokens.cellLabelFontStyle});\n line-height: var(${tokens.cellLabelLineHeight});\n letter-spacing: var(${tokens.cellLabelLetterSpacing});\n`;\n"],"names":["StyledTextLabel","styled","div","withConfig","componentId","tokens","cellLabelColor","cellLabelFontSize","cellLabelFontWeight","cellLabelFontFamily","cellLabelFontStyle","cellLabelLineHeight","cellLabelLetterSpacing"],"mappings":";;;;;;;IAIaA,eAAe,gBAAGC,MAAM,CAACC,GAAG,CAAAC,UAAA,CAAA;EAAAC,WAAA,EAAA,+BAAA;AAAA,CACxBC,CAAAA,CAAAA,CAAAA,YAAAA,EAAAA,kBAAAA,EAAAA,oBAAAA,EAAAA,oBAAAA,EAAAA,mBAAAA,EAAAA,oBAAAA,EAAAA,uBAAAA,EAAAA,IAAAA,CAAAA,EAAAA,kBAAM,CAACC,cAAc,EACjBD,kBAAM,CAACE,iBAAiB,EACtBF,kBAAM,CAACG,mBAAmB,EAC1BH,kBAAM,CAACI,mBAAmB,EAC3BJ,kBAAM,CAACK,kBAAkB,EACxBL,kBAAM,CAACM,mBAAmB,EACvBN,kBAAM,CAACO,sBAAsB;;;;"}
@@ -1,13 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var React = require('react');
6
- var CellTextSubtitle_styles = require('./CellTextSubtitle.styles.js');
7
-
8
- var CellTextSubtitle = function CellTextSubtitle(props) {
9
- return /*#__PURE__*/React.createElement(CellTextSubtitle_styles.StyledTextSubtitle, null, props.children);
10
- };
11
-
12
- exports.CellTextSubtitle = CellTextSubtitle;
13
- //# sourceMappingURL=CellTextSubtitle.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextSubtitle.js","sources":["../../../../../src/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.tsx"],"sourcesContent":["import React, { HTMLAttributes } from 'react';\n\nimport { StyledTextSubtitle } from './CellTextSubtitle.styles';\n\nexport const CellTextSubtitle: React.FC<HTMLAttributes<HTMLDivElement>> = (props) => {\n return <StyledTextSubtitle>{props.children}</StyledTextSubtitle>;\n};\n"],"names":["CellTextSubtitle","props","React","createElement","StyledTextSubtitle","children"],"mappings":";;;;;;;IAIaA,gBAA0D,GAAG,SAA7DA,gBAA0DA,CAAIC,KAAK,EAAK;EACjF,oBAAOC,KAAA,CAAAC,aAAA,CAACC,0CAAkB,EAAEH,IAAAA,EAAAA,KAAK,CAACI,QAA6B,CAAC,CAAA;AACpE;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextSubtitle.styles.js","sources":["../../../../../src/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.styles.ts"],"sourcesContent":["import styled from 'styled-components';\n\nimport { tokens } from '../../Cell.tokens';\n\nexport const StyledTextSubtitle = styled.div`\n color: var(${tokens.cellSubtitleColor});\n font-size: var(${tokens.cellSubtitleFontSize});\n font-weight: var(${tokens.cellSubtitleFontWeight});\n font-family: var(${tokens.cellSubtitleFontFamily});\n font-style: var(${tokens.cellSubtitleFontStyle});\n line-height: var(${tokens.cellSubtitleLineHeight});\n letter-spacing: var(${tokens.cellSubtitleLetterSpacing});\n`;\n"],"names":["StyledTextSubtitle","styled","div","withConfig","componentId","tokens","cellSubtitleColor","cellSubtitleFontSize","cellSubtitleFontWeight","cellSubtitleFontFamily","cellSubtitleFontStyle","cellSubtitleLineHeight","cellSubtitleLetterSpacing"],"mappings":";;;;;;;IAIaA,kBAAkB,gBAAGC,MAAM,CAACC,GAAG,CAAAC,UAAA,CAAA;EAAAC,WAAA,EAAA,+BAAA;AAAA,CAC3BC,CAAAA,CAAAA,CAAAA,YAAAA,EAAAA,kBAAAA,EAAAA,oBAAAA,EAAAA,oBAAAA,EAAAA,mBAAAA,EAAAA,oBAAAA,EAAAA,uBAAAA,EAAAA,IAAAA,CAAAA,EAAAA,kBAAM,CAACC,iBAAiB,EACpBD,kBAAM,CAACE,oBAAoB,EACzBF,kBAAM,CAACG,sBAAsB,EAC7BH,kBAAM,CAACI,sBAAsB,EAC9BJ,kBAAM,CAACK,qBAAqB,EAC3BL,kBAAM,CAACM,sBAAsB,EAC1BN,kBAAM,CAACO,yBAAyB;;;;"}
@@ -1,13 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var React = require('react');
6
- var CellTextTitle_styles = require('./CellTextTitle.styles.js');
7
-
8
- var CellTextTitle = function CellTextTitle(props) {
9
- return /*#__PURE__*/React.createElement(CellTextTitle_styles.StyledTextTitle, null, props.children);
10
- };
11
-
12
- exports.CellTextTitle = CellTextTitle;
13
- //# sourceMappingURL=CellTextTitle.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextTitle.js","sources":["../../../../../src/components/Cell/ui/CellTextTitle/CellTextTitle.tsx"],"sourcesContent":["import React, { HTMLAttributes } from 'react';\n\nimport { StyledTextTitle } from './CellTextTitle.styles';\n\nexport const CellTextTitle: React.FC<HTMLAttributes<HTMLDivElement>> = (props) => {\n return <StyledTextTitle>{props.children}</StyledTextTitle>;\n};\n"],"names":["CellTextTitle","props","React","createElement","StyledTextTitle","children"],"mappings":";;;;;;;IAIaA,aAAuD,GAAG,SAA1DA,aAAuDA,CAAIC,KAAK,EAAK;EAC9E,oBAAOC,KAAA,CAAAC,aAAA,CAACC,oCAAe,EAAEH,IAAAA,EAAAA,KAAK,CAACI,QAA0B,CAAC,CAAA;AAC9D;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextTitle.styles.js","sources":["../../../../../src/components/Cell/ui/CellTextTitle/CellTextTitle.styles.ts"],"sourcesContent":["import styled from 'styled-components';\n\nimport { tokens } from '../../Cell.tokens';\n\nexport const StyledTextTitle = styled.div`\n color: var(${tokens.cellTitleColor});\n font-size: var(${tokens.cellTitleFontSize});\n font-weight: var(${tokens.cellTitleFontWeight});\n font-family: var(${tokens.cellTitleFontFamily});\n font-style: var(${tokens.cellTitleFontStyle});\n line-height: var(${tokens.cellTitleLineHeight});\n letter-spacing: var(${tokens.cellTitleLetterSpacing});\n`;\n"],"names":["StyledTextTitle","styled","div","withConfig","componentId","tokens","cellTitleColor","cellTitleFontSize","cellTitleFontWeight","cellTitleFontFamily","cellTitleFontStyle","cellTitleLineHeight","cellTitleLetterSpacing"],"mappings":";;;;;;;IAIaA,eAAe,gBAAGC,MAAM,CAACC,GAAG,CAAAC,UAAA,CAAA;EAAAC,WAAA,EAAA,8BAAA;AAAA,CACxBC,CAAAA,CAAAA,CAAAA,YAAAA,EAAAA,kBAAAA,EAAAA,oBAAAA,EAAAA,oBAAAA,EAAAA,mBAAAA,EAAAA,oBAAAA,EAAAA,uBAAAA,EAAAA,IAAAA,CAAAA,EAAAA,kBAAM,CAACC,cAAc,EACjBD,kBAAM,CAACE,iBAAiB,EACtBF,kBAAM,CAACG,mBAAmB,EAC1BH,kBAAM,CAACI,mBAAmB,EAC3BJ,kBAAM,CAACK,kBAAkB,EACxBL,kBAAM,CAACM,mBAAmB,EACvBN,kBAAM,CAACO,sBAAsB;;;;"}
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { StyledTextLabel } from './CellTextLabel.styles.js';
3
-
4
- var CellTextLabel = function CellTextLabel(props) {
5
- return /*#__PURE__*/React.createElement(StyledTextLabel, null, props.children);
6
- };
7
-
8
- export { CellTextLabel };
9
- //# sourceMappingURL=CellTextLabel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextLabel.js","sources":["../../../../../src/components/Cell/ui/CellTextLabel/CellTextLabel.tsx"],"sourcesContent":["import React, { HTMLAttributes } from 'react';\n\nimport { StyledTextLabel } from './CellTextLabel.styles';\n\nexport const CellTextLabel: React.FC<HTMLAttributes<HTMLDivElement>> = (props) => {\n return <StyledTextLabel>{props.children}</StyledTextLabel>;\n};\n"],"names":["CellTextLabel","props","React","createElement","StyledTextLabel","children"],"mappings":";;;IAIaA,aAAuD,GAAG,SAA1DA,aAAuDA,CAAIC,KAAK,EAAK;EAC9E,oBAAOC,KAAA,CAAAC,aAAA,CAACC,eAAe,EAAEH,IAAAA,EAAAA,KAAK,CAACI,QAA0B,CAAC,CAAA;AAC9D;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextLabel.styles.js","sources":["../../../../../src/components/Cell/ui/CellTextLabel/CellTextLabel.styles.ts"],"sourcesContent":["import styled from 'styled-components';\n\nimport { tokens } from '../../Cell.tokens';\n\nexport const StyledTextLabel = styled.div`\n color: var(${tokens.cellLabelColor});\n font-size: var(${tokens.cellLabelFontSize});\n font-weight: var(${tokens.cellLabelFontWeight});\n font-family: var(${tokens.cellLabelFontFamily});\n font-style: var(${tokens.cellLabelFontStyle});\n line-height: var(${tokens.cellLabelLineHeight});\n letter-spacing: var(${tokens.cellLabelLetterSpacing});\n`;\n"],"names":["StyledTextLabel","styled","div","withConfig","componentId","tokens","cellLabelColor","cellLabelFontSize","cellLabelFontWeight","cellLabelFontFamily","cellLabelFontStyle","cellLabelLineHeight","cellLabelLetterSpacing"],"mappings":";;;IAIaA,eAAe,gBAAGC,MAAM,CAACC,GAAG,CAAAC,UAAA,CAAA;EAAAC,WAAA,EAAA,+BAAA;AAAA,CACxBC,CAAAA,CAAAA,CAAAA,YAAAA,EAAAA,kBAAAA,EAAAA,oBAAAA,EAAAA,oBAAAA,EAAAA,mBAAAA,EAAAA,oBAAAA,EAAAA,uBAAAA,EAAAA,IAAAA,CAAAA,EAAAA,MAAM,CAACC,cAAc,EACjBD,MAAM,CAACE,iBAAiB,EACtBF,MAAM,CAACG,mBAAmB,EAC1BH,MAAM,CAACI,mBAAmB,EAC3BJ,MAAM,CAACK,kBAAkB,EACxBL,MAAM,CAACM,mBAAmB,EACvBN,MAAM,CAACO,sBAAsB;;;;"}
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { StyledTextSubtitle } from './CellTextSubtitle.styles.js';
3
-
4
- var CellTextSubtitle = function CellTextSubtitle(props) {
5
- return /*#__PURE__*/React.createElement(StyledTextSubtitle, null, props.children);
6
- };
7
-
8
- export { CellTextSubtitle };
9
- //# sourceMappingURL=CellTextSubtitle.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextSubtitle.js","sources":["../../../../../src/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.tsx"],"sourcesContent":["import React, { HTMLAttributes } from 'react';\n\nimport { StyledTextSubtitle } from './CellTextSubtitle.styles';\n\nexport const CellTextSubtitle: React.FC<HTMLAttributes<HTMLDivElement>> = (props) => {\n return <StyledTextSubtitle>{props.children}</StyledTextSubtitle>;\n};\n"],"names":["CellTextSubtitle","props","React","createElement","StyledTextSubtitle","children"],"mappings":";;;IAIaA,gBAA0D,GAAG,SAA7DA,gBAA0DA,CAAIC,KAAK,EAAK;EACjF,oBAAOC,KAAA,CAAAC,aAAA,CAACC,kBAAkB,EAAEH,IAAAA,EAAAA,KAAK,CAACI,QAA6B,CAAC,CAAA;AACpE;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextSubtitle.styles.js","sources":["../../../../../src/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.styles.ts"],"sourcesContent":["import styled from 'styled-components';\n\nimport { tokens } from '../../Cell.tokens';\n\nexport const StyledTextSubtitle = styled.div`\n color: var(${tokens.cellSubtitleColor});\n font-size: var(${tokens.cellSubtitleFontSize});\n font-weight: var(${tokens.cellSubtitleFontWeight});\n font-family: var(${tokens.cellSubtitleFontFamily});\n font-style: var(${tokens.cellSubtitleFontStyle});\n line-height: var(${tokens.cellSubtitleLineHeight});\n letter-spacing: var(${tokens.cellSubtitleLetterSpacing});\n`;\n"],"names":["StyledTextSubtitle","styled","div","withConfig","componentId","tokens","cellSubtitleColor","cellSubtitleFontSize","cellSubtitleFontWeight","cellSubtitleFontFamily","cellSubtitleFontStyle","cellSubtitleLineHeight","cellSubtitleLetterSpacing"],"mappings":";;;IAIaA,kBAAkB,gBAAGC,MAAM,CAACC,GAAG,CAAAC,UAAA,CAAA;EAAAC,WAAA,EAAA,+BAAA;AAAA,CAC3BC,CAAAA,CAAAA,CAAAA,YAAAA,EAAAA,kBAAAA,EAAAA,oBAAAA,EAAAA,oBAAAA,EAAAA,mBAAAA,EAAAA,oBAAAA,EAAAA,uBAAAA,EAAAA,IAAAA,CAAAA,EAAAA,MAAM,CAACC,iBAAiB,EACpBD,MAAM,CAACE,oBAAoB,EACzBF,MAAM,CAACG,sBAAsB,EAC7BH,MAAM,CAACI,sBAAsB,EAC9BJ,MAAM,CAACK,qBAAqB,EAC3BL,MAAM,CAACM,sBAAsB,EAC1BN,MAAM,CAACO,yBAAyB;;;;"}
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { StyledTextTitle } from './CellTextTitle.styles.js';
3
-
4
- var CellTextTitle = function CellTextTitle(props) {
5
- return /*#__PURE__*/React.createElement(StyledTextTitle, null, props.children);
6
- };
7
-
8
- export { CellTextTitle };
9
- //# sourceMappingURL=CellTextTitle.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextTitle.js","sources":["../../../../../src/components/Cell/ui/CellTextTitle/CellTextTitle.tsx"],"sourcesContent":["import React, { HTMLAttributes } from 'react';\n\nimport { StyledTextTitle } from './CellTextTitle.styles';\n\nexport const CellTextTitle: React.FC<HTMLAttributes<HTMLDivElement>> = (props) => {\n return <StyledTextTitle>{props.children}</StyledTextTitle>;\n};\n"],"names":["CellTextTitle","props","React","createElement","StyledTextTitle","children"],"mappings":";;;IAIaA,aAAuD,GAAG,SAA1DA,aAAuDA,CAAIC,KAAK,EAAK;EAC9E,oBAAOC,KAAA,CAAAC,aAAA,CAACC,eAAe,EAAEH,IAAAA,EAAAA,KAAK,CAACI,QAA0B,CAAC,CAAA;AAC9D;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextTitle.styles.js","sources":["../../../../../src/components/Cell/ui/CellTextTitle/CellTextTitle.styles.ts"],"sourcesContent":["import styled from 'styled-components';\n\nimport { tokens } from '../../Cell.tokens';\n\nexport const StyledTextTitle = styled.div`\n color: var(${tokens.cellTitleColor});\n font-size: var(${tokens.cellTitleFontSize});\n font-weight: var(${tokens.cellTitleFontWeight});\n font-family: var(${tokens.cellTitleFontFamily});\n font-style: var(${tokens.cellTitleFontStyle});\n line-height: var(${tokens.cellTitleLineHeight});\n letter-spacing: var(${tokens.cellTitleLetterSpacing});\n`;\n"],"names":["StyledTextTitle","styled","div","withConfig","componentId","tokens","cellTitleColor","cellTitleFontSize","cellTitleFontWeight","cellTitleFontFamily","cellTitleFontStyle","cellTitleLineHeight","cellTitleLetterSpacing"],"mappings":";;;IAIaA,eAAe,gBAAGC,MAAM,CAACC,GAAG,CAAAC,UAAA,CAAA;EAAAC,WAAA,EAAA,8BAAA;AAAA,CACxBC,CAAAA,CAAAA,CAAAA,YAAAA,EAAAA,kBAAAA,EAAAA,oBAAAA,EAAAA,oBAAAA,EAAAA,mBAAAA,EAAAA,oBAAAA,EAAAA,uBAAAA,EAAAA,IAAAA,CAAAA,EAAAA,MAAM,CAACC,cAAc,EACjBD,MAAM,CAACE,iBAAiB,EACtBF,MAAM,CAACG,mBAAmB,EAC1BH,MAAM,CAACI,mBAAmB,EAC3BJ,MAAM,CAACK,kBAAkB,EACxBL,MAAM,CAACM,mBAAmB,EACvBN,MAAM,CAACO,sBAAsB;;;;"}
@@ -1,12 +0,0 @@
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
- };
@@ -1,12 +0,0 @@
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
- };
@@ -1,12 +0,0 @@
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
- };
@@ -1,5 +0,0 @@
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,5 +0,0 @@
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,5 +0,0 @@
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,3 +0,0 @@
1
- import React, { HTMLAttributes } from 'react';
2
- export declare const CellTextLabel: React.FC<HTMLAttributes<HTMLDivElement>>;
3
- //# sourceMappingURL=CellTextLabel.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,2 +0,0 @@
1
- export declare const StyledTextLabel: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- //# sourceMappingURL=CellTextLabel.styles.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,3 +0,0 @@
1
- import React, { HTMLAttributes } from 'react';
2
- export declare const CellTextSubtitle: React.FC<HTMLAttributes<HTMLDivElement>>;
3
- //# sourceMappingURL=CellTextSubtitle.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,2 +0,0 @@
1
- export declare const StyledTextSubtitle: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- //# sourceMappingURL=CellTextSubtitle.styles.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextSubtitle.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Cell/ui/CellTextSubtitle/CellTextSubtitle.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB,oEAQ9B,CAAC"}
@@ -1,3 +0,0 @@
1
- import React, { HTMLAttributes } from 'react';
2
- export declare const CellTextTitle: React.FC<HTMLAttributes<HTMLDivElement>>;
3
- //# sourceMappingURL=CellTextTitle.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CellTextTitle.d.ts","sourceRoot":"","sources":["../../../../../src/components/Cell/ui/CellTextTitle/CellTextTitle.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"}