@salutejs/sdds-finportal 0.168.1-dev.0 → 0.168.2-canary.1524.11926491838.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.1-dev.0",
3
+ "version": "0.168.2-canary.1524.11926491838.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": "3cfba7dfe183d239ca23fb1c74cdae5500cf7308"
99
+ "gitHead": "6451b24fb529d7c5638da23e7c8d7d8c14d2fc18"
98
100
  }