keycloakify 11.8.12 → 11.8.13
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.
- package/bin/369.index.js +1 -1
- package/package.json +1 -1
- package/src/bin/add-story.ts +1 -1
package/bin/369.index.js
CHANGED
@@ -77,7 +77,7 @@ async function command(params) {
|
|
77
77
|
return;
|
78
78
|
}
|
79
79
|
if (themeType === "admin") {
|
80
|
-
console.log(`${chalk__WEBPACK_IMPORTED_MODULE_6___default().red("✗")} Sorry, there is no Storybook support for the
|
80
|
+
console.log(`${chalk__WEBPACK_IMPORTED_MODULE_6___default().red("✗")} Sorry, there is no Storybook support for the Admin UI.`);
|
81
81
|
process.exit(0);
|
82
82
|
return;
|
83
83
|
}
|
package/package.json
CHANGED
package/src/bin/add-story.ts
CHANGED
@@ -74,7 +74,7 @@ export async function command(params: { buildContext: BuildContext }) {
|
|
74
74
|
|
75
75
|
if (themeType === "admin") {
|
76
76
|
console.log(
|
77
|
-
`${chalk.red("✗")} Sorry, there is no Storybook support for the
|
77
|
+
`${chalk.red("✗")} Sorry, there is no Storybook support for the Admin UI.`
|
78
78
|
);
|
79
79
|
|
80
80
|
process.exit(0);
|