@sme.up/ketchup 4.0.0 → 4.2.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 (303) hide show
  1. package/README.md +3 -3
  2. package/dist/cjs/cell-utils-dc0884a3.js +168 -0
  3. package/dist/cjs/f-button-2ba74fb5.js +105 -0
  4. package/dist/cjs/f-cell-fe60a08d.js +731 -0
  5. package/dist/cjs/f-chip-90d95d22.js +141 -0
  6. package/dist/cjs/{f-image-5f4f29ca.js → f-image-d3bd4e08.js} +4 -5
  7. package/dist/cjs/{index-3c471303.js → index-0416afab.js} +73 -64
  8. package/dist/cjs/ketchup.cjs.js +3 -3
  9. package/dist/cjs/kup-accordion.cjs.entry.js +6 -8
  10. package/dist/cjs/{kup-autocomplete_29.cjs.entry.js → kup-autocomplete_28.cjs.entry.js} +2580 -3060
  11. package/dist/cjs/kup-calendar.cjs.entry.js +30 -30
  12. package/dist/cjs/kup-cell.cjs.entry.js +201 -0
  13. package/dist/cjs/kup-dash-list.cjs.entry.js +15 -7
  14. package/dist/cjs/kup-dash_2.cjs.entry.js +104 -62
  15. package/dist/cjs/kup-drawer.cjs.entry.js +4 -6
  16. package/dist/cjs/kup-field.cjs.entry.js +3 -5
  17. package/dist/cjs/kup-iframe.cjs.entry.js +3 -4
  18. package/dist/cjs/kup-lazy.cjs.entry.js +4 -6
  19. package/dist/cjs/kup-magic-box.cjs.entry.js +21 -31
  20. package/dist/cjs/kup-manager-1a2688ca.js +5813 -0
  21. package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -6
  22. package/dist/cjs/kup-probe.cjs.entry.js +3 -4
  23. package/dist/cjs/kup-qlik.cjs.entry.js +2 -3
  24. package/dist/cjs/kup-snackbar.cjs.entry.js +152 -0
  25. package/dist/cjs/loader.cjs.js +3 -3
  26. package/dist/cjs/{utils-2af73538.js → utils-0cc466b9.js} +17 -83
  27. package/dist/collection/assets/cell.js +51 -0
  28. package/dist/collection/assets/data-table.js +518 -1
  29. package/dist/collection/assets/index.js +8 -0
  30. package/dist/collection/assets/snackbar.js +32 -0
  31. package/dist/collection/collection-manifest.json +6 -6
  32. package/dist/collection/components/kup-accordion/kup-accordion.css +0 -213
  33. package/dist/collection/components/kup-accordion/kup-accordion.js +15 -16
  34. package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +2 -2
  35. package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +5 -2381
  36. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +83 -111
  37. package/dist/collection/components/kup-badge/kup-badge.css +1 -35
  38. package/dist/collection/components/kup-badge/kup-badge.js +13 -14
  39. package/dist/collection/components/kup-box/kup-box.css +47 -780
  40. package/dist/collection/components/kup-box/kup-box.js +240 -366
  41. package/dist/collection/components/kup-button/kup-button.css +0 -333
  42. package/dist/collection/components/kup-button/kup-button.js +27 -28
  43. package/dist/collection/components/kup-button-list/kup-button-list.css +0 -332
  44. package/dist/collection/components/kup-button-list/kup-button-list.js +19 -20
  45. package/dist/collection/components/kup-calendar/kup-calendar.css +0 -517
  46. package/dist/collection/components/kup-calendar/kup-calendar.js +47 -45
  47. package/dist/collection/components/kup-card/builtin/kup-card-builtin.js +20 -0
  48. package/dist/collection/components/kup-card/builtin/kup-card-calendar.js +458 -0
  49. package/dist/collection/components/kup-card/builtin/kup-card-clock.js +321 -0
  50. package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +18 -0
  51. package/dist/collection/components/kup-card/free/kup-card-free.js +13 -0
  52. package/dist/collection/components/kup-card/kup-card-declarations.js +19 -0
  53. package/dist/collection/components/kup-card/kup-card-helper.js +19 -1
  54. package/dist/collection/components/kup-card/kup-card.css +615 -185
  55. package/dist/collection/components/kup-card/kup-card.js +94 -34
  56. package/dist/collection/components/kup-card/standard/kup-card-standard.js +75 -0
  57. package/dist/collection/components/kup-cell/kup-cell-declarations.js +11 -0
  58. package/dist/collection/components/kup-cell/kup-cell.css +20 -0
  59. package/dist/collection/components/kup-cell/kup-cell.js +413 -0
  60. package/dist/collection/components/kup-chart/kup-chart.js +41 -42
  61. package/dist/collection/components/kup-checkbox/kup-checkbox.css +0 -214
  62. package/dist/collection/components/kup-checkbox/kup-checkbox.js +19 -20
  63. package/dist/collection/components/kup-chip/kup-chip.css +0 -217
  64. package/dist/collection/components/kup-chip/kup-chip.js +15 -16
  65. package/dist/collection/components/kup-color-picker/kup-color-picker.css +7 -2380
  66. package/dist/collection/components/kup-color-picker/kup-color-picker.js +41 -41
  67. package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +1 -0
  68. package/dist/collection/components/kup-combobox/kup-combobox.css +5 -2381
  69. package/dist/collection/components/kup-combobox/kup-combobox.js +68 -28
  70. package/dist/collection/components/kup-dash-list/kup-dash-list.js +13 -4
  71. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +2 -0
  72. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +61 -102
  73. package/dist/collection/components/kup-data-table/kup-data-table.css +118 -3232
  74. package/dist/collection/components/kup-data-table/kup-data-table.js +589 -1089
  75. package/dist/collection/components/kup-date-picker/kup-date-picker.css +1 -85
  76. package/dist/collection/components/kup-date-picker/kup-date-picker.js +92 -395
  77. package/dist/collection/components/kup-drawer/kup-drawer.js +9 -10
  78. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +12 -340
  79. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +56 -45
  80. package/dist/collection/components/kup-field/kup-field.js +21 -22
  81. package/dist/collection/components/kup-gauge/kup-gauge.js +17 -18
  82. package/dist/collection/components/kup-grid/kup-grid.css +2 -1
  83. package/dist/collection/components/kup-grid/kup-grid.js +13 -14
  84. package/dist/collection/components/kup-iframe/kup-iframe.js +4 -4
  85. package/dist/collection/components/kup-image/assets/svg/ketchup.svg +74 -0
  86. package/dist/collection/components/kup-image/assets/svg/smeup.svg +59 -0
  87. package/dist/collection/components/kup-image/kup-image.css +0 -32
  88. package/dist/collection/components/kup-image/kup-image.js +25 -26
  89. package/dist/collection/components/kup-lazy/kup-lazy.js +17 -18
  90. package/dist/collection/components/kup-list/kup-list-declarations.js +1 -1
  91. package/dist/collection/components/kup-list/kup-list.css +4 -260
  92. package/dist/collection/components/kup-list/kup-list.js +39 -49
  93. package/dist/collection/components/kup-magic-box/kup-magic-box.css +13 -39
  94. package/dist/collection/components/kup-magic-box/kup-magic-box.js +29 -38
  95. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +11 -12
  96. package/dist/collection/components/kup-paginator/kup-paginator.css +0 -332
  97. package/dist/collection/components/kup-paginator/kup-paginator.js +44 -12
  98. package/dist/collection/components/kup-probe/kup-probe.js +9 -9
  99. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +21 -22
  100. package/dist/collection/components/kup-radio/kup-radio.js +17 -18
  101. package/dist/collection/components/kup-rating/kup-rating.js +15 -16
  102. package/dist/collection/components/kup-snackbar/kup-snackbar-declarations.js +13 -0
  103. package/dist/collection/components/kup-snackbar/kup-snackbar.css +75 -0
  104. package/dist/collection/components/kup-snackbar/kup-snackbar.js +390 -0
  105. package/dist/collection/components/kup-spinner/kup-spinner.js +23 -24
  106. package/dist/collection/components/kup-switch/kup-switch.css +0 -156
  107. package/dist/collection/components/kup-switch/kup-switch.js +17 -18
  108. package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +0 -199
  109. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +13 -14
  110. package/dist/collection/components/kup-text-field/kup-text-field-declarations.js +1 -0
  111. package/dist/collection/components/kup-text-field/kup-text-field.css +4 -2371
  112. package/dist/collection/components/kup-text-field/kup-text-field.js +77 -51
  113. package/dist/collection/components/kup-time-picker/kup-time-picker.css +7 -0
  114. package/dist/collection/components/kup-time-picker/kup-time-picker.js +97 -317
  115. package/dist/collection/components/kup-tooltip/kup-tooltip.js +24 -14
  116. package/dist/collection/components/kup-tree/kup-tree.css +27 -371
  117. package/dist/collection/components/kup-tree/kup-tree.js +163 -383
  118. package/dist/collection/f-components/f-button/f-button.js +4 -2
  119. package/dist/collection/f-components/f-cell/f-cell-declarations.js +143 -0
  120. package/dist/collection/f-components/f-cell/f-cell.js +471 -0
  121. package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -1
  122. package/dist/collection/f-components/f-chip/f-chip.js +2 -2
  123. package/dist/collection/f-components/f-image/f-image.js +2 -3
  124. package/dist/collection/f-components/f-switch/f-switch.js +1 -1
  125. package/dist/collection/f-components/f-text-field/f-text-field-mdc.js +1 -1
  126. package/dist/collection/f-components/f-text-field/f-text-field.js +25 -21
  127. package/dist/collection/utils/cell-utils.js +18 -222
  128. package/dist/collection/utils/filters/filters.js +31 -37
  129. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +15 -3
  130. package/dist/collection/utils/kup-dates/kup-dates.js +14 -2
  131. package/dist/collection/utils/kup-debug/kup-debug-browser-utils.js +3 -3
  132. package/dist/collection/utils/kup-debug/kup-debug.js +57 -29
  133. package/dist/collection/utils/kup-dynamic-position/kup-dynamic-position.js +5 -7
  134. package/dist/collection/utils/kup-interact/kup-interact-declarations.js +48 -0
  135. package/dist/collection/utils/kup-interact/kup-interact.js +379 -0
  136. package/dist/collection/utils/kup-language/kup-language-declarations.js +2 -0
  137. package/dist/collection/utils/kup-language/kup-language.js +1 -1
  138. package/dist/collection/utils/kup-manager/kup-manager.js +47 -10
  139. package/dist/collection/utils/kup-objects/kup-objects.js +9 -33
  140. package/dist/collection/utils/kup-scroll-on-hover/kup-scroll-on-hover.js +60 -62
  141. package/dist/collection/utils/kup-search/kup-search-declarations.js +1 -0
  142. package/dist/collection/utils/kup-search/kup-search.js +75 -0
  143. package/dist/collection/utils/kup-theme/kup-theme-declarations.js +1 -0
  144. package/dist/collection/utils/kup-theme/kup-theme.js +4 -3
  145. package/dist/collection/utils/kup-toolbar/kup-toolbar.js +16 -18
  146. package/dist/collection/utils/utils.js +15 -23
  147. package/dist/esm/cell-utils-8f512ea9.js +160 -0
  148. package/dist/esm/f-button-30dbcaa9.js +103 -0
  149. package/dist/esm/f-cell-95c186c6.js +727 -0
  150. package/dist/esm/f-chip-c0e9c0ff.js +139 -0
  151. package/dist/esm/{f-image-68b34fab.js → f-image-3bc8b24f.js} +4 -5
  152. package/dist/esm/{index-bf2824a6.js → index-e0e67c23.js} +74 -65
  153. package/dist/esm/ketchup.js +3 -3
  154. package/dist/esm/kup-accordion.entry.js +6 -8
  155. package/dist/esm/{kup-autocomplete_29.entry.js → kup-autocomplete_28.entry.js} +2379 -2858
  156. package/dist/esm/kup-calendar.entry.js +10 -10
  157. package/dist/esm/kup-cell.entry.js +197 -0
  158. package/dist/esm/kup-dash-list.entry.js +15 -7
  159. package/dist/esm/kup-dash_2.entry.js +104 -62
  160. package/dist/esm/kup-drawer.entry.js +4 -6
  161. package/dist/esm/kup-field.entry.js +3 -5
  162. package/dist/esm/kup-iframe.entry.js +3 -4
  163. package/dist/esm/kup-lazy.entry.js +4 -6
  164. package/dist/esm/kup-magic-box.entry.js +21 -31
  165. package/dist/esm/kup-manager-7fc234da.js +5800 -0
  166. package/dist/esm/kup-nav-bar.entry.js +4 -6
  167. package/dist/esm/kup-probe.entry.js +3 -4
  168. package/dist/esm/kup-qlik.entry.js +2 -3
  169. package/dist/esm/kup-snackbar.entry.js +148 -0
  170. package/dist/esm/loader.js +3 -3
  171. package/dist/esm/{utils-13dd007a.js → utils-6c73709d.js} +15 -78
  172. package/dist/ketchup/assets/svg/ketchup.svg +74 -0
  173. package/dist/ketchup/assets/svg/smeup.svg +59 -0
  174. package/dist/ketchup/ketchup.esm.js +1 -1
  175. package/dist/ketchup/p-15321eae.js +1 -0
  176. package/dist/ketchup/p-1baf1205.entry.js +1 -0
  177. package/dist/ketchup/p-1c6178e4.entry.js +1 -0
  178. package/dist/ketchup/p-44375e49.js +1 -0
  179. package/dist/ketchup/p-4dcdbd31.entry.js +45 -0
  180. package/dist/ketchup/p-5a5f2a53.js +1 -0
  181. package/dist/ketchup/{p-c7ee1fbc.js → p-61faaa38.js} +2 -2
  182. package/dist/ketchup/p-62816d0b.entry.js +1 -0
  183. package/dist/ketchup/p-65adc15b.entry.js +1 -0
  184. package/dist/ketchup/p-7e23ea7c.entry.js +1 -0
  185. package/dist/ketchup/p-a378ba56.entry.js +1 -0
  186. package/dist/ketchup/p-a878016f.entry.js +1 -0
  187. package/dist/ketchup/p-a96e6e32.entry.js +1 -0
  188. package/dist/ketchup/p-ad32821e.entry.js +1 -0
  189. package/dist/ketchup/p-af4a6191.entry.js +1 -0
  190. package/dist/ketchup/p-c18c7bb0.entry.js +27 -0
  191. package/dist/ketchup/p-ca0ca27f.entry.js +1 -0
  192. package/dist/ketchup/p-cb5f4994.js +1 -0
  193. package/dist/ketchup/p-ccda584a.entry.js +1 -0
  194. package/dist/ketchup/p-d4aa4922.js +1 -0
  195. package/dist/ketchup/p-dbb6998b.entry.js +1 -0
  196. package/dist/ketchup/p-de83f2f6.js +1 -0
  197. package/dist/ketchup/p-ec3a3db9.js +1 -0
  198. package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -6
  199. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +7 -13
  200. package/dist/types/components/kup-box/kup-box-declarations.d.ts +13 -4
  201. package/dist/types/components/kup-box/kup-box.d.ts +13 -6
  202. package/dist/types/components/kup-card/builtin/kup-card-builtin.d.ts +14 -0
  203. package/dist/types/components/kup-card/builtin/kup-card-calendar.d.ts +2 -0
  204. package/dist/types/components/kup-card/builtin/kup-card-clock.d.ts +2 -0
  205. package/dist/types/components/kup-card/dialog/kup-card-dialog.d.ts +6 -0
  206. package/dist/types/components/kup-card/free/kup-card-free.d.ts +8 -0
  207. package/dist/types/components/kup-card/kup-card-declarations.d.ts +74 -0
  208. package/dist/types/components/kup-card/kup-card.d.ts +12 -3
  209. package/dist/types/components/kup-card/standard/kup-card-standard.d.ts +6 -0
  210. package/dist/types/components/kup-cell/kup-cell-declarations.d.ts +10 -0
  211. package/dist/types/components/kup-cell/kup-cell.d.ts +67 -0
  212. package/dist/types/components/kup-color-picker/kup-color-picker.d.ts +1 -1
  213. package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +3 -2
  214. package/dist/types/components/kup-combobox/kup-combobox.d.ts +5 -0
  215. package/dist/types/components/kup-dash-list/kup-dash-list.d.ts +4 -0
  216. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +20 -36
  217. package/dist/types/components/kup-data-table/kup-data-table-helper.d.ts +1 -15
  218. package/dist/types/components/kup-data-table/kup-data-table.d.ts +33 -83
  219. package/dist/types/components/kup-date-picker/kup-date-picker.d.ts +11 -23
  220. package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +1 -4
  221. package/dist/types/components/kup-list/kup-list-declarations.d.ts +1 -1
  222. package/dist/types/components/kup-list/kup-list.d.ts +2 -3
  223. package/dist/types/components/kup-magic-box/kup-magic-box.d.ts +1 -0
  224. package/dist/types/components/kup-paginator/kup-paginator.d.ts +6 -0
  225. package/dist/types/components/kup-snackbar/kup-snackbar-declarations.d.ts +12 -0
  226. package/dist/types/components/kup-snackbar/kup-snackbar.d.ts +79 -0
  227. package/dist/types/components/kup-text-field/kup-text-field-declarations.d.ts +2 -1
  228. package/dist/types/components/kup-text-field/kup-text-field.d.ts +5 -0
  229. package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +10 -20
  230. package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +1 -0
  231. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +4 -4
  232. package/dist/types/components/kup-tree/kup-tree.d.ts +12 -23
  233. package/dist/types/components.d.ts +348 -176
  234. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +153 -0
  235. package/dist/types/f-components/f-cell/f-cell.d.ts +3 -0
  236. package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
  237. package/dist/types/f-components/f-text-field/f-text-field-mdc.d.ts +1 -1
  238. package/dist/types/utils/cell-utils.d.ts +0 -19
  239. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +2 -0
  240. package/dist/types/utils/kup-dates/kup-dates.d.ts +9 -4
  241. package/dist/types/utils/kup-debug/kup-debug.d.ts +1 -1
  242. package/dist/types/utils/kup-dynamic-position/kup-dynamic-position-declarations.d.ts +1 -1
  243. package/dist/types/utils/kup-dynamic-position/kup-dynamic-position.d.ts +2 -2
  244. package/dist/types/utils/kup-interact/kup-interact-declarations.d.ts +127 -0
  245. package/dist/types/utils/kup-interact/kup-interact.d.ts +93 -0
  246. package/dist/types/utils/kup-language/kup-language-declarations.d.ts +2 -0
  247. package/dist/types/utils/kup-language/kup-language.d.ts +1 -1
  248. package/dist/types/utils/kup-manager/kup-manager-declarations.d.ts +28 -8
  249. package/dist/types/utils/kup-manager/kup-manager.d.ts +18 -5
  250. package/dist/types/utils/kup-objects/kup-objects.d.ts +1 -7
  251. package/dist/types/utils/kup-search/kup-search-declarations.d.ts +7 -0
  252. package/dist/types/utils/kup-search/kup-search.d.ts +20 -0
  253. package/dist/types/utils/kup-theme/kup-theme-declarations.d.ts +2 -0
  254. package/dist/types/utils/kup-theme/kup-theme.d.ts +2 -2
  255. package/dist/types/utils/utils.d.ts +0 -1
  256. package/package.json +4 -6
  257. package/dist/cjs/cell-utils-1f89a299.js +0 -1527
  258. package/dist/cjs/drag-and-drop-4787ff6f.js +0 -281
  259. package/dist/cjs/f-chip-2d58c8f7.js +0 -239
  260. package/dist/cjs/kup-grid.cjs.entry.js +0 -130
  261. package/dist/cjs/kup-manager-59ad8bdc.js +0 -4845
  262. package/dist/cjs/kup-objects-59ea949c.js +0 -717
  263. package/dist/collection/assets/images/drag-multiple.js +0 -1
  264. package/dist/collection/components/kup-editor/kup-editor.css +0 -5
  265. package/dist/collection/components/kup-editor/kup-editor.js +0 -59
  266. package/dist/collection/components/kup-layout/kup-layout.css +0 -53
  267. package/dist/collection/components/kup-layout/kup-layout.js +0 -156
  268. package/dist/collection/utils/drag-and-drop.js +0 -109
  269. package/dist/collection/utils/kup-dialog/kup-dialog-declarations.js +0 -36
  270. package/dist/collection/utils/kup-dialog/kup-dialog.js +0 -310
  271. package/dist/esm/cell-utils-cb612463.js +0 -1510
  272. package/dist/esm/drag-and-drop-321cb4ca.js +0 -265
  273. package/dist/esm/f-chip-125d5dd6.js +0 -236
  274. package/dist/esm/kup-grid.entry.js +0 -126
  275. package/dist/esm/kup-manager-e7d7b353.js +0 -4842
  276. package/dist/esm/kup-objects-d38d2fa2.js +0 -711
  277. package/dist/ketchup/p-00fe1e3e.js +0 -1
  278. package/dist/ketchup/p-0320e24e.entry.js +0 -1
  279. package/dist/ketchup/p-08c7a092.js +0 -1
  280. package/dist/ketchup/p-1165f4ea.entry.js +0 -1
  281. package/dist/ketchup/p-170d3cba.js +0 -1
  282. package/dist/ketchup/p-18cb3ba3.js +0 -1
  283. package/dist/ketchup/p-23541a97.entry.js +0 -45
  284. package/dist/ketchup/p-64ea7e37.entry.js +0 -1
  285. package/dist/ketchup/p-7896031c.entry.js +0 -1
  286. package/dist/ketchup/p-876da4c2.entry.js +0 -1
  287. package/dist/ketchup/p-8fb9d9b2.entry.js +0 -1
  288. package/dist/ketchup/p-940ab57a.entry.js +0 -1
  289. package/dist/ketchup/p-9c858a38.entry.js +0 -1
  290. package/dist/ketchup/p-a12a5690.entry.js +0 -1
  291. package/dist/ketchup/p-a5424073.js +0 -1
  292. package/dist/ketchup/p-b0724035.entry.js +0 -1
  293. package/dist/ketchup/p-b14e77f0.js +0 -1
  294. package/dist/ketchup/p-d24cfdea.entry.js +0 -1
  295. package/dist/ketchup/p-ee89966f.entry.js +0 -27
  296. package/dist/ketchup/p-fcd2fd8f.js +0 -1
  297. package/dist/ketchup/p-fce3b9d8.entry.js +0 -1
  298. package/dist/types/assets/images/drag-multiple.d.ts +0 -1
  299. package/dist/types/components/kup-editor/kup-editor.d.ts +0 -16
  300. package/dist/types/components/kup-layout/kup-layout.d.ts +0 -25
  301. package/dist/types/utils/drag-and-drop.d.ts +0 -53
  302. package/dist/types/utils/kup-dialog/kup-dialog-declarations.d.ts +0 -43
  303. package/dist/types/utils/kup-dialog/kup-dialog.d.ts +0 -50
