nuance-ui 0.2.6 → 0.2.7

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 (340) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +4 -5
  3. package/dist/runtime/components/action-icon/action-icon-group.d.vue.ts +4 -0
  4. package/dist/runtime/components/action-icon/action-icon-group.vue +3 -3
  5. package/dist/runtime/components/action-icon/action-icon-group.vue.d.ts +4 -0
  6. package/dist/runtime/components/action-icon/action-icon-section.d.vue.ts +9 -0
  7. package/dist/runtime/components/action-icon/action-icon-section.vue +4 -4
  8. package/dist/runtime/components/action-icon/action-icon-section.vue.d.ts +9 -0
  9. package/dist/runtime/components/action-icon/action-icon.d.vue.ts +14 -5
  10. package/dist/runtime/components/action-icon/action-icon.vue +24 -23
  11. package/dist/runtime/components/action-icon/action-icon.vue.d.ts +14 -5
  12. package/dist/runtime/components/alert.d.vue.ts +10 -14
  13. package/dist/runtime/components/alert.vue +129 -129
  14. package/dist/runtime/components/alert.vue.d.ts +10 -14
  15. package/dist/runtime/components/app-shell/app-shell-main.vue +18 -18
  16. package/dist/runtime/components/app-shell/app-shell-section.d.vue.ts +4 -1
  17. package/dist/runtime/components/app-shell/app-shell-section.vue.d.ts +4 -1
  18. package/dist/runtime/components/app-shell/app-shell.d.vue.ts +11 -3
  19. package/dist/runtime/components/app-shell/app-shell.vue +1 -1
  20. package/dist/runtime/components/app-shell/app-shell.vue.d.ts +11 -3
  21. package/dist/runtime/components/app-shell/context.d.ts +5 -0
  22. package/dist/runtime/components/avatar/avatar-group.d.vue.ts +1 -1
  23. package/dist/runtime/components/avatar/avatar-group.vue +4 -4
  24. package/dist/runtime/components/avatar/avatar-group.vue.d.ts +1 -1
  25. package/dist/runtime/components/avatar/avatar.d.vue.ts +13 -9
  26. package/dist/runtime/components/avatar/avatar.vue +4 -4
  27. package/dist/runtime/components/avatar/avatar.vue.d.ts +13 -9
  28. package/dist/runtime/components/avatar/index.d.ts +1 -0
  29. package/dist/runtime/components/avatar/index.js +1 -0
  30. package/dist/runtime/components/background-image.d.vue.ts +2 -1
  31. package/dist/runtime/components/background-image.vue +18 -18
  32. package/dist/runtime/components/background-image.vue.d.ts +2 -1
  33. package/dist/runtime/components/badge.d.vue.ts +21 -8
  34. package/dist/runtime/components/badge.vue +161 -162
  35. package/dist/runtime/components/badge.vue.d.ts +21 -8
  36. package/dist/runtime/components/box.d.vue.ts +5 -1
  37. package/dist/runtime/components/box.vue.d.ts +5 -1
  38. package/dist/runtime/components/breadcrumbs.d.vue.ts +23 -3
  39. package/dist/runtime/components/breadcrumbs.vue +2 -2
  40. package/dist/runtime/components/breadcrumbs.vue.d.ts +23 -3
  41. package/dist/runtime/components/button/button-group.d.vue.ts +4 -0
  42. package/dist/runtime/components/button/button-group.vue +3 -3
  43. package/dist/runtime/components/button/button-group.vue.d.ts +4 -0
  44. package/dist/runtime/components/button/button.d.vue.ts +22 -9
  45. package/dist/runtime/components/button/button.module.css +1 -1
  46. package/dist/runtime/components/button/button.vue +39 -38
  47. package/dist/runtime/components/button/button.vue.d.ts +22 -9
  48. package/dist/runtime/components/calendar/calendar.d.vue.ts +1 -1
  49. package/dist/runtime/components/calendar/calendar.vue +60 -60
  50. package/dist/runtime/components/calendar/calendar.vue.d.ts +1 -1
  51. package/dist/runtime/components/calendar/index.d.ts +1 -1
  52. package/dist/runtime/components/calendar/index.js +1 -1
  53. package/dist/runtime/components/calendar/lib/context.d.ts +2 -2
  54. package/dist/runtime/components/calendar/lib/context.js +1 -1
  55. package/dist/runtime/components/calendar/lib/use-calendar-navigation.d.ts +2 -2
  56. package/dist/runtime/components/calendar/lib/use-calendar-navigation.js +1 -1
  57. package/dist/runtime/components/calendar/lib/use-calendar-selection.d.ts +3 -3
  58. package/dist/runtime/components/calendar/lib/use-calendar-selection.js +2 -2
  59. package/dist/runtime/components/calendar/ui/core/calendar-cell.d.vue.ts +1 -0
  60. package/dist/runtime/components/calendar/ui/core/calendar-cell.vue +115 -115
  61. package/dist/runtime/components/calendar/ui/core/calendar-cell.vue.d.ts +1 -0
  62. package/dist/runtime/components/calendar/ui/core/calendar-root.d.vue.ts +3 -3
  63. package/dist/runtime/components/calendar/ui/core/calendar-root.vue +1 -1
  64. package/dist/runtime/components/calendar/ui/core/calendar-root.vue.d.ts +3 -3
  65. package/dist/runtime/components/calendar/ui/levels/calendar-month.vue +78 -78
  66. package/dist/runtime/components/calendar/ui/levels/calendar-year.vue +1 -1
  67. package/dist/runtime/components/checkbox/checkbox-card.d.vue.ts +3 -0
  68. package/dist/runtime/components/checkbox/checkbox-card.vue +63 -48
  69. package/dist/runtime/components/checkbox/checkbox-card.vue.d.ts +3 -0
  70. package/dist/runtime/components/checkbox/checkbox-group.d.vue.ts +12 -1
  71. package/dist/runtime/components/checkbox/checkbox-group.vue +29 -19
  72. package/dist/runtime/components/checkbox/checkbox-group.vue.d.ts +12 -1
  73. package/dist/runtime/components/checkbox/checkbox-indicator.vue +7 -6
  74. package/dist/runtime/components/checkbox/checkbox.d.vue.ts +6 -2
  75. package/dist/runtime/components/checkbox/checkbox.vue +166 -149
  76. package/dist/runtime/components/checkbox/checkbox.vue.d.ts +6 -2
  77. package/dist/runtime/components/checkbox/lib/group.context.d.ts +15 -3
  78. package/dist/runtime/components/checkbox/lib/group.context.js +9 -7
  79. package/dist/runtime/components/chip/chip.d.vue.ts +1 -0
  80. package/dist/runtime/components/chip/chip.vue +201 -201
  81. package/dist/runtime/components/chip/chip.vue.d.ts +1 -0
  82. package/dist/runtime/components/chip/lib.js +1 -1
  83. package/dist/runtime/components/combobox/combobox-dropdown.vue +14 -14
  84. package/dist/runtime/components/combobox/combobox-group.d.vue.ts +2 -2
  85. package/dist/runtime/components/combobox/combobox-group.vue +21 -21
  86. package/dist/runtime/components/combobox/combobox-group.vue.d.ts +2 -2
  87. package/dist/runtime/components/combobox/combobox-option.d.vue.ts +1 -1
  88. package/dist/runtime/components/combobox/combobox-option.vue +22 -22
  89. package/dist/runtime/components/combobox/combobox-option.vue.d.ts +1 -1
  90. package/dist/runtime/components/combobox/combobox-options-dropdown.d.vue.ts +1 -1
  91. package/dist/runtime/components/combobox/combobox-options-dropdown.vue.d.ts +1 -1
  92. package/dist/runtime/components/combobox/combobox-root.d.vue.ts +6 -6
  93. package/dist/runtime/components/combobox/combobox-root.vue.d.ts +6 -6
  94. package/dist/runtime/components/combobox/lib/context.d.ts +2 -2
  95. package/dist/runtime/components/combobox/lib/context.js +1 -1
  96. package/dist/runtime/components/combobox/lib/use-combobox/index.d.ts +70 -1
  97. package/dist/runtime/components/combobox/lib/use-combobox/index.js +104 -1
  98. package/dist/runtime/components/combobox/lib/use-combobox-data/get-parsed-combobox-data.d.ts +1 -1
  99. package/dist/runtime/components/combobox/lib/use-combobox-data/index.d.ts +7 -1
  100. package/dist/runtime/components/combobox/lib/use-combobox-data/index.js +24 -1
  101. package/dist/runtime/components/combobox/lib/utils/default-option-filter.d.ts +1 -1
  102. package/dist/runtime/components/combobox/lib/utils/is-empty-combobox-data.d.ts +1 -1
  103. package/dist/runtime/components/combobox/lib/utils/is-guards.d.ts +1 -1
  104. package/dist/runtime/components/combobox/types.d.ts +34 -0
  105. package/dist/runtime/components/date-time-picker.d.vue.ts +3 -0
  106. package/dist/runtime/components/date-time-picker.vue +1 -1
  107. package/dist/runtime/components/date-time-picker.vue.d.ts +3 -0
  108. package/dist/runtime/components/dialog/index.d.ts +1 -1
  109. package/dist/runtime/components/dialog/lib.js +1 -1
  110. package/dist/runtime/components/dialog/ui/dialog-root.d.vue.ts +3 -2
  111. package/dist/runtime/components/dialog/ui/dialog-root.vue +21 -21
  112. package/dist/runtime/components/dialog/ui/dialog-root.vue.d.ts +3 -2
  113. package/dist/runtime/components/files/file-upload-button.vue +12 -12
  114. package/dist/runtime/components/files/file-upload-icon.vue +1 -1
  115. package/dist/runtime/components/index.d.ts +12 -11
  116. package/dist/runtime/components/index.js +1 -10
  117. package/dist/runtime/components/input/date-picker.vue +1 -1
  118. package/dist/runtime/components/input/lib/input-wrapper.context.d.ts +2 -1
  119. package/dist/runtime/components/input/number-input.d.vue.ts +1 -1
  120. package/dist/runtime/components/input/number-input.vue.d.ts +1 -1
  121. package/dist/runtime/components/input/text-input.d.vue.ts +2 -1
  122. package/dist/runtime/components/input/text-input.vue +33 -33
  123. package/dist/runtime/components/input/text-input.vue.d.ts +2 -1
  124. package/dist/runtime/components/input/ui/button-input.d.vue.ts +7 -2
  125. package/dist/runtime/components/input/ui/button-input.vue +64 -64
  126. package/dist/runtime/components/input/ui/button-input.vue.d.ts +7 -2
  127. package/dist/runtime/components/input/ui/input-base.d.vue.ts +1 -0
  128. package/dist/runtime/components/input/ui/input-base.vue +283 -283
  129. package/dist/runtime/components/input/ui/input-base.vue.d.ts +1 -0
  130. package/dist/runtime/components/input/ui/input-inline.d.vue.ts +12 -5
  131. package/dist/runtime/components/input/ui/input-inline.vue +111 -107
  132. package/dist/runtime/components/input/ui/input-inline.vue.d.ts +12 -5
  133. package/dist/runtime/components/input/ui/input-label.d.vue.ts +2 -0
  134. package/dist/runtime/components/input/ui/input-label.vue +4 -4
  135. package/dist/runtime/components/input/ui/input-label.vue.d.ts +2 -0
  136. package/dist/runtime/components/input/ui/input-wrapper.d.vue.ts +1 -0
  137. package/dist/runtime/components/input/ui/input-wrapper.vue +54 -54
  138. package/dist/runtime/components/input/ui/input-wrapper.vue.d.ts +1 -0
  139. package/dist/runtime/components/input/ui/spin-input.vue +69 -69
  140. package/dist/runtime/components/link/link.d.vue.ts +1 -0
  141. package/dist/runtime/components/link/link.vue.d.ts +1 -0
  142. package/dist/runtime/components/loader/loader.d.vue.ts +6 -0
  143. package/dist/runtime/components/loader/loader.vue +2 -2
  144. package/dist/runtime/components/loader/loader.vue.d.ts +6 -0
  145. package/dist/runtime/components/nav-link/nav-icon-link.d.vue.ts +11 -4
  146. package/dist/runtime/components/nav-link/nav-icon-link.vue.d.ts +11 -4
  147. package/dist/runtime/components/nav-link/nav-link.d.vue.ts +10 -6
  148. package/dist/runtime/components/nav-link/nav-link.vue +1 -1
  149. package/dist/runtime/components/nav-link/nav-link.vue.d.ts +10 -6
  150. package/dist/runtime/components/paper.d.vue.ts +1 -0
  151. package/dist/runtime/components/paper.vue +33 -33
  152. package/dist/runtime/components/paper.vue.d.ts +1 -0
  153. package/dist/runtime/components/popover/lib/context.js +1 -1
  154. package/dist/runtime/components/popover/lib/get-arrow-position.d.ts +1 -1
  155. package/dist/runtime/components/popover/lib/use-popover.d.ts +1 -1
  156. package/dist/runtime/components/popover/popover.d.vue.ts +1 -1
  157. package/dist/runtime/components/popover/popover.vue.d.ts +1 -1
  158. package/dist/runtime/components/popover/{types/index.d.ts → types.d.ts} +7 -6
  159. package/dist/runtime/components/progress/progress-root.d.vue.ts +4 -4
  160. package/dist/runtime/components/progress/progress-root.vue.d.ts +4 -4
  161. package/dist/runtime/components/progress/progress-section.vue +1 -1
  162. package/dist/runtime/components/roving-focus/index.d.ts +1 -1
  163. package/dist/runtime/components/roving-focus/index.js +1 -1
  164. package/dist/runtime/components/roving-focus/roving-focus-item.vue +1 -1
  165. package/dist/runtime/components/roving-focus/roving-focus.vue +4 -4
  166. package/dist/runtime/components/{select/select.d.vue.ts → select.d.vue.ts} +6 -6
  167. package/dist/runtime/components/{select/select.vue → select.vue} +6 -6
  168. package/dist/runtime/components/{select/select.vue.d.ts → select.vue.d.ts} +6 -6
  169. package/dist/runtime/components/switch/index.d.ts +3 -0
  170. package/dist/runtime/components/switch/index.js +1 -0
  171. package/dist/runtime/components/switch/lib/group.context.d.ts +34 -0
  172. package/dist/runtime/components/switch/lib/group.context.js +25 -0
  173. package/dist/runtime/components/switch/switch-group.d.vue.ts +42 -0
  174. package/dist/runtime/components/switch/switch-group.vue +50 -0
  175. package/dist/runtime/components/switch/switch-group.vue.d.ts +42 -0
  176. package/dist/runtime/components/switch/switch.d.vue.ts +50 -0
  177. package/dist/runtime/components/switch/switch.vue +328 -0
  178. package/dist/runtime/components/switch/switch.vue.d.ts +50 -0
  179. package/dist/runtime/components/table/index.d.ts +1 -1
  180. package/dist/runtime/components/table/index.js +1 -1
  181. package/dist/runtime/components/table/lib.d.ts +1 -1
  182. package/dist/runtime/components/table/{model.d.ts → types.d.ts} +3 -15
  183. package/dist/runtime/components/table/ui/table-sort-icon.d.vue.ts +1 -1
  184. package/dist/runtime/components/table/ui/table-sort-icon.vue +1 -1
  185. package/dist/runtime/components/table/ui/table-sort-icon.vue.d.ts +1 -1
  186. package/dist/runtime/components/table/ui/table-sortable-header.d.vue.ts +1 -1
  187. package/dist/runtime/components/table/ui/table-sortable-header.vue.d.ts +1 -1
  188. package/dist/runtime/components/table/ui/table.d.vue.ts +1 -1
  189. package/dist/runtime/components/table/ui/table.vue +296 -296
  190. package/dist/runtime/components/table/ui/table.vue.d.ts +1 -1
  191. package/dist/runtime/components/tabs/index.d.ts +4 -0
  192. package/dist/runtime/components/tabs/lib.d.ts +1 -0
  193. package/dist/runtime/components/tabs/lib.js +9 -1
  194. package/dist/runtime/components/tabs/tabs-root.vue +4 -3
  195. package/dist/runtime/components/text.vue +1 -1
  196. package/dist/runtime/components/time-picker/index.d.ts +1 -1
  197. package/dist/runtime/components/time-picker/index.js +1 -1
  198. package/dist/runtime/components/time-picker/lib/get-parsed-time.d.ts +1 -1
  199. package/dist/runtime/components/time-picker/lib/get-time-string.d.ts +1 -1
  200. package/dist/runtime/components/time-picker/lib/use-time-picker.d.ts +1 -1
  201. package/dist/runtime/components/time-picker/time-picker.d.vue.ts +8 -7
  202. package/dist/runtime/components/time-picker/time-picker.vue +230 -230
  203. package/dist/runtime/components/time-picker/time-picker.vue.d.ts +8 -7
  204. package/dist/runtime/components/time-picker/{model.d.ts → types.d.ts} +13 -0
  205. package/dist/runtime/components/tree/_ui/tree-item.d.vue.ts +1 -1
  206. package/dist/runtime/components/tree/_ui/tree-item.vue +2 -2
  207. package/dist/runtime/components/tree/_ui/tree-item.vue.d.ts +1 -1
  208. package/dist/runtime/components/tree/_ui/tree-root.d.vue.ts +1 -1
  209. package/dist/runtime/components/tree/_ui/tree-root.vue +1 -1
  210. package/dist/runtime/components/tree/_ui/tree-root.vue.d.ts +1 -1
  211. package/dist/runtime/components/tree/index.d.ts +1 -1
  212. package/dist/runtime/components/tree/index.js +1 -1
  213. package/dist/runtime/components/tree/lib/context.d.ts +1 -1
  214. package/dist/runtime/components/tree/lib/context.js +1 -1
  215. package/dist/runtime/components/tree/lib/filter-tree-items.d.ts +1 -1
  216. package/dist/runtime/components/tree/tree.d.vue.ts +1 -1
  217. package/dist/runtime/components/tree/tree.vue +20 -20
  218. package/dist/runtime/components/tree/tree.vue.d.ts +1 -1
  219. package/dist/runtime/components/visually-hidden/visually-hidden-input.d.vue.ts +2 -1
  220. package/dist/runtime/components/visually-hidden/visually-hidden-input.vue +2 -2
  221. package/dist/runtime/components/visually-hidden/visually-hidden-input.vue.d.ts +2 -1
  222. package/dist/runtime/composables/create-strict-injection.d.ts +42 -0
  223. package/dist/runtime/{composals → composables}/index.d.ts +2 -0
  224. package/dist/runtime/{composals → composables}/index.js +2 -0
  225. package/dist/runtime/composables/use-active-link.d.ts +15 -0
  226. package/dist/runtime/{composals → composables}/use-date-config.d.ts +10 -5
  227. package/dist/runtime/composables/use-selectable-group.d.ts +23 -0
  228. package/dist/runtime/composables/use-selectable-group.js +20 -0
  229. package/dist/runtime/{composals → composables}/use-style-resolver.d.ts +3 -0
  230. package/dist/runtime/composables/use-theme.d.ts +16 -0
  231. package/dist/runtime/modals/_confirm-modal/confirm-modal.d.vue.ts +1 -1
  232. package/dist/runtime/modals/_confirm-modal/confirm-modal.vue +31 -31
  233. package/dist/runtime/modals/_confirm-modal/confirm-modal.vue.d.ts +1 -1
  234. package/dist/runtime/modals/modal-manager.d.ts +28 -45
  235. package/dist/runtime/modals/modal-manager.js +8 -28
  236. package/dist/runtime/modals/modals-provider.d.vue.ts +1 -7
  237. package/dist/runtime/modals/modals-provider.vue +10 -16
  238. package/dist/runtime/modals/modals-provider.vue.d.ts +1 -7
  239. package/dist/runtime/modals/use-modal.d.ts +5 -14
  240. package/dist/runtime/modals/use-modal.js +3 -6
  241. package/dist/runtime/types/index.d.ts +2 -0
  242. package/dist/runtime/types/theme.d.ts +9 -0
  243. package/dist/runtime/utils/boolean/index.d.ts +2 -0
  244. package/dist/runtime/utils/boolean/index.js +2 -0
  245. package/dist/runtime/utils/boolean/is-falsy.d.ts +6 -0
  246. package/dist/runtime/utils/boolean/is-number-like.d.ts +8 -0
  247. package/dist/runtime/{const/index.d.ts → utils/color/const.d.ts} +1 -0
  248. package/dist/runtime/utils/{color-functions → color}/get-color-var.d.ts +3 -0
  249. package/dist/runtime/utils/color/get-gradient.d.ts +15 -0
  250. package/dist/runtime/utils/{color-functions → color}/get-gradient.js +1 -1
  251. package/dist/runtime/utils/color/index.d.ts +4 -0
  252. package/dist/runtime/utils/color/index.js +4 -0
  253. package/dist/runtime/utils/color/parse-theme-color.d.ts +36 -0
  254. package/dist/runtime/utils/css/get-mod.d.ts +9 -0
  255. package/dist/runtime/utils/{get-mod.js → css/get-mod.js} +1 -1
  256. package/dist/runtime/utils/css/get-size.d.ts +27 -0
  257. package/dist/runtime/utils/{get-size.js → css/get-size.js} +2 -2
  258. package/dist/runtime/utils/css/index.d.ts +3 -0
  259. package/dist/runtime/utils/css/index.js +3 -0
  260. package/dist/runtime/utils/css/rem.d.ts +10 -0
  261. package/dist/runtime/utils/date/create-months.d.ts +12 -0
  262. package/dist/runtime/utils/date/get-days-between.d.ts +5 -0
  263. package/dist/runtime/{helpers → utils}/date/is-weekend.d.ts +3 -0
  264. package/dist/runtime/utils/date/types.d.ts +10 -0
  265. package/dist/runtime/utils/index.d.ts +5 -7
  266. package/dist/runtime/utils/index.js +5 -7
  267. package/dist/runtime/utils/{create-variant-color-resolver.d.ts → style/create-variant-color-resolver.d.ts} +12 -0
  268. package/dist/runtime/utils/{create-variant-color-resolver.js → style/create-variant-color-resolver.js} +3 -3
  269. package/dist/runtime/utils/style/index.d.ts +1 -0
  270. package/dist/runtime/utils/style/index.js +1 -0
  271. package/dist/runtime/utils/tree.d.ts +20 -84
  272. package/package.json +6 -10
  273. package/dist/runtime/components/combobox/lib/use-combobox/use-combobox.d.ts +0 -70
  274. package/dist/runtime/components/combobox/lib/use-combobox/use-combobox.js +0 -104
  275. package/dist/runtime/components/combobox/lib/use-combobox-data/use-combobox-data.d.ts +0 -7
  276. package/dist/runtime/components/combobox/lib/use-combobox-data/use-combobox-data.js +0 -24
  277. package/dist/runtime/components/combobox/types/index.d.ts +0 -19
  278. package/dist/runtime/components/combobox/types/index.js +0 -1
  279. package/dist/runtime/components/combobox/types/item.d.ts +0 -17
  280. package/dist/runtime/components/select/index.d.ts +0 -1
  281. package/dist/runtime/components/transition/index.d.ts +0 -1
  282. package/dist/runtime/components/transition/index.js +0 -0
  283. package/dist/runtime/components/tree/model.js +0 -0
  284. package/dist/runtime/composals/use-active-link.d.ts +0 -5
  285. package/dist/runtime/composals/use-theme.d.ts +0 -9
  286. package/dist/runtime/helpers/create-strict-injection.d.ts +0 -94
  287. package/dist/runtime/helpers/date/create-months.d.ts +0 -3
  288. package/dist/runtime/helpers/date/get-days-between.d.ts +0 -1
  289. package/dist/runtime/helpers/date/types.d.ts +0 -19
  290. package/dist/runtime/helpers/index.d.ts +0 -1
  291. package/dist/runtime/helpers/index.js +0 -1
  292. package/dist/runtime/utils/color-functions/get-gradient.d.ts +0 -3
  293. package/dist/runtime/utils/color-functions/parse-theme-color.d.ts +0 -14
  294. package/dist/runtime/utils/converters/rem.d.ts +0 -2
  295. package/dist/runtime/utils/get-mod.d.ts +0 -2
  296. package/dist/runtime/utils/get-size.d.ts +0 -6
  297. /package/dist/runtime/components/avatar/{_lib → lib}/context.d.ts +0 -0
  298. /package/dist/runtime/components/avatar/{_lib → lib}/context.js +0 -0
  299. /package/dist/runtime/components/avatar/{_lib → lib}/get-initials-color.d.ts +0 -0
  300. /package/dist/runtime/components/avatar/{_lib → lib}/get-initials-color.js +0 -0
  301. /package/dist/runtime/components/avatar/{_lib → lib}/get-initials.d.ts +0 -0
  302. /package/dist/runtime/components/avatar/{_lib → lib}/get-initials.js +0 -0
  303. /package/dist/runtime/components/calendar/{model.d.ts → types.d.ts} +0 -0
  304. /package/dist/runtime/{helpers/date → components/calendar}/types.js +0 -0
  305. /package/dist/runtime/components/{calendar/model.js → combobox/types.js} +0 -0
  306. /package/dist/runtime/components/dialog/{model.d.ts → types.d.ts} +0 -0
  307. /package/dist/runtime/components/{combobox/types/item.js → dialog/types.js} +0 -0
  308. /package/dist/runtime/components/input/{types/index.d.ts → types.d.ts} +0 -0
  309. /package/dist/runtime/components/{dialog/model.js → input/types.js} +0 -0
  310. /package/dist/runtime/components/{input/types/index.js → popover/types.js} +0 -0
  311. /package/dist/runtime/components/roving-focus/{_lib → lib}/context.d.ts +0 -0
  312. /package/dist/runtime/components/roving-focus/{_lib → lib}/context.js +0 -0
  313. /package/dist/runtime/components/{popover/types/index.js → table/types.js} +0 -0
  314. /package/dist/runtime/components/{select/index.js → time-picker/types.js} +0 -0
  315. /package/dist/runtime/components/{transition/transition.d.vue.ts → transition.d.vue.ts} +0 -0
  316. /package/dist/runtime/components/{transition/transition.vue → transition.vue} +0 -0
  317. /package/dist/runtime/components/{transition/transition.vue.d.ts → transition.vue.d.ts} +0 -0
  318. /package/dist/runtime/components/tree/{model.d.ts → types.d.ts} +0 -0
  319. /package/dist/runtime/components/{table/model.js → tree/types.js} +0 -0
  320. /package/dist/runtime/{helpers → composables}/create-strict-injection.js +0 -0
  321. /package/dist/runtime/{composals → composables}/use-active-link.js +0 -0
  322. /package/dist/runtime/{composals → composables}/use-date-config.js +0 -0
  323. /package/dist/runtime/{composals → composables}/use-style-resolver.js +0 -0
  324. /package/dist/runtime/{composals → composables}/use-theme.js +0 -0
  325. /package/dist/runtime/{const/index.js → utils/color/const.js} +0 -0
  326. /package/dist/runtime/utils/{color-functions → color}/get-color-var.js +0 -0
  327. /package/dist/runtime/utils/{color-functions → color}/parse-theme-color.js +0 -0
  328. /package/dist/runtime/utils/{converters → css}/rem.js +0 -0
  329. /package/dist/runtime/{helpers → utils}/date/create-months.js +0 -0
  330. /package/dist/runtime/{helpers → utils}/date/get-days-between.js +0 -0
  331. /package/dist/runtime/{helpers → utils}/date/get-week-number.d.ts +0 -0
  332. /package/dist/runtime/{helpers → utils}/date/get-week-number.js +0 -0
  333. /package/dist/runtime/{helpers → utils}/date/index.d.ts +0 -0
  334. /package/dist/runtime/{helpers → utils}/date/index.js +0 -0
  335. /package/dist/runtime/{helpers → utils}/date/is-same-month.d.ts +0 -0
  336. /package/dist/runtime/{helpers → utils}/date/is-same-month.js +0 -0
  337. /package/dist/runtime/{helpers → utils}/date/is-same-week.d.ts +0 -0
  338. /package/dist/runtime/{helpers → utils}/date/is-same-week.js +0 -0
  339. /package/dist/runtime/{helpers → utils}/date/is-weekend.js +0 -0
  340. /package/dist/runtime/{components/time-picker/model.js → utils/date/types.js} +0 -0
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
- import { useStyleResolver } from "@nui/composals";
2
+ import { useStyleResolver } from "@nui/composables";
3
+ import { createVariantColorResolver, getRadius, getSize, getThemeColor } from "@nui/utils";
3
4
  import { computed } from "vue";
