intergalactic 15.102.0 → 15.102.1-prerelease.0

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 (364) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/accordion/lib/cjs/Accordion.js +9 -9
  3. package/accordion/lib/es6/Accordion.js +9 -9
  4. package/accordion/package.json +1 -1
  5. package/animation/lib/cjs/Animation.js +11 -11
  6. package/animation/lib/cjs/Collapse.js +28 -28
  7. package/animation/lib/cjs/FadeInOut.js +28 -28
  8. package/animation/lib/cjs/Scale.js +28 -28
  9. package/animation/lib/cjs/Slide.js +28 -28
  10. package/animation/lib/cjs/Transform.js +28 -28
  11. package/animation/lib/es6/Animation.js +11 -11
  12. package/animation/lib/es6/Collapse.js +28 -28
  13. package/animation/lib/es6/FadeInOut.js +28 -28
  14. package/animation/lib/es6/Scale.js +28 -28
  15. package/animation/lib/es6/Slide.js +28 -28
  16. package/animation/lib/es6/Transform.js +28 -28
  17. package/animation/package.json +1 -1
  18. package/badge/lib/cjs/Badge.js +6 -6
  19. package/badge/lib/es6/Badge.js +6 -6
  20. package/badge/package.json +1 -1
  21. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  22. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  23. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  24. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  25. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  26. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  27. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  28. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  29. package/base-trigger/package.json +1 -1
  30. package/breadcrumbs/lib/cjs/Breadcrumbs.js +8 -8
  31. package/breadcrumbs/lib/es6/Breadcrumbs.js +8 -8
  32. package/breadcrumbs/package.json +1 -1
  33. package/breakpoints/package.json +1 -1
  34. package/button/lib/cjs/Button.js +26 -26
  35. package/button/lib/cjs/style/button.shadow.css +3 -3
  36. package/button/lib/es6/Button.js +26 -26
  37. package/button/lib/es6/style/button.shadow.css +3 -3
  38. package/button/package.json +1 -1
  39. package/card/lib/cjs/Card.js +8 -8
  40. package/card/lib/es6/Card.js +8 -8
  41. package/card/package.json +1 -1
  42. package/carousel/lib/cjs/Carousel.js +21 -21
  43. package/carousel/lib/es6/Carousel.js +21 -21
  44. package/carousel/package.json +1 -1
  45. package/checkbox/lib/cjs/Checkbox.js +18 -18
  46. package/checkbox/lib/es6/Checkbox.js +18 -18
  47. package/checkbox/package.json +1 -1
  48. package/color-picker/lib/cjs/ColorPicker.js +23 -23
  49. package/color-picker/lib/cjs/PaletteManager.js +23 -23
  50. package/color-picker/lib/cjs/components/InputColor.js +23 -23
  51. package/color-picker/lib/es6/ColorPicker.js +23 -23
  52. package/color-picker/lib/es6/PaletteManager.js +23 -23
  53. package/color-picker/lib/es6/components/InputColor.js +23 -23
  54. package/color-picker/package.json +1 -1
  55. package/components.json +73 -73
  56. package/core/package.json +1 -1
  57. package/counter/lib/cjs/Counter.js +11 -11
  58. package/counter/lib/es6/Counter.js +11 -11
  59. package/counter/package.json +1 -1
  60. package/d3-chart/lib/cjs/Area.js +11 -11
  61. package/d3-chart/lib/cjs/Axis.js +14 -14
  62. package/d3-chart/lib/cjs/Bar.js +16 -16
  63. package/d3-chart/lib/cjs/Bubble.js +12 -12
  64. package/d3-chart/lib/cjs/CompactHorizontalBar.js +16 -16
  65. package/d3-chart/lib/cjs/Donut.js +9 -9
  66. package/d3-chart/lib/cjs/Dots.js +8 -8
  67. package/d3-chart/lib/cjs/HorizontalBar.js +16 -16
  68. package/d3-chart/lib/cjs/Hover.js +3 -3
  69. package/d3-chart/lib/cjs/Line.js +9 -9
  70. package/d3-chart/lib/cjs/Plot.js +3 -3
  71. package/d3-chart/lib/cjs/Radar.js +19 -19
  72. package/d3-chart/lib/cjs/RadialTree.js +11 -11
  73. package/d3-chart/lib/cjs/Reference.js +12 -12
  74. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  75. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  76. package/d3-chart/lib/cjs/Venn.js +9 -9
  77. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  78. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  79. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  80. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  81. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  82. package/d3-chart/lib/es6/Area.js +11 -11
  83. package/d3-chart/lib/es6/Axis.js +14 -14
  84. package/d3-chart/lib/es6/Bar.js +16 -16
  85. package/d3-chart/lib/es6/Bubble.js +12 -12
  86. package/d3-chart/lib/es6/CompactHorizontalBar.js +16 -16
  87. package/d3-chart/lib/es6/Donut.js +9 -9
  88. package/d3-chart/lib/es6/Dots.js +8 -8
  89. package/d3-chart/lib/es6/HorizontalBar.js +16 -16
  90. package/d3-chart/lib/es6/Hover.js +3 -3
  91. package/d3-chart/lib/es6/Line.js +9 -9
  92. package/d3-chart/lib/es6/Plot.js +3 -3
  93. package/d3-chart/lib/es6/Radar.js +19 -19
  94. package/d3-chart/lib/es6/RadialTree.js +11 -11
  95. package/d3-chart/lib/es6/Reference.js +12 -12
  96. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  97. package/d3-chart/lib/es6/Tooltip.js +9 -9
  98. package/d3-chart/lib/es6/Venn.js +9 -9
  99. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  100. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  101. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  102. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  103. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  104. package/d3-chart/package.json +1 -1
  105. package/data-table/lib/cjs/Body.js +3 -3
  106. package/data-table/lib/cjs/DataTable.js +37 -37
  107. package/data-table/lib/es6/Body.js +3 -3
  108. package/data-table/lib/es6/DataTable.js +37 -37
  109. package/data-table/package.json +1 -1
  110. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  111. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  112. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  113. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  114. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  115. package/date-picker/lib/es6/components/Calendar.js +21 -21
  116. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  117. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  118. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  119. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  120. package/date-picker/package.json +1 -1
  121. package/divider/lib/cjs/Divider.js +10 -10
  122. package/divider/lib/es6/Divider.js +10 -10
  123. package/divider/package.json +1 -1
  124. package/dot/lib/cjs/Dot.js +10 -10
  125. package/dot/lib/es6/Dot.js +10 -10
  126. package/dot/package.json +1 -1
  127. package/drag-and-drop/lib/cjs/DragAndDrop.js +16 -16
  128. package/drag-and-drop/lib/es6/DragAndDrop.js +16 -16
  129. package/drag-and-drop/package.json +1 -1
  130. package/dropdown/lib/cjs/Dropdown.js +2 -2
  131. package/dropdown/lib/es6/Dropdown.js +2 -2
  132. package/dropdown/package.json +1 -1
  133. package/dropdown-menu/lib/cjs/DropdownMenu.js +21 -21
  134. package/dropdown-menu/lib/es6/DropdownMenu.js +21 -21
  135. package/dropdown-menu/package.json +1 -1
  136. package/ellipsis/lib/cjs/Ellipsis.js +10 -10
  137. package/ellipsis/lib/es6/Ellipsis.js +10 -10
  138. package/ellipsis/package.json +1 -1
  139. package/errors/lib/cjs/Error.js +9 -9
  140. package/errors/lib/es6/Error.js +9 -9
  141. package/errors/package.json +1 -1
  142. package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
  143. package/feature-popover/lib/es6/FeaturePopover.js +10 -10
  144. package/feature-popover/package.json +1 -1
  145. package/feedback-form/lib/cjs/FeedbackForm.js +7 -7
  146. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
  147. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +2 -2
  148. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +6 -6
  149. package/feedback-form/lib/es6/FeedbackForm.js +7 -7
  150. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
  151. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +2 -2
  152. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +6 -6
  153. package/feedback-form/package.json +1 -1
  154. package/flags/lib/cjs/Flags.js +3 -3
  155. package/flags/lib/es6/Flags.js +3 -3
  156. package/flags/lib/sprites/sprite@1x.css +256 -256
  157. package/flags/lib/sprites/sprite@2x.css +257 -257
  158. package/flags/package.json +1 -1
  159. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  160. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  161. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
  162. package/flex-box/lib/es6/Box/useBox.js +3 -3
  163. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  164. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
  165. package/flex-box/package.json +1 -1
  166. package/format-text/lib/cjs/FormatText.js +5 -5
  167. package/format-text/lib/es6/FormatText.js +5 -5
  168. package/format-text/package.json +1 -1
  169. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  170. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  171. package/fullscreen-modal/package.json +1 -1
  172. package/grid/lib/cjs/Grid.js +114 -114
  173. package/grid/lib/es6/Grid.js +114 -114
  174. package/grid/package.json +1 -1
  175. package/i18n-unplugin/package.json +1 -1
  176. package/icon/color/Confluence/l/index.js +4 -4
  177. package/icon/color/Confluence/l/index.mjs +4 -4
  178. package/icon/color/Confluence/m/index.js +4 -4
  179. package/icon/color/Confluence/m/index.mjs +4 -4
  180. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  181. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  182. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  183. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  184. package/icon/lib/cjs/Icon.js +5 -5
  185. package/icon/lib/es6/Icon.js +5 -5
  186. package/icon/package.json +1 -1
  187. package/icon/pay/Discover/l/index.js +1 -1
  188. package/icon/pay/Discover/l/index.mjs +1 -1
  189. package/icon/pay/Discover/m/index.js +1 -1
  190. package/icon/pay/Discover/m/index.mjs +1 -1
  191. package/icon/pay/JCB/l/index.js +10 -10
  192. package/icon/pay/JCB/l/index.mjs +10 -10
  193. package/icon/pay/JCB/m/index.js +10 -10
  194. package/icon/pay/JCB/m/index.mjs +10 -10
  195. package/icon/pay/Visa/l/index.js +2 -2
  196. package/icon/pay/Visa/l/index.mjs +2 -2
  197. package/icon/pay/Visa/m/index.js +2 -2
  198. package/icon/pay/Visa/m/index.mjs +2 -2
  199. package/illustration/lib/cjs/index.js +1 -1
  200. package/illustration/lib/es6/index.js +1 -1
  201. package/illustration/package.json +1 -1
  202. package/inline-edit/lib/cjs/InlineEdit.js +4 -4
  203. package/inline-edit/lib/es6/InlineEdit.js +4 -4
  204. package/inline-edit/package.json +1 -1
  205. package/inline-input/lib/cjs/InlineInput.js +14 -14
  206. package/inline-input/lib/es6/InlineInput.js +14 -14
  207. package/inline-input/package.json +1 -1
  208. package/input/lib/cjs/Input.js +17 -17
  209. package/input/lib/es6/Input.js +17 -17
  210. package/input/package.json +1 -1
  211. package/input-mask/lib/cjs/InputMask.js +6 -6
  212. package/input-mask/lib/es6/InputMask.js +6 -6
  213. package/input-mask/package.json +1 -1
  214. package/input-number/lib/cjs/InputNumber.js +9 -9
  215. package/input-number/lib/es6/InputNumber.js +9 -9
  216. package/input-number/package.json +1 -1
  217. package/input-tags/lib/cjs/InputTags.js +12 -12
  218. package/input-tags/lib/es6/InputTags.js +12 -12
  219. package/input-tags/package.json +1 -1
  220. package/link/lib/cjs/Link.js +12 -12
  221. package/link/lib/es6/Link.js +12 -12
  222. package/link/package.json +1 -1
  223. package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
  224. package/mini-chart/lib/cjs/component/score/Line.js +17 -17
  225. package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
  226. package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
  227. package/mini-chart/lib/es6/component/score/Donut.js +9 -9
  228. package/mini-chart/lib/es6/component/score/Line.js +17 -17
  229. package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
  230. package/mini-chart/lib/es6/component/trend/Line.js +7 -7
  231. package/mini-chart/package.json +1 -1
  232. package/modal/lib/cjs/Modal.js +9 -9
  233. package/modal/lib/es6/Modal.js +9 -9
  234. package/modal/package.json +1 -1
  235. package/neighbor-location/package.json +1 -1
  236. package/notice/lib/cjs/Notice.js +14 -14
  237. package/notice/lib/es6/Notice.js +14 -14
  238. package/notice/package.json +1 -1
  239. package/notice-bubble/lib/cjs/NoticeBubble.js +16 -16
  240. package/notice-bubble/lib/cjs/NoticeBubble.js.map +1 -1
  241. package/notice-bubble/lib/es6/NoticeBubble.js +16 -16
  242. package/notice-bubble/lib/es6/NoticeBubble.js.map +1 -1
  243. package/notice-bubble/package.json +1 -1
  244. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  245. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  246. package/notice-global/package.json +1 -1
  247. package/outside-click/package.json +1 -1
  248. package/package.json +1 -1
  249. package/pagination/lib/cjs/Pagination.js +10 -10
  250. package/pagination/lib/es6/Pagination.js +10 -10
  251. package/pagination/package.json +1 -1
  252. package/pills/lib/cjs/Pills.js +13 -13
  253. package/pills/lib/es6/Pills.js +13 -13
  254. package/pills/package.json +1 -1
  255. package/popper/lib/cjs/Popper.js +6 -6
  256. package/popper/lib/es6/Popper.js +6 -6
  257. package/popper/package.json +1 -1
  258. package/portal/package.json +1 -1
  259. package/product-head/lib/cjs/Info.js +4 -4
  260. package/product-head/lib/cjs/ProductHead.js +5 -5
  261. package/product-head/lib/cjs/Title.js +4 -4
  262. package/product-head/lib/es6/Info.js +4 -4
  263. package/product-head/lib/es6/ProductHead.js +5 -5
  264. package/product-head/lib/es6/Title.js +4 -4
  265. package/product-head/package.json +1 -1
  266. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  267. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  268. package/progress-bar/package.json +1 -1
  269. package/radio/lib/cjs/Radio.js +16 -16
  270. package/radio/lib/es6/Radio.js +16 -16
  271. package/radio/package.json +1 -1
  272. package/scroll-area/lib/cjs/ScrollArea.js +21 -21
  273. package/scroll-area/lib/cjs/ScrollBar.js +6 -6
  274. package/scroll-area/lib/es6/ScrollArea.js +21 -21
  275. package/scroll-area/lib/es6/ScrollBar.js +6 -6
  276. package/scroll-area/package.json +1 -1
  277. package/select/lib/cjs/InputSearch.js +6 -6
  278. package/select/lib/cjs/Select.js +8 -8
  279. package/select/lib/es6/InputSearch.js +6 -6
  280. package/select/lib/es6/Select.js +8 -8
  281. package/select/package.json +1 -1
  282. package/side-panel/lib/cjs/SidePanel.js +20 -20
  283. package/side-panel/lib/es6/SidePanel.js +20 -20
  284. package/side-panel/package.json +1 -1
  285. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  286. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  287. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  288. package/skeleton/lib/cjs/Charts/CompactHorizontalBar.js +9 -9
  289. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  290. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  291. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  292. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  293. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  294. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  295. package/skeleton/lib/cjs/Skeleton.js +8 -8
  296. package/skeleton/lib/es6/Charts/Area.js +9 -9
  297. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  298. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  299. package/skeleton/lib/es6/Charts/CompactHorizontalBar.js +9 -9
  300. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  301. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  302. package/skeleton/lib/es6/Charts/Line.js +9 -9
  303. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  304. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  305. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  306. package/skeleton/lib/es6/Skeleton.js +8 -8
  307. package/skeleton/package.json +1 -1
  308. package/slider/lib/cjs/Slider.js +8 -8
  309. package/slider/lib/es6/Slider.js +8 -8
  310. package/slider/package.json +1 -1
  311. package/spin/lib/cjs/Spin.js +13 -13
  312. package/spin/lib/es6/Spin.js +13 -13
  313. package/spin/package.json +1 -1
  314. package/spin-container/lib/cjs/SpinContainer.js +8 -8
  315. package/spin-container/lib/es6/SpinContainer.js +8 -8
  316. package/spin-container/package.json +1 -1
  317. package/sticky/lib/cjs/Sticky.js +2 -2
  318. package/sticky/lib/es6/Sticky.js +2 -2
  319. package/sticky/package.json +1 -1
  320. package/switch/lib/cjs/Switch.js +21 -21
  321. package/switch/lib/es6/Switch.js +21 -21
  322. package/switch/package.json +1 -1
  323. package/tab-line/lib/cjs/TabLine.js +13 -13
  324. package/tab-line/lib/es6/TabLine.js +13 -13
  325. package/tab-line/package.json +1 -1
  326. package/tab-panel/lib/cjs/TabPanel.js +8 -8
  327. package/tab-panel/lib/es6/TabPanel.js +8 -8
  328. package/tab-panel/package.json +1 -1
  329. package/tag/lib/cjs/Tag.js +23 -23
  330. package/tag/lib/es6/Tag.js +23 -23
  331. package/tag/package.json +1 -1
  332. package/textarea/lib/cjs/Textarea.js +8 -8
  333. package/textarea/lib/es6/Textarea.js +8 -8
  334. package/textarea/package.json +1 -1
  335. package/time-picker/lib/cjs/TimePicker.js +12 -12
  336. package/time-picker/lib/es6/TimePicker.js +12 -12
  337. package/time-picker/package.json +1 -1
  338. package/tooltip/lib/cjs/Tooltip.js +9 -9
  339. package/tooltip/lib/es6/Tooltip.js +9 -9
  340. package/tooltip/package.json +1 -1
  341. package/typography/lib/cjs/Blockquote.js +4 -4
  342. package/typography/lib/cjs/Hint.js +7 -7
  343. package/typography/lib/cjs/List.js +5 -5
  344. package/typography/lib/cjs/Text.js +34 -34
  345. package/typography/lib/es6/Blockquote.js +4 -4
  346. package/typography/lib/es6/Hint.js +7 -7
  347. package/typography/lib/es6/List.js +5 -5
  348. package/typography/lib/es6/Text.js +34 -34
  349. package/typography/package.json +1 -1
  350. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  351. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
  352. package/utils/lib/injectStyle.js +1 -1
  353. package/utils/lib/injectStyle.mjs +1 -1
  354. package/utils/lib/zIndexStacking.d.ts +1 -1
  355. package/utils/lib/zIndexStacking.js +2 -2
  356. package/utils/lib/zIndexStacking.js.map +1 -1
  357. package/utils/lib/zIndexStacking.mjs +2 -2
  358. package/utils/lib/zIndexStacking.mjs.map +1 -1
  359. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  360. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  361. package/widget-empty/package.json +1 -1
  362. package/wizard/lib/cjs/Wizard.js +11 -11
  363. package/wizard/lib/es6/Wizard.js +11 -11
  364. package/wizard/package.json +1 -1
