intergalactic 15.87.0 → 15.89.0-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 (452) hide show
  1. package/CHANGELOG.md +25 -7
  2. package/accordion/lib/cjs/Accordion.js +7 -7
  3. package/accordion/lib/es6/Accordion.js +7 -7
  4. package/animation/lib/cjs/Animation.js +11 -11
  5. package/animation/lib/cjs/Collapse.js +28 -28
  6. package/animation/lib/cjs/FadeInOut.js +28 -28
  7. package/animation/lib/cjs/Scale.js +28 -28
  8. package/animation/lib/cjs/Slide.js +28 -28
  9. package/animation/lib/cjs/Transform.js +28 -28
  10. package/animation/lib/es6/Animation.js +11 -11
  11. package/animation/lib/es6/Collapse.js +28 -28
  12. package/animation/lib/es6/FadeInOut.js +28 -28
  13. package/animation/lib/es6/Scale.js +28 -28
  14. package/animation/lib/es6/Slide.js +28 -28
  15. package/animation/lib/es6/Transform.js +28 -28
  16. package/badge/lib/cjs/Badge.js +6 -6
  17. package/badge/lib/es6/Badge.js +6 -6
  18. package/base-trigger/lib/cjs/BaseTrigger.js +18 -18
  19. package/base-trigger/lib/cjs/ButtonTrigger.js +3 -3
  20. package/base-trigger/lib/cjs/FilterTrigger.js +7 -7
  21. package/base-trigger/lib/cjs/LinkTrigger.js +12 -12
  22. package/base-trigger/lib/es6/BaseTrigger.js +18 -18
  23. package/base-trigger/lib/es6/ButtonTrigger.js +3 -3
  24. package/base-trigger/lib/es6/FilterTrigger.js +7 -7
  25. package/base-trigger/lib/es6/LinkTrigger.js +12 -12
  26. package/breadcrumbs/lib/cjs/Breadcrumbs.js +6 -6
  27. package/breadcrumbs/lib/es6/Breadcrumbs.js +6 -6
  28. package/button/lib/cjs/Button.js +26 -26
  29. package/button/lib/es6/Button.js +26 -26
  30. package/card/lib/cjs/Card.js +8 -8
  31. package/card/lib/es6/Card.js +8 -8
  32. package/carousel/lib/cjs/Carousel.js +19 -19
  33. package/carousel/lib/es6/Carousel.js +19 -19
  34. package/checkbox/lib/cjs/Checkbox.js +18 -18
  35. package/checkbox/lib/es6/Checkbox.js +18 -18
  36. package/color-picker/lib/cjs/ColorPicker.js +23 -23
  37. package/color-picker/lib/cjs/PaletteManager.js +23 -23
  38. package/color-picker/lib/cjs/components/InputColor.js +23 -23
  39. package/color-picker/lib/es6/ColorPicker.js +23 -23
  40. package/color-picker/lib/es6/PaletteManager.js +23 -23
  41. package/color-picker/lib/es6/components/InputColor.js +23 -23
  42. package/components.json +73 -73
  43. package/counter/lib/cjs/Counter.js +10 -10
  44. package/counter/lib/es6/Counter.js +10 -10
  45. package/d3-chart/lib/cjs/Area.js +11 -11
  46. package/d3-chart/lib/cjs/Axis.js +14 -14
  47. package/d3-chart/lib/cjs/Bar.js +10 -10
  48. package/d3-chart/lib/cjs/Bubble.js +12 -12
  49. package/d3-chart/lib/cjs/Donut.js +9 -9
  50. package/d3-chart/lib/cjs/Dots.js +8 -8
  51. package/d3-chart/lib/cjs/HorizontalBar.js +10 -10
  52. package/d3-chart/lib/cjs/Hover.js +3 -3
  53. package/d3-chart/lib/cjs/Line.js +9 -9
  54. package/d3-chart/lib/cjs/Plot.js +3 -3
  55. package/d3-chart/lib/cjs/Radar.js +19 -19
  56. package/d3-chart/lib/cjs/RadialTree.js +11 -11
  57. package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
  58. package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
  59. package/d3-chart/lib/cjs/Tooltip.js +9 -9
  60. package/d3-chart/lib/cjs/Venn.js +9 -9
  61. package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
  62. package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
  63. package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  64. package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  65. package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  66. package/d3-chart/lib/es6/Area.js +11 -11
  67. package/d3-chart/lib/es6/Axis.js +14 -14
  68. package/d3-chart/lib/es6/Bar.js +10 -10
  69. package/d3-chart/lib/es6/Bubble.js +12 -12
  70. package/d3-chart/lib/es6/Donut.js +9 -9
  71. package/d3-chart/lib/es6/Dots.js +8 -8
  72. package/d3-chart/lib/es6/HorizontalBar.js +10 -10
  73. package/d3-chart/lib/es6/Hover.js +3 -3
  74. package/d3-chart/lib/es6/Line.js +9 -9
  75. package/d3-chart/lib/es6/Plot.js +3 -3
  76. package/d3-chart/lib/es6/Radar.js +19 -19
  77. package/d3-chart/lib/es6/RadialTree.js +11 -11
  78. package/d3-chart/lib/es6/ReferenceLine.js +9 -9
  79. package/d3-chart/lib/es6/ScatterPlot.js +9 -9
  80. package/d3-chart/lib/es6/Tooltip.js +9 -9
  81. package/d3-chart/lib/es6/Venn.js +9 -9
  82. package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
  83. package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
  84. package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
  85. package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
  86. package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
  87. package/data-table/lib/cjs/DataTable.js +37 -37
  88. package/data-table/lib/es6/DataTable.js +37 -37
  89. package/date-picker/lib/cjs/components/Calendar.js +21 -21
  90. package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +29 -29
  91. package/date-picker/lib/cjs/components/InputTrigger.js +29 -29
  92. package/date-picker/lib/cjs/components/PickerAbstract.js +29 -29
  93. package/date-picker/lib/cjs/components/RangePickerAbstract.js +29 -29
  94. package/date-picker/lib/es6/components/Calendar.js +21 -21
  95. package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +29 -29
  96. package/date-picker/lib/es6/components/InputTrigger.js +29 -29
  97. package/date-picker/lib/es6/components/PickerAbstract.js +29 -29
  98. package/date-picker/lib/es6/components/RangePickerAbstract.js +29 -29
  99. package/divider/lib/cjs/Divider.js +9 -9
  100. package/divider/lib/es6/Divider.js +9 -9
  101. package/dot/lib/cjs/Dot.js +10 -10
  102. package/dot/lib/es6/Dot.js +10 -10
  103. package/drag-and-drop/lib/cjs/DragAndDrop.js +16 -16
  104. package/drag-and-drop/lib/es6/DragAndDrop.js +16 -16
  105. package/dropdown/lib/cjs/Dropdown.js +2 -2
  106. package/dropdown/lib/es6/Dropdown.js +2 -2
  107. package/dropdown-menu/lib/cjs/DropdownMenu.js +16 -16
  108. package/dropdown-menu/lib/cjs/styleScrollArea.js +6 -6
  109. package/dropdown-menu/lib/es6/DropdownMenu.js +16 -16
  110. package/dropdown-menu/lib/es6/styleScrollArea.js +6 -6
  111. package/ellipsis/lib/cjs/Ellipsis.js +10 -10
  112. package/ellipsis/lib/es6/Ellipsis.js +10 -10
  113. package/errors/lib/cjs/Error.js +9 -9
  114. package/errors/lib/es6/Error.js +9 -9
  115. package/feature-popover/lib/cjs/FeaturePopover.js +10 -10
  116. package/feature-popover/lib/es6/FeaturePopover.js +10 -10
  117. package/feedback-form/component/checkbox-button/CheckboxButton.d.ts +4 -0
  118. package/feedback-form/component/feedback-item/FeedbackItem.d.ts +7 -0
  119. package/feedback-form/component/feedback-rating/FeedbackRating.d.ts +156 -0
  120. package/feedback-form/component/feedback-rating/FeedbackRating.type.d.ts +55 -0
  121. package/feedback-form/component/slider-rating/SliderRating.d.ts +14 -0
  122. package/feedback-form/component/submit-button/SubmitButton.d.ts +3 -0
  123. package/feedback-form/index.d.ts +4 -0
  124. package/feedback-form/lib/cjs/FeedbackForm.js +28 -86
  125. package/feedback-form/lib/cjs/FeedbackForm.js.map +1 -1
  126. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +58 -0
  127. package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js.map +1 -0
  128. package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js +63 -0
  129. package/feedback-form/lib/cjs/component/feedback-item/FeedbackItem.js.map +1 -0
  130. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +360 -0
  131. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -0
  132. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.type.js +2 -0
  133. package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.type.js.map +1 -0
  134. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +172 -0
  135. package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js.map +1 -0
  136. package/feedback-form/lib/cjs/component/submit-button/SubmitButton.js +23 -0
  137. package/feedback-form/lib/cjs/component/submit-button/SubmitButton.js.map +1 -0
  138. package/feedback-form/lib/cjs/index.d.js +12 -0
  139. package/feedback-form/lib/cjs/index.d.js.map +1 -1
  140. package/feedback-form/lib/cjs/index.js +7 -0
  141. package/feedback-form/lib/cjs/index.js.map +1 -1
  142. package/feedback-form/lib/cjs/style/checkbox-button.shadow.css +21 -0
  143. package/feedback-form/lib/cjs/style/feedback-rating.shadow.css +9 -0
  144. package/feedback-form/lib/cjs/style/slider-rating.shadow.css +34 -0
  145. package/feedback-form/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
  146. package/feedback-form/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
  147. package/feedback-form/lib/cjs/translations/de.json +7 -0
  148. package/feedback-form/lib/cjs/translations/en.json +8 -0
  149. package/feedback-form/lib/cjs/translations/es.json +7 -0
  150. package/feedback-form/lib/cjs/translations/fr.json +7 -0
  151. package/feedback-form/lib/cjs/translations/it.json +7 -0
  152. package/feedback-form/lib/cjs/translations/ja.json +7 -0
  153. package/feedback-form/lib/cjs/translations/ko.json +7 -0
  154. package/feedback-form/lib/cjs/translations/nl.json +7 -0
  155. package/feedback-form/lib/cjs/translations/pl.json +7 -0
  156. package/feedback-form/lib/cjs/translations/pt.json +7 -0
  157. package/feedback-form/lib/cjs/translations/sv.json +7 -0
  158. package/feedback-form/lib/cjs/translations/tr.json +7 -0
  159. package/feedback-form/lib/cjs/translations/vi.json +7 -0
  160. package/feedback-form/lib/cjs/translations/zh.json +7 -0
  161. package/feedback-form/lib/es6/FeedbackForm.js +28 -88
  162. package/feedback-form/lib/es6/FeedbackForm.js.map +1 -1
  163. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +50 -0
  164. package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js.map +1 -0
  165. package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js +56 -0
  166. package/feedback-form/lib/es6/component/feedback-item/FeedbackItem.js.map +1 -0
  167. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +354 -0
  168. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +1 -0
  169. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js +2 -0
  170. package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.type.js.map +1 -0
  171. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +165 -0
  172. package/feedback-form/lib/es6/component/slider-rating/SliderRating.js.map +1 -0
  173. package/feedback-form/lib/es6/component/submit-button/SubmitButton.js +17 -0
  174. package/feedback-form/lib/es6/component/submit-button/SubmitButton.js.map +1 -0
  175. package/feedback-form/lib/es6/index.d.js +5 -1
  176. package/feedback-form/lib/es6/index.d.js.map +1 -1
  177. package/feedback-form/lib/es6/index.js +2 -0
  178. package/feedback-form/lib/es6/index.js.map +1 -1
  179. package/feedback-form/lib/es6/style/checkbox-button.shadow.css +21 -0
  180. package/feedback-form/lib/es6/style/feedback-rating.shadow.css +9 -0
  181. package/feedback-form/lib/es6/style/slider-rating.shadow.css +34 -0
  182. package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
  183. package/feedback-form/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
  184. package/feedback-form/lib/es6/translations/de.json +7 -0
  185. package/feedback-form/lib/es6/translations/en.json +8 -0
  186. package/feedback-form/lib/es6/translations/es.json +7 -0
  187. package/feedback-form/lib/es6/translations/fr.json +7 -0
  188. package/feedback-form/lib/es6/translations/it.json +7 -0
  189. package/feedback-form/lib/es6/translations/ja.json +7 -0
  190. package/feedback-form/lib/es6/translations/ko.json +7 -0
  191. package/feedback-form/lib/es6/translations/nl.json +7 -0
  192. package/feedback-form/lib/es6/translations/pl.json +7 -0
  193. package/feedback-form/lib/es6/translations/pt.json +7 -0
  194. package/feedback-form/lib/es6/translations/sv.json +7 -0
  195. package/feedback-form/lib/es6/translations/tr.json +7 -0
  196. package/feedback-form/lib/es6/translations/vi.json +7 -0
  197. package/feedback-form/lib/es6/translations/zh.json +7 -0
  198. package/feedback-form/lib/types/component/checkbox-button/CheckboxButton.d.ts +4 -0
  199. package/feedback-form/lib/types/component/feedback-item/FeedbackItem.d.ts +7 -0
  200. package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.d.ts +156 -0
  201. package/feedback-form/lib/types/component/feedback-rating/FeedbackRating.type.d.ts +55 -0
  202. package/feedback-form/lib/types/component/slider-rating/SliderRating.d.ts +14 -0
  203. package/feedback-form/lib/types/component/submit-button/SubmitButton.d.ts +3 -0
  204. package/feedback-form/lib/types/index.d.ts +4 -0
  205. package/feedback-form/lib/types/translations/__intergalactic-dynamic-locales.d.ts +101 -0
  206. package/feedback-form/translations/__intergalactic-dynamic-locales.d.ts +101 -0
  207. package/flags/lib/cjs/Flags.js +3 -3
  208. package/flags/lib/es6/Flags.js +3 -3
  209. package/flags/lib/sprites/sprite@1x.css +256 -256
  210. package/flags/lib/sprites/sprite@2x.css +257 -257
  211. package/flex-box/lib/cjs/Box/useBox.js +3 -3
  212. package/flex-box/lib/cjs/Flex/useFlex.js +3 -3
  213. package/flex-box/lib/cjs/invalid-state-box/InvalidStateBox.js +2 -2
  214. package/flex-box/lib/es6/Box/useBox.js +3 -3
  215. package/flex-box/lib/es6/Flex/useFlex.js +3 -3
  216. package/flex-box/lib/es6/invalid-state-box/InvalidStateBox.js +2 -2
  217. package/format-text/lib/cjs/FormatText.js +5 -5
  218. package/format-text/lib/es6/FormatText.js +5 -5
  219. package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
  220. package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
  221. package/grid/lib/cjs/Grid.js +114 -114
  222. package/grid/lib/es6/Grid.js +114 -114
  223. package/icon/color/Confluence/l/index.js +4 -4
  224. package/icon/color/Confluence/l/index.mjs +4 -4
  225. package/icon/color/Confluence/m/index.js +4 -4
  226. package/icon/color/Confluence/m/index.mjs +4 -4
  227. package/icon/color/MicrosoftOffice/l/index.js +10 -10
  228. package/icon/color/MicrosoftOffice/l/index.mjs +10 -10
  229. package/icon/color/MicrosoftOffice/m/index.js +10 -10
  230. package/icon/color/MicrosoftOffice/m/index.mjs +10 -10
  231. package/icon/lib/cjs/Icon.js +5 -5
  232. package/icon/lib/es6/Icon.js +5 -5
  233. package/icon/pay/Discover/l/index.js +1 -1
  234. package/icon/pay/Discover/l/index.mjs +1 -1
  235. package/icon/pay/Discover/m/index.js +1 -1
  236. package/icon/pay/Discover/m/index.mjs +1 -1
  237. package/icon/pay/JCB/l/index.js +10 -10
  238. package/icon/pay/JCB/l/index.mjs +10 -10
  239. package/icon/pay/JCB/m/index.js +10 -10
  240. package/icon/pay/JCB/m/index.mjs +10 -10
  241. package/icon/pay/Visa/l/index.js +2 -2
  242. package/icon/pay/Visa/l/index.mjs +2 -2
  243. package/icon/pay/Visa/m/index.js +2 -2
  244. package/icon/pay/Visa/m/index.mjs +2 -2
  245. package/illustration/lib/cjs/index.js +1 -1
  246. package/illustration/lib/es6/index.js +1 -1
  247. package/inline-edit/lib/cjs/InlineEdit.js +4 -4
  248. package/inline-edit/lib/es6/InlineEdit.js +4 -4
  249. package/inline-input/lib/cjs/InlineInput.js +18 -18
  250. package/inline-input/lib/es6/InlineInput.js +18 -18
  251. package/input/lib/cjs/Input.js +17 -17
  252. package/input/lib/es6/Input.js +17 -17
  253. package/input-mask/lib/cjs/InputMask.js +6 -6
  254. package/input-mask/lib/es6/InputMask.js +6 -6
  255. package/input-number/lib/cjs/InputNumber.js +10 -10
  256. package/input-number/lib/cjs/InputNumber.js.map +1 -1
  257. package/input-number/lib/es6/InputNumber.js +10 -10
  258. package/input-number/lib/es6/InputNumber.js.map +1 -1
  259. package/input-tags/lib/cjs/InputTags.js +12 -12
  260. package/input-tags/lib/es6/InputTags.js +12 -12
  261. package/link/lib/cjs/Link.js +12 -12
  262. package/link/lib/es6/Link.js +12 -12
  263. package/mini-chart/lib/cjs/component/score/Donut.js +9 -9
  264. package/mini-chart/lib/cjs/component/score/Line.js +17 -17
  265. package/mini-chart/lib/cjs/component/trend/Bar.js +7 -7
  266. package/mini-chart/lib/cjs/component/trend/Line.js +7 -7
  267. package/mini-chart/lib/es6/component/score/Donut.js +9 -9
  268. package/mini-chart/lib/es6/component/score/Line.js +17 -17
  269. package/mini-chart/lib/es6/component/trend/Bar.js +7 -7
  270. package/mini-chart/lib/es6/component/trend/Line.js +7 -7
  271. package/modal/lib/cjs/Modal.js +9 -9
  272. package/modal/lib/es6/Modal.js +9 -9
  273. package/notice/lib/cjs/Notice.js +13 -13
  274. package/notice/lib/es6/Notice.js +13 -13
  275. package/notice-bubble/lib/cjs/NoticeBubble.js +12 -12
  276. package/notice-bubble/lib/es6/NoticeBubble.js +12 -12
  277. package/notice-global/lib/cjs/NoticeGlobal.js +11 -11
  278. package/notice-global/lib/es6/NoticeGlobal.js +11 -11
  279. package/package.json +2 -2
  280. package/pagination/lib/cjs/Pagination.js +10 -10
  281. package/pagination/lib/es6/Pagination.js +10 -10
  282. package/pills/lib/cjs/Pills.js +13 -13
  283. package/pills/lib/es6/Pills.js +13 -13
  284. package/popper/lib/cjs/Popper.js +6 -6
  285. package/popper/lib/es6/Popper.js +6 -6
  286. package/product-head/lib/cjs/Info.js +4 -4
  287. package/product-head/lib/cjs/ProductHead.js +5 -5
  288. package/product-head/lib/cjs/Title.js +4 -4
  289. package/product-head/lib/es6/Info.js +4 -4
  290. package/product-head/lib/es6/ProductHead.js +5 -5
  291. package/product-head/lib/es6/Title.js +4 -4
  292. package/progress-bar/lib/cjs/ProgressBar.js +15 -15
  293. package/progress-bar/lib/es6/ProgressBar.js +15 -15
  294. package/radio/lib/cjs/Radio.js +16 -16
  295. package/radio/lib/es6/Radio.js +16 -16
  296. package/scroll-area/lib/cjs/ScrollArea.js +21 -21
  297. package/scroll-area/lib/cjs/ScrollBar.js +6 -6
  298. package/scroll-area/lib/es6/ScrollArea.js +21 -21
  299. package/scroll-area/lib/es6/ScrollBar.js +6 -6
  300. package/select/lib/cjs/InputSearch.js +6 -6
  301. package/select/lib/cjs/Select.js +8 -8
  302. package/select/lib/es6/InputSearch.js +6 -6
  303. package/select/lib/es6/Select.js +8 -8
  304. package/side-panel/lib/cjs/SidePanel.js +15 -15
  305. package/side-panel/lib/es6/SidePanel.js +15 -15
  306. package/skeleton/index.d.ts +2 -0
  307. package/skeleton/lib/cjs/Charts/Area.js +9 -9
  308. package/skeleton/lib/cjs/Charts/Bar.js +9 -9
  309. package/skeleton/lib/cjs/Charts/Bubble.js +9 -9
  310. package/skeleton/lib/cjs/Charts/Donut.js +9 -9
  311. package/skeleton/lib/cjs/Charts/Histogram.js +9 -9
  312. package/skeleton/lib/cjs/Charts/Line.js +9 -9
  313. package/skeleton/lib/cjs/Charts/RadialTree.js +9 -9
  314. package/skeleton/lib/cjs/Charts/ScatterPlot.js +9 -9
  315. package/skeleton/lib/cjs/Charts/Venn.js +9 -9
  316. package/skeleton/lib/cjs/Skeleton.js +25 -13
  317. package/skeleton/lib/cjs/Skeleton.js.map +1 -1
  318. package/skeleton/lib/cjs/index.d.js.map +1 -1
  319. package/skeleton/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
  320. package/skeleton/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
  321. package/skeleton/lib/cjs/translations/de.json +3 -0
  322. package/skeleton/lib/cjs/translations/en.json +3 -0
  323. package/skeleton/lib/cjs/translations/es.json +3 -0
  324. package/skeleton/lib/cjs/translations/fr.json +3 -0
  325. package/skeleton/lib/cjs/translations/it.json +3 -0
  326. package/skeleton/lib/cjs/translations/ja.json +3 -0
  327. package/skeleton/lib/cjs/translations/ko.json +3 -0
  328. package/skeleton/lib/cjs/translations/nl.json +3 -0
  329. package/skeleton/lib/cjs/translations/pl.json +3 -0
  330. package/skeleton/lib/cjs/translations/pt.json +3 -0
  331. package/skeleton/lib/cjs/translations/sv.json +3 -0
  332. package/skeleton/lib/cjs/translations/tr.json +3 -0
  333. package/skeleton/lib/cjs/translations/vi.json +3 -0
  334. package/skeleton/lib/cjs/translations/zh.json +3 -0
  335. package/skeleton/lib/es6/Charts/Area.js +9 -9
  336. package/skeleton/lib/es6/Charts/Bar.js +9 -9
  337. package/skeleton/lib/es6/Charts/Bubble.js +9 -9
  338. package/skeleton/lib/es6/Charts/Donut.js +9 -9
  339. package/skeleton/lib/es6/Charts/Histogram.js +9 -9
  340. package/skeleton/lib/es6/Charts/Line.js +9 -9
  341. package/skeleton/lib/es6/Charts/RadialTree.js +9 -9
  342. package/skeleton/lib/es6/Charts/ScatterPlot.js +9 -9
  343. package/skeleton/lib/es6/Charts/Venn.js +9 -9
  344. package/skeleton/lib/es6/Skeleton.js +25 -13
  345. package/skeleton/lib/es6/Skeleton.js.map +1 -1
  346. package/skeleton/lib/es6/index.d.js.map +1 -1
  347. package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
  348. package/skeleton/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
  349. package/skeleton/lib/es6/translations/de.json +3 -0
  350. package/skeleton/lib/es6/translations/en.json +3 -0
  351. package/skeleton/lib/es6/translations/es.json +3 -0
  352. package/skeleton/lib/es6/translations/fr.json +3 -0
  353. package/skeleton/lib/es6/translations/it.json +3 -0
  354. package/skeleton/lib/es6/translations/ja.json +3 -0
  355. package/skeleton/lib/es6/translations/ko.json +3 -0
  356. package/skeleton/lib/es6/translations/nl.json +3 -0
  357. package/skeleton/lib/es6/translations/pl.json +3 -0
  358. package/skeleton/lib/es6/translations/pt.json +3 -0
  359. package/skeleton/lib/es6/translations/sv.json +3 -0
  360. package/skeleton/lib/es6/translations/tr.json +3 -0
  361. package/skeleton/lib/es6/translations/vi.json +3 -0
  362. package/skeleton/lib/es6/translations/zh.json +3 -0
  363. package/skeleton/lib/types/index.d.ts +2 -0
  364. package/slider/lib/cjs/Slider.js +8 -8
  365. package/slider/lib/es6/Slider.js +8 -8
  366. package/spin/index.d.ts +2 -0
  367. package/spin/lib/cjs/Spin.js +30 -17
  368. package/spin/lib/cjs/Spin.js.map +1 -1
  369. package/spin/lib/cjs/index.d.js.map +1 -1
  370. package/spin/lib/cjs/translations/__intergalactic-dynamic-locales.js +39 -0
  371. package/spin/lib/cjs/translations/__intergalactic-dynamic-locales.js.map +1 -0
  372. package/spin/lib/cjs/translations/de.json +3 -0
  373. package/spin/lib/cjs/translations/en.json +3 -0
  374. package/spin/lib/cjs/translations/es.json +3 -0
  375. package/spin/lib/cjs/translations/fr.json +3 -0
  376. package/spin/lib/cjs/translations/it.json +3 -0
  377. package/spin/lib/cjs/translations/ja.json +3 -0
  378. package/spin/lib/cjs/translations/ko.json +3 -0
  379. package/spin/lib/cjs/translations/nl.json +3 -0
  380. package/spin/lib/cjs/translations/pl.json +3 -0
  381. package/spin/lib/cjs/translations/pt.json +3 -0
  382. package/spin/lib/cjs/translations/sv.json +3 -0
  383. package/spin/lib/cjs/translations/tr.json +3 -0
  384. package/spin/lib/cjs/translations/vi.json +3 -0
  385. package/spin/lib/cjs/translations/zh.json +3 -0
  386. package/spin/lib/es6/Spin.js +30 -17
  387. package/spin/lib/es6/Spin.js.map +1 -1
  388. package/spin/lib/es6/index.d.js.map +1 -1
  389. package/spin/lib/es6/translations/__intergalactic-dynamic-locales.js +31 -0
  390. package/spin/lib/es6/translations/__intergalactic-dynamic-locales.js.map +1 -0
  391. package/spin/lib/es6/translations/de.json +3 -0
  392. package/spin/lib/es6/translations/en.json +3 -0
  393. package/spin/lib/es6/translations/es.json +3 -0
  394. package/spin/lib/es6/translations/fr.json +3 -0
  395. package/spin/lib/es6/translations/it.json +3 -0
  396. package/spin/lib/es6/translations/ja.json +3 -0
  397. package/spin/lib/es6/translations/ko.json +3 -0
  398. package/spin/lib/es6/translations/nl.json +3 -0
  399. package/spin/lib/es6/translations/pl.json +3 -0
  400. package/spin/lib/es6/translations/pt.json +3 -0
  401. package/spin/lib/es6/translations/sv.json +3 -0
  402. package/spin/lib/es6/translations/tr.json +3 -0
  403. package/spin/lib/es6/translations/vi.json +3 -0
  404. package/spin/lib/es6/translations/zh.json +3 -0
  405. package/spin/lib/types/index.d.ts +2 -0
  406. package/spin-container/lib/cjs/SpinContainer.js +16 -8
  407. package/spin-container/lib/cjs/SpinContainer.js.map +1 -1
  408. package/spin-container/lib/es6/SpinContainer.js +16 -8
  409. package/spin-container/lib/es6/SpinContainer.js.map +1 -1
  410. package/sticky/lib/cjs/Sticky.js +2 -2
  411. package/sticky/lib/es6/Sticky.js +2 -2
  412. package/switch/lib/cjs/Switch.js +21 -21
  413. package/switch/lib/es6/Switch.js +21 -21
  414. package/tab-line/lib/cjs/TabLine.js +13 -13
  415. package/tab-line/lib/es6/TabLine.js +13 -13
  416. package/tab-panel/lib/cjs/TabPanel.js +8 -8
  417. package/tab-panel/lib/es6/TabPanel.js +8 -8
  418. package/tag/lib/cjs/Tag.js +20 -20
  419. package/tag/lib/es6/Tag.js +20 -20
  420. package/textarea/lib/cjs/Textarea.js +8 -8
  421. package/textarea/lib/es6/Textarea.js +8 -8
  422. package/time-picker/lib/cjs/TimePicker.js +12 -12
  423. package/time-picker/lib/es6/TimePicker.js +12 -12
  424. package/tooltip/lib/cjs/Tooltip.js +9 -9
  425. package/tooltip/lib/es6/Tooltip.js +9 -9
  426. package/typography/lib/cjs/Blockquote.js +4 -4
  427. package/typography/lib/cjs/Hint.js +7 -7
  428. package/typography/lib/cjs/List.js +5 -5
  429. package/typography/lib/cjs/Text.js +34 -34
  430. package/typography/lib/es6/Blockquote.js +4 -4
  431. package/typography/lib/es6/Hint.js +7 -7
  432. package/typography/lib/es6/List.js +5 -5
  433. package/typography/lib/es6/Text.js +34 -34
  434. package/utils/lib/ScreenReaderOnly.d.ts +4 -4
  435. package/utils/lib/ScreenReaderOnly.js +5 -7
  436. package/utils/lib/ScreenReaderOnly.js.map +1 -1
  437. package/utils/lib/ScreenReaderOnly.mjs +5 -7
  438. package/utils/lib/ScreenReaderOnly.mjs.map +1 -1
  439. package/utils/lib/addonText.d.ts +1 -1
  440. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.js +2 -2
  441. package/utils/lib/components/invalid-state-pattern/InvalidStatePattern.mjs +2 -2
  442. package/utils/lib/injectStyle.js +1 -1
  443. package/utils/lib/injectStyle.mjs +1 -1
  444. package/utils/lib/themes/auto.css +4 -0
  445. package/utils/lib/themes/default.css +4 -0
  446. package/utils/lib/themes/default.json +2 -0
  447. package/utils/lib/themes/light.css +4 -0
  448. package/utils/lib/themes/light.json +2 -0
  449. package/widget-empty/lib/cjs/WidgetEmpty.js +5 -5
  450. package/widget-empty/lib/es6/WidgetEmpty.js +5 -5
  451. package/wizard/lib/cjs/Wizard.js +11 -11
  452. package/wizard/lib/es6/Wizard.js +11 -11
