@cerebruminc/cerebellum 16.3.0 → 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.
@@ -58,6 +58,8 @@ export interface ButtonType {
58
58
  innerRef?: any;
59
59
  /** Align the content in the button. This works with `buttonWidth` and `paddingString`, but does nothing by itself. It should usually not be necessary */
60
60
  justifyContent?: "flex-start" | "flex-end" | "center" | "space-around" | "space-between";
61
+ /** The letter spacing for the button text. THEME PROP: default is "0.36px" for TextButton, OutlineButton, and BoxedOutlineButton. "0.07em" for all others */
62
+ letterSpacing?: string;
61
63
  /** Displays a loading animation in the button when true */
62
64
  loading?: boolean;
63
65
  /** LoadingEllipsis props */
@@ -155,6 +157,7 @@ export interface TextProps {
155
157
  $colorGroup: ColorFamilyType;
156
158
  $disabled?: boolean;
157
159
  $disabledTextColor?: string;
160
+ $letterSpacing?: string;
158
161
  $primary: boolean;
159
162
  $textButton?: boolean;
160
163
  $textFontSize?: number;
@@ -0,0 +1,2 @@
1
+ import { IconType } from "./types";
2
+ export declare const Bill: IconType;
@@ -0,0 +1,2 @@
1
+ import { IconType } from "./types";
2
+ export declare const Checklist: IconType;
@@ -8,6 +8,7 @@ import { Attachment } from "./Attachment";
8
8
  import { BackCircle } from "./BackCircle";
9
9
  import { BackgroundCheck } from "./BackgroundCheck";
10
10
  import { BellOutline } from "./BellOutline";
11
+ import { Bill } from "./Bill";
11
12
  import { Calendar } from "./Calendar";
12
13
  import { Camera } from "./Camera";
13
14
  import { Car } from "./Car";
@@ -22,6 +23,7 @@ import { Check } from "./Check";
22
23
  import { CheckboxEmpty } from "./CheckboxEmpty";
23
24
  import { CheckboxFull } from "./CheckboxFull";
24
25
  import { CheckedOff } from "./CheckedOff";
26
+ import { Checklist } from "./Checklist";
25
27
  import { CheckmarkCircle } from "./CheckmarkCircle";
26
28
  import { Clear } from "./Clear";
27
29
  import { ClearSquare } from "./ClearSquare";
@@ -176,5 +178,5 @@ import { Orders as Clipboard } from "./Orders";
176
178
  import { Gear } from "./Settings";
177
179
  import { Volunteer as Heart } from "./Volunteer";
178
180
  import { Warning as WarningExclaim } from "./Warning";
179
- export { AltIdBack, AltIdFront, Arrow, ArrowLong, Assign, At, Attachment, BackCircle, BackgroundCheck, BellOutline, Calendar, Camera, Car, CaretDown, CaretLeft, CaretRight, CaretUp, Cart, Certs, ChatBubbleLines, Check, CheckboxEmpty, CheckboxFull, CheckedOff, CheckmarkCircle, Clear, ClearSquare, Clipboard, Close, CloseCircle, Clock, Code, CodeDoc, Communication, Configure, Construction, Contact, Copy, Covid, CovidTest, CovidVaccineCard, CreditCard, CsvDoc, Dashboard, Delete, DesktopSelfie, Document, Dollar, Download, DownloadDocument, Drag, Dribbble, DriversLicense, DrugTest, Duplicate, Edit, EditCircle, Education, Ellipsis, Email, Employee, Expand, Expired, Eye, EyeOff, Facebook, File, FileComplete, FileError, Filter, Filters, Flag, Folder, FolderClosed, FolderOpen, Gear, GitHub, Grid, Healthcare, Heart, Help, Home, HomeOutline, ID, IdBack, IdFront, IdReverse, Inactive, IndicatorDown, IndicatorLeft, IndicatorRight, IndicatorUp, InfoCircle, Issue, Key, Lightbulb, Lightning, LinkedIn, List, Location, LocationPin, Lock, LogOut, Marketplace, Menu, Merge, MinusCircle, Mobile, Money, Military, No, Orders, Package, PackageDownArrow, Passport, PassportCard, PDF, Phone, Pillar, Plus, PlusCircle, Print, QRCode, Queue, RadioEmpty, RadioFull, Received, RefreshLock, Reporting, Resend, ResultsQueue, Review, Search, Selfie, SelfiePhone, Send, SendOutline, Settings, Share, ShareVID, Sign, SignDoc, Sort, SortDown, SortUp, Sports, Ssn, Star, Status, Stop, SubOrg, Support, SupportHeadset, Switcher, Tenant, Timer, Tip, Trash, Twitter, Update, Upload, UploadDocument, User, UserAdd, UserOutline, UserRecords, UserSearch, Vaccine, VID, Video, VIDLogo, Volleyball, Volunteer, Wait, Warning, WarningExclaim, Wrench, X, };
181
+ export { AltIdBack, AltIdFront, Arrow, ArrowLong, Assign, At, Attachment, BackCircle, BackgroundCheck, BellOutline, Bill, Calendar, Camera, Car, CaretDown, CaretLeft, CaretRight, CaretUp, Cart, Certs, ChatBubbleLines, Check, CheckboxEmpty, CheckboxFull, CheckedOff, Checklist, CheckmarkCircle, Clear, ClearSquare, Clipboard, Close, CloseCircle, Clock, Code, CodeDoc, Communication, Configure, Construction, Contact, Copy, Covid, CovidTest, CovidVaccineCard, CreditCard, CsvDoc, Dashboard, Delete, DesktopSelfie, Document, Dollar, Download, DownloadDocument, Drag, Dribbble, DriversLicense, DrugTest, Duplicate, Edit, EditCircle, Education, Ellipsis, Email, Employee, Expand, Expired, Eye, EyeOff, Facebook, File, FileComplete, FileError, Filter, Filters, Flag, Folder, FolderClosed, FolderOpen, Gear, GitHub, Grid, Healthcare, Heart, Help, Home, HomeOutline, ID, IdBack, IdFront, IdReverse, Inactive, IndicatorDown, IndicatorLeft, IndicatorRight, IndicatorUp, InfoCircle, Issue, Key, Lightbulb, Lightning, LinkedIn, List, Location, LocationPin, Lock, LogOut, Marketplace, Menu, Merge, MinusCircle, Mobile, Money, Military, No, Orders, Package, PackageDownArrow, Passport, PassportCard, PDF, Phone, Pillar, Plus, PlusCircle, Print, QRCode, Queue, RadioEmpty, RadioFull, Received, RefreshLock, Reporting, Resend, ResultsQueue, Review, Search, Selfie, SelfiePhone, Send, SendOutline, Settings, Share, ShareVID, Sign, SignDoc, Sort, SortDown, SortUp, Sports, Ssn, Star, Status, Stop, SubOrg, Support, SupportHeadset, Switcher, Tenant, Timer, Tip, Trash, Twitter, Update, Upload, UploadDocument, User, UserAdd, UserOutline, UserRecords, UserSearch, Vaccine, VID, Video, VIDLogo, Volleyball, Volunteer, Wait, Warning, WarningExclaim, Wrench, X, };
180
182
  export type { IconProps, IconType } from "./types";
@@ -118,7 +118,7 @@ export { Scroller, ShortScroller } from "./sharedStyle/Scroller";
118
118
  export { TitleGroup, FormSeparator } from "./components/Form/FormStyles";
119
119
  export { ThemeProvider } from "./components/ThemeProvider/ThemeProvider";
120
120
  export { cerebellumTheme, cortexTheme } from "./theme";
121
- export { AltIdBack, AltIdFront, Arrow, ArrowLong, Assign, At, Attachment, BackCircle, BackgroundCheck, BellOutline, Calendar, Camera, Car, CaretDown, CaretLeft, CaretRight, CaretUp, Cart, Certs, ChatBubbleLines, Check, CheckboxEmpty, CheckboxFull, CheckedOff, CheckmarkCircle, Clear, ClearSquare, Clipboard, Clock, Close, CloseCircle, Code, CodeDoc, Communication, Configure, Construction, Contact, Copy, Covid, CovidTest, CovidVaccineCard, CreditCard, CsvDoc, Dashboard, Delete, DesktopSelfie, Document, Dollar, Download, DownloadDocument, Drag, Dribbble, DriversLicense, DrugTest, Duplicate, Edit, EditCircle, Education, Ellipsis, Email, Employee, Expand, Expired, Eye, EyeOff, Facebook, File, FileComplete, FileError, Filter, Filters, Flag, Folder, FolderClosed, FolderOpen, Gear, GitHub, Grid, Healthcare, Heart, Help, Home, HomeOutline, ID, IdBack, IdFront, IdReverse, Inactive, IndicatorDown, IndicatorLeft, IndicatorRight, IndicatorUp, InfoCircle, Issue, Key, Lightbulb, Lightning, LinkedIn, List, Location, LocationPin, Lock, LogOut, Marketplace, Menu, Merge, Military, MinusCircle, Mobile, Money, No, Orders, Package, PackageDownArrow, Passport, PassportCard, PDF, Phone, Pillar, Plus, PlusCircle, Print, QRCode, Queue, RadioEmpty, RadioFull, Received, RefreshLock, Reporting, Resend, ResultsQueue, Review, Search, Selfie, SelfiePhone, Send, SendOutline, Settings, Share, ShareVID, Sign, SignDoc, Sort, SortDown, SortUp, Sports, Ssn, Star, Status, Stop, SubOrg, Support, SupportHeadset, Switcher, Tenant, Timer, Tip, Trash, Twitter, Update, Upload, UploadDocument, User, UserAdd, UserOutline, UserRecords, UserSearch, Vaccine, VID, Video, VIDLogo, Volleyball, Volunteer, Wait, Warning, WarningExclaim, Wrench, X, } from "./components/Icons";
121
+ export { AltIdBack, AltIdFront, Arrow, ArrowLong, Assign, At, Attachment, BackCircle, BackgroundCheck, BellOutline, Bill, Calendar, Camera, Car, CaretDown, CaretLeft, CaretRight, CaretUp, Cart, Certs, ChatBubbleLines, Check, CheckboxEmpty, CheckboxFull, CheckedOff, Checklist, CheckmarkCircle, Clear, ClearSquare, Clipboard, Clock, Close, CloseCircle, Code, CodeDoc, Communication, Configure, Construction, Contact, Copy, Covid, CovidTest, CovidVaccineCard, CreditCard, CsvDoc, Dashboard, Delete, DesktopSelfie, Document, Dollar, Download, DownloadDocument, Drag, Dribbble, DriversLicense, DrugTest, Duplicate, Edit, EditCircle, Education, Ellipsis, Email, Employee, Expand, Expired, Eye, EyeOff, Facebook, File, FileComplete, FileError, Filter, Filters, Flag, Folder, FolderClosed, FolderOpen, Gear, GitHub, Grid, Healthcare, Heart, Help, Home, HomeOutline, ID, IdBack, IdFront, IdReverse, Inactive, IndicatorDown, IndicatorLeft, IndicatorRight, IndicatorUp, InfoCircle, Issue, Key, Lightbulb, Lightning, LinkedIn, List, Location, LocationPin, Lock, LogOut, Marketplace, Menu, Merge, Military, MinusCircle, Mobile, Money, No, Orders, Package, PackageDownArrow, Passport, PassportCard, PDF, Phone, Pillar, Plus, PlusCircle, Print, QRCode, Queue, RadioEmpty, RadioFull, Received, RefreshLock, Reporting, Resend, ResultsQueue, Review, Search, Selfie, SelfiePhone, Send, SendOutline, Settings, Share, ShareVID, Sign, SignDoc, Sort, SortDown, SortUp, Sports, Ssn, Star, Status, Stop, SubOrg, Support, SupportHeadset, Switcher, Tenant, Timer, Tip, Trash, Twitter, Update, Upload, UploadDocument, User, UserAdd, UserOutline, UserRecords, UserSearch, Vaccine, VID, Video, VIDLogo, Volleyball, Volunteer, Wait, Warning, WarningExclaim, Wrench, X, } from "./components/Icons";
122
122
  export { LayoutSidebar } from "./layout/LayoutSidebar";
123
123
  export { NavLayout } from "./layout/NavLayout";
124
124
  export { NotFound } from "./pages/NotFound";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerebruminc/cerebellum",
3
- "version": "16.3.0",
3
+ "version": "16.4.0-beta.dangerous.3eeed6a",
4
4
  "description": "Cerebrum's React Component Library",
5
5
  "type": "module",
6
6
  "main": "lib/cjs/index.cjs",