@@ -1,520 +1,3 @@
1
- .f-image--wrapper {
2
- display: block;
3
- margin: auto;
4
- position: relative;
5
- height: var(--kup_image_height, 100%);
6
- width: var(--kup_image_width, 100%);
7
- }
8
- .f-image--wrapper.kup-fit img {
9
- max-width: max-content;
10
- object-fit: contain;
11
- }
12
- .f-image--wrapper img {
13
- display: block;
14
- margin: auto;
15
- height: var(--kup_image_height, 100%);
16
- width: var(--kup_image_width, 100%);
17
- }
18
- .f-image--wrapper .f-image__css {
19
- overflow: hidden;
20
- height: var(--kup_image_height, 100%);
21
- width: var(--kup_image_width, 100%);
22
- }
23
- .f-image--wrapper .f-image__icon {
24
- margin: auto;
25
- height: var(--kup_image_height, 100%);
26
- width: var(--kup_image_width, 100%);
27
- }
28
- .f-image--wrapper .css-step.bottom-aligned {
29
- bottom: 0;
30
- position: absolute;
31
- }
32
-
33
- .f-button--wrapper {
34
- --kup_button_border_radius: var(--kup-button-border-radius, 4px);
35
- --kup_button_disabled_color: var(
36
- --kup-button-disabled-color,
37
- var(--kup-disabled-color)
38
- );
39
- --kup_button_font_family: var(
40
- --kup-button-font-family,
41
- var(--kup-font-family)
42
- );
43
- --kup_button_font_size: var(--kup-button-font-size, var(--kup-font-size));
44
- --kup_button_font_weight: var(--kup-button-font-weight, 400);
45
- --kup_button_height: var(--kup-button-height, 3em);
46
- --kup_button_padding: var(--kup-button-padding, 0 1.25em);
47
- --kup_button_primary_color: var(
48
- --kup-button-primary-color,
49
- var(--kup-primary-color)
50
- );
51
- --kup_button_primary_color_h: var(
52
- --kup-button-primary-color-h,
53
- var(--kup-primary-color-h)
54
- );
55
- --kup_button_primary_color_s: var(
56
- --kup-button-primary-color-s,
57
- var(--kup-primary-color-s)
58
- );
59
- --kup_button_primary_color_l: var(
60
- --kup-button-primary-color-l,
61
- var(--kup-primary-color-l)
62
- );
63
- --kup_button_primary_color_rgb: var(
64
- --kup-button-primary-color-rgb,
65
- var(--kup-primary-color-rgb)
66
- );
67
- --kup_button_text_on_primary_color: var(
68
- --kup-button-text-on-primary-color,
69
- var(--kup-text-on-primary-color)
70
- );
71
- --kup-spinner-color: var(--kup_button_primary_color);
72
- font-family: var(--kup_button_font_family);
73
- font-size: var(--kup_button_font_size);
74
- }
75
- .f-button--wrapper .button {
76
- -moz-osx-font-smoothing: grayscale;
77
- -webkit-appearance: none;
78
- -webkit-font-smoothing: antialiased;
79
- align-items: center;
80
- background-color: transparent;
81
- border: none;
82
- border-radius: var(--kup_button_border_radius);
83
- box-sizing: border-box;
84
- color: var(--kup_button_primary_color);
85
- cursor: pointer;
86
- display: inline-flex;
87
- font-size: 0.775em;
88
- font-weight: var(--kup_button_font_weight);
89
- height: var(--kup_button_height);
90
- justify-content: center;
91
- letter-spacing: 0.0892857143em;
92
- line-height: inherit;
93
- min-width: 64px;
94
- outline: none;
95
- overflow: visible;
96
- padding: var(--kup_button_padding);
97
- position: relative;
98
- text-decoration: none;
99
- text-transform: uppercase;
100
- transition: background-color 80ms linear, box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
101
- user-select: none;
102
- vertical-align: middle;
103
- }
104
- .f-button--wrapper .button:hover {
105
- background-color: rgba(var(--kup_button_primary_color_rgb), 0.125);
106
- }
107
- .f-button--wrapper .button:focus {
108
- background-color: rgba(var(--kup_button_primary_color_rgb), 0.175);
109
- }
110
- .f-button--wrapper .button .button__icon {
111
- margin-left: -0.25em;
112
- margin-right: 0.75em;
113
- }
114
- .f-button--wrapper .button .button__label + .button__icon {
115
- margin-left: 0.75em;
116
- margin-right: -0.25em;
117
- }
118
- .f-button--wrapper .button.button--floating, .f-button--wrapper .button.button--raised {
119
- --kup-spinner-color: var(--kup_button_text_on_primary_color);
120
- }
121
- .f-button--wrapper .button.button--floating:not(.button--disabled), .f-button--wrapper .button.button--raised:not(.button--disabled) {
122
- --kup-spinner-border-color: hsl(
123
- var(--kup_button_primary_color_h),
124
- calc(var(--kup_button_primary_color_s) * 0.75),
125
- calc(var(--kup_button_primary_color_l) * 0.85)
126
- );
127
- background-color: var(--kup_button_primary_color);
128
- color: var(--kup_button_text_on_primary_color);
129
- }
130
- .f-button--wrapper .button.button--floating:hover, .f-button--wrapper .button.button--raised:hover {
131
- background-color: hsl(var(--kup_button_primary_color_h), calc(var(--kup_button_primary_color_s) * 0.93), calc(var(--kup_button_primary_color_l) * 1.07));
132
- }
133
- .f-button--wrapper .button.button--floating:focus, .f-button--wrapper .button.button--raised:focus {
134
- background-color: hsl(var(--kup_button_primary_color_h), calc(var(--kup_button_primary_color_s) * 0.88), calc(var(--kup_button_primary_color_l) * 1.12));
135
- }
136
- .f-button--wrapper .button.button--floating.button--disabled, .f-button--wrapper .button.button--raised.button--disabled {
137
- background-color: var(--kup-disabled-background-color);
138
- box-shadow: none;
139
- }
140
- .f-button--wrapper .button.button--floating {
141
- border-radius: 24px;
142
- box-shadow: 0 0.215em 0.35em -1px rgba(var(--kup-text-color-rgb), 0.2), 0 0.43em 0.71em 0 rgba(var(--kup-text-color-rgb), 0.14), 0 0.07em 1.285em 0 rgba(var(--kup-text-color-rgb), 0.12);
143
- font-weight: 500;
144
- font-size: 1em;
145
- height: 3.4em;
146
- width: auto;
147
- padding: 0 1.5em;
148
- }
149
- .f-button--wrapper .button.button--floating.button--no-label {
150
- border-radius: 50%;
151
- height: 4em;
152
- padding: 0;
153
- width: 4em;
154
- }
155
- .f-button--wrapper .button.button--floating:hover, .f-button--wrapper .button.button--floating:focus {
156
- box-shadow: 0 0.35em 0.35em -3px rgba(var(--kup-text-color-rgb), 0.2), 0 0.57em 0.71em 0.07em rgba(var(--kup-text-color-rgb), 0.14), 0 0.21em 1em 0.14em rgba(var(--kup-text-color-rgb), 0.12);
157
- }
158
- .f-button--wrapper .button.button--floating:active {
159
- box-shadow: 0 0.5em 0.57em -4px rgba(var(--kup-text-color-rgb), 0.2), 0 0.85em 1.21em 0.14em rgba(var(--kup-text-color-rgb), 0.14), 0 0.35em 1.57em 0.28em rgba(var(--kup-text-color-rgb), 0.12);
160
- }
161
- .f-button--wrapper .button.button--raised {
162
- box-shadow: 0px 0.1em 0.1em 0 rgba(var(--kup-text-color-rgb), 0.125), 0px 0.2em 1em 0.1em rgba(var(--kup-text-color-rgb), 0.1), 0px 0.25em 1.5em 0.2em rgba(var(--kup-text-color-rgb), 0.075);
163
- }
164
- .f-button--wrapper .button.button--raised:hover {
165
- box-shadow: 0 0.25em 0.25em 0 rgba(var(--kup-text-color-rgb), 0.125), 0 0.75em 1em 0.1em rgba(var(--kup-text-color-rgb), 0.1), 0 0.25em 1.5em 0.2em rgba(var(--kup-text-color-rgb), 0.075);
166
- }
167
- .f-button--wrapper .button.button--outlined {
168
- border-width: 1px;
169
- border-style: solid;
170
- }
171
- .f-button--wrapper .button.button--outlined:not(.button--disabled) {
172
- border-color: var(--kup_button_primary_color);
173
- background-color: transparent;
174
- color: var(--kup_button_primary_color);
175
- }
176
- .f-button--wrapper .button.button--outlined:hover {
177
- background-color: rgba(var(--kup_button_primary_color_rgb), 0.125);
178
- }
179
- .f-button--wrapper .button.button--outlined:focus {
180
- background-color: rgba(var(--kup_button_primary_color_rgb), 0.175);
181
- }
182
- .f-button--wrapper .button.button--outlined.button--disabled {
183
- opacity: 0.75;
184
- border-color: var(--kup_button_disabled_color);
185
- }
186
- .f-button--wrapper .button.button--no-label {
187
- min-width: unset;
188
- padding: 0 0.5em;
189
- }
190
- .f-button--wrapper .button.button--no-label .button__icon {
191
- margin: 0;
192
- }
193
- .f-button--wrapper .button.button--disabled {
194
- color: var(--kup_button_disabled_color);
195
- cursor: auto;
196
- opacity: 0.75;
197
- pointer-events: none;
198
- }
199
- .f-button--wrapper .button .button__spinner-container {
200
- width: 100%;
201
- height: var(--kup_button_spinner_height);
202
- left: 0;
203
- position: absolute;
204
- }
205
- .f-button--wrapper .icon-button {
206
- background-color: transparent;
207
- display: inline-block;
208
- position: relative;
209
- box-sizing: border-box;
210
- border: none;
211
- outline: none;
212
- font-size: var(--kup_button_font_size);
213
- text-decoration: none;
214
- cursor: pointer;
215
- user-select: none;
216
- padding: 0.75em;
217
- border-radius: 50%;
218
- }
219
- .f-button--wrapper .icon-button:hover, .f-button--wrapper .icon-button:focus {
220
- background-color: rgba(var(--kup_button_primary_color_rgb), 0.125);
221
- }
222
- .f-button--wrapper .icon-button .icon-button__icon {
223
- display: flex;
224
- margin: auto;
225
- }
226
- .f-button--wrapper .icon-button .icon-button__icon.icon-button__icon--on {
227
- display: none;
228
- }
229
- .f-button--wrapper .icon-button.button--disabled {
230
- opacity: 0.75;
231
- pointer-events: none;
232
- }
233
- .f-button--wrapper .icon-button .icon-button__spinner-container {
234
- width: var(--kup_button_spinner_width);
235
- height: var(--kup_button_spinner_height);
236
- }
237
- .f-button--wrapper .button--with-spinner {
238
- opacity: 0.8;
239
- pointer-events: none;
240
- }
241
- .f-button--wrapper .content--hidden {
242
- visibility: hidden;
243
- }
244
- .f-button--wrapper.kup-full-height {
245
- height: 100%;
246
- }
247
- .f-button--wrapper.kup-full-height .button {
248
- height: 100%;
249
- }
250
- .f-button--wrapper.kup-full-width {
251
- width: 100%;
252
- }
253
- .f-button--wrapper.kup-full-width .button {
254
- width: 100%;
255
- }
256
- .f-button--wrapper.kup-large button {
257
- font-size: 1.25em;
258
- }
259
- .f-button--wrapper.kup-shaped .button {
260
- border-radius: 18px;
261
- }
262
- .f-button--wrapper.kup-shaped .button.button--floating {
263
- border-radius: 50% 0;
264
- }
265
- .f-button--wrapper.kup-slim button {
266
- font-size: 0.675em;
267
- }
268
- .f-button--wrapper.kup-pulsating .icon-button--on:after {
269
- content: "";
270
- animation: pulsating 1250ms infinite;
271
- position: absolute;
272
- height: 2px;
273
- width: 2px;
274
- top: calc(50% - 1px);
275
- left: calc(50% - 1px);
276
- border-radius: 50%;
277
- }
278
- .f-button--wrapper.kup-danger {
279
- --kup-button-primary-color: var(--kup-danger-color);
280
- --kup-button-primary-color-h: var(--kup-danger-color-h);
281
- --kup-button-primary-color-s: var(--kup-danger-color-s);
282
- --kup-button-primary-color-l: var(--kup-danger-color-l);
283
- --kup-button-primary-color-rgb: var(--kup-danger-color-rgb);
284
- --kup-button-text-on-primary-color: white;
285
- }
286
- .f-button--wrapper.kup-info {
287
- --kup-button-primary-color: var(--kup-info-color);
288
- --kup-button-primary-color-h: var(--kup-info-color-h);
289
- --kup-button-primary-color-s: var(--kup-info-color-s);
290
- --kup-button-primary-color-l: var(--kup-info-color-l);
291
- --kup-button-primary-color-rgb: var(--kup-info-color-rgb);
292
- --kup-button-text-on-primary-color: white;
293
- }
294
- .f-button--wrapper.kup-secondary {
295
- --kup-button-primary-color: var(--kup-secondary-color);
296
- --kup-button-primary-color-h: var(--kup-secondary-color-h);
297
- --kup-button-primary-color-s: var(--kup-secondary-color-s);
298
- --kup-button-primary-color-l: var(--kup-secondary-color-l);
299
- --kup-button-primary-color-rgb: var(--kup-secondary-color-rgb);
300
- --kup-button-text-on-primary-color: var(--kup-text-on-secondary-color);
301
- }
302
- .f-button--wrapper.kup-success {
303
- --kup-button-primary-color: var(--kup-success-color);
304
- --kup-button-primary-color-h: var(--kup-success-color-h);
305
- --kup-button-primary-color-s: var(--kup-success-color-s);
306
- --kup-button-primary-color-l: var(--kup-success-color-l);
307
- --kup-button-primary-color-rgb: var(--kup-success-color-rgb);
308
- --kup-button-text-on-primary-color: white;
309
- }
310
- .f-button--wrapper.kup-warning {
311
- --kup-button-primary-color: var(--kup-warning-color);
312
- --kup-button-primary-color-h: var(--kup-warning-color-h);
313
- --kup-button-primary-color-s: var(--kup-warning-color-s);
314
- --kup-button-primary-color-l: var(--kup-warning-color-l);
315
- --kup-button-primary-color-rgb: var(--kup-warning-color-rgb);
316
- --kup-button-text-on-primary-color: white;
317
- }
318
-
319
- @keyframes pulsating {
320
- 0% {
321
- transform: scale(2);
322
- box-shadow: 0 0 0 0 rgba(var(--kup_button_primary_color_rgb), 0.7);
323
- }
324
- 70% {
325
- transform: scale(2.75);
326
- box-shadow: 0 0 0 10px rgba(var(--kup_button_primary_color_rgb), 0);
327
- }
328
- 100% {
329
- transform: scale(2);
330
- box-shadow: 0 0 0 0 rgba(var(--kup_button_primary_color_rgb), 0);
331
- }
332
- }
333
- .f-chip--wrapper {
334
- --kup_chip_background_color: var(
335
- --kup-chip-background-color,
336
- var(--kup-background-color)
337
- );
338
- --kup_chip_border_radius: var(--kup-chip-border-radius, 16px);
339
- --kup_chip_font_family: var(--kup-chip-font-family, var(--kup-font-family));
340
- --kup_chip_font_size: var(--kup-chip-font-size, var(--kup-font-size));
341
- --kup_chip_font_weight: var(--kup-chip-font-weight, var(--kup-font-weight));
342
- --kup_chip_height: var(--kup-chip-height, 32px);
343
- --kup_chip_margin: var(--kup-chip-margin, 0 4px);
344
- --kup_chip_padding: var(--kup-chip-padding, 0 12px);
345
- --kup_chip_primary_color: var(
346
- --kup-chip-primary-color,
347
- var(--kup-primary-color)
348
- );
349
- --kup_chip_primary_color_rgb: var(
350
- --kup-chip-primary-color-rgb,
351
- var(--kup-primary-color-rgb)
352
- );
353
- --kup_chip_text_color: var(--kup-chip-text-color, var(--kup-text-color));
354
- --kup_chip_text_color_rgb: var(
355
- --kup-chip-text-color-rgb,
356
- var(--kup-text-color-rgb)
357
- );
358
- font-family: var(--kup_chip_font_family);
359
- font-size: var(--kup_chip_font_size);
360
- }
361
- .f-chip--wrapper .chip-set {
362
- padding: 4px;
363
- display: flex;
364
- flex-wrap: wrap;
365
- box-sizing: border-box;
366
- }
367
- .f-chip--wrapper .chip-set .chip {
368
- align-items: center;
369
- display: inline-flex;
370
- position: relative;
371
- background-color: var(--kup_chip_background_color);
372
- background-image: linear-gradient(to right, rgba(var(--kup_chip_text_color_rgb), 0.1) 0%, rgba(var(--kup_chip_text_color_rgb), 0.1) 0.1%, rgba(var(--kup_chip_text_color_rgb), 0.1));
373
- color: var(--kup_chip_text_color);
374
- border-radius: var(--kup_chip_border_radius);
375
- font-size: 0.875em;
376
- font-weight: var(--kup_chip_font_weight);
377
- letter-spacing: 0.0178571429em;
378
- text-decoration: inherit;
379
- text-transform: inherit;
380
- height: var(--kup_chip_height);
381
- box-sizing: border-box;
382
- padding: var(--kup_chip_padding);
383
- border-width: 0;
384
- outline: none;
385
- cursor: pointer;
386
- will-change: transform, opacity;
387
- margin: var(--kup_chip_margin);
388
- }
389
- .f-chip--wrapper .chip-set .chip .chip__icon--leading {
390
- color: var(--kup_chip_text_color);
391
- }
392
- .f-chip--wrapper .chip-set .chip .chip__icon--leading:not(.chip__icon--leading-hidden) {
393
- margin-left: -4px;
394
- margin-right: 6px;
395
- }
396
- .f-chip--wrapper .chip-set .chip .chip__icon--leading .chip__icon--trailing {
397
- position: relative;
398
- }
399
- .f-chip--wrapper .chip-set .chip .chip__icon {
400
- border-radius: 50%;
401
- outline: none;
402
- vertical-align: middle;
403
- }
404
- .f-chip--wrapper .chip-set .chip .chip__icon .chip_icon--leading:not(.chip__icon--leading-hidden) {
405
- width: 20px;
406
- height: 20px;
407
- font-size: 20px;
408
- }
409
- .f-chip--wrapper .chip-set .chip .chip__icon .f-image__icon {
410
- margin: auto;
411
- height: var(--kup_image_height, 100%);
412
- width: var(--kup_image_width, 100%);
413
- }
414
- .f-chip--wrapper .chip-set .chip .chip__checkmark-svg {
415
- width: 0;
416
- height: 20px;
417
- transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
418
- }
419
- .f-chip--wrapper .chip-set .chip .chip__checkmark-path {
420
- transition: stroke-dashoffset 150ms 50ms cubic-bezier(0.4, 0, 0.6, 1);
421
- stroke-width: 2px;
422
- stroke-dashoffset: 29.7833385;
423
- stroke-dasharray: 29.7833385;
424
- }
425
- .f-chip--wrapper .chip-set .chip svg path {
426
- color: var(--kup_chip_text_color);
427
- stroke: var(--kup_chip_text_color);
428
- }
429
- .f-chip--wrapper .chip-set .chip .kup-icon {
430
- background: var(--kup_chip_text_color);
431
- display: block;
432
- width: 18px;
433
- height: 18px;
434
- }
435
- .f-chip--wrapper .chip-set .chip .chip__primary-action {
436
- outline: none;
437
- }
438
- .f-chip--wrapper .chip-set .chip .chip__primary-action .chip__text {
439
- white-space: nowrap;
440
- }
441
- .f-chip--wrapper .chip-set.chip-set--choice .chip--selected {
442
- background-color: var(--kup_chip_background_color);
443
- background-image: linear-gradient(to right, rgba(var(--kup_chip_primary_color_rgb), 0.25) 0%, rgba(var(--kup_chip_primary_color_rgb), 0.25) 0.1%, rgba(var(--kup_chip_primary_color_rgb), 0.25));
444
- color: var(--kup_chip_primary_color);
445
- }
446
- .f-chip--wrapper .chip-set.chip-set--filter .chip__icon--leading {
447
- opacity: 1;
448
- transition: opacity 75ms linear;
449
- transition-delay: -50ms;
450
- }
451
- .f-chip--wrapper .chip-set.chip-set--filter .chip__icon--leading + .chip__checkmark {
452
- opacity: 0;
453
- transition: opacity 75ms linear;
454
- transition-delay: 80ms;
455
- }
456
- .f-chip--wrapper .chip-set.chip-set--filter .chip__icon--leading + .chip__checkmark .chip__checkmark-svg {
457
- transition: width 0ms;
458
- }
459
- .f-chip--wrapper .chip-set.chip-set--filter .chip__icon--leading.chip__icon--leading-hidden {
460
- display: none;
461
- width: 0;
462
- opacity: 0;
463
- }
464
- .f-chip--wrapper .chip-set.chip-set--filter .chip__icon--leading.chip__icon--leading-hidden + .chip__checkmark {
465
- height: 20px;
466
- width: 20px;
467
- opacity: 1;
468
- }
469
- .f-chip--wrapper .chip-set.chip-set--filter .chip--selected .chip__icon--leading {
470
- opacity: 0;
471
- }
472
- .f-chip--wrapper .chip-set.chip-set--filter .chip--selected .chip__checkmark-path {
473
- stroke-dashoffset: 0;
474
- }
475
- .f-chip--wrapper .chip-set.chip-set--filter .chip--selected .chip__checkmark {
476
- margin-left: -4px;
477
- margin-right: 4px;
478
- }
479
- .f-chip--wrapper .chip-set.chip-set--filter .chip--selected .chip__checkmark .chip__checkmark-svg {
480
- height: 20px;
481
- width: 20px;
482
- }
483
- .f-chip--wrapper .chip-set.chip-set--input .kup-clear-icon {
484
- margin-left: 4px;
485
- margin-right: -4px;
486
- }
487
- .f-chip--wrapper .chip-set.chip-set--input .kup-clear-icon:hover {
488
- opacity: 0.75;
489
- }
490
- .f-chip--wrapper :not(svg) {
491
- transform-origin: 0px 0px;
492
- }
493
- .f-chip--wrapper.kup-danger {
494
- --kup-chip-primary-color: var(--kup-danger-color);
495
- --kup-chip-primary-color-rgb: var(--kup-danger-color-rgb);
496
- }
497
- .f-chip--wrapper.kup-info {
498
- --kup-chip-primary-color: var(--kup-info-color);
499
- --kup-chip-primary-color-rgb: var(--kup-info-color-rgb);
500
- }
501
- .f-chip--wrapper.kup-secondary {
502
- --kup-chip-primary-color: var(--kup-secondary-color);
503
- --kup-chip-primary-color-rgb: var(--kup-secondary-color-rgb);
504
- }
505
- .f-chip--wrapper.kup-success {
506
- --kup-chip-primary-color: var(--kup-success-color);
507
- --kup-chip-primary-color-rgb: var(--kup-success-color-rgb);
508
- }
509
- .f-chip--wrapper.kup-warning {
510
- --kup-chip-primary-color: var(--kup-warning-color);
511
- --kup-chip-primary-color-rgb: var(--kup-warning-color-rgb);
512
- }
513
- .f-chip--wrapper .kup-icon.kup-clear-icon {
514
- -webkit-mask: var(--kup-clear-icon);
515
- mask: var(--kup-clear-icon);
516
- }
517
-
518
1
  /**
519
2
  * @prop --kup-box-background-color: Sets background of the component.
520
3
  * @prop --kup-box-color: Sets text color of the component.
@@ -548,17 +31,13 @@
548
31
  font-size: var(--kup_box_font_size);
549
32
  }
550
33
 
551
- .box-section {
552
- text-align: center;
553
- }
554
-
555
34
  .box-component {
556
35
  background: var(--kup_box_background_color);
36
+ transition: border var(--kup_box_transition) ease;
557
37
  }
558
- .box-component.component-dropover {
38
+ .box-component[kup-drag-over] {
559
39
  position: relative;
560
- border: 3px solid var(--kup-border-color);
561
- padding: 5px;
40
+ border: 3px dashed var(--kup-border-color);
562
41
  }
563
42
 
564
43
  #box-container {
@@ -588,14 +67,15 @@
588
67
  cursor: pointer;
589
68
  position: relative;
590
69
  display: flex;
591
- transition: background-color var(--kup_box_transition) ease, box-shadow var(--kup_box_transition) ease;
70
+ transition: background-color var(--kup_box_transition) ease, box-shadow var(--kup_box_transition) ease, border var(--kup_box_transition) ease;
71
+ }
72
+ #box-container .box-wrapper .box.draggable {
73
+ touch-action: none;
74
+ user-select: none;
592
75
  }
593
76
  #box-container .box-wrapper .box.column {
594
77
  flex-direction: column;
595
78
  }
596
- #box-container .box-wrapper .box:hover .box-drag-handler, #box-container .box-wrapper .box.selected .box-drag-handler {
597
- display: inline;
598
- }
599
79
  #box-container .box-wrapper .box:hover {
600
80
  box-shadow: var(--kup_box_hover_box_shadow);
601
81
  }
@@ -605,20 +85,13 @@
605
85
  #box-container .box-wrapper .box.selected .box-section.titled > h3 {
606
86
  background-color: transparent;
607
87
  }
608
- #box-container .box-wrapper .box.item-dragged {
88
+ #box-container .box-wrapper .box[kup-draggable] {
609
89
  opacity: 0.5;
610
90
  }
611
- #box-container .box-wrapper .box.item-dropover {
91
+ #box-container .box-wrapper .box[kup-drag-over] {
92
+ border: 3px dashed var(--kup-border-color);
612
93
  position: relative;
613
94
  z-index: 2;
614
- -webkit-transition: all 200ms ease-in;
615
- -webkit-transform: scale(1.05);
616
- -ms-transition: all 200ms ease-in;
617
- -ms-transform: scale(1.05);
618
- -moz-transition: all 200ms ease-in;
619
- -moz-transform: scale(1.05);
620
- transition: all 200ms ease-in;
621
- transform: scale(1.05);
622
95
  }
623
96
  #box-container .box-wrapper .box .box-section {
624
97
  display: flex;
@@ -640,9 +113,6 @@
640
113
  #box-container .box-wrapper .box .box-section .box-object {
641
114
  min-height: 16px;
642
115
  }
643
- #box-container .box-wrapper .box .box-section .box-object.has-padding {
644
- padding: 1em;
645
- }
646
116
  #box-container .box-wrapper .box .box-section .box-object img {
647
117
  height: auto;
648
118
  }
@@ -658,6 +128,17 @@
658
128
  display: flex;
659
129
  align-items: center;
660
130
  }
131
+ #box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image {
132
+ transition: transform 0.15s;
133
+ }
134
+ #box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image.toggled {
135
+ transform: rotate(-180deg);
136
+ }
137
+ #box-container .box-wrapper .box .box-section.collapse-section .header .header-content .kup-icon.kup-dropdown-icon {
138
+ margin: 0;
139
+ -webkit-mask: var(--kup-dropdown-icon);
140
+ mask: var(--kup-dropdown-icon);
141
+ }
661
142
  #box-container .box-wrapper .box .box-section.collapse-section .content {
662
143
  display: none;
663
144
  width: 100%;
@@ -687,13 +168,6 @@
687
168
  right: 0.5em;
688
169
  z-index: 1;
689
170
  }
690
- #box-container .box-wrapper .box .box-drag-handler {
691
- position: absolute;
692
- bottom: 0.5em;
693
- right: 0.5em;
694
- cursor: grab;
695
- display: none;
696
- }
697
171
  #box-container .box-wrapper .row-actions-wrapper .row-actions-toggler {
698
172
  position: relative;
699
173
  width: 24px;
@@ -744,43 +218,44 @@
744
218
  margin-bottom: 1em;
745
219
  }
746
220
 
747
- .kup-icon:not(.f-image--wrapper) {
748
- background-color: var(--kup-title-color);
749
- margin: 0 0.25em;
750
- height: 1.25em;
751
- width: 1.25em;
752
- }
753
- .kup-icon:not(.f-image--wrapper).obj-icon {
754
- cursor: var(--kup-obj-cursor);
755
- display: inline-block;
756
- background-color: rgba(var(--kup-text-color-rgb), 0.375);
757
- margin: auto 0.5em auto 0;
758
- vertical-align: sub;
759
- }
760
-
761
221
  /*-------------------------------------------------*/