4
- import { createVariantColorResolver, getRadius, getSize, getThemeColor } from "../utils";
5
5
  import Box from "./box.vue";
6
6
  const {
7
7
  variant = "filled",
@@ -43,9 +43,9 @@ const style = computed(() => useStyleResolver((theme) => {
43
43
  </script>
44
44
 
45
45
  <template>
46
- <Box
47
- :style
48
- :class='$style.root'
46
+ <Box
47
+ :style
48
+ :class='$style.root'
49
49
  :mod='[
50
50
  {
51
51
  "block": fullWidth,
@@ -55,164 +55,163 @@ const style = computed(() => useStyleResolver((theme) => {
55
55
  "with-right-section": !!$slots.rightSection
56
56
  },
57
57
  mod
58
- ]'
59
- >
60
- <span v-if='variant === "dot"' :class='$style.dot' />
61
-
62
- <span v-else-if='$slots.leftSection || !!icon' :class='$style.section' data-position='left'>
63
- <slot name='leftSection'>
64
- <Icon v-if='!!icon' :name='icon' />
65
- </slot>
66
- </span>
67
-
68
- <span :class='$style.label'>
69
- <slot />
70
- </span>
71
-
72
- <span v-if='$slots.rightSection' :class='$style.section' data-position='right'>
73
- <slot name='rightSection' />
74
- </span>
75
- </Box>
58
+ ]'
59
+ >
60
+ <span v-if='variant === "dot"' :class='$style.dot' />
61
+
62
+ <span v-else-if='$slots.leftSection || !!icon' :class='$style.section' data-position='left'>
63
+ <slot name='leftSection'>
64
+ <Icon v-if='!!icon' :name='icon' />
65
+ </slot>
66
+ </span>
67
+
68
+ <span :class='$style.label'>
69
+ <slot />
70
+ </span>
71
+
72
+ <span v-if='$slots.rightSection' :class='$style.section' data-position='right'>
73
+ <slot name='rightSection' />
74
+ </span>
75
+ </Box>
76
76
  </template>
77
77
 
78
78
  <style lang="postcss" module>
79
- .root {
80
- --badge-height-xs: rem(16px);
81
- --badge-height-sm: rem(18px);
82
- --badge-height-md: rem(20px);
83
- --badge-height-lg: rem(26px);
84
- --badge-height-xl: rem(32px);
85
-
86
- --badge-fz-xs: rem(8px);
87
- --badge-fz-sm: rem(10px);
88
- --badge-fz-md: rem(12px);
89
- --badge-fz-lg: rem(14px);
90
- --badge-fz-xl: rem(16px);
91
-
92
- --badge-padding-x-xs: rem(6px);
93
- --badge-padding-x-sm: rem(8px);
94
- --badge-padding-x-md: rem(10px);
95
- --badge-padding-x-lg: rem(12px);
96
- --badge-padding-x-xl: rem(16px);
97
-
98
- --badge-height: var(--badge-height-md);
99
- --badge-fz: var(--badge-fz-md);
100
- --badge-padding-x: var(--badge-padding-x-md);
101
- --badge-radius: 100%;
102
- --badge-lh: calc(var(--badge-height) - rem(2px));
103
- --badge-color: var(--color-white);
104
- --badge-bg: var(--color-primary-filled);
105
- --badge-border-width: 1px;
106
- --badge-bd: var(--badge-border-width) solid transparent;
107
-
108
- cursor: default;
109
-
110
- overflow: hidden;
111
- display: inline-grid;
112
- align-items: center;
113
- justify-content: center;
114
-
115
- width: fit-content;
116
- height: var(--badge-height);
117
- padding: 0 var(--badge-padding-x);
118
- border: var(--badge-bd);
119
- border-radius: var(--badge-radius);
120
-
121
- font-size: var(--badge-fz);
122
- font-weight: 700;
123
- line-height: var(--badge-lh);
124
- color: var(--badge-color);
125
- text-decoration: none;
126
- text-overflow: ellipsis;
127
- text-transform: uppercase;
128
- letter-spacing: 0.25px;
129
-
130
- background: var(--badge-bg);
131
-
132
- -webkit-tap-highlight-color: transparent;
133
-
134
- &:where([data-with-left-section], [data-variant='dot']) {
135
- grid-template-columns: auto 1fr;
136
-
137
- padding-left: calc(var(--badge-padding-x) - calc(var(--spacing-xs) / 2));
138
- }
139
-
140
- &:where([data-with-right-section]) {
141
- grid-template-columns: 1fr auto;
142
-
143
- padding-right: calc(var(--badge-padding-x) - calc(var(--spacing-xs) / 2));
144
- }
145
-
146
- &:where([data-with-left-section][data-with-right-section],
147
- [data-variant='dot'][data-with-right-section]) {
148
- grid-template-columns: auto 1fr auto;
149
-
150
- padding: 0 calc(var(--spacing-xs) / 2);
151
- }
152
-
153
- &:where([data-block]) {
154
- display: flex;
155
-
156
- width: 100%;
157
- }
158
-
159
- &:where([data-circle]) {
160
- display: flex;
161
-
162
- width: var(--badge-height);
163
- padding-inline: 2px;
164
- }
165
-
166
- &:where([data-variant='dot']) {
167
- @mixin where-light {
168
- --badge-color: var(--color-black);
169
- }
170
-
171
- @mixin where-dark {
172
- --badge-color: var(--color-white);
173
- }
174
- }
175
- }
176
-
177
- .dot {
178
- --badge-dot-size: calc(var(--badge-height) / 2);
179
-
180
- display: block;
181
-
182
- width: var(--badge-dot-size);
183
- height: var(--badge-dot-size);
184
- margin-inline-end: calc(var(--badge-dot-size) / 2);
185
- border-radius: var(--badge-dot-size);
186
-
187
- background-color: var(--badge-dot-color, var(--badge-color));
188
- }
189
-
190
-
191
- .label {
192
- cursor: inherit;
193
-
194
- overflow: hidden;
195
-
196
- text-align: center;
197
- text-overflow: ellipsis;
198
- white-space: nowrap;
199
- }
200
-
201
- .section {
202
- --badge-section-margin: calc(var(--spacing-xs) / 2);
203
-
204
- display: inline-flex;
205
- align-items: center;
206
- justify-content: center;
207
-
208
- max-height: calc(var(--badge-height) - var(--badge-border-width) * 2);
209
-
210
- &:where([data-position='left']) {
211
- margin-inline-end: var(--badge-section-margin);
212
- }
213
-
214
- &:where([data-position='right']) {
215
- margin-inline-start: var(--badge-section-margin);
216
- }
217
- }
79
+ .root {
80
+ --badge-height-xs: rem(16px);
81
+ --badge-height-sm: rem(18px);
82
+ --badge-height-md: rem(20px);
83
+ --badge-height-lg: rem(26px);
84
+ --badge-height-xl: rem(32px);
85
+
86
+ --badge-fz-xs: rem(8px);
87
+ --badge-fz-sm: rem(10px);
88
+ --badge-fz-md: rem(12px);
89
+ --badge-fz-lg: rem(14px);
90
+ --badge-fz-xl: rem(16px);
91
+
92
+ --badge-padding-x-xs: rem(6px);
93
+ --badge-padding-x-sm: rem(8px);
94
+ --badge-padding-x-md: rem(10px);
95
+ --badge-padding-x-lg: rem(12px);
96
+ --badge-padding-x-xl: rem(16px);
97
+
98
+ --badge-height: var(--badge-height-md);
99
+ --badge-fz: var(--badge-fz-md);
100
+ --badge-padding-x: var(--badge-padding-x-md);
101
+ --badge-radius: 100%;
102
+ --badge-lh: calc(var(--badge-height) - rem(2px));
103
+ --badge-color: var(--color-white);
104
+ --badge-bg: var(--color-primary-filled);
105
+ --badge-border-width: 1px;
106
+ --badge-bd: var(--badge-border-width) solid transparent;
107
+
108
+ cursor: default;
109
+
110
+ overflow: hidden;
111
+ display: inline-grid;
112
+ align-items: center;
113
+ justify-content: center;
114
+
115
+ width: fit-content;
116
+ height: var(--badge-height);
117
+ padding: 0 var(--badge-padding-x);
118
+ border: var(--badge-bd);
119
+ border-radius: var(--badge-radius);
120
+
121
+ font-size: var(--badge-fz);
122
+ font-weight: 700;
123
+ line-height: var(--badge-lh);
124
+ color: var(--badge-color);
125
+ text-decoration: none;
126
+ text-overflow: ellipsis;
127
+ text-transform: uppercase;
128
+ letter-spacing: 0.25px;
129
+
130
+ background: var(--badge-bg);
131
+
132
+ -webkit-tap-highlight-color: transparent;
133
+
134
+ &:where([data-with-left-section], [data-variant='dot']) {
135
+ grid-template-columns: auto 1fr;
136
+
137
+ padding-left: calc(var(--badge-padding-x) - calc(var(--spacing-xs) / 2));
138
+ }
139
+
140
+ &:where([data-with-right-section]) {
141
+ grid-template-columns: 1fr auto;
142
+
143
+ padding-right: calc(var(--badge-padding-x) - calc(var(--spacing-xs) / 2));
144
+ }
145
+
146
+ &:where([data-with-left-section][data-with-right-section],
147
+ [data-variant='dot'][data-with-right-section]) {
148
+ grid-template-columns: auto 1fr auto;
149
+
150
+ padding: 0 calc(var(--spacing-xs) / 2);
151
+ }
152
+
153
+ &:where([data-block]) {
154
+ display: flex;
155
+
156
+ width: 100%;
157
+ }
158
+
159
+ &:where([data-circle]) {
160
+ display: flex;
161
+
162
+ width: var(--badge-height);
163
+ padding-inline: 2px;
164
+ }
165
+
166
+ &:where([data-variant='dot']) {
167
+ @mixin where-light {
168
+ --badge-color: var(--color-black);
169
+ }
170
+
171
+ @mixin where-dark {
172
+ --badge-color: var(--color-white);
173
+ }
174
+ }
175
+ }
176
+
177
+ .dot {
178
+ --badge-dot-size: calc(var(--badge-height) / 2);
179
+
180
+ display: block;
181
+
182
+ width: var(--badge-dot-size);
183
+ height: var(--badge-dot-size);
184
+ margin-inline-end: calc(var(--badge-dot-size) / 2);
185
+ border-radius: var(--badge-dot-size);
186
+
187
+ background-color: var(--badge-dot-color, var(--badge-color));
188
+ }
189
+
190
+ .label {
191
+ cursor: inherit;
192
+
193
+ overflow: hidden;
194
+
195
+ text-align: center;
196
+ text-overflow: ellipsis;
197
+ white-space: nowrap;
198
+ }
199
+
200
+ .section {
201
+ --badge-section-margin: calc(var(--spacing-xs) / 2);
202
+
203
+ display: inline-flex;
204
+ align-items: center;
205
+ justify-content: center;
206
+
207
+ max-height: calc(var(--badge-height) - var(--badge-border-width) * 2);
208
+
209
+ &:where([data-position='left']) {
210
+ margin-inline-end: var(--badge-section-margin);
211
+ }
212
+
213
+ &:where([data-position='right']) {
214
+ margin-inline-start: var(--badge-section-margin);
215
+ }
216
+ }
218
217
  </style>
@@ -1,20 +1,33 @@
1
- import type { NuanceColor, NuanceGradient, NuanceRadius, NuanceSize } from '../types/index.js';
1
+ import type { NuanceColor, NuanceGradient, NuanceRadius, NuanceSize } from '@nui/types';
2
2
  import type { BoxProps } from './box.vue.js';
3
3
  export interface BadgeProps extends BoxProps {
4
+ /**
5
+ * Visual variant
6
+ * @default `'filled'`
7
+ */
4
8
  variant?: 'filled' | 'light' | 'outline' | 'dot' | 'default' | 'gradient';
5
- /** Controls `font-size`, `height` and horizontal `padding` @default `'md'` */
9
+ /**
10
+ * Component size
11
+ * @default `'md'`
12
+ */
6
13
  size?: NuanceSize | string;
7
- /** If set, badge `min-width` becomes equal to its `height` and horizontal padding is removed */
14
+ /** Makes the badge width equal to its height and removes horizontal padding */
8
15
  circle?: boolean;
9
- /** Key of `theme.radius` or any valid CSS value to set `border-radius` @default `'xl'` */
16
+ /**
17
+ * Border radius
18
+ * @default `'sm'`
19
+ */
10
20
  radius?: NuanceRadius;
11
- /** Key of `theme.colors` or any valid CSS color @default `theme.primaryColor` */
21
+ /** Color from theme */
12
22
  color?: NuanceColor | string;
13
- /** Gradient configuration used when `variant=\"gradient\"` @default `theme.defaultGradient` */
23
+ /** Gradient configuration (used with `variant="gradient"`) */
14
24
  gradient?: NuanceGradient;
15
- /** Determines whether Badge should take 100% of its parent width @default `false` */
25
+ /**
26
+ * Stretches the badge to fill its parent width
27
+ * @default `false`
28
+ */
16
29
  fullWidth?: boolean;
17
- /** Icon displayed before to the label */
30
+ /** Icon displayed before the label */
18
31
  icon?: string;
19
32
  }
20
33
  declare var __VLS_8: {}, __VLS_15: {}, __VLS_17: {};
@@ -1,8 +1,12 @@
1
1
  import type { Mod } from '@nui/utils';
2
2
  import type { Component } from 'vue';
3
3
  export interface BoxProps {
4
+ /**
5
+ * Rendered element or component
6
+ * @default `'div'`
7
+ */
4
8
  is?: keyof HTMLElementTagNameMap | Component;
5
- /** Element modifiers transformed into `data-` attributes, for example, `{ 'data-size': 'xl' }`, falsy values are removed */
9
+ /** Element modifiers transformed into `data-` attributes, falsy values are removed */
6
10
  mod?: Mod | Mod[] | Mod[][] | null;
7
11
  }
8
12
  declare var __VLS_8: {};
@@ -1,8 +1,12 @@
1
1
  import type { Mod } from '@nui/utils';
2
2
  import type { Component } from 'vue';
3
3
  export interface BoxProps {
4
+ /**
5
+ * Rendered element or component
6
+ * @default `'div'`
7
+ */
4
8
  is?: keyof HTMLElementTagNameMap | Component;
5
- /** Element modifiers transformed into `data-` attributes, for example, `{ 'data-size': 'xl' }`, falsy values are removed */
9
+ /** Element modifiers transformed into `data-` attributes, falsy values are removed */
6
10
  mod?: Mod | Mod[] | Mod[][] | null;
7
11
  }
8
12
  declare var __VLS_8: {};
@@ -4,21 +4,41 @@ import type { BoxProps } from './box.vue.js';
4
4
  import type { ButtonProps } from './button/button.vue.js';
5
5
  import type { LinkProps } from './link/index.js';
6
6
  export interface BreadcrumbsItem extends Omit<LinkProps, 'mod'> {
7
+ /** Marks item as active */
7
8
  active?: boolean;
9
+ /** Item label */
8
10
  label: string;
11
+ /** Icon displayed before the label */
9
12
  icon?: string;
13
+ /** Additional class applied to the item */
10
14
  class?: string;
15
+ /** Named slot used to render the item */
11
16
  slot?: string;
12
17
  }
13
18
  export interface BreadcrumbsProps extends BoxProps {
14
- /** Manual items array */
19
+ /** Items array */
15
20
  items?: MaybeRef<BreadcrumbsItem[]>;
16
- /** Separator icon between items @default `'gravity-ui:chevron-right'` */
21
+ /**
22
+ * Separator icon between items
23
+ * @default `'gravity-ui:chevron-right'`
24
+ */
17
25
  separator?: string;
18
- /** Controls spacing between separator and breadcrumb @default `'xs'` */
26
+ /** Spacing token */
19
27
  spacing?: NuanceSpacing;
28
+ /**
29
+ * Visual variant
30
+ * @default `'subtle'`
31
+ */
20
32
  variant?: ButtonProps['variant'];
33
+ /**
34
+ * Color from theme
35
+ * @default `'primary'`
36
+ */
21
37
  color?: ButtonProps['color'];
38
+ /**
39
+ * Component size
40
+ * @default `'compact-sm'`
41
+ */
22
42
  size?: ButtonProps['size'];
23
43
  }
24
44
  declare var __VLS_9: string, __VLS_10: {
@@ -1,5 +1,5 @@
1
1
  <script setup>
2
- import { useTheme } from "@nui/composals";
2
+ import { useTheme } from "@nui/composables";
3
3
  import { getSpacing } from "@nui/utils";
4
4
  import { computed, unref } from "vue";
5
5
  import Box from "./box.vue";
@@ -89,9 +89,9 @@ const breadcrumbs = computed(() => unref(items) ?? []);
89
89
  display: flex;
90
90
  gap: .25rem;
91
91
  align-items: center;
92
- text-transform: capitalize;
93
92
 
94
93
  font-weight: 600;
94
+ text-transform: capitalize;
95
95
  }
96
96
 
97
97
  .icon {
@@ -4,21 +4,41 @@ import type { BoxProps } from './box.vue.js';
4
4
  import type { ButtonProps } from './button/button.vue.js';
5
5
  import type { LinkProps } from './link/index.js';
6
6
  export interface BreadcrumbsItem extends Omit<LinkProps, 'mod'> {
7
+ /** Marks item as active */
7
8
  active?: boolean;
9
+ /** Item label */
8
10
  label: string;
11
+ /** Icon displayed before the label */
9
12
  icon?: string;
13
+ /** Additional class applied to the item */
10
14
  class?: string;
15
+ /** Named slot used to render the item */
11
16
  slot?: string;
12
17
  }
13
18
  export interface BreadcrumbsProps extends BoxProps {
14
- /** Manual items array */
19
+ /** Items array */
15
20
  items?: MaybeRef<BreadcrumbsItem[]>;
16
- /** Separator icon between items @default `'gravity-ui:chevron-right'` */
21
+ /**
22
+ * Separator icon between items
23
+ * @default `'gravity-ui:chevron-right'`
24
+ */
17
25
  separator?: string;
18
- /** Controls spacing between separator and breadcrumb @default `'xs'` */
26
+ /** Spacing token */
19
27
  spacing?: NuanceSpacing;
28
+ /**
29
+ * Visual variant
30
+ * @default `'subtle'`
31
+ */
20
32
  variant?: ButtonProps['variant'];
33
+ /**
34
+ * Color from theme
35
+ * @default `'primary'`
36
+ */
21
37
  color?: ButtonProps['color'];
38
+ /**
39
+ * Component size
40
+ * @default `'compact-sm'`
41
+ */
22
42
  size?: ButtonProps['size'];
23
43
  }
24
44
  declare var __VLS_9: string, __VLS_10: {
@@ -1,5 +1,9 @@
1
1
  import type { BoxProps } from '../box.vue.js';
2
2
  export interface ButtonGroupProps extends BoxProps {
3
+ /**
4
+ * Layout direction of the group
5
+ * @default 'horizontal'
6
+ */
3
7
  orientation?: 'horizontal' | 'vertical';
4
8
  }
5
9
  declare var __VLS_8: {};
@@ -9,7 +9,7 @@ const { is, mod, orientation = "horizontal" } = defineProps({
9
9
  </script>
10
10
 
11
11
  <template>
12
- <Box :is :mod='[mod, { orientation }]' :class='css.group' role='group'>
13
- <slot />
14
- </Box>
12
+ <Box :is :mod='[mod, { orientation }]' :class='css.group' role='group'>
13
+ <slot />
14
+ </Box>
15
15
  </template>
@@ -1,5 +1,9 @@
1
1
  import type { BoxProps } from '../box.vue.js';
2
2
  export interface ButtonGroupProps extends BoxProps {
3
+ /**
4
+ * Layout direction of the group
5
+ * @default 'horizontal'
6
+ */
3
7
  orientation?: 'horizontal' | 'vertical';
4
8
  }
5
9
  declare var __VLS_8: {};
@@ -1,26 +1,39 @@
1
- import type { NuanceColor, NuanceGradient, NuanceRadius, NuanceSize } from '@nui/types';
1
+ import type { Classes, NuanceColor, NuanceGradient, NuanceRadius, NuanceSize } from '@nui/types';
2
2
  import type { HTMLAttributes } from 'vue';
3
3
  import type { BoxProps } from '../box.vue.js';
4
4
  export interface ButtonProps extends BoxProps {
5
+ /** Component size */
5
6
  size?: NuanceSize | `compact-${NuanceSize}`;
7
+ /** Spacing token */
6
8
  spacing?: NuanceSize | string;
9
+ /**
10
+ * Visual variant
11
+ * @default `'default'`
12
+ */
7
13
  variant?: 'filled' | 'light' | 'outline' | 'subtle' | 'default' | 'gradient' | 'gradient-outline';
14
+ /** Gradient configuration (used with `variant="gradient"`) */
8
15
  gradient?: NuanceGradient;
16
+ /** Loading state */
9
17
  loading?: boolean;
18
+ /** Color from theme */
10
19
  color?: NuanceColor;
20
+ /** Border radius */
11
21
  radius?: NuanceRadius;
12
22
  /** Styles API */
13
- classes?: {
14
- root?: string | string[];
15
- inner?: string | string[];
16
- label?: string | string[];
17
- section?: string | string[];
18
- };
19
- /** section pointer-events */
23
+ classes?: Classes<'root' | 'inner' | 'label' | 'section'>;
24
+ /**
25
+ * `pointer-events` value for the left section
26
+ * @default `'none'`
27
+ */
20
28
  leftSectionPE?: CSSStyleDeclaration['pointerEvents'];
29
+ /** Extra attributes forwarded to the left section element */
21
30
  leftSectionProps?: HTMLAttributes;
22
- /** section pointer-events */
31
+ /**
32
+ * `pointer-events` value for the right section
33
+ * @default `'all'`
34
+ */
23
35
  rightSectionPE?: CSSStyleDeclaration['pointerEvents'];
36
+ /** Extra attributes forwarded to the right section element */
24
37
  rightSectionProps?: HTMLAttributes;
25
38
  }
26
39
  declare var __VLS_19: {}, __VLS_21: {}, __VLS_23: {};
@@ -1 +1 @@
1
- .root{--button-height-xs:rem(30px);--button-height-sm:rem(36px);--button-height-md:rem(42px);--button-height-lg:rem(50px);--button-height-xl:rem(60px);--button-height-compact-xs:rem(22px);--button-height-compact-sm:rem(26px);--button-height-compact-md:rem(30px);--button-height-compact-lg:rem(34px);--button-height-compact-xl:rem(40px);--button-padding-x-xs:rem(14px);--button-padding-x-sm:rem(18px);--button-padding-x-md:rem(22px);--button-padding-x-lg:rem(26px);--button-padding-x-xl:rem(32px);--button-padding-x-compact-xs:rem(7px);--button-padding-x-compact-sm:rem(8px);--button-padding-x-compact-md:rem(10px);--button-padding-x-compact-lg:rem(12px);--button-padding-x-compact-xl:rem(14px);--button-height:var(--button-height-sm);--button-padding-x:var(--button-padding-x-sm);--button-color:var(--color-white);--button-fz:var(--font-size-sm);--button-bg:var(--color-primary-filled);--button-radius:var(--radius-default);--button-hover:var(--color-primary-filled-hover);--button-spacing:0;--button-section-size:calc(var(--button-height) - 0.25rem);background:var(--button-bg);border:var(--button-bd,rem(1px) solid transparent);border-radius:var(--button-radius);color:var(--button-color,var(--color-white));cursor:pointer;display:inline-block;font-size:var(--button-fz);font-weight:600;height:var(--button-height,var(--button-height-sm));line-height:1;overflow:hidden;padding-inline:var(--button-padding-x,var(--button-padding-x-sm));position:relative;text-align:center;transition:background-color .2s ease-in,color .2s ease-in;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:auto}.root:where([data-with-left-section]){padding-inline-start:0}.root:where([data-with-right-section]){padding-inline-end:0}.root:where([data-variant=gradient-outline]){background-clip:padding-box,border-box;background-origin:border-box}.root:where(:disabled:not([data-loading])){background:var(--color-disabled);border:1px solid transparent;color:var(--color-disabled);cursor:not-allowed;transform:none}.root:before{border-radius:var(--button-radius,var(--radius-default));content:"";filter:blur(12px);inset:-1px;opacity:0;pointer-events:none;position:absolute;transform:translateY(-100%);transition:transform .15s ease,opacity .1s ease;@mixin where-light{background:var(--color-gray-1);color:var(--color-gray-5)}@mixin where-dark{background:var(--color-dark-6);color:var(--color-dark-3)}}.root:where([data-loading]){cursor:not-allowed;transform:none}.root:where([data-loading]):before{opacity:1;transform:translateY(0)}.root:where([data-loading]) .inner{opacity:0;transform:translateY(100%)}.root:hover:where(:not([data-loading],:disabled)){background:var(--button-hover);color:var(--button-color)}.root:hover:where(:not([data-loading],:disabled)):where([data-variant=gradient-outline]){color:#fff}.inner{gap:var(--button-spacing);justify-content:center;overflow:visible;transition:transform .15s ease,opacity .1s ease;width:100%}.inner,.label{align-items:center;display:flex;height:100%}.label{flex:1;opacity:1;overflow:hidden;white-space:nowrap}.label:where([data-loading]){opacity:.2}.section{--section-pointer-events:none;align-items:center;display:flex;height:100%;justify-content:center;pointer-events:var(--section-pointer-events);width:var(--button-section-size)}.loader{left:calc(50% - var(--loader-size)/2);position:absolute;top:calc(50% - var(--loader-size)/2)}.group{--button-border-width:1px;display:flex}.group :where(.root):focus{position:relative;z-index:1}.group[data-orientation=horizontal]{flex-direction:row}.group[data-orientation=horizontal] .root:not(:only-child):first-child{border-end-end-radius:0;border-inline-end-width:calc(var(--button-border-width)/2);border-start-end-radius:0}.group[data-orientation=horizontal] .root:not(:only-child):last-child{border-end-start-radius:0;border-inline-start-width:calc(var(--button-border-width)/2);border-start-start-radius:0}.group[data-orientation=horizontal] .root:not(:only-child):not(:first-child):not(:last-child){border-inline-width:calc(var(--button-border-width)/2);border-radius:0}.group[data-orientation=vertical]{flex-direction:column}.group[data-orientation=vertical] .root:not(:only-child):first-child{border-bottom-width:calc(var(--button-border-width)/2);border-end-end-radius:0;border-end-start-radius:0}.group[data-orientation=vertical] .root:not(:only-child):last-child{border-start-end-radius:0;border-start-start-radius:0;border-top-width:calc(var(--button-border-width)/2)}.group[data-orientation=vertical] .root:not(:only-child):not(:first-child):not(:last-child){border-bottom-width:calc(var(--button-border-width)/2);border-radius:0;border-top-width:calc(var(--button-border-width)/2)}
1
+ .root{--button-height-xs:rem(30px);--button-height-sm:rem(36px);--button-height-md:rem(42px);--button-height-lg:rem(50px);--button-height-xl:rem(60px);--button-height-compact-xs:rem(22px);--button-height-compact-sm:rem(26px);--button-height-compact-md:rem(30px);--button-height-compact-lg:rem(34px);--button-height-compact-xl:rem(40px);--button-padding-x-xs:rem(14px);--button-padding-x-sm:rem(18px);--button-padding-x-md:rem(22px);--button-padding-x-lg:rem(26px);--button-padding-x-xl:rem(32px);--button-padding-x-compact-xs:rem(7px);--button-padding-x-compact-sm:rem(8px);--button-padding-x-compact-md:rem(10px);--button-padding-x-compact-lg:rem(12px);--button-padding-x-compact-xl:rem(14px);--button-height:var(--button-height-sm);--button-padding-x:var(--button-padding-x-sm);--button-color:var(--color-white);--button-fz:var(--font-size-sm);--button-bg:var(--color-primary-filled);--button-radius:var(--radius-default);--button-hover:var(--color-primary-filled-hover);--button-spacing:0;--button-section-size:calc(var(--button-height) - 0.25rem);background:var(--button-bg);border:var(--button-bd,rem(1px) solid transparent);border-radius:var(--button-radius);color:var(--button-color,var(--color-white));cursor:pointer;display:inline-block;font-size:var(--button-fz);font-weight:600;height:var(--button-height,var(--button-height-sm));line-height:1;overflow:hidden;padding-inline:var(--button-padding-x,var(--button-padding-x-sm));position:relative;text-align:center;transition:background-color .2s ease-in,color .2s ease-in;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:auto}.root:where([data-with-left-section]){padding-inline-start:0}.root:where([data-with-right-section]){padding-inline-end:0}.root:where([data-variant=gradient-outline]){background-clip:padding-box,border-box;background-origin:border-box}.root:where(:disabled:not([data-loading])){background:var(--color-disabled);border:1px solid transparent;color:var(--color-disabled);cursor:not-allowed;transform:none}.root:before{border-radius:var(--button-radius,var(--radius-default));content:"";filter:blur(12px);inset:-1px;opacity:0;pointer-events:none;position:absolute;transform:translateY(-100%);transition:transform .15s ease,opacity .1s ease;@mixin where-light{background:var(--color-gray-1);color:var(--color-gray-5)}@mixin where-dark{background:var(--color-dark-6);color:var(--color-dark-3)}}.root:where([data-loading]){cursor:not-allowed;transform:none}.root:where([data-loading]):before{opacity:1;transform:translateY(0)}.root:where([data-loading]) .inner{opacity:0;transform:translateY(100%)}.root:hover:where(:not([data-loading],:disabled)){background:var(--button-hover);color:var(--button-color)}.root:hover:where(:not([data-loading],:disabled)):where([data-variant=gradient-outline]){color:#fff}.inner{gap:var(--button-spacing);justify-content:center;overflow:visible;transition:transform .15s ease,opacity .1s ease;width:100%}.inner,.label{align-items:center;display:flex;height:100%}.label{flex:1;opacity:1;overflow:hidden;white-space:nowrap}.label:where([data-loading]){opacity:.2}.section{--section-pointer-events:none;align-items:center;display:flex;height:100%;justify-content:center;pointer-events:var(--section-pointer-events);width:var(--button-section-size)}.loader{left:calc(50% - var(--loader-size)/2);position:absolute;top:calc(50% - var(--loader-size)/2)}.group{--group-border-width:1px;display:flex}.group>:where(*):focus{position:relative;z-index:1}.group[data-orientation=horizontal]{flex-direction:row}.group[data-orientation=horizontal]>:where(*):not(:only-child):first-child{border-end-end-radius:0;border-inline-end-width:calc(var(--group-border-width)/2);border-start-end-radius:0}.group[data-orientation=horizontal]>:where(*):not(:only-child):last-child{border-end-start-radius:0;border-inline-start-width:calc(var(--group-border-width)/2);border-start-start-radius:0}.group[data-orientation=horizontal]>:where(*):not(:only-child):not(:first-child):not(:last-child){border-inline-width:calc(var(--group-border-width)/2);border-radius:0}.group[data-orientation=vertical]{flex-direction:column}.group[data-orientation=vertical]>:where(*):not(:only-child):first-child{border-bottom-width:calc(var(--group-border-width)/2);border-end-end-radius:0;border-end-start-radius:0}.group[data-orientation=vertical]>:where(*):not(:only-child):last-child{border-start-end-radius:0;border-start-start-radius:0;border-top-width:calc(var(--group-border-width)/2)}.group[data-orientation=vertical]>:where(*):not(:only-child):not(:first-child):not(:last-child){border-bottom-width:calc(var(--group-border-width)/2);border-radius:0;border-top-width:calc(var(--group-border-width)/2)}