@team_yumi/ramen 0.4.0-next.20240213-c1b7366-5e6e50bf9c327bad04e3c309991bdff0 → 1.0.0-next.20240216-5d091ea-20addde4c09e463fd468f5238d101f1f

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 (433) hide show
  1. package/css/themes/arcus.theme.css +36 -0
  2. package/css/themes/default.theme.css +5 -0
  3. package/css/themes/easy.theme.css +5 -0
  4. package/css/themes/jumbo.theme.css +5 -0
  5. package/css/themes/paris.theme.css +4 -0
  6. package/css/themes/spid.theme.css +4 -0
  7. package/css/tokens/fonts.css +5 -0
  8. package/css/{size.css → tokens/size.css} +1 -0
  9. package/index.css +925 -961
  10. package/index.d.ts +2 -0
  11. package/index.js +2 -2
  12. package/package.json +4 -5
  13. package/{components → src/components}/core/x-accordion/index.d.ts +2 -2
  14. package/{components → src/components}/core/x-accordion/root.d.ts +38 -38
  15. package/{components/core/x-input → src/components/core/x-alert}/index.d.ts +2 -2
  16. package/{components → src/components}/core/x-alert/root.d.ts +26 -26
  17. package/{components/core/x-checkbox → src/components/core/x-avatar}/index.d.ts +2 -2
  18. package/{components/core/xavatar → src/components/core/x-avatar}/root.d.ts +8 -8
  19. package/{components/core/x-alert → src/components/core/x-badge}/index.d.ts +2 -2
  20. package/{components/core/xbadge → src/components/core/x-badge}/root.d.ts +8 -8
  21. package/{components/core/x-text-field → src/components/core/x-bar}/index.d.ts +2 -2
  22. package/{components/core/xbar → src/components/core/x-bar}/root.d.ts +18 -18
  23. package/{components/core/x-icon → src/components/core/x-box}/index.d.ts +2 -2
  24. package/{components/core/xbox → src/components/core/x-box}/root.d.ts +54 -54
  25. package/{components/core/xbuttonicon → src/components/core/x-button}/index.d.ts +2 -2
  26. package/{components/core/xbutton → src/components/core/x-button}/root.d.ts +15 -15
  27. package/{components/core/xbar → src/components/core/x-button-icon}/index.d.ts +2 -2
  28. package/{components/core/xbuttonicon → src/components/core/x-button-icon}/root.d.ts +13 -13
  29. package/src/components/core/x-card/index.d.ts +2 -0
  30. package/{components/core/xcard → src/components/core/x-card}/root.d.ts +19 -19
  31. package/src/components/core/x-card-counter/index.d.ts +2 -0
  32. package/{components/core/xcard-counter → src/components/core/x-card-counter}/root.d.ts +18 -18
  33. package/src/components/core/x-checkbox/index.d.ts +2 -0
  34. package/{components → src/components}/core/x-checkbox/root.d.ts +34 -34
  35. package/src/components/core/x-collapse-card/index.d.ts +2 -0
  36. package/{components/core/xcollapse-card → src/components/core/x-collapse-card}/root.d.ts +22 -22
  37. package/{components/core/xconfig-provider → src/components/core/x-config-provider}/context.d.ts +12 -12
  38. package/{components/core/xconfig-provider → src/components/core/x-config-provider}/index.d.ts +4 -4
  39. package/{components/core/xconfig-provider → src/components/core/x-config-provider}/root.d.ts +10 -10
  40. package/{components/core/xconfig-provider → src/components/core/x-config-provider}/useConfig.d.ts +2 -2
  41. package/src/components/core/x-counter/index.d.ts +2 -0
  42. package/{components/core/xcounter → src/components/core/x-counter}/root.d.ts +13 -13
  43. package/src/components/core/x-credits/index.d.ts +2 -0
  44. package/{components/core/xcredits → src/components/core/x-credits}/root.d.ts +3 -3
  45. package/src/components/core/x-currency-input/index.d.ts +2 -0
  46. package/{components/core/xcurrency-input → src/components/core/x-currency-input}/root.d.ts +5 -5
  47. package/src/components/core/x-decision/index.d.ts +2 -0
  48. package/{components/core/xdecision → src/components/core/x-decision}/root.d.ts +17 -17
  49. package/src/components/core/x-decision-item/index.d.ts +2 -0
  50. package/{components/core/xdecision-item → src/components/core/x-decision-item}/root.d.ts +30 -30
  51. package/src/components/core/x-divider/index.d.ts +2 -0
  52. package/{components/core/xdivider → src/components/core/x-divider}/root.d.ts +9 -9
  53. package/src/components/core/x-email-input/index.d.ts +2 -0
  54. package/{components/core/xemail-input → src/components/core/x-email-input}/root.d.ts +8 -8
  55. package/src/components/core/x-expansion-panel/index.d.ts +2 -0
  56. package/{components/core/xexpansion-panel → src/components/core/x-expansion-panel}/root.d.ts +14 -14
  57. package/src/components/core/x-form-item/index.d.ts +2 -0
  58. package/{components/core/xform-item → src/components/core/x-form-item}/root.d.ts +10 -10
  59. package/{components → src/components}/core/x-icon/icons/bold/index.d.ts +5 -5
  60. package/{components → src/components}/core/x-icon/icons/extrabold/index.d.ts +14 -14
  61. package/{components → src/components}/core/x-icon/icons/filled/index.d.ts +53 -53
  62. package/{components → src/components}/core/x-icon/icons/index.d.ts +5 -5
  63. package/{components → src/components}/core/x-icon/icons/outline/index.d.ts +195 -195
  64. package/src/components/core/x-icon/index.d.ts +2 -0
  65. package/{components → src/components}/core/x-icon/root.d.ts +18 -18
  66. package/src/components/core/x-image/index.d.ts +2 -0
  67. package/{components/core/ximage → src/components/core/x-image}/root.d.ts +13 -13
  68. package/src/components/core/x-image-preview/index.d.ts +2 -0
  69. package/{components/core/ximage-preview → src/components/core/x-image-preview}/root.d.ts +10 -10
  70. package/src/components/core/x-image-previewer/index.d.ts +2 -0
  71. package/{components/core/ximage-previewer → src/components/core/x-image-previewer}/root.d.ts +10 -10
  72. package/src/components/core/x-input/index.d.ts +2 -0
  73. package/{components → src/components}/core/x-input/root.d.ts +26 -26
  74. package/src/components/core/x-list/index.d.ts +2 -0
  75. package/{components/core/xlist → src/components/core/x-list}/root.d.ts +12 -12
  76. package/{components/core/xloading → src/components/core/x-loading}/api.d.ts +10 -10
  77. package/{components/core/xloading → src/components/core/x-loading}/container.d.ts +3 -3
  78. package/{components/core/xloading → src/components/core/x-loading}/index.d.ts +3 -3
  79. package/{components/core/xloading → src/components/core/x-loading}/loading.d.ts +6 -6
  80. package/src/components/core/x-number-input/index.d.ts +2 -0
  81. package/{components/core/xnumber-input → src/components/core/x-number-input}/root.d.ts +8 -8
  82. package/src/components/core/x-password-input/index.d.ts +2 -0
  83. package/{components/core/xpassword-input → src/components/core/x-password-input}/root.d.ts +8 -8
  84. package/src/components/core/x-phone-input/index.d.ts +2 -0
  85. package/{components/core/xphone-input → src/components/core/x-phone-input}/root.d.ts +8 -8
  86. package/src/components/core/x-progress-bar/index.d.ts +2 -0
  87. package/{components/core/xprogress-bar → src/components/core/x-progress-bar}/root.d.ts +30 -30
  88. package/src/components/core/x-radio-button/index.d.ts +2 -0
  89. package/{components → src/components}/core/x-radio-button/root.d.ts +34 -34
  90. package/src/components/core/x-search-input/index.d.ts +2 -0
  91. package/{components/core/xsearch-input → src/components/core/x-search-input}/root.d.ts +8 -8
  92. package/src/components/core/x-skeleton/index.d.ts +2 -0
  93. package/{components/core/xskeleton → src/components/core/x-skeleton}/root.d.ts +9 -9
  94. package/src/components/core/x-skeleton-renderer/index.d.ts +2 -0
  95. package/{components/core/xskeleton-renderer → src/components/core/x-skeleton-renderer}/root.d.ts +7 -7
  96. package/src/components/core/x-switch/index.d.ts +2 -0
  97. package/{components/core/xswitch → src/components/core/x-switch}/root.d.ts +9 -9
  98. package/src/components/core/x-symbol/index.d.ts +2 -0
  99. package/{components → src/components}/core/x-symbol/root.d.ts +18 -18
  100. package/{components → src/components}/core/x-symbol/symbols/index.d.ts +5 -5
  101. package/{components → src/components}/core/x-symbol/symbols/mdh/index.d.ts +22 -22
  102. package/{components → src/components}/core/x-symbol/symbols/neutral/index.d.ts +51 -51
  103. package/{components → src/components}/core/x-symbol/symbols/sm/index.d.ts +83 -83
  104. package/{components → src/components}/core/x-symbol/symbols/txd/index.d.ts +7 -7
  105. package/src/components/core/x-tab/index.d.ts +2 -0
  106. package/{components/core/xtab → src/components/core/x-tab}/root.d.ts +14 -14
  107. package/src/components/core/x-tab-content/index.d.ts +2 -0
  108. package/{components/core/xtab-content → src/components/core/x-tab-content}/root.d.ts +6 -6
  109. package/src/components/core/x-tab-panel/index.d.ts +2 -0
  110. package/{components/core/xtab-panel → src/components/core/x-tab-panel}/root.d.ts +7 -7
  111. package/src/components/core/x-tabs/index.d.ts +2 -0
  112. package/{components/core/xtabs → src/components/core/x-tabs}/root.d.ts +23 -23
  113. package/src/components/core/x-tag/index.d.ts +2 -0
  114. package/{components/core/xtag → src/components/core/x-tag}/root.d.ts +13 -13
  115. package/src/components/core/x-tag-business/index.d.ts +2 -0
  116. package/{components/core/xtag-business → src/components/core/x-tag-business}/root.d.ts +8 -8
  117. package/src/components/core/x-tag-state/index.d.ts +2 -0
  118. package/{components/core/xtag-state → src/components/core/x-tag-state}/root.d.ts +12 -12
  119. package/src/components/core/x-text/index.d.ts +2 -0
  120. package/{components/core/xtext → src/components/core/x-text}/root.d.ts +46 -46
  121. package/src/components/core/x-text-area/index.d.ts +2 -0
  122. package/{components → src/components}/core/x-text-area/root.d.ts +45 -45
  123. package/src/components/core/x-text-field/index.d.ts +2 -0
  124. package/{components → src/components}/core/x-text-field/root.d.ts +31 -31
  125. package/src/components/core/x-text-input/index.d.ts +2 -0
  126. package/{components/core/xtext-input → src/components/core/x-text-input}/root.d.ts +8 -8
  127. package/src/components/core/x-vspace/index.d.ts +2 -0
  128. package/{components/core/xvspace → src/components/core/x-vspace}/root.d.ts +7 -7
  129. package/src/components/mobile/x-app/index.d.ts +2 -0
  130. package/{components/mobile/xapp → src/components/mobile/x-app}/root.d.ts +8 -8
  131. package/src/components/mobile/x-body/index.d.ts +2 -0
  132. package/{components/mobile/xbody → src/components/mobile/x-body}/root.d.ts +7 -7
  133. package/src/components/mobile/x-bottom-sheet/index.d.ts +2 -0
  134. package/{components → src/components}/mobile/x-bottom-sheet/root.d.ts +85 -85
  135. package/src/components/mobile/x-bottom-sheet-expandable/index.d.ts +2 -0
  136. package/{components/mobile/xbottom-sheet-expandable → src/components/mobile/x-bottom-sheet-expandable}/root.d.ts +25 -25
  137. package/src/components/mobile/x-calendar/index.d.ts +2 -0
  138. package/{components/mobile/xcalendar → src/components/mobile/x-calendar}/root.d.ts +17 -17
  139. package/src/components/mobile/x-card-approve/index.d.ts +2 -0
  140. package/{components/mobile/xcard-approve → src/components/mobile/x-card-approve}/root.d.ts +34 -34
  141. package/src/components/mobile/x-card-decision/index.d.ts +2 -0
  142. package/{components/mobile/xcard-decision → src/components/mobile/x-card-decision}/root.d.ts +34 -34
  143. package/src/components/mobile/x-card-image/index.d.ts +2 -0
  144. package/{components/mobile/xcard-image → src/components/mobile/x-card-image}/root.d.ts +30 -30
  145. package/src/components/mobile/x-card-scan/index.d.ts +2 -0
  146. package/{components/mobile/xcard-scan → src/components/mobile/x-card-scan}/root.d.ts +19 -19
  147. package/{components/mobile/xdatepicker → src/components/mobile/x-datepicker}/constants.d.ts +19 -19
  148. package/src/components/mobile/x-datepicker/index.d.ts +2 -0
  149. package/{components/mobile/xdatepicker → src/components/mobile/x-datepicker}/root.d.ts +10 -10
  150. package/src/components/mobile/x-datepicker-input/index.d.ts +2 -0
  151. package/{components/mobile/xdatepicker-input → src/components/mobile/x-datepicker-input}/root.d.ts +18 -18
  152. package/src/components/mobile/x-empty-state/index.d.ts +2 -0
  153. package/{components/mobile/xempty-state → src/components/mobile/x-empty-state}/options/index.d.ts +15 -15
  154. package/{components/mobile/xempty-state → src/components/mobile/x-empty-state}/root.d.ts +9 -9
  155. package/src/components/mobile/x-float-button/index.d.ts +2 -0
  156. package/{components/mobile/xfloat-button → src/components/mobile/x-float-button}/root.d.ts +9 -9
  157. package/src/components/mobile/x-footer/index.d.ts +2 -0
  158. package/{components/mobile/xfooter → src/components/mobile/x-footer}/root.d.ts +9 -9
  159. package/src/components/mobile/x-group-radio-button/index.d.ts +2 -0
  160. package/{components/mobile/xgroup-radio-button → src/components/mobile/x-group-radio-button}/root.d.ts +31 -31
  161. package/src/components/mobile/x-header/index.d.ts +2 -0
  162. package/{components/mobile/xheader → src/components/mobile/x-header}/root.d.ts +36 -36
  163. package/{components/mobile/ximage-downloader → src/components/mobile/x-image-downloader}/index.d.ts +3 -3
  164. package/{components/mobile/ximage-downloader → src/components/mobile/x-image-downloader}/root.d.ts +14 -14
  165. package/{components/mobile/ximage-uploader → src/components/mobile/x-image-uploader}/index.d.ts +3 -3
  166. package/{components/mobile/ximage-uploader → src/components/mobile/x-image-uploader}/root.d.ts +20 -20
  167. package/src/components/mobile/x-modal/index.d.ts +2 -0
  168. package/{components → src/components}/mobile/x-modal/root.d.ts +84 -84
  169. package/src/components/mobile/x-option-radio-button/index.d.ts +2 -0
  170. package/{components/mobile/xoption-radio-button → src/components/mobile/x-option-radio-button}/root.d.ts +34 -34
  171. package/src/components/mobile/x-page/index.d.ts +2 -0
  172. package/{components/mobile/xpage → src/components/mobile/x-page}/root.d.ts +9 -9
  173. package/src/components/mobile/x-radio-button-option/index.d.ts +2 -0
  174. package/{components → src/components}/mobile/x-radio-button-option/root.d.ts +34 -34
  175. package/src/components/mobile/x-select/index.d.ts +2 -0
  176. package/{components/mobile/xselect → src/components/mobile/x-select}/root.d.ts +26 -26
  177. package/{components/mobile/xselect-multiple → src/components/mobile/x-select-multiple}/index.d.ts +3 -3
  178. package/{components/mobile/xselect-multiple → src/components/mobile/x-select-multiple}/root.d.ts +32 -32
  179. package/{components → src/components}/mobile/x-snackbar/api.d.ts +14 -14
  180. package/{components → src/components}/mobile/x-snackbar/container.d.ts +8 -8
  181. package/{components → src/components}/mobile/x-snackbar/index.d.ts +3 -3
  182. package/{components → src/components}/mobile/x-snackbar/snackbar.d.ts +40 -40
  183. package/src/components/mobile/x-tab-bar/index.d.ts +2 -0
  184. package/{components/mobile/xtab-bar → src/components/mobile/x-tab-bar}/root.d.ts +8 -8
  185. package/src/components/mobile/x-tab-bar-content/index.d.ts +2 -0
  186. package/{components/mobile/xtab-bar-content → src/components/mobile/x-tab-bar-content}/root.d.ts +6 -6
  187. package/src/components/mobile/x-tab-bar-item/index.d.ts +2 -0
  188. package/{components/mobile/xtab-bar-item → src/components/mobile/x-tab-bar-item}/root.d.ts +10 -10
  189. package/src/components/web/x-app/index.d.ts +2 -0
  190. package/{components/web/xapp → src/components/web/x-app}/root.d.ts +6 -6
  191. package/src/components/web/x-body/index.d.ts +2 -0
  192. package/{components/web/xbody → src/components/web/x-body}/root.d.ts +6 -6
  193. package/src/components/web/x-card-image/index.d.ts +2 -0
  194. package/{components/web/xcard-image → src/components/web/x-card-image}/root.d.ts +9 -9
  195. package/src/components/web/x-checkbox-group/index.d.ts +2 -0
  196. package/{components/web/xcheckbox-group → src/components/web/x-checkbox-group}/root.d.ts +18 -18
  197. package/src/components/web/x-collapse-card/index.d.ts +2 -0
  198. package/{components/web/xcollapse-card → src/components/web/x-collapse-card}/root.d.ts +12 -12
  199. package/src/components/web/x-confirm-modal/index.d.ts +2 -0
  200. package/{components/web/xconfirm-modal → src/components/web/x-confirm-modal}/root.d.ts +17 -17
  201. package/src/components/web/x-drawer/index.d.ts +2 -0
  202. package/{components/web/xdrawer → src/components/web/x-drawer}/root.d.ts +25 -25
  203. package/src/components/web/x-header/index.d.ts +2 -0
  204. package/{components/web/xheader → src/components/web/x-header}/root.d.ts +12 -12
  205. package/src/components/web/x-modal/index.d.ts +2 -0
  206. package/{components/web/xmodal → src/components/web/x-modal}/root.d.ts +27 -27
  207. package/{components/web/xnotification → src/components/web/x-notification}/api.d.ts +16 -16
  208. package/{components/web/xnotification → src/components/web/x-notification}/container.d.ts +7 -7
  209. package/{components/web/xnotification → src/components/web/x-notification}/index.d.ts +3 -3
  210. package/{components/web/xnotification → src/components/web/x-notification}/notification.d.ts +12 -12
  211. package/src/components/web/x-page/index.d.ts +2 -0
  212. package/{components/web/xpage → src/components/web/x-page}/root.d.ts +6 -6
  213. package/src/components/web/x-select/index.d.ts +2 -0
  214. package/{components/web/xselect → src/components/web/x-select}/root.d.ts +22 -22
  215. package/src/components/web/x-select-modal/index.d.ts +2 -0
  216. package/{components/web/xselect-modal → src/components/web/x-select-modal}/root.d.ts +25 -25
  217. package/src/components/web/x-select-multiple/index.d.ts +2 -0
  218. package/{components/web/xselect-multiple → src/components/web/x-select-multiple}/root.d.ts +20 -20
  219. package/src/components/web/x-sidebar/index.d.ts +2 -0
  220. package/{components/web/xsidebar → src/components/web/x-sidebar}/root.d.ts +27 -27
  221. package/{components/web/xtable → src/components/web/x-table}/index.d.ts +3 -3
  222. package/{components/web/xtable → src/components/web/x-table}/root.d.ts +54 -54
  223. package/src/components/web/x-tabs/index.d.ts +2 -0
  224. package/src/components/web/x-tabs/root.d.ts +3 -0
  225. package/src/components/web/x-tooltip/index.d.ts +2 -0
  226. package/{components/web/xtooltip → src/components/web/x-tooltip}/root.d.ts +11 -11
  227. package/{hooks → src/hooks}/useMountTransition.d.ts +1 -1
  228. package/src/index.core.d.ts +78 -0
  229. package/src/index.mobile.d.ts +209 -0
  230. package/src/index.web.d.ts +183 -0
  231. package/{models → src/models}/Collections/IAlertType.d.ts +1 -1
  232. package/{models → src/models}/Collections/IAppearance.d.ts +1 -1
  233. package/{models → src/models}/Collections/IBackground.d.ts +1 -1
  234. package/{models → src/models}/Collections/IBackgroundThone.d.ts +1 -1
  235. package/{models → src/models}/Collections/IBorder.d.ts +1 -1
  236. package/{models → src/models}/Collections/IBorderColor.d.ts +1 -1
  237. package/{models → src/models}/Collections/IBorderSize.d.ts +1 -1
  238. package/{models → src/models}/Collections/IBorderType.d.ts +1 -1
  239. package/{models → src/models}/Collections/IBottomExpandableState.d.ts +1 -1
  240. package/{models → src/models}/Collections/IBoxBackgroundThone.d.ts +1 -1
  241. package/{models → src/models}/Collections/IButtonIconState.d.ts +1 -1
  242. package/{models → src/models}/Collections/ICalendarSize.d.ts +1 -1
  243. package/{models → src/models}/Collections/ICardApproveBorder.d.ts +1 -1
  244. package/{models → src/models}/Collections/ICardCounterBorderType.d.ts +1 -1
  245. package/{models → src/models}/Collections/ICardDecisionSize.d.ts +1 -1
  246. package/{models → src/models}/Collections/ICardImageSize.d.ts +1 -1
  247. package/{models → src/models}/Collections/ICardScanSize.d.ts +1 -1
  248. package/{models → src/models}/Collections/ICardSize.d.ts +1 -1
  249. package/{models → src/models}/Collections/ICardState.d.ts +1 -1
  250. package/{models → src/models}/Collections/ICollapseCardSize.d.ts +1 -1
  251. package/{models → src/models}/Collections/IColor.d.ts +1 -1
  252. package/{models → src/models}/Collections/ICountry.d.ts +1 -1
  253. package/{models → src/models}/Collections/IDatepickerFormat.d.ts +1 -1
  254. package/{models → src/models}/Collections/IDatepickerInputFormat.d.ts +1 -1
  255. package/{models → src/models}/Collections/IDatepickerInputSize.d.ts +1 -1
  256. package/{models → src/models}/Collections/IDatepickerInputType.d.ts +1 -1
  257. package/{models → src/models}/Collections/IDatepickerSize.d.ts +1 -1
  258. package/{models → src/models}/Collections/IDatepickerType.d.ts +1 -1
  259. package/{models → src/models}/Collections/IDecisionItemSize.d.ts +1 -1
  260. package/{models → src/models}/Collections/IDecisionItemType.d.ts +1 -1
  261. package/{models → src/models}/Collections/IDecisionSize.d.ts +1 -1
  262. package/{models → src/models}/Collections/IDecisionValueType.d.ts +1 -1
  263. package/{models → src/models}/Collections/IEmailInputSize.d.ts +1 -1
  264. package/{models → src/models}/Collections/IEmptyStateType.d.ts +1 -1
  265. package/{models → src/models}/Collections/IExpanssionModalState.d.ts +1 -1
  266. package/{models → src/models}/Collections/IFloatButtonBottom.d.ts +1 -1
  267. package/{models → src/models}/Collections/IFloatButtonPlacement.d.ts +1 -1
  268. package/{models → src/models}/Collections/IFontSize.d.ts +1 -1
  269. package/{models → src/models}/Collections/IFooterAlign.d.ts +1 -1
  270. package/{models → src/models}/Collections/IGap.d.ts +1 -1
  271. package/{models → src/models}/Collections/IHeaderType.d.ts +1 -1
  272. package/{models → src/models}/Collections/IHeight.d.ts +1 -1
  273. package/{models → src/models}/Collections/IHorizontalAlign.d.ts +1 -1
  274. package/{models → src/models}/Collections/IIcon.d.ts +1 -1
  275. package/{models → src/models}/Collections/IIconColor.d.ts +1 -1
  276. package/{models → src/models}/Collections/IIconPosition.d.ts +1 -1
  277. package/{models → src/models}/Collections/IIconSize.d.ts +1 -1
  278. package/{models → src/models}/Collections/IInputMode.d.ts +1 -1
  279. package/{models → src/models}/Collections/IInputSize.d.ts +1 -1
  280. package/{models → src/models}/Collections/IInputType.d.ts +1 -1
  281. package/{models → src/models}/Collections/ILineClamp.d.ts +1 -1
  282. package/{models → src/models}/Collections/ILineHeight.d.ts +1 -1
  283. package/{models → src/models}/Collections/INotificationType.d.ts +1 -1
  284. package/{models → src/models}/Collections/INumberInputSize.d.ts +1 -1
  285. package/{models → src/models}/Collections/IOrientation.d.ts +1 -1
  286. package/{models → src/models}/Collections/IOverflow.d.ts +1 -1
  287. package/{models → src/models}/Collections/IPadding.d.ts +1 -1
  288. package/{models → src/models}/Collections/IPasswordInputSize.d.ts +1 -1
  289. package/{models → src/models}/Collections/IPhoneInputSize.d.ts +1 -1
  290. package/{models → src/models}/Collections/IPlacement.d.ts +1 -1
  291. package/{models → src/models}/Collections/IPlacementY.d.ts +1 -1
  292. package/{models → src/models}/Collections/IProgressBarSize.d.ts +1 -1
  293. package/{models → src/models}/Collections/IProgressBarType.d.ts +1 -1
  294. package/{models → src/models}/Collections/IRounded.d.ts +1 -1
  295. package/{models → src/models}/Collections/ISearchInputSize.d.ts +1 -1
  296. package/{models → src/models}/Collections/ISelectModalSize.d.ts +1 -1
  297. package/{models → src/models}/Collections/ISelectMultipleSize.d.ts +1 -1
  298. package/{models → src/models}/Collections/ISelectSize.d.ts +1 -1
  299. package/{models → src/models}/Collections/ISize.d.ts +1 -1
  300. package/{models → src/models}/Collections/ISkeletonType.d.ts +1 -1
  301. package/{models → src/models}/Collections/ISkeletonWidth.d.ts +1 -1
  302. package/{models → src/models}/Collections/ISnackbarType.d.ts +1 -1
  303. package/{models → src/models}/Collections/IState.d.ts +1 -1
  304. package/{models → src/models}/Collections/ISymbol.d.ts +1 -1
  305. package/{models → src/models}/Collections/ISymbolColor.d.ts +1 -1
  306. package/{models → src/models}/Collections/ISymbolSize.d.ts +1 -1
  307. package/{models → src/models}/Collections/ITabBarBorder.d.ts +1 -1
  308. package/{models → src/models}/Collections/ITabSize.d.ts +1 -1
  309. package/{models → src/models}/Collections/ITabType.d.ts +1 -1
  310. package/{models → src/models}/Collections/ITabsBorder.d.ts +1 -1
  311. package/{models → src/models}/Collections/ITabsSize.d.ts +1 -1
  312. package/{models → src/models}/Collections/ITagBusinessBrand.d.ts +1 -1
  313. package/{models → src/models}/Collections/ITagBusinessSize.d.ts +1 -1
  314. package/{models → src/models}/Collections/ITagColor.d.ts +1 -1
  315. package/{models → src/models}/Collections/ITagSize.d.ts +1 -1
  316. package/{models → src/models}/Collections/ITagStateColor.d.ts +1 -1
  317. package/{models → src/models}/Collections/ITagStateSize.d.ts +1 -1
  318. package/{models → src/models}/Collections/ITagStateType.d.ts +1 -1
  319. package/{models → src/models}/Collections/ITagType.d.ts +1 -1
  320. package/{models → src/models}/Collections/ITextAlign.d.ts +1 -1
  321. package/{models → src/models}/Collections/ITextColorThone.d.ts +1 -1
  322. package/{models → src/models}/Collections/ITextFieldSize.d.ts +1 -1
  323. package/{models → src/models}/Collections/ITextFieldType.d.ts +1 -1
  324. package/{models → src/models}/Collections/ITextInputSize.d.ts +1 -1
  325. package/{models → src/models}/Collections/ITextOverflow.d.ts +1 -1
  326. package/{models → src/models}/Collections/ITheme.d.ts +1 -1
  327. package/{models → src/models}/Collections/ITooltipPlacement.d.ts +1 -1
  328. package/{models → src/models}/Collections/IType.d.ts +1 -1
  329. package/{models → src/models}/Collections/IVSpaceSize.d.ts +1 -1
  330. package/{models → src/models}/Collections/IVerticalAlign.d.ts +1 -1
  331. package/{models → src/models}/Collections/IWeight.d.ts +1 -1
  332. package/{models → src/models}/Collections/IWidth.d.ts +1 -1
  333. package/{models → src/models}/Collections/index.d.ts +103 -103
  334. package/{models → src/models}/index.d.ts +2 -2
  335. package/components/core/x-radio-button/index.d.ts +0 -2
  336. package/components/core/x-symbol/index.d.ts +0 -2
  337. package/components/core/x-text-area/index.d.ts +0 -2
  338. package/components/core/xavatar/index.d.ts +0 -2
  339. package/components/core/xbadge/index.d.ts +0 -2
  340. package/components/core/xbox/index.d.ts +0 -2
  341. package/components/core/xbutton/index.d.ts +0 -2
  342. package/components/core/xcard/index.d.ts +0 -2
  343. package/components/core/xcard-counter/index.d.ts +0 -2
  344. package/components/core/xcollapse-card/index.d.ts +0 -2
  345. package/components/core/xcounter/index.d.ts +0 -2
  346. package/components/core/xcredits/index.d.ts +0 -2
  347. package/components/core/xcurrency-input/index.d.ts +0 -2
  348. package/components/core/xdecision/index.d.ts +0 -2
  349. package/components/core/xdecision-item/index.d.ts +0 -2
  350. package/components/core/xdivider/index.d.ts +0 -2
  351. package/components/core/xemail-input/index.d.ts +0 -2
  352. package/components/core/xexpansion-panel/index.d.ts +0 -2
  353. package/components/core/xform-item/index.d.ts +0 -2
  354. package/components/core/ximage/index.d.ts +0 -2
  355. package/components/core/ximage-preview/index.d.ts +0 -2
  356. package/components/core/ximage-previewer/index.d.ts +0 -2
  357. package/components/core/xlist/index.d.ts +0 -2
  358. package/components/core/xnumber-input/index.d.ts +0 -2
  359. package/components/core/xpassword-input/index.d.ts +0 -2
  360. package/components/core/xphone-input/index.d.ts +0 -2
  361. package/components/core/xprogress-bar/index.d.ts +0 -2
  362. package/components/core/xsearch-input/index.d.ts +0 -2
  363. package/components/core/xskeleton/index.d.ts +0 -2
  364. package/components/core/xskeleton-renderer/index.d.ts +0 -2
  365. package/components/core/xswitch/index.d.ts +0 -2
  366. package/components/core/xtab/index.d.ts +0 -2
  367. package/components/core/xtab-content/index.d.ts +0 -2
  368. package/components/core/xtab-panel/index.d.ts +0 -2
  369. package/components/core/xtabs/index.d.ts +0 -2
  370. package/components/core/xtag/index.d.ts +0 -2
  371. package/components/core/xtag-business/index.d.ts +0 -2
  372. package/components/core/xtag-state/index.d.ts +0 -2
  373. package/components/core/xtext/index.d.ts +0 -2
  374. package/components/core/xtext-input/index.d.ts +0 -2
  375. package/components/core/xvspace/index.d.ts +0 -2
  376. package/components/mobile/x-bottom-sheet/index.d.ts +0 -2
  377. package/components/mobile/x-modal/index.d.ts +0 -2
  378. package/components/mobile/x-radio-button-option/index.d.ts +0 -2
  379. package/components/mobile/xapp/index.d.ts +0 -2
  380. package/components/mobile/xbody/index.d.ts +0 -2
  381. package/components/mobile/xbottom-sheet-expandable/index.d.ts +0 -2
  382. package/components/mobile/xcalendar/index.d.ts +0 -2
  383. package/components/mobile/xcard-approve/index.d.ts +0 -2
  384. package/components/mobile/xcard-decision/index.d.ts +0 -2
  385. package/components/mobile/xcard-image/index.d.ts +0 -2
  386. package/components/mobile/xcard-scan/index.d.ts +0 -2
  387. package/components/mobile/xdatepicker/index.d.ts +0 -2
  388. package/components/mobile/xdatepicker-input/index.d.ts +0 -2
  389. package/components/mobile/xempty-state/index.d.ts +0 -2
  390. package/components/mobile/xfloat-button/index.d.ts +0 -2
  391. package/components/mobile/xfooter/index.d.ts +0 -2
  392. package/components/mobile/xgroup-radio-button/index.d.ts +0 -2
  393. package/components/mobile/xheader/index.d.ts +0 -2
  394. package/components/mobile/xoption-radio-button/index.d.ts +0 -2
  395. package/components/mobile/xpage/index.d.ts +0 -2
  396. package/components/mobile/xselect/index.d.ts +0 -2
  397. package/components/mobile/xtab-bar/index.d.ts +0 -2
  398. package/components/mobile/xtab-bar-content/index.d.ts +0 -2
  399. package/components/mobile/xtab-bar-item/index.d.ts +0 -2
  400. package/components/web/xapp/index.d.ts +0 -2
  401. package/components/web/xbody/index.d.ts +0 -2
  402. package/components/web/xcard-image/index.d.ts +0 -2
  403. package/components/web/xcheckbox-group/index.d.ts +0 -2
  404. package/components/web/xcollapse-card/index.d.ts +0 -2
  405. package/components/web/xconfirm-modal/index.d.ts +0 -2
  406. package/components/web/xdrawer/index.d.ts +0 -2
  407. package/components/web/xheader/index.d.ts +0 -2
  408. package/components/web/xmodal/index.d.ts +0 -2
  409. package/components/web/xpage/index.d.ts +0 -2
  410. package/components/web/xselect/index.d.ts +0 -2
  411. package/components/web/xselect-modal/index.d.ts +0 -2
  412. package/components/web/xselect-multiple/index.d.ts +0 -2
  413. package/components/web/xsidebar/index.d.ts +0 -2
  414. package/components/web/xtabs/index.d.ts +0 -2
  415. package/components/web/xtabs/root.d.ts +0 -3
  416. package/components/web/xtooltip/index.d.ts +0 -2
  417. package/css/fonts.css +0 -41
  418. package/css/index.css +0 -18
  419. package/index.core.d.ts +0 -76
  420. package/index.mobile.d.ts +0 -131
  421. package/index.web.d.ts +0 -115
  422. package/themes/arcus.theme.css +0 -33
  423. package/themes/default.css +0 -17
  424. package/themes/easy.theme.css +0 -28
  425. package/themes/fonts.css +0 -1
  426. package/themes/jumbo.theme.css +0 -26
  427. package/themes/paris.theme.css +0 -13
  428. package/themes/spid.theme.css +0 -15
  429. /package/css/{breakpoints.css → tokens/breakpoints.css} +0 -0
  430. /package/{themes/default.theme.css → css/tokens/colors.css} +0 -0
  431. /package/css/{shadow.css → tokens/shadow.css} +0 -0
  432. /package/css/{spacing.css → tokens/spacing.css} +0 -0
  433. /package/css/{typography.css → tokens/typography.css} +0 -0