@@ -23,13 +23,13 @@ import { Box } from 'intergalactic/flex-box';
23
23
  import { FeedbackItem } from './component/feedback-item/FeedbackItem';
24
24
  import { SubmitButton } from './component/submit-button/SubmitButton';
25
25
  /*__reshadow-styles__:"./style/feedback-form.shadow.css"*/
26
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackForm_1ehaw_gg_{max-width:320px}.___SCancel_1ehaw_gg_,.___SSubmit_1ehaw_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_1ehaw_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-4x, 16px);border-width:1px 0 0;border-top-style:solid;border-radius:0 0 var(--intergalactic-surface-rounded, 6px) var(--intergalactic-surface-rounded, 6px)}.___SSuccess_1ehaw_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box}.___SEmail_1ehaw_gg_{margin-bottom:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px));width:80px;height:80px;background-image:url(\"data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345E0A8'/%3E%3Cpath d='M29 45.2852L29.2 45.6352C35.39 42.1852 53.39 31.9652 56.73 35.1052C55.6 32.0052 39.7 35.4352 29 45.2852Z' fill='white'/%3E%3Cpath d='M28.44 31.6343C26.63 37.6343 19.23 56.1043 15 61.9443L18 62.8543L19.58 61.5343C23.8 51.9843 29.58 35.5343 29.89 30.0743C29.39 29.8143 28.93 30.2143 28.44 31.6343Z' fill='white'/%3E%3Cpath d='M15 62.0078C19.23 56.1678 26.63 37.7378 28.44 31.6678C30.25 25.5978 33.49 37.6678 31.67 42.7878' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28 45.9424C38.68 35.5824 55.27 31.9424 56.43 35.1024C57.12 36.9924 43 41.3624 38.02 47.4224' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.45 21.93C41.21 20.77 35.86 19.04 33 18.24C37.12 16.41 70 4.24 72.67 3C71.75 7.11 67.75 21.28 65.96 27.93C61.13 26.25 56.23 24.78 53.03 23.74C51.0298 26.3907 49.2219 29.1812 47.62 32.09C46.44 28.23 45.29 23.77 44.45 21.93Z' fill='white' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45 22.08L61.74 11' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M53 23.73L72.64 3' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48 32.58L55.86 25' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.23 30.77L51.69 25.13L52.66 24L54.73 24.61L55.16 24.48L51.8 27.91L49.33 30.18L48 31.29L48.23 30.77Z' fill='black'/%3E%3Cpath d='M33.81 22L23 27.12' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.89 23L34 27.37' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M62.04 29L58 38.85' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M46.68 41C50.29 43.42 44.81 49.52 43 51.12' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M47.17 44C51.31 46.09 48.33 51.76 46 54.6' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.86 49C54.37 53.48 36.31 72.72 35 73.78' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='mask0_11950_117175' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='6' width='73' height='73'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345DFA7'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_11950_117175)'%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' fill='black'/%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A\")}" /*__inner_css_end__*/, "1ehaw_gg_") /*__reshadow_css_end__*/, {
27
- "__SFeedbackForm": "___SFeedbackForm_1ehaw_gg_",
28
- "__SSubmit": "___SSubmit_1ehaw_gg_",
29
- "__SCancel": "___SCancel_1ehaw_gg_",
30
- "__SNotice": "___SNotice_1ehaw_gg_",
31
- "__SSuccess": "___SSuccess_1ehaw_gg_",
32
- "__SEmail": "___SEmail_1ehaw_gg_"
26
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackForm_1cqpa_gg_{max-width:320px}.___SCancel_1cqpa_gg_,.___SSubmit_1cqpa_gg_{display:inline-flex;margin-right:var(--intergalactic-spacing-2x, 8px)}.___SNotice_1cqpa_gg_{padding:var(--intergalactic-spacing-3x, 12px) var(--intergalactic-spacing-4x, 16px);border-width:1px 0 0;border-top-style:solid;border-radius:0 0 var(--intergalactic-surface-rounded, 6px) var(--intergalactic-surface-rounded, 6px)}.___SSuccess_1cqpa_gg_{display:flex;align-items:center;flex-direction:column;width:320px;padding:var(--intergalactic-spacing-10x, 40px);box-sizing:border-box}.___SEmail_1cqpa_gg_{margin-bottom:calc(var(--intergalactic-spacing-4x, 16px) + var(--intergalactic-spacing-05x, 2px));width:80px;height:80px;background-image:url(\"data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345E0A8'/%3E%3Cpath d='M29 45.2852L29.2 45.6352C35.39 42.1852 53.39 31.9652 56.73 35.1052C55.6 32.0052 39.7 35.4352 29 45.2852Z' fill='white'/%3E%3Cpath d='M28.44 31.6343C26.63 37.6343 19.23 56.1043 15 61.9443L18 62.8543L19.58 61.5343C23.8 51.9843 29.58 35.5343 29.89 30.0743C29.39 29.8143 28.93 30.2143 28.44 31.6343Z' fill='white'/%3E%3Cpath d='M15 62.0078C19.23 56.1678 26.63 37.7378 28.44 31.6678C30.25 25.5978 33.49 37.6678 31.67 42.7878' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28 45.9424C38.68 35.5824 55.27 31.9424 56.43 35.1024C57.12 36.9924 43 41.3624 38.02 47.4224' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.45 21.93C41.21 20.77 35.86 19.04 33 18.24C37.12 16.41 70 4.24 72.67 3C71.75 7.11 67.75 21.28 65.96 27.93C61.13 26.25 56.23 24.78 53.03 23.74C51.0298 26.3907 49.2219 29.1812 47.62 32.09C46.44 28.23 45.29 23.77 44.45 21.93Z' fill='white' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45 22.08L61.74 11' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M53 23.73L72.64 3' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48 32.58L55.86 25' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.23 30.77L51.69 25.13L52.66 24L54.73 24.61L55.16 24.48L51.8 27.91L49.33 30.18L48 31.29L48.23 30.77Z' fill='black'/%3E%3Cpath d='M33.81 22L23 27.12' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.89 23L34 27.37' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M62.04 29L58 38.85' stroke='white' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M46.68 41C50.29 43.42 44.81 49.52 43 51.12' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M47.17 44C51.31 46.09 48.33 51.76 46 54.6' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M48.86 49C54.37 53.48 36.31 72.72 35 73.78' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cmask id='mask0_11950_117175' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='4' y='6' width='73' height='73'%3E%3Cpath d='M28.1632 6.00003C27.9554 5.99875 27.7493 6.03875 27.5571 6.11772C27.3648 6.19668 27.1902 6.31304 27.0432 6.46003L14.1332 19.38C7.645 25.8687 4 34.669 4 43.845C4 53.0211 7.645 61.8213 14.1332 68.31C17.3463 71.5242 21.1611 74.0738 25.3597 75.8134C29.5583 77.5529 34.0585 78.4482 38.6032 78.4482C43.1479 78.4482 47.6481 77.5529 51.8467 75.8134C56.0454 74.0738 59.8602 71.5242 63.0732 68.31L75.9832 55.4C76.1316 55.2536 76.2495 55.0792 76.3301 54.887C76.4108 54.6948 76.4526 54.4885 76.4532 54.28V6.89003C76.4506 6.65307 76.3546 6.42671 76.1861 6.26009C76.0176 6.09346 75.7902 6.00002 75.5532 6.00003H28.1632Z' fill='%2345DFA7'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_11950_117175)'%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' fill='black'/%3E%3Cpath d='M5 74.6871C7.49 72.3471 13.24 63.6871 14.52 61.2471C28.18 59.1271 34.71 71.2471 34.98 74.7671C32.7234 79.651 30.1305 84.3723 27.22 88.8971' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A\")}" /*__inner_css_end__*/, "1cqpa_gg_") /*__reshadow_css_end__*/, {
27
+ "__SFeedbackForm": "___SFeedbackForm_1cqpa_gg_",
28
+ "__SSubmit": "___SSubmit_1cqpa_gg_",
29
+ "__SCancel": "___SCancel_1cqpa_gg_",
30
+ "__SNotice": "___SNotice_1cqpa_gg_",
31
+ "__SSuccess": "___SSuccess_1cqpa_gg_",
32
+ "__SEmail": "___SEmail_1cqpa_gg_"
33
33
  });
34
34
  var FeedbackForm = /*#__PURE__*/function (_Component) {
35
35
  _inherits(FeedbackForm, _Component);
@@ -12,9 +12,9 @@ import React from 'react';
12
12
  import createComponent, { Component, Root, sstyled } from 'intergalactic/core';
13
13
  import { Box } from 'intergalactic/flex-box';
14
14
  /*__reshadow-styles__:"../../style/checkbox-button.shadow.css"*/
15
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SCheckboxButton_1aayx_gg_{margin-top:var(--intergalactic-spacing-2x, 8px);border:1px solid var(--intergalactic-border-primary, #c4c7cf);border-radius:var(--intergalactic-rounded-medium, 6px)}.___SCheckboxButton_1aayx_gg_ label{width:100%;padding:var(--intergalactic-spacing-3x, 12px);box-sizing:border-box}.___SCheckboxButton_1aayx_gg_.__checked_1aayx_gg_{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}@media (hover:hover){.___SCheckboxButton_1aayx_gg_:hover{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}.___SCheckboxButton_1aayx_gg_.__checked_1aayx_gg_:hover{background-color:rgba(0,143,248,.2)}}" /*__inner_css_end__*/, "1aayx_gg_") /*__reshadow_css_end__*/, {
16
- "__SCheckboxButton": "___SCheckboxButton_1aayx_gg_",
17
- "_checked": "__checked_1aayx_gg_"
15
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SCheckboxButton_1ubku_gg_{margin-top:var(--intergalactic-spacing-2x, 8px);border:1px solid var(--intergalactic-border-primary, #c4c7cf);border-radius:var(--intergalactic-rounded-medium, 6px)}.___SCheckboxButton_1ubku_gg_ label{width:100%;padding:var(--intergalactic-spacing-3x, 12px);box-sizing:border-box}.___SCheckboxButton_1ubku_gg_.__checked_1ubku_gg_{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}@media (hover:hover){.___SCheckboxButton_1ubku_gg_:hover{cursor:pointer;border-color:var(--intergalactic-border-info-active, #006dca);background-color:rgba(0,143,248,.1)}.___SCheckboxButton_1ubku_gg_.__checked_1ubku_gg_:hover{background-color:rgba(0,143,248,.2)}}" /*__inner_css_end__*/, "1ubku_gg_") /*__reshadow_css_end__*/, {
16
+ "__SCheckboxButton": "___SCheckboxButton_1ubku_gg_",
17
+ "_checked": "__checked_1ubku_gg_"
18
18
  });
19
19
  import Checkbox from 'intergalactic/checkbox';
20
20
  var CheckboxButtonRoot = /*#__PURE__*/function (_Component) {
@@ -37,8 +37,8 @@ import Input from 'intergalactic/input';
37
37
  import { localizedMessages } from '../../translations/__intergalactic-dynamic-locales';
38
38
  import { NoticeBubbleContainer, NoticeBubbleManager } from 'intergalactic/notice-bubble';
39
39
  /*__reshadow-styles__:"../../style/feedback-rating.shadow.css"*/
40
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackRating_1lfx2_gg_ ul{margin:0;padding:0;list-style:none}.___SFeedbackRating_1lfx2_gg_ li{list-style:none}" /*__inner_css_end__*/, "1lfx2_gg_") /*__reshadow_css_end__*/, {
41
- "__SFeedbackRating": "___SFeedbackRating_1lfx2_gg_"
40
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFeedbackRating_1yreg_gg_ ul{margin:0;padding:0;list-style:none}.___SFeedbackRating_1yreg_gg_ li{list-style:none}" /*__inner_css_end__*/, "1yreg_gg_") /*__reshadow_css_end__*/, {
41
+ "__SFeedbackRating": "___SFeedbackRating_1yreg_gg_"
42
42
  });
43
43
  var FeedbackRatingRoot = /*#__PURE__*/function (_Component) {
44
44
  _inherits(FeedbackRatingRoot, _Component);
@@ -12,12 +12,12 @@ import React from 'react';
12
12
  import createComponent, { Component, Root, sstyled } from 'intergalactic/core';
13
13
  import { Flex, Box } from 'intergalactic/flex-box';
14
14
  /*__reshadow-styles__:"../../style/slider-rating.shadow.css"*/
15
- var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SSliderRating_1i5ba_gg_ .___SStar_1i5ba_gg_{transition:all calc(var(--intergalactic-duration-control, 200)*1ms) ease-out}@media (hover:hover){.___SSliderRating_1i5ba_gg_ .___SStar_1i5ba_gg_:hover{cursor:pointer;transform:scale(1.3)}}.___SSliderRating_1i5ba_gg_.__keyboardFocused_1i5ba_gg_{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}@media (hover:hover){.___SSliderRating_1i5ba_gg_.__readonly_1i5ba_gg_ .___SStar_1i5ba_gg_:hover{cursor:default;transform:none;transition:none}}.___SStar_1i5ba_gg_.__filled_1i5ba_gg_:active{animation:wobble .8s ease-in-out}.___SStar_1i5ba_gg_ path{fill:transparent;stroke:var(--intergalactic-slider-rating-normal, #a9abb6);stroke-width:2}.___SStar_1i5ba_gg_.__filled_1i5ba_gg_ path{stroke-width:0;fill:var(--intergalactic-slider-rating-hover-active, #fdc23c)}" /*__inner_css_end__*/, "1i5ba_gg_") /*__reshadow_css_end__*/, {
16
- "__SSliderRating": "___SSliderRating_1i5ba_gg_",
17
- "__SStar": "___SStar_1i5ba_gg_",
18
- "_keyboardFocused": "__keyboardFocused_1i5ba_gg_",
19
- "_readonly": "__readonly_1i5ba_gg_",
20
- "_filled": "__filled_1i5ba_gg_"
15
+ var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SSliderRating_1a812_gg_ .___SStar_1a812_gg_{transition:all calc(var(--intergalactic-duration-control, 200)*1ms) ease-out}@media (hover:hover){.___SSliderRating_1a812_gg_ .___SStar_1a812_gg_:hover{cursor:pointer;transform:scale(1.3)}}.___SSliderRating_1a812_gg_.__keyboardFocused_1a812_gg_{outline:0;box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5))}@media (hover:hover){.___SSliderRating_1a812_gg_.__readonly_1a812_gg_ .___SStar_1a812_gg_:hover{cursor:default;transform:none;transition:none}}.___SStar_1a812_gg_.__filled_1a812_gg_:active{animation:wobble .8s ease-in-out}.___SStar_1a812_gg_ path{fill:transparent;stroke:var(--intergalactic-slider-rating-normal, #a9abb6);stroke-width:2}.___SStar_1a812_gg_.__filled_1a812_gg_ path{stroke-width:0;fill:var(--intergalactic-slider-rating-hover-active, #fdc23c)}" /*__inner_css_end__*/, "1a812_gg_") /*__reshadow_css_end__*/, {
16
+ "__SSliderRating": "___SSliderRating_1a812_gg_",
17
+ "__SStar": "___SStar_1a812_gg_",
18
+ "_keyboardFocused": "__keyboardFocused_1a812_gg_",
19
+ "_readonly": "__readonly_1a812_gg_",
20
+ "_filled": "__filled_1a812_gg_"
21
21
  });
22
22
  import keyboardFocusEnhance from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
23
23
  var MIN = 1;
@@ -1 +1 @@
1
- {"name":"intergalactic/feedback-form","description":"Semrush Feedback Form Component","version":"6.33.0","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"build":"pnpm semcore-builder --source=js,ts"},"dependencies":{"@semcore/checkbox":"7.34.0","@semcore/notice-bubble":"5.40.0","@semcore/typography":"5.40.0","@semcore/link":"5.36.0","@semcore/modal":"4.42.0","@semcore/illustration":"2.31.0","@semcore/icon":"4.43.0","@semcore/textarea":"5.30.0","@semcore/input":"4.32.0","final-form":"4.20.7","@semcore/button":"5.34.0","@semcore/flex-box":"5.31.0","@semcore/notice":"5.38.0","@semcore/spin-container":"7.32.0","@semcore/tooltip":"6.40.0","@semcore/utils":"4.32.0","final-form-focus":"1.1.2","react-final-form":"6.5.9"},"peerDependencies":{"@semcore/core":"^2.17.5","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/feedback-form"},"devDependencies":{"@types/react":"18.0.21","@types/final-form-focus":"1.1.7","@semcore/testing-utils":"1.0.0"},"overrides":{"final-form":{"@babel/runtime":"7.17.9"},"react-final-form":{"@babel/runtime":"7.17.9"}}}
1
+ {"name":"intergalactic/feedback-form","description":"Semrush Feedback Form Component","version":"6.33.1-prerelease.0","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"build":"pnpm semcore-builder --source=js,ts"},"dependencies":{"@semcore/checkbox":"7.34.1-prerelease.0","@semcore/notice-bubble":"5.40.1-prerelease.0","@semcore/typography":"5.40.1-prerelease.0","@semcore/link":"5.36.1-prerelease.0","@semcore/modal":"4.42.1-prerelease.0","@semcore/illustration":"2.31.1-prerelease.0","@semcore/icon":"4.43.1-prerelease.0","@semcore/textarea":"5.30.1-prerelease.0","@semcore/input":"4.32.1-prerelease.0","final-form":"4.20.7","@semcore/button":"5.34.1-prerelease.0","@semcore/flex-box":"5.31.1-prerelease.0","@semcore/notice":"5.38.1-prerelease.0","@semcore/spin-container":"7.32.1-prerelease.0","@semcore/tooltip":"6.40.1-prerelease.0","@semcore/utils":"4.32.1-prerelease.0","final-form-focus":"1.1.2","react-final-form":"6.5.9"},"peerDependencies":{"@semcore/core":"^2.29.1-prerelease.0","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/feedback-form"},"devDependencies":{"@types/react":"18.0.21","@types/final-form-focus":"1.1.7","@semcore/testing-utils":"1.0.0"},"overrides":{"final-form":{"@babel/runtime":"7.17.9"},"react-final-form":{"@babel/runtime":"7.17.9"}}}
@@ -19,8 +19,8 @@ var _isRetina = _interopRequireDefault(require("intergalactic/utils/lib/isRetina
19
19
  var _countries = _interopRequireDefault(require("./countries.json"));
20
20
  var _excluded = ["className"];
21
21
  /*__reshadow-styles__:"./style/flags.shadow.css"*/
22
- var styles = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SFlags_b9437_gg_{position:relative;display:inline-block;width:16px;height:16px}.___SFlags_b9437_gg_::after{content:\"\";position:absolute;top:3px;left:1px;display:block;width:14px;height:11px;background-color:var(--intergalactic-bg-secondary-neutral-active, #c4c7cf);z-index:-1}.___SFlags_b9437_gg_[data-capital-letters]{display:inline-flex;justify-content:center;align-items:center;background:var(--intergalactic-bg-primary-neutral-active, #e0e1e9)}.___SFlags_b9437_gg_[data-capital-letters]::before{content:attr(data-capital-letters);font-family:sans-serif;font-size:calc(var(--intergalactic-fs-50, 10px) - 2px);line-height:normal;font-weight:var(--intergalactic-bold, 700);color:var(--intergalactic-text-secondary, #6c6e79)}" /*__inner_css_end__*/, "b9437_gg_") /*__reshadow_css_end__*/, {
23
- "__SFlags": "___SFlags_b9437_gg_"
22
+ var styles = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SFlags_4jgwi_gg_{position:relative;display:inline-block;width:16px;height:16px}.___SFlags_4jgwi_gg_::after{content:\"\";position:absolute;top:3px;left:1px;display:block;width:14px;height:11px;background-color:var(--intergalactic-bg-secondary-neutral-active, #c4c7cf);z-index:-1}.___SFlags_4jgwi_gg_[data-capital-letters]{display:inline-flex;justify-content:center;align-items:center;background:var(--intergalactic-bg-primary-neutral-active, #e0e1e9)}.___SFlags_4jgwi_gg_[data-capital-letters]::before{content:attr(data-capital-letters);font-family:sans-serif;font-size:calc(var(--intergalactic-fs-50, 10px) - 2px);line-height:normal;font-weight:var(--intergalactic-bold, 700);color:var(--intergalactic-text-secondary, #6c6e79)}" /*__inner_css_end__*/, "4jgwi_gg_") /*__reshadow_css_end__*/, {
23
+ "__SFlags": "___SFlags_4jgwi_gg_"
24
24
  });
25
25
  var iso2Name = _countries["default"].iso2Name;
26
26
  exports.iso2Name = iso2Name;
@@ -28,7 +28,7 @@ var iso3iso2 = _countries["default"].iso3iso2;
28
28
 
29
29
  // @ts-ignore
30
30
  exports.iso3iso2 = iso3iso2;
31
- var version = "4.30.0";
31
+ var version = "4.30.1";
32
32
  var versionForClassName = version.split('.').join('_');
33
33
  var normalizeName = function normalizeName(name) {
34
34
  if (!name) return name;
@@ -12,14 +12,14 @@ import canUseDOM from 'intergalactic/utils/lib/canUseDOM';
12
12
  import isRetina from 'intergalactic/utils/lib/isRetina';
13
13
  import countries from './countries.json';
14
14
  /*__reshadow-styles__:"./style/flags.shadow.css"*/
15
- var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFlags_b9437_gg_{position:relative;display:inline-block;width:16px;height:16px}.___SFlags_b9437_gg_::after{content:\"\";position:absolute;top:3px;left:1px;display:block;width:14px;height:11px;background-color:var(--intergalactic-bg-secondary-neutral-active, #c4c7cf);z-index:-1}.___SFlags_b9437_gg_[data-capital-letters]{display:inline-flex;justify-content:center;align-items:center;background:var(--intergalactic-bg-primary-neutral-active, #e0e1e9)}.___SFlags_b9437_gg_[data-capital-letters]::before{content:attr(data-capital-letters);font-family:sans-serif;font-size:calc(var(--intergalactic-fs-50, 10px) - 2px);line-height:normal;font-weight:var(--intergalactic-bold, 700);color:var(--intergalactic-text-secondary, #6c6e79)}" /*__inner_css_end__*/, "b9437_gg_") /*__reshadow_css_end__*/, {
16
- "__SFlags": "___SFlags_b9437_gg_"
15
+ var styles = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SFlags_4jgwi_gg_{position:relative;display:inline-block;width:16px;height:16px}.___SFlags_4jgwi_gg_::after{content:\"\";position:absolute;top:3px;left:1px;display:block;width:14px;height:11px;background-color:var(--intergalactic-bg-secondary-neutral-active, #c4c7cf);z-index:-1}.___SFlags_4jgwi_gg_[data-capital-letters]{display:inline-flex;justify-content:center;align-items:center;background:var(--intergalactic-bg-primary-neutral-active, #e0e1e9)}.___SFlags_4jgwi_gg_[data-capital-letters]::before{content:attr(data-capital-letters);font-family:sans-serif;font-size:calc(var(--intergalactic-fs-50, 10px) - 2px);line-height:normal;font-weight:var(--intergalactic-bold, 700);color:var(--intergalactic-text-secondary, #6c6e79)}" /*__inner_css_end__*/, "4jgwi_gg_") /*__reshadow_css_end__*/, {
16
+ "__SFlags": "___SFlags_4jgwi_gg_"
17
17
  });
18
18
  export var iso2Name = countries.iso2Name;
19
19
  export var iso3iso2 = countries.iso3iso2;
20
20
 
21
21
  // @ts-ignore
22
- var version = "4.30.0";
22
+ var version = "4.30.1";
23
23
  var versionForClassName = version.split('.').join('_');
24
24
  var normalizeName = function normalizeName(name) {
25
25
  if (!name) return name;