Socket
Socket
Sign inDemoInstall

@parallel-line/component

Package Overview
Dependencies
3
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0-beta.207 to 2.1.0-beta.208

2

es/descriptions/context.js

@@ -30,3 +30,3 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }

children: props.children
}, void 0);
});
};

@@ -30,6 +30,6 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }

children: title
}, void 0), props.children]
}, void 0));
}), props.children]
}));
};
export { Descriptions };

@@ -31,10 +31,10 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";

children: props.label
}, void 0), _jsx("div", {
}), _jsx("div", {
className: bem('content'),
style: contentStyle,
children: props.children
}, void 0)]
}, void 0);
})]
});
};
export { Item };

@@ -48,5 +48,5 @@ "use strict";

children: props.children
}, void 0);
});
};
exports.Provider = Provider;

@@ -41,6 +41,6 @@ "use strict";

children: title
}, void 0), props.children]
}, void 0));
}), props.children]
}));
};
exports.Descriptions = Descriptions;

@@ -41,10 +41,10 @@ "use strict";

children: props.label
}, void 0), (0, _jsxRuntime.jsx)("div", {
}), (0, _jsxRuntime.jsx)("div", {
className: bem('content'),
style: contentStyle,
children: props.children
}, void 0)]
}, void 0);
})]
});
};
exports.Item = Item;

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "2.1.0-beta.207",
"version": "2.1.0-beta.208",
"scripts": {

@@ -29,3 +29,3 @@ "build": "father-build"

],
"gitHead": "0d23b6b3ababfe9d730364b8f188f237673c7087",
"gitHead": "3c339872ca7741580d0be964bd6047a40f261272",
"dependencies": {

@@ -32,0 +32,0 @@ "rc-field-form": "^1.22.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc