storybook 9.1.0-beta.3 → 9.1.1

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.
@@ -1,42 +1,42 @@
1
1
  "use strict";
2
- var ue = Object.create;
2
+ var ce = Object.create;
3
3
  var y = Object.defineProperty;
4
- var le = Object.getOwnPropertyDescriptor;
5
- var me = Object.getOwnPropertyNames;
6
- var be = Object.getPrototypeOf, ge = Object.prototype.hasOwnProperty;
4
+ var ue = Object.getOwnPropertyDescriptor;
5
+ var le = Object.getOwnPropertyNames;
6
+ var me = Object.getPrototypeOf, be = Object.prototype.hasOwnProperty;
7
7
  var r = (t, e) => y(t, "name", { value: e, configurable: !0 });
8
- var q = (t, e) => () => (e || t((e = { exports: {} }).exports, e), e.exports), de = (t, e) => {
8
+ var z = (t, e) => () => (e || t((e = { exports: {} }).exports, e), e.exports), ge = (t, e) => {
9
9
  for (var o in e)
10
10
  y(t, o, { get: e[o], enumerable: !0 });
11
- }, Q = (t, e, o, n) => {
11
+ }, q = (t, e, o, n) => {
12
12
  if (e && typeof e == "object" || typeof e == "function")
13
- for (let c of me(e))
14
- !ge.call(t, c) && c !== o && y(t, c, { get: () => e[c], enumerable: !(n = le(e, c)) || n.enumerable });
13
+ for (let c of le(e))
14
+ !be.call(t, c) && c !== o && y(t, c, { get: () => e[c], enumerable: !(n = ue(e, c)) || n.enumerable });
15
15
  return t;
16
16
  };
17
- var Z = (t, e, o) => (o = t != null ? ue(be(t)) : {}, Q(
17
+ var Q = (t, e, o) => (o = t != null ? ce(me(t)) : {}, q(
18
18
  // If the importer is in node compatibility mode or this is not an ESM
19
19
  // file that has been converted to a CommonJS file using a Babel-
20
20
  // compatible transform (i.e. "__esModule" has not been set), then set
21
21
  // "default" to the CommonJS "module.exports" for node compatibility.
22
22
  e || !t || !t.__esModule ? y(o, "default", { value: t, enumerable: !0 }) : o,
23
23
  t
24
- )), pe = (t) => Q(y({}, "__esModule", { value: !0 }), t);
24
+ )), de = (t) => q(y({}, "__esModule", { value: !0 }), t);
25
25
 
26
26
  // ../node_modules/picocolors/picocolors.js
27
- var te = q((Re, k) => {
28
- var f = process || {}, ee = f.argv || [], E = f.env || {}, ye = !(E.NO_COLOR || ee.includes("--no-color")) && (!!E.FORCE_COLOR || ee.includes(
29
- "--color") || f.platform === "win32" || (f.stdout || {}).isTTY && E.TERM !== "dumb" || !!E.CI), he = /* @__PURE__ */ r((t, e, o = t) => (n) => {
27
+ var oe = z((fe, k) => {
28
+ var x = process || {}, Z = x.argv || [], E = x.env || {}, pe = !(E.NO_COLOR || Z.includes("--no-color")) && (!!E.FORCE_COLOR || Z.includes(
29
+ "--color") || x.platform === "win32" || (x.stdout || {}).isTTY && E.TERM !== "dumb" || !!E.CI), ye = /* @__PURE__ */ r((t, e, o = t) => (n) => {
30
30
  let c = "" + n, u = c.indexOf(e, t.length);
31
- return ~u ? t + Ee(c, e, o, u) + e : t + c + e;
32
- }, "formatter"), Ee = /* @__PURE__ */ r((t, e, o, n) => {
31
+ return ~u ? t + he(c, e, o, u) + e : t + c + e;
32
+ }, "formatter"), he = /* @__PURE__ */ r((t, e, o, n) => {
33
33
  let c = "", u = 0;
34
34
  do
35
35
  c += t.substring(u, n) + o, u = n + e.length, n = t.indexOf(e, u);
36
36
  while (~n);
37
37
  return c + t.substring(u);
38
- }, "replaceClose"), oe = /* @__PURE__ */ r((t = ye) => {
39
- let e = t ? he : () => String;
38
+ }, "replaceClose"), ee = /* @__PURE__ */ r((t = pe) => {
39
+ let e = t ? ye : () => String;
40
40
  return {
41
41
  isColorSupported: t,
42
42
  reset: e("\x1B[0m", "\x1B[0m"),
@@ -82,22 +82,22 @@ var te = q((Re, k) => {
82
82
  bgWhiteBright: e("\x1B[107m", "\x1B[49m")
83
83
  };
84
84
  }, "createColors");
85
- k.exports = oe();
86
- k.exports.createColors = oe;
85
+ k.exports = ee();
86
+ k.exports.createColors = ee;
87
87
  });
88
88
 
89
89
  // ../node_modules/ts-dedent/dist/index.js
90
- var se = q((h) => {
90
+ var re = z((h) => {
91
91
  "use strict";
92
92
  Object.defineProperty(h, "__esModule", { value: !0 });
93
93
  h.dedent = void 0;
94
- function re(t) {
94
+ function te(t) {
95
95
  for (var e = [], o = 1; o < arguments.length; o++)
96
96
  e[o - 1] = arguments[o];
97
97
  var n = Array.from(typeof t == "string" ? [t] : t);
98
98
  n[n.length - 1] = n[n.length - 1].replace(/\r?\n([\t ]*)$/, "");
99
- var c = n.reduce(function(m, x) {
100
- var p = x.match(/\n([\t ]+|(?!\s).)/g);
99
+ var c = n.reduce(function(m, f) {
100
+ var p = f.match(/\n([\t ]+|(?!\s).)/g);
101
101
  return p ? m.concat(p.map(function(R) {
102
102
  var g, d;
103
103
  return (d = (g = R.match(/[\t ]/g)) === null || g === void 0 ? void 0 : g.length) !== null && d !== void 0 ? d : 0;
@@ -113,26 +113,26 @@ var se = q((h) => {
113
113
  }
114
114
  n[0] = n[0].replace(/^\r?\n/, "");
115
115
  var b = n[0];
116
- return e.forEach(function(m, x) {
116
+ return e.forEach(function(m, f) {
117
117
  var p = b.match(/(?:^|\n)( *)$/), R = p ? p[1] : "", g = m;
118
118
  typeof m == "string" && m.includes(`
119
119
  `) && (g = String(m).split(`
120
- `).map(function(d, ce) {
121
- return ce === 0 ? d : "" + R + d;
120
+ `).map(function(d, ie) {
121
+ return ie === 0 ? d : "" + R + d;
122
122
  }).join(`
123
- `)), b += g + n[x + 1];
123
+ `)), b += g + n[f + 1];
124
124
  }), b;
125
125
  }
126
- r(re, "dedent");
127
- h.dedent = re;
128
- h.default = re;
126
+ r(te, "dedent");
127
+ h.dedent = te;
128
+ h.default = te;
129
129
  });
130
130
 
131
131
  // src/server-errors.ts
132
- var fe = {};
133
- de(fe, {
132
+ var Ee = {};
133
+ ge(Ee, {
134
134
  AngularLegacyBuildOptionsError: () => K,
135
- Category: () => ie,
135
+ Category: () => ae,
136
136
  ConflictingStaticDirConfigError: () => C,
137
137
  CouldNotEvaluateFrameworkError: () => w,
138
138
  CriticalPresetLoadError: () => v,
@@ -152,7 +152,6 @@ de(fe, {
152
152
  NoMatchingExportError: () => j,
153
153
  NoStatsForViteDevError: () => J,
154
154
  NxProjectDetectedError: () => O,
155
- SavingGlobalSettingsFileError: () => z,
156
155
  StatusTypeIdMismatchError: () => D,
157
156
  SvelteViteWithSvelteKitError: () => P,
158
157
  UpgradeStorybookToLowerVersionError: () => G,
@@ -161,18 +160,18 @@ de(fe, {
161
160
  WebpackInvocationError: () => M,
162
161
  WebpackMissingStatsError: () => I
163
162
  });
164
- module.exports = pe(fe);
165
- var l = Z(te(), 1), i = Z(se(), 1);
163
+ module.exports = de(Ee);
164
+ var l = Q(oe(), 1), i = Q(re(), 1);
166
165
 
167
166
  // src/storybook-error.ts
168
- function ne({
167
+ function se({
169
168
  code: t,
170
169
  category: e
171
170
  }) {
172
171
  let o = String(t).padStart(4, "0");
173
172
  return `SB_${e}_${o}`;
174
173
  }
175
- r(ne, "parseErrorCode");
174
+ r(se, "parseErrorCode");
176
175
  var a = class t extends Error {
177
176
  constructor(o) {
178
177
  super(t.getFullMessage(o));
@@ -189,7 +188,7 @@ var a = class t extends Error {
189
188
  r(this, "StorybookError");
190
189
  }
191
190
  get fullErrorCode() {
192
- return ne({ code: this.code, category: this.category });
191
+ return se({ code: this.code, category: this.category });
193
192
  }
194
193
  /** Overrides the default `Error.name` property in the format: SB_<CATEGORY>_<CODE>. */
195
194
  get name() {
@@ -204,7 +203,7 @@ var a = class t extends Error {
204
203
  message: u
205
204
  }) {
206
205
  let b;
207
- return o === !0 ? b = `https://storybook.js.org/error/${ne({ code: n, category: c })}` : typeof o == "string" ? b = o : Array.isArray(o) &&
206
+ return o === !0 ? b = `https://storybook.js.org/error/${se({ code: n, category: c })}` : typeof o == "string" ? b = o : Array.isArray(o) &&
208
207
  (b = `
209
208
  ${o.map((m) => ` - ${m}`).join(`
210
209
  `)}`), `${u}${b != null ? `
@@ -215,7 +214,7 @@ More info: ${b}
215
214
  };
216
215
 
217
216
  // src/server-errors.ts
218
- var ie = /* @__PURE__ */ ((s) => (s.CLI = "CLI", s.CLI_INIT = "CLI_INIT", s.CLI_AUTOMIGRATE = "CLI_AUTOMIGRATE", s.CLI_UPGRADE = "CLI_UPGRAD\
217
+ var ae = /* @__PURE__ */ ((s) => (s.CLI = "CLI", s.CLI_INIT = "CLI_INIT", s.CLI_AUTOMIGRATE = "CLI_AUTOMIGRATE", s.CLI_UPGRADE = "CLI_UPGRAD\
219
218
  E", s.CLI_ADD = "CLI_ADD", s.CODEMOD = "CODEMOD", s.CORE_SERVER = "CORE-SERVER", s.CSF_PLUGIN = "CSF-PLUGIN", s.CSF_TOOLS = "CSF-TOOLS", s.CORE_COMMON =
220
219
  "CORE-COMMON", s.NODE_LOGGER = "NODE-LOGGER", s.TELEMETRY = "TELEMETRY", s.BUILDER_MANAGER = "BUILDER-MANAGER", s.BUILDER_VITE = "BUILDER-VI\
221
220
  TE", s.BUILDER_WEBPACK5 = "BUILDER-WEBPACK5", s.SOURCE_LOADER = "SOURCE-LOADER", s.POSTINSTALL = "POSTINSTALL", s.DOCS_TOOLS = "DOCS-TOOLS",
@@ -225,7 +224,7 @@ FRAMEWORK_HTML-VITE", s.FRAMEWORK_HTML_WEBPACK5 = "FRAMEWORK_HTML-WEBPACK5", s.F
225
224
  "FRAMEWORK_REACT-WEBPACK5", s.FRAMEWORK_SERVER_WEBPACK5 = "FRAMEWORK_SERVER-WEBPACK5", s.FRAMEWORK_SVELTE_VITE = "FRAMEWORK_SVELTE-VITE", s.
226
225
  FRAMEWORK_SVELTEKIT = "FRAMEWORK_SVELTEKIT", s.FRAMEWORK_VUE_VITE = "FRAMEWORK_VUE-VITE", s.FRAMEWORK_VUE_WEBPACK5 = "FRAMEWORK_VUE-WEBPACK5",
227
226
  s.FRAMEWORK_VUE3_VITE = "FRAMEWORK_VUE3-VITE", s.FRAMEWORK_VUE3_WEBPACK5 = "FRAMEWORK_VUE3-WEBPACK5", s.FRAMEWORK_WEB_COMPONENTS_VITE = "FRA\
228
- MEWORK_WEB-COMPONENTS-VITE", s.FRAMEWORK_WEB_COMPONENTS_WEBPACK5 = "FRAMEWORK_WEB-COMPONENTS-WEBPACK5", s))(ie || {}), O = class extends a {
227
+ MEWORK_WEB-COMPONENTS-VITE", s.FRAMEWORK_WEB_COMPONENTS_WEBPACK5 = "FRAMEWORK_WEB-COMPONENTS-WEBPACK5", s))(ae || {}), O = class extends a {
229
228
  static {
230
229
  r(this, "NxProjectDetectedError");
231
230
  }
@@ -350,16 +349,16 @@ MEWORK_WEB-COMPONENTS-VITE", s.FRAMEWORK_WEB_COMPONENTS_WEBPACK5 = "FRAMEWORK_WE
350
349
  r(this, "WebpackInvocationError");
351
350
  }
352
351
  };
353
- function ae(t = "") {
352
+ function ne(t = "") {
354
353
  return t.replace(/\u001B\[[0-9;]*m/g, "");
355
354
  }
356
- r(ae, "removeAnsiEscapeCodes");
355
+ r(ne, "removeAnsiEscapeCodes");
357
356
  var T = class extends a {
358
357
  constructor(o) {
359
358
  o.errors = o.errors.map((n) => ({
360
359
  ...n,
361
- message: ae(n.message),
362
- stack: ae(n.stack),
360
+ message: ne(n.message),
361
+ stack: ne(n.stack),
363
362
  name: n.name
364
363
  }));
365
364
  super({
@@ -731,18 +730,4 @@ var T = class extends a {
731
730
  static {
732
731
  r(this, "IncompatiblePostCssConfigError");
733
732
  }
734
- }, z = class extends a {
735
- constructor(o) {
736
- super({
737
- category: "CORE-SERVER",
738
- code: 1,
739
- message: i.dedent`
740
- Unable to save global settings file to ${o.filePath}
741
- ${o.error && `Reason: ${o.error}`}`
742
- });
743
- this.data = o;
744
- }
745
- static {
746
- r(this, "SavingGlobalSettingsFileError");
747
- }
748
733
  };
@@ -291,15 +291,5 @@ declare class IncompatiblePostCssConfigError extends StorybookError {
291
291
  error: Error;
292
292
  });
293
293
  }
294
- declare class SavingGlobalSettingsFileError extends StorybookError {
295
- data: {
296
- filePath: string;
297
- error: Error | unknown;
298
- };
299
- constructor(data: {
300
- filePath: string;
301
- error: Error | unknown;
302
- });
303
- }
304
294
 
305
- export { AngularLegacyBuildOptionsError, Category, ConflictingStaticDirConfigError, CouldNotEvaluateFrameworkError, CriticalPresetLoadError, FindPackageVersionsError, GenerateNewProjectOnInitError, GoogleFontsDownloadError, GoogleFontsLoadingError, IncompatiblePostCssConfigError, InvalidFrameworkNameError, InvalidStoriesEntryError, MainFileESMOnlyImportError, MainFileEvaluationError, MainFileMissingError, MissingAngularJsonError, MissingBuilderError, MissingFrameworkFieldError, NoMatchingExportError, NoStatsForViteDevError, NxProjectDetectedError, SavingGlobalSettingsFileError, StatusTypeIdMismatchError, SvelteViteWithSvelteKitError, UpgradeStorybookToLowerVersionError, UpgradeStorybookUnknownCurrentVersionError, WebpackCompilationError, WebpackInvocationError, WebpackMissingStatsError };
295
+ export { AngularLegacyBuildOptionsError, Category, ConflictingStaticDirConfigError, CouldNotEvaluateFrameworkError, CriticalPresetLoadError, FindPackageVersionsError, GenerateNewProjectOnInitError, GoogleFontsDownloadError, GoogleFontsLoadingError, IncompatiblePostCssConfigError, InvalidFrameworkNameError, InvalidStoriesEntryError, MainFileESMOnlyImportError, MainFileEvaluationError, MainFileMissingError, MissingAngularJsonError, MissingBuilderError, MissingFrameworkFieldError, NoMatchingExportError, NoStatsForViteDevError, NxProjectDetectedError, StatusTypeIdMismatchError, SvelteViteWithSvelteKitError, UpgradeStorybookToLowerVersionError, UpgradeStorybookUnknownCurrentVersionError, WebpackCompilationError, WebpackInvocationError, WebpackMissingStatsError };
@@ -4,20 +4,20 @@ import { dirname as ESM_COMPAT_dirname } from 'node:path';
4
4
  const __filename = ESM_COMPAT_fileURLToPath(import.meta.url);
5
5
  const __dirname = ESM_COMPAT_dirname(__filename);
6
6
  const require = ESM_COMPAT_Module.createRequire(import.meta.url);
7
- var ie = Object.create;
7
+ var ae = Object.create;
8
8
  var R = Object.defineProperty;
9
- var ce = Object.getOwnPropertyDescriptor;
10
- var ue = Object.getOwnPropertyNames;
11
- var le = Object.getPrototypeOf, me = Object.prototype.hasOwnProperty;
9
+ var ie = Object.getOwnPropertyDescriptor;
10
+ var ce = Object.getOwnPropertyNames;
11
+ var ue = Object.getPrototypeOf, le = Object.prototype.hasOwnProperty;
12
12
  var r = (t, e) => R(t, "name", { value: e, configurable: !0 });
13
13
  var O = (t, e) => () => (e || t((e = { exports: {} }).exports, e), e.exports);
14
- var be = (t, e, o, n) => {
14
+ var me = (t, e, o, n) => {
15
15
  if (e && typeof e == "object" || typeof e == "function")
16
- for (let c of ue(e))
17
- !me.call(t, c) && c !== o && R(t, c, { get: () => e[c], enumerable: !(n = ce(e, c)) || n.enumerable });
16
+ for (let c of ce(e))
17
+ !le.call(t, c) && c !== o && R(t, c, { get: () => e[c], enumerable: !(n = ie(e, c)) || n.enumerable });
18
18
  return t;
19
19
  };
20
- var A = (t, e, o) => (o = t != null ? ie(le(t)) : {}, be(
20
+ var A = (t, e, o) => (o = t != null ? ae(ue(t)) : {}, me(
21
21
  // If the importer is in node compatibility mode or this is not an ESM
22
22
  // file that has been converted to a CommonJS file using a Babel-
23
23
  // compatible transform (i.e. "__esModule" has not been set), then set
@@ -27,19 +27,19 @@ var A = (t, e, o) => (o = t != null ? ie(le(t)) : {}, be(
27
27
  ));
28
28
 
29
29
  // ../node_modules/picocolors/picocolors.js
30
- var C = O((Ee, k) => {
31
- var E = process || {}, _ = E.argv || [], h = E.env || {}, ge = !(h.NO_COLOR || _.includes("--no-color")) && (!!h.FORCE_COLOR || _.includes(
32
- "--color") || E.platform === "win32" || (E.stdout || {}).isTTY && h.TERM !== "dumb" || !!h.CI), de = /* @__PURE__ */ r((t, e, o = t) => (n) => {
30
+ var C = O((he, k) => {
31
+ var E = process || {}, _ = E.argv || [], h = E.env || {}, be = !(h.NO_COLOR || _.includes("--no-color")) && (!!h.FORCE_COLOR || _.includes(
32
+ "--color") || E.platform === "win32" || (E.stdout || {}).isTTY && h.TERM !== "dumb" || !!h.CI), ge = /* @__PURE__ */ r((t, e, o = t) => (n) => {
33
33
  let c = "" + n, u = c.indexOf(e, t.length);
34
- return ~u ? t + pe(c, e, o, u) + e : t + c + e;
35
- }, "formatter"), pe = /* @__PURE__ */ r((t, e, o, n) => {
34
+ return ~u ? t + de(c, e, o, u) + e : t + c + e;
35
+ }, "formatter"), de = /* @__PURE__ */ r((t, e, o, n) => {
36
36
  let c = "", u = 0;
37
37
  do
38
38
  c += t.substring(u, n) + o, u = n + e.length, n = t.indexOf(e, u);
39
39
  while (~n);
40
40
  return c + t.substring(u);
41
- }, "replaceClose"), w = /* @__PURE__ */ r((t = ge) => {
42
- let e = t ? de : () => String;
41
+ }, "replaceClose"), w = /* @__PURE__ */ r((t = be) => {
42
+ let e = t ? ge : () => String;
43
43
  return {
44
44
  isColorSupported: t,
45
45
  reset: e("\x1B[0m", "\x1B[0m"),
@@ -99,11 +99,11 @@ var I = O((y) => {
99
99
  e[o - 1] = arguments[o];
100
100
  var n = Array.from(typeof t == "string" ? [t] : t);
101
101
  n[n.length - 1] = n[n.length - 1].replace(/\r?\n([\t ]*)$/, "");
102
- var c = n.reduce(function(m, f) {
103
- var p = f.match(/\n([\t ]+|(?!\s).)/g);
104
- return p ? m.concat(p.map(function(x) {
102
+ var c = n.reduce(function(m, x) {
103
+ var p = x.match(/\n([\t ]+|(?!\s).)/g);
104
+ return p ? m.concat(p.map(function(f) {
105
105
  var g, d;
106
- return (d = (g = x.match(/[\t ]/g)) === null || g === void 0 ? void 0 : g.length) !== null && d !== void 0 ? d : 0;
106
+ return (d = (g = f.match(/[\t ]/g)) === null || g === void 0 ? void 0 : g.length) !== null && d !== void 0 ? d : 0;
107
107
  })) : m;
108
108
  }, []);
109
109
  if (c.length) {
@@ -116,14 +116,14 @@ var I = O((y) => {
116
116
  }
117
117
  n[0] = n[0].replace(/^\r?\n/, "");
118
118
  var b = n[0];
119
- return e.forEach(function(m, f) {
120
- var p = b.match(/(?:^|\n)( *)$/), x = p ? p[1] : "", g = m;
119
+ return e.forEach(function(m, x) {
120
+ var p = b.match(/(?:^|\n)( *)$/), f = p ? p[1] : "", g = m;
121
121
  typeof m == "string" && m.includes(`
122
122
  `) && (g = String(m).split(`
123
- `).map(function(d, ae) {
124
- return ae === 0 ? d : "" + x + d;
123
+ `).map(function(d, ne) {
124
+ return ne === 0 ? d : "" + f + d;
125
125
  }).join(`
126
- `)), b += g + n[f + 1];
126
+ `)), b += g + n[x + 1];
127
127
  }), b;
128
128
  }
129
129
  r(S, "dedent");
@@ -185,7 +185,7 @@ More info: ${b}
185
185
  };
186
186
 
187
187
  // src/server-errors.ts
188
- var ye = /* @__PURE__ */ ((s) => (s.CLI = "CLI", s.CLI_INIT = "CLI_INIT", s.CLI_AUTOMIGRATE = "CLI_AUTOMIGRATE", s.CLI_UPGRADE = "CLI_UPGRAD\
188
+ var pe = /* @__PURE__ */ ((s) => (s.CLI = "CLI", s.CLI_INIT = "CLI_INIT", s.CLI_AUTOMIGRATE = "CLI_AUTOMIGRATE", s.CLI_UPGRADE = "CLI_UPGRAD\
189
189
  E", s.CLI_ADD = "CLI_ADD", s.CODEMOD = "CODEMOD", s.CORE_SERVER = "CORE-SERVER", s.CSF_PLUGIN = "CSF-PLUGIN", s.CSF_TOOLS = "CSF-TOOLS", s.CORE_COMMON =
190
190
  "CORE-COMMON", s.NODE_LOGGER = "NODE-LOGGER", s.TELEMETRY = "TELEMETRY", s.BUILDER_MANAGER = "BUILDER-MANAGER", s.BUILDER_VITE = "BUILDER-VI\
191
191
  TE", s.BUILDER_WEBPACK5 = "BUILDER-WEBPACK5", s.SOURCE_LOADER = "SOURCE-LOADER", s.POSTINSTALL = "POSTINSTALL", s.DOCS_TOOLS = "DOCS-TOOLS",
@@ -195,7 +195,7 @@ FRAMEWORK_HTML-VITE", s.FRAMEWORK_HTML_WEBPACK5 = "FRAMEWORK_HTML-WEBPACK5", s.F
195
195
  "FRAMEWORK_REACT-WEBPACK5", s.FRAMEWORK_SERVER_WEBPACK5 = "FRAMEWORK_SERVER-WEBPACK5", s.FRAMEWORK_SVELTE_VITE = "FRAMEWORK_SVELTE-VITE", s.
196
196
  FRAMEWORK_SVELTEKIT = "FRAMEWORK_SVELTEKIT", s.FRAMEWORK_VUE_VITE = "FRAMEWORK_VUE-VITE", s.FRAMEWORK_VUE_WEBPACK5 = "FRAMEWORK_VUE-WEBPACK5",
197
197
  s.FRAMEWORK_VUE3_VITE = "FRAMEWORK_VUE3-VITE", s.FRAMEWORK_VUE3_WEBPACK5 = "FRAMEWORK_VUE3-WEBPACK5", s.FRAMEWORK_WEB_COMPONENTS_VITE = "FRA\
198
- MEWORK_WEB-COMPONENTS-VITE", s.FRAMEWORK_WEB_COMPONENTS_WEBPACK5 = "FRAMEWORK_WEB-COMPONENTS-WEBPACK5", s))(ye || {}), T = class extends a {
198
+ MEWORK_WEB-COMPONENTS-VITE", s.FRAMEWORK_WEB_COMPONENTS_WEBPACK5 = "FRAMEWORK_WEB-COMPONENTS-WEBPACK5", s))(pe || {}), T = class extends a {
199
199
  static {
200
200
  r(this, "NxProjectDetectedError");
201
201
  }
@@ -701,24 +701,10 @@ var V = class extends a {
701
701
  static {
702
702
  r(this, "IncompatiblePostCssConfigError");
703
703
  }
704
- }, ne = class extends a {
705
- constructor(o) {
706
- super({
707
- category: "CORE-SERVER",
708
- code: 1,
709
- message: i.dedent`
710
- Unable to save global settings file to ${o.filePath}
711
- ${o.error && `Reason: ${o.error}`}`
712
- });
713
- this.data = o;
714
- }
715
- static {
716
- r(this, "SavingGlobalSettingsFileError");
717
- }
718
704
  };
719
705
  export {
720
706
  F as AngularLegacyBuildOptionsError,
721
- ye as Category,
707
+ pe as Category,
722
708
  B as ConflictingStaticDirConfigError,
723
709
  v as CouldNotEvaluateFrameworkError,
724
710
  D as CriticalPresetLoadError,
@@ -738,7 +724,6 @@ export {
738
724
  X as NoMatchingExportError,
739
725
  te as NoStatsForViteDevError,
740
726
  T as NxProjectDetectedError,
741
- ne as SavingGlobalSettingsFileError,
742
727
  Q as StatusTypeIdMismatchError,
743
728
  J as SvelteViteWithSvelteKitError,
744
729
  ee as UpgradeStorybookToLowerVersionError,