@spark-web/text-list
Advanced tools
Comparing version 1.0.5 to 2.0.0
@@ -31,3 +31,3 @@ import type { IconProps } from '@spark-web/icon'; | ||
export declare const TextList: import("react").ForwardRefExoticComponent<TextListProps & import("react").RefAttributes<ListElement>>; | ||
export declare const IndicatorContainer: ({ size, ...props }: TextProps) => JSX.Element; | ||
export declare const IndicatorContainer: ({ size, children, }: TextProps) => JSX.Element; | ||
export {}; |
@@ -15,4 +15,3 @@ 'use strict'; | ||
var _excluded = ["children", "data", "icon", "gap", "size", "tone", "type"], | ||
_excluded2 = ["size"]; | ||
var _excluded = ["children", "data", "icon", "gap", "size", "tone", "type"]; | ||
var typeToElement = { | ||
@@ -100,3 +99,3 @@ bullet: 'ul', | ||
size = _ref2$size === void 0 ? 'standard' : _ref2$size, | ||
props = _objectWithoutProperties(_ref2, _excluded2); | ||
children = _ref2.children; | ||
@@ -118,3 +117,3 @@ var _useTheme = theme.useTheme(), | ||
}); | ||
return /*#__PURE__*/jsxRuntime.jsx(box.Box, _objectSpread({ | ||
return /*#__PURE__*/jsxRuntime.jsx(box.Box, { | ||
display: "flex", | ||
@@ -125,4 +124,5 @@ alignItems: "center", | ||
flexShrink: 0, | ||
className: css.css(responsiveStyles) | ||
}, props)); | ||
className: css.css(responsiveStyles), | ||
children: children | ||
}); | ||
}; | ||
@@ -129,0 +129,0 @@ |
@@ -15,4 +15,3 @@ 'use strict'; | ||
var _excluded = ["children", "data", "icon", "gap", "size", "tone", "type"], | ||
_excluded2 = ["size"]; | ||
var _excluded = ["children", "data", "icon", "gap", "size", "tone", "type"]; | ||
var typeToElement = { | ||
@@ -100,3 +99,3 @@ bullet: 'ul', | ||
size = _ref2$size === void 0 ? 'standard' : _ref2$size, | ||
props = _objectWithoutProperties(_ref2, _excluded2); | ||
children = _ref2.children; | ||
@@ -118,3 +117,3 @@ var _useTheme = theme.useTheme(), | ||
}); | ||
return /*#__PURE__*/jsxRuntime.jsx(box.Box, _objectSpread({ | ||
return /*#__PURE__*/jsxRuntime.jsx(box.Box, { | ||
display: "flex", | ||
@@ -125,4 +124,5 @@ alignItems: "center", | ||
flexShrink: 0, | ||
className: css.css(responsiveStyles) | ||
}, props)); | ||
className: css.css(responsiveStyles), | ||
children: children | ||
}); | ||
}; | ||
@@ -129,0 +129,0 @@ |
@@ -11,4 +11,3 @@ import _objectSpread from '@babel/runtime/helpers/esm/objectSpread2'; | ||
var _excluded = ["children", "data", "icon", "gap", "size", "tone", "type"], | ||
_excluded2 = ["size"]; | ||
var _excluded = ["children", "data", "icon", "gap", "size", "tone", "type"]; | ||
var typeToElement = { | ||
@@ -96,3 +95,3 @@ bullet: 'ul', | ||
size = _ref2$size === void 0 ? 'standard' : _ref2$size, | ||
props = _objectWithoutProperties(_ref2, _excluded2); | ||
children = _ref2.children; | ||
@@ -114,3 +113,3 @@ var _useTheme = useTheme(), | ||
}); | ||
return /*#__PURE__*/jsx(Box, _objectSpread({ | ||
return /*#__PURE__*/jsx(Box, { | ||
display: "flex", | ||
@@ -121,4 +120,5 @@ alignItems: "center", | ||
flexShrink: 0, | ||
className: css(responsiveStyles) | ||
}, props)); | ||
className: css(responsiveStyles), | ||
children: children | ||
}); | ||
}; | ||
@@ -125,0 +125,0 @@ |
{ | ||
"name": "@spark-web/text-list", | ||
"version": "1.0.5", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/spark-web-text-list.cjs.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21176