@salutejs/sdds-finportal 0.168.0-dev.0 → 0.168.1-canary.1524.11908718187.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.168.0-dev.0",
3
+ "version": "0.168.1-canary.1524.11908718187.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",
@@ -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": "c58896a004fb89f31dacd08dc2d20602e23fa6d4"
99
+ "gitHead": "84689fa4c9d48972c67ed91c853a49e2ea779691"
98
100
  }