@team_yumi/ramen 1.0.2-next.20240313-b531266-4b20873f286059002cdb1eaf2fb0139e → 1.2.1-next.20240408-9c0c8c8-06722c3f37abe13bd67d12c23fdaebac

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.
Files changed (90) hide show
  1. package/index.css +174 -63
  2. package/index.js +2 -2
  3. package/package.json +1 -1
  4. package/src/components/core/x-accordion/root.d.ts +2 -2
  5. package/src/components/core/x-alert/root.d.ts +1 -1
  6. package/src/components/core/x-avatar/root.d.ts +1 -1
  7. package/src/components/core/x-badge/root.d.ts +1 -1
  8. package/src/components/core/x-bar/root.d.ts +1 -1
  9. package/src/components/core/x-box/root.d.ts +1 -1
  10. package/src/components/core/x-button/root.d.ts +2 -1
  11. package/src/components/core/x-button-icon/root.d.ts +1 -1
  12. package/src/components/core/x-card/root.d.ts +1 -1
  13. package/src/components/core/x-card-counter/root.d.ts +1 -1
  14. package/src/components/core/x-checkbox/root.d.ts +1 -1
  15. package/src/components/core/x-collapse-card/root.d.ts +1 -1
  16. package/src/components/core/x-config-provider/context.d.ts +1 -1
  17. package/src/components/core/x-config-provider/root.d.ts +1 -1
  18. package/src/components/core/x-decision/root.d.ts +1 -1
  19. package/src/components/core/x-decision-item/root.d.ts +1 -1
  20. package/src/components/core/x-divider/root.d.ts +1 -1
  21. package/src/components/core/x-email-input/root.d.ts +1 -1
  22. package/src/components/core/x-expansion-panel/root.d.ts +1 -1
  23. package/src/components/core/x-icon/root.d.ts +1 -1
  24. package/src/components/core/x-image/root.d.ts +1 -1
  25. package/src/components/core/x-image-preview/root.d.ts +1 -1
  26. package/src/components/core/x-image-previewer/root.d.ts +1 -1
  27. package/src/components/core/x-input/root.d.ts +1 -1
  28. package/src/components/core/x-number-input/root.d.ts +1 -1
  29. package/src/components/core/x-password-input/root.d.ts +1 -1
  30. package/src/components/core/x-phone-input/root.d.ts +1 -1
  31. package/src/components/core/x-progress-bar/root.d.ts +1 -1
  32. package/src/components/core/x-radio-button/root.d.ts +1 -1
  33. package/src/components/core/x-search-input/root.d.ts +1 -1
  34. package/src/components/core/x-skeleton/root.d.ts +1 -1
  35. package/src/components/core/x-symbol/root.d.ts +1 -1
  36. package/src/components/core/x-symbol/symbols/neutral/index.d.ts +2 -1
  37. package/src/components/core/x-tab/root.d.ts +1 -1
  38. package/src/components/core/x-tabs/root.d.ts +1 -1
  39. package/src/components/core/x-tag/root.d.ts +1 -1
  40. package/src/components/core/x-tag-business/root.d.ts +1 -1
  41. package/src/components/core/x-tag-state/root.d.ts +1 -1
  42. package/src/components/core/x-text/root.d.ts +1 -1
  43. package/src/components/core/x-text-field/root.d.ts +1 -1
  44. package/src/components/core/x-text-input/root.d.ts +1 -1
  45. package/src/components/core/x-vspace/root.d.ts +1 -1
  46. package/src/components/mobile/x-body/root.d.ts +1 -0
  47. package/src/components/mobile/x-bottom-sheet/root.d.ts +1 -1
  48. package/src/components/mobile/x-bottom-sheet-expandable/root.d.ts +1 -1
  49. package/src/components/mobile/x-calendar/root.d.ts +1 -1
  50. package/src/components/mobile/x-card-approve/root.d.ts +1 -1
  51. package/src/components/mobile/x-card-business/index.d.ts +2 -0
  52. package/src/components/mobile/x-card-business/root.d.ts +10 -0
  53. package/src/components/mobile/x-card-decision/root.d.ts +1 -1
  54. package/src/components/mobile/x-card-image/root.d.ts +1 -1
  55. package/src/components/mobile/x-card-scan/root.d.ts +1 -1
  56. package/src/components/mobile/x-datepicker/root.d.ts +1 -1
  57. package/src/components/mobile/x-datepicker-input/root.d.ts +1 -1
  58. package/src/components/mobile/x-empty-state/root.module.d.ts +1 -1
  59. package/src/components/mobile/x-float-button/root.d.ts +1 -1
  60. package/src/components/mobile/x-footer/root.d.ts +1 -1
  61. package/src/components/mobile/x-header/root.d.ts +1 -1
  62. package/src/components/mobile/x-modal/root.d.ts +1 -1
  63. package/src/components/mobile/x-option-radio-button/root.d.ts +1 -1
  64. package/src/components/mobile/x-radio-button-option/root.d.ts +1 -1
  65. package/src/components/mobile/x-select/root.d.ts +2 -1
  66. package/src/components/mobile/x-select-multiple/root.d.ts +1 -1
  67. package/src/components/mobile/x-snackbar/container.d.ts +1 -1
  68. package/src/components/mobile/x-snackbar/snackbar.d.ts +2 -2
  69. package/src/components/mobile/x-store-selector/index.d.ts +2 -0
  70. package/src/components/mobile/x-store-selector/root.d.ts +11 -0
  71. package/src/components/mobile/x-tab-bar/root.d.ts +1 -1
  72. package/src/components/mobile/x-tab-bar-item/root.d.ts +1 -1
  73. package/src/components/web/x-collapse-card/root.d.ts +1 -1
  74. package/src/components/web/x-drawer/root.d.ts +1 -1
  75. package/src/components/web/x-modal/root.d.ts +1 -1
  76. package/src/components/web/x-notification/notification.d.ts +1 -1
  77. package/src/components/web/x-select/root.d.ts +1 -1
  78. package/src/components/web/x-select-multiple/root.d.ts +1 -1
  79. package/src/components/web/x-sidebar/root.d.ts +1 -1
  80. package/src/components/web/x-tab-underline/index.d.ts +2 -0
  81. package/src/components/web/x-tab-underline/root.d.ts +11 -0
  82. package/src/components/web/x-tooltip/root.d.ts +1 -1
  83. package/src/index.mobile.d.ts +4 -0
  84. package/src/index.web.d.ts +2 -0
  85. package/src/models/Collections/ICardBusinessLogo.d.ts +1 -0
  86. package/src/models/Collections/IStoreSelectorLogo.d.ts +1 -0
  87. package/src/models/Collections/IStoreSelectorSize.d.ts +1 -0
  88. package/src/models/Collections/ISymbol.d.ts +1 -1
  89. package/src/models/Collections/index.d.ts +4 -1
  90. package/src/utils/countries.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Collections } from '@yumi/models';
