@loja-integrada/admin-components 0.18.3 → 0.18.5

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,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { IconProps } from '../../Icons';
3
- declare type InformationBoxTypesOptions = 'tip' | 'warning' | 'danger';
3
+ declare type InformationBoxTypesOptions = 'tip' | 'warning' | 'danger' | 'info';
4
4
  declare const InformationBoxTypes: Record<InformationBoxTypesOptions, {
5
5
  title: string;
6
6
  class: string;
@@ -2929,6 +2929,12 @@ var InformationBoxTypes = {
2929
2929
  "class": 'bg-danger-light border-danger',
2930
2930
  icon: 'ban',
2931
2931
  iconClass: 'text-danger'
2932
+ },
2933
+ info: {
2934
+ title: 'Informação!',
2935
+ "class": 'bg-focus-light border-focus-dark',
2936
+ icon: 'infoCircle',
2937
+ iconClass: 'text-focus-dark'
2932
2938
  }
2933
2939
  };
2934
2940
 
@@ -3874,7 +3880,7 @@ var Breadcrumb = /*#__PURE__*/React__default.memo(function (_ref) {
3874
3880
  }, renderPrevLink(), previousTitle && React__default.createElement("span", {
3875
3881
  className: "hidden lg:inline px-2 -ml-px"
3876
3882
  }, " / ")), React__default.createElement("span", {
3877
- className: "header-navigation-current text-on-base truncate " + (mobileAlign === 'center' ? 'w-full lg:w-auto text-center lg:text-left' : '')
3883
+ className: "header-navigation-current text-on-base truncate leading-relaxed " + (mobileAlign === 'center' ? 'w-full lg:w-auto text-center lg:text-left' : '')
3878
3884
  }, currentTitle))), React__default.createElement("div", {
3879
3885
  className: "header-navigation-content flex shrink-0 max-w-1/2 items-center flex-grow justify-end gap-5 ml-2 whitespace-nowrap"
3880
3886
  }, React__default.createElement("div", {