@salutejs/plasma-new-hope 0.241.1-canary.1701.12826370058.0 → 0.241.1-canary.1701.12828004221.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -118,10 +118,10 @@ export const WithContentTextboxCustom: Story = {
118
118
  }
119
119
  contentRight={!args.disableRightContent && <ChevronRight color="inherit" size="xs" />}
120
120
  >
121
- <CellTextboxTitle>
122
- <CellTextbox>Title</CellTextbox>
121
+ <CellTextbox>
122
+ <CellTextboxTitle>Title</CellTextboxTitle>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
- </CellTextboxTitle>
124
+ </CellTextbox>
125
125
  </Cell>
126
126
  );
127
127
  },
@@ -118,10 +118,10 @@ export const WithContentTextboxCustom: Story = {
118
118
  }
119
119
  contentRight={!args.disableRightContent && <ChevronRight color="inherit" size="xs" />}
120
120
  >
121
- <CellTextboxTitle>
122
- <CellTextbox>Title</CellTextbox>
121
+ <CellTextbox>
122
+ <CellTextboxTitle>Title</CellTextboxTitle>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
- </CellTextboxTitle>
124
+ </CellTextbox>
125
125
  </Cell>
126
126
  );
127
127
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.241.1-canary.1701.12826370058.0",
3
+ "version": "0.241.1-canary.1701.12828004221.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",
@@ -131,5 +131,5 @@
131
131
  "sideEffects": [
132
132
  "*.css"
133
133
  ],
134
- "gitHead": "b2d7178409fdec1678b4da9fa415c1273da54684"
134
+ "gitHead": "13984cb233e780a5660e89d4ba62dbebfc516695"
135
135
  }
@@ -118,10 +118,10 @@ export const WithContentTextboxCustom: Story = {
118
118
  }
119
119
  contentRight={!args.disableRightContent && <ChevronRight color="inherit" size="xs" />}
120
120
  >
121
- <CellTextboxTitle>
122
- <CellTextbox>Title</CellTextbox>
121
+ <CellTextbox>
122
+ <CellTextboxTitle>Title</CellTextboxTitle>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
- </CellTextboxTitle>
124
+ </CellTextbox>
125
125
  </Cell>
126
126
  );
127
127
  },
@@ -118,10 +118,10 @@ export const WithContentTextboxCustom: Story = {
118
118
  }
119
119
  contentRight={!args.disableRightContent && <ChevronRight color="inherit" size="xs" />}
120
120
  >
121
- <CellTextboxTitle>
122
- <CellTextbox>Title</CellTextbox>
121
+ <CellTextbox>
122
+ <CellTextboxTitle>Title</CellTextboxTitle>
123
123
  <MyStyledText>My styled Text</MyStyledText>
124
- </CellTextboxTitle>
124
+ </CellTextbox>
125
125
  </Cell>
126
126
  );
127
127
  },