762
222
  /* C o m p o n e n t C l a s s e s */
763
223
  /*-------------------------------------------------*/
764
- :host(.kup-left-aligned) .box-section {
765
- text-align: left;
224
+ :host(.kup-center-aligned) #kup-component .box-section {
225
+ text-align: center;
766
226
  }
767
- :host(.kup-left-aligned) .box-section .f-image--wrapper {
768
- margin-left: 0;
769
- margin-right: auto;
227
+ :host(.kup-center-aligned) #kup-component .box-section .f-cell {
228
+ justify-content: center;
229
+ margin: auto;
230
+ text-align: center;
770
231
  }
771
- :host(.kup-left-aligned) .box-section kup-checkbox {
772
- justify-content: flex-start;
232
+ :host(.kup-center-aligned) #kup-component .box-section .f-cell .f-cell__content {
233
+ justify-content: center;
234
+ margin: auto;
235
+ text-align: center;
236
+ }
237
+ :host(.kup-center-aligned) #kup-component .box-section .f-cell img {
238
+ margin: auto;
773
239
  }
774
240
 
775
- :host(.kup-right-aligned) .box-section {
241
+ :host(.kup-right-aligned) #kup-component .box-section {
776
242
  text-align: right;
777
243
  }
778
- :host(.kup-right-aligned) .box-section .f-image--wrapper {
244
+ :host(.kup-right-aligned) #kup-component .box-section .f-cell {
245
+ justify-content: flex-end;
779
246
  margin-left: auto;
780
247
  margin-right: 0;
248
+ text-align: right;
781
249
  }
