@cerebruminc/cerebellum 16.4.0 → 16.5.0

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.
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ var _tslib = require('./_tslib-ByDtMVOd.js');
4
+ var jsxRuntime = require('react/jsx-runtime');
5
+ var colors = require('./colors-BudXQEyU.js');
6
+ var IconComponentStyles = require('./IconComponentStyles-oUWNoaaH.js');
7
+ require('./colors.cjs');
8
+ require('./pressedEnter.cjs');
9
+ require('styled-components');
10
+
11
+ var Bill = function (props) {
12
+ 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;
13
+ var Container = boxed || round ? IconComponentStyles.IconBox : IconComponentStyles.BoringSpan;
14
+ var InnerContainer = boxed || round ? IconComponentStyles.InnerIconBox : IconComponentStyles.BoringSpan;
15
+ return (jsxRuntime.jsx(Container, { "$boxedSize": boxedSize, children: jsxRuntime.jsx(InnerContainer, { "$boxColor": boxColor !== null && boxColor !== void 0 ? boxColor : colors.boxColorLookup(fill), "$round": round, "$paddingString": round ? "35%" : "25.4%", children: jsxRuntime.jsxs(IconComponentStyles.Svg, _tslib.__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 && jsxRuntime.jsx("title", { id: "bill-icon-title-id", children: title }), jsxRuntime.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" })] })) }) }));
16
+ };
17
+
18
+ exports.Bill = Bill;
19
+ //# sourceMappingURL=Bill.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Bill.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ var _tslib = require('./_tslib-ByDtMVOd.js');
4
+ var jsxRuntime = require('react/jsx-runtime');
5
+ var colors = require('./colors-BudXQEyU.js');
6
+ var IconComponentStyles = require('./IconComponentStyles-oUWNoaaH.js');
7
+ require('./colors.cjs');
8
+ require('./pressedEnter.cjs');
9
+ require('styled-components');
10
+
11
+ var Checklist = function (props) {
12
+ 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;
13
+ var Container = boxed || round ? IconComponentStyles.IconBox : IconComponentStyles.BoringSpan;
14
+ var InnerContainer = boxed || round ? IconComponentStyles.InnerIconBox : IconComponentStyles.BoringSpan;
15
+ return (jsxRuntime.jsx(Container, { "$boxedSize": boxedSize, children: jsxRuntime.jsx(InnerContainer, { "$boxColor": boxColor !== null && boxColor !== void 0 ? boxColor : colors.boxColorLookup(fill), "$round": round, "$paddingString": round ? "35%" : "25.4%", children: jsxRuntime.jsxs(IconComponentStyles.Svg, _tslib.__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 && jsxRuntime.jsx("title", { id: "checklist-icon-title-id", children: title }), jsxRuntime.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" }), jsxRuntime.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" }), jsxRuntime.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" }), jsxRuntime.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" }), jsxRuntime.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" }), jsxRuntime.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" }), jsxRuntime.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" })] })) }) }));
16
+ };
17
+
18
+ exports.Checklist = Checklist;
19
+ //# sourceMappingURL=Checklist.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checklist.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;"}
package/lib/cjs/index.cjs CHANGED
@@ -185,6 +185,7 @@ var Attachment = require('./Attachment.cjs');
185
185
  var BackCircle = require('./BackCircle.cjs');
186
186
  var BackgroundCheck = require('./BackgroundCheck.cjs');
187
187
  var BellOutline = require('./BellOutline.cjs');
188
+ var Bill = require('./Bill.cjs');
188
189
  var Calendar = require('./Calendar.cjs');
189
190
  var Camera = require('./Camera.cjs');
190
191
  var Car = require('./Car.cjs');
@@ -197,6 +198,7 @@ var Check = require('./Check.cjs');
197
198
  var CheckboxEmpty = require('./CheckboxEmpty.cjs');
198
199
  var CheckboxFull = require('./CheckboxFull.cjs');
199
200
  var CheckedOff = require('./CheckedOff.cjs');
201
+ var Checklist = require('./Checklist.cjs');
200
202
  var CheckmarkCircle = require('./CheckmarkCircle.cjs');
201
203
  var Clear = require('./Clear.cjs');
202
204
  var ClearSquare = require('./ClearSquare.cjs');
@@ -18994,6 +18996,7 @@ exports.Attachment = Attachment.Attachment;
18994
18996
  exports.BackCircle = BackCircle.BackCircle;
18995
18997
  exports.BackgroundCheck = BackgroundCheck.BackgroundCheck;
18996
18998
  exports.BellOutline = BellOutline.BellOutline;
18999
+ exports.Bill = Bill.Bill;
18997
19000
  exports.Calendar = Calendar.Calendar;
18998
19001
  exports.Camera = Camera.Camera;
18999
19002
  exports.Car = Car.Car;
@@ -19006,6 +19009,7 @@ exports.Check = Check.Check;
19006
19009
  exports.CheckboxEmpty = CheckboxEmpty.CheckboxEmpty;
19007
19010
  exports.CheckboxFull = CheckboxFull.CheckboxFull;
19008
19011
  exports.CheckedOff = CheckedOff.CheckedOff;
19012
+ exports.Checklist = Checklist.Checklist;
19009
19013
  exports.CheckmarkCircle = CheckmarkCircle.CheckmarkCircle;
19010
19014
  exports.Clear = Clear.Clear;
19011
19015
  exports.ClearSquare = ClearSquare.ClearSquare;