@cerebruminc/cerebellum 16.3.0-beta.dangerous.f1a78ff → 16.4.0-beta.dangerous.3eeed6a
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/lib/cjs/Bill.cjs +19 -0
- package/lib/cjs/Bill.cjs.map +1 -0
- package/lib/cjs/Button.cjs +4 -4
- package/lib/cjs/Checklist.cjs +19 -0
- package/lib/cjs/Checklist.cjs.map +1 -0
- package/lib/cjs/index.cjs +4 -0
- package/lib/cjs/index.cjs.map +1 -1
- package/lib/esm/Bill.js +17 -0
- package/lib/esm/Bill.js.map +1 -0
- package/lib/esm/Button.js +4 -4
- package/lib/esm/Checklist.js +17 -0
- package/lib/esm/Checklist.js.map +1 -0
- package/lib/esm/index.js +2 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/types/src/components/Button/types.d.ts +3 -0
- package/lib/types/src/components/Icons/Bill.d.ts +2 -0
- package/lib/types/src/components/Icons/Checklist.d.ts +2 -0
- package/lib/types/src/components/Icons/index.d.ts +3 -1
- package/lib/types/src/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/esm/Bill.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { _ as __assign } from './_tslib-CcAXazg4.js';
|
|
2
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
|
+
import { b as boxColorLookup } from './colors-D-UTb8yU.js';
|
|
4
|
+
import { I as IconBox, B as BoringSpan, a as InnerIconBox, S as Svg } from './IconComponentStyles-BwczcTS4.js';
|
|
5
|
+
import './colors.js';
|
|
6
|
+
import './pressedEnter.js';
|
|
7
|
+
import 'styled-components';
|
|
8
|
+
|
|
9
|
+
var Bill = function (props) {
|
|
10
|
+
var _a = props.boxed, boxed = _a === void 0 ? false : _a, _b = props.boxedSize, boxedSize = _b === void 0 ? 67 : _b, boxColor = props.boxColor, _c = props.fill, fill = _c === void 0 ? "#000000" : _c, _d = props.round, round = _d === void 0 ? false : _d, _e = props.scale, scale = _e === void 0 ? 1 : _e, title = props.title;
|
|
11
|
+
var Container = boxed || round ? IconBox : BoringSpan;
|
|
12
|
+
var InnerContainer = boxed || round ? InnerIconBox : BoringSpan;
|
|
13
|
+
return (jsx(Container, { "$boxedSize": boxedSize, children: jsx(InnerContainer, { "$boxColor": boxColor !== null && boxColor !== void 0 ? boxColor : boxColorLookup(fill), "$round": round, "$paddingString": round ? "35%" : "25.4%", children: jsxs(Svg, __assign({ version: "1.1", x: "0px", y: "0px", role: "img" }, (title ? { "aria-labelledby": "bill-icon-title-id" } : { "aria-hidden": "true" }), { viewBox: "3 3 24 24", scale: scale, children: [title && jsx("title", { id: "bill-icon-title-id", children: title }), jsx("path", { fill: fill, clipRule: "evenodd", fillRule: "evenodd", d: "M5.625 23.4375C5.625 24.9908 6.8842 26.25 8.4375 26.25H21.5625C23.1158 26.25 24.375 24.9908 24.375 23.4375V4.6875C24.375 4.34176 24.1847 4.02407 23.8799 3.86093C23.575 3.69779 23.2051 3.71567 22.9175 3.90745L20.625 5.43577L18.3325 3.90745C18.0176 3.69752 17.6074 3.69752 17.2925 3.90745L15 5.43577L12.7075 3.90745C12.3926 3.69751 11.9824 3.69751 11.6675 3.90745L9.375 5.43577L7.08253 3.90745C6.79485 3.71567 6.42497 3.69779 6.12013 3.86093C5.8153 4.02407 5.625 4.34176 5.625 4.6875V23.4375ZM8.4375 24.375C7.91973 24.375 7.5 23.9553 7.5 23.4375V6.43924L8.85497 7.34255C9.16987 7.55248 9.58013 7.55248 9.89503 7.34255L12.1875 5.81424L14.48 7.34255C14.7949 7.55248 15.2051 7.55248 15.52 7.34255L17.8125 5.81424L20.105 7.34255C20.4199 7.55248 20.8301 7.55248 21.145 7.34255L22.5 6.43924V23.4375C22.5 23.9553 22.0803 24.375 21.5625 24.375H8.4375ZM12.1875 19.6875C12.1875 20.2053 12.6072 20.625 13.125 20.625H16.875C17.3928 20.625 17.8125 20.2053 17.8125 19.6875C17.8125 19.1697 17.3928 18.75 16.875 18.75H13.125C12.6072 18.75 12.1875 19.1697 12.1875 19.6875ZM9.375 15.9375C9.375 16.4553 9.79473 16.875 10.3125 16.875L19.6875 16.875C20.2053 16.875 20.625 16.4553 20.625 15.9375C20.625 15.4197 20.2053 15 19.6875 15L10.3125 15C9.79473 15 9.375 15.4197 9.375 15.9375ZM11.25 12.1875C11.25 12.7053 11.6697 13.125 12.1875 13.125H17.8125C18.3303 13.125 18.75 12.7053 18.75 12.1875C18.75 11.6697 18.3303 11.25 17.8125 11.25H12.1875C11.6697 11.25 11.25 11.6697 11.25 12.1875Z" })] })) }) }));
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export { Bill };
|
|
17
|
+
//# sourceMappingURL=Bill.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Bill.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;"}
|
package/lib/esm/Button.js
CHANGED
|
@@ -125,8 +125,8 @@ var Text = styled.span(templateObject_5 || (templateObject_5 = __makeTemplateObj
|
|
|
125
125
|
var $boxed = _a.$boxed, $boxedOutline = _a.$boxedOutline, $textButton = _a.$textButton;
|
|
126
126
|
return ($boxed || $boxedOutline || $textButton ? 500 : 600);
|
|
127
127
|
}, function (_a) {
|
|
128
|
-
var $boxed = _a.$boxed, $boxedOutline = _a.$boxedOutline, textButton = _a.$textButton;
|
|
129
|
-
return ($boxed || $boxedOutline || textButton ? "0.36px" : "0.07em");
|
|
128
|
+
var $boxed = _a.$boxed, $boxedOutline = _a.$boxedOutline, $letterSpacing = _a.$letterSpacing, textButton = _a.$textButton;
|
|
129
|
+
return ($letterSpacing ? $letterSpacing : ($boxed || $boxedOutline || textButton ? "0.36px" : "0.07em"));
|
|
130
130
|
});
|
|
131
131
|
var TextButtonBackground = styled.span(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n bottom: 0;\n display: block;\n background-color: ", ";\n left: 0;\n position: absolute;\n pointer-events: none;\n right: 0;\n top: 0;\n transition: transform 300ms ease-out 50ms;\n transform: translate3d(0, ", "px, 0);\n ", ":hover & {\n transform: translate3d(0, 0, 0);\n }\n ", ":focus-visible & {\n opacity: 0;\n }\n"], ["\n bottom: 0;\n display: block;\n background-color: ", ";\n left: 0;\n position: absolute;\n pointer-events: none;\n right: 0;\n top: 0;\n transition: transform 300ms ease-out 50ms;\n transform: translate3d(0, ", "px, 0);\n ", ":hover & {\n transform: translate3d(0, 0, 0);\n }\n ", ":focus-visible & {\n opacity: 0;\n }\n"])), function (_a) {
|
|
132
132
|
var $colorGroup = _a.$colorGroup;
|
|
@@ -251,7 +251,7 @@ var getLoadingOffset = function (_a) {
|
|
|
251
251
|
|
|
252
252
|
var Button = function (props) {
|
|
253
253
|
var _a, _b, _c, _d;
|
|
254
|
-
var borderRadius = props.borderRadius, _e = props.boxed, boxed = _e === void 0 ? false : _e, _f = props.boxedOutline, boxedOutline = _f === void 0 ? false : _f, buttonHeight = props.buttonHeight, _g = props.buttonType, buttonType = _g === void 0 ? "button" : _g, buttonWidth = props.buttonWidth, _h = props.backButton, backButton = _h === void 0 ? false : _h, _j = props.caret, caret = _j === void 0 ? false : _j, caretGap = props.caretGap, _k = props.clickable, clickable = _k === void 0 ? true : _k, _l = props.colorFamily, colorFamily = _l === void 0 ? ButtonColorFamilyEnum.Blue : _l, colorFamilyOverride = props.colorFamilyOverride, directionalButtonGap = props.directionalButtonGap, _m = props.disabled, disabled = _m === void 0 ? false : _m, disabledBackgroundColor = props.disabledBackgroundColor, disabledTextColor = props.disabledTextColor, focus = props.focus, focusOutlineBorderRadius = props.focusOutlineBorderRadius, focusOutlineOffsetBottom = props.focusOutlineOffsetBottom, focusOutlineOffsetLeft = props.focusOutlineOffsetLeft, focusOutlineOffsetRight = props.focusOutlineOffsetRight, focusOutlineOffsetTop = props.focusOutlineOffsetTop, href = props.href, Icon = props.Icon, iconGap = props.iconGap, iconSize = props.iconSize, justifyContent = props.justifyContent, _o = props.loading, loading = _o === void 0 ? false : _o, loadingConfiguration = props.loadingConfiguration, name = props.name, _p = props.nextButton, nextButton = _p === void 0 ? false : _p, onClick = props.onClick, _q = props.outline, outline = _q === void 0 ? false : _q, outlineButtonShade = props.outlineButtonShade, paddingString = props.paddingString, innerRef = props.innerRef, _r = props.secondary, secondary = _r === void 0 ? false : _r, target = props.target, text = props.text, _s = props.textButton, textButton = _s === void 0 ? false : _s, textFontSize = props.textFontSize, _t = props.shadow, shadow = _t === void 0 ? false : _t, spaceBetween = props.spaceBetween, useA = props.useA, value = props.value, _u = props.white, white = _u === void 0 ? false : _u;
|
|
254
|
+
var borderRadius = props.borderRadius, _e = props.boxed, boxed = _e === void 0 ? false : _e, _f = props.boxedOutline, boxedOutline = _f === void 0 ? false : _f, buttonHeight = props.buttonHeight, _g = props.buttonType, buttonType = _g === void 0 ? "button" : _g, buttonWidth = props.buttonWidth, _h = props.backButton, backButton = _h === void 0 ? false : _h, _j = props.caret, caret = _j === void 0 ? false : _j, caretGap = props.caretGap, _k = props.clickable, clickable = _k === void 0 ? true : _k, _l = props.colorFamily, colorFamily = _l === void 0 ? ButtonColorFamilyEnum.Blue : _l, colorFamilyOverride = props.colorFamilyOverride, directionalButtonGap = props.directionalButtonGap, _m = props.disabled, disabled = _m === void 0 ? false : _m, disabledBackgroundColor = props.disabledBackgroundColor, disabledTextColor = props.disabledTextColor, focus = props.focus, focusOutlineBorderRadius = props.focusOutlineBorderRadius, focusOutlineOffsetBottom = props.focusOutlineOffsetBottom, focusOutlineOffsetLeft = props.focusOutlineOffsetLeft, focusOutlineOffsetRight = props.focusOutlineOffsetRight, focusOutlineOffsetTop = props.focusOutlineOffsetTop, href = props.href, Icon = props.Icon, iconGap = props.iconGap, iconSize = props.iconSize, justifyContent = props.justifyContent, letterSpacing = props.letterSpacing, _o = props.loading, loading = _o === void 0 ? false : _o, loadingConfiguration = props.loadingConfiguration, name = props.name, _p = props.nextButton, nextButton = _p === void 0 ? false : _p, onClick = props.onClick, _q = props.outline, outline = _q === void 0 ? false : _q, outlineButtonShade = props.outlineButtonShade, paddingString = props.paddingString, innerRef = props.innerRef, _r = props.secondary, secondary = _r === void 0 ? false : _r, target = props.target, text = props.text, _s = props.textButton, textButton = _s === void 0 ? false : _s, textFontSize = props.textFontSize, _t = props.shadow, shadow = _t === void 0 ? false : _t, spaceBetween = props.spaceBetween, useA = props.useA, value = props.value, _u = props.white, white = _u === void 0 ? false : _u;
|
|
255
255
|
var buttonRef = innerRef || useRef(null);
|
|
256
256
|
useEffect(function () {
|
|
257
257
|
var _a;
|
|
@@ -279,7 +279,7 @@ var Button = function (props) {
|
|
|
279
279
|
setTimeout(function () { return setIsActive(false); }, 100);
|
|
280
280
|
}
|
|
281
281
|
};
|
|
282
|
-
return (jsxs(ButtonBox, { children: [jsxs(ButtonElement, __assign({}, (useA && href ? { href: href } : {}), (useA && target ? { target: target } : {}), { as: useA ? "a" : "button", ref: buttonRef, "$backButton": backButton, "$borderRadius": borderRadius, "$boxedOutline": boxedOutline, "$boxed": boxed, "$clickable": clickable && !loading, "$colorGroup": colorGroup, "$buttonHeight": buttonHeight, "$buttonWidth": buttonWidth, "$displayBlock": !!buttonWidth && !textButton, disabled: disabled, "$disabledBackgroundColor": disabledBackgroundColor, "$disabledTextColor": disabledTextColor, "$focusOutlineBorderRadius": focusOutlineBorderRadius, "$focusOutlineOffsetBottom": focusOutlineOffsetBottom, "$focusOutlineOffsetLeft": focusOutlineOffsetLeft, "$focusOutlineOffsetRight": focusOutlineOffsetRight, "$focusOutlineOffsetTop": focusOutlineOffsetTop, "$hasIcon": hasIcon, "$isActive": isActive, name: name, "$nextButton": nextButton, onClick: function (event) { return onClick === null || onClick === void 0 ? void 0 : onClick(event); }, onKeyPress: handleEnter, "$outline": outline, "$outlineButtonShade": outlineButtonShade, "$paddingString": paddingString, "$primary": primary, "$secondary": secondary, "$spaceBetween": spaceBetween, "$textButton": textButton, type: buttonType, "$shadow": shadow, value: value, tabIndex: clickable ? 0 : -1, "$white": white && !textButton, children: [loading && (jsx(LoadingBox, { "$loadingOffset": textButton ? getLoadingOffset(loadingOffsetParams) : 0, children: jsx(LoadingEllipsis, __assign({}, loadingStyleFormat)) })), jsxs(HiddenLoadingBox, { "$hide": loading, "$justifyContent": justifyContent, children: [backButton && !nextButton && !Icon && (jsx(BackIconBox, { "data-testid": "backIcon", "$disabled": disabled, "$disabledTextColor": disabledTextColor, "$iconGap": confirmedIconGap, "$size": autoIconSize, children: jsx(ArrowLong, { fill: iconColor }) })), Icon && (jsx(IconBox, { "data-testid": "icon", "$disabled": disabled, "$iconGap": confirmedIconGap, "$disabledTextColor": disabledTextColor, "$size": iconSize || autoIconSize, children: jsx(Icon, { fill: iconColor }) })), jsx(Text, { "$boxed": boxed, "$boxedOutline": boxedOutline, "$colorGroup": colorGroup, "$disabled": disabled, "$disabledTextColor": disabledTextColor, "$primary": !(!primary || white), "$textButton": textButton, "$textFontSize": textFontSize, "data-sentry-unmask": true, children: text }), nextButton && !Icon && (jsx(NextIconBox, { "data-testid": "nextIcon", "$disabled": disabled, "$disabledTextColor": disabledTextColor, "$iconGap": confirmedIconGap, "$size": autoIconSize, children: jsx(ArrowLong, { fill: iconColor }) })), caret && !backButton && !nextButton && !Icon && (jsx(NextIconBox, { "data-testid": "caret", "$disabled": disabled, "$disabledTextColor": disabledTextColor, "$iconGap": confirmedCaretGap, "$size": autoIconSize - (boxed || boxedOutline ? 8 : 5), children: boxed || boxedOutline ? (jsx(IndicatorDown, { fill: primary && !white ? colorGroup.medium : colorGroup.dark })) : (jsx(CaretDown, { fill: primary && !white ? colorGroup.medium : colorGroup.dark })) })), textButton && jsx(TextButtonBackground, { "$colorGroup": colorGroup, "$textFontSize": textFontSize })] })] })), textButton && (jsx(TextButtonUnderline, { "$colorGroup": colorGroup, "$disabled": disabled, "$hasIcon": hasIcon, "$iconGap": confirmedIconGap, "$nextButton": nextButton || caret, "$size": iconSize || autoIconSize }))] }));
|
|
282
|
+
return (jsxs(ButtonBox, { children: [jsxs(ButtonElement, __assign({}, (useA && href ? { href: href } : {}), (useA && target ? { target: target } : {}), { as: useA ? "a" : "button", ref: buttonRef, "$backButton": backButton, "$borderRadius": borderRadius, "$boxedOutline": boxedOutline, "$boxed": boxed, "$clickable": clickable && !loading, "$colorGroup": colorGroup, "$buttonHeight": buttonHeight, "$buttonWidth": buttonWidth, "$displayBlock": !!buttonWidth && !textButton, disabled: disabled, "$disabledBackgroundColor": disabledBackgroundColor, "$disabledTextColor": disabledTextColor, "$focusOutlineBorderRadius": focusOutlineBorderRadius, "$focusOutlineOffsetBottom": focusOutlineOffsetBottom, "$focusOutlineOffsetLeft": focusOutlineOffsetLeft, "$focusOutlineOffsetRight": focusOutlineOffsetRight, "$focusOutlineOffsetTop": focusOutlineOffsetTop, "$hasIcon": hasIcon, "$isActive": isActive, name: name, "$nextButton": nextButton, onClick: function (event) { return onClick === null || onClick === void 0 ? void 0 : onClick(event); }, onKeyPress: handleEnter, "$outline": outline, "$outlineButtonShade": outlineButtonShade, "$paddingString": paddingString, "$primary": primary, "$secondary": secondary, "$spaceBetween": spaceBetween, "$textButton": textButton, type: buttonType, "$shadow": shadow, value: value, tabIndex: clickable ? 0 : -1, "$white": white && !textButton, children: [loading && (jsx(LoadingBox, { "$loadingOffset": textButton ? getLoadingOffset(loadingOffsetParams) : 0, children: jsx(LoadingEllipsis, __assign({}, loadingStyleFormat)) })), jsxs(HiddenLoadingBox, { "$hide": loading, "$justifyContent": justifyContent, children: [backButton && !nextButton && !Icon && (jsx(BackIconBox, { "data-testid": "backIcon", "$disabled": disabled, "$disabledTextColor": disabledTextColor, "$iconGap": confirmedIconGap, "$size": iconSize || autoIconSize, children: jsx(ArrowLong, { fill: iconColor }) })), Icon && (jsx(IconBox, { "data-testid": "icon", "$disabled": disabled, "$iconGap": confirmedIconGap, "$disabledTextColor": disabledTextColor, "$size": iconSize || autoIconSize, children: jsx(Icon, { fill: iconColor }) })), jsx(Text, { "$boxed": boxed, "$boxedOutline": boxedOutline, "$colorGroup": colorGroup, "$disabled": disabled, "$disabledTextColor": disabledTextColor, "$letterSpacing": letterSpacing, "$primary": !(!primary || white), "$textButton": textButton, "$textFontSize": textFontSize, "data-sentry-unmask": true, children: text }), nextButton && !Icon && (jsx(NextIconBox, { "data-testid": "nextIcon", "$disabled": disabled, "$disabledTextColor": disabledTextColor, "$iconGap": confirmedIconGap, "$size": iconSize || autoIconSize, children: jsx(ArrowLong, { fill: iconColor }) })), caret && !backButton && !nextButton && !Icon && (jsx(NextIconBox, { "data-testid": "caret", "$disabled": disabled, "$disabledTextColor": disabledTextColor, "$iconGap": confirmedCaretGap, "$size": (iconSize || autoIconSize) - (boxed || boxedOutline ? 8 : 5), children: boxed || boxedOutline ? (jsx(IndicatorDown, { fill: primary && !white ? colorGroup.medium : colorGroup.dark })) : (jsx(CaretDown, { fill: primary && !white ? colorGroup.medium : colorGroup.dark })) })), textButton && jsx(TextButtonBackground, { "$colorGroup": colorGroup, "$textFontSize": textFontSize })] })] })), textButton && (jsx(TextButtonUnderline, { "$colorGroup": colorGroup, "$disabled": disabled, "$hasIcon": hasIcon, "$iconGap": confirmedIconGap, "$nextButton": nextButton || caret, "$size": iconSize || autoIconSize }))] }));
|
|
283
283
|
};
|
|
284
284
|
|
|
285
285
|
export { Button };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { _ as __assign } from './_tslib-CcAXazg4.js';
|
|
2
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
3
|
+
import { b as boxColorLookup } from './colors-D-UTb8yU.js';
|
|
4
|
+
import { I as IconBox, B as BoringSpan, a as InnerIconBox, S as Svg } from './IconComponentStyles-BwczcTS4.js';
|
|
5
|
+
import './colors.js';
|
|
6
|
+
import './pressedEnter.js';
|
|
7
|
+
import 'styled-components';
|
|
8
|
+
|
|
9
|
+
var Checklist = function (props) {
|
|
10
|
+
var _a = props.boxed, boxed = _a === void 0 ? false : _a, _b = props.boxedSize, boxedSize = _b === void 0 ? 67 : _b, boxColor = props.boxColor, _c = props.fill, fill = _c === void 0 ? "#000000" : _c, _d = props.round, round = _d === void 0 ? false : _d, _e = props.scale, scale = _e === void 0 ? 1 : _e, title = props.title;
|
|
11
|
+
var Container = boxed || round ? IconBox : BoringSpan;
|
|
12
|
+
var InnerContainer = boxed || round ? InnerIconBox : BoringSpan;
|
|
13
|
+
return (jsx(Container, { "$boxedSize": boxedSize, children: jsx(InnerContainer, { "$boxColor": boxColor !== null && boxColor !== void 0 ? boxColor : boxColorLookup(fill), "$round": round, "$paddingString": round ? "35%" : "25.4%", children: jsxs(Svg, __assign({ version: "1.1", x: "0px", y: "0px", role: "img" }, (title ? { "aria-labelledby": "checklist-icon-title-id" } : { "aria-hidden": "true" }), { viewBox: "0 0 21 24", scale: scale, children: [title && jsx("title", { id: "checklist-icon-title-id", children: title }), jsx("path", { fill: fill, d: "M16.3496 23.75C18.7219 23.75 20.6522 21.8473 20.6522 19.5089V4.24107C20.6522 1.90268 18.7219 0 16.3496 0H4.30254C1.93026 0 0 1.90268 0 4.24107V19.5089C0 21.8473 1.93026 23.75 4.30254 23.75H16.3496ZM1.72101 4.24107C1.72101 2.83787 2.879 1.69643 4.30254 1.69643H16.3496C17.7732 1.69643 18.9312 2.83787 18.9312 4.24107V19.5089C18.9312 20.9121 17.7732 22.0536 16.3496 22.0536H4.30254C2.879 22.0536 1.72101 20.9121 1.72101 19.5089V4.24107Z" }), jsx("path", { fill: fill, d: "M8.15756 13.4239H15.5923C16.106 13.4239 16.5217 12.9616 16.5217 12.3913C16.5217 11.821 16.106 11.3587 15.5923 11.3587H8.15756C7.64388 11.3587 7.22821 11.821 7.22821 12.3913C7.22821 12.9616 7.64388 13.4239 8.15756 13.4239Z" }), jsx("path", { fill: fill, d: "M8.15756 9.29347H15.5923C16.106 9.29347 16.5217 8.83112 16.5217 8.26086C16.5217 7.69061 16.106 7.22826 15.5923 7.22826H8.15756C7.64388 7.22826 7.22821 7.69061 7.22821 8.26086C7.22821 8.83112 7.64388 9.29347 8.15756 9.29347Z" }), jsx("path", { fill: fill, d: "M8.15756 17.5543H15.5923C16.106 17.5543 16.5217 17.092 16.5217 16.5217C16.5217 15.9515 16.106 15.4891 15.5923 15.4891H8.15756C7.64388 15.4891 7.22821 15.9515 7.22821 16.5217C7.22821 17.092 7.64388 17.5543 8.15756 17.5543Z" }), jsx("path", { fill: fill, d: "M5.16549 9.29347C5.73486 9.29347 6.19559 8.83112 6.19559 8.26086C6.19559 7.69061 5.73486 7.22826 5.16549 7.22826H5.15543C4.58707 7.22826 4.13037 7.69061 4.13037 8.26086C4.13037 8.83112 4.59713 9.29347 5.16549 9.29347Z" }), jsx("path", { fill: fill, d: "M5.16549 13.4239C5.73486 13.4239 6.19559 12.9616 6.19559 12.3913C6.19559 11.821 5.73486 11.3587 5.16549 11.3587H5.15543C4.58707 11.3587 4.13037 11.821 4.13037 12.3913C4.13037 12.9616 4.59713 13.4239 5.16549 13.4239Z" }), jsx("path", { fill: fill, d: "M5.16549 17.5543C5.73486 17.5543 6.19559 17.092 6.19559 16.5217C6.19559 15.9515 5.73486 15.4891 5.16549 15.4891H5.15543C4.58707 15.4891 4.13037 15.9515 4.13037 16.5217C4.13037 17.092 4.59713 17.5543 5.16549 17.5543Z" })] })) }) }));
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export { Checklist };
|
|
17
|
+
//# sourceMappingURL=Checklist.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Checklist.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;"}
|
package/lib/esm/index.js
CHANGED
|
@@ -188,6 +188,7 @@ export { Attachment } from './Attachment.js';
|
|
|
188
188
|
export { BackCircle } from './BackCircle.js';
|
|
189
189
|
export { BackgroundCheck } from './BackgroundCheck.js';
|
|
190
190
|
export { BellOutline } from './BellOutline.js';
|
|
191
|
+
export { Bill } from './Bill.js';
|
|
191
192
|
export { Calendar } from './Calendar.js';
|
|
192
193
|
export { Camera } from './Camera.js';
|
|
193
194
|
export { Car } from './Car.js';
|
|
@@ -200,6 +201,7 @@ export { Check } from './Check.js';
|
|
|
200
201
|
export { CheckboxEmpty } from './CheckboxEmpty.js';
|
|
201
202
|
export { CheckboxFull } from './CheckboxFull.js';
|
|
202
203
|
export { CheckedOff } from './CheckedOff.js';
|
|
204
|
+
export { Checklist } from './Checklist.js';
|
|
203
205
|
export { CheckmarkCircle } from './CheckmarkCircle.js';
|
|
204
206
|
export { Clear } from './Clear.js';
|
|
205
207
|
export { ClearSquare } from './ClearSquare.js';
|