intergalactic 15.43.0-prerelease-7718b840 → 15.43.0-prerelease-fbfdafde

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 (462) hide show
  1. package/accordion/index.js +25 -1
  2. package/accordion/lib/cjs/Accordion.js +6 -6
  3. package/accordion/lib/cjs/style/accordion.shadow.css +9 -2
  4. package/accordion/lib/es6/Accordion.js +6 -6
  5. package/accordion/lib/es6/style/accordion.shadow.css +9 -2
  6. package/animation/index.js +25 -1
  7. package/animation/lib/cjs/Animation.js +11 -11
  8. package/animation/lib/cjs/Collapse.js +28 -28
  9. package/animation/lib/cjs/FadeInOut.js +28 -28
  10. package/animation/lib/cjs/Scale.js +28 -28
  11. package/animation/lib/cjs/Slide.js +28 -28
  12. package/animation/lib/cjs/Transform.js +28 -28
  13. package/animation/lib/es6/Animation.js +11 -11
  14. package/animation/lib/es6/Collapse.js +28 -28
  15. package/animation/lib/es6/FadeInOut.js +28 -28
  16. package/animation/lib/es6/Scale.js +28 -28
  17. package/animation/lib/es6/Slide.js +28 -28
  18. package/animation/lib/es6/Transform.js +28 -28
  19. package/badge/index.js +25 -1
  20. package/badge/lib/cjs/Badge.js +6 -6
  21. package/badge/lib/es6/Badge.js +6 -6
  22. package/base-trigger/index.js +25 -1
  23. package/base-trigger/lib/cjs/BaseTrigger.js +26 -19
  24. package/base-trigger/lib/cjs/BaseTrigger.js.map +1 -1
  25. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  26. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  27. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  28. package/base-trigger/lib/cjs/style/base-trigger.shadow.css +8 -0
  29. package/base-trigger/lib/es6/BaseTrigger.js +26 -19
  30. package/base-trigger/lib/es6/BaseTrigger.js.map +1 -1
  31. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  32. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  33. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  34. package/base-trigger/lib/es6/style/base-trigger.shadow.css +8 -0
  35. package/breadcrumbs/index.js +25 -1
  36. package/breadcrumbs/lib/cjs/Breadcrumbs.js +6 -6
  37. package/breadcrumbs/lib/es6/Breadcrumbs.js +6 -6
  38. package/breakpoints/index.js +25 -1
  39. package/button/index.js +25 -1
  40. package/button/lib/cjs/Button.js +26 -26
  41. package/button/lib/es6/Button.js +26 -26
  42. package/card/index.js +25 -1
  43. package/card/lib/cjs/Card.js +8 -8
  44. package/card/lib/es6/Card.js +8 -8
  45. package/carousel/index.js +25 -1
  46. package/carousel/lib/cjs/Carousel.js +16 -16
  47. package/carousel/lib/es6/Carousel.js +16 -16
  48. package/checkbox/index.js +25 -1
  49. package/checkbox/lib/cjs/Checkbox.js +25 -21
  50. package/checkbox/lib/cjs/Checkbox.js.map +1 -1
  51. package/checkbox/lib/es6/Checkbox.js +25 -21
  52. package/checkbox/lib/es6/Checkbox.js.map +1 -1
  53. package/color-picker/index.d.ts +174 -0
  54. package/color-picker/index.js +25 -1
  55. package/color-picker/lib/cjs/ColorPicker.js +23 -23
  56. package/color-picker/lib/cjs/PaletteManager.js +23 -23
  57. package/color-picker/lib/cjs/components/InputColor.js +23 -23
  58. package/color-picker/lib/cjs/index.d.js.map +1 -1
  59. package/color-picker/lib/es6/ColorPicker.js +23 -23
  60. package/color-picker/lib/es6/PaletteManager.js +23 -23
  61. package/color-picker/lib/es6/components/InputColor.js +23 -23
  62. package/color-picker/lib/es6/index.d.js.map +1 -1
  63. package/color-picker/lib/types/index.d.ts +174 -0
  64. package/core/index.js +25 -1
  65. package/core/lib/cjs/utils/assignProps.js +93 -0
  66. package/core/lib/cjs/utils/assignProps.js.map +1 -0
  67. package/core/lib/cjs/utils/canUseDOM.js +10 -0
  68. package/core/lib/cjs/utils/canUseDOM.js.map +1 -0
  69. package/core/lib/cjs/utils/capitalizeFirstLetter.js +10 -0
  70. package/core/lib/cjs/utils/capitalizeFirstLetter.js.map +1 -0
  71. package/core/lib/cjs/utils/createHoc.js +55 -0
  72. package/core/lib/cjs/utils/createHoc.js.map +1 -0
  73. package/core/lib/cjs/utils/enhances/WithI18n.js +85 -0
  74. package/core/lib/cjs/utils/enhances/WithI18n.js.map +1 -0
  75. package/core/lib/cjs/utils/enhances/i18nEnhance.js +133 -0
  76. package/core/lib/cjs/utils/enhances/i18nEnhance.js.map +1 -0
  77. package/core/lib/cjs/utils/getDisplayName.js +10 -0
  78. package/core/lib/cjs/utils/getDisplayName.js.map +1 -0
  79. package/core/lib/cjs/utils/logger.js +40 -0
  80. package/core/lib/cjs/utils/logger.js.map +1 -0
  81. package/core/lib/cjs/utils/pick.js +19 -0
  82. package/core/lib/cjs/utils/pick.js.map +1 -0
  83. package/core/lib/cjs/utils/ref.js +94 -0
  84. package/core/lib/cjs/utils/ref.js.map +1 -0
  85. package/core/lib/cjs/utils/use/useEnhancedEffect.js +13 -0
  86. package/core/lib/cjs/utils/use/useEnhancedEffect.js.map +1 -0
  87. package/core/lib/es6/utils/assignProps.js +84 -0
  88. package/core/lib/es6/utils/assignProps.js.map +1 -0
  89. package/core/lib/es6/utils/canUseDOM.js +4 -0
  90. package/core/lib/es6/utils/canUseDOM.js.map +1 -0
  91. package/core/lib/es6/utils/capitalizeFirstLetter.js +4 -0
  92. package/core/lib/es6/utils/capitalizeFirstLetter.js.map +1 -0
  93. package/core/lib/es6/utils/createHoc.js +46 -0
  94. package/core/lib/es6/utils/createHoc.js.map +1 -0
  95. package/core/lib/es6/utils/enhances/WithI18n.js +73 -0
  96. package/core/lib/es6/utils/enhances/WithI18n.js.map +1 -0
  97. package/core/lib/es6/utils/enhances/i18nEnhance.js +122 -0
  98. package/core/lib/es6/utils/enhances/i18nEnhance.js.map +1 -0
  99. package/core/lib/es6/utils/getDisplayName.js +4 -0
  100. package/core/lib/es6/utils/getDisplayName.js.map +1 -0
  101. package/core/lib/es6/utils/logger.js +32 -0
  102. package/core/lib/es6/utils/logger.js.map +1 -0
  103. package/core/lib/es6/utils/pick.js +13 -0
  104. package/core/lib/es6/utils/pick.js.map +1 -0
  105. package/core/lib/es6/utils/ref.js +82 -0
  106. package/core/lib/es6/utils/ref.js.map +1 -0
  107. package/core/lib/es6/utils/use/useEnhancedEffect.js +5 -0
  108. package/core/lib/es6/utils/use/useEnhancedEffect.js.map +1 -0
  109. package/core/lib/types/utils/assignProps.d.ts +13 -0
  110. package/core/lib/types/utils/canUseDOM.d.ts +1 -0
  111. package/core/lib/types/utils/capitalizeFirstLetter.d.ts +1 -0
  112. package/core/lib/types/utils/createHoc.d.ts +3 -0
  113. package/core/lib/types/utils/enhances/WithI18n.d.ts +43 -0
  114. package/core/lib/types/utils/enhances/i18nEnhance.d.ts +26 -0
  115. package/core/lib/types/utils/getDisplayName.d.ts +2 -0
  116. package/core/lib/types/utils/logger.d.ts +9 -0
  117. package/core/lib/types/utils/pick.d.ts +1 -0
  118. package/core/lib/types/utils/ref.d.ts +8 -0
  119. package/core/lib/types/utils/use/useEnhancedEffect.d.ts +3 -0
  120. package/core/utils/assignProps.d.ts +13 -0
  121. package/core/utils/canUseDOM.d.ts +1 -0
  122. package/core/utils/capitalizeFirstLetter.d.ts +1 -0
  123. package/core/utils/createHoc.d.ts +3 -0
  124. package/core/utils/enhances/WithI18n.d.ts +43 -0
  125. package/core/utils/enhances/i18nEnhance.d.ts +26 -0
  126. package/core/utils/getDisplayName.d.ts +2 -0
  127. package/core/utils/logger.d.ts +9 -0
  128. package/core/utils/pick.d.ts +1 -0
  129. package/core/utils/ref.d.ts +8 -0
  130. package/core/utils/use/useEnhancedEffect.d.ts +3 -0
  131. package/counter/index.js +25 -1
  132. package/counter/lib/cjs/Counter.js +10 -10
  133. package/counter/lib/es6/Counter.js +10 -10
  134. package/d3-chart/index.js +25 -1
  135. package/d3-chart/lib/cjs/Area.js +9 -9
  136. package/d3-chart/lib/cjs/Axis.js +14 -14
  137. package/d3-chart/lib/cjs/Bar.js +8 -8
  138. package/d3-chart/lib/cjs/Bubble.js +10 -10
  139. package/d3-chart/lib/cjs/Donut.js +7 -7
  140. package/d3-chart/lib/cjs/Dots.js +19 -22
  141. package/d3-chart/lib/cjs/Dots.js.map +1 -1
  142. package/d3-chart/lib/cjs/HorizontalBar.js +8 -8
  143. package/d3-chart/lib/cjs/Hover.js +3 -3
  144. package/d3-chart/lib/cjs/Line.js +9 -9
  145. package/d3-chart/lib/cjs/Plot.js +3 -3
  146. package/d3-chart/lib/cjs/Radar.js +17 -17
  147. package/d3-chart/lib/cjs/RadialTree.js +10 -10
  148. package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
  149. package/d3-chart/lib/cjs/ScatterPlot.js +7 -7
  150. package/d3-chart/lib/cjs/Tooltip.js +8 -8
  151. package/d3-chart/lib/cjs/Venn.js +7 -7
  152. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  153. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  154. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  155. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +15 -15
  156. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  157. package/d3-chart/lib/es6/Area.js +9 -9
  158. package/d3-chart/lib/es6/Axis.js +14 -14
  159. package/d3-chart/lib/es6/Bar.js +8 -8
  160. package/d3-chart/lib/es6/Bubble.js +10 -10
  161. package/d3-chart/lib/es6/Donut.js +7 -7
  162. package/d3-chart/lib/es6/Dots.js +19 -22
  163. package/d3-chart/lib/es6/Dots.js.map +1 -1
  164. package/d3-chart/lib/es6/HorizontalBar.js +8 -8
  165. package/d3-chart/lib/es6/Hover.js +3 -3
  166. package/d3-chart/lib/es6/Line.js +9 -9
  167. package/d3-chart/lib/es6/Plot.js +3 -3
  168. package/d3-chart/lib/es6/Radar.js +17 -17
  169. package/d3-chart/lib/es6/RadialTree.js +10 -10
  170. package/d3-chart/lib/es6/ReferenceLine.js +9 -9
  171. package/d3-chart/lib/es6/ScatterPlot.js +7 -7
  172. package/d3-chart/lib/es6/Tooltip.js +8 -8
  173. package/d3-chart/lib/es6/Venn.js +7 -7
  174. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  175. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  176. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  177. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +15 -15
  178. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  179. package/data-table/index.js +25 -1
  180. package/data-table/lib/cjs/Body.js +4 -4
  181. package/data-table/lib/cjs/DataTable.js +40 -40
  182. package/data-table/lib/cjs/Head.js +4 -4
  183. package/data-table/lib/es6/Body.js +4 -4
  184. package/data-table/lib/es6/DataTable.js +40 -40
  185. package/data-table/lib/es6/Head.js +4 -4
  186. package/date-picker/index.js +25 -1
  187. package/date-picker/lib/cjs/DateRangeComparator.js +1 -0
  188. package/date-picker/lib/cjs/DateRangeComparator.js.map +1 -1
  189. package/date-picker/lib/cjs/MonthDateRangeComparator.js +1 -0
  190. package/date-picker/lib/cjs/MonthDateRangeComparator.js.map +1 -1
  191. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  192. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +26 -25
  193. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js.map +1 -1
  194. package/date-picker/lib/cjs/components/InputTrigger.js +40 -31
  195. package/date-picker/lib/cjs/components/InputTrigger.js.map +1 -1
  196. package/date-picker/lib/cjs/components/PickerAbstract.js +27 -27
  197. package/date-picker/lib/cjs/components/PickerAbstract.js.map +1 -1
  198. package/date-picker/lib/cjs/components/RangePickerAbstract.js +26 -25
  199. package/date-picker/lib/cjs/components/RangePickerAbstract.js.map +1 -1
  200. package/date-picker/lib/cjs/style/date-picker.shadow.css +4 -0
  201. package/date-picker/lib/es6/DateRangeComparator.js +1 -0
  202. package/date-picker/lib/es6/DateRangeComparator.js.map +1 -1
  203. package/date-picker/lib/es6/MonthDateRangeComparator.js +1 -0
  204. package/date-picker/lib/es6/MonthDateRangeComparator.js.map +1 -1
  205. package/date-picker/lib/es6/components/Calendar.js +21 -21
  206. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +26 -25
  207. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js.map +1 -1
  208. package/date-picker/lib/es6/components/InputTrigger.js +40 -31
  209. package/date-picker/lib/es6/components/InputTrigger.js.map +1 -1
  210. package/date-picker/lib/es6/components/PickerAbstract.js +27 -27
  211. package/date-picker/lib/es6/components/PickerAbstract.js.map +1 -1
  212. package/date-picker/lib/es6/components/RangePickerAbstract.js +26 -25
  213. package/date-picker/lib/es6/components/RangePickerAbstract.js.map +1 -1
  214. package/date-picker/lib/es6/style/date-picker.shadow.css +4 -0
  215. package/divider/index.js +25 -1
  216. package/divider/lib/cjs/Divider.js +9 -9
  217. package/divider/lib/es6/Divider.js +9 -9
  218. package/dot/index.js +25 -1
  219. package/dot/lib/cjs/Dot.js +10 -10
  220. package/dot/lib/es6/Dot.js +10 -10
  221. package/drag-and-drop/index.js +25 -1
  222. package/drag-and-drop/lib/cjs/DragAndDrop.js +12 -12
  223. package/drag-and-drop/lib/es6/DragAndDrop.js +12 -12
  224. package/dropdown/index.js +25 -1
  225. package/dropdown/lib/cjs/Dropdown.js +2 -2
  226. package/dropdown/lib/es6/Dropdown.js +2 -2
  227. package/dropdown-menu/index.js +25 -1
  228. package/dropdown-menu/lib/cjs/DropdownMenu.js +12 -12
  229. package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
  230. package/dropdown-menu/lib/es6/DropdownMenu.js +12 -12
  231. package/dropdown-menu/lib/es6/styleScrollArea.js +6 -6
  232. package/ellipsis/index.js +25 -1
  233. package/ellipsis/lib/cjs/Ellipsis.js +10 -10
  234. package/ellipsis/lib/es6/Ellipsis.js +10 -10
  235. package/errors/index.js +25 -1
  236. package/errors/lib/cjs/Error.js +9 -9
  237. package/errors/lib/es6/Error.js +9 -9
  238. package/feature-popover/index.js +25 -1
  239. package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
  240. package/feature-popover/lib/es6/FeaturePopover.js +10 -10
  241. package/feedback-form/index.js +25 -1
  242. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  243. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  244. package/flags/index.js +25 -1
  245. package/flags/lib/cjs/Flags.js +3 -3
  246. package/flags/lib/es6/Flags.js +3 -3
  247. package/flags/lib/sprites/sprite@1x.css +256 -256
  248. package/flags/lib/sprites/sprite@2x.css +257 -257
  249. package/flex-box/index.js +25 -1
  250. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  251. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  252. package/flex-box/lib/es6/Box/useBox.js +3 -3
  253. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  254. package/format-text/index.js +25 -1
  255. package/format-text/lib/cjs/FormatText.js +5 -5
  256. package/format-text/lib/es6/FormatText.js +5 -5
  257. package/fullscreen-modal/index.js +25 -1
  258. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  259. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  260. package/grid/index.js +25 -1
  261. package/grid/lib/cjs/Grid.js +114 -114
  262. package/grid/lib/es6/Grid.js +114 -114
  263. package/i18n-unplugin/index.js +25 -1
  264. package/icon/color/Confluence/l/index.js +4 -4
  265. package/icon/color/Confluence/l/index.mjs +4 -4
  266. package/icon/color/Confluence/m/index.js +4 -4
  267. package/icon/color/Confluence/m/index.mjs +4 -4
  268. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  269. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  270. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  271. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  272. package/icon/index.js +25 -1
  273. package/icon/lib/cjs/Icon.js +5 -5
  274. package/icon/lib/es6/Icon.js +5 -5
  275. package/icon/pay/Discover/l/index.js +1 -1
  276. package/icon/pay/Discover/l/index.mjs +1 -1
  277. package/icon/pay/Discover/m/index.js +1 -1
  278. package/icon/pay/Discover/m/index.mjs +1 -1
  279. package/icon/pay/JCB/l/index.js +10 -10
  280. package/icon/pay/JCB/l/index.mjs +10 -10
  281. package/icon/pay/JCB/m/index.js +10 -10
  282. package/icon/pay/JCB/m/index.mjs +10 -10
  283. package/icon/pay/Visa/l/index.js +2 -2
  284. package/icon/pay/Visa/l/index.mjs +2 -2
  285. package/icon/pay/Visa/m/index.js +2 -2
  286. package/icon/pay/Visa/m/index.mjs +2 -2
  287. package/illustration/index.js +25 -1
  288. package/illustration/lib/cjs/index.js +1 -1
  289. package/illustration/lib/es6/index.js +1 -1
  290. package/inline-edit/index.js +25 -1
  291. package/inline-edit/lib/cjs/InlineEdit.js +4 -4
  292. package/inline-edit/lib/es6/InlineEdit.js +4 -4
  293. package/inline-input/index.js +25 -1
  294. package/inline-input/lib/cjs/InlineInput.js +26 -20
  295. package/inline-input/lib/cjs/InlineInput.js.map +1 -1
  296. package/inline-input/lib/cjs/style/inline-input.shadow.css +7 -0
  297. package/inline-input/lib/es6/InlineInput.js +26 -20
  298. package/inline-input/lib/es6/InlineInput.js.map +1 -1
  299. package/inline-input/lib/es6/style/inline-input.shadow.css +7 -0
  300. package/input/index.js +25 -1
  301. package/input/lib/cjs/Input.js +21 -19
  302. package/input/lib/cjs/Input.js.map +1 -1
  303. package/input/lib/cjs/style/input.shadow.css +7 -6
  304. package/input/lib/es6/Input.js +21 -19
  305. package/input/lib/es6/Input.js.map +1 -1
  306. package/input/lib/es6/style/input.shadow.css +7 -6
  307. package/input-mask/index.js +25 -1
  308. package/input-mask/lib/cjs/InputMask.js +6 -6
  309. package/input-mask/lib/es6/InputMask.js +6 -6
  310. package/input-number/index.js +25 -1
  311. package/input-number/lib/cjs/InputNumber.js +9 -9
  312. package/input-number/lib/es6/InputNumber.js +9 -9
  313. package/input-tags/index.js +25 -1
  314. package/input-tags/lib/cjs/InputTags.js +57 -42
  315. package/input-tags/lib/cjs/InputTags.js.map +1 -1
  316. package/input-tags/lib/cjs/style/input-tag.shadow.css +2 -6
  317. package/input-tags/lib/es6/InputTags.js +57 -42
  318. package/input-tags/lib/es6/InputTags.js.map +1 -1
  319. package/input-tags/lib/es6/style/input-tag.shadow.css +2 -6
  320. package/link/index.js +25 -1
  321. package/link/lib/cjs/Link.js +12 -12
  322. package/link/lib/es6/Link.js +12 -12
  323. package/modal/index.js +25 -1
  324. package/modal/lib/cjs/Modal.js +11 -9
  325. package/modal/lib/cjs/Modal.js.map +1 -1
  326. package/modal/lib/es6/Modal.js +11 -9
  327. package/modal/lib/es6/Modal.js.map +1 -1
  328. package/neighbor-location/index.js +25 -1
  329. package/notice/index.js +25 -1
  330. package/notice/lib/cjs/Notice.js +13 -13
  331. package/notice/lib/es6/Notice.js +13 -13
  332. package/notice-bubble/index.js +25 -1
  333. package/notice-bubble/lib/cjs/NoticeBubble.js +12 -12
  334. package/notice-bubble/lib/es6/NoticeBubble.js +12 -12
  335. package/notice-global/index.js +25 -1
  336. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  337. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  338. package/outside-click/index.js +25 -1
  339. package/package.json +3 -3
  340. package/pagination/index.js +25 -1
  341. package/pagination/lib/cjs/Pagination.js +10 -10
  342. package/pagination/lib/es6/Pagination.js +10 -10
  343. package/pills/index.js +25 -1
  344. package/pills/lib/cjs/Pills.js +17 -17
  345. package/pills/lib/es6/Pills.js +17 -17
  346. package/popper/index.js +25 -1
  347. package/popper/lib/cjs/Popper.js +6 -6
  348. package/popper/lib/es6/Popper.js +6 -6
  349. package/portal/index.js +25 -1
  350. package/product-head/index.js +25 -1
  351. package/product-head/lib/cjs/Info.js +4 -4
  352. package/product-head/lib/cjs/ProductHead.js +5 -5
  353. package/product-head/lib/cjs/Title.js +4 -4
  354. package/product-head/lib/es6/Info.js +4 -4
  355. package/product-head/lib/es6/ProductHead.js +5 -5
  356. package/product-head/lib/es6/Title.js +4 -4
  357. package/progress-bar/index.js +25 -1
  358. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  359. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  360. package/radio/index.js +25 -1
  361. package/radio/lib/cjs/Radio.js +23 -16
  362. package/radio/lib/cjs/Radio.js.map +1 -1
  363. package/radio/lib/cjs/style/radio.shadow.css +7 -0
  364. package/radio/lib/es6/Radio.js +23 -16
  365. package/radio/lib/es6/Radio.js.map +1 -1
  366. package/radio/lib/es6/style/radio.shadow.css +7 -0
  367. package/scroll-area/index.js +25 -1
  368. package/scroll-area/lib/cjs/ScrollArea.js +9 -9
  369. package/scroll-area/lib/cjs/ScrollBar.js +5 -5
  370. package/scroll-area/lib/es6/ScrollArea.js +9 -9
  371. package/scroll-area/lib/es6/ScrollBar.js +5 -5
  372. package/select/index.js +25 -1
  373. package/select/lib/cjs/InputSearch.js +6 -6
  374. package/select/lib/cjs/Select.js +7 -7
  375. package/select/lib/es6/InputSearch.js +6 -6
  376. package/select/lib/es6/Select.js +7 -7
  377. package/side-panel/index.js +25 -1
  378. package/side-panel/lib/cjs/SidePanel.js +15 -15
  379. package/side-panel/lib/es6/SidePanel.js +15 -15
  380. package/skeleton/index.js +25 -1
  381. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  382. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  383. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  384. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  385. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  386. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  387. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  388. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  389. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  390. package/skeleton/lib/cjs/Skeleton.js +8 -8
  391. package/skeleton/lib/es6/Charts/Area.js +9 -9
  392. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  393. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  394. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  395. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  396. package/skeleton/lib/es6/Charts/Line.js +9 -9
  397. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  398. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  399. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  400. package/skeleton/lib/es6/Skeleton.js +8 -8
  401. package/slider/index.js +25 -1
  402. package/slider/lib/cjs/Slider.js +7 -7
  403. package/slider/lib/es6/Slider.js +7 -7
  404. package/spin/index.js +25 -1
  405. package/spin/lib/cjs/Spin.js +13 -13
  406. package/spin/lib/es6/Spin.js +13 -13
  407. package/spin-container/index.js +25 -1
  408. package/spin-container/lib/cjs/SpinContainer.js +8 -8
  409. package/spin-container/lib/es6/SpinContainer.js +8 -8
  410. package/sticky/index.js +25 -1
  411. package/sticky/lib/cjs/Sticky.js +2 -2
  412. package/sticky/lib/es6/Sticky.js +2 -2
  413. package/switch/index.js +25 -1
  414. package/switch/lib/cjs/Switch.js +21 -21
  415. package/switch/lib/es6/Switch.js +21 -21
  416. package/tab-line/index.js +25 -1
  417. package/tab-line/lib/cjs/TabLine.js +13 -13
  418. package/tab-line/lib/es6/TabLine.js +13 -13
  419. package/tab-panel/index.js +25 -1
  420. package/tab-panel/lib/cjs/TabPanel.js +8 -8
  421. package/tab-panel/lib/es6/TabPanel.js +8 -8
  422. package/tag/index.js +25 -1
  423. package/tag/lib/cjs/Tag.js +19 -19
  424. package/tag/lib/es6/Tag.js +19 -19
  425. package/textarea/index.js +25 -1
  426. package/textarea/lib/cjs/Textarea.js +8 -8
  427. package/textarea/lib/cjs/style/textarea.shadow.css +8 -1
  428. package/textarea/lib/es6/Textarea.js +8 -8
  429. package/textarea/lib/es6/style/textarea.shadow.css +8 -1
  430. package/time-picker/index.js +25 -1
  431. package/time-picker/lib/cjs/TimePicker.js +12 -12
  432. package/time-picker/lib/es6/TimePicker.js +12 -12
  433. package/tooltip/index.d.ts +2 -1
  434. package/tooltip/index.js +25 -1
  435. package/tooltip/lib/cjs/Tooltip.js +6 -6
  436. package/tooltip/lib/cjs/index.d.js.map +1 -1
  437. package/tooltip/lib/es6/Tooltip.js +6 -6
  438. package/tooltip/lib/es6/index.d.js.map +1 -1
  439. package/tooltip/lib/types/index.d.ts +2 -1
  440. package/typography/index.js +25 -1
  441. package/typography/lib/cjs/Blockquote.js +4 -4
  442. package/typography/lib/cjs/Hint.js +7 -7
  443. package/typography/lib/cjs/List.js +5 -5
  444. package/typography/lib/cjs/Text.js +34 -34
  445. package/typography/lib/es6/Blockquote.js +4 -4
  446. package/typography/lib/es6/Hint.js +7 -7
  447. package/typography/lib/es6/List.js +5 -5
  448. package/typography/lib/es6/Text.js +34 -34
  449. package/utils/lib/propsForElement.js +1 -2
  450. package/utils/lib/propsForElement.js.map +1 -1
  451. package/utils/lib/propsForElement.mjs +1 -2
  452. package/utils/lib/propsForElement.mjs.map +1 -1
  453. package/utils/lib/use/useFocusLock.js +2 -2
  454. package/utils/lib/use/useFocusLock.js.map +1 -1
  455. package/utils/lib/use/useFocusLock.mjs +2 -2
  456. package/utils/lib/use/useFocusLock.mjs.map +1 -1
  457. package/widget-empty/index.js +25 -1
  458. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  459. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  460. package/wizard/index.js +25 -1
  461. package/wizard/lib/cjs/Wizard.js +11 -11
  462. package/wizard/lib/es6/Wizard.js +11 -11
