@deque/cauldron-react 4.2.1-canary.cea36594 → 4.2.1-canary.f766f9dd

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.
Files changed (2) hide show
  1. package/lib/index.js +3 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -1423,8 +1423,9 @@ var SkipLink = /** @class */ (function (_super) {
1423
1423
  return (React__default.createElement("nav", tslib.__assign({ className: classNames('SkipLink', currentClass) }, other),
1424
1424
  React__default.createElement("a", { href: target, className: "SkipLink__link", onClick: this.onClick, onFocus: this.onFocus, onBlur: this.onBlur },
1425
1425
  React__default.createElement("span", { className: "SkipLink__item--first" }, skipText),
1426
- "\u00A0",
1427
- React__default.createElement("span", { className: "SkipLink__item--second" }, targetText))));
1426
+ React__default.createElement("span", { className: "SkipLink__item--second" },
1427
+ React__default.createElement(Icon, { type: "triangle-right" }),
1428
+ targetText))));
1428
1429
  };
1429
1430
  SkipLink.prototype.onClick = function () {
1430
1431
  if (!isBrowser()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-react",
3
- "version": "4.2.1-canary.cea36594",
3
+ "version": "4.2.1-canary.f766f9dd",
4
4
  "description": "Fully accessible react components library for Deque Cauldron",
5
5
  "publishConfig": {
6
6
  "access": "public"