@salutejs/sdds-finportal 0.169.0-canary.1574.11921374356.0 → 0.169.0-canary.1576.11928921314.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-finportal",
3
- "version": "0.169.0-canary.1574.11921374356.0",
3
+ "version": "0.169.0-canary.1576.11928921314.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,7 +19,7 @@
19
19
  "directory": "packages/sdds-finportal"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.195.0-canary.1574.11921374356.0",
22
+ "@salutejs/plasma-new-hope": "0.194.1-dev.0",
23
23
  "@salutejs/sdds-themes": "0.27.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -78,6 +78,8 @@
78
78
  "build:esm": "BABEL_ENV=esm SC_NAMESPACE=sdds-srvc babel ./src --out-dir ./es --extensions .ts,.tsx",
79
79
  "generate:typings": "tsc --outDir . --emitDeclarationOnly",
80
80
  "storybook": "storybook dev -p ${PORT:-7007} -c .storybook",
81
+ "storybook:draft": "IS_DRAFT=true storybook dev -p ${PORT:-7007} -c .storybook",
82
+ "storybook:build:draft": "IS_DRAFT=true storybook build -c .storybook -o build-sb-draft",
81
83
  "storybook:build": "storybook build -c .storybook -o build-sb",
82
84
  "typescript-coverage": "npx typescript-coverage-report > /dev/null",
83
85
  "lint": "../../node_modules/.bin/eslint ./src --ext .js,.ts,.tsx --quiet"
@@ -94,5 +96,5 @@
94
96
  "Vasiliy Loginevskiy"
95
97
  ],
96
98
  "sideEffects": false,
97
- "gitHead": "d0e340c915c2557d0132f2014c6b3e2660f6226f"
99
+ "gitHead": "5362324e37adc9032a2dce72d3abdfd311808d42"
98
100
  }