@@ -1,2 +1,6 @@
1
- export {};
1
+ import { default as FeedbackRating } from './component/feedback-rating/FeedbackRating';
2
+
3
+ /** @deprecated */
4
+
5
+ export { FeedbackRating };
2
6
  //# sourceMappingURL=index.d.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.js","names":[],"sources":["../../src/index.d.ts"],"sourcesContent":["import { FormProps, FieldProps } from 'react-final-form';\n\nimport { Intergalactic } from '@semcore/core';\nimport Button from '@semcore/button';\nimport { NoticeSmart } from '@semcore/notice';\nimport { Box } from '@semcore/flex-box';\n\n/** @deprecated */\nexport type IFeedbackForm = FeedbackFormProps;\nexport type FeedbackFormProps = FormProps & {\n /* The event is called when the form is submitted */\n onSubmit: (values: any, form: any, callback?: (errors?: {}) => void) => {} | Promise<{}> | void;\n /**\n * The property is in charge of the spinner showing\n * */\n loading?: boolean;\n /**\n * Color of container spinner; you can use your own color\n */\n background?: string;\n /** Spinner theme. There are several default themes or you can use your own color\n * @default dark\n **/\n theme?: 'dark' | 'invert' | string;\n};\n\ndeclare const FeedbackForm: Intergalactic.Component<'form', FeedbackFormProps> & {\n Item: Intergalactic.Component<'div', FieldProps<any, any>>;\n Success: typeof Box;\n Submit: typeof Button;\n Cancel: typeof Button;\n Notice: typeof NoticeSmart;\n};\n\nexport default FeedbackForm;\n"],"mappings":""}