@@ -1 +1 @@
1
- export declare const IDatepickerSize: readonly ["s", "l"];
1
+ export declare const IDatepickerSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const IDatepickerType: string[];
1
+ export declare const IDatepickerType: string[];
@@ -1 +1 @@
1
- export declare const IDecisionItemSize: readonly ["s", "m"];
1
+ export declare const IDecisionItemSize: readonly ["s", "m"];
@@ -1 +1 @@
1
- export declare const IDecisionItemType: readonly ["check", "refuse", "not-applicable", "various", "remove"];
1
+ export declare const IDecisionItemType: readonly ["check", "refuse", "not-applicable", "various", "remove"];
@@ -1 +1 @@
1
- export declare const IDecisionSize: readonly ["s", "m"];
1
+ export declare const IDecisionSize: readonly ["s", "m"];
@@ -1 +1 @@
1
- export declare const IDecisionValueType: readonly ["YES", "NO", "NA"];
1
+ export declare const IDecisionValueType: readonly ["YES", "NO", "NA"];
@@ -1 +1 @@
1
- export declare const IEmailInputSize: readonly ["s", "l"];
1
+ export declare const IEmailInputSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const IEmptyStateType: readonly ["up-to-date", "not-found", "success", "error", "warning", "start-message", "enable-gps", "enable-notification", "enable-camera", "no-connection", "no-planograma", "no-store", "no-permission", undefined];
1
+ export declare const IEmptyStateType: readonly ["up-to-date", "not-found", "success", "error", "warning", "start-message", "enable-gps", "enable-notification", "enable-camera", "no-connection", "no-planograma", "no-store", "no-permission", undefined];
@@ -1 +1 @@
1
- export declare const IExpanssionModalState: readonly ["open", "closed"];
1
+ export declare const IExpanssionModalState: readonly ["open", "closed"];
@@ -1 +1 @@
1
- export declare const IFloatButtonBottom: readonly ["xs", "s", "m", "l", "xl"];
1
+ export declare const IFloatButtonBottom: readonly ["xs", "s", "m", "l", "xl"];
@@ -1 +1 @@
1
- export declare const IFloatButtonPlacement: readonly ["left", "right"];
1
+ export declare const IFloatButtonPlacement: readonly ["left", "right"];
@@ -1 +1 @@
1
- export declare const IFontSize: readonly [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
1
+ export declare const IFontSize: readonly [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
@@ -1 +1 @@
1
- export declare const IFooterAlign: readonly ["left", "left_and_right", "right"];
1
+ export declare const IFooterAlign: readonly ["left", "left_and_right", "right"];
@@ -1 +1 @@
1
- export declare const IGap: readonly ["none", "xxs", "xs", "s", "m", "l", "xl"];
1
+ export declare const IGap: readonly ["none", "xxs", "xs", "s", "m", "l", "xl"];
@@ -1 +1 @@
1
- export declare const IHeaderType: readonly ["default", "fixed"];
1
+ export declare const IHeaderType: readonly ["default", "fixed"];
@@ -1 +1 @@
1
- export declare const IHeight: readonly ["auto", "full", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
1
+ export declare const IHeight: readonly ["auto", "full", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
@@ -1 +1 @@
1
- export declare const IHorizontalAlign: readonly ["start", "end", "center", "between", "around", "evenly", "stretch"];
1
+ export declare const IHorizontalAlign: readonly ["start", "end", "center", "between", "around", "evenly", "stretch"];
@@ -1 +1 @@
1
- export declare const IIcon: readonly ["alert-bold", "check-bold", "info-bold", "x-bold", "arrow-left-extrabold", "chevron-left-extrabold", "less-extrabold", "slash-extrabold", "arrow-right-extrabold", "chevron-right-extrabold", "none-extrabold", "x-extrabold", "check-extrabold", "chevron-up-extrabold", "plus-extrabold", "chevron-down-extrabold", "refuse-extrabold", "arrow-down-circle-filled", "arrow-up-right-filled", "chevron-left-filled", "arrow-down-left-filled", "car-filled", "chevron-right-filled", "arrow-down-right-filled", "carret-down-filled", "chevron-up-filled", "arrow-left-circle-filled", "carret-left-filled", "map-filled", "arrow-right-circle-filled", "carret-right-filled", "none-filled", "arrow-up-circle-filled", "carret-up-filled", "walking-filled", "arrow-up-left-filled", "chevron-down-filled", "apple-filled", "cencosud-filled", "facebook-filled", "google-filled", "alert-bold-filled", "check-filled", "info-bold-filled", "support-filled", "balance-cart-filled", "denied-filled", "list-filled", "task-filled", "balance-filled", "fast-filled", "mail-filled", "tools-filled", "block-filled", "fill-filled", "notifications-filled", "tunnel-filled", "calculator-filled", "folder-plus-filled", "profile-filled", "warning-bold-filled", "camera-filled", "help-filled", "refuse-filled", "x-circle-bold-filled", "check-bold-filled", "inbox-filled", "stats-filled", "x-circle-filled", "announcement-outline", "phone-chat-outline", "phone-off-outline", "message-circle-outline", "phone-forwarded-outline", "phone-outgoing-outline", "message-square-outline", "phone-incoming-outline", "phone-outline", "phone-call-outline", "phone-missed-outline", "support-outline", "briefcase-outline", "clock-outline", "package-outline", "tag-outline", "calendar-outline", "credit-card-outline", "printer-outline", "truck-outline", "camera-off-outline", "gift-outline", "shopping-bag-outline", "tv-outline", "camera-outline", "home-outline", "shopping-cart-outline", "clipboard-outline", "monitor-outline", "star-outline", "basket-outline", "align-center-outline", "align-right-outline", "grid-outline", "list-outline", "align-left-outline", "bold-outline", "list-number-outline", "airplay-outline", "pause-outline", "stop-circle-outline", "book-open-outline", "play-circle-outline", "video-off-outline", "book-outline", "play-outline", "video-outline", "fast-forward-outline", "radio-outline", "volume-1-outline", "idea-light-bulb-outline", "repeat-outline", "volume-2-outline", "image-outline", "rewind-outline", "volume-x-outline", "mic-off-outline", "skip-back-outline", "volume-outline", "mic-outline", "skip-forward-outline", "pause-circle-outline", "sliders-outline", "bento-outline", "doner-outline", "hamburguer-outline", "kebab-outline", "meatballs-outline", "arrow-down-left-outline", "carret-up-outline", "corner-up-left-outline", "arrow-down-right-outline", "chevron-down-outline", "corner-up-right-outline", "arrow-down-outline", "chevron-left-outline", "external-link-outline", "arrow-left-outline", "chevron-right-outline", "maximize-outline", "arrow-right-outline", "chevron-up-outline", "minimize-outline", "arrow-up-left-outline", "corner-down-left-outline", "none-outline", "arrow-up-right-outline", "corner-down-right-outline", "refresh-ccw-outline", "arrow-up-outline", "corner-left-down-outline", "refresh-cw-outline", "carret-down-outline", "corner-left-up-outline", "rotate-ccw-outline", "carret-left-outline", "corner-right-down-outline", "rotate-cw-outline", "carret-right-outline", "corner-right-up-outline", "chrome-outline", "instagram-outline", "thumbs-down-outline", "youtube-outline", "facebook-outline", "linkedin-outline", "thumbs-up-outline", "figma-outline", "safari-outline", "twitter-outline", "alert-circle-outline", "folder-plus-outline", "share-2-outline", "alert-outline", "folder-outline", "share-outline", "archive-outline", "globe-outline", "shield-off-outline", "at-sign-outline", "hard-drive-outline", "shield-outline", "battery-charging-outline", "sidebar-outline", "battery-outline", "info-outline", "slash-outline", "bluetooth-outline", "kg-outline", "sort-down-outline", "bookmark-outline", "layout-outline", "sort-up-outline", "calculator-outline", "less-outline", "store-outline", "cast-outline", "link-1-outline", "trash-2-outline", "chart-2-outline", "link-outline", "trash-outline", "chart-outline", "location-outline", "trending-down-outline", "check-circle-outline", "lock-outline", "trending-up-outline", "check-square-outline", "log-out-outline", "unlock-outline", "check-outline", "mail-outline", "upload-cloud-outline", "delete-outline", "paperclip-outline", "upload-outline", "download-cloud-outline", "pie-chart-outline", "user-check-outline", "download-outline", "plus-rounded-outline", "user-minus-outline", "edit-2-outline", "plus-outline", "user-plus-outline", "edit-3-outline", "power-outline", "user-x-outline", "entry-outline", "rss-outline", "user-outline", "exit-outline", "save-outline", "users-outline", "eye-off-outline", "scan-2-outline", "wifi-off-outline", "eye-outline", "scan-outline", "wifi-outline", "filter-1-outline", "filter-2-outline", "search-outline", "x-circle-outline", "filter-outline", "send-outline", "x-outline", "flag-outline", "server-outline", "folder-minus-outline", "settings-outline", "loading-outline", "close-outline", "none"];
1
+ export declare const IIcon: readonly ["alert-bold", "check-bold", "info-bold", "x-bold", "arrow-left-extrabold", "chevron-left-extrabold", "less-extrabold", "slash-extrabold", "arrow-right-extrabold", "chevron-right-extrabold", "none-extrabold", "x-extrabold", "check-extrabold", "chevron-up-extrabold", "plus-extrabold", "chevron-down-extrabold", "refuse-extrabold", "arrow-down-circle-filled", "arrow-up-right-filled", "chevron-left-filled", "arrow-down-left-filled", "car-filled", "chevron-right-filled", "arrow-down-right-filled", "carret-down-filled", "chevron-up-filled", "arrow-left-circle-filled", "carret-left-filled", "map-filled", "arrow-right-circle-filled", "carret-right-filled", "none-filled", "arrow-up-circle-filled", "carret-up-filled", "walking-filled", "arrow-up-left-filled", "chevron-down-filled", "apple-filled", "cencosud-filled", "facebook-filled", "google-filled", "alert-bold-filled", "check-filled", "info-bold-filled", "support-filled", "balance-cart-filled", "denied-filled", "list-filled", "task-filled", "balance-filled", "fast-filled", "mail-filled", "tools-filled", "block-filled", "fill-filled", "notifications-filled", "tunnel-filled", "calculator-filled", "folder-plus-filled", "profile-filled", "warning-bold-filled", "camera-filled", "help-filled", "refuse-filled", "x-circle-bold-filled", "check-bold-filled", "inbox-filled", "stats-filled", "x-circle-filled", "announcement-outline", "phone-chat-outline", "phone-off-outline", "message-circle-outline", "phone-forwarded-outline", "phone-outgoing-outline", "message-square-outline", "phone-incoming-outline", "phone-outline", "phone-call-outline", "phone-missed-outline", "support-outline", "briefcase-outline", "clock-outline", "package-outline", "tag-outline", "calendar-outline", "credit-card-outline", "printer-outline", "truck-outline", "camera-off-outline", "gift-outline", "shopping-bag-outline", "tv-outline", "camera-outline", "home-outline", "shopping-cart-outline", "clipboard-outline", "monitor-outline", "star-outline", "basket-outline", "align-center-outline", "align-right-outline", "grid-outline", "list-outline", "align-left-outline", "bold-outline", "list-number-outline", "airplay-outline", "pause-outline", "stop-circle-outline", "book-open-outline", "play-circle-outline", "video-off-outline", "book-outline", "play-outline", "video-outline", "fast-forward-outline", "radio-outline", "volume-1-outline", "idea-light-bulb-outline", "repeat-outline", "volume-2-outline", "image-outline", "rewind-outline", "volume-x-outline", "mic-off-outline", "skip-back-outline", "volume-outline", "mic-outline", "skip-forward-outline", "pause-circle-outline", "sliders-outline", "bento-outline", "doner-outline", "hamburguer-outline", "kebab-outline", "meatballs-outline", "arrow-down-left-outline", "carret-up-outline", "corner-up-left-outline", "arrow-down-right-outline", "chevron-down-outline", "corner-up-right-outline", "arrow-down-outline", "chevron-left-outline", "external-link-outline", "arrow-left-outline", "chevron-right-outline", "maximize-outline", "arrow-right-outline", "chevron-up-outline", "minimize-outline", "arrow-up-left-outline", "corner-down-left-outline", "none-outline", "arrow-up-right-outline", "corner-down-right-outline", "refresh-ccw-outline", "arrow-up-outline", "corner-left-down-outline", "refresh-cw-outline", "carret-down-outline", "corner-left-up-outline", "rotate-ccw-outline", "carret-left-outline", "corner-right-down-outline", "rotate-cw-outline", "carret-right-outline", "corner-right-up-outline", "chrome-outline", "instagram-outline", "thumbs-down-outline", "youtube-outline", "facebook-outline", "linkedin-outline", "thumbs-up-outline", "figma-outline", "safari-outline", "twitter-outline", "alert-circle-outline", "folder-plus-outline", "share-2-outline", "alert-outline", "folder-outline", "share-outline", "archive-outline", "globe-outline", "shield-off-outline", "at-sign-outline", "hard-drive-outline", "shield-outline", "battery-charging-outline", "sidebar-outline", "battery-outline", "info-outline", "slash-outline", "bluetooth-outline", "kg-outline", "sort-down-outline", "bookmark-outline", "layout-outline", "sort-up-outline", "calculator-outline", "less-outline", "store-outline", "cast-outline", "link-1-outline", "trash-2-outline", "chart-2-outline", "link-outline", "trash-outline", "chart-outline", "location-outline", "trending-down-outline", "check-circle-outline", "lock-outline", "trending-up-outline", "check-square-outline", "log-out-outline", "unlock-outline", "check-outline", "mail-outline", "upload-cloud-outline", "delete-outline", "paperclip-outline", "upload-outline", "download-cloud-outline", "pie-chart-outline", "user-check-outline", "download-outline", "plus-rounded-outline", "user-minus-outline", "edit-2-outline", "plus-outline", "user-plus-outline", "edit-3-outline", "power-outline", "user-x-outline", "entry-outline", "rss-outline", "user-outline", "exit-outline", "save-outline", "users-outline", "eye-off-outline", "scan-2-outline", "wifi-off-outline", "eye-outline", "scan-outline", "wifi-outline", "filter-1-outline", "filter-2-outline", "search-outline", "x-circle-outline", "filter-outline", "send-outline", "x-outline", "flag-outline", "server-outline", "folder-minus-outline", "settings-outline", "loading-outline", "close-outline", "none"];
@@ -1 +1 @@
1
- export declare const IIconColor: readonly ["black", "gray", "disabled", "green", "sky-blue", "orange", "red", "purple", "pink", "green-check", "red-refuse", "yellow", "turquoise", "info-blue", "error-red", "success-green", "warning-orange"];
1
+ export declare const IIconColor: readonly ["black", "gray", "disabled", "green", "sky-blue", "orange", "red", "purple", "pink", "green-check", "red-refuse", "yellow", "turquoise", "info-blue", "error-red", "success-green", "warning-orange"];
@@ -1 +1 @@
1
- export declare const IIconPosition: readonly ["start", "end"];
1
+ export declare const IIconPosition: readonly ["start", "end"];
@@ -1 +1 @@
1
- export declare const IIconSize: readonly ["xs", "s", "m", "l", "xl"];
1
+ export declare const IIconSize: readonly ["xs", "s", "m", "l", "xl"];
@@ -1 +1 @@
1
- export declare const IInputMode: readonly ["none", "text", "email", "search", "tel", "url", "numeric", "decimal", undefined];
1
+ export declare const IInputMode: readonly ["none", "text", "email", "search", "tel", "url", "numeric", "decimal", undefined];
@@ -1 +1 @@
1
- export declare const IInputSize: readonly ["s", "l"];
1
+ export declare const IInputSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const IInputType: readonly ["text", "password", "email", "number", "search", "tel", "url"];
1
+ export declare const IInputType: readonly ["text", "password", "email", "number", "search", "tel", "url"];
@@ -1 +1 @@
1
- export declare const ILineClamp: readonly ["none", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20];
1
+ export declare const ILineClamp: readonly ["none", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20];
@@ -1 +1 @@
1
- export declare const ILineHeight: readonly ["normal", "title", "copy"];
1
+ export declare const ILineHeight: readonly ["normal", "title", "copy"];
@@ -1 +1 @@
1
- export declare const INotificationType: readonly ["info", "success", "warning", "error"];
1
+ export declare const INotificationType: readonly ["info", "success", "warning", "error"];
@@ -1 +1 @@
1
- export declare const INumberInputSize: readonly ["s", "l"];
1
+ export declare const INumberInputSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const IOrientation: readonly ["horizontal", "vertical"];
1
+ export declare const IOrientation: readonly ["horizontal", "vertical"];
@@ -1 +1 @@
1
- export declare const IOverflow: readonly ["visible", "hidden", "auto", "scroll", "scroll_x", "scroll_y"];
1
+ export declare const IOverflow: readonly ["visible", "hidden", "auto", "scroll", "scroll_x", "scroll_y"];
@@ -1 +1 @@
1
- export declare const IPadding: readonly ["none", "xxs", "xs", "s", "m", "l", "xl"];
1
+ export declare const IPadding: readonly ["none", "xxs", "xs", "s", "m", "l", "xl"];
@@ -1 +1 @@
1
- export declare const IPasswordInputSize: readonly ["s", "l"];
1
+ export declare const IPasswordInputSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const IPhoneInputSize: readonly ["s", "l"];
1
+ export declare const IPhoneInputSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const IPlacement: readonly ["left", "right"];
1
+ export declare const IPlacement: readonly ["left", "right"];
@@ -1 +1 @@
1
- export declare const IPlacementY: readonly ["top", "bottom"];
1
+ export declare const IPlacementY: readonly ["top", "bottom"];
@@ -1 +1 @@
1
- export declare const IProgressBarSize: string[];
1
+ export declare const IProgressBarSize: string[];
@@ -1 +1 @@
1
- export declare const IProgressBarType: string[];
1
+ export declare const IProgressBarType: string[];
@@ -1 +1 @@
1
- export declare const IRounded: readonly ["none", "xxs", "xs", "s", "m", "l", "xl", "full"];
1
+ export declare const IRounded: readonly ["none", "xxs", "xs", "s", "m", "l", "xl", "full"];
@@ -1 +1 @@
1
- export declare const ISearchInputSize: readonly ["s", "l"];
1
+ export declare const ISearchInputSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const ISelectModalSize: readonly ["xs", "s", "m", "l", "xl"];
1
+ export declare const ISelectModalSize: readonly ["xs", "s", "m", "l", "xl"];
@@ -1 +1 @@
1
- export declare const ISelectMultipleSize: readonly ["s", "l"];
1
+ export declare const ISelectMultipleSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const ISelectSize: readonly ["s", "l"];
1
+ export declare const ISelectSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const ISize: readonly ["xxs", "xs", "s", "m", "l", "xl"];
1
+ export declare const ISize: readonly ["xxs", "xs", "s", "m", "l", "xl"];
@@ -1 +1 @@
1
- export declare const ISkeletonType: readonly ["text", "icon", "tag", "image"];
1
+ export declare const ISkeletonType: readonly ["text", "icon", "tag", "image"];
@@ -1 +1 @@
1
- export declare const ISkeletonWidth: readonly ["s", "m", "l", "xl"];
1
+ export declare const ISkeletonWidth: readonly ["s", "m", "l", "xl"];
@@ -1 +1 @@
1
- export declare const ISnackbarType: readonly ["info", "success", "warning", "error", "loading"];
1
+ export declare const ISnackbarType: readonly ["info", "success", "warning", "error", "loading"];
@@ -1 +1 @@
1
- export declare const IState: readonly ["info", "success", "warning", "error", "neutral", "info-pink", "info-orange"];
1
+ export declare const IState: readonly ["info", "success", "warning", "error", "neutral", "info-pink", "info-orange"];
@@ -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", "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", "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 +1 @@
1
- export declare const ISymbolColor: readonly ["black", "gray", "disabled", "green", "sky-blue", "orange", "red", "purple", "pink", "green-check", "red-refuse", "yellow", "turquoise", "info-blue", "error-red", "success-green", "warning-orange"];
1
+ export declare const ISymbolColor: readonly ["black", "gray", "disabled", "green", "sky-blue", "orange", "red", "purple", "pink", "green-check", "red-refuse", "yellow", "turquoise", "info-blue", "error-red", "success-green", "warning-orange"];
@@ -1 +1 @@
1
- export declare const ISymbolSize: readonly ["xs", "s", "m", "l", "xl"];
1
+ export declare const ISymbolSize: readonly ["xs", "s", "m", "l", "xl"];
@@ -1 +1 @@
1
- export declare const ITabBarBorder: readonly ["shadow", "solid", "none"];
1
+ export declare const ITabBarBorder: readonly ["shadow", "solid", "none"];
@@ -1 +1 @@
1
- export declare const ITabSize: readonly ["s", "l"];
1
+ export declare const ITabSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const ITabType: readonly ["outline", "clear"];
1
+ export declare const ITabType: readonly ["outline", "clear"];
@@ -1 +1 @@
1
- export declare const ITabsBorder: readonly ["solid", "none"];
1
+ export declare const ITabsBorder: readonly ["solid", "none"];
@@ -1 +1 @@
1
- export declare const ITabsSize: readonly ["s", "l"];
1
+ export declare const ITabsSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const ITagBusinessBrand: readonly ["easy", "jumbo", "paris", "puntos-small", "puntos", "san-isabel", "spid", "disco", "vea"];
1
+ export declare const ITagBusinessBrand: readonly ["easy", "jumbo", "paris", "puntos-small", "puntos", "san-isabel", "spid", "disco", "vea"];
@@ -1 +1 @@
1
- export declare const ITagBusinessSize: readonly ["s", "l"];
1
+ export declare const ITagBusinessSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const ITagColor: readonly ["black", "gray", "green", "sky-blue", "orange", "red", "purple", "pink", "green-check", "red-refuse", "yellow"];
1
+ export declare const ITagColor: readonly ["black", "gray", "green", "sky-blue", "orange", "red", "purple", "pink", "green-check", "red-refuse", "yellow"];
@@ -1 +1 @@
1
- export declare const ITagSize: readonly ["s", "l"];
1
+ export declare const ITagSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const ITagStateColor: readonly ["info", "success", "warning", "error", "neutral", "info-pink", "info-orange"];
1
+ export declare const ITagStateColor: readonly ["info", "success", "warning", "error", "neutral", "info-pink", "info-orange"];
@@ -1 +1 @@
1
- export declare const ITagStateSize: readonly ["s", "l"];
1
+ export declare const ITagStateSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const ITagStateType: readonly ["default", "solid"];
1
+ export declare const ITagStateType: readonly ["default", "solid"];
@@ -1 +1 @@
1
- export declare const ITagType: readonly ["text", "easy", "jumbo", "paris", "puntos-small", "puntos", "san-isabel", "spid"];
1
+ export declare const ITagType: readonly ["text", "easy", "jumbo", "paris", "puntos-small", "puntos", "san-isabel", "spid"];
@@ -1 +1 @@
1
- export declare const ITextAlign: readonly ["center", "left", "right", "justify"];
1
+ export declare const ITextAlign: readonly ["center", "left", "right", "justify"];
@@ -1 +1 @@
1
- export declare const ITextColorThone: readonly ["darkest", "medium", "dim", "lightest", "light", "dark"];
1
+ export declare const ITextColorThone: readonly ["darkest", "medium", "dim", "lightest", "light", "dark"];
@@ -1 +1 @@
1
- export declare const ITextFieldSize: readonly ["s", "l"];
1
+ export declare const ITextFieldSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const ITextFieldType: readonly ["text", "search", "currency", "number", "password", "phone"];
1
+ export declare const ITextFieldType: readonly ["text", "search", "currency", "number", "password", "phone"];
@@ -1 +1 @@
1
- export declare const ITextInputSize: readonly ["s", "l"];
1
+ export declare const ITextInputSize: readonly ["s", "l"];
@@ -1 +1 @@
1
- export declare const ITextOverflow: readonly ["normal", "break-word", "no-wrap"];
1
+ export declare const ITextOverflow: readonly ["normal", "break-word", "no-wrap"];
@@ -1 +1 @@
1
- export declare const ITheme: readonly ["neutral", "arcus"];
1
+ export declare const ITheme: readonly ["neutral", "arcus"];
@@ -1 +1 @@
1
- export declare const ITooltipPlacement: readonly ["top", "left", "right", "bottom"];
1
+ export declare const ITooltipPlacement: readonly ["top", "left", "right", "bottom"];
@@ -1 +1 @@
1
- export declare const IType: readonly ["default", "solid", "tonal", "outline", "clear"];
1
+ export declare const IType: readonly ["default", "solid", "tonal", "outline", "clear"];
@@ -1 +1 @@
1
- export declare const IVSpaceSize: readonly ["xxs", "xs", "s", "m", "l", "xl"];
1
+ export declare const IVSpaceSize: readonly ["xxs", "xs", "s", "m", "l", "xl"];
@@ -1 +1 @@
1
- export declare const IVerticalAlign: readonly ["start", "end", "center", "between", "around", "evenly", "stretch"];
1
+ export declare const IVerticalAlign: readonly ["start", "end", "center", "between", "around", "evenly", "stretch"];
@@ -1 +1 @@
1
- export declare const IWeight: readonly ["lighter", "normal", "bold"];
1
+ export declare const IWeight: readonly ["lighter", "normal", "bold"];
@@ -1 +1 @@
1
- export declare const IWidth: readonly ["auto", "half", "full", "flex", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
1
+ export declare const IWidth: readonly ["auto", "half", "full", "flex", 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];