@superblocksteam/library 2.0.0-next.73 → 2.0.0-next.75
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/{allPaths-CxakoSdl.js → allPaths-CEDGaKPd.js} +2 -2
- package/dist/{allPaths-CxakoSdl.js.map → allPaths-CEDGaKPd.js.map} +1 -1
- package/dist/{allPaths-BFy3PScj.js → allPaths-CGqbYOvD.js} +2 -2
- package/dist/{allPaths-BFy3PScj.js.map → allPaths-CGqbYOvD.js.map} +1 -1
- package/dist/{allPathsLoader-B9yoao3z.js → allPathsLoader-Coc10wdt.js} +3 -3
- package/dist/{allPathsLoader-C0aC8NF_.js.map → allPathsLoader-Coc10wdt.js.map} +1 -1
- package/dist/{allPathsLoader-C0aC8NF_.js → allPathsLoader-y2OFBgre.js} +3 -3
- package/dist/{allPathsLoader-B9yoao3z.js.map → allPathsLoader-y2OFBgre.js.map} +1 -1
- package/dist/{index-DXUgz4lJ.js → index-kHJmJ-tG.js} +18 -17
- package/dist/{index-DXUgz4lJ.js.map → index-kHJmJ-tG.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-nTsCLj7O.js → splitPathsBySizeLoader-C2O_pqfA.js} +2 -2
- package/dist/{splitPathsBySizeLoader-nTsCLj7O.js.map → splitPathsBySizeLoader-C2O_pqfA.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-BE4Pih1Q.js → splitPathsBySizeLoader-mUM3KhQf.js} +2 -2
- package/dist/{splitPathsBySizeLoader-BE4Pih1Q.js.map → splitPathsBySizeLoader-mUM3KhQf.js.map} +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as IconSvgPaths16 } from "./index-DIJYif9G.js";
|
|
2
2
|
import { I as IconSvgPaths20 } from "./index-LHtbj0-V.js";
|
|
3
|
-
import { p as pascalCase, I as IconSize } from "./index-
|
|
3
|
+
import { p as pascalCase, I as IconSize } from "./index-kHJmJ-tG.js";
|
|
4
4
|
function getIconPaths(name, size) {
|
|
5
5
|
var key = pascalCase(name);
|
|
6
6
|
return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
getIconPaths,
|
|
15
15
|
iconNameToPathsRecordKey
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=allPaths-
|
|
17
|
+
//# sourceMappingURL=allPaths-CEDGaKPd.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-CEDGaKPd.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as IconSvgPaths16 } from "./index-BxzKdlqH.js";
|
|
2
2
|
import { I as IconSvgPaths20 } from "./index-DIn-fanT.js";
|
|
3
|
-
import { p as pascalCase, b as IconSize } from "./index-
|
|
3
|
+
import { p as pascalCase, b as IconSize } from "./index-kHJmJ-tG.js";
|
|
4
4
|
function getIconPaths(name, size) {
|
|
5
5
|
var key = pascalCase(name);
|
|
6
6
|
return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
getIconPaths,
|
|
15
15
|
iconNameToPathsRecordKey
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=allPaths-
|
|
17
|
+
//# sourceMappingURL=allPaths-CGqbYOvD.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-CGqbYOvD.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-kHJmJ-tG.js";
|
|
2
2
|
var allPathsLoader = function(name, size) {
|
|
3
3
|
return __awaiter(void 0, void 0, void 0, function() {
|
|
4
4
|
var getIconPaths;
|
|
@@ -7,7 +7,7 @@ var allPathsLoader = function(name, size) {
|
|
|
7
7
|
case 0:
|
|
8
8
|
return [4, import(
|
|
9
9
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
10
|
-
"./allPaths-
|
|
10
|
+
"./allPaths-CGqbYOvD.js"
|
|
11
11
|
)];
|
|
12
12
|
case 1:
|
|
13
13
|
getIconPaths = _a.sent().getIconPaths;
|
|
@@ -19,4 +19,4 @@ var allPathsLoader = function(name, size) {
|
|
|
19
19
|
export {
|
|
20
20
|
allPathsLoader
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=allPathsLoader-
|
|
22
|
+
//# sourceMappingURL=allPathsLoader-Coc10wdt.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-Coc10wdt.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-kHJmJ-tG.js";
|
|
2
2
|
var allPathsLoader = function(name, size) {
|
|
3
3
|
return __awaiter(void 0, void 0, void 0, function() {
|
|
4
4
|
var getIconPaths;
|
|
@@ -7,7 +7,7 @@ var allPathsLoader = function(name, size) {
|
|
|
7
7
|
case 0:
|
|
8
8
|
return [4, import(
|
|
9
9
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
10
|
-
"./allPaths-
|
|
10
|
+
"./allPaths-CEDGaKPd.js"
|
|
11
11
|
)];
|
|
12
12
|
case 1:
|
|
13
13
|
getIconPaths = _a.sent().getIconPaths;
|
|
@@ -19,4 +19,4 @@ var allPathsLoader = function(name, size) {
|
|
|
19
19
|
export {
|
|
20
20
|
allPathsLoader
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=allPathsLoader-
|
|
22
|
+
//# sourceMappingURL=allPathsLoader-y2OFBgre.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-y2OFBgre.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
|
|
@@ -2690,14 +2690,14 @@ function getLoaderFn$1(options) {
|
|
|
2690
2690
|
if (!(loader === "all")) return [3, 3];
|
|
2691
2691
|
return [4, import(
|
|
2692
2692
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
2693
|
-
"./allPathsLoader-
|
|
2693
|
+
"./allPathsLoader-y2OFBgre.js"
|
|
2694
2694
|
)];
|
|
2695
2695
|
case 2:
|
|
2696
2696
|
return [2, _b2.sent().allPathsLoader];
|
|
2697
2697
|
case 3:
|
|
2698
2698
|
return [4, import(
|
|
2699
2699
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
2700
|
-
"./splitPathsBySizeLoader-
|
|
2700
|
+
"./splitPathsBySizeLoader-C2O_pqfA.js"
|
|
2701
2701
|
)];
|
|
2702
2702
|
case 4:
|
|
2703
2703
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -115234,7 +115234,7 @@ var KeyValuePropertyType = /* @__PURE__ */ ((KeyValuePropertyType2) => {
|
|
|
115234
115234
|
})(KeyValuePropertyType || {});
|
|
115235
115235
|
const DEFAULT_TABLE_DATA = [
|
|
115236
115236
|
{
|
|
115237
|
-
photo: "https://cdn.superblocks.com/sample-data/rachel_kim",
|
|
115237
|
+
photo: "https://cdn.superblocks.com/sample-data/rachel_kim.jpg",
|
|
115238
115238
|
name: "Rachel Kim",
|
|
115239
115239
|
email: "rachel.kim89@gmail.com",
|
|
115240
115240
|
role: "Vendor Partner",
|
|
@@ -115244,7 +115244,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115244
115244
|
last_activity: "2025-06-07T16:20:00Z"
|
|
115245
115245
|
},
|
|
115246
115246
|
{
|
|
115247
|
-
photo: "https://cdn.superblocks.com/sample-data/daniel_vargas",
|
|
115247
|
+
photo: "https://cdn.superblocks.com/sample-data/daniel_vargas.jpg",
|
|
115248
115248
|
name: "Daniel Vargas",
|
|
115249
115249
|
email: "dvargas1984@yahoo.com",
|
|
115250
115250
|
role: "Logistics Contact",
|
|
@@ -115254,7 +115254,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115254
115254
|
last_activity: "2025-05-30T13:45:00Z"
|
|
115255
115255
|
},
|
|
115256
115256
|
{
|
|
115257
|
-
photo: "https://cdn.superblocks.com/sample-data/sophie_liu",
|
|
115257
|
+
photo: "https://cdn.superblocks.com/sample-data/sophie_liu.jpg",
|
|
115258
115258
|
name: "Sophie Liu",
|
|
115259
115259
|
email: "sophie.liu.personal@gmail.com",
|
|
115260
115260
|
role: "Retail Manager",
|
|
@@ -115264,7 +115264,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115264
115264
|
last_activity: "2025-06-08T09:03:00Z"
|
|
115265
115265
|
},
|
|
115266
115266
|
{
|
|
115267
|
-
photo: "https://cdn.superblocks.com/sample-data/omar_el-sayed",
|
|
115267
|
+
photo: "https://cdn.superblocks.com/sample-data/omar_el-sayed.jpg",
|
|
115268
115268
|
name: "Omar El-Sayed",
|
|
115269
115269
|
email: "omarsayed78@hotmail.com",
|
|
115270
115270
|
role: "Accounts Payable",
|
|
@@ -115274,7 +115274,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115274
115274
|
last_activity: "2024-12-18T11:40:00Z"
|
|
115275
115275
|
},
|
|
115276
115276
|
{
|
|
115277
|
-
photo: "https://cdn.superblocks.com/sample-data/grace_nguyen",
|
|
115277
|
+
photo: "https://cdn.superblocks.com/sample-data/grace_nguyen.jpg",
|
|
115278
115278
|
name: "Grace Nguyen",
|
|
115279
115279
|
email: "gracenguyen23@icloud.com",
|
|
115280
115280
|
role: "Product Supplier",
|
|
@@ -115284,7 +115284,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115284
115284
|
last_activity: "2025-06-08T17:28:00Z"
|
|
115285
115285
|
},
|
|
115286
115286
|
{
|
|
115287
|
-
photo: "https://cdn.superblocks.com/sample-data/alex_romero",
|
|
115287
|
+
photo: "https://cdn.superblocks.com/sample-data/alex_romero.jpg",
|
|
115288
115288
|
name: "Alex Romero",
|
|
115289
115289
|
email: "alex.romero@gmail.com",
|
|
115290
115290
|
role: "Client Account Owner",
|
|
@@ -115294,7 +115294,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115294
115294
|
last_activity: "2025-03-11T08:20:00Z"
|
|
115295
115295
|
},
|
|
115296
115296
|
{
|
|
115297
|
-
photo: "https://cdn.superblocks.com/sample-data/lena_schmidt",
|
|
115297
|
+
photo: "https://cdn.superblocks.com/sample-data/lena_schmidt.jpg",
|
|
115298
115298
|
name: "Lena Schmidt",
|
|
115299
115299
|
email: "lena_schmidt92@gmx.de",
|
|
115300
115300
|
role: "Wholesale Contact",
|
|
@@ -115304,7 +115304,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115304
115304
|
last_activity: "2025-06-06T21:10:00Z"
|
|
115305
115305
|
},
|
|
115306
115306
|
{
|
|
115307
|
-
photo: "https://cdn.superblocks.com/sample-data/devon_price",
|
|
115307
|
+
photo: "https://cdn.superblocks.com/sample-data/devon_price.jpg",
|
|
115308
115308
|
name: "Devon Price",
|
|
115309
115309
|
email: "devon.price22@aol.com",
|
|
115310
115310
|
role: "Fulfillment Liaison",
|
|
@@ -115314,7 +115314,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115314
115314
|
last_activity: "2025-06-08T10:42:00Z"
|
|
115315
115315
|
},
|
|
115316
115316
|
{
|
|
115317
|
-
photo: "https://cdn.superblocks.com/sample-data/isabella_rossi",
|
|
115317
|
+
photo: "https://cdn.superblocks.com/sample-data/isabella_rossi.jpg",
|
|
115318
115318
|
name: "Isabella Rossi",
|
|
115319
115319
|
email: "bella.rossi@gmail.com",
|
|
115320
115320
|
role: "Procurement Agent",
|
|
@@ -115324,7 +115324,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115324
115324
|
last_activity: "2025-05-29T14:05:00Z"
|
|
115325
115325
|
},
|
|
115326
115326
|
{
|
|
115327
|
-
photo: "https://cdn.superblocks.com/sample-data/tariq_khan",
|
|
115327
|
+
photo: "https://cdn.superblocks.com/sample-data/tariq_khan.jpg",
|
|
115328
115328
|
name: "Tariq Khan",
|
|
115329
115329
|
email: "tariq.khan92@protonmail.com",
|
|
115330
115330
|
role: "International Ops Lead",
|
|
@@ -115334,7 +115334,7 @@ const DEFAULT_TABLE_DATA = [
|
|
|
115334
115334
|
last_activity: "2025-06-08T16:11:00Z"
|
|
115335
115335
|
},
|
|
115336
115336
|
{
|
|
115337
|
-
photo: "https://cdn.superblocks.com/sample-data/emily_zhang",
|
|
115337
|
+
photo: "https://cdn.superblocks.com/sample-data/emily_zhang.jpg",
|
|
115338
115338
|
name: "Emily Zhang",
|
|
115339
115339
|
email: "emilyzhang.home@gmail.com",
|
|
115340
115340
|
role: "Logistics Coordinator",
|
|
@@ -118382,7 +118382,8 @@ const SbButton = registerSbComponent(
|
|
|
118382
118382
|
buttonStyle: props.variant,
|
|
118383
118383
|
iconPosition: props.iconPosition,
|
|
118384
118384
|
icon,
|
|
118385
|
-
padding: props.padding
|
|
118385
|
+
padding: props.padding,
|
|
118386
|
+
"data-test": `button-${props.name}`
|
|
118386
118387
|
}
|
|
118387
118388
|
) });
|
|
118388
118389
|
}
|
|
@@ -144423,14 +144424,14 @@ function getLoaderFn(options) {
|
|
|
144423
144424
|
if (!(loader === "all")) return [3, 3];
|
|
144424
144425
|
return [4, import(
|
|
144425
144426
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
144426
|
-
"./allPathsLoader-
|
|
144427
|
+
"./allPathsLoader-Coc10wdt.js"
|
|
144427
144428
|
)];
|
|
144428
144429
|
case 2:
|
|
144429
144430
|
return [2, _b2.sent().allPathsLoader];
|
|
144430
144431
|
case 3:
|
|
144431
144432
|
return [4, import(
|
|
144432
144433
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
144433
|
-
"./splitPathsBySizeLoader-
|
|
144434
|
+
"./splitPathsBySizeLoader-mUM3KhQf.js"
|
|
144434
144435
|
)];
|
|
144435
144436
|
case 4:
|
|
144436
144437
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -190917,4 +190918,4 @@ export {
|
|
|
190917
190918
|
copyToClipboard as y,
|
|
190918
190919
|
navigateTo as z
|
|
190919
190920
|
};
|
|
190920
|
-
//# sourceMappingURL=index-
|
|
190921
|
+
//# sourceMappingURL=index-kHJmJ-tG.js.map
|