2
+ import { Collections } from '../../../models';
3
3
  interface IAction {
4
4
  text: string;
5
5
  icon?: (typeof Collections.IIcon)[number];
@@ -1,5 +1,5 @@
1
1
  import React, { MouseEventHandler } from 'react';
2
- import { Collections } from '@yumi/models';
2
+ import { Collections } from '../../../models';
3
3
  export interface IAction {
4
4
  text: string;
5
5
  type: (typeof Collections.IType)[number];
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Collections } from '@yumi/models';
2
+ import { Collections } from '../../../models';
3
3
  export interface IProps {
4
4
  type: (typeof Collections.INotificationType)[number];
5
5
  appearance?: (typeof Collections.IAppearance)[number];
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Collections } from '@yumi/models';
2
+ import { Collections } from '../../../models';
3
3
  interface IOption {
4
4
  icon?: (typeof Collections.IIcon)[number];
5
5
  label: string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Collections } from '@yumi/models';
2
+ import { Collections } from '../../../models';
3
3
  interface IOption {
4
4
  label: string;
5
5
  value: string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Collections } from '@yumi/models';
2
+ import { Collections } from '../../../models';
3
3
  export interface IProps {
4
4
  logo: string;
5
5
  expandedLogo: string;
@@ -0,0 +1,2 @@
1
+ import Root from './root';
2
+ export default Root;
@@ -0,0 +1,11 @@
1
+ import { Collections } from '@yumi/models';
2
+ import React from 'react';
3
+ export interface IProps {
4
+ tabs: string[];
5
+ activeTab: string;
6
+ setActiveTab: (value: string) => void;
7
+ type?: (typeof Collections.ITheme)[number];
8
+ fontSize?: (typeof Collections.IFontSize)[number];
9
+ }
10
+ declare const XTabUnderline: React.FC<IProps>;
11
+ export default XTabUnderline;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { Collections } from '@yumi/models';
2
+ import { Collections } from '../../../models';
3
3
  export interface IProps {
4
4
  children?: React.ReactNode;
5
5
  text: string;
@@ -79,6 +79,8 @@ declare const _default: {
79
79
  XBottomSheet: import("react").FC<import("./components/mobile/x-bottom-sheet/root").IProps>;
80
80
  XRadioButtonOption: import("react").FC<import("./components/mobile/x-radio-button-option/root").IProps>;
81
81
  XGroupCheckBox: import("react").FC<import("./components/mobile/x-group-checkbox/root").Props>;
82
+ XCardBusiness: import("react").FC<import("./components/mobile/x-card-business/root").IProps>;
83
+ XStoreSelector: import("react").FC<import("./components/mobile/x-store-selector/root").IProps>;
82
84
  XCardCounter: import("react").FC<import("./components/core/x-card-counter/root").IProps>;
83
85
  XBox: import("react").FC<import("./components/core/x-box/root").IProps>;
84
86
  XText: import("react").FC<import("./components/core/x-text/root").IProps>;
@@ -208,3 +210,5 @@ export { default as XGroupRadioButton } from './components/mobile/x-group-radio-
208
210
  export { default as XBottomSheet } from './components/mobile/x-bottom-sheet';
209
211
  export { default as XRadioButtonOption } from './components/mobile/x-radio-button-option';
210
212
  export { default as XGroupCheckBox } from './components/mobile/x-group-checkbox';
213
+ export { default as XCardBusiness } from './components/mobile/x-card-business';
214
+ export { default as XStoreSelector } from './components/mobile/x-store-selector';
@@ -19,6 +19,7 @@ declare const _default: {
19
19
  XCollapseCard: import("react").FC<import("./components/web/x-collapse-card/root").IProps>;
20
20
  XCardImage: import("react").FC<import("./components/web/x-card-image/root").IProps>;
21
21
  XSelectModal: import("react").FC<import("./components/web/x-select-modal/root").IProps>;
22
+ XTabUnderline: import("react").FC<import("./components/web/x-tab-underline/root").IProps>;
22
23
  Api: {
23
24
  notification: {
24
25
  open: (config: import("./components/web/x-notification/api").INotificationConfig) => void;
@@ -180,4 +181,5 @@ export { default as XSelectMultiple } from './components/web/x-select-multiple';
180
181
  export { default as XCollapseCard } from './components/web/x-collapse-card';
181
182
  export { default as XCardImage } from './components/web/x-card-image';
182
183
  export { default as XSelectModal } from './components/web/x-select-modal';
184
+ export { default as XTabUnderline } from './components/web/x-tab-underline';
183
185
  export { default as XApp } from './components/web/x-app';
@@ -0,0 +1 @@
1
+ export declare const ICardBusinessLogo: readonly ["bretas", "cencosud", "ti", "gbarbosa", "mercantil", "perini", "prezunic", "spid", "giga"];
@@ -0,0 +1 @@
1
+ export declare const IStoreSelectorLogo: readonly ["bretas", "cencosud", "ti", "gbarbosa", "mercantil", "perini", "prezunic", "spid", "giga", "none"];
@@ -0,0 +1 @@
1
+ export declare const IStoreSelectorSize: readonly ["s", "m"];
@@ -1 +1 @@
1
- export declare const ISymbol: readonly ["automotive-mdh", "kitchen-bathroom-mdh", "construction-mdh", "electricity-mdh", "electro-home-mdh", "hardware-store-mdh", "flooring-mdh", "electric-tools-mdh", "ilumination-mdh", "garden-pet-mdh", "wood-mdh", "kitchenware-deco-mdh", "furniture-mdh", "organization-mdh", "outdoor-mdh", "paint-mdh", "plumbing-mdh", "door-window-mdh", "secures-mdh", "endings-mdh", "home-textiles-mdh", "lightbulbs-and-tubes-mdh", "fixed-assets-neutral", "fit-stock-neutral", "foundrate-alert-neutral", "lost-sale-alert-neutral", "alert-neutral", "task-assigner-neutral", "bazaar-neutral", "customers-bag-neutral", "central-neutral", "finance-concept-neutral", "operations-concept-neutral", "parking-lot-neutral", "yellow-label-neutral", "white label-neutral", "massive-label-neutral", "unitary-label-neutral", "cencosud-label-neutral", "warranty-damage-neutral", "warranty-theft-neutral", "warranty-time-neutral", "generic-neutral", "load-history-neutral", "supplies-neutral", "cyclical-inventory-neutral", "decrease-neutral", "wardrobe-neutral", "planograms-neutral", "promotions-neutral", "protection-neutral", "qr-neutral", "receipt-merchandise-neutral", "replacement-neutral", "sad-neutral", "merchandise-output-neutral", "sections-neutral", "guarantee-seal-neutral", "address-neutral", "boxes-sales-neutral", "service-neutral", "smile-neutral", "load-request-neutral", "medium-neutral", "logistics-units-neutral", "user-lost-neutral", "user-services-neutral", "user-sales-neutral", "several-neutral", "telephone-sales-neutral", "calendar-add-neutral", "calendar-alert-neutral", "olive-oil-food-sm", "store-food-sm", "canned-food-sm", "fruits-vegetables-food-sm", "grains-flours-food-sm", "french-fries-food-sm", "pasta-food-sm", "snack-cafe-food-sm", "butcher-shop-meat-sm", "pig-lamb-meat-sm", "stiff-meat-sm", "fish-meat-sm", "chicken-meat-sm", "general-frozen-sm", "prepared-meals-frozen-sm", "bed-hdeco-sm", "furniture-hdeco-sm", "organizer-hdeco-sm", "armchair-hdeco-sm", "accessories-electro-sm", "homeappliances-electro-sm", "whiteline-electro-sm", "technology-electro-sm", "telephony-electro-sm", "tv-electro-sm", "gardenaccessories-exterior-sm", "camping-exterior-sm", "gardendecoration-exterior-sm", "sports-exterior-sm", "garden-exterior-sm", "pets-exterior-sm", "tablesterraces-exterior-sm", "poolsgrills-exterior-sm", "bulbstubes-hstore-sm", "automotive-hstore-sm", "construction-hstore-sm", "electricity-hstore-sm", "flooring-hstore-sm", "fittings-hstore-sm", "electrictools-hstore-sm", "tools-hstore-sm", "ilumination-hstore-sm", "wood-hstore-sm", "paintings-hstore-sm", "plumbing-hstore-sm", "doorswindows-hstore-sm", "stiff-fresh-sm", "dairy-fresh-sm", "cheeses-fresh-sm", "articles-cleaning-sm", "clothes-cleaning-sm", "general-cleaning-sm", "toiletmaterials-cleaning-sm", "fizzydrinks-liquids-sm", "beers-liquids-sm", "cocktail-liquids-sm", "juices-liquids-sm", "liquors-liquids-sm", "wine-liquids-sm", "sweetdesserts-bakery-sm", "cookiescandies-bakery-sm", "ownbakery-bakery-sm", "bakedgoods-bakery-sm", "cakeshop-bakery-sm", "hairarticles-hbeauty-sm", "cosmetic-hbeauty-sm", "pharmacy-hbeauty-sm", "oralhygiene-hbeauty-sm", "hygiene-hbeauty-sm", "perfumery-hbeauty-sm", "travelarticles-sundry-sm", "kitchen-sundry-sm", "containers-sundry-sm", "parties-sundry-sm", "toystore-sundry-sm", "bookshop-sundry-sm", "packaging-sundry-sm", "internaluse-sundry-sm", "cooktable-sundry-sm", "footwearsandals-dressing-sm", "textileclothing-dressing-sm", "uniforms-dressing-sm", "accessories-worlds-txd", "shoes-worlds-txd", "sports-worlds-txd", "man-worlds-txd", "woman-worlds-txd", "childish-worlds-txd", "none"];
1
+ export declare const ISymbol: readonly ["automotive-mdh", "kitchen-bathroom-mdh", "construction-mdh", "electricity-mdh", "electro-home-mdh", "hardware-store-mdh", "flooring-mdh", "electric-tools-mdh", "ilumination-mdh", "garden-pet-mdh", "wood-mdh", "kitchenware-deco-mdh", "furniture-mdh", "organization-mdh", "outdoor-mdh", "paint-mdh", "plumbing-mdh", "door-window-mdh", "secures-mdh", "endings-mdh", "home-textiles-mdh", "lightbulbs-and-tubes-mdh", "fixed-assets-neutral", "fit-stock-neutral", "foundrate-alert-neutral", "lost-sale-alert-neutral", "alert-neutral", "task-assigner-neutral", "bazaar-neutral", "customers-bag-neutral", "central-neutral", "finance-concept-neutral", "operations-concept-neutral", "parking-lot-neutral", "yellow-label-neutral", "white label-neutral", "massive-label-neutral", "unitary-label-neutral", "cencosud-label-neutral", "warranty-damage-neutral", "warranty-theft-neutral", "warranty-time-neutral", "generic-neutral", "load-history-neutral", "supplies-neutral", "cyclical-inventory-neutral", "decrease-neutral", "wardrobe-neutral", "planograms-neutral", "promotions-neutral", "protection-neutral", "qr-neutral", "receipt-merchandise-neutral", "replacement-neutral", "sad-neutral", "merchandise-output-neutral", "sections-neutral", "guarantee-seal-neutral", "address-neutral", "boxes-sales-neutral", "service-neutral", "smile-neutral", "load-request-neutral", "medium-neutral", "logistics-units-neutral", "user-lost-neutral", "user-services-neutral", "user-sales-neutral", "several-neutral", "telephone-sales-neutral", "calendar-add-neutral", "calendar-alert-neutral", "water-measurement-neutral", "olive-oil-food-sm", "store-food-sm", "canned-food-sm", "fruits-vegetables-food-sm", "grains-flours-food-sm", "french-fries-food-sm", "pasta-food-sm", "snack-cafe-food-sm", "butcher-shop-meat-sm", "pig-lamb-meat-sm", "stiff-meat-sm", "fish-meat-sm", "chicken-meat-sm", "general-frozen-sm", "prepared-meals-frozen-sm", "bed-hdeco-sm", "furniture-hdeco-sm", "organizer-hdeco-sm", "armchair-hdeco-sm", "accessories-electro-sm", "homeappliances-electro-sm", "whiteline-electro-sm", "technology-electro-sm", "telephony-electro-sm", "tv-electro-sm", "gardenaccessories-exterior-sm", "camping-exterior-sm", "gardendecoration-exterior-sm", "sports-exterior-sm", "garden-exterior-sm", "pets-exterior-sm", "tablesterraces-exterior-sm", "poolsgrills-exterior-sm", "bulbstubes-hstore-sm", "automotive-hstore-sm", "construction-hstore-sm", "electricity-hstore-sm", "flooring-hstore-sm", "fittings-hstore-sm", "electrictools-hstore-sm", "tools-hstore-sm", "ilumination-hstore-sm", "wood-hstore-sm", "paintings-hstore-sm", "plumbing-hstore-sm", "doorswindows-hstore-sm", "stiff-fresh-sm", "dairy-fresh-sm", "cheeses-fresh-sm", "articles-cleaning-sm", "clothes-cleaning-sm", "general-cleaning-sm", "toiletmaterials-cleaning-sm", "fizzydrinks-liquids-sm", "beers-liquids-sm", "cocktail-liquids-sm", "juices-liquids-sm", "liquors-liquids-sm", "wine-liquids-sm", "sweetdesserts-bakery-sm", "cookiescandies-bakery-sm", "ownbakery-bakery-sm", "bakedgoods-bakery-sm", "cakeshop-bakery-sm", "hairarticles-hbeauty-sm", "cosmetic-hbeauty-sm", "pharmacy-hbeauty-sm", "oralhygiene-hbeauty-sm", "hygiene-hbeauty-sm", "perfumery-hbeauty-sm", "travelarticles-sundry-sm", "kitchen-sundry-sm", "containers-sundry-sm", "parties-sundry-sm", "toystore-sundry-sm", "bookshop-sundry-sm", "packaging-sundry-sm", "internaluse-sundry-sm", "cooktable-sundry-sm", "footwearsandals-dressing-sm", "textileclothing-dressing-sm", "uniforms-dressing-sm", "accessories-worlds-txd", "shoes-worlds-txd", "sports-worlds-txd", "man-worlds-txd", "woman-worlds-txd", "childish-worlds-txd", "none"];
@@ -106,4 +106,7 @@ import { IIconsAndSymbols } from './IIconsAndSymbols';
106
106
  import { ISelectBorderType } from './ISelectBorderType';
107
107
  import { ISelectMultipleBorderType } from './ISelectMultipleBorderType';
108
108
  import { ISelectManyModalSize } from './ISelectManyModalSize';
109
- export { ISelectManyModalSize, ISelectBorderType, ISelectMultipleBorderType, IModalSize, IFloatButtonBottom, IBoxBackgroundThone, ICardApproveBorder, IEmptyStateType, ITagStateColor, IDatepickerInputType, IDatepickerInputFormat, IDatepickerInputSize, IDatepickerType, IDatepickerFormat, IDatepickerSize, ICardScanSize, ITabsBorder, IHorizontalAlign, IVerticalAlign, IHeight, IWidth, IOverflow, IPadding, IGap, IOrientation, ITextOverflow, ILineHeight, IWeight, IFontSize, ILineClamp, IType, ISize, IIcon, IIconPosition, IBackground, ITagType, ITagSize, ITagBusinessBrand, ITagBusinessSize, IInputSize, IButtonButtonType, IInputType, ITabSize, ITabType, ITabsSize, IFooterAlign, IEmailInputSize, INumberInputSize, IPasswordInputSize, IPhoneInputSize, ISearchInputSize, ITextInputSize, ISelectSize, IAppearance, INotificationType, IPlacement, ITooltipPlacement, IHeaderType, IAlertType, ISelectMultipleSize, ICardSize, IBorderType, ISymbol, IFloatButtonPlacement, IPlacementY, ISnackbarType, ICalendarSize, ITagStateType, ITagStateSize, IState, IVSpaceSize, IBorder, IRounded, ISkeletonType, ISkeletonWidth, ITextAlign, ICountry, ITheme, ICollapseCardSize, ICardImageSize, IInputMode, ISelectModalSize, ITextColorThone, ITagColor, IButtonIconState, ITabBarBorder, IExpanssionModalState, ICardDecisionSize, ICardCounterBorderType, IDecisionItemType, IDecisionItemSize, ICardState, IProgressBarType, IProgressBarSize, IDecisionValueType, IDecisionSize, ITextFieldType, ITextFieldSize, IIconColor, IBackgroundThone, IBorderColor, IBorderSize, IColor, IBottomExpandableState, ISymbolColor, ISymbolSize, IIconSize, IIconsAndSymbols, };
109
+ import { ICardBusinessLogo } from './ICardBusinessLogo';
110
+ import { IStoreSelectorLogo } from './IStoreSelectorLogo';
111
+ import { IStoreSelectorSize } from './IStoreSelectorSize';
112
+ export { IStoreSelectorSize, IStoreSelectorLogo, ICardBusinessLogo, ISelectManyModalSize, ISelectBorderType, ISelectMultipleBorderType, IModalSize, IFloatButtonBottom, IBoxBackgroundThone, ICardApproveBorder, IEmptyStateType, ITagStateColor, IDatepickerInputType, IDatepickerInputFormat, IDatepickerInputSize, IDatepickerType, IDatepickerFormat, IDatepickerSize, ICardScanSize, ITabsBorder, IHorizontalAlign, IVerticalAlign, IHeight, IWidth, IOverflow, IPadding, IGap, IOrientation, ITextOverflow, ILineHeight, IWeight, IFontSize, ILineClamp, IType, ISize, IIcon, IIconPosition, IBackground, ITagType, ITagSize, ITagBusinessBrand, ITagBusinessSize, IInputSize, IButtonButtonType, IInputType, ITabSize, ITabType, ITabsSize, IFooterAlign, IEmailInputSize, INumberInputSize, IPasswordInputSize, IPhoneInputSize, ISearchInputSize, ITextInputSize, ISelectSize, IAppearance, INotificationType, IPlacement, ITooltipPlacement, IHeaderType, IAlertType, ISelectMultipleSize, ICardSize, IBorderType, ISymbol, IFloatButtonPlacement, IPlacementY, ISnackbarType, ICalendarSize, ITagStateType, ITagStateSize, IState, IVSpaceSize, IBorder, IRounded, ISkeletonType, ISkeletonWidth, ITextAlign, ICountry, ITheme, ICollapseCardSize, ICardImageSize, IInputMode, ISelectModalSize, ITextColorThone, ITagColor, IButtonIconState, ITabBarBorder, IExpanssionModalState, ICardDecisionSize, ICardCounterBorderType, IDecisionItemType, IDecisionItemSize, ICardState, IProgressBarType, IProgressBarSize, IDecisionValueType, IDecisionSize, ITextFieldType, ITextFieldSize, IIconColor, IBackgroundThone, IBorderColor, IBorderSize, IColor, IBottomExpandableState, ISymbolColor, ISymbolSize, IIconSize, IIconsAndSymbols, };
@@ -1,5 +1,5 @@
1
1
  export type SupportedCountries = 'yu' | 'cl' | 'ar' | 'pe' | 'co' | 'br';
2
- export type CurrencySymbol = '$' | '€';
2
+ export type CurrencySymbol = '$' | '€' | 'R$';
3
3
  export type ThousandSeparator = '.' | ',';
4
4
  export type DecimalSeparator = '.' | ',';
5
5
  export type Currency = {