1
+ {"version":3,"file":"index.d.js","names":["default","FeedbackRating"],"sources":["../../src/index.d.ts"],"sourcesContent":["import { FormProps, FieldProps } from 'react-final-form';\n\nimport { Intergalactic } from '@semcore/core';\nimport Button from '@semcore/button';\nimport { NoticeSmart } from '@semcore/notice';\nimport { Box } from '@semcore/flex-box';\n\nimport { default as FeedbackRating } from './component/feedback-rating/FeedbackRating';\n\n/** @deprecated */\nexport type IFeedbackForm = FeedbackFormProps;\nexport type FeedbackFormProps = FormProps & {\n /* The event is called when the form is submitted */\n onSubmit: (values: any, form: any, callback?: (errors?: {}) => void) => {} | Promise<{}> | void;\n /**\n * The property is in charge of the spinner showing\n * */\n loading?: boolean;\n /**\n * Color of container spinner; you can use your own color\n */\n background?: string;\n /** Spinner theme. There are several default themes or you can use your own color\n * @default dark\n **/\n theme?: 'dark' | 'invert' | string;\n};\n\ndeclare const FeedbackForm: Intergalactic.Component<'form', FeedbackFormProps> & {\n Item: Intergalactic.Component<'div', FieldProps<any, any>>;\n Success: typeof Box;\n Submit: typeof Button;\n Cancel: typeof Button;\n Notice: typeof NoticeSmart;\n};\n\nexport default FeedbackForm;\n\nexport { FeedbackRating };\n"],"mappings":"AAOA,SAASA,OAAO,IAAIC,cAAc,QAAQ,4CAA4C;;AAEtF;;AA6BA,SAASA,cAAc"}
@@ -1,2 +1,4 @@
1
+ import { default as FeedbackRating } from './component/feedback-rating/FeedbackRating';
1
2
  export { default } from './FeedbackForm';
