@spscommerce/ds-react 6.37.3 → 6.37.4
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/lib/index.cjs.js +61 -61
- package/lib/index.es.js +9 -10
- package/package.json +2 -3
package/lib/index.es.js
CHANGED
|
@@ -2448,6 +2448,13 @@ const SpsOptionList = React.forwardRef((props2, ref2) => {
|
|
|
2448
2448
|
}, [isOpen]);
|
|
2449
2449
|
const maxHeight = maxHeightPx ? maxHeightPx / 16 : maxHeightRem;
|
|
2450
2450
|
const optionsInlineStyles = maxHeight ? { maxHeight: `${maxHeight}rem` } : {};
|
|
2451
|
+
function highlightText(text, pattern2) {
|
|
2452
|
+
return pattern2 ? /* @__PURE__ */ React.createElement(React.Fragment, null, text.split(pattern2).map((part, partIdx) => pattern2.test(part) ? /* @__PURE__ */ React.createElement("u", {
|
|
2453
|
+
key: partIdx
|
|
2454
|
+
}, part) : /* @__PURE__ */ React.createElement(React.Fragment, {
|
|
2455
|
+
key: partIdx
|
|
2456
|
+
}, part))) : /* @__PURE__ */ React.createElement(React.Fragment, null, text);
|
|
2457
|
+
}
|
|
2451
2458
|
return portal(/* @__PURE__ */ React.createElement("div", __spreadValues({
|
|
2452
2459
|
className: classes,
|
|
2453
2460
|
id,
|
|
@@ -2486,17 +2493,9 @@ const SpsOptionList = React.forwardRef((props2, ref2) => {
|
|
|
2486
2493
|
className: clsx("sps-icon", "sps-option-list__option-icon", `sps-icon-${String(option.value.icon)}`)
|
|
2487
2494
|
}), (!option.value || !option.value.icon && anyOptionHasIcon) && /* @__PURE__ */ React.createElement("span", {
|
|
2488
2495
|
className: "sps-option-list__option-icon-spacer"
|
|
2489
|
-
}), /* @__PURE__ */ React.createElement("span", {
|
|
2490
|
-
dangerouslySetInnerHTML: {
|
|
2491
|
-
__html: option.getHtml(searchState.replacementPattern)
|
|
2492
|
-
}
|
|
2493
|
-
}), option.caption && /* @__PURE__ */ React.createElement("div", {
|
|
2496
|
+
}), /* @__PURE__ */ React.createElement("span", null, highlightText(option.text, searchState.replacementPattern)), option.caption && /* @__PURE__ */ React.createElement("div", {
|
|
2494
2497
|
className: "sps-option-list__option-caption"
|
|
2495
|
-
}, /* @__PURE__ */ React.createElement("span",
|
|
2496
|
-
dangerouslySetInnerHTML: {
|
|
2497
|
-
__html: option.caption.replace(searchState.replacementPattern, "<u>$&</u>")
|
|
2498
|
-
}
|
|
2499
|
-
})));
|
|
2498
|
+
}, /* @__PURE__ */ React.createElement("span", null, highlightText(option.caption, searchState.replacementPattern))));
|
|
2500
2499
|
})), specialActionOption && specialAction.label && /* @__PURE__ */ React.createElement("a", {
|
|
2501
2500
|
className: clsx("sps-option-list__option", "sps-option-list__special-action", highlightedOptionIndex === optionList.length && "sps-option-list__option--highlighted", specialAction.disabled && "sps-option-list__special-action--disabled"),
|
|
2502
2501
|
href: specialActionOption.href,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spscommerce/ds-react",
|
|
3
3
|
"description": "SPS Design System React components",
|
|
4
|
-
"version": "6.37.
|
|
4
|
+
"version": "6.37.4",
|
|
5
5
|
"author": "SPS Commerce",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"repository": "https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/ds-react",
|
|
@@ -65,6 +65,5 @@
|
|
|
65
65
|
"watch": "vite build --watch",
|
|
66
66
|
"clean": "git clean -fdX",
|
|
67
67
|
"pub": "pnpm pack && node ../../scripts/publish-package.js"
|
|
68
|
-
}
|
|
69
|
-
"readme": "[//]: # \"START_AUTOGENERATED\"\n\n## [@spscommerce/ds-react](https://github.com/spscommerce/ui-angular/tree/master/packages/@spscommerce/ds-react#readme)\n\n\n\n\n\nSPS Design System React components \n \n ### Installation \n \n ```shell\nnpm install --save @spscommerce/ds-react\n```\n\n#### Peer Dependencies\n\n<div class=\"row\">\n <div class=\"col-5\"> \n <table class=\"sps-table\">\n <thead class=\"sps-table__head\">\n <tr class=\"sps-table__row\">\n <th class=\"sps-table__header\">\n <span class=\"sps-table__header-cell-body\"> \n Package\n </span>\n </th>\n <th class=\"sps-table__header text-right\">\n <span class=\"sps-table__header-cell-body\"> \n Version\n </span>\n </th>\n </tr>\n </thead>\n <tbody class=\"sps-table__body\">\n <tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/ds-shared#readme\">@spscommerce/ds-shared</a></td><td class=\"sps-table__cell text-right\">^1.1.0</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/positioning#readme\">@spscommerce/positioning</a></td><td class=\"sps-table__cell text-right\">^1.1.0</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://github.com/spscommerce/design-system/tree/main/packages/@spscommerce/utils#readme\">@spscommerce/utils</a></td><td class=\"sps-table__cell text-right\">^1.1.0</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"lukeed/clsx\">clsx</a></td><td class=\"sps-table__cell text-right\">^1.0.3</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://momentjs.com\">moment</a></td><td class=\"sps-table__cell text-right\">^2.25.3</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"http://momentjs.com/timezone/\">moment-timezone</a></td><td class=\"sps-table__cell text-right\">^0.5.28</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://facebook.github.io/react/\">prop-types</a></td><td class=\"sps-table__cell text-right\">^15.7.2</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://reactjs.org/\">react</a></td><td class=\"sps-table__cell text-right\">^16.9.0</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://reactjs.org/\">react-dom</a></td><td class=\"sps-table__cell text-right\">^16.9.0</td></tr>\n<tr class=\"sps-table__row\"><td class=\"sps-table__cell\"><a href=\"https://scroll-into-view-if-needed.netlify.com\">scroll-into-view-if-needed</a></td><td class=\"sps-table__cell text-right\">^2.2.20</td></tr>\n </tbody>\n </table>\n </div>\n <div class=\"col-7\">\n \n </div>\n</div>\n\n[//]: # \"END_AUTOGENERATED\"\n"
|
|
68
|
+
}
|
|
70
69
|
}
|