@@ -32,26 +32,26 @@ function JCB(_ref, ref) {
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M15.49 9.44h1.23l.15-.02a.57.57 0 0 0 .43-.57c0-.3-.2-.51-.43-.58h-1.38v1.17Z",
35
- fill: "url(#intergalactic-icon-JCB_m_a-4.17.0)",
35
+ fill: "url(#intergalactic-icon-JCB_m_a-4.19.0)",
36
36
  shapeRendering: "geometricPrecision"
37
37
  }), /*#__PURE__*/_react["default"].createElement("path", {
38
38
  d: "M16.58 1.33c-1.17 0-2.13 1-2.13 2.23v2.3h3c.07 0 .16 0 .21.02.68.04 1.19.4 1.19 1.04 0 .5-.34.93-.97 1.01v.03c.69.05 1.21.45 1.21 1.07 0 .68-.58 1.12-1.36 1.12h-3.3v4.52h3.13c1.17 0 2.13-1 2.13-2.23V1.34h-3.11Z",
39
- fill: "url(#intergalactic-icon-JCB_m_b-4.17.0)",
39
+ fill: "url(#intergalactic-icon-JCB_m_b-4.19.0)",
40
40
  shapeRendering: "geometricPrecision"
41
41
  }), /*#__PURE__*/_react["default"].createElement("path", {
42
42
  d: "M17.15 7.07c0-.3-.2-.5-.43-.53l-.12-.01H15.5V7.6h1.23a.51.51 0 0 0 .43-.53Z",
43
- fill: "url(#intergalactic-icon-JCB_m_c-4.17.0)",
43
+ fill: "url(#intergalactic-icon-JCB_m_c-4.19.0)",
44
44
  shapeRendering: "geometricPrecision"
45
45
  }), /*#__PURE__*/_react["default"].createElement("path", {
46
46
  d: "M3.45 1.33c-1.17 0-2.13 1-2.13 2.23v5.5c.6.3 1.22.5 1.84.5.74 0 1.13-.47 1.13-1.1v-2.6h1.83v2.58c0 1-.6 1.82-2.62 1.82a8.6 8.6 0 0 1-2.19-.28v4.69h3.12c1.17 0 2.13-1 2.13-2.23V1.34h-3.1Z",
47
- fill: "url(#intergalactic-icon-JCB_m_d-4.17.0)",
47
+ fill: "url(#intergalactic-icon-JCB_m_d-4.19.0)",
48
48
  shapeRendering: "geometricPrecision"
49
49
  }), /*#__PURE__*/_react["default"].createElement("path", {
50
50
  d: "M10 1.33c-1.17 0-2.13 1-2.13 2.23v2.9c.54-.47 1.48-.78 2.99-.7.8.03 1.67.26 1.67.26v.94a3.92 3.92 0 0 0-1.61-.49C9.77 6.4 9.08 6.97 9.08 8c0 1.04.69 1.62 1.84 1.53a4.11 4.11 0 0 0 1.6-.5v.95s-.84.23-1.66.27c-1.51.07-2.45-.24-2.98-.71v5.13H11c1.17 0 2.13-1 2.13-2.23V1.34H10Z",
51
- fill: "url(#intergalactic-icon-JCB_m_e-4.17.0)",
51
+ fill: "url(#intergalactic-icon-JCB_m_e-4.19.0)",
52
52
  shapeRendering: "geometricPrecision"
53
53
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
54
- id: "intergalactic-icon-JCB_m_a-4.17.0",
54
+ id: "intergalactic-icon-JCB_m_a-4.19.0",
55
55
  x1: "14.45",
56
56
  y1: "8.85",
57
57
  x2: "19.7",
@@ -69,7 +69,7 @@ function JCB(_ref, ref) {
69
69
  offset: "1",
70
70
  stopColor: "#5CB531"
71
71
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
72
- id: "intergalactic-icon-JCB_m_b-4.17.0",
72
+ id: "intergalactic-icon-JCB_m_b-4.19.0",
73
73
  x1: "14.45",
74
74
  y1: "7.99",
75
75
  x2: "19.7",
@@ -87,7 +87,7 @@ function JCB(_ref, ref) {
87
87
  offset: "1",
88
88
  stopColor: "#5CB531"
89
89
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
90
- id: "intergalactic-icon-JCB_m_c-4.17.0",
90
+ id: "intergalactic-icon-JCB_m_c-4.19.0",
91
91
  x1: "14.45",
92
92
  y1: "7.06",
93
93
  x2: "19.7",
@@ -105,7 +105,7 @@ function JCB(_ref, ref) {
105
105
  offset: "1",
106
106
  stopColor: "#5CB531"
107
107
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
108
- id: "intergalactic-icon-JCB_m_d-4.17.0",
108
+ id: "intergalactic-icon-JCB_m_d-4.19.0",
109
109
  x1: "1.32",
110
110
  y1: "8",
111
111
  x2: "6.66",
@@ -123,7 +123,7 @@ function JCB(_ref, ref) {
123
123
  offset: "1",
124
124
  stopColor: "#006FBC"
125
125
  })), /*#__PURE__*/_react["default"].createElement("linearGradient", {
126
- id: "intergalactic-icon-JCB_m_e-4.17.0",
126
+ id: "intergalactic-icon-JCB_m_e-4.19.0",
127
127
  x1: "7.84",
128
128
  y1: "7.99",
129
129
  x2: "13.03",
@@ -21,26 +21,26 @@ function JCB({
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M15.49 9.44h1.23l.15-.02a.57.57 0 0 0 .43-.57c0-.3-.2-.51-.43-.58h-1.38v1.17Z",
24
- fill: "url(#intergalactic-icon-JCB_m_a-4.17.0)",
24
+ fill: "url(#intergalactic-icon-JCB_m_a-4.19.0)",
25
25
  shapeRendering: "geometricPrecision"
26
26
  }), /*#__PURE__*/React.createElement("path", {
27
27
  d: "M16.58 1.33c-1.17 0-2.13 1-2.13 2.23v2.3h3c.07 0 .16 0 .21.02.68.04 1.19.4 1.19 1.04 0 .5-.34.93-.97 1.01v.03c.69.05 1.21.45 1.21 1.07 0 .68-.58 1.12-1.36 1.12h-3.3v4.52h3.13c1.17 0 2.13-1 2.13-2.23V1.34h-3.11Z",
28
- fill: "url(#intergalactic-icon-JCB_m_b-4.17.0)",
28
+ fill: "url(#intergalactic-icon-JCB_m_b-4.19.0)",
29
29
  shapeRendering: "geometricPrecision"
30
30
  }), /*#__PURE__*/React.createElement("path", {
31
31
  d: "M17.15 7.07c0-.3-.2-.5-.43-.53l-.12-.01H15.5V7.6h1.23a.51.51 0 0 0 .43-.53Z",
32
- fill: "url(#intergalactic-icon-JCB_m_c-4.17.0)",
32
+ fill: "url(#intergalactic-icon-JCB_m_c-4.19.0)",
33
33
  shapeRendering: "geometricPrecision"
34
34
  }), /*#__PURE__*/React.createElement("path", {
35
35
  d: "M3.45 1.33c-1.17 0-2.13 1-2.13 2.23v5.5c.6.3 1.22.5 1.84.5.74 0 1.13-.47 1.13-1.1v-2.6h1.83v2.58c0 1-.6 1.82-2.62 1.82a8.6 8.6 0 0 1-2.19-.28v4.69h3.12c1.17 0 2.13-1 2.13-2.23V1.34h-3.1Z",
36
- fill: "url(#intergalactic-icon-JCB_m_d-4.17.0)",
36
+ fill: "url(#intergalactic-icon-JCB_m_d-4.19.0)",
37
37
  shapeRendering: "geometricPrecision"
38
38
  }), /*#__PURE__*/React.createElement("path", {
39
39
  d: "M10 1.33c-1.17 0-2.13 1-2.13 2.23v2.9c.54-.47 1.48-.78 2.99-.7.8.03 1.67.26 1.67.26v.94a3.92 3.92 0 0 0-1.61-.49C9.77 6.4 9.08 6.97 9.08 8c0 1.04.69 1.62 1.84 1.53a4.11 4.11 0 0 0 1.6-.5v.95s-.84.23-1.66.27c-1.51.07-2.45-.24-2.98-.71v5.13H11c1.17 0 2.13-1 2.13-2.23V1.34H10Z",
40
- fill: "url(#intergalactic-icon-JCB_m_e-4.17.0)",
40
+ fill: "url(#intergalactic-icon-JCB_m_e-4.19.0)",
41
41
  shapeRendering: "geometricPrecision"
42
42
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
43
- id: "intergalactic-icon-JCB_m_a-4.17.0",
43
+ id: "intergalactic-icon-JCB_m_a-4.19.0",
44
44
  x1: "14.45",
45
45
  y1: "8.85",
46
46
  x2: "19.7",
@@ -58,7 +58,7 @@ function JCB({
58
58
  offset: "1",
59
59
  stopColor: "#5CB531"
60
60
  })), /*#__PURE__*/React.createElement("linearGradient", {
61
- id: "intergalactic-icon-JCB_m_b-4.17.0",
61
+ id: "intergalactic-icon-JCB_m_b-4.19.0",
62
62
  x1: "14.45",
63
63
  y1: "7.99",
64
64
  x2: "19.7",
@@ -76,7 +76,7 @@ function JCB({
76
76
  offset: "1",
77
77
  stopColor: "#5CB531"
78
78
  })), /*#__PURE__*/React.createElement("linearGradient", {
79
- id: "intergalactic-icon-JCB_m_c-4.17.0",
79
+ id: "intergalactic-icon-JCB_m_c-4.19.0",
80
80
  x1: "14.45",
81
81
  y1: "7.06",
82
82
  x2: "19.7",
@@ -94,7 +94,7 @@ function JCB({
94
94
  offset: "1",
95
95
  stopColor: "#5CB531"
96
96
  })), /*#__PURE__*/React.createElement("linearGradient", {
97
- id: "intergalactic-icon-JCB_m_d-4.17.0",
97
+ id: "intergalactic-icon-JCB_m_d-4.19.0",
98
98
  x1: "1.32",
99
99
  y1: "8",
100
100
  x2: "6.66",
@@ -112,7 +112,7 @@ function JCB({
112
112
  offset: "1",
113
113
  stopColor: "#006FBC"
114
114
  })), /*#__PURE__*/React.createElement("linearGradient", {
115
- id: "intergalactic-icon-JCB_m_e-4.17.0",
115
+ id: "intergalactic-icon-JCB_m_e-4.19.0",
116
116
  x1: "7.84",
117
117
  y1: "7.99",
118
118
  x2: "13.03",
@@ -28,7 +28,7 @@ function Visa(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "M32 21.82c0 1.2-.9 2.18-2 2.18H2c-1.1 0-2-.98-2-2.18V2.18C0 .98.9 0 2 0h28c1.1 0 2 .98 2 2.18v19.64Z",
31
- fill: "url(#intergalactic-icon-Visa_l_a-4.17.0)",
31
+ fill: "url(#intergalactic-icon-Visa_l_a-4.19.0)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M18.2 12.8c-.8-.4-1.8-1-1.8-2.2.1-1.6 1.5-2.7 3.6-2.8.8 0 1.5.2 2 .4l-.5 1.8c-.88-.44-1.6-.42-1.97-.4h-.13c-.6.1-.9.4-.9.7-.04.36.42.61.99.92.84.45 1.91 1.03 1.91 2.28 0 1.7-1.5 2.8-3.7 2.8-.9 0-1.8-.2-2.3-.4l.4-1.8.16.06c.47.2 1.05.44 2.04.44.6 0 1.3-.3 1.3-.8 0-.3-.3-.6-1.1-1ZM10.7 8l-2.2 5.4-.9-4.6c-.1-.5-.5-.8-1-.8H3v.2l.45.12c.6.17 1.25.34 1.65.58.3.2.4.3.5.7L7.2 16h2.2l3.4-8h-2.1ZM13.8 8 12 16h2.1l1.8-8h-2.1Z",
@@ -41,7 +41,7 @@ function Visa(_ref, ref) {
41
41
  fill: "#fff",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
44
- id: "intergalactic-icon-Visa_l_a-4.17.0",
44
+ id: "intergalactic-icon-Visa_l_a-4.19.0",
45
45
  x1: "0",
46
46
  y1: "24",
47
47
  x2: "32",
@@ -17,7 +17,7 @@ function Visa({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "M32 21.82c0 1.2-.9 2.18-2 2.18H2c-1.1 0-2-.98-2-2.18V2.18C0 .98.9 0 2 0h28c1.1 0 2 .98 2 2.18v19.64Z",
20
- fill: "url(#intergalactic-icon-Visa_l_a-4.17.0)",
20
+ fill: "url(#intergalactic-icon-Visa_l_a-4.19.0)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M18.2 12.8c-.8-.4-1.8-1-1.8-2.2.1-1.6 1.5-2.7 3.6-2.8.8 0 1.5.2 2 .4l-.5 1.8c-.88-.44-1.6-.42-1.97-.4h-.13c-.6.1-.9.4-.9.7-.04.36.42.61.99.92.84.45 1.91 1.03 1.91 2.28 0 1.7-1.5 2.8-3.7 2.8-.9 0-1.8-.2-2.3-.4l.4-1.8.16.06c.47.2 1.05.44 2.04.44.6 0 1.3-.3 1.3-.8 0-.3-.3-.6-1.1-1ZM10.7 8l-2.2 5.4-.9-4.6c-.1-.5-.5-.8-1-.8H3v.2l.45.12c.6.17 1.25.34 1.65.58.3.2.4.3.5.7L7.2 16h2.2l3.4-8h-2.1ZM13.8 8 12 16h2.1l1.8-8h-2.1Z",
@@ -30,7 +30,7 @@ function Visa({
30
30
  fill: "#fff",
31
31
  shapeRendering: "geometricPrecision"
32
32
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
33
- id: "intergalactic-icon-Visa_l_a-4.17.0",
33
+ id: "intergalactic-icon-Visa_l_a-4.19.0",
34
34
  x1: "0",
35
35
  y1: "24",
36
36
  x2: "32",
@@ -28,7 +28,7 @@ function Visa(_ref, ref) {
28
28
  viewBox: viewBox
29
29
  }, props), /*#__PURE__*/_react["default"].createElement("path", {
30
30
  d: "M21 14.55c0 .8-.6 1.45-1.31 1.45H1.3C.6 16 0 15.35 0 14.55V1.45C0 .65.6 0 1.31 0H19.7C20.4 0 21 .65 21 1.45v13.1Z",
31
- fill: "url(#intergalactic-icon-Visa_m_a-4.17.0)",
31
+ fill: "url(#intergalactic-icon-Visa_m_a-4.19.0)",
32
32
  shapeRendering: "geometricPrecision"
33
33
  }), /*#__PURE__*/_react["default"].createElement("path", {
34
34
  d: "M11.97 8.33c-.52-.26-1.18-.66-1.18-1.46.07-1.07.99-1.8 2.37-1.87.52 0 .98.13 1.3.27l-.32 1.2c-.58-.3-1.05-.28-1.3-.27h-.08c-.4.07-.59.27-.59.47-.02.24.28.4.65.6.55.3 1.25.7 1.25 1.53 0 1.13-.98 1.87-2.42 1.87a4.4 4.4 0 0 1-1.51-.27l.26-1.2.1.04c.31.13.7.3 1.34.3.4 0 .86-.2.86-.54 0-.2-.2-.4-.72-.67ZM7.05 5.13l-1.44 3.6L5 5.67a.64.64 0 0 0-.65-.54H2v.14l.3.08c.4.1.82.22 1.08.38.2.14.26.2.33.47l1.05 4.27H6.2l2.23-5.34H7.05ZM9.09 5.13 7.9 10.47h1.37l1.19-5.34H9.09Z",
@@ -41,7 +41,7 @@ function Visa(_ref, ref) {
41
41
  fill: "#fff",
42
42
  shapeRendering: "geometricPrecision"
43
43
  }), /*#__PURE__*/_react["default"].createElement("defs", null, /*#__PURE__*/_react["default"].createElement("linearGradient", {
44
- id: "intergalactic-icon-Visa_m_a-4.17.0",
44
+ id: "intergalactic-icon-Visa_m_a-4.19.0",
45
45
  x1: "0",
46
46
  y1: "16",
47
47
  x2: "21",
@@ -17,7 +17,7 @@ function Visa({
17
17
  viewBox: viewBox
18
18
  }, props), /*#__PURE__*/React.createElement("path", {
19
19
  d: "M21 14.55c0 .8-.6 1.45-1.31 1.45H1.3C.6 16 0 15.35 0 14.55V1.45C0 .65.6 0 1.31 0H19.7C20.4 0 21 .65 21 1.45v13.1Z",
20
- fill: "url(#intergalactic-icon-Visa_m_a-4.17.0)",
20
+ fill: "url(#intergalactic-icon-Visa_m_a-4.19.0)",
21
21
  shapeRendering: "geometricPrecision"
22
22
  }), /*#__PURE__*/React.createElement("path", {
23
23
  d: "M11.97 8.33c-.52-.26-1.18-.66-1.18-1.46.07-1.07.99-1.8 2.37-1.87.52 0 .98.13 1.3.27l-.32 1.2c-.58-.3-1.05-.28-1.3-.27h-.08c-.4.07-.59.27-.59.47-.02.24.28.4.65.6.55.3 1.25.7 1.25 1.53 0 1.13-.98 1.87-2.42 1.87a4.4 4.4 0 0 1-1.51-.27l.26-1.2.1.04c.31.13.7.3 1.34.3.4 0 .86-.2.86-.54 0-.2-.2-.4-.72-.67ZM7.05 5.13l-1.44 3.6L5 5.67a.64.64 0 0 0-.65-.54H2v.14l.3.08c.4.1.82.22 1.08.38.2.14.26.2.33.47l1.05 4.27H6.2l2.23-5.34H7.05ZM9.09 5.13 7.9 10.47h1.37l1.19-5.34H9.09Z",
@@ -30,7 +30,7 @@ function Visa({
30
30
  fill: "#fff",
31
31
  shapeRendering: "geometricPrecision"
32
32
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
33
- id: "intergalactic-icon-Visa_m_a-4.17.0",
33
+ id: "intergalactic-icon-Visa_m_a-4.19.0",
34
34
  x1: "0",
35
35
  y1: "16",
36
36
  x2: "21",
@@ -1 +1,25 @@
1
- require('./lib/cjs/index.js');
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ var _exportNames = {};
8
+ Object.defineProperty(exports, "default", {
9
+ enumerable: true,
10
+ get: function get() {
11
+ return _Item["default"];
12
+ }
13
+ });
14
+ var _Item = _interopRequireWildcard(require("./lib/cjs/index"));
15
+ Object.keys(_Item).forEach(function (key) {
16
+ if (key === "default" || key === "__esModule") return;
17
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
18
+ if (key in exports && exports[key] === _Item[key]) return;
19
+ Object.defineProperty(exports, key, {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return _Item[key];
23
+ }
24
+ });
25
+ });
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.getIllustrationPath = void 0;
7
- var version = "2.10.2";
7
+ var version = "2.12.0";
8
8
 
9
9
  /**
10
10
  * Formats string from `access_denied` or `access-denied` to `AccessDenied`
@@ -1,4 +1,4 @@
1
- var version = "2.10.2";
1
+ var version = "2.12.0";
2
2
 
3
3
  /**
4
4
  * Formats string from `access_denied` or `access-denied` to `AccessDenied`
@@ -1 +1,25 @@
1
- require('./lib/cjs/index.js');
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ var _exportNames = {};
8
+ Object.defineProperty(exports, "default", {
9
+ enumerable: true,
10
+ get: function get() {
11
+ return _Item["default"];
12
+ }
13
+ });
14
+ var _Item = _interopRequireWildcard(require("./lib/cjs/index"));
15
+ Object.keys(_Item).forEach(function (key) {
16
+ if (key === "default" || key === "__esModule") return;
17
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
18
+ if (key in exports && exports[key] === _Item[key]) return;
19
+ Object.defineProperty(exports, key, {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return _Item[key];
23
+ }
24
+ });
25
+ });
@@ -23,10 +23,10 @@ var _useCssVariable = require("intergalactic/utils/lib/useCssVariable");
23
23
  var _reactToText = _interopRequireDefault(require("intergalactic/utils/lib/reactToText"));
24
24
  var _getOriginChildren = _interopRequireDefault(require("intergalactic/utils/lib/getOriginChildren"));
25
25
  /*__reshadow-styles__:"./style/inline-edit.shadow.css"*/
26
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SInlineEdit_16gvq_gg_{display:inline-block;position:relative}.___SEdit_16gvq_gg_{display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.___SView_16gvq_gg_{cursor:pointer}.___SView_16gvq_gg_:active,.___SView_16gvq_gg_:focus{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}" /*__inner_css_end__*/, "16gvq_gg_") /*__reshadow_css_end__*/, {
27
- "__SInlineEdit": "___SInlineEdit_16gvq_gg_",
28
- "__SEdit": "___SEdit_16gvq_gg_",
29
- "__SView": "___SView_16gvq_gg_"
26
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SInlineEdit_1pw5i_gg_{display:inline-block;position:relative}.___SEdit_1pw5i_gg_{display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.___SView_1pw5i_gg_{cursor:pointer}.___SView_1pw5i_gg_:active,.___SView_1pw5i_gg_:focus{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}" /*__inner_css_end__*/, "1pw5i_gg_") /*__reshadow_css_end__*/, {
27
+ "__SInlineEdit": "___SInlineEdit_1pw5i_gg_",
28
+ "__SEdit": "___SEdit_1pw5i_gg_",
29
+ "__SView": "___SView_1pw5i_gg_"
30
30
  });
31
31
  var InlineEdit = /*#__PURE__*/function (_Component) {
32
32
  (0, _inherits2["default"])(InlineEdit, _Component);
@@ -19,10 +19,10 @@ import { useCssVariable } from 'intergalactic/utils/lib/useCssVariable';
19
19
  import reactToText from 'intergalactic/utils/lib/reactToText';
20
20
  import getOriginChildren from 'intergalactic/utils/lib/getOriginChildren';
21
21
  /*__reshadow-styles__:"./style/inline-edit.shadow.css"*/
22
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SInlineEdit_16gvq_gg_{display:inline-block;position:relative}.___SEdit_16gvq_gg_{display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.___SView_16gvq_gg_{cursor:pointer}.___SView_16gvq_gg_:active,.___SView_16gvq_gg_:focus{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}" /*__inner_css_end__*/, "16gvq_gg_") /*__reshadow_css_end__*/, {
23
- "__SInlineEdit": "___SInlineEdit_16gvq_gg_",
24
- "__SEdit": "___SEdit_16gvq_gg_",
25
- "__SView": "___SView_16gvq_gg_"
22
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SInlineEdit_1pw5i_gg_{display:inline-block;position:relative}.___SEdit_1pw5i_gg_{display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.___SView_1pw5i_gg_{cursor:pointer}.___SView_1pw5i_gg_:active,.___SView_1pw5i_gg_:focus{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}" /*__inner_css_end__*/, "1pw5i_gg_") /*__reshadow_css_end__*/, {
23
+ "__SInlineEdit": "___SInlineEdit_1pw5i_gg_",
24
+ "__SEdit": "___SEdit_1pw5i_gg_",
25
+ "__SView": "___SView_1pw5i_gg_"
26
26
  });
27
27
  var InlineEdit = /*#__PURE__*/function (_Component) {
28
28
  _inherits(InlineEdit, _Component);
@@ -1 +1,25 @@
1
- require('./lib/cjs/index.js');
1
+ "use strict";
2
+
3
+ var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ var _exportNames = {};
8
+ Object.defineProperty(exports, "default", {
9
+ enumerable: true,
10
+ get: function get() {
11
+ return _Item["default"];
12
+ }
13
+ });
14
+ var _Item = _interopRequireWildcard(require("./lib/cjs/index"));
15
+ Object.keys(_Item).forEach(function (key) {
16
+ if (key === "default" || key === "__esModule") return;
17
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
18
+ if (key in exports && exports[key] === _Item[key]) return;
19
+ Object.defineProperty(exports, key, {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return _Item[key];
23
+ }
24
+ });
25
+ });
@@ -25,24 +25,26 @@ var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynam
25
25
  var _i18nEnhance = _interopRequireDefault(require("intergalactic/utils/lib/enhances/i18nEnhance"));
26
26
  var _input = _interopRequireDefault(require("intergalactic/input"));
27
27
  var _inputNumber = require("intergalactic/input-number");
28
+ var _InvalidStatePattern = _interopRequireDefault(require("intergalactic/utils/lib/components/invalid-state-pattern/InvalidStatePattern"));
28
29
  /*__reshadow-styles__:"./style/inline-input.shadow.css"*/
29
- var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SInlineInput_16a77_gg_{display:inline-flex;width:100%;height:100%;align-items:center;position:relative;z-index:0;vertical-align:middle;padding:1px;box-sizing:border-box;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SInlineInput_16a77_gg_.__disabled_16a77_gg_{cursor:default;pointer-events:none;opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SValue_16a77_gg_{min-width:0;width:100%;height:100%;padding:0 var(--intergalactic-spacing-1x, 4px);border:0;box-sizing:border-box;color:var(--intergalactic-text-primary, #191b23);font-size:inherit;line-height:1.2;text-overflow:ellipsis;font-family:inherit;background:0 0;min-height:1em}.___SValue_16a77_gg_:focus{outline:0}.___SValue_16a77_gg_::-moz-placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_16a77_gg_::placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_16a77_gg_.__disabled_16a77_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none}.___SValue_16a77_gg_::-webkit-inner-spin-button,.___SValue_16a77_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_16a77_gg_._type_number_16a77_gg_{-moz-appearance:textfield}.___SUnderline_16a77_gg_{display:flex;flex-direction:row;align-items:center;flex-grow:1;width:100%;height:100%;min-height:1em;border:1px solid transparent;border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SAddon_16a77_gg_{display:inline-flex;justify-content:center;align-items:center;flex:0 0 auto;height:100%;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);padding:0 var(--intergalactic-spacing-1x, 4px)}.___SAddon_16a77_gg_.__disabled_16a77_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SConfirmIcon_16a77_gg_{color:var(--intergalactic-icon-secondary-success, #00c192);cursor:pointer}@media (hover:hover){.___SConfirmIcon_16a77_gg_:hover{color:var(--intergalactic-icon-secondary-success-hover-active, #049B75)}}.___SCancelIcon_16a77_gg_{color:var(--intergalactic-icon-secondary-neutral, #a9abb6);cursor:pointer}@media (hover:hover){.___SCancelIcon_16a77_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SInlineInput_16a77_gg_.__focused_16a77_gg_{z-index:1}.___SInlineInput_16a77_gg_.__focused_16a77_gg_ .___SUnderline_16a77_gg_{border-bottom-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInlineInput_16a77_gg_._state_valid_16a77_gg_ .___SUnderline_16a77_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65)}.___SInlineInput_16a77_gg_._state_valid_16a77_gg_.__focused_16a77_gg_ .___SUnderline_16a77_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65);box-shadow:var(--intergalactic-keyboard-focus-valid, 0px 0px 0px 3px rgba(0, 159, 129, 0.5))}.___SInlineInput_16a77_gg_._state_invalid_16a77_gg_ .___SUnderline_16a77_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f)}.___SInlineInput_16a77_gg_._state_invalid_16a77_gg_.__focused_16a77_gg_ .___SUnderline_16a77_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f);box-shadow:var(--intergalactic-keyboard-focus-invalid, 0px 0px 0px 3px rgba(255, 73, 83, 0.5))}.___SValue_16a77_gg_:focus~.___SControls_16a77_gg_{display:flex}.___SControls_16a77_gg_{display:none;flex-flow:column;justify-content:center;height:100%;box-sizing:border-box}.___SControls_16a77_gg_.__showControls_16a77_gg_{display:flex}.___SDown_16a77_gg_,.___SUp_16a77_gg_{padding:0;width:16px;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);box-sizing:border-box;display:inline-flex;justify-content:center;border:0;background:0 0;cursor:pointer}.___SDown_16a77_gg_:focus,.___SUp_16a77_gg_:focus{outline:0}@media (hover:hover){.___SDown_16a77_gg_:hover,.___SUp_16a77_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SUp_16a77_gg_{padding-bottom:1px}.___SDown_16a77_gg_{padding-top:1px}.___SValue_16a77_gg_.__disabled_16a77_gg_~.___SControls_16a77_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_16a77_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}" /*__inner_css_end__*/, "16a77_gg_") /*__reshadow_css_end__*/, {
30
- "__SInlineInput": "___SInlineInput_16a77_gg_",
31
- "_disabled": "__disabled_16a77_gg_",
32
- "__SUnderline": "___SUnderline_16a77_gg_",
33
- "__SAddon": "___SAddon_16a77_gg_",
34
- "__SConfirmIcon": "___SConfirmIcon_16a77_gg_",
35
- "__SCancelIcon": "___SCancelIcon_16a77_gg_",
36
- "_focused": "__focused_16a77_gg_",
37
- "_state_valid": "_state_valid_16a77_gg_",
38
- "_state_invalid": "_state_invalid_16a77_gg_",
39
- "__SValue": "___SValue_16a77_gg_",
40
- "__SControls": "___SControls_16a77_gg_",
41
- "_showControls": "__showControls_16a77_gg_",
42
- "__SUp": "___SUp_16a77_gg_",
43
- "__SDown": "___SDown_16a77_gg_",
44
- "__SValueHidden": "___SValueHidden_16a77_gg_",
45
- "_type_number": "_type_number_16a77_gg_"
30
+ var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SInlineInput_1vskm_gg_{display:inline-flex;width:100%;height:100%;align-items:center;position:relative;z-index:0;vertical-align:middle;padding:1px;box-sizing:border-box;background-color:var(--intergalactic-bg-primary-neutral, #ffffff)}.___SInlineInput_1vskm_gg_.__disabled_1vskm_gg_{cursor:default;pointer-events:none;opacity:var(--intergalactic-disabled-opacity, 0.3)}.___SValue_1vskm_gg_{min-width:0;width:100%;height:100%;padding:0 var(--intergalactic-spacing-1x, 4px);border:0;box-sizing:border-box;color:var(--intergalactic-text-primary, #191b23);font-size:inherit;line-height:1.2;text-overflow:ellipsis;font-family:inherit;background:0 0;min-height:1em}.___SValue_1vskm_gg_:focus{outline:0}.___SValue_1vskm_gg_::-moz-placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_1vskm_gg_::placeholder{color:var(--intergalactic-text-placeholder, #8a8e9b)}.___SValue_1vskm_gg_.__disabled_1vskm_gg_{-webkit-user-select:none;-moz-user-select:none;user-select:none}.___SValue_1vskm_gg_::-webkit-inner-spin-button,.___SValue_1vskm_gg_::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.___SValue_1vskm_gg_._type_number_1vskm_gg_{-moz-appearance:textfield}.___SUnderline_1vskm_gg_{display:flex;flex-direction:row;align-items:center;flex-grow:1;width:100%;height:100%;min-height:1em;border:1px solid transparent;border-bottom:1px solid var(--intergalactic-border-primary, #c4c7cf)}.___SAddon_1vskm_gg_{display:inline-flex;justify-content:center;align-items:center;flex:0 0 auto;height:100%;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);padding:0 var(--intergalactic-spacing-1x, 4px)}.___SAddon_1vskm_gg_.__disabled_1vskm_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SConfirmIcon_1vskm_gg_{color:var(--intergalactic-icon-secondary-success, #00c192);cursor:pointer}@media (hover:hover){.___SConfirmIcon_1vskm_gg_:hover{color:var(--intergalactic-icon-secondary-success-hover-active, #049B75)}}.___SCancelIcon_1vskm_gg_{color:var(--intergalactic-icon-secondary-neutral, #a9abb6);cursor:pointer}@media (hover:hover){.___SCancelIcon_1vskm_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SInlineInput_1vskm_gg_.__focused_1vskm_gg_{z-index:1}.___SInlineInput_1vskm_gg_.__focused_1vskm_gg_ .___SUnderline_1vskm_gg_{border-bottom-color:var(--intergalactic-border-info-active, #006dca);box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}.___SInlineInput_1vskm_gg_._state_valid_1vskm_gg_ .___SUnderline_1vskm_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65)}.___SInlineInput_1vskm_gg_._state_valid_1vskm_gg_.__focused_1vskm_gg_ .___SUnderline_1vskm_gg_{border-bottom-color:var(--intergalactic-border-success-active, #007c65);box-shadow:var(--intergalactic-keyboard-focus-valid, 0px 0px 0px 3px rgba(0, 159, 129, 0.5))}.___SInlineInput_1vskm_gg_._state_invalid_1vskm_gg_ .___SUnderline_1vskm_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f)}.___SInlineInput_1vskm_gg_._state_invalid_1vskm_gg_.__focused_1vskm_gg_ .___SUnderline_1vskm_gg_{border-bottom-color:var(--intergalactic-border-critical-active, #d1002f);box-shadow:var(--intergalactic-keyboard-focus-invalid, 0px 0px 0px 3px rgba(255, 73, 83, 0.5))}.___SValue_1vskm_gg_:focus~.___SControls_1vskm_gg_{display:flex}.___SControls_1vskm_gg_{display:none;flex-flow:column;justify-content:center;height:100%;box-sizing:border-box}.___SControls_1vskm_gg_.__showControls_1vskm_gg_{display:flex}.___SDown_1vskm_gg_,.___SUp_1vskm_gg_{padding:0;width:16px;color:var(--intergalactic-icon-secondary-neutral, #a9abb6);box-sizing:border-box;display:inline-flex;justify-content:center;border:0;background:0 0;cursor:pointer}.___SDown_1vskm_gg_:focus,.___SUp_1vskm_gg_:focus{outline:0}@media (hover:hover){.___SDown_1vskm_gg_:hover,.___SUp_1vskm_gg_:hover{color:var(--intergalactic-icon-secondary-neutral-hover-active, #878992)}}.___SUp_1vskm_gg_{padding-bottom:1px}.___SDown_1vskm_gg_{padding-top:1px}.___SValue_1vskm_gg_.__disabled_1vskm_gg_~.___SControls_1vskm_gg_{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}.___SValueHidden_1vskm_gg_{position:absolute;top:0;width:1px;height:1px;padding:0;overflow:hidden}.___SInvalidPattern_1vskm_gg_{margin-left:-1px;margin-top:-1px;border-radius:0;height:calc(100% - 3px)}" /*__inner_css_end__*/, "1vskm_gg_") /*__reshadow_css_end__*/, {
31
+ "__SInlineInput": "___SInlineInput_1vskm_gg_",
32
+ "_disabled": "__disabled_1vskm_gg_",
33
+ "__SUnderline": "___SUnderline_1vskm_gg_",
34
+ "__SAddon": "___SAddon_1vskm_gg_",
35
+ "__SConfirmIcon": "___SConfirmIcon_1vskm_gg_",
36
+ "__SCancelIcon": "___SCancelIcon_1vskm_gg_",
37
+ "_focused": "__focused_1vskm_gg_",
38
+ "_state_valid": "_state_valid_1vskm_gg_",
39
+ "_state_invalid": "_state_invalid_1vskm_gg_",
40
+ "__SValue": "___SValue_1vskm_gg_",
41
+ "__SControls": "___SControls_1vskm_gg_",
42
+ "_showControls": "__showControls_1vskm_gg_",
43
+ "__SUp": "___SUp_1vskm_gg_",
44
+ "__SDown": "___SDown_1vskm_gg_",
45
+ "__SValueHidden": "___SValueHidden_1vskm_gg_",
46
+ "__SInvalidPattern": "___SInvalidPattern_1vskm_gg_",
47
+ "_type_number": "_type_number_1vskm_gg_"
46
48
  });
47
49
  var pointInsideOfRect = function pointInsideOfRect(_ref17) {
48
50
  var x = _ref17.x,
@@ -221,7 +223,9 @@ var InlineInputBase = /*#__PURE__*/function (_Component) {
221
223
  ref: this.inputRef,
222
224
  inputHandlerRefs: this.inputHandlersRef,
223
225
  increment: this.increment,
224
- decrement: this.decrement
226
+ decrement: this.decrement,
227
+ onFocus: this.bindHandlerValueFocused(true),
228
+ onBlur: this.bindHandlerValueFocused(false)
225
229
  };
226
230
  }
227
231
  }, {
@@ -241,17 +245,19 @@ var InlineInputBase = /*#__PURE__*/function (_Component) {
241
245
  _ref8;
242
246
  var SInlineInput = _flexBox.Box;
243
247
  var SUnderline = 'div';
248
+ var SInvalidPattern = _InvalidStatePattern["default"];
244
249
  var _this$asProps7 = this.asProps,
245
250
  Children = _this$asProps7.Children,
246
251
  styles = _this$asProps7.styles,
247
- getI18nText = _this$asProps7.getI18nText;
252
+ getI18nText = _this$asProps7.getI18nText,
253
+ state = _this$asProps7.state;
248
254
  var focused = this.state.focused;
249
255
  return _ref8 = (0, _core.sstyled)(styles), /*#__PURE__*/_react["default"].createElement(SInlineInput, _ref8.cn("SInlineInput", (0, _objectSpread2["default"])({}, (0, _core.assignProps)({
250
256
  "ref": this.rootRef,
251
257
  "focused": focused,
252
258
  "onBlur": this.handleBlur,
253
259
  "aria-label": getI18nText('keyboardHint')
254
- }, _ref))), /*#__PURE__*/_react["default"].createElement(SUnderline, _ref8.cn("SUnderline", {}), /*#__PURE__*/_react["default"].createElement(Children, _ref8.cn("Children", {}))));
260
+ }, _ref))), /*#__PURE__*/_react["default"].createElement(SUnderline, _ref8.cn("SUnderline", {}), state === 'invalid' && /*#__PURE__*/_react["default"].createElement(SInvalidPattern, _ref8.cn("SInvalidPattern", {})), /*#__PURE__*/_react["default"].createElement(Children, _ref8.cn("Children", {}))));
255
261
  }
256
262
  }]);
257
263
  return InlineInputBase;