@salutejs/sdds-cs 0.316.0-canary.1960.15021468790.0 → 0.316.0-canary.1961.15024816740.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.
@@ -164,7 +164,7 @@ export const Default: StoryObj<StoryPropsDefault> = {
164
164
  fixedDecimalScale: false,
165
165
  allowNegative: true,
166
166
  allowLeadingZeros: false,
167
- size: 'l',
167
+ size: 's',
168
168
  view: 'default',
169
169
  label: 'Лейбл',
170
170
  labelPlacement: 'outer',
@@ -164,7 +164,7 @@ export const Default: StoryObj<StoryPropsDefault> = {
164
164
  fixedDecimalScale: false,
165
165
  allowNegative: true,
166
166
  allowLeadingZeros: false,
167
- size: 'l',
167
+ size: 's',
168
168
  view: 'default',
169
169
  label: 'Лейбл',
170
170
  labelPlacement: 'outer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.316.0-canary.1960.15021468790.0",
3
+ "version": "0.316.0-canary.1961.15024816740.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS CS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "directory": "packages/sdds-cs"
31
31
  },
32
32
  "dependencies": {
33
- "@salutejs/plasma-new-hope": "0.324.0-canary.1960.15021468790.0",
33
+ "@salutejs/plasma-new-hope": "0.323.0-dev.0",
34
34
  "@salutejs/sdds-themes": "0.36.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "c6da2fb66b2ec895818ffa8a8f86a22b4ff2eda3"
126
+ "gitHead": "dbfe28fac2bfe9336efdc52db9ae7b3ef8262121"
127
127
  }