@storybook/react 10.2.0-alpha.0 → 10.2.0-alpha.2
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/dist/_browser-chunks/{chunk-OCTWNRZO.js → chunk-CMP5DLKH.js} +1 -1
- package/dist/_browser-chunks/{chunk-FMVW4CIJ.js → chunk-DX2KEMQY.js} +52 -52
- package/dist/_browser-chunks/{chunk-7SRU6CYS.js → chunk-E4YOXNOQ.js} +10 -10
- package/dist/_browser-chunks/{chunk-M77NQZM3.js → chunk-Q7AKY2FO.js} +2 -2
- package/dist/entry-preview-argtypes.js +2 -2
- package/dist/entry-preview-docs.js +2 -2
- package/dist/index.js +4 -4
- package/dist/preset.js +92 -92
- package/dist/preview.js +4 -4
- package/package.json +3 -7
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
isMemo,
|
|
3
3
|
reactElementToJsxString
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-E4YOXNOQ.js";
|
|
5
5
|
import {
|
|
6
6
|
__commonJS,
|
|
7
7
|
__export,
|
|
8
8
|
__toESM
|
|
9
9
|
} from "./chunk-SL3VIQZ3.js";
|
|
10
10
|
|
|
11
|
-
//
|
|
11
|
+
// ../../../node_modules/estraverse/estraverse.js
|
|
12
12
|
var require_estraverse = __commonJS({
|
|
13
|
-
"
|
|
13
|
+
"../../../node_modules/estraverse/estraverse.js"(exports) {
|
|
14
14
|
(function clone(exports2) {
|
|
15
15
|
"use strict";
|
|
16
16
|
var Syntax, VisitorOption, VisitorKeys, BREAK, SKIP, REMOVE;
|
|
@@ -395,9 +395,9 @@ var require_estraverse = __commonJS({
|
|
|
395
395
|
}
|
|
396
396
|
});
|
|
397
397
|
|
|
398
|
-
//
|
|
398
|
+
// ../../../node_modules/esutils/lib/ast.js
|
|
399
399
|
var require_ast = __commonJS({
|
|
400
|
-
"
|
|
400
|
+
"../../../node_modules/esutils/lib/ast.js"(exports, module) {
|
|
401
401
|
(function() {
|
|
402
402
|
"use strict";
|
|
403
403
|
function isExpression(node) {
|
|
@@ -502,9 +502,9 @@ var require_ast = __commonJS({
|
|
|
502
502
|
}
|
|
503
503
|
});
|
|
504
504
|
|
|
505
|
-
//
|
|
505
|
+
// ../../../node_modules/esutils/lib/code.js
|
|
506
506
|
var require_code = __commonJS({
|
|
507
|
-
"
|
|
507
|
+
"../../../node_modules/esutils/lib/code.js"(exports, module) {
|
|
508
508
|
(function() {
|
|
509
509
|
"use strict";
|
|
510
510
|
var ES6Regex, ES5Regex, NON_ASCII_WHITESPACES, IDENTIFIER_START, IDENTIFIER_PART, ch;
|
|
@@ -596,9 +596,9 @@ var require_code = __commonJS({
|
|
|
596
596
|
}
|
|
597
597
|
});
|
|
598
598
|
|
|
599
|
-
//
|
|
599
|
+
// ../../../node_modules/esutils/lib/keyword.js
|
|
600
600
|
var require_keyword = __commonJS({
|
|
601
|
-
"
|
|
601
|
+
"../../../node_modules/esutils/lib/keyword.js"(exports, module) {
|
|
602
602
|
(function() {
|
|
603
603
|
"use strict";
|
|
604
604
|
var code = require_code();
|
|
@@ -702,9 +702,9 @@ var require_keyword = __commonJS({
|
|
|
702
702
|
}
|
|
703
703
|
});
|
|
704
704
|
|
|
705
|
-
//
|
|
705
|
+
// ../../../node_modules/esutils/lib/utils.js
|
|
706
706
|
var require_utils = __commonJS({
|
|
707
|
-
"
|
|
707
|
+
"../../../node_modules/esutils/lib/utils.js"(exports) {
|
|
708
708
|
(function() {
|
|
709
709
|
"use strict";
|
|
710
710
|
exports.ast = require_ast(), exports.code = require_code(), exports.keyword = require_keyword();
|
|
@@ -712,9 +712,9 @@ var require_utils = __commonJS({
|
|
|
712
712
|
}
|
|
713
713
|
});
|
|
714
714
|
|
|
715
|
-
//
|
|
715
|
+
// ../../../node_modules/escodegen/node_modules/source-map/lib/base64.js
|
|
716
716
|
var require_base64 = __commonJS({
|
|
717
|
-
"
|
|
717
|
+
"../../../node_modules/escodegen/node_modules/source-map/lib/base64.js"(exports) {
|
|
718
718
|
var intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
|
|
719
719
|
exports.encode = function(number) {
|
|
720
720
|
if (0 <= number && number < intToCharMap.length)
|
|
@@ -728,9 +728,9 @@ var require_base64 = __commonJS({
|
|
|
728
728
|
}
|
|
729
729
|
});
|
|
730
730
|
|
|
731
|
-
//
|
|
731
|
+
// ../../../node_modules/escodegen/node_modules/source-map/lib/base64-vlq.js
|
|
732
732
|
var require_base64_vlq = __commonJS({
|
|
733
|
-
"
|
|
733
|
+
"../../../node_modules/escodegen/node_modules/source-map/lib/base64-vlq.js"(exports) {
|
|
734
734
|
var base64 = require_base64(), VLQ_BASE_SHIFT = 5, VLQ_BASE = 1 << VLQ_BASE_SHIFT, VLQ_BASE_MASK = VLQ_BASE - 1, VLQ_CONTINUATION_BIT = VLQ_BASE;
|
|
735
735
|
function toVLQSigned(aValue) {
|
|
736
736
|
return aValue < 0 ? (-aValue << 1) + 1 : (aValue << 1) + 0;
|
|
@@ -760,9 +760,9 @@ var require_base64_vlq = __commonJS({
|
|
|
760
760
|
}
|
|
761
761
|
});
|
|
762
762
|
|
|
763
|
-
//
|
|
763
|
+
// ../../../node_modules/escodegen/node_modules/source-map/lib/util.js
|
|
764
764
|
var require_util = __commonJS({
|
|
765
|
-
"
|
|
765
|
+
"../../../node_modules/escodegen/node_modules/source-map/lib/util.js"(exports) {
|
|
766
766
|
function getArg(aArgs, aName, aDefaultValue) {
|
|
767
767
|
if (aName in aArgs)
|
|
768
768
|
return aArgs[aName];
|
|
@@ -892,9 +892,9 @@ var require_util = __commonJS({
|
|
|
892
892
|
}
|
|
893
893
|
});
|
|
894
894
|
|
|
895
|
-
//
|
|
895
|
+
// ../../../node_modules/escodegen/node_modules/source-map/lib/array-set.js
|
|
896
896
|
var require_array_set = __commonJS({
|
|
897
|
-
"
|
|
897
|
+
"../../../node_modules/escodegen/node_modules/source-map/lib/array-set.js"(exports) {
|
|
898
898
|
var util = require_util(), has = Object.prototype.hasOwnProperty, hasNativeMap = typeof Map < "u";
|
|
899
899
|
function ArraySet() {
|
|
900
900
|
this._array = [], this._set = hasNativeMap ? /* @__PURE__ */ new Map() : /* @__PURE__ */ Object.create(null);
|
|
@@ -941,9 +941,9 @@ var require_array_set = __commonJS({
|
|
|
941
941
|
}
|
|
942
942
|
});
|
|
943
943
|
|
|
944
|
-
//
|
|
944
|
+
// ../../../node_modules/escodegen/node_modules/source-map/lib/mapping-list.js
|
|
945
945
|
var require_mapping_list = __commonJS({
|
|
946
|
-
"
|
|
946
|
+
"../../../node_modules/escodegen/node_modules/source-map/lib/mapping-list.js"(exports) {
|
|
947
947
|
var util = require_util();
|
|
948
948
|
function generatedPositionAfter(mappingA, mappingB) {
|
|
949
949
|
var lineA = mappingA.generatedLine, lineB = mappingB.generatedLine, columnA = mappingA.generatedColumn, columnB = mappingB.generatedColumn;
|
|
@@ -965,9 +965,9 @@ var require_mapping_list = __commonJS({
|
|
|
965
965
|
}
|
|
966
966
|
});
|
|
967
967
|
|
|
968
|
-
//
|
|
968
|
+
// ../../../node_modules/escodegen/node_modules/source-map/lib/source-map-generator.js
|
|
969
969
|
var require_source_map_generator = __commonJS({
|
|
970
|
-
"
|
|
970
|
+
"../../../node_modules/escodegen/node_modules/source-map/lib/source-map-generator.js"(exports) {
|
|
971
971
|
var base64VLQ = require_base64_vlq(), util = require_util(), ArraySet = require_array_set().ArraySet, MappingList = require_mapping_list().MappingList;
|
|
972
972
|
function SourceMapGenerator(aArgs) {
|
|
973
973
|
aArgs || (aArgs = {}), this._file = util.getArg(aArgs, "file", null), this._sourceRoot = util.getArg(aArgs, "sourceRoot", null), this._skipValidation = util.getArg(aArgs, "skipValidation", !1), this._sources = new ArraySet(), this._names = new ArraySet(), this._mappings = new MappingList(), this._sourcesContents = null;
|
|
@@ -1095,9 +1095,9 @@ var require_source_map_generator = __commonJS({
|
|
|
1095
1095
|
}
|
|
1096
1096
|
});
|
|
1097
1097
|
|
|
1098
|
-
//
|
|
1098
|
+
// ../../../node_modules/escodegen/node_modules/source-map/lib/binary-search.js
|
|
1099
1099
|
var require_binary_search = __commonJS({
|
|
1100
|
-
"
|
|
1100
|
+
"../../../node_modules/escodegen/node_modules/source-map/lib/binary-search.js"(exports) {
|
|
1101
1101
|
exports.GREATEST_LOWER_BOUND = 1;
|
|
1102
1102
|
exports.LEAST_UPPER_BOUND = 2;
|
|
1103
1103
|
function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {
|
|
@@ -1124,9 +1124,9 @@ var require_binary_search = __commonJS({
|
|
|
1124
1124
|
}
|
|
1125
1125
|
});
|
|
1126
1126
|
|
|
1127
|
-
//
|
|
1127
|
+
// ../../../node_modules/escodegen/node_modules/source-map/lib/quick-sort.js
|
|
1128
1128
|
var require_quick_sort = __commonJS({
|
|
1129
|
-
"
|
|
1129
|
+
"../../../node_modules/escodegen/node_modules/source-map/lib/quick-sort.js"(exports) {
|
|
1130
1130
|
function swap(ary, x, y) {
|
|
1131
1131
|
var temp = ary[x];
|
|
1132
1132
|
ary[x] = ary[y], ary[y] = temp;
|
|
@@ -1151,9 +1151,9 @@ var require_quick_sort = __commonJS({
|
|
|
1151
1151
|
}
|
|
1152
1152
|
});
|
|
1153
1153
|
|
|
1154
|
-
//
|
|
1154
|
+
// ../../../node_modules/escodegen/node_modules/source-map/lib/source-map-consumer.js
|
|
1155
1155
|
var require_source_map_consumer = __commonJS({
|
|
1156
|
-
"
|
|
1156
|
+
"../../../node_modules/escodegen/node_modules/source-map/lib/source-map-consumer.js"(exports) {
|
|
1157
1157
|
var util = require_util(), binarySearch = require_binary_search(), ArraySet = require_array_set().ArraySet, base64VLQ = require_base64_vlq(), quickSort = require_quick_sort().quickSort;
|
|
1158
1158
|
function SourceMapConsumer(aSourceMap, aSourceMapURL) {
|
|
1159
1159
|
var sourceMap = aSourceMap;
|
|
@@ -1556,9 +1556,9 @@ var require_source_map_consumer = __commonJS({
|
|
|
1556
1556
|
}
|
|
1557
1557
|
});
|
|
1558
1558
|
|
|
1559
|
-
//
|
|
1559
|
+
// ../../../node_modules/escodegen/node_modules/source-map/lib/source-node.js
|
|
1560
1560
|
var require_source_node = __commonJS({
|
|
1561
|
-
"
|
|
1561
|
+
"../../../node_modules/escodegen/node_modules/source-map/lib/source-node.js"(exports) {
|
|
1562
1562
|
var SourceMapGenerator = require_source_map_generator().SourceMapGenerator, util = require_util(), REGEX_NEWLINE = /(\r?\n)/, NEWLINE_CODE = 10, isSourceNode = "$$$isSourceNode$$$";
|
|
1563
1563
|
function SourceNode(aLine, aColumn, aSource, aChunks, aName) {
|
|
1564
1564
|
this.children = [], this.sourceContents = {}, this.line = aLine ?? null, this.column = aColumn ?? null, this.source = aSource ?? null, this.name = aName ?? null, this[isSourceNode] = !0, aChunks != null && this.add(aChunks);
|
|
@@ -1713,18 +1713,18 @@ var require_source_node = __commonJS({
|
|
|
1713
1713
|
}
|
|
1714
1714
|
});
|
|
1715
1715
|
|
|
1716
|
-
//
|
|
1716
|
+
// ../../../node_modules/escodegen/node_modules/source-map/source-map.js
|
|
1717
1717
|
var require_source_map = __commonJS({
|
|
1718
|
-
"
|
|
1718
|
+
"../../../node_modules/escodegen/node_modules/source-map/source-map.js"(exports) {
|
|
1719
1719
|
exports.SourceMapGenerator = require_source_map_generator().SourceMapGenerator;
|
|
1720
1720
|
exports.SourceMapConsumer = require_source_map_consumer().SourceMapConsumer;
|
|
1721
1721
|
exports.SourceNode = require_source_node().SourceNode;
|
|
1722
1722
|
}
|
|
1723
1723
|
});
|
|
1724
1724
|
|
|
1725
|
-
//
|
|
1725
|
+
// ../../../node_modules/escodegen/package.json
|
|
1726
1726
|
var require_package = __commonJS({
|
|
1727
|
-
"
|
|
1727
|
+
"../../../node_modules/escodegen/package.json"(exports, module) {
|
|
1728
1728
|
module.exports = {
|
|
1729
1729
|
name: "escodegen",
|
|
1730
1730
|
description: "ECMAScript code generator",
|
|
@@ -1791,9 +1791,9 @@ var require_package = __commonJS({
|
|
|
1791
1791
|
}
|
|
1792
1792
|
});
|
|
1793
1793
|
|
|
1794
|
-
//
|
|
1794
|
+
// ../../../node_modules/escodegen/escodegen.js
|
|
1795
1795
|
var require_escodegen = __commonJS({
|
|
1796
|
-
"
|
|
1796
|
+
"../../../node_modules/escodegen/escodegen.js"(exports) {
|
|
1797
1797
|
(function() {
|
|
1798
1798
|
"use strict";
|
|
1799
1799
|
var Syntax, Precedence, BinaryPrecedence, SourceNode, estraverse, esutils, base2, indent, json, renumber, hexadecimal, quotes, escapeless, newline, space, parentheses, semicolons, safeConcatenation, directive, extra, parse2, sourceMap, sourceCode, preserveBlankLines, FORMAT_MINIFY, FORMAT_DEFAULTS;
|
|
@@ -2761,9 +2761,9 @@ var require_escodegen = __commonJS({
|
|
|
2761
2761
|
}
|
|
2762
2762
|
});
|
|
2763
2763
|
|
|
2764
|
-
//
|
|
2764
|
+
// ../../../node_modules/acorn/dist/acorn.js
|
|
2765
2765
|
var require_acorn = __commonJS({
|
|
2766
|
-
"
|
|
2766
|
+
"../../../node_modules/acorn/dist/acorn.js"(exports, module) {
|
|
2767
2767
|
(function(global2, factory) {
|
|
2768
2768
|
typeof exports == "object" && typeof module < "u" ? factory(exports) : typeof define == "function" && define.amd ? define(["exports"], factory) : (global2 = global2 || self, factory(global2.acorn = {}));
|
|
2769
2769
|
})(exports, (function(exports2) {
|
|
@@ -5208,9 +5208,9 @@ var require_acorn = __commonJS({
|
|
|
5208
5208
|
}
|
|
5209
5209
|
});
|
|
5210
5210
|
|
|
5211
|
-
//
|
|
5211
|
+
// ../../../node_modules/acorn-jsx/xhtml.js
|
|
5212
5212
|
var require_xhtml = __commonJS({
|
|
5213
|
-
"
|
|
5213
|
+
"../../../node_modules/acorn-jsx/xhtml.js"(exports, module) {
|
|
5214
5214
|
module.exports = {
|
|
5215
5215
|
quot: '"',
|
|
5216
5216
|
amp: "&",
|
|
@@ -5469,9 +5469,9 @@ var require_xhtml = __commonJS({
|
|
|
5469
5469
|
}
|
|
5470
5470
|
});
|
|
5471
5471
|
|
|
5472
|
-
//
|
|
5472
|
+
// ../../../node_modules/acorn-jsx/index.js
|
|
5473
5473
|
var require_acorn_jsx = __commonJS({
|
|
5474
|
-
"
|
|
5474
|
+
"../../../node_modules/acorn-jsx/index.js"(exports, module) {
|
|
5475
5475
|
"use strict";
|
|
5476
5476
|
var XHTMLEntities = require_xhtml(), hexNumber = /^[\da-fA-F]+$/, decimalNumber = /^\d+$/, acornJsxMap = /* @__PURE__ */ new WeakMap();
|
|
5477
5477
|
function getJsxTokens(acorn) {
|
|
@@ -5734,9 +5734,9 @@ var require_acorn_jsx = __commonJS({
|
|
|
5734
5734
|
}
|
|
5735
5735
|
});
|
|
5736
5736
|
|
|
5737
|
-
//
|
|
5737
|
+
// ../../../node_modules/html-tags/html-tags.json
|
|
5738
5738
|
var require_html_tags = __commonJS({
|
|
5739
|
-
"
|
|
5739
|
+
"../../../node_modules/html-tags/html-tags.json"(exports, module) {
|
|
5740
5740
|
module.exports = [
|
|
5741
5741
|
"a",
|
|
5742
5742
|
"abbr",
|
|
@@ -5860,9 +5860,9 @@ var require_html_tags = __commonJS({
|
|
|
5860
5860
|
}
|
|
5861
5861
|
});
|
|
5862
5862
|
|
|
5863
|
-
//
|
|
5863
|
+
// ../../../node_modules/html-tags/index.js
|
|
5864
5864
|
var require_html_tags2 = __commonJS({
|
|
5865
|
-
"
|
|
5865
|
+
"../../../node_modules/html-tags/index.js"(exports, module) {
|
|
5866
5866
|
"use strict";
|
|
5867
5867
|
module.exports = require_html_tags();
|
|
5868
5868
|
}
|
|
@@ -5895,7 +5895,7 @@ var CUSTOM_CAPTION = "custom", OBJECT_CAPTION = "object", ARRAY_CAPTION = "array
|
|
|
5895
5895
|
// src/docs/lib/generateCode.ts
|
|
5896
5896
|
var import_escodegen = __toESM(require_escodegen(), 1);
|
|
5897
5897
|
|
|
5898
|
-
//
|
|
5898
|
+
// ../../../node_modules/ts-dedent/esm/index.js
|
|
5899
5899
|
function dedent(templ) {
|
|
5900
5900
|
for (var values = [], _i = 1; _i < arguments.length; _i++)
|
|
5901
5901
|
values[_i - 1] = arguments[_i];
|
|
@@ -5970,7 +5970,7 @@ function generateCompactArrayCode(ast) {
|
|
|
5970
5970
|
// src/docs/lib/inspection/acornParser.ts
|
|
5971
5971
|
var import_acorn = __toESM(require_acorn(), 1), import_acorn_jsx = __toESM(require_acorn_jsx(), 1);
|
|
5972
5972
|
|
|
5973
|
-
//
|
|
5973
|
+
// ../../../node_modules/acorn-walk/dist/walk.mjs
|
|
5974
5974
|
function simple(node, visitors, baseVisitor, state, override) {
|
|
5975
5975
|
baseVisitor || (baseVisitor = base), (function c(node2, st, override2) {
|
|
5976
5976
|
var type = override2 || node2.type, found = visitors[type];
|
|
@@ -6449,7 +6449,7 @@ import {
|
|
|
6449
6449
|
isTooLongForDefaultValueSummary as isTooLongForDefaultValueSummary4
|
|
6450
6450
|
} from "storybook/internal/docs-tools";
|
|
6451
6451
|
|
|
6452
|
-
//
|
|
6452
|
+
// ../../../node_modules/es-toolkit/dist/predicate/isPlainObject.mjs
|
|
6453
6453
|
function isPlainObject(value) {
|
|
6454
6454
|
if (!value || typeof value != "object")
|
|
6455
6455
|
return !1;
|
|
@@ -6457,12 +6457,12 @@ function isPlainObject(value) {
|
|
|
6457
6457
|
return proto === null || proto === Object.prototype || Object.getPrototypeOf(proto) === null ? Object.prototype.toString.call(value) === "[object Object]" : !1;
|
|
6458
6458
|
}
|
|
6459
6459
|
|
|
6460
|
-
//
|
|
6460
|
+
// ../../../node_modules/es-toolkit/dist/predicate/isFunction.mjs
|
|
6461
6461
|
function isFunction(value) {
|
|
6462
6462
|
return typeof value == "function";
|
|
6463
6463
|
}
|
|
6464
6464
|
|
|
6465
|
-
//
|
|
6465
|
+
// ../../../node_modules/es-toolkit/dist/predicate/isString.mjs
|
|
6466
6466
|
function isString(value) {
|
|
6467
6467
|
return typeof value == "string";
|
|
6468
6468
|
}
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
__toESM
|
|
4
4
|
} from "./chunk-SL3VIQZ3.js";
|
|
5
5
|
|
|
6
|
-
//
|
|
6
|
+
// ../../../node_modules/@base2/pretty-print-object/dist/index.js
|
|
7
7
|
var require_dist = __commonJS({
|
|
8
|
-
"
|
|
8
|
+
"../../../node_modules/@base2/pretty-print-object/dist/index.js"(exports) {
|
|
9
9
|
"use strict";
|
|
10
10
|
var __assign = exports && exports.__assign || function() {
|
|
11
11
|
return __assign = Object.assign || function(t) {
|
|
@@ -100,9 +100,9 @@ var require_dist = __commonJS({
|
|
|
100
100
|
}
|
|
101
101
|
});
|
|
102
102
|
|
|
103
|
-
//
|
|
103
|
+
// ../../../node_modules/react-element-to-jsx-string/node_modules/react-is/cjs/react-is.production.min.js
|
|
104
104
|
var require_react_is_production_min = __commonJS({
|
|
105
|
-
"
|
|
105
|
+
"../../../node_modules/react-element-to-jsx-string/node_modules/react-is/cjs/react-is.production.min.js"(exports) {
|
|
106
106
|
"use strict";
|
|
107
107
|
var b = Symbol.for("react.element"), c = Symbol.for("react.portal"), d = Symbol.for("react.fragment"), e = Symbol.for("react.strict_mode"), f = Symbol.for("react.profiler"), g = Symbol.for("react.provider"), h = Symbol.for("react.context"), k = Symbol.for("react.server_context"), l = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), n = Symbol.for("react.suspense_list"), p = Symbol.for("react.memo"), q = Symbol.for("react.lazy"), t = Symbol.for("react.offscreen"), u;
|
|
108
108
|
u = Symbol.for("react.module.reference");
|
|
@@ -197,9 +197,9 @@ var require_react_is_production_min = __commonJS({
|
|
|
197
197
|
}
|
|
198
198
|
});
|
|
199
199
|
|
|
200
|
-
//
|
|
200
|
+
// ../../../node_modules/react-element-to-jsx-string/node_modules/react-is/cjs/react-is.development.js
|
|
201
201
|
var require_react_is_development = __commonJS({
|
|
202
|
-
"
|
|
202
|
+
"../../../node_modules/react-element-to-jsx-string/node_modules/react-is/cjs/react-is.development.js"(exports) {
|
|
203
203
|
"use strict";
|
|
204
204
|
process.env.NODE_ENV !== "production" && (function() {
|
|
205
205
|
"use strict";
|
|
@@ -292,9 +292,9 @@ var require_react_is_development = __commonJS({
|
|
|
292
292
|
}
|
|
293
293
|
});
|
|
294
294
|
|
|
295
|
-
//
|
|
295
|
+
// ../../../node_modules/react-element-to-jsx-string/node_modules/react-is/index.js
|
|
296
296
|
var require_react_is = __commonJS({
|
|
297
|
-
"
|
|
297
|
+
"../../../node_modules/react-element-to-jsx-string/node_modules/react-is/index.js"(exports, module) {
|
|
298
298
|
"use strict";
|
|
299
299
|
process.env.NODE_ENV === "production" ? module.exports = require_react_is_production_min() : module.exports = require_react_is_development();
|
|
300
300
|
}
|
|
@@ -303,7 +303,7 @@ var require_react_is = __commonJS({
|
|
|
303
303
|
// src/docs/lib/componentTypes.ts
|
|
304
304
|
var isMemo = (component) => component.$$typeof === Symbol.for("react.memo"), isForwardRef = (component) => component.$$typeof === Symbol.for("react.forward_ref");
|
|
305
305
|
|
|
306
|
-
//
|
|
306
|
+
// ../../../node_modules/is-plain-object/dist/is-plain-object.mjs
|
|
307
307
|
function isObject(o) {
|
|
308
308
|
return Object.prototype.toString.call(o) === "[object Object]";
|
|
309
309
|
}
|
|
@@ -312,7 +312,7 @@ function isPlainObject(o) {
|
|
|
312
312
|
return isObject(o) === !1 ? !1 : (ctor = o.constructor, ctor === void 0 ? !0 : (prot = ctor.prototype, !(isObject(prot) === !1 || prot.hasOwnProperty("isPrototypeOf") === !1)));
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
//
|
|
315
|
+
// ../../../node_modules/react-element-to-jsx-string/dist/esm/index.js
|
|
316
316
|
var import_pretty_print_object = __toESM(require_dist()), import_react_is = __toESM(require_react_is());
|
|
317
317
|
import * as React from "react";
|
|
318
318
|
import React__default, { Fragment, isValidElement as isValidElement2 } from "react";
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
} from "./chunk-34HS64JJ.js";
|
|
4
4
|
import {
|
|
5
5
|
entry_preview_argtypes_exports
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-DX2KEMQY.js";
|
|
7
7
|
import {
|
|
8
8
|
entry_preview_docs_exports
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-CMP5DLKH.js";
|
|
10
10
|
|
|
11
11
|
// src/preview.tsx
|
|
12
12
|
import { definePreview as definePreviewBase } from "storybook/internal/csf";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
argTypesEnhancers,
|
|
3
3
|
parameters
|
|
4
|
-
} from "./_browser-chunks/chunk-
|
|
5
|
-
import "./_browser-chunks/chunk-
|
|
4
|
+
} from "./_browser-chunks/chunk-DX2KEMQY.js";
|
|
5
|
+
import "./_browser-chunks/chunk-E4YOXNOQ.js";
|
|
6
6
|
import "./_browser-chunks/chunk-SL3VIQZ3.js";
|
|
7
7
|
export {
|
|
8
8
|
argTypesEnhancers,
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
applyDecorators,
|
|
3
3
|
decorators,
|
|
4
4
|
parameters
|
|
5
|
-
} from "./_browser-chunks/chunk-
|
|
5
|
+
} from "./_browser-chunks/chunk-CMP5DLKH.js";
|
|
6
6
|
import "./_browser-chunks/chunk-DDIRQRCA.js";
|
|
7
|
-
import "./_browser-chunks/chunk-
|
|
7
|
+
import "./_browser-chunks/chunk-E4YOXNOQ.js";
|
|
8
8
|
import "./_browser-chunks/chunk-SL3VIQZ3.js";
|
|
9
9
|
export {
|
|
10
10
|
applyDecorators,
|
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__definePreview
|
|
3
|
-
} from "./_browser-chunks/chunk-
|
|
3
|
+
} from "./_browser-chunks/chunk-Q7AKY2FO.js";
|
|
4
4
|
import {
|
|
5
5
|
entry_preview_exports,
|
|
6
6
|
renderToCanvas
|
|
7
7
|
} from "./_browser-chunks/chunk-34HS64JJ.js";
|
|
8
8
|
import {
|
|
9
9
|
entry_preview_argtypes_exports
|
|
10
|
-
} from "./_browser-chunks/chunk-
|
|
11
|
-
import "./_browser-chunks/chunk-
|
|
10
|
+
} from "./_browser-chunks/chunk-DX2KEMQY.js";
|
|
11
|
+
import "./_browser-chunks/chunk-CMP5DLKH.js";
|
|
12
12
|
import "./_browser-chunks/chunk-DDIRQRCA.js";
|
|
13
|
-
import "./_browser-chunks/chunk-
|
|
13
|
+
import "./_browser-chunks/chunk-E4YOXNOQ.js";
|
|
14
14
|
import "./_browser-chunks/chunk-SL3VIQZ3.js";
|
|
15
15
|
|
|
16
16
|
// src/globals.ts
|
package/dist/preset.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_9krmczivk9m from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_9krmczivk9m from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_9krmczivk9m from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_9krmczivk9m.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_9krmczivk9m.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_9krmczivk9m.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -38,9 +38,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
38
38
|
mod
|
|
39
39
|
));
|
|
40
40
|
|
|
41
|
-
//
|
|
41
|
+
// ../../../node_modules/ts-dedent/dist/index.js
|
|
42
42
|
var require_dist = __commonJS({
|
|
43
|
-
"
|
|
43
|
+
"../../../node_modules/ts-dedent/dist/index.js"(exports) {
|
|
44
44
|
"use strict";
|
|
45
45
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
46
46
|
exports.dedent = void 0;
|
|
@@ -81,9 +81,9 @@ var require_dist = __commonJS({
|
|
|
81
81
|
}
|
|
82
82
|
});
|
|
83
83
|
|
|
84
|
-
//
|
|
84
|
+
// ../../../node_modules/tsconfig-paths/lib/filesystem.js
|
|
85
85
|
var require_filesystem = __commonJS({
|
|
86
|
-
"
|
|
86
|
+
"../../../node_modules/tsconfig-paths/lib/filesystem.js"(exports) {
|
|
87
87
|
"use strict";
|
|
88
88
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
89
89
|
exports.removeExtension = exports.fileExistsAsync = exports.readJsonFromDiskAsync = exports.readJsonFromDiskSync = exports.fileExistsSync = void 0;
|
|
@@ -128,9 +128,9 @@ var require_filesystem = __commonJS({
|
|
|
128
128
|
}
|
|
129
129
|
});
|
|
130
130
|
|
|
131
|
-
//
|
|
131
|
+
// ../../../node_modules/tsconfig-paths/lib/mapping-entry.js
|
|
132
132
|
var require_mapping_entry = __commonJS({
|
|
133
|
-
"
|
|
133
|
+
"../../../node_modules/tsconfig-paths/lib/mapping-entry.js"(exports) {
|
|
134
134
|
"use strict";
|
|
135
135
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
136
136
|
exports.getAbsoluteMappingEntries = void 0;
|
|
@@ -163,9 +163,9 @@ var require_mapping_entry = __commonJS({
|
|
|
163
163
|
}
|
|
164
164
|
});
|
|
165
165
|
|
|
166
|
-
//
|
|
166
|
+
// ../../../node_modules/tsconfig-paths/lib/try-path.js
|
|
167
167
|
var require_try_path = __commonJS({
|
|
168
|
-
"
|
|
168
|
+
"../../../node_modules/tsconfig-paths/lib/try-path.js"(exports) {
|
|
169
169
|
"use strict";
|
|
170
170
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
171
171
|
exports.exhaustiveTypeException = exports.getStrippedPath = exports.getPathsToTry = void 0;
|
|
@@ -219,9 +219,9 @@ var require_try_path = __commonJS({
|
|
|
219
219
|
}
|
|
220
220
|
});
|
|
221
221
|
|
|
222
|
-
//
|
|
222
|
+
// ../../../node_modules/tsconfig-paths/lib/match-path-sync.js
|
|
223
223
|
var require_match_path_sync = __commonJS({
|
|
224
|
-
"
|
|
224
|
+
"../../../node_modules/tsconfig-paths/lib/match-path-sync.js"(exports) {
|
|
225
225
|
"use strict";
|
|
226
226
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
227
227
|
exports.matchFromAbsolutePaths = exports.createMatchPath = void 0;
|
|
@@ -274,9 +274,9 @@ var require_match_path_sync = __commonJS({
|
|
|
274
274
|
}
|
|
275
275
|
});
|
|
276
276
|
|
|
277
|
-
//
|
|
277
|
+
// ../../../node_modules/tsconfig-paths/lib/match-path-async.js
|
|
278
278
|
var require_match_path_async = __commonJS({
|
|
279
|
-
"
|
|
279
|
+
"../../../node_modules/tsconfig-paths/lib/match-path-async.js"(exports) {
|
|
280
280
|
"use strict";
|
|
281
281
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
282
282
|
exports.matchFromAbsolutePathsAsync = exports.createMatchPathAsync = void 0;
|
|
@@ -326,18 +326,18 @@ var require_match_path_async = __commonJS({
|
|
|
326
326
|
}
|
|
327
327
|
});
|
|
328
328
|
|
|
329
|
-
//
|
|
329
|
+
// ../../../node_modules/json5/lib/unicode.js
|
|
330
330
|
var require_unicode = __commonJS({
|
|
331
|
-
"
|
|
331
|
+
"../../../node_modules/json5/lib/unicode.js"(exports, module) {
|
|
332
332
|
module.exports.Space_Separator = /[\u1680\u2000-\u200A\u202F\u205F\u3000]/;
|
|
333
333
|
module.exports.ID_Start = /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/;
|
|
334
334
|
module.exports.ID_Continue = /[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/;
|
|
335
335
|
}
|
|
336
336
|
});
|
|
337
337
|
|
|
338
|
-
//
|
|
338
|
+
// ../../../node_modules/json5/lib/util.js
|
|
339
339
|
var require_util = __commonJS({
|
|
340
|
-
"
|
|
340
|
+
"../../../node_modules/json5/lib/util.js"(exports, module) {
|
|
341
341
|
var unicode = require_unicode();
|
|
342
342
|
module.exports = {
|
|
343
343
|
isSpaceSeparator(c) {
|
|
@@ -359,9 +359,9 @@ var require_util = __commonJS({
|
|
|
359
359
|
}
|
|
360
360
|
});
|
|
361
361
|
|
|
362
|
-
//
|
|
362
|
+
// ../../../node_modules/json5/lib/parse.js
|
|
363
363
|
var require_parse = __commonJS({
|
|
364
|
-
"
|
|
364
|
+
"../../../node_modules/json5/lib/parse.js"(exports, module) {
|
|
365
365
|
var util = require_util(), source, parseState, stack, pos, line, column, token, key, root;
|
|
366
366
|
module.exports = function(text, reviver) {
|
|
367
367
|
source = String(text), parseState = "start", stack = [], pos = 0, line = 1, column = 0, token = void 0, key = void 0, root = void 0;
|
|
@@ -1032,9 +1032,9 @@ var require_parse = __commonJS({
|
|
|
1032
1032
|
}
|
|
1033
1033
|
});
|
|
1034
1034
|
|
|
1035
|
-
//
|
|
1035
|
+
// ../../../node_modules/json5/lib/stringify.js
|
|
1036
1036
|
var require_stringify = __commonJS({
|
|
1037
|
-
"
|
|
1037
|
+
"../../../node_modules/json5/lib/stringify.js"(exports, module) {
|
|
1038
1038
|
var util = require_util();
|
|
1039
1039
|
module.exports = function(value, replacer, space) {
|
|
1040
1040
|
let stack = [], indent2 = "", propertyList, replacerFunc, gap = "", quote;
|
|
@@ -1181,9 +1181,9 @@ var require_stringify = __commonJS({
|
|
|
1181
1181
|
}
|
|
1182
1182
|
});
|
|
1183
1183
|
|
|
1184
|
-
//
|
|
1184
|
+
// ../../../node_modules/json5/lib/index.js
|
|
1185
1185
|
var require_lib = __commonJS({
|
|
1186
|
-
"
|
|
1186
|
+
"../../../node_modules/json5/lib/index.js"(exports, module) {
|
|
1187
1187
|
var parse4 = require_parse(), stringify2 = require_stringify(), JSON5 = {
|
|
1188
1188
|
parse: parse4,
|
|
1189
1189
|
stringify: stringify2
|
|
@@ -1192,9 +1192,9 @@ var require_lib = __commonJS({
|
|
|
1192
1192
|
}
|
|
1193
1193
|
});
|
|
1194
1194
|
|
|
1195
|
-
//
|
|
1195
|
+
// ../../../node_modules/strip-bom/index.js
|
|
1196
1196
|
var require_strip_bom = __commonJS({
|
|
1197
|
-
"
|
|
1197
|
+
"../../../node_modules/strip-bom/index.js"(exports, module) {
|
|
1198
1198
|
"use strict";
|
|
1199
1199
|
module.exports = (x) => {
|
|
1200
1200
|
if (typeof x != "string")
|
|
@@ -1204,9 +1204,9 @@ var require_strip_bom = __commonJS({
|
|
|
1204
1204
|
}
|
|
1205
1205
|
});
|
|
1206
1206
|
|
|
1207
|
-
//
|
|
1207
|
+
// ../../../node_modules/tsconfig-paths/lib/tsconfig-loader.js
|
|
1208
1208
|
var require_tsconfig_loader = __commonJS({
|
|
1209
|
-
"
|
|
1209
|
+
"../../../node_modules/tsconfig-paths/lib/tsconfig-loader.js"(exports) {
|
|
1210
1210
|
"use strict";
|
|
1211
1211
|
var __assign = exports && exports.__assign || function() {
|
|
1212
1212
|
return __assign = Object.assign || function(t5) {
|
|
@@ -1301,9 +1301,9 @@ var require_tsconfig_loader = __commonJS({
|
|
|
1301
1301
|
}
|
|
1302
1302
|
});
|
|
1303
1303
|
|
|
1304
|
-
//
|
|
1304
|
+
// ../../../node_modules/tsconfig-paths/lib/config-loader.js
|
|
1305
1305
|
var require_config_loader = __commonJS({
|
|
1306
|
-
"
|
|
1306
|
+
"../../../node_modules/tsconfig-paths/lib/config-loader.js"(exports) {
|
|
1307
1307
|
"use strict";
|
|
1308
1308
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
1309
1309
|
exports.configLoader = exports.loadConfig = void 0;
|
|
@@ -1348,9 +1348,9 @@ var require_config_loader = __commonJS({
|
|
|
1348
1348
|
}
|
|
1349
1349
|
});
|
|
1350
1350
|
|
|
1351
|
-
//
|
|
1351
|
+
// ../../../node_modules/minimist/index.js
|
|
1352
1352
|
var require_minimist = __commonJS({
|
|
1353
|
-
"
|
|
1353
|
+
"../../../node_modules/minimist/index.js"(exports, module) {
|
|
1354
1354
|
"use strict";
|
|
1355
1355
|
function hasKey(obj, keys) {
|
|
1356
1356
|
var o = obj;
|
|
@@ -1468,9 +1468,9 @@ var require_minimist = __commonJS({
|
|
|
1468
1468
|
}
|
|
1469
1469
|
});
|
|
1470
1470
|
|
|
1471
|
-
//
|
|
1471
|
+
// ../../../node_modules/tsconfig-paths/lib/register.js
|
|
1472
1472
|
var require_register = __commonJS({
|
|
1473
|
-
"
|
|
1473
|
+
"../../../node_modules/tsconfig-paths/lib/register.js"(exports) {
|
|
1474
1474
|
"use strict";
|
|
1475
1475
|
var __spreadArray = exports && exports.__spreadArray || function(to, from, pack) {
|
|
1476
1476
|
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++)
|
|
@@ -1556,9 +1556,9 @@ var require_register = __commonJS({
|
|
|
1556
1556
|
}
|
|
1557
1557
|
});
|
|
1558
1558
|
|
|
1559
|
-
//
|
|
1559
|
+
// ../../../node_modules/tsconfig-paths/lib/index.js
|
|
1560
1560
|
var require_lib2 = __commonJS({
|
|
1561
|
-
"
|
|
1561
|
+
"../../../node_modules/tsconfig-paths/lib/index.js"(exports) {
|
|
1562
1562
|
"use strict";
|
|
1563
1563
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
1564
1564
|
exports.loadConfig = exports.register = exports.matchFromAbsolutePathsAsync = exports.createMatchPathAsync = exports.matchFromAbsolutePaths = exports.createMatchPath = void 0;
|
|
@@ -1587,9 +1587,9 @@ var require_lib2 = __commonJS({
|
|
|
1587
1587
|
}
|
|
1588
1588
|
});
|
|
1589
1589
|
|
|
1590
|
-
//
|
|
1590
|
+
// ../../../node_modules/resolve/lib/homedir.js
|
|
1591
1591
|
var require_homedir = __commonJS({
|
|
1592
|
-
"
|
|
1592
|
+
"../../../node_modules/resolve/lib/homedir.js"(exports, module) {
|
|
1593
1593
|
"use strict";
|
|
1594
1594
|
var os = __require("os");
|
|
1595
1595
|
module.exports = os.homedir || function() {
|
|
@@ -1599,9 +1599,9 @@ var require_homedir = __commonJS({
|
|
|
1599
1599
|
}
|
|
1600
1600
|
});
|
|
1601
1601
|
|
|
1602
|
-
//
|
|
1602
|
+
// ../../../node_modules/resolve/lib/caller.js
|
|
1603
1603
|
var require_caller = __commonJS({
|
|
1604
|
-
"
|
|
1604
|
+
"../../../node_modules/resolve/lib/caller.js"(exports, module) {
|
|
1605
1605
|
module.exports = function() {
|
|
1606
1606
|
var origPrepareStackTrace = Error.prepareStackTrace;
|
|
1607
1607
|
Error.prepareStackTrace = function(_, stack2) {
|
|
@@ -1613,9 +1613,9 @@ var require_caller = __commonJS({
|
|
|
1613
1613
|
}
|
|
1614
1614
|
});
|
|
1615
1615
|
|
|
1616
|
-
//
|
|
1616
|
+
// ../../../node_modules/path-parse/index.js
|
|
1617
1617
|
var require_path_parse = __commonJS({
|
|
1618
|
-
"
|
|
1618
|
+
"../../../node_modules/path-parse/index.js"(exports, module) {
|
|
1619
1619
|
"use strict";
|
|
1620
1620
|
var isWindows2 = process.platform === "win32", splitWindowsRe = /^(((?:[a-zA-Z]:|[\\\/]{2}[^\\\/]+[\\\/]+[^\\\/]+)?[\\\/]?)(?:[^\\\/]*[\\\/])*)((\.{1,2}|[^\\\/]+?|)(\.[^.\/\\]*|))[\\\/]*$/, win32 = {};
|
|
1621
1621
|
function win32SplitPath(filename) {
|
|
@@ -1663,9 +1663,9 @@ var require_path_parse = __commonJS({
|
|
|
1663
1663
|
}
|
|
1664
1664
|
});
|
|
1665
1665
|
|
|
1666
|
-
//
|
|
1666
|
+
// ../../../node_modules/resolve/lib/node-modules-paths.js
|
|
1667
1667
|
var require_node_modules_paths = __commonJS({
|
|
1668
|
-
"
|
|
1668
|
+
"../../../node_modules/resolve/lib/node-modules-paths.js"(exports, module) {
|
|
1669
1669
|
var path2 = __require("path"), parse4 = path2.parse || require_path_parse(), driveLetterRegex = /^([A-Za-z]:)/, uncPathRegex = /^\\\\/, getNodeModulesDirs = function(absoluteStart, modules) {
|
|
1670
1670
|
var prefix = "/";
|
|
1671
1671
|
driveLetterRegex.test(absoluteStart) ? prefix = "" : uncPathRegex.test(absoluteStart) && (prefix = "\\\\");
|
|
@@ -1694,9 +1694,9 @@ var require_node_modules_paths = __commonJS({
|
|
|
1694
1694
|
}
|
|
1695
1695
|
});
|
|
1696
1696
|
|
|
1697
|
-
//
|
|
1697
|
+
// ../../../node_modules/resolve/lib/normalize-options.js
|
|
1698
1698
|
var require_normalize_options = __commonJS({
|
|
1699
|
-
"
|
|
1699
|
+
"../../../node_modules/resolve/lib/normalize-options.js"(exports, module) {
|
|
1700
1700
|
var path2 = __require("path");
|
|
1701
1701
|
module.exports = function(_, opts) {
|
|
1702
1702
|
if (opts = opts || {}, opts.forceNodeResolution || !process.versions.pnp)
|
|
@@ -1750,9 +1750,9 @@ var require_normalize_options = __commonJS({
|
|
|
1750
1750
|
}
|
|
1751
1751
|
});
|
|
1752
1752
|
|
|
1753
|
-
//
|
|
1753
|
+
// ../../../node_modules/function-bind/implementation.js
|
|
1754
1754
|
var require_implementation = __commonJS({
|
|
1755
|
-
"
|
|
1755
|
+
"../../../node_modules/function-bind/implementation.js"(exports, module) {
|
|
1756
1756
|
"use strict";
|
|
1757
1757
|
var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ", toStr = Object.prototype.toString, max = Math.max, funcType = "[object Function]", concatty = function(a, b) {
|
|
1758
1758
|
for (var arr = [], i = 0; i < a.length; i += 1)
|
|
@@ -1797,27 +1797,27 @@ var require_implementation = __commonJS({
|
|
|
1797
1797
|
}
|
|
1798
1798
|
});
|
|
1799
1799
|
|
|
1800
|
-
//
|
|
1800
|
+
// ../../../node_modules/function-bind/index.js
|
|
1801
1801
|
var require_function_bind = __commonJS({
|
|
1802
|
-
"
|
|
1802
|
+
"../../../node_modules/function-bind/index.js"(exports, module) {
|
|
1803
1803
|
"use strict";
|
|
1804
1804
|
var implementation = require_implementation();
|
|
1805
1805
|
module.exports = Function.prototype.bind || implementation;
|
|
1806
1806
|
}
|
|
1807
1807
|
});
|
|
1808
1808
|
|
|
1809
|
-
//
|
|
1809
|
+
// ../../../node_modules/hasown/index.js
|
|
1810
1810
|
var require_hasown = __commonJS({
|
|
1811
|
-
"
|
|
1811
|
+
"../../../node_modules/hasown/index.js"(exports, module) {
|
|
1812
1812
|
"use strict";
|
|
1813
1813
|
var call = Function.prototype.call, $hasOwn = Object.prototype.hasOwnProperty, bind = require_function_bind();
|
|
1814
1814
|
module.exports = bind.call(call, $hasOwn);
|
|
1815
1815
|
}
|
|
1816
1816
|
});
|
|
1817
1817
|
|
|
1818
|
-
//
|
|
1818
|
+
// ../../../node_modules/is-core-module/core.json
|
|
1819
1819
|
var require_core = __commonJS({
|
|
1820
|
-
"
|
|
1820
|
+
"../../../node_modules/is-core-module/core.json"(exports, module) {
|
|
1821
1821
|
module.exports = {
|
|
1822
1822
|
assert: !0,
|
|
1823
1823
|
"node:assert": [">= 14.18 && < 15", ">= 16"],
|
|
@@ -1983,9 +1983,9 @@ var require_core = __commonJS({
|
|
|
1983
1983
|
}
|
|
1984
1984
|
});
|
|
1985
1985
|
|
|
1986
|
-
//
|
|
1986
|
+
// ../../../node_modules/is-core-module/index.js
|
|
1987
1987
|
var require_is_core_module = __commonJS({
|
|
1988
|
-
"
|
|
1988
|
+
"../../../node_modules/is-core-module/index.js"(exports, module) {
|
|
1989
1989
|
"use strict";
|
|
1990
1990
|
var hasOwn = require_hasown();
|
|
1991
1991
|
function specifierIncluded(current, specifier) {
|
|
@@ -2026,9 +2026,9 @@ var require_is_core_module = __commonJS({
|
|
|
2026
2026
|
}
|
|
2027
2027
|
});
|
|
2028
2028
|
|
|
2029
|
-
//
|
|
2029
|
+
// ../../../node_modules/resolve/lib/async.js
|
|
2030
2030
|
var require_async = __commonJS({
|
|
2031
|
-
"
|
|
2031
|
+
"../../../node_modules/resolve/lib/async.js"(exports, module) {
|
|
2032
2032
|
var fs = __require("fs"), getHomedir = require_homedir(), path2 = __require("path"), caller = require_caller(), nodeModulesPaths = require_node_modules_paths(), normalizeOptions = require_normalize_options(), isCore = require_is_core_module(), realpathFS = process.platform !== "win32" && fs.realpath && typeof fs.realpath.native == "function" ? fs.realpath.native : fs.realpath, relativePathRegex = /^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/, windowsDriveRegex = /^\w:[/\\]*$/, nodeModulesRegex = /[/\\]node_modules[/\\]*$/, homedir = getHomedir(), defaultPaths = function() {
|
|
2033
2033
|
return [
|
|
2034
2034
|
path2.join(homedir, ".node_modules"),
|
|
@@ -2234,9 +2234,9 @@ var require_async = __commonJS({
|
|
|
2234
2234
|
}
|
|
2235
2235
|
});
|
|
2236
2236
|
|
|
2237
|
-
//
|
|
2237
|
+
// ../../../node_modules/resolve/lib/core.json
|
|
2238
2238
|
var require_core2 = __commonJS({
|
|
2239
|
-
"
|
|
2239
|
+
"../../../node_modules/resolve/lib/core.json"(exports, module) {
|
|
2240
2240
|
module.exports = {
|
|
2241
2241
|
assert: !0,
|
|
2242
2242
|
"node:assert": [">= 14.18 && < 15", ">= 16"],
|
|
@@ -2402,9 +2402,9 @@ var require_core2 = __commonJS({
|
|
|
2402
2402
|
}
|
|
2403
2403
|
});
|
|
2404
2404
|
|
|
2405
|
-
//
|
|
2405
|
+
// ../../../node_modules/resolve/lib/core.js
|
|
2406
2406
|
var require_core3 = __commonJS({
|
|
2407
|
-
"
|
|
2407
|
+
"../../../node_modules/resolve/lib/core.js"(exports, module) {
|
|
2408
2408
|
"use strict";
|
|
2409
2409
|
var isCoreModule = require_is_core_module(), data = require_core2(), core = {};
|
|
2410
2410
|
for (mod in data)
|
|
@@ -2414,9 +2414,9 @@ var require_core3 = __commonJS({
|
|
|
2414
2414
|
}
|
|
2415
2415
|
});
|
|
2416
2416
|
|
|
2417
|
-
//
|
|
2417
|
+
// ../../../node_modules/resolve/lib/is-core.js
|
|
2418
2418
|
var require_is_core = __commonJS({
|
|
2419
|
-
"
|
|
2419
|
+
"../../../node_modules/resolve/lib/is-core.js"(exports, module) {
|
|
2420
2420
|
var isCoreModule = require_is_core_module();
|
|
2421
2421
|
module.exports = function(x) {
|
|
2422
2422
|
return isCoreModule(x);
|
|
@@ -2424,9 +2424,9 @@ var require_is_core = __commonJS({
|
|
|
2424
2424
|
}
|
|
2425
2425
|
});
|
|
2426
2426
|
|
|
2427
|
-
//
|
|
2427
|
+
// ../../../node_modules/resolve/lib/sync.js
|
|
2428
2428
|
var require_sync = __commonJS({
|
|
2429
|
-
"
|
|
2429
|
+
"../../../node_modules/resolve/lib/sync.js"(exports, module) {
|
|
2430
2430
|
var isCore = require_is_core_module(), fs = __require("fs"), path2 = __require("path"), getHomedir = require_homedir(), caller = require_caller(), nodeModulesPaths = require_node_modules_paths(), normalizeOptions = require_normalize_options(), realpathFS = process.platform !== "win32" && fs.realpathSync && typeof fs.realpathSync.native == "function" ? fs.realpathSync.native : fs.realpathSync, relativePathRegex = /^(?:\.\.?(?:\/|$)|\/|([A-Za-z]:)?[/\\])/, windowsDriveRegex = /^\w:[/\\]*$/, nodeModulesRegex = /[/\\]node_modules[/\\]*$/, homedir = getHomedir(), defaultPaths = function() {
|
|
2431
2431
|
return [
|
|
2432
2432
|
path2.join(homedir, ".node_modules"),
|
|
@@ -2564,9 +2564,9 @@ var require_sync = __commonJS({
|
|
|
2564
2564
|
}
|
|
2565
2565
|
});
|
|
2566
2566
|
|
|
2567
|
-
//
|
|
2567
|
+
// ../../../node_modules/resolve/index.js
|
|
2568
2568
|
var require_resolve = __commonJS({
|
|
2569
|
-
"
|
|
2569
|
+
"../../../node_modules/resolve/index.js"(exports, module) {
|
|
2570
2570
|
var async = require_async();
|
|
2571
2571
|
async.core = require_core3();
|
|
2572
2572
|
async.isCore = require_is_core();
|
|
@@ -2581,7 +2581,7 @@ import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
|
2581
2581
|
// ../../core/src/shared/utils/module.ts
|
|
2582
2582
|
import { fileURLToPath, pathToFileURL } from "node:url";
|
|
2583
2583
|
|
|
2584
|
-
//
|
|
2584
|
+
// ../../../node_modules/exsolve/dist/index.mjs
|
|
2585
2585
|
import assert from "node:assert";
|
|
2586
2586
|
import v8 from "node:v8";
|
|
2587
2587
|
import { format, inspect } from "node:util";
|
|
@@ -2705,7 +2705,7 @@ var hasOwnProperty = {}.hasOwnProperty;
|
|
|
2705
2705
|
var RegExpPrototypeSymbolReplace = RegExp.prototype[Symbol.replace], own = {}.hasOwnProperty;
|
|
2706
2706
|
var isWindows = process.platform === "win32", globalCache = globalThis.__EXSOLVE_CACHE__ ||= /* @__PURE__ */ new Map();
|
|
2707
2707
|
|
|
2708
|
-
//
|
|
2708
|
+
// ../../../node_modules/pathe/dist/shared/pathe.ff20891b.mjs
|
|
2709
2709
|
var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
2710
2710
|
function normalizeWindowsPath(input = "") {
|
|
2711
2711
|
return input && input.replace(/\\/g, "/").replace(_DRIVE_LETTER_START_RE, (r) => r.toUpperCase());
|
|
@@ -2847,20 +2847,20 @@ import { readFileSync } from "node:fs";
|
|
|
2847
2847
|
import { resolveImport } from "storybook/internal/common";
|
|
2848
2848
|
import { logger } from "storybook/internal/node-logger";
|
|
2849
2849
|
|
|
2850
|
-
//
|
|
2850
|
+
// ../../../node_modules/empathic/find.mjs
|
|
2851
2851
|
import { join as join3 } from "node:path";
|
|
2852
2852
|
import { existsSync, statSync } from "node:fs";
|
|
2853
2853
|
|
|
2854
|
-
//
|
|
2854
|
+
// ../../../node_modules/empathic/walk.mjs
|
|
2855
2855
|
import { dirname as dirname2 } from "node:path";
|
|
2856
2856
|
|
|
2857
|
-
//
|
|
2857
|
+
// ../../../node_modules/empathic/resolve.mjs
|
|
2858
2858
|
import { isAbsolute as isAbsolute2, join as join2, resolve as resolve2 } from "node:path";
|
|
2859
2859
|
function absolute(input, root) {
|
|
2860
2860
|
return isAbsolute2(input) ? input : resolve2(root || ".", input);
|
|
2861
2861
|
}
|
|
2862
2862
|
|
|
2863
|
-
//
|
|
2863
|
+
// ../../../node_modules/empathic/walk.mjs
|
|
2864
2864
|
function up(base, options) {
|
|
2865
2865
|
let { last, cwd: cwd2 } = options || {}, tmp = absolute(base, cwd2), root = absolute(last || "/", cwd2), prev, arr = [];
|
|
2866
2866
|
for (; prev !== root && (arr.push(tmp), tmp = dirname2(prev = tmp), tmp !== prev); )
|
|
@@ -2868,7 +2868,7 @@ function up(base, options) {
|
|
|
2868
2868
|
return arr;
|
|
2869
2869
|
}
|
|
2870
2870
|
|
|
2871
|
-
//
|
|
2871
|
+
// ../../../node_modules/empathic/find.mjs
|
|
2872
2872
|
function up2(name, options) {
|
|
2873
2873
|
let dir, tmp, start = options && options.cwd || "";
|
|
2874
2874
|
for (dir of up(start, options))
|
|
@@ -3191,13 +3191,13 @@ import {
|
|
|
3191
3191
|
parse as parse3
|
|
3192
3192
|
} from "react-docgen";
|
|
3193
3193
|
|
|
3194
|
-
//
|
|
3194
|
+
// ../../../node_modules/comment-parser/es6/primitives.js
|
|
3195
3195
|
var Markers;
|
|
3196
3196
|
(function(Markers2) {
|
|
3197
3197
|
Markers2.start = "/**", Markers2.nostart = "/***", Markers2.delim = "*", Markers2.end = "*/";
|
|
3198
3198
|
})(Markers = Markers || (Markers = {}));
|
|
3199
3199
|
|
|
3200
|
-
//
|
|
3200
|
+
// ../../../node_modules/comment-parser/es6/util.js
|
|
3201
3201
|
function isSpace(source) {
|
|
3202
3202
|
return /^\s+$/.test(source);
|
|
3203
3203
|
}
|
|
@@ -3219,7 +3219,7 @@ function seedTokens(tokens = {}) {
|
|
|
3219
3219
|
return Object.assign({ start: "", delimiter: "", postDelimiter: "", tag: "", postTag: "", name: "", postName: "", type: "", postType: "", description: "", end: "", lineEnd: "" }, tokens);
|
|
3220
3220
|
}
|
|
3221
3221
|
|
|
3222
|
-
//
|
|
3222
|
+
// ../../../node_modules/comment-parser/es6/parser/block-parser.js
|
|
3223
3223
|
var reTag = /^@\S+/;
|
|
3224
3224
|
function getParser({ fence = "```" } = {}) {
|
|
3225
3225
|
let fencer = getFencer(fence), toggleFence = (source, isFenced) => fencer(source) ? !isFenced : isFenced;
|
|
@@ -3234,7 +3234,7 @@ function getFencer(fence) {
|
|
|
3234
3234
|
return typeof fence == "string" ? (source) => source.split(fence).length % 2 === 0 : fence;
|
|
3235
3235
|
}
|
|
3236
3236
|
|
|
3237
|
-
//
|
|
3237
|
+
// ../../../node_modules/comment-parser/es6/parser/source-parser.js
|
|
3238
3238
|
function getParser2({ startLine = 0, markers = Markers } = {}) {
|
|
3239
3239
|
let block = null, num = startLine;
|
|
3240
3240
|
return function(source) {
|
|
@@ -3254,7 +3254,7 @@ function getParser2({ startLine = 0, markers = Markers } = {}) {
|
|
|
3254
3254
|
};
|
|
3255
3255
|
}
|
|
3256
3256
|
|
|
3257
|
-
//
|
|
3257
|
+
// ../../../node_modules/comment-parser/es6/parser/spec-parser.js
|
|
3258
3258
|
function getParser3({ tokenizers }) {
|
|
3259
3259
|
return function(source) {
|
|
3260
3260
|
var _a;
|
|
@@ -3266,7 +3266,7 @@ function getParser3({ tokenizers }) {
|
|
|
3266
3266
|
};
|
|
3267
3267
|
}
|
|
3268
3268
|
|
|
3269
|
-
//
|
|
3269
|
+
// ../../../node_modules/comment-parser/es6/parser/tokenizers/tag.js
|
|
3270
3270
|
function tagTokenizer() {
|
|
3271
3271
|
return (spec) => {
|
|
3272
3272
|
let { tokens } = spec.source[0], match = tokens.description.match(/\s*(@(\S+))(\s*)/);
|
|
@@ -3279,7 +3279,7 @@ function tagTokenizer() {
|
|
|
3279
3279
|
};
|
|
3280
3280
|
}
|
|
3281
3281
|
|
|
3282
|
-
//
|
|
3282
|
+
// ../../../node_modules/comment-parser/es6/parser/tokenizers/type.js
|
|
3283
3283
|
function typeTokenizer(spacing = "compact") {
|
|
3284
3284
|
let join5 = getJoiner(spacing);
|
|
3285
3285
|
return (spec) => {
|
|
@@ -3313,7 +3313,7 @@ function getJoiner(spacing) {
|
|
|
3313
3313
|
`) : spacing;
|
|
3314
3314
|
}
|
|
3315
3315
|
|
|
3316
|
-
//
|
|
3316
|
+
// ../../../node_modules/comment-parser/es6/parser/tokenizers/name.js
|
|
3317
3317
|
var isQuoted = (s) => s && s.startsWith('"') && s.endsWith('"');
|
|
3318
3318
|
function nameTokenizer() {
|
|
3319
3319
|
let typeEnd = (num, { tokens }, i) => tokens.type === "" ? num : i;
|
|
@@ -3364,7 +3364,7 @@ function nameTokenizer() {
|
|
|
3364
3364
|
};
|
|
3365
3365
|
}
|
|
3366
3366
|
|
|
3367
|
-
//
|
|
3367
|
+
// ../../../node_modules/comment-parser/es6/parser/tokenizers/description.js
|
|
3368
3368
|
function descriptionTokenizer(spacing = "compact", markers = Markers) {
|
|
3369
3369
|
let join5 = getJoiner2(spacing);
|
|
3370
3370
|
return (spec) => (spec.description = join5(spec.source, markers), spec);
|
|
@@ -3385,7 +3385,7 @@ function preserveJoiner(lines, markers = Markers) {
|
|
|
3385
3385
|
`);
|
|
3386
3386
|
}
|
|
3387
3387
|
|
|
3388
|
-
//
|
|
3388
|
+
// ../../../node_modules/comment-parser/es6/parser/index.js
|
|
3389
3389
|
function getParser4({ startLine = 0, fence = "```", spacing = "compact", markers = Markers, tokenizers = [
|
|
3390
3390
|
tagTokenizer(),
|
|
3391
3391
|
typeTokenizer(spacing),
|
|
@@ -3413,7 +3413,7 @@ function getParser4({ startLine = 0, fence = "```", spacing = "compact", markers
|
|
|
3413
3413
|
};
|
|
3414
3414
|
}
|
|
3415
3415
|
|
|
3416
|
-
//
|
|
3416
|
+
// ../../../node_modules/comment-parser/es6/stringifier/index.js
|
|
3417
3417
|
function join4(tokens) {
|
|
3418
3418
|
return tokens.start + tokens.delimiter + tokens.postDelimiter + tokens.tag + tokens.postTag + tokens.type + tokens.postType + tokens.name + tokens.postName + tokens.description + tokens.end + tokens.lineEnd;
|
|
3419
3419
|
}
|
|
@@ -3422,7 +3422,7 @@ function getStringifier() {
|
|
|
3422
3422
|
`);
|
|
3423
3423
|
}
|
|
3424
3424
|
|
|
3425
|
-
//
|
|
3425
|
+
// ../../../node_modules/comment-parser/es6/stringifier/inspect.js
|
|
3426
3426
|
var zeroWidth = {
|
|
3427
3427
|
line: 0,
|
|
3428
3428
|
start: 0,
|
|
@@ -3440,7 +3440,7 @@ var zeroWidth = {
|
|
|
3440
3440
|
};
|
|
3441
3441
|
var fields = Object.keys(zeroWidth);
|
|
3442
3442
|
|
|
3443
|
-
//
|
|
3443
|
+
// ../../../node_modules/comment-parser/es6/index.js
|
|
3444
3444
|
function parse2(source, options = {}) {
|
|
3445
3445
|
return getParser4(options)(source);
|
|
3446
3446
|
}
|
package/dist/preview.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__definePreview
|
|
3
|
-
} from "./_browser-chunks/chunk-
|
|
3
|
+
} from "./_browser-chunks/chunk-Q7AKY2FO.js";
|
|
4
4
|
import "./_browser-chunks/chunk-34HS64JJ.js";
|
|
5
|
-
import "./_browser-chunks/chunk-
|
|
6
|
-
import "./_browser-chunks/chunk-
|
|
5
|
+
import "./_browser-chunks/chunk-DX2KEMQY.js";
|
|
6
|
+
import "./_browser-chunks/chunk-CMP5DLKH.js";
|
|
7
7
|
import "./_browser-chunks/chunk-DDIRQRCA.js";
|
|
8
|
-
import "./_browser-chunks/chunk-
|
|
8
|
+
import "./_browser-chunks/chunk-E4YOXNOQ.js";
|
|
9
9
|
import "./_browser-chunks/chunk-SL3VIQZ3.js";
|
|
10
10
|
export {
|
|
11
11
|
__definePreview
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react",
|
|
3
|
-
"version": "10.2.0-alpha.
|
|
3
|
+
"version": "10.2.0-alpha.2",
|
|
4
4
|
"description": "Storybook React renderer",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -48,13 +48,9 @@
|
|
|
48
48
|
"*.d.ts",
|
|
49
49
|
"!src/**/*"
|
|
50
50
|
],
|
|
51
|
-
"scripts": {
|
|
52
|
-
"check": "jiti ../../../scripts/check/check-package.ts",
|
|
53
|
-
"prep": "jiti ../../../scripts/build/build-package.ts"
|
|
54
|
-
},
|
|
55
51
|
"dependencies": {
|
|
56
52
|
"@storybook/global": "^5.0.0",
|
|
57
|
-
"@storybook/react-dom-shim": "10.2.0-alpha.
|
|
53
|
+
"@storybook/react-dom-shim": "10.2.0-alpha.2",
|
|
58
54
|
"react-docgen": "^8.0.2"
|
|
59
55
|
},
|
|
60
56
|
"devDependencies": {
|
|
@@ -81,7 +77,7 @@
|
|
|
81
77
|
"peerDependencies": {
|
|
82
78
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
83
79
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
84
|
-
"storybook": "^10.2.0-alpha.
|
|
80
|
+
"storybook": "^10.2.0-alpha.2",
|
|
85
81
|
"typescript": ">= 4.9.x"
|
|
86
82
|
},
|
|
87
83
|
"peerDependenciesMeta": {
|