@algolia/satellite 1.0.0-beta.180 → 1.0.0-beta.181

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.
@@ -31,7 +31,7 @@ var Item = exports.Item = function Item(props) {
31
31
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(DropdownMenu.Item, _objectSpread(_objectSpread({}, mergedProps), {}, {
32
32
  className: (0, _clsx["default"])(mergedProps.className, (0, _satellitePrefixer["default"])(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2["default"])(["w-full"])))),
33
33
  children: [StartIcon && /*#__PURE__*/(0, _jsxRuntime.jsx)(StartIcon, {
34
- className: (0, _satellitePrefixer["default"])(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2["default"])(["mr-2 shrink-0 ", ""])), showDestructiveVariant ? "text-red-700" : "text-inherit"),
34
+ className: (0, _satellitePrefixer["default"])(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2["default"])(["mr-2 shrink-0 ", ""])), showDestructiveVariant ? "text-red-700" : "text-grey-500"),
35
35
  width: "1rem",
36
36
  height: "1rem"
37
37
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
@@ -65,7 +65,7 @@ var LinkItem = exports.LinkItem = function LinkItem(props) {
65
65
  className: (0, _satellitePrefixer["default"])(_templateObject3 || (_templateObject3 = (0, _taggedTemplateLiteral2["default"])(["w-full truncate"]))),
66
66
  children: children
67
67
  }), isExternalLink && /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icons.ExternalLinkIcon, {
68
- className: (0, _satellitePrefixer["default"])(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2["default"])(["ml-1 shrink-0"]))),
68
+ className: (0, _satellitePrefixer["default"])(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2["default"])(["ml-1 shrink-0 text-grey-500"]))),
69
69
  size: "1em"
70
70
  })]
71
71
  }));
@@ -22,7 +22,7 @@ export var Item = function Item(props) {
22
22
  return /*#__PURE__*/_jsxs(DropdownMenu.Item, _objectSpread(_objectSpread({}, mergedProps), {}, {
23
23
  className: cx(mergedProps.className, stl(_templateObject || (_templateObject = _taggedTemplateLiteral(["w-full"])))),
24
24
  children: [StartIcon && /*#__PURE__*/_jsx(StartIcon, {
25
- className: stl(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["mr-2 shrink-0 ", ""])), showDestructiveVariant ? "text-red-700" : "text-inherit"),
25
+ className: stl(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["mr-2 shrink-0 ", ""])), showDestructiveVariant ? "text-red-700" : "text-grey-500"),
26
26
  width: "1rem",
27
27
  height: "1rem"
28
28
  }), /*#__PURE__*/_jsx("span", {
@@ -56,7 +56,7 @@ export var LinkItem = function LinkItem(props) {
56
56
  className: stl(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["w-full truncate"]))),
57
57
  children: children
58
58
  }), isExternalLink && /*#__PURE__*/_jsx(ExternalLinkIcon, {
59
- className: stl(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["ml-1 shrink-0"]))),
59
+ className: stl(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["ml-1 shrink-0 text-grey-500"]))),
60
60
  size: "1em"
61
61
  })]
62
62
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@algolia/satellite",
3
- "version": "1.0.0-beta.180",
3
+ "version": "1.0.0-beta.181",
4
4
  "description": "Algolia design system React components",
5
5
  "sideEffects": false,
6
6
  "scripts": {