3
+ export { FeedbackRating };
2
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["default"],"sources":["../../src/index.js"],"sourcesContent":["export { default } from './FeedbackForm';\n"],"mappings":"AAAA,SAASA,OAAO,QAAQ,gBAAgB"}
1
+ {"version":3,"file":"index.js","names":["default","FeedbackRating"],"sources":["../../src/index.js"],"sourcesContent":["import { default as FeedbackRating } from './component/feedback-rating/FeedbackRating';\n\nexport { default } from './FeedbackForm';\n\nexport { FeedbackRating };\n"],"mappings":"AAAA,SAASA,OAAO,IAAIC,cAAc,QAAQ,4CAA4C;AAEtF,SAASD,OAAO,QAAQ,gBAAgB;AAExC,SAASC,cAAc"}
@@ -0,0 +1,21 @@
1
+ SCheckboxButton {
2
+ margin-top: var(--intergalactic-spacing-2x, 8px);
3
+ border: 1px solid var(--intergalactic-border-primary, #c4c7cf);
4
+ border-radius: var(--intergalactic-rounded-medium, 6px);
5
+
6
+ label {
7
+ width: 100%;
8
+ padding: var(--intergalactic-spacing-3x, 12px);
9
+ box-sizing: border-box;
10
+ }
11
+ }
12
+
13
+ SCheckboxButton:hover, SCheckboxButton[checked] {
14
+ cursor: pointer;
15
+ border-color: var(--intergalactic-border-info-active, #006dca);
16
+ background-color: rgba(0, 143, 248, 0.10);
17
+ }
18
+
19
+ SCheckboxButton[checked]:hover {
20
+ background-color: rgba(0, 143, 248, 0.20);
21
+ }
@@ -0,0 +1,9 @@
1
+ SFeedbackRating {
2
+ ul {
3
+ margin: 0;
4
+ padding: 0;
5
+ }
6
+ ul, li {
7
+ list-style: none;
8
+ }
9
+ }
@@ -0,0 +1,34 @@
1
+ SSliderRating SStar {
2
+ transition: all calc(var(--intergalactic-duration-control, 200) * 1ms) ease-out;
3
+ }
4
+
5
+ SSliderRating SStar:hover {
6
+ cursor: pointer;
7
+ transform: scale(1.3);
8
+ }
9
+
10
+ SSliderRating[keyboardFocused] {
11
+ outline: none;
12
+ box-shadow: var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.5));
13
+ }
14
+
15
+ SSliderRating[readonly] SStar:hover {
16
+ cursor: default;
17
+ transform: none;
18
+ transition: none;
19
+ }
20
+
21
+ SStar[filled]:active {
22
+ animation: wobble 0.8s ease-in-out;
23
+ }
24
+
25
+ SStar path {
26
+ fill: transparent;
27
+ stroke: var(--intergalactic-slider-rating-normal, #a9abb6);
28
+ stroke-width: 2;
29
+ }
30
+
31
+ SStar[filled] path {
32
+ stroke-width: 0;
33
+ fill: var(--intergalactic-slider-rating-hover-active, #fdc23c);
34
+ }
@@ -0,0 +1,31 @@
1
+ import de from './de.json';
2
+ import en from './en.json';
3
+ import es from './es.json';
4
+ import fr from './fr.json';
5
+ import it from './it.json';
6
+ import ja from './ja.json';
7
+ import ko from './ko.json';
8
+ import nl from './nl.json';
9
+ import pt from './pt.json';
10
+ import tr from './tr.json';
11
+ import vi from './vi.json';
12
+ import zh from './zh.json';
13
+ import pl from './pl.json';
14
+ import sv from './sv.json';
15
+ export var localizedMessages = {
16
+ de: de,
17
+ en: en,
18
+ es: es,
19
+ fr: fr,
20
+ it: it,
21
+ ja: ja,
22
+ ko: ko,
23
+ nl: nl,
24
+ pt: pt,
25
+ tr: tr,
26
+ vi: vi,
27
+ zh: zh,
28
+ pl: pl,
29
+ sv: sv
30
+ };
31
+ //# sourceMappingURL=__intergalactic-dynamic-locales.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"__intergalactic-dynamic-locales.js","names":["de","en","es","fr","it","ja","ko","nl","pt","tr","vi","zh","pl","sv","localizedMessages"],"sources":["../../../src/translations/__intergalactic-dynamic-locales.ts"],"sourcesContent":["import de from './de.json';\nimport en from './en.json';\nimport es from './es.json';\nimport fr from './fr.json';\nimport it from './it.json';\nimport ja from './ja.json';\nimport ko from './ko.json';\nimport nl from './nl.json';\nimport pt from './pt.json';\nimport tr from './tr.json';\nimport vi from './vi.json';\nimport zh from './zh.json';\nimport pl from './pl.json';\nimport sv from './sv.json';\n\nexport const localizedMessages = {\n de,\n en,\n es,\n fr,\n it,\n ja,\n ko,\n nl,\n pt,\n tr,\n vi,\n zh,\n pl,\n sv,\n};\n"],"mappings":"AAAA,OAAOA,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAC1B,OAAOC,EAAE,MAAM,WAAW;AAE1B,OAAO,IAAMC,iBAAiB,GAAG;EAC/Bd,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA,EAAE;EACFC,EAAE,EAAFA;AACF,CAAC"}
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "Mehr erfahren",
3
+ "formTitle": "Feedback-Formular",
4
+ "submitButton": "Feedback senden",
5
+ "successMessage": "Vielen Dank für Ihr Feedback!",
6
+ "errorMessage": "Es ist ein Fehler aufgetreten. Versuchen Sie es erneut oder kontaktieren Sie uns unter E-mail."
7
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "leaveFeedback": "Leave feedback",
3
+ "learnMore": "Learn more",
4
+ "formTitle": "Feedback form",
5
+ "submitButton": "Send feedback",
6
+ "successMessage": "Thank you for your feedback!",
7
+ "errorMessage": "Something went wrong. Please try again or contact us at {email}."
8
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "Leer más",
3
+ "formTitle": "Formulario de comentarios",
4
+ "submitButton": "Enviar comentarios",
5
+ "successMessage": "¡Gracias por tu opinión!",
6
+ "errorMessage": "Algo salió mal. Intenta de nuevo o contáctanos en email."
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "En savoir plus",
3
+ "formTitle": "Formulaire de commentaires",
4
+ "submitButton": "Envoyer des commentaires",
5
+ "successMessage": "Merci pour vos commentaires !",
6
+ "errorMessage": "Une erreur est survenue. Veuillez réessayer ou nous contacter par e-mail."
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "Scopri di più",
3
+ "formTitle": "Modulo di feedback",
4
+ "submitButton": "Invia feedback",
5
+ "successMessage": "Grazie per il tuo feedback!",
6
+ "errorMessage": "Si è verificato un errore. Prova di nuovo o contattaci via e-mail."
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "Learn more",
3
+ "formTitle": "Feedback form",
4
+ "submitButton": "フィードバックを送信",
5
+ "successMessage": "Thank you for your feedback!",
6
+ "errorMessage": "Something went wrong. Please try again or contact us at email."
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "Learn more",
3
+ "formTitle": "Feedback form",
4
+ "submitButton": "피드백 보내기",
5
+ "successMessage": "Thank you for your feedback!",
6
+ "errorMessage": "Something went wrong. Please try again or contact us at email."
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "Lees meer",
3
+ "formTitle": "Feedback formulier",
4
+ "submitButton": "Feedback sturen",
5
+ "successMessage": "Bedankt voor je feedback!",
6
+ "errorMessage": "Er is iets fout gegaan. Probeer het opnieuw of neem contact met ons op via e-mail."
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "Dowiedz się więcej",
3
+ "formTitle": "Formularz opinii",
4
+ "submitButton": "Wyślij opinię",
5
+ "successMessage": "Dziękujemy za opinię!",
6
+ "errorMessage": "Coś poszło nie tak. Spróbuj ponownie lub skontaktuj się z nami pod adresem e-mail."
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "Saiba mais",
3
+ "formTitle": "Formulário de comentários",
4
+ "submitButton": "Enviar comentário",
5
+ "successMessage": "Agradecemos pelos comentários!",
6
+ "errorMessage": "Algo deu errado. Tente novamente ou entre em contato conosco pelo e-mail."
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "Läs mer",
3
+ "formTitle": "Feedbackformulär",
4
+ "submitButton": "Skicka feedback",
5
+ "successMessage": "Tack för din feedback!",
6
+ "errorMessage": "Något gick fel. Försök igen eller kontakta oss via e-post."
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "Learn more",
3
+ "formTitle": "Feedback form",
4
+ "submitButton": "Geri bildirim gönder",
5
+ "successMessage": "Thank you for your feedback!",
6
+ "errorMessage": "Something went wrong. Please try again or contact us at email."
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "Tìm hiểu thêm",
3
+ "formTitle": "Biểu mẫu Phản hồi",
4
+ "submitButton": "Gửi góp ý",
5
+ "successMessage": "Cảm ơn góp ý của bạn!",
6
+ "errorMessage": "Đã xảy ra sự cố. Hãy thử lại hoặc liên hệ với chúng tôi qua email."
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "learnMore": "了解更多",
3
+ "formTitle": "Feedback form",
4
+ "submitButton": "发送反馈",
5
+ "successMessage": "感谢您的反馈!",
6
+ "errorMessage": "Something went wrong. Please try again or contact us at email."
7
+ }
@@ -0,0 +1,4 @@
1
+ declare const CheckboxButton: import("@semcore/core").ComponentType<unknown, {}, {}, {
2
+ [key: string]: (arg: unknown) => void;
3
+ }, null>;
4
+ export default CheckboxButton;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export declare function FeedbackItem({ Children, tag, uid, tooltipProps: tooltipPropsList, ...props }: any): JSX.Element;
3
+ export declare namespace FeedbackItem {
4
+ var enhance: ((props: any) => {
5
+ uid: string;
6
+ })[];
7
+ }
@@ -0,0 +1,156 @@
1
+ import React from 'react';
2
+ import { Component } from 'intergalactic/core';
3
+ import { useI18n } from 'intergalactic/utils/lib/enhances/WithI18n';
4
+ import uniqueIDEnhancement from 'intergalactic/utils/lib/uniqueID';
5
+ import { FeedbackRatingProps, FeedbackRatingType, FormConfigItem } from './FeedbackRating.type';
6
+ import { NoticeBubbleManager } from 'intergalactic/notice-bubble';
7
+ type Enhances = {
8
+ getI18nText: ReturnType<typeof useI18n>;
9
+ uid: ReturnType<typeof uniqueIDEnhancement>;
10
+ };
11
+ type State = {
12
+ error: boolean;
13
+ };
14
+ declare class FeedbackRatingRoot extends Component<FeedbackRatingProps, {}, State, Enhances> {
15
+ static displayName: string;
16
+ static style: {
17
+ [key: string]: string;
18
+ };
19
+ static enhance: (((props: any) => {
20
+ uid: string;
21
+ }) | ((props: any) => {
22
+ getI18nText: (messageId: string, variables?: {
23
+ [key: string]: string | number | undefined;
24
+ } | undefined) => string;
25
+ }))[];
26
+ static defaultProps: {
27
+ onSubmit: () => void;
28
+ i18n: {
29
+ de: {
30
+ learnMore: string;
31
+ formTitle: string;
32
+ submitButton: string;
33
+ successMessage: string;
34
+ errorMessage: string;
35
+ };
36
+ en: {
37
+ leaveFeedback: string;
38
+ learnMore: string;
39
+ formTitle: string;
40
+ submitButton: string;
41
+ successMessage: string;
42
+ errorMessage: string;
43
+ };
44
+ es: {
45
+ learnMore: string;
46
+ formTitle: string;
47
+ submitButton: string;
48
+ successMessage: string;
49
+ errorMessage: string;
50
+ };
51
+ fr: {
52
+ learnMore: string;
53
+ formTitle: string;
54
+ submitButton: string;
55
+ successMessage: string;
56
+ errorMessage: string;
57
+ };
58
+ it: {
59
+ learnMore: string;
60
+ formTitle: string;
61
+ submitButton: string;
62
+ successMessage: string;
63
+ errorMessage: string;
64
+ };
65
+ ja: {
66
+ learnMore: string;
67
+ formTitle: string;
68
+ submitButton: string;
69
+ successMessage: string;
70
+ errorMessage: string;
71
+ };
72
+ ko: {
73
+ learnMore: string;
74
+ formTitle: string;
75
+ submitButton: string;
76
+ successMessage: string;
77
+ errorMessage: string;
78
+ };
79
+ nl: {
80
+ learnMore: string;
81
+ formTitle: string;
82
+ submitButton: string;
83
+ successMessage: string;
84
+ errorMessage: string;
85
+ };
86
+ pt: {
87
+ learnMore: string;
88
+ formTitle: string;
89
+ submitButton: string;
90
+ successMessage: string;
91
+ errorMessage: string;
92
+ };
93
+ tr: {
94
+ learnMore: string;
95
+ formTitle: string;
96
+ submitButton: string;
97
+ successMessage: string;
98
+ errorMessage: string;
99
+ };
100
+ vi: {
101
+ learnMore: string;
102
+ formTitle: string;
103
+ submitButton: string;
104
+ successMessage: string;
105
+ errorMessage: string;
106
+ };
107
+ zh: {
108
+ learnMore: string;
109
+ formTitle: string;
110
+ submitButton: string;
111
+ successMessage: string;
112
+ errorMessage: string;
113
+ };
114
+ pl: {
115
+ learnMore: string;
116
+ formTitle: string;
117
+ submitButton: string;
118
+ successMessage: string;
119
+ errorMessage: string;
120
+ };
121
+ sv: {
122
+ learnMore: string;
123
+ formTitle: string;
124
+ submitButton: string;
125
+ successMessage: string;
126
+ errorMessage: string;
127
+ };
128
+ };
129
+ locale: string;
130
+ };
131
+ static validate: {
132
+ description: (error: Error | string) => (value?: string) => string | Error | undefined;
133
+ email: (error: Error | string) => (value?: string) => string | Error | undefined;
134
+ };
135
+ state: State;
136
+ manager: NoticeBubbleManager;
137
+ private focusDecorator;
138
+ get headerId(): string;
139
+ getHeaderProps(): {
140
+ id: string;
141
+ };
142
+ getItemProps(): {
143
+ validateOnBlur: boolean | undefined;
144
+ };
145
+ handleChangeRating: (rating: number) => void;
146
+ handelCloseModal: () => void;
147
+ handleChange: (fn: (e: React.SyntheticEvent) => void) => (value: any, e: React.SyntheticEvent) => void;
148
+ componentDidUpdate(prevProps: Readonly<FeedbackRatingProps>): void;
149
+ renderCheckbox: (config: FormConfigItem) => JSX.Element;
150
+ renderTextField: (config: FormConfigItem) => JSX.Element;
151
+ render(): React.ReactNode;
152
+ }
153
+ declare const FeedbackRating: typeof FeedbackRatingType & {
154
+ validate: typeof FeedbackRatingRoot.validate;
155
+ };
156
+ export default FeedbackRating;
@@ -0,0 +1,55 @@
1
+ import React from 'react';
2
+ import { FeedbackFormProps } from '../../index';
3
+ import { FieldProps } from 'react-final-form';
4
+ import { Intergalactic } from 'intergalactic/core';
5
+ import Button from 'intergalactic/button';
6
+ import { Text } from 'intergalactic/typography';
7
+ import Checkbox from 'intergalactic/checkbox';
8
+ export type FormConfigItem = {
9
+ key: string;
10
+ label: React.ReactNode;
11
+ type: 'input' | 'checkbox' | 'textarea';
12
+ description?: React.ReactNode;
13
+ validate?: (value: any) => Error | string | undefined;
14
+ };
15
+ export type FeedbackRatingProps = Intergalactic.InternalTypings.EfficientOmit<FeedbackFormProps, 'initialValues' | 'loading'> & {
16
+ /** status of form */
17
+ status: 'default' | 'success' | 'error' | 'loading';
18
+ /** flag for show/hide notification */
19
+ notificationVisible: boolean;
20
+ /** */
21
+ onNotificationClose: () => void;
22
+ /** text in notification panel */
23
+ notificationText: string;
24
+ /** optional link in notification panel */
25
+ learnMoreLink?: string;
26
+ /** rating value */
27
+ rating: number;
28
+ /** visible modal form flag */
29
+ visible: boolean;
30
+ onVisibleChange: (visible: boolean, rating: number) => void;
31
+ /** header of modal with form */
32
+ header: React.ReactNode;
33
+ /** text for submit button of form */
34
+ submitText?: string;
35
+ /** config for form fields */
36
+ formConfig: FormConfigItem[];
37
+ initialValues: Record<string, any> & {
38
+ rating: number;
39
+ };
40
+ errorFeedbackEmail: string;
41
+ locale?: string;
42
+ };
43
+ export type FeedbackRatingItemProps = FieldProps<any, any> & {
44
+ /**
45
+ * Allows to override which passed props will be passed to the Tooltip component.
46
+ */
47
+ tooltipProps?: string[];
48
+ };
49
+ declare const FeedbackRatingType: Intergalactic.Component<'form', FeedbackRatingProps> & {
50
+ Item: Intergalactic.Component<'div', FeedbackRatingItemProps>;
51
+ Submit: typeof Button;
52
+ Checkbox: typeof Checkbox;
53
+ Header: typeof Text;
54
+ };
55
+ export { FeedbackRatingType };
@@ -0,0 +1,14 @@
1
+ import { Component, Intergalactic } from 'intergalactic/core';
2
+ import { Box, BoxProps } from 'intergalactic/flex-box';
3
+ type SliderRatingProps = {
4
+ value: number;
5
+ onChange?: (value: number) => void;
6
+ readonly?: boolean;
7
+ };
8
+ type StarProps = BoxProps & {
9
+ filled?: boolean;
10
+ };
11
+ declare const SliderRating: (<Tag extends Intergalactic.InternalTypings.ComponentTag = Intergalactic.Component<"div", import("@semcore/flex-box").FlexProps, {}, never[]>, Props extends SliderRatingProps = SliderRatingProps>(props: Intergalactic.InternalTypings.ComponentProps<Tag, Intergalactic.Component<"div", import("@semcore/flex-box").FlexProps, {}, never[]>, Props, {}, never[]>) => Intergalactic.InternalTypings.ComponentRenderingResults) & Intergalactic.InternalTypings.ComponentAdditive<Intergalactic.Component<"div", import("@semcore/flex-box").FlexProps, {}, never[]>, Intergalactic.InternalTypings.ComponentTag, SliderRatingProps, {}, never[]> & {
12
+ Star: Intergalactic.Component<typeof Box, StarProps>;
13
+ };
14
+ export default SliderRating;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { IRootComponentProps } from 'intergalactic/core';
3
+ export declare function SubmitButton(props: IRootComponentProps): React.ReactNode;
@@ -5,6 +5,8 @@ import Button from 'intergalactic/button';
5
5
  import { NoticeSmart } from 'intergalactic/notice';
6
6
  import { Box } from 'intergalactic/flex-box';
7
7
 
8
+ import { default as FeedbackRating } from './component/feedback-rating/FeedbackRating';
9
+
8
10
  /** @deprecated */
9
11
  export type IFeedbackForm = FeedbackFormProps;
10
12
  export type FeedbackFormProps = FormProps & {
@@ -33,3 +35,5 @@ declare const FeedbackForm: Intergalactic.Component<'form', FeedbackFormProps> &
33
35
  };
34
36
 
35
37
  export default FeedbackForm;
38
+
39
+ export { FeedbackRating };
@@ -0,0 +1,101 @@
1
+ export declare const localizedMessages: {
2
+ de: {
3
+ learnMore: string;
4
+ formTitle: string;
5
+ submitButton: string;
6
+ successMessage: string;
7
+ errorMessage: string;
8
+ };
9
+ en: {
10
+ leaveFeedback: string;
11
+ learnMore: string;
12
+ formTitle: string;
13
+ submitButton: string;
14
+ successMessage: string;
15
+ errorMessage: string;
16
+ };
17
+ es: {
18
+ learnMore: string;
19
+ formTitle: string;
20
+ submitButton: string;
21
+ successMessage: string;
22
+ errorMessage: string;
23
+ };
24
+ fr: {
25
+ learnMore: string;
26
+ formTitle: string;
27
+ submitButton: string;
28
+ successMessage: string;
29
+ errorMessage: string;
30
+ };
31
+ it: {
32
+ learnMore: string;
33
+ formTitle: string;
34
+ submitButton: string;
35
+ successMessage: string;
36
+ errorMessage: string;
37
+ };
38
+ ja: {
39
+ learnMore: string;
40
+ formTitle: string;
41
+ submitButton: string;
42
+ successMessage: string;
43
+ errorMessage: string;
44
+ };
45
+ ko: {
46
+ learnMore: string;
47
+ formTitle: string;
48
+ submitButton: string;
49
+ successMessage: string;
50
+ errorMessage: string;
51
+ };
52
+ nl: {
53
+ learnMore: string;
54
+ formTitle: string;
55
+ submitButton: string;
56
+ successMessage: string;
57
+ errorMessage: string;
58
+ };
59
+ pt: {
60
+ learnMore: string;
61
+ formTitle: string;
62
+ submitButton: string;
63
+ successMessage: string;
64
+ errorMessage: string;
65
+ };
66
+ tr: {
67
+ learnMore: string;
68
+ formTitle: string;
69
+ submitButton: string;
70
+ successMessage: string;
71
+ errorMessage: string;
72
+ };
73
+ vi: {
74
+ learnMore: string;
75
+ formTitle: string;
76
+ submitButton: string;
77
+ successMessage: string;
78
+ errorMessage: string;
79
+ };
80
+ zh: {
81
+ learnMore: string;
82
+ formTitle: string;
83
+ submitButton: string;
84
+ successMessage: string;
85
+ errorMessage: string;
86
+ };
87
+ pl: {
88
+ learnMore: string;
89
+ formTitle: string;
90
+ submitButton: string;
91
+ successMessage: string;
92
+ errorMessage: string;
93
+ };
94
+ sv: {
95
+ learnMore: string;
96
+ formTitle: string;
97
+ submitButton: string;
98
+ successMessage: string;
99
+ errorMessage: string;
100
+ };
101
+ };