@elliemae/ds-separator 2.0.0-alpha.3 → 2.0.0-alpha.7
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/cjs/DSSeparator.js +3 -3
- package/cjs/index.js +1 -1
- package/package.json +2 -2
package/cjs/DSSeparator.js
CHANGED
|
@@ -16,7 +16,7 @@ var _jsx__default = /*#__PURE__*/_interopDefaultLegacy(_jsx);
|
|
|
16
16
|
|
|
17
17
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
|
|
18
18
|
|
|
19
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty__default[
|
|
19
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty__default["default"](target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
20
20
|
const blockName = 'separator';
|
|
21
21
|
const MARGIN_SIZE = {
|
|
22
22
|
S: 's',
|
|
@@ -71,7 +71,7 @@ const DSSeparator = ({
|
|
|
71
71
|
position
|
|
72
72
|
},
|
|
73
73
|
style: style,
|
|
74
|
-
children: /*#__PURE__*/_jsx__default[
|
|
74
|
+
children: /*#__PURE__*/_jsx__default["default"](Separator, {
|
|
75
75
|
classProps: {
|
|
76
76
|
dashed,
|
|
77
77
|
margin,
|
|
@@ -129,4 +129,4 @@ DSSeparatorWithSchema.propTypes = props;
|
|
|
129
129
|
|
|
130
130
|
exports.DSSeparator = DSSeparator;
|
|
131
131
|
exports.DSSeparatorWithSchema = DSSeparatorWithSchema;
|
|
132
|
-
exports[
|
|
132
|
+
exports["default"] = DSSeparator;
|
package/cjs/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-separator",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Separator",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"build": "node ../../scripts/build/build.js"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-classnames": "2.0.0-alpha.
|
|
39
|
+
"@elliemae/ds-classnames": "2.0.0-alpha.7",
|
|
40
40
|
"react-desc": "^4.1.3"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|