782
- :host(.kup-right-aligned) .box-section kup-checkbox {
250
+ :host(.kup-right-aligned) #kup-component .box-section .f-cell .f-cell__content {
783
251
  justify-content: flex-end;
252
+ margin-left: auto;
253
+ margin-right: 0;
254
+ text-align: right;
255
+ }
256
+ :host(.kup-right-aligned) #kup-component .box-section .f-cell img {
257
+ margin-left: auto;
258
+ margin-right: 0;
784
259
  }
785
260
 
786
261
  :host(.kup-top-aligned) #box-container .box-wrapper .box .box-section .column {
@@ -839,212 +314,4 @@
839
314
 
840
315
  :host(.kup-warning) {
841
316
  --kup-box-primary-color-rgb: var(--kup-warning-color-rgb);
842
- }
843
-
844
- /*-------------------------------------------------*/
845
- /* J S O N C l a s s e s */
846
- /*-------------------------------------------------*/
847
- :host .box-section.left-aligned {
848
- text-align: left;
849
- }
850
- :host .box-section.left-aligned .f-image--wrapper {
851
- margin-left: 0;
852
- margin-right: auto;
853
- }
854
- :host .box-section.left-aligned kup-checkbox {
855
- justify-content: flex-start;
856
- }
857
-
858
- :host .box-section.right-aligned {
859
- text-align: right;
860
- }
861
- :host .box-section.right-aligned .f-image--wrapper {
862
- margin-left: auto;
863
- margin-right: 0;
864
- }
865
- :host .box-section.right-aligned kup-checkbox {
866
- justify-content: flex-end;
867
- }
868
-
869
- :host .box-section.center-aligned {
870
- text-align: center;
871
- }
872
- :host .box-section.center-aligned .f-image--wrapper {
873
- margin: auto;
874
- }
875
- :host .box-section.center-aligned kup-checkbox {
876
- justify-content: center;
877
- }
878
-
879
- /*-------------------------------------------------*/
880
- /* J S O N C l a s s e s ( c e l l s ) */
881
- /*-------------------------------------------------*/
882
- .clickable {
883
- cursor: pointer;
884
- }
885
-
886
- .display-on-hover {
887
- opacity: 0;
888
- transition: opacity 0.25s;
889
- }
890
- .display-on-hover:hover {
891
- opacity: 1;
892
- }
893
-
894
- .shaped {
895
- border-radius: 4px;
896
- }
897
-
898
- .strong-text {
899
- font-weight: 600;
900
- }
901
-
902
- .success-text {
903
- color: var(--kup-success-color) !important;
904
- }
905
-
906
- .warning-text {
907
- color: var(--kup-warning-color) !important;
908
- }
909
-
910
- .danger-text {
911
- color: var(--kup-danger-color) !important;
912
- }
913
-
914
- .purple-text {
915
- color: #8e15bf !important;
916
- }
917
-
918
- .success-bg {
919
- background: var(--kup-success-color) !important;
920
- color: white !important;
921
- }
922
-
923
- .warning-bg {
924
- background: var(--kup-warning-color) !important;
925
- }
926
-
927
- .danger-bg {
928
- background: var(--kup-danger-color) !important;
929
- color: white !important;
930
- }
931
-
932
- .teal-bg {
933
- background: #00b4bc !important;
934
- color: white !important;
935
- }
936
-
937
- .orange-bg {
938
- background: #f59729 !important;
939
- color: white !important;
940
- }
941
-
942
- .green-bg {
943
- background: #00be67 !important;
944
- color: white !important;
945
- }
946
-
947
- .grey-bg {
948
- background: #8d8d8d !important;
949
- color: white !important;
950
- }
951
-
952
- .purple-bg {
953
- background: #b88acc !important;
954
- color: white !important;
955
- }
956
-
957
- .top-right-indicator {
958
- position: relative !important;
959
- }
960
- .top-right-indicator.fixed-column, .top-right-indicator.fixed-row {
961
- position: sticky !important;
962
- }
963
- .top-right-indicator:after {
964
- content: "";
965
- border-width: 0 0 0.5em 0.5em;
966
- border-color: transparent transparent var(--kup-secondary-color) transparent;
967
- border-style: solid;
968
- transform: rotate(270deg);
969
- position: absolute;
970
- right: 0;
971
- top: 0;
972
- }
973
-
974
- .link {
975
- color: #0000ee;
976
- text-decoration: underline;
977
- }
978
-
979
- .c-vertical-text * {
980
- text-align: center;
981
- writing-mode: vertical-lr;
982
- }
983
-
984
- .c-right-aligned * {
985
- flex-flow: row-reverse;
986
- }
987
-
988
- .c-centered * {
989
- margin: auto;
990
- max-width: max-content;
991
- }
992
-
993
- .c-fitted * {
994
- max-width: max-content;
995
- }
996
-
997
- .c-shaped * {
998
- border-radius: 4px;
999
- }
1000
-
1001
- .c-hor-padded * {
1002
- box-sizing: border-box;
1003
- padding-left: 0.5em;
1004
- padding-right: 0.5em;
1005
- }
1006
-
1007
- .c-ver-padded * {
1008
- box-sizing: border-box;
1009
- padding-top: 0.5em;
1010
- padding-bottom: 0.5em;
1011
- }
1012
-
1013
- .c-success-bg * {
1014
- background: var(--kup-success-color) !important;
1015
- color: white !important;
1016
- }
1017
-
1018
- .c-warning-bg * {
1019
- background: var(--kup-warning-color) !important;
1020
- }
1021
-
1022
- .c-danger-bg * {
1023
- background: var(--kup-danger-color) !important;
1024
- color: white !important;
1025
- }
1026
-
1027
- .c-teal-bg * {
1028
- background: #00b4bc !important;
1029
- color: white !important;
1030
- }
1031
-
1032
- .c-orange-bg * {
1033
- background: #f59729 !important;
1034
- color: white !important;
1035
- }
1036
-
1037
- .c-green-bg * {
1038
- background: #00be67 !important;
1039
- color: white !important;
1040
- }
1041
-
1042
- .c-grey-bg * {
1043
- background: #8d8d8d !important;
1044
- color: white !important;
1045
- }
1046
-
1047
- .c-purple-bg * {
1048
- background: #b88acc !important;
1049
- color: white !important;
1050
317
  }