@sme.up/ketchup 9.6.2 → 9.6.3

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 (275) hide show
  1. package/dist/cjs/{f-button-4c346ca8.js → f-button-9a0eba42.js} +2 -2
  2. package/dist/cjs/{f-cell-8f3d12fd.js → f-cell-1ad41071.js} +51 -9
  3. package/dist/cjs/{f-checkbox-bfa92ebe.js → f-checkbox-1fa28e76.js} +1 -1
  4. package/dist/cjs/{f-chip-a6c800be.js → f-chip-48851b4f.js} +3 -3
  5. package/dist/cjs/{f-image-40476fa6.js → f-image-541e5f4d.js} +2 -2
  6. package/dist/cjs/{f-paginator-utils-c652ceaa.js → f-paginator-utils-8ff2a9b4.js} +7 -4
  7. package/dist/cjs/{f-text-field-1f77ef23.js → f-text-field-ac5d6497.js} +2 -2
  8. package/dist/cjs/{index-db0a6be6.js → index-958d0399.js} +21 -26
  9. package/dist/cjs/index.cjs.js +3 -3
  10. package/dist/cjs/ketchup.cjs.js +3 -3
  11. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  12. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +47 -46
  13. package/dist/cjs/kup-box.cjs.entry.js +60 -20
  14. package/dist/cjs/kup-calendar.cjs.entry.js +7 -7
  15. package/dist/cjs/kup-card-list.cjs.entry.js +4 -4
  16. package/dist/cjs/kup-cell.cjs.entry.js +10 -10
  17. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +8 -8
  18. package/dist/cjs/kup-dashboard.cjs.entry.js +8 -8
  19. package/dist/cjs/{kup-dates-4aa560f0.js → kup-dates-b7d53b4d.js} +25 -8
  20. package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
  21. package/dist/cjs/kup-echart.cjs.entry.js +4 -4
  22. package/dist/cjs/kup-editor.cjs.entry.js +3 -3
  23. package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
  24. package/dist/cjs/kup-gantt_10.cjs.entry.js +20 -14
  25. package/dist/cjs/kup-grid.cjs.entry.js +4 -4
  26. package/dist/cjs/kup-iframe.cjs.entry.js +4 -4
  27. package/dist/cjs/kup-image-list.cjs.entry.js +138 -50
  28. package/dist/cjs/kup-lazy.cjs.entry.js +4 -4
  29. package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
  30. package/dist/cjs/{kup-manager-08f1585b.js → kup-manager-26a9154b.js} +631 -33
  31. package/dist/cjs/kup-nav-bar.cjs.entry.js +4 -4
  32. package/dist/cjs/kup-numeric-picker.cjs.entry.js +5 -5
  33. package/dist/cjs/kup-photo-frame.cjs.entry.js +4 -4
  34. package/dist/cjs/{kup-planner-renderer-helper-f0c869d7.js → kup-planner-renderer-helper-680bbd5a.js} +3 -23
  35. package/dist/cjs/kup-planner-renderer.cjs.entry.js +13 -6
  36. package/dist/cjs/kup-planner.cjs.entry.js +12 -6
  37. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  38. package/dist/cjs/kup-qlik.cjs.entry.js +4 -4
  39. package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
  40. package/dist/cjs/loader.cjs.js +2 -2
  41. package/dist/collection/assets/data-table.js +7 -2
  42. package/dist/collection/assets/image-list.js +20 -0
  43. package/dist/collection/assets/index.js +4 -0
  44. package/dist/collection/assets/planner-example-6.js +983 -0
  45. package/dist/collection/collection-manifest.json +1 -1
  46. package/dist/collection/components/kup-accordion/kup-accordion.css +128 -0
  47. package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +128 -0
  48. package/dist/collection/components/kup-badge/kup-badge.css +128 -0
  49. package/dist/collection/components/kup-box/kup-box.css +128 -0
  50. package/dist/collection/components/kup-box/kup-box.js +49 -9
  51. package/dist/collection/components/kup-button/kup-button.css +128 -0
  52. package/dist/collection/components/kup-button-list/kup-button-list.css +128 -0
  53. package/dist/collection/components/kup-calendar/kup-calendar.css +128 -0
  54. package/dist/collection/components/kup-card/kup-card.css +128 -0
  55. package/dist/collection/components/kup-card-list/kup-card-list.css +128 -0
  56. package/dist/collection/components/kup-cell/kup-cell.css +128 -0
  57. package/dist/collection/components/kup-chart/kup-chart.css +128 -0
  58. package/dist/collection/components/kup-checkbox/kup-checkbox.css +128 -0
  59. package/dist/collection/components/kup-chip/kup-chip.css +128 -0
  60. package/dist/collection/components/kup-color-picker/kup-color-picker.css +128 -0
  61. package/dist/collection/components/kup-combobox/kup-combobox.css +128 -0
  62. package/dist/collection/components/kup-dashboard/kup-dashboard.css +128 -0
  63. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
  64. package/dist/collection/components/kup-data-table/kup-data-table.css +133 -0
  65. package/dist/collection/components/kup-data-table/kup-data-table.js +28 -9
  66. package/dist/collection/components/kup-date-picker/kup-date-picker.css +128 -0
  67. package/dist/collection/components/kup-dialog/kup-dialog.css +128 -0
  68. package/dist/collection/components/kup-drawer/kup-drawer.css +128 -0
  69. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +128 -0
  70. package/dist/collection/components/kup-echart/kup-echart.css +128 -0
  71. package/dist/collection/components/kup-family-tree/kup-family-tree.css +128 -0
  72. package/dist/collection/components/kup-form/kup-form.css +128 -0
  73. package/dist/collection/components/kup-gauge/kup-gauge.css +128 -0
  74. package/dist/collection/components/kup-grid/kup-grid.css +128 -0
  75. package/dist/collection/components/kup-iframe/kup-iframe.css +128 -0
  76. package/dist/collection/components/kup-image/kup-image.css +128 -0
  77. package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +2 -0
  78. package/dist/collection/components/kup-image-list/kup-image-list.css +158 -18
  79. package/dist/collection/components/kup-image-list/kup-image-list.js +175 -46
  80. package/dist/collection/components/kup-lazy/kup-lazy.css +128 -0
  81. package/dist/collection/components/kup-list/kup-list.css +128 -0
  82. package/dist/collection/components/kup-magic-box/kup-magic-box.css +128 -0
  83. package/dist/collection/components/kup-nav-bar/kup-nav-bar.css +128 -0
  84. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.css +128 -0
  85. package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +128 -0
  86. package/dist/collection/components/kup-planner/kup-planner.css +128 -0
  87. package/dist/collection/components/kup-planner/kup-planner.js +7 -1
  88. package/dist/collection/components/kup-planner/utils/custom-task-list-header.module.css +128 -0
  89. package/dist/collection/components/kup-planner/utils/gantt-table.module.css +128 -0
  90. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.css +128 -0
  91. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +29 -2
  92. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.css +128 -0
  93. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +1 -1
  94. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.css +128 -0
  95. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +128 -0
  96. package/dist/collection/components/kup-planner/utils/kup-planner-renderer-helper.js +2 -22
  97. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +37 -4
  98. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.css +128 -0
  99. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  100. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.css +128 -0
  101. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.css +128 -0
  102. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +128 -0
  103. package/dist/collection/components/kup-progress-bar/kup-progress-bar.css +128 -0
  104. package/dist/collection/components/kup-qlik/kup-qlik.css +128 -0
  105. package/dist/collection/components/kup-radio/kup-radio.css +128 -0
  106. package/dist/collection/components/kup-rating/kup-rating.css +128 -0
  107. package/dist/collection/components/kup-snackbar/kup-snackbar.css +128 -0
  108. package/dist/collection/components/kup-spinner/kup-spinner.css +128 -0
  109. package/dist/collection/components/kup-switch/kup-switch.css +128 -0
  110. package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +128 -0
  111. package/dist/collection/components/kup-text-field/kup-text-field.css +128 -0
  112. package/dist/collection/components/kup-time-picker/kup-time-picker.css +128 -0
  113. package/dist/collection/components/kup-tree/kup-tree.css +128 -0
  114. package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -0
  115. package/dist/collection/f-components/f-cell/f-cell.js +44 -2
  116. package/dist/collection/f-components/f-paginator/f-paginator.js +3 -0
  117. package/dist/collection/managers/kup-dates/kup-dates.js +18 -8
  118. package/dist/collection/managers/kup-interact/kup-interact.js +7 -0
  119. package/dist/collection/utils/cell-utils.js +2 -2
  120. package/dist/components/custom-task-list-header.js +1 -1
  121. package/dist/components/custom-task-list-table.js +1 -1
  122. package/dist/components/kup-accordion.js +1 -1
  123. package/dist/components/kup-autocomplete2.js +85 -38
  124. package/dist/components/kup-box2.js +50 -10
  125. package/dist/components/kup-calendar.js +1 -1
  126. package/dist/components/kup-card-list.js +1 -1
  127. package/dist/components/kup-cell.js +1 -1
  128. package/dist/components/kup-dashboard.js +1 -1
  129. package/dist/components/kup-dates.js +25 -8
  130. package/dist/components/kup-drawer.js +1 -1
  131. package/dist/components/kup-echart2.js +1 -1
  132. package/dist/components/kup-family-tree.js +1 -1
  133. package/dist/components/kup-gantt-calendar2.js +2 -2
  134. package/dist/components/kup-gantt2.js +11 -4
  135. package/dist/components/kup-grid-renderer2.js +1 -1
  136. package/dist/components/kup-grid2.js +1 -1
  137. package/dist/components/kup-horizontal-scroll2.js +1 -1
  138. package/dist/components/kup-iframe.js +1 -1
  139. package/dist/components/kup-image-list.js +132 -42
  140. package/dist/components/kup-lazy.js +1 -1
  141. package/dist/components/kup-magic-box.js +1 -1
  142. package/dist/components/kup-manager.js +629 -31
  143. package/dist/components/kup-nav-bar.js +1 -1
  144. package/dist/components/kup-numeric-picker.js +1 -1
  145. package/dist/components/kup-photo-frame.js +1 -1
  146. package/dist/components/kup-planner-renderer-helper.js +2 -22
  147. package/dist/components/kup-planner-renderer2.js +12 -4
  148. package/dist/components/kup-planner.js +8 -2
  149. package/dist/components/kup-qlik.js +1 -1
  150. package/dist/components/kup-snackbar.js +1 -1
  151. package/dist/components/kup-standard-tooltip2.js +1 -1
  152. package/dist/components/kup-switcher2.js +1 -1
  153. package/dist/components/kup-task-list-header2.js +1 -1
  154. package/dist/components/kup-task-list-table2.js +2 -2
  155. package/dist/components/kup-task-list2.js +1 -1
  156. package/dist/components/kup-tooltip2.js +1 -1
  157. package/dist/components/kup-vertical-scroll2.js +1 -1
  158. package/dist/esm/{f-button-90a7ea86.js → f-button-45d690a5.js} +2 -2
  159. package/dist/esm/{f-cell-fdd338c5.js → f-cell-63db06db.js} +51 -9
  160. package/dist/esm/{f-checkbox-fdf27ce9.js → f-checkbox-ddb6234e.js} +1 -1
  161. package/dist/esm/{f-chip-4e6341a6.js → f-chip-f1ab6c5e.js} +3 -3
  162. package/dist/esm/{f-image-5210f0b3.js → f-image-8b382cc5.js} +2 -2
  163. package/dist/esm/{f-paginator-utils-3f179999.js → f-paginator-utils-ae563cd5.js} +7 -4
  164. package/dist/esm/{f-text-field-8429a853.js → f-text-field-b5fcb598.js} +2 -2
  165. package/dist/esm/{index-bbef9f2a.js → index-460631fd.js} +21 -26
  166. package/dist/esm/index.js +3 -3
  167. package/dist/esm/ketchup.js +4 -4
  168. package/dist/esm/kup-accordion.entry.js +5 -5
  169. package/dist/esm/kup-autocomplete_27.entry.js +47 -46
  170. package/dist/esm/kup-box.entry.js +60 -20
  171. package/dist/esm/kup-calendar.entry.js +7 -7
  172. package/dist/esm/kup-card-list.entry.js +4 -4
  173. package/dist/esm/kup-cell.entry.js +10 -10
  174. package/dist/esm/kup-custom-task-list-header_4.entry.js +8 -8
  175. package/dist/esm/kup-dashboard.entry.js +8 -8
  176. package/dist/esm/{kup-dates-172954df.js → kup-dates-4ad48be7.js} +25 -8
  177. package/dist/esm/kup-drawer.entry.js +4 -4
  178. package/dist/esm/kup-echart.entry.js +4 -4
  179. package/dist/esm/kup-editor.entry.js +3 -3
  180. package/dist/esm/kup-family-tree.entry.js +6 -6
  181. package/dist/esm/kup-gantt_10.entry.js +20 -14
  182. package/dist/esm/kup-grid.entry.js +4 -4
  183. package/dist/esm/kup-iframe.entry.js +4 -4
  184. package/dist/esm/kup-image-list.entry.js +138 -50
  185. package/dist/esm/kup-lazy.entry.js +4 -4
  186. package/dist/esm/kup-magic-box.entry.js +5 -5
  187. package/dist/esm/{kup-manager-8b39f876.js → kup-manager-cdb4f21a.js} +631 -33
  188. package/dist/esm/kup-nav-bar.entry.js +4 -4
  189. package/dist/esm/kup-numeric-picker.entry.js +5 -5
  190. package/dist/esm/kup-photo-frame.entry.js +4 -4
  191. package/dist/esm/{kup-planner-renderer-helper-5d97e075.js → kup-planner-renderer-helper-da0518be.js} +3 -23
  192. package/dist/esm/kup-planner-renderer.entry.js +13 -6
  193. package/dist/esm/kup-planner.entry.js +12 -6
  194. package/dist/esm/kup-probe.entry.js +3 -3
  195. package/dist/esm/kup-qlik.entry.js +4 -4
  196. package/dist/esm/kup-snackbar.entry.js +6 -6
  197. package/dist/esm/loader.js +3 -3
  198. package/dist/ketchup/index.esm.js +1 -1
  199. package/dist/ketchup/ketchup.esm.js +1 -1
  200. package/dist/ketchup/p-090e5097.entry.js +1 -0
  201. package/dist/ketchup/p-1474852d.entry.js +1 -0
  202. package/dist/ketchup/{p-ee30e274.entry.js → p-157f0e89.entry.js} +1 -1
  203. package/dist/ketchup/p-1cd48eea.entry.js +1 -0
  204. package/dist/ketchup/p-21351b19.entry.js +1 -0
  205. package/dist/ketchup/p-2b40d9b9.entry.js +1 -0
  206. package/dist/ketchup/p-31c0cfc0.entry.js +1 -0
  207. package/dist/ketchup/p-41e8402e.entry.js +1 -0
  208. package/dist/ketchup/p-47040db6.js +2 -0
  209. package/dist/ketchup/{p-82694fad.entry.js → p-4c100286.entry.js} +1 -1
  210. package/dist/ketchup/p-4dfc5927.entry.js +1 -0
  211. package/dist/ketchup/{p-35d503e2.js → p-590c34bc.js} +1 -1
  212. package/dist/ketchup/p-5c79cb74.js +1 -0
  213. package/dist/ketchup/p-670354ef.entry.js +1 -0
  214. package/dist/ketchup/p-837bd0a6.entry.js +1 -0
  215. package/dist/ketchup/p-935f58fc.js +1 -0
  216. package/dist/ketchup/{p-2778f948.js → p-9852b1e9.js} +1 -1
  217. package/dist/ketchup/p-9a856951.js +28 -0
  218. package/dist/ketchup/{p-86f9b0d9.js → p-a5074ce4.js} +1 -1
  219. package/dist/ketchup/p-ad6a3c2a.entry.js +1 -0
  220. package/dist/ketchup/p-b6a21b6a.entry.js +1 -0
  221. package/dist/ketchup/{p-5e16c9d3.js → p-ba0f28b7.js} +1 -1
  222. package/dist/ketchup/{p-f9766625.js → p-bedabdb5.js} +1 -1
  223. package/dist/ketchup/p-c6b34763.entry.js +1 -0
  224. package/dist/ketchup/p-ca42a421.entry.js +16 -0
  225. package/dist/ketchup/{p-4eb70dd2.entry.js → p-ca8a1f53.entry.js} +4 -4
  226. package/dist/ketchup/p-cbe42afd.entry.js +1 -0
  227. package/dist/ketchup/p-cc7352a8.entry.js +1 -0
  228. package/dist/ketchup/{p-c089b961.js → p-d50515f7.js} +1 -1
  229. package/dist/ketchup/p-d608f866.entry.js +1 -0
  230. package/dist/ketchup/p-d839ce21.entry.js +9 -0
  231. package/dist/ketchup/p-d9284d98.entry.js +1 -0
  232. package/dist/ketchup/p-e0a1fbe7.entry.js +1 -0
  233. package/dist/ketchup/p-e0c10de2.entry.js +1 -0
  234. package/dist/ketchup/{p-dc18691c.js → p-e2bf2bb6.js} +1 -1
  235. package/dist/ketchup/{p-4c20fefd.entry.js → p-e508b2fd.entry.js} +1 -1
  236. package/dist/ketchup/p-ec4050e1.entry.js +1 -0
  237. package/dist/types/components/kup-box/kup-box.d.ts +1 -0
  238. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -0
  239. package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -0
  240. package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +19 -4
  241. package/dist/types/components/kup-image-list/kup-image-list.d.ts +13 -11
  242. package/dist/types/components/kup-planner/kup-planner.d.ts +1 -0
  243. package/dist/types/components/kup-planner/utils/kup-gantt/kup-gantt.d.ts +4 -0
  244. package/dist/types/components/kup-planner/utils/kup-planner-renderer.d.ts +6 -0
  245. package/dist/types/components.d.ts +44 -8
  246. package/dist/types/f-components/f-image/f-image-declarations.d.ts +3 -4
  247. package/dist/types/managers/kup-dates/kup-dates.d.ts +2 -2
  248. package/dist/types/managers/kup-interact/kup-interact.d.ts +5 -0
  249. package/package.json +1 -1
  250. package/dist/ketchup/p-02820c2b.entry.js +0 -1
  251. package/dist/ketchup/p-09d853c3.entry.js +0 -1
  252. package/dist/ketchup/p-14e1a36b.entry.js +0 -1
  253. package/dist/ketchup/p-1936c6cd.entry.js +0 -1
  254. package/dist/ketchup/p-1ad7fea0.js +0 -2
  255. package/dist/ketchup/p-318c9ecd.entry.js +0 -1
  256. package/dist/ketchup/p-35dce86e.entry.js +0 -1
  257. package/dist/ketchup/p-3c9ac0fd.entry.js +0 -1
  258. package/dist/ketchup/p-5739cdc2.entry.js +0 -1
  259. package/dist/ketchup/p-5ab3a88a.entry.js +0 -1
  260. package/dist/ketchup/p-6780a391.js +0 -1
  261. package/dist/ketchup/p-67930d7c.entry.js +0 -1
  262. package/dist/ketchup/p-6953f769.entry.js +0 -1
  263. package/dist/ketchup/p-7d2fd8bd.entry.js +0 -1
  264. package/dist/ketchup/p-8257141a.entry.js +0 -1
  265. package/dist/ketchup/p-8ea68d14.entry.js +0 -1
  266. package/dist/ketchup/p-98c72335.entry.js +0 -1
  267. package/dist/ketchup/p-ab8cac45.entry.js +0 -1
  268. package/dist/ketchup/p-b5d3c24d.entry.js +0 -1
  269. package/dist/ketchup/p-cdb24584.entry.js +0 -1
  270. package/dist/ketchup/p-d466d6d1.entry.js +0 -1
  271. package/dist/ketchup/p-de07d17e.js +0 -1
  272. package/dist/ketchup/p-df450df9.entry.js +0 -16
  273. package/dist/ketchup/p-f31530fc.js +0 -28
  274. package/dist/ketchup/p-f353805e.entry.js +0 -1
  275. package/dist/ketchup/p-f515308d.entry.js +0 -9
