@televet/kibble-ui 1.0.15-beta.0 → 1.0.15-beta.1

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.
@@ -1,3 +1,3 @@
1
- export declare type IconName = 'account' | 'add' | 'addAutomation' | 'addReaction' | 'announcement' | 'appointment' | 'attachFile' | 'attention' | 'automation' | 'automations' | 'back' | 'boarding' | 'bookmark' | 'bookmarked' | 'caduceus' | 'call' | 'camera' | 'cameraOff' | 'cat' | 'chat' | 'chatLinks' | 'checkmark' | 'checkmarkCircle' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUp' | 'clock' | 'close' | 'closeCircle' | 'collapse' | 'collapse' | 'colorPicker' | 'compose' | 'conversations' | 'conversationsOutlined' | 'delete' | 'devTools' | 'dialPad' | 'dog' | 'download' | 'dragDrop' | 'draggable' | 'duplicate' | 'edit' | 'editCalendar' | 'editForm' | 'editText' | 'emoji' | 'endCall' | 'envelope' | 'envelopeOutlined' | 'expand' | 'filter' | 'filterOutlined' | 'flipCamera' | 'forms' | 'formsOutlined' | 'forward' | 'grooming' | 'help' | 'hidden' | 'home' | 'information' | 'invoicing' | 'link' | 'locationMarker' | 'massTextAlerts' | 'medicalRecords' | 'menu' | 'message' | 'messageTemplates' | 'microphone' | 'microphoneMuted' | 'mobileDevice' | 'more' | 'moreHorizontal' | 'next' | 'note' | 'notification' | 'pay' | 'pdf' | 'perscription' | 'pets' | 'previous' | 'processing' | 'questionMark' | 'refresh' | 'reminder' | 'reminders' | 'renew' | 'reporting' | 'schedule' | 'search' | 'searchPets' | 'secure' | 'send' | 'sendEmail' | 'sendMobile' | 'sendPayment' | 'settings' | 'star' | 'talkToStaff' | 'teamChat' | 'toggleLeft' | 'toggleRight' | 'videoCall' | 'view' | 'virtualConsult' | 'visible' | 'warning' | 'wildcard';
1
+ export declare type IconName = 'account' | 'add' | 'addAutomation' | 'addReaction' | 'announcement' | 'appointment' | 'attachFile' | 'attention' | 'automation' | 'automations' | 'back' | 'boarding' | 'bookmark' | 'bookmarked' | 'caduceus' | 'call' | 'camera' | 'cameraOff' | 'cat' | 'chat' | 'chatLinks' | 'checkmark' | 'checkmarkCircle' | 'chevronDown' | 'chevronLeft' | 'chevronRight' | 'chevronUp' | 'clock' | 'close' | 'closeCircle' | 'collapse' | 'collapse' | 'colorPicker' | 'compose' | 'conversations' | 'conversationsOutlined' | 'delete' | 'devTools' | 'dialPad' | 'dog' | 'download' | 'dragDrop' | 'draggable' | 'duplicate' | 'edit' | 'editCalendar' | 'editForm' | 'editText' | 'emoji' | 'endCall' | 'envelope' | 'envelopeOutlined' | 'expand' | 'filter' | 'filterOutlined' | 'flipCamera' | 'forms' | 'formsOutlined' | 'forward' | 'grooming' | 'help' | 'hidden' | 'home' | 'information' | 'invoicing' | 'link' | 'locationMarker' | 'massTextAlerts' | 'medicalRecords' | 'menu' | 'message' | 'messageTemplates' | 'microphone' | 'microphoneMuted' | 'mobileDevice' | 'more' | 'moreHorizontal' | 'next' | 'note' | 'notification' | 'pay' | 'pdf' | 'prescription' | 'pets' | 'previous' | 'processing' | 'questionMark' | 'refresh' | 'reminder' | 'reminders' | 'renew' | 'reporting' | 'schedule' | 'search' | 'searchPets' | 'secure' | 'send' | 'sendEmail' | 'sendMobile' | 'sendPayment' | 'settings' | 'star' | 'talkToStaff' | 'teamChat' | 'toggleLeft' | 'toggleRight' | 'videoCall' | 'view' | 'virtualConsult' | 'visible' | 'warning' | 'wildcard';
2
2
  export declare type IconsSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
3
3
  export declare type IconColor = 'default' | 'subtle' | 'inactive' | 'active' | 'success' | 'warning' | 'error' | 'currentColor';
package/build/index.js CHANGED
@@ -589,7 +589,7 @@ var IconMap = {
589
589
  notification: ForwardRef$1y,
590
590
  pay: ForwardRef$12,
591
591
  pdf: ForwardRef$n,
592
- perscription: ForwardRef$g,
592
+ prescription: ForwardRef$g,
593
593
  pets: ForwardRef$o,
594
594
  previous: ForwardRef$1e,
595
595
  processing: ForwardRef$1b,
@@ -1466,7 +1466,7 @@ var TextareaConfig = {
1466
1466
  // @ts-ignore
1467
1467
  var theme = react.extendTheme({
1468
1468
  styles: {
1469
- global: __assign({}, TooltipGlobalStyle),
1469
+ // global: { ...TooltipGlobalStyle },
1470
1470
  },
1471
1471
  blur: blur,
1472
1472
  borders: borders,
@@ -1490,9 +1490,9 @@ var theme = react.extendTheme({
1490
1490
  Text: TextConfig,
1491
1491
  Heading: HeadingConfig,
1492
1492
  Textarea: TextareaConfig,
1493
- Button: ButtonConfig,
1493
+ // Button: ButtonConfig,
1494
1494
  Drawer: DrawerConfig,
1495
- Tooltip: TooltipConfig,
1495
+ // Tooltip: TooltipConfig,
1496
1496
  },
1497
1497
  });
1498
1498