@@ -1,3 +1,131 @@
1
+ .kup-body-compact-01 {
2
+ font-family: var(--kup-font-family);
3
+ font-size: 14px;
4
+ line-height: 18px;
5
+ font-weight: 400;
6
+ letter-spacing: 0.16px;
7
+ }
8
+
9
+ .kup-body-01 {
10
+ font-family: var(--kup-font-family);
11
+ font-size: 14px;
12
+ line-height: 20px;
13
+ font-weight: 400;
14
+ letter-spacing: 0.16px;
15
+ }
16
+
17
+ .kup-code-01 {
18
+ font-family: var(--kup-font-family-monospace);
19
+ font-size: 12px;
20
+ line-height: 16px;
21
+ font-weight: 400;
22
+ letter-spacing: 0.32px;
23
+ }
24
+
25
+ .kup-label-01 {
26
+ font-family: var(--kup-font-family);
27
+ font-size: 12px;
28
+ line-height: 16px;
29
+ font-weight: 400;
30
+ letter-spacing: 0.32px;
31
+ }
32
+
33
+ .kup-caption-02 {
34
+ font-family: var(--kup-font-family);
35
+ font-size: 12px;
36
+ line-height: 15px;
37
+ font-weight: 500;
38
+ letter-spacing: 1px;
39
+ }
40
+
41
+ .kup-caption-01 {
42
+ font-family: var(--kup-font-family);
43
+ font-size: 10px;
44
+ line-height: 13px;
45
+ font-weight: 400;
46
+ letter-spacing: 1px;
47
+ }
48
+
49
+ .kup-small-label-01 {
50
+ font-family: var(--kup-font-family);
51
+ font-size: 6px;
52
+ line-height: 9px;
53
+ font-weight: 400;
54
+ letter-spacing: 1px;
55
+ }
56
+
57
+ .kup-heading-compact-01 {
58
+ font-family: var(--kup-font-family);
59
+ font-size: 14px;
60
+ line-height: 18px;
61
+ font-weight: 600;
62
+ letter-spacing: 0.16px;
63
+ }
64
+
65
+ .kup-heading-01 {
66
+ font-family: var(--kup-font-family);
67
+ font-size: 14px;
68
+ line-height: 20px;
69
+ font-weight: 600;
70
+ letter-spacing: 0.16px;
71
+ }
72
+
73
+ .kup-heading-02 {
74
+ font-family: var(--kup-font-family);
75
+ font-size: 16px;
76
+ line-height: 24px;
77
+ font-weight: 500;
78
+ letter-spacing: 0;
79
+ }
80
+
81
+ .kup-heading-03 {
82
+ font-family: var(--kup-font-family);
83
+ font-size: 20px;
84
+ line-height: 28px;
85
+ font-weight: 400;
86
+ letter-spacing: 0;
87
+ }
88
+
89
+ .kup-heading-04 {
90
+ font-family: var(--kup-font-family);
91
+ font-size: 28px;
92
+ line-height: 36px;
93
+ font-weight: 400;
94
+ letter-spacing: 0;
95
+ }
96
+
97
+ .kup-heading-05 {
98
+ font-family: var(--kup-font-family);
99
+ font-size: 32px;
100
+ line-height: 40px;
101
+ font-weight: 300;
102
+ letter-spacing: 0;
103
+ }
104
+
105
+ .kup-heading-06 {
106
+ font-family: var(--kup-font-family);
107
+ font-size: 42px;
108
+ line-height: 50px;
109
+ font-weight: 300;
110
+ letter-spacing: 0;
111
+ }
112
+
113
+ .kup-heading-07 {
114
+ font-family: var(--kup-font-family);
115
+ font-size: 54px;
116
+ line-height: 64px;
117
+ font-weight: 300;
118
+ letter-spacing: 0;
119
+ }
120
+
121
+ .kup-heading-08 {
122
+ font-family: var(--kup-font-family);
123
+ font-size: 54px;
124
+ line-height: 64px;
125
+ font-weight: 600;
126
+ letter-spacing: 0;
127
+ }
128
+
1
129
  :host {
2
130
  display: block;
3
131
  font-size: var(--kup-font-size);
@@ -1,3 +1,131 @@
1
+ .kup-body-compact-01 {
2
+ font-family: var(--kup-font-family);
3
+ font-size: 14px;
4
+ line-height: 18px;
5
+ font-weight: 400;
6
+ letter-spacing: 0.16px;
7
+ }
8
+
9
+ .kup-body-01 {
10
+ font-family: var(--kup-font-family);
11
+ font-size: 14px;
12
+ line-height: 20px;
13
+ font-weight: 400;
14
+ letter-spacing: 0.16px;
15
+ }
16
+
17
+ .kup-code-01 {
18
+ font-family: var(--kup-font-family-monospace);
19
+ font-size: 12px;
20
+ line-height: 16px;
21
+ font-weight: 400;
22
+ letter-spacing: 0.32px;
23
+ }
24
+
25
+ .kup-label-01 {
26
+ font-family: var(--kup-font-family);
27
+ font-size: 12px;
28
+ line-height: 16px;
29
+ font-weight: 400;
30
+ letter-spacing: 0.32px;
31
+ }
32
+
33
+ .kup-caption-02 {
34
+ font-family: var(--kup-font-family);
35
+ font-size: 12px;
36
+ line-height: 15px;
37
+ font-weight: 500;
38
+ letter-spacing: 1px;
39
+ }
40
+
41
+ .kup-caption-01 {
42
+ font-family: var(--kup-font-family);
43
+ font-size: 10px;
44
+ line-height: 13px;
45
+ font-weight: 400;
46
+ letter-spacing: 1px;
47
+ }
48
+
49
+ .kup-small-label-01 {
50
+ font-family: var(--kup-font-family);
51
+ font-size: 6px;
52
+ line-height: 9px;
53
+ font-weight: 400;
54
+ letter-spacing: 1px;
55
+ }
56
+
57
+ .kup-heading-compact-01 {
58
+ font-family: var(--kup-font-family);
59
+ font-size: 14px;
60
+ line-height: 18px;
61
+ font-weight: 600;
62
+ letter-spacing: 0.16px;
63
+ }
64
+
65
+ .kup-heading-01 {
66
+ font-family: var(--kup-font-family);
67
+ font-size: 14px;
68
+ line-height: 20px;
69
+ font-weight: 600;
70
+ letter-spacing: 0.16px;
71
+ }
72
+
73
+ .kup-heading-02 {
74
+ font-family: var(--kup-font-family);
75
+ font-size: 16px;
76
+ line-height: 24px;
77
+ font-weight: 500;
78
+ letter-spacing: 0;
79
+ }
80
+
81
+ .kup-heading-03 {
82
+ font-family: var(--kup-font-family);
83
+ font-size: 20px;
84
+ line-height: 28px;
85
+ font-weight: 400;
86
+ letter-spacing: 0;
87
+ }
88
+
89
+ .kup-heading-04 {
90
+ font-family: var(--kup-font-family);
91
+ font-size: 28px;
92
+ line-height: 36px;
93
+ font-weight: 400;
94
+ letter-spacing: 0;
95
+ }
96
+
97
+ .kup-heading-05 {
98
+ font-family: var(--kup-font-family);
99
+ font-size: 32px;
100
+ line-height: 40px;
101
+ font-weight: 300;
102
+ letter-spacing: 0;
103
+ }
104
+
105
+ .kup-heading-06 {
106
+ font-family: var(--kup-font-family);
107
+ font-size: 42px;
108
+ line-height: 50px;
109
+ font-weight: 300;
110
+ letter-spacing: 0;
111
+ }
112
+
113
+ .kup-heading-07 {
114
+ font-family: var(--kup-font-family);
115
+ font-size: 54px;
116
+ line-height: 64px;
117
+ font-weight: 300;
118
+ letter-spacing: 0;
119
+ }
120
+
121
+ .kup-heading-08 {
122
+ font-family: var(--kup-font-family);
123
+ font-size: 54px;
124
+ line-height: 64px;
125
+ font-weight: 600;
126
+ letter-spacing: 0;
127
+ }
128
+
1
129
  :host {
2
130
  width: 100%;
3
131
  height: 100%;
@@ -29,6 +29,7 @@ export var KupDataTableProps;
29
29
  KupDataTableProps["insertMode"] = "Enables insert mode.";
30
30
  KupDataTableProps["isFocusable"] = "When set to true, clicked-on rows will have a visual feedback.";
31
31
  KupDataTableProps["lazyLoadRows"] = "When set to true, extra rows will be automatically loaded once the last row enters the viewport. When groups are present, the number of rows is referred to groups and not to their content. Paginator is disabled.";
32
+ KupDataTableProps["legacyLook"] = "When enabled, the extra whitespaces will be displayed and the font will be set to monospace by default.";
32
33
  KupDataTableProps["lineBreakCharacter"] = "Defines the placeholder character which will be replaced by a line break inside table header cells, normal or sticky.";
33
34
  KupDataTableProps["loadMoreLimit"] = "Sets a maximum limit of new records which can be required by the load more functionality.";
34
35
  KupDataTableProps["loadMoreMode"] = "Establish the modality of how many new records will be downloaded. This property is regulated also by loadMoreStep.";
@@ -1,3 +1,131 @@
1
+ .kup-body-compact-01 {
2
+ font-family: var(--kup-font-family);
3
+ font-size: 14px;
4
+ line-height: 18px;
5
+ font-weight: 400;
6
+ letter-spacing: 0.16px;
7
+ }
8
+
9
+ .kup-body-01 {
10
+ font-family: var(--kup-font-family);
11
+ font-size: 14px;
12
+ line-height: 20px;
13
+ font-weight: 400;
14
+ letter-spacing: 0.16px;
15
+ }
16
+
17
+ .kup-code-01 {
18
+ font-family: var(--kup-font-family-monospace);
19
+ font-size: 12px;
20
+ line-height: 16px;
21
+ font-weight: 400;
22
+ letter-spacing: 0.32px;
23
+ }
24
+
25
+ .kup-label-01 {
26
+ font-family: var(--kup-font-family);
27
+ font-size: 12px;
28
+ line-height: 16px;
29
+ font-weight: 400;
30
+ letter-spacing: 0.32px;
31
+ }
32
+
33
+ .kup-caption-02 {
34
+ font-family: var(--kup-font-family);
35
+ font-size: 12px;
36
+ line-height: 15px;
37
+ font-weight: 500;
38
+ letter-spacing: 1px;
39
+ }
40
+
41
+ .kup-caption-01 {
42
+ font-family: var(--kup-font-family);
43
+ font-size: 10px;
44
+ line-height: 13px;
45
+ font-weight: 400;
46
+ letter-spacing: 1px;
47
+ }
48
+
49
+ .kup-small-label-01 {
50
+ font-family: var(--kup-font-family);
51
+ font-size: 6px;
52
+ line-height: 9px;
53
+ font-weight: 400;
54
+ letter-spacing: 1px;
55
+ }
56
+
57
+ .kup-heading-compact-01 {
58
+ font-family: var(--kup-font-family);
59
+ font-size: 14px;
60
+ line-height: 18px;
61
+ font-weight: 600;
62
+ letter-spacing: 0.16px;
63
+ }
64
+
65
+ .kup-heading-01 {
66
+ font-family: var(--kup-font-family);
67
+ font-size: 14px;
68
+ line-height: 20px;
69
+ font-weight: 600;
70
+ letter-spacing: 0.16px;
71
+ }
72
+
73
+ .kup-heading-02 {
74
+ font-family: var(--kup-font-family);
75
+ font-size: 16px;
76
+ line-height: 24px;
77
+ font-weight: 500;
78
+ letter-spacing: 0;
79
+ }
80
+
81
+ .kup-heading-03 {
82
+ font-family: var(--kup-font-family);
83
+ font-size: 20px;
84
+ line-height: 28px;
85
+ font-weight: 400;
86
+ letter-spacing: 0;
87
+ }
88
+
89
+ .kup-heading-04 {
90
+ font-family: var(--kup-font-family);
91
+ font-size: 28px;
92
+ line-height: 36px;
93
+ font-weight: 400;
94
+ letter-spacing: 0;
95
+ }
96
+
97
+ .kup-heading-05 {
98
+ font-family: var(--kup-font-family);
99
+ font-size: 32px;
100
+ line-height: 40px;
101
+ font-weight: 300;
102
+ letter-spacing: 0;
103
+ }
104
+
105
+ .kup-heading-06 {
106
+ font-family: var(--kup-font-family);
107
+ font-size: 42px;
108
+ line-height: 50px;
109
+ font-weight: 300;
110
+ letter-spacing: 0;
111
+ }
112
+
113
+ .kup-heading-07 {
114
+ font-family: var(--kup-font-family);
115
+ font-size: 54px;
116
+ line-height: 64px;
117
+ font-weight: 300;
118
+ letter-spacing: 0;
119
+ }
120
+
121
+ .kup-heading-08 {
122
+ font-family: var(--kup-font-family);
123
+ font-size: 54px;
124
+ line-height: 64px;
125
+ font-weight: 600;
126
+ letter-spacing: 0;
127
+ }
128
+
1
129
  /* Class to put the table in "width auto" mode: in this way, if all visible columns have a fixed size,
2
130
  * the table automatically has a size equal to the sum of the sizes all columns.
3
131
  * Additionally it must remove the min width specification to allow a correct sizing.
@@ -453,6 +581,11 @@ th.obj:hover span:not(.overlay-action) {
453
581
  mask: var(--kup-key-icon);
454
582
  }
455
583
 
584
+ :host([legacy-look]) th .header-cell__content {
585
+ font-family: var(--kup-font-family-monospace);
586
+ white-space: pre !important;
587
+ }
588
+
456
589
  .paginator-wrapper {
457
590
  display: flex;
458
591
  flex-flow: wrap;
@@ -195,6 +195,7 @@ export class KupDataTable {
195
195
  this.loadMoreStep = 60;
196
196
  this.pageSelected = -1;
197
197
  this.paginatorPos = PaginatorPos.TOP;
198
+ this.legacyLook = false;
198
199
  this.removableColumns = false;
199
200
  this.resizableColumns = true;
200
201
  this.rowActions = undefined;
@@ -1117,7 +1118,7 @@ export class KupDataTable {
1117
1118
  __classPrivateFieldSet(this, _KupDataTable_sizedColumns, __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
1118
1119
  let rows = null;
1119
1120
  if (__classPrivateFieldGet(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
1120
- rows = (h("tr", { key: '9335ea21f2b6bdbd150ae6225485da12d48cf1e1', ref: (el) => __classPrivateFieldGet(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '40a2bffa4968d9de85c760a2b75edaa00162d911', colSpan: __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
1121
+ rows = (h("tr", { key: '461c15513c4f0a4b63703aad7d52ac43c624e113', ref: (el) => __classPrivateFieldGet(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: 'a804dcc90c37cb4f2b163c3ac8e0b75085c1ecb6', colSpan: __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
1121
1122
  }
1122
1123
  else {
1123
1124
  rows = [];
@@ -1181,7 +1182,7 @@ export class KupDataTable {
1181
1182
  for (let i = 0; i < chipsData.length; i++) {
1182
1183
  props.onIconClick.push(() => __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_removeGroup).call(this, i));
1183
1184
  }
1184
- groupChips = h(FChip, Object.assign({ key: '61ab9155ed4ac49adca414c297c1b98b984e579f' }, props));
1185
+ groupChips = h(FChip, Object.assign({ key: 'f36714be489ecb2c5297ebd85c951c858dd8973a' }, props));
1185
1186
  }
1186
1187
  }
1187
1188
  const tableClass = {
@@ -1214,7 +1215,7 @@ export class KupDataTable {
1214
1215
  if (this.headerIsPersistent &&
1215
1216
  this.tableHeight === undefined &&
1216
1217
  this.tableWidth === undefined) {
1217
- stickyEl = (h("sticky-header", { key: '0c6567b602e3efaf000e125cf5c33ccbe8f6eb72', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: '9d9fdbba7d9562c167d4da9c1349849984dcf8d9' }, h("tr-sticky", { key: '32a5070049fd847130e388a19cfca4fd389d7575' }, stickyHeader))));
1218
+ stickyEl = (h("sticky-header", { key: '3ff782a23d93bc76c8aeb29ddd643b2ef69b8db4', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: '1602ff2ccac23dde73bdf67c178b5c89138f94a3' }, h("tr-sticky", { key: 'de6b891bf1ea4e0af5ac2e5acfa81178e5d44ddc' }, stickyHeader))));
1218
1219
  }
1219
1220
  let belowClass = 'below-wrapper';
1220
1221
  if (this.tableHeight !== undefined || this.tableWidth !== undefined) {
@@ -1237,11 +1238,11 @@ export class KupDataTable {
1237
1238
  }
1238
1239
  }
1239
1240
  };
1240
- const compCreated = (h(Host, { key: '4801724ab5230c778c411c614d664aa1129f456d', "onKup-cell-input": autoselectOnAction, "onKup-cell-update": autoselectOnAction }, h("style", { key: 'cc1e4c9d1e7ead054d92776378c37735c0bbebf8' }, __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'bdf2452f9219c630121c520580e11e782cc79c08', id: componentWrapperId }, h("div", { key: '0cf23b0bb3fd233fbfee9cebd5f09acff32484c2', class: "above-wrapper" }, this.globalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
1241
+ const compCreated = (h(Host, { key: '0701d8c39dc9bc6e0ff85618f948ba0b4fbf3f81', "onKup-cell-input": autoselectOnAction, "onKup-cell-update": autoselectOnAction }, h("style", { key: '02652b1308e359fc76bccf3d88022c57e186aa51' }, __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'df6b9c26d6c267d3b854de38fbd7ac978f1d4116', id: componentWrapperId }, h("div", { key: '3fa14e3fd5f2df93b0443ab9287e1c3c6a8feaa7', class: "above-wrapper" }, this.globalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), value: this.globalFilterValue, onInput: (event) => {
1241
1242
  const t = event.target;
1242
1243
  window.clearTimeout(__classPrivateFieldGet(this, _KupDataTable_globalFilterTimeout, "f"));
1243
1244
  __classPrivateFieldSet(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
1244
- } }))) : null, paginatorTop), h("div", { key: '26916a65abbf6324ccfee2dcd6d1ab4214bca5cc', class: "group-wrapper" }, groupChips), h("div", { key: '5c3f4d390bf371cf7b006c6b087fa02a3ef1af06', class: "actions-wrapper" }, this.insertMode !== '' ? (h(FButton, { icon: "plus", onClick: async () => {
1245
+ } }))) : null, paginatorTop), h("div", { key: 'b12554fd2b02ff5486d7a49ba3607681aa5b3faf', class: "group-wrapper" }, groupChips), h("div", { key: '6b9b54c381ae9e006b4d95dd38f28272d0b632bc', class: "actions-wrapper" }, this.insertMode !== '' ? (h(FButton, { icon: "plus", onClick: async () => {
1245
1246
  var _a;
1246
1247
  if (this.insertMode === 'form') {
1247
1248
  __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_rowInsertForm).call(this);
@@ -1289,9 +1290,9 @@ export class KupDataTable {
1289
1290
  id: this.rootElement.id,
1290
1291
  selectedRows: this.selectedRows,
1291
1292
  });
1292
- }, styling: FButtonStyling.OUTLINED, title: "History", wrapperClass: "history-button" })) : null), h("div", { key: 'c87846c5daeb2297668a7fff518601892a509e1d', class: "droparea", ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
1293
+ }, styling: FButtonStyling.OUTLINED, title: "History", wrapperClass: "history-button" })) : null), h("div", { key: '99409ad96504fc6704e0f39dfb1a27da8c6fbb08', class: "droparea", ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
1293
1294
  ? __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
1294
- : null), h("div", { key: '9354ce51cd005c435b9b7f1d314709c6b99690c6', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
1295
+ : null), h("div", { key: '4f4c49917c5487fcec8a8e9e233841654627c138', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
1295
1296
  ? [
1296
1297
  h("div", { class: "settings-trigger", onClick: () => {
1297
1298
  __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -1300,11 +1301,11 @@ export class KupDataTable {
1300
1301
  } }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
1301
1302
  this.renderCustomizePanel(),
1302
1303
  ]
1303
- : null, h("table", { key: '9c6e5b310a757cf81dd6a8eac749f2bffdd78ceb', class: tableClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
1304
+ : null, h("table", { key: 'ff94bd29c5f75223a64df9b2c5be1f40ecbc67fe', class: tableClass, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_tableRef, el, "f")), onMouseLeave: (ev) => {
1304
1305
  ev.stopPropagation();
1305
1306
  }, onContextMenu: (e) => {
1306
1307
  e.preventDefault();
1307
- } }, h("thead", { key: '5d59c9afbb81ebfc999e190230fd33572da4b568', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '0f356d0dd3883abf72456bb31e875ceb0e23093b' }, header)), h("tbody", { key: '9c828bc56d24b00ae46c11697dcec623a8e7bbba' }, rows), this.showFooter || __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
1308
+ } }, h("thead", { key: 'a7f723400ff5091a9a029e999e5fe5664d2b7887', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: 'da000e3430c494cd148dcb77dc8b06bbe10e80d4' }, header)), h("tbody", { key: 'a174d7f13183cd4715566f52c231d27e07e65365' }, rows), this.showFooter || __classPrivateFieldGet(this, _KupDataTable_instances, "m", _KupDataTable_hasTotals).call(this)
1308
1309
  ? this.renderFooter()
1309
1310
  : null), stickyEl), paginatorBottom)));
1310
1311
  return compCreated;
@@ -2021,6 +2022,24 @@ export class KupDataTable {
2021
2022
  "reflect": false,
2022
2023
  "defaultValue": "PaginatorPos.TOP"
2023
2024
  },
2025
+ "legacyLook": {
2026
+ "type": "boolean",
2027
+ "mutable": false,
2028
+ "complexType": {
2029
+ "original": "boolean",
2030
+ "resolved": "boolean",
2031
+ "references": {}
2032
+ },
2033
+ "required": false,
2034
+ "optional": false,
2035
+ "docs": {
2036
+ "tags": [],
2037
+ "text": "When enabled, the extra whitespaces will be displayed and the font will be set to monospace by default."
2038
+ },
2039
+ "attribute": "legacy-look",
2040
+ "reflect": true,
2041
+ "defaultValue": "false"
2042
+ },
2024
2043
  "removableColumns": {
2025
2044
  "type": "boolean",
2026
2045
  "mutable": false,
@@ -1,3 +1,131 @@
1
+ .kup-body-compact-01 {
2
+ font-family: var(--kup-font-family);
3
+ font-size: 14px;
4
+ line-height: 18px;
5
+ font-weight: 400;
6
+ letter-spacing: 0.16px;
7
+ }
8
+
9
+ .kup-body-01 {
10
+ font-family: var(--kup-font-family);
11
+ font-size: 14px;
12
+ line-height: 20px;
13
+ font-weight: 400;
14
+ letter-spacing: 0.16px;
15
+ }
16
+
17
+ .kup-code-01 {
18
+ font-family: var(--kup-font-family-monospace);
19
+ font-size: 12px;
20
+ line-height: 16px;
21
+ font-weight: 400;
22
+ letter-spacing: 0.32px;
23
+ }
24
+
25
+ .kup-label-01 {
26
+ font-family: var(--kup-font-family);
27
+ font-size: 12px;
28
+ line-height: 16px;
29
+ font-weight: 400;
30
+ letter-spacing: 0.32px;
31
+ }
32
+
33
+ .kup-caption-02 {
34
+ font-family: var(--kup-font-family);
35
+ font-size: 12px;
36
+ line-height: 15px;
37
+ font-weight: 500;
38
+ letter-spacing: 1px;
39
+ }
40
+
41
+ .kup-caption-01 {
42
+ font-family: var(--kup-font-family);
43
+ font-size: 10px;
44
+ line-height: 13px;
45
+ font-weight: 400;
46
+ letter-spacing: 1px;
47
+ }
48
+
49
+ .kup-small-label-01 {
50
+ font-family: var(--kup-font-family);
51
+ font-size: 6px;
52
+ line-height: 9px;
53
+ font-weight: 400;
54
+ letter-spacing: 1px;
55
+ }
56
+
57
+ .kup-heading-compact-01 {
58
+ font-family: var(--kup-font-family);
59
+ font-size: 14px;
60
+ line-height: 18px;
61
+ font-weight: 600;
62
+ letter-spacing: 0.16px;
63
+ }
64
+
65
+ .kup-heading-01 {
66
+ font-family: var(--kup-font-family);
67
+ font-size: 14px;
68
+ line-height: 20px;
69
+ font-weight: 600;
70
+ letter-spacing: 0.16px;
71
+ }
72
+
73
+ .kup-heading-02 {
74
+ font-family: var(--kup-font-family);
75
+ font-size: 16px;
76
+ line-height: 24px;
77
+ font-weight: 500;
78
+ letter-spacing: 0;
79
+ }
80
+
81
+ .kup-heading-03 {
82
+ font-family: var(--kup-font-family);
83
+ font-size: 20px;
84
+ line-height: 28px;
85
+ font-weight: 400;
86
+ letter-spacing: 0;
87
+ }
88
+
89
+ .kup-heading-04 {
90
+ font-family: var(--kup-font-family);
91
+ font-size: 28px;
92
+ line-height: 36px;
93
+ font-weight: 400;
94
+ letter-spacing: 0;
95
+ }
96
+
97
+ .kup-heading-05 {
98
+ font-family: var(--kup-font-family);
99
+ font-size: 32px;
100
+ line-height: 40px;
101
+ font-weight: 300;
102
+ letter-spacing: 0;
103
+ }
104
+
105
+ .kup-heading-06 {
106
+ font-family: var(--kup-font-family);
107
+ font-size: 42px;
108
+ line-height: 50px;
109
+ font-weight: 300;
110
+ letter-spacing: 0;
111
+ }
112
+
113
+ .kup-heading-07 {
114
+ font-family: var(--kup-font-family);
115
+ font-size: 54px;
116
+ line-height: 64px;
117
+ font-weight: 300;
118
+ letter-spacing: 0;
119
+ }
120
+
121
+ .kup-heading-08 {
122
+ font-family: var(--kup-font-family);
123
+ font-size: 54px;
124
+ line-height: 64px;
125
+ font-weight: 600;
126
+ letter-spacing: 0;
127
+ }
128
+
1
129
  :host {
2
130
  display: block;
3
131
  font-size: var(--kup-font-size);