@nova-design-system/nova-webcomponents 3.6.0 → 3.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. package/dist/cjs/index.cjs.js +5 -1
  2. package/dist/cjs/index.cjs.js.map +1 -1
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/native.cjs.js +1 -1
  5. package/dist/cjs/nv-accordion-item.cjs.entry.js +2 -2
  6. package/dist/cjs/nv-accordion-item.cjs.entry.js.map +1 -1
  7. package/dist/cjs/nv-accordion.cjs.entry.js +16 -43
  8. package/dist/cjs/nv-accordion.cjs.entry.js.map +1 -1
  9. package/dist/cjs/nv-badge_2.cjs.entry.js +1 -1
  10. package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
  11. package/dist/cjs/nv-calendar.cjs.entry.js +96 -75
  12. package/dist/cjs/nv-calendar.cjs.entry.js.map +1 -1
  13. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +4 -4
  14. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js.map +1 -1
  15. package/dist/cjs/nv-fielddate.cjs.entry.js +26 -5
  16. package/dist/cjs/nv-fielddate.cjs.entry.js.map +1 -1
  17. package/dist/cjs/nv-fielddaterange.cjs.entry.js +32 -4
  18. package/dist/cjs/nv-fielddaterange.cjs.entry.js.map +1 -1
  19. package/dist/cjs/nv-fielddropdown.cjs.entry.js +3 -3
  20. package/dist/cjs/nv-fielddropdownitem.cjs.entry.js +1 -1
  21. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js +14 -6
  22. package/dist/cjs/nv-fieldmultiselect.cjs.entry.js.map +1 -1
  23. package/dist/cjs/nv-fieldnumber.cjs.entry.js +3 -3
  24. package/dist/cjs/nv-fieldpassword.cjs.entry.js +3 -3
  25. package/dist/cjs/nv-fieldradio.cjs.entry.js +3 -3
  26. package/dist/cjs/nv-fieldselect.cjs.entry.js +5 -5
  27. package/dist/cjs/nv-fieldslider.cjs.entry.js +15 -4
  28. package/dist/cjs/nv-fieldslider.cjs.entry.js.map +1 -1
  29. package/dist/cjs/nv-fieldtext.cjs.entry.js +3 -3
  30. package/dist/cjs/nv-fieldtextarea.cjs.entry.js +3 -3
  31. package/dist/cjs/nv-fieldtime.cjs.entry.js +10 -10
  32. package/dist/cjs/nv-fieldtime.cjs.entry.js.map +1 -1
  33. package/dist/cjs/nv-icon.cjs.entry.js +2 -2
  34. package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
  35. package/dist/cjs/nv-iconbutton_2.cjs.entry.js +2 -2
  36. package/dist/cjs/nv-menu.cjs.entry.js +1 -1
  37. package/dist/cjs/nv-menuitem.cjs.entry.js +1 -1
  38. package/dist/cjs/nv-popover.cjs.entry.js +1 -1
  39. package/dist/cjs/nv-row.cjs.entry.js +1 -1
  40. package/dist/cjs/nv-stack.cjs.entry.js +1 -1
  41. package/dist/cjs/nv-table.cjs.entry.js +2 -2
  42. package/dist/cjs/nv-toggle.cjs.entry.js +2 -2
  43. package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
  44. package/dist/collection/components/nv-accordion/nv-accordion.docs.js +17 -10
  45. package/dist/collection/components/nv-accordion/nv-accordion.docs.js.map +1 -1
  46. package/dist/collection/components/nv-accordion/nv-accordion.js +23 -55
  47. package/dist/collection/components/nv-accordion/nv-accordion.js.map +1 -1
  48. package/dist/collection/components/nv-accordion-item/nv-accordion-item.js +5 -5
  49. package/dist/collection/components/nv-accordion-item/nv-accordion-item.js.map +1 -1
  50. package/dist/collection/components/nv-calendar/nv-calendar.css +5 -0
  51. package/dist/collection/components/nv-calendar/nv-calendar.js +113 -74
  52. package/dist/collection/components/nv-calendar/nv-calendar.js.map +1 -1
  53. package/dist/collection/components/nv-calendar/partials/calendar-grid.js +3 -0
  54. package/dist/collection/components/nv-calendar/partials/calendar-grid.js.map +1 -1
  55. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +6 -4
  56. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js.map +1 -1
  57. package/dist/collection/components/nv-fielddate/nv-fielddate.js +51 -5
  58. package/dist/collection/components/nv-fielddate/nv-fielddate.js.map +1 -1
  59. package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js +61 -4
  60. package/dist/collection/components/nv-fielddaterange/nv-fielddaterange.js.map +1 -1
  61. package/dist/collection/components/nv-fielddropdown/nv-fielddropdown.js +3 -3
  62. package/dist/collection/components/nv-fielddropdownitem/nv-fielddropdownitem.js +1 -1
  63. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js +7 -1
  64. package/dist/collection/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.js.map +1 -1
  65. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js +8 -8
  66. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.docs.js.map +1 -1
  67. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js +14 -6
  68. package/dist/collection/components/nv-fieldmultiselect/nv-fieldmultiselect.js.map +1 -1
  69. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +3 -3
  70. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +3 -3
  71. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +3 -3
  72. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +5 -5
  73. package/dist/collection/components/nv-fieldslider/nv-fieldslider.js +18 -7
  74. package/dist/collection/components/nv-fieldslider/nv-fieldslider.js.map +1 -1
  75. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +3 -3
  76. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +3 -3
  77. package/dist/collection/components/nv-fieldtime/nv-fieldtime.js +9 -9
  78. package/dist/collection/components/nv-fieldtime/nv-fieldtime.js.map +1 -1
  79. package/dist/collection/components/nv-fieldtime/styles/nv-fieldtime.css +11 -13
  80. package/dist/collection/components/nv-icon/nv-icon.js +1 -1
  81. package/dist/collection/components/nv-icon/nv-icons.js +5 -1
  82. package/dist/collection/components/nv-icon/nv-icons.js.map +1 -1
  83. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +1 -1
  84. package/dist/collection/components/nv-loader/nv-loader.js +1 -1
  85. package/dist/collection/components/nv-menu/nv-menu.js +1 -1
  86. package/dist/collection/components/nv-menuitem/nv-menuitem.js +2 -2
  87. package/dist/collection/components/nv-popover/nv-popover.js +1 -1
  88. package/dist/collection/components/nv-row/nv-row.js +1 -1
  89. package/dist/collection/components/nv-stack/nv-stack.js +1 -1
  90. package/dist/collection/components/nv-table/nv-table.js +2 -2
  91. package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
  92. package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
  93. package/dist/components/index.js +5 -1
  94. package/dist/components/index.js.map +1 -1
  95. package/dist/components/nv-accordion-item.js +1 -1
  96. package/dist/components/nv-accordion.js +22 -52
  97. package/dist/components/nv-accordion.js.map +1 -1
  98. package/dist/components/nv-alert.js +1 -1
  99. package/dist/components/nv-avatar.js +1 -1
  100. package/dist/components/nv-badge.js +1 -1
  101. package/dist/components/nv-breadcrumb.js +2 -2
  102. package/dist/components/nv-button.js +1 -1
  103. package/dist/components/nv-calendar.js +1 -1
  104. package/dist/components/nv-datagrid.js +2 -2
  105. package/dist/components/nv-dialog.js +4 -4
  106. package/dist/components/nv-dialogfooter.js +1 -1
  107. package/dist/components/nv-fieldcheckbox.js +1 -1
  108. package/dist/components/nv-fielddate.js +34 -12
  109. package/dist/components/nv-fielddate.js.map +1 -1
  110. package/dist/components/nv-fielddaterange.js +40 -11
  111. package/dist/components/nv-fielddaterange.js.map +1 -1
  112. package/dist/components/nv-fielddropdown.js +8 -8
  113. package/dist/components/nv-fielddropdownitem.js +1 -1
  114. package/dist/components/nv-fielddropdownitemcheck.js +1 -1
  115. package/dist/components/nv-fieldmultiselect.js +21 -13
  116. package/dist/components/nv-fieldmultiselect.js.map +1 -1
  117. package/dist/components/nv-fieldnumber.js +1 -1
  118. package/dist/components/nv-fieldpassword.js +6 -6
  119. package/dist/components/nv-fieldradio.js +3 -3
  120. package/dist/components/nv-fieldselect.js +8 -8
  121. package/dist/components/nv-fieldslider.js +19 -8
  122. package/dist/components/nv-fieldslider.js.map +1 -1
  123. package/dist/components/nv-fieldtext.js +1 -1
  124. package/dist/components/nv-fieldtextarea.js +3 -3
  125. package/dist/components/nv-fieldtime.js +14 -14
  126. package/dist/components/nv-fieldtime.js.map +1 -1
  127. package/dist/components/nv-icon.js +1 -1
  128. package/dist/components/nv-iconbutton.js +1 -1
  129. package/dist/components/nv-loader.js +1 -1
  130. package/dist/components/nv-menu.js +4 -4
  131. package/dist/components/nv-menuitem.js +1 -1
  132. package/dist/components/nv-popover.js +1 -1
  133. package/dist/components/nv-row.js +1 -1
  134. package/dist/components/nv-stack.js +1 -1
  135. package/dist/components/nv-table.js +2 -2
  136. package/dist/components/nv-toggle.js +2 -2
  137. package/dist/components/nv-tooltip.js +1 -1
  138. package/dist/components/{p-9ed7a440.js → p-0143cee0.js} +5 -5
  139. package/dist/components/p-0143cee0.js.map +1 -0
  140. package/dist/components/{p-8a5b0f74.js → p-5d5668f0.js} +2 -2
  141. package/dist/components/{p-8a5b0f74.js.map → p-5d5668f0.js.map} +1 -1
  142. package/dist/components/{p-316ae8e3.js → p-6e2f91ae.js} +4 -4
  143. package/dist/components/{p-316ae8e3.js.map → p-6e2f91ae.js.map} +1 -1
  144. package/dist/components/{p-5e89eb9d.js → p-7bc65e46.js} +7 -7
  145. package/dist/components/{p-5e89eb9d.js.map → p-7bc65e46.js.map} +1 -1
  146. package/dist/components/{p-618ae85a.js → p-8067d283.js} +2 -2
  147. package/dist/components/{p-618ae85a.js.map → p-8067d283.js.map} +1 -1
  148. package/dist/components/{p-d2b4441a.js → p-865725bf.js} +3 -3
  149. package/dist/components/{p-d2b4441a.js.map → p-865725bf.js.map} +1 -1
  150. package/dist/components/{p-9cff2fd1.js → p-91a558eb.js} +2 -2
  151. package/dist/components/{p-9cff2fd1.js.map → p-91a558eb.js.map} +1 -1
  152. package/dist/components/p-9232d306.js +88 -0
  153. package/dist/components/p-9232d306.js.map +1 -0
  154. package/dist/components/{p-f266b533.js → p-9a209ac7.js} +5 -5
  155. package/dist/components/{p-f266b533.js.map → p-9a209ac7.js.map} +1 -1
  156. package/dist/components/{p-ac76a11c.js → p-abb8f5ae.js} +4 -4
  157. package/dist/components/{p-ac76a11c.js.map → p-abb8f5ae.js.map} +1 -1
  158. package/dist/components/{p-436a0f99.js → p-ba87d9d5.js} +3 -3
  159. package/dist/components/{p-436a0f99.js.map → p-ba87d9d5.js.map} +1 -1
  160. package/dist/components/{p-840858ed.js → p-d32b75ac.js} +99 -77
  161. package/dist/components/p-d32b75ac.js.map +1 -0
  162. package/dist/components/{p-4864a690.js → p-dfd2d4f0.js} +2 -2
  163. package/dist/components/{p-4864a690.js.map → p-dfd2d4f0.js.map} +1 -1
  164. package/dist/components/{p-190c8f60.js → p-e104c58a.js} +4 -4
  165. package/dist/components/p-e104c58a.js.map +1 -0
  166. package/dist/components/{p-4069966e.js → p-f0371d98.js} +2 -2
  167. package/dist/components/{p-4069966e.js.map → p-f0371d98.js.map} +1 -1
  168. package/dist/components/{p-230ad6c5.js → p-f927f771.js} +7 -7
  169. package/dist/components/p-f927f771.js.map +1 -0
  170. package/dist/components/{p-79b38dfb.js → p-fa1988d9.js} +3 -3
  171. package/dist/components/{p-79b38dfb.js.map → p-fa1988d9.js.map} +1 -1
  172. package/dist/esm/index.js +5 -1
  173. package/dist/esm/index.js.map +1 -1
  174. package/dist/esm/loader.js +1 -1
  175. package/dist/esm/native.js +1 -1
  176. package/dist/esm/nv-accordion-item.entry.js +2 -2
  177. package/dist/esm/nv-accordion-item.entry.js.map +1 -1
  178. package/dist/esm/nv-accordion.entry.js +16 -43
  179. package/dist/esm/nv-accordion.entry.js.map +1 -1
  180. package/dist/esm/nv-badge_2.entry.js +1 -1
  181. package/dist/esm/nv-badge_2.entry.js.map +1 -1
  182. package/dist/esm/nv-calendar.entry.js +96 -75
  183. package/dist/esm/nv-calendar.entry.js.map +1 -1
  184. package/dist/esm/nv-fieldcheckbox.entry.js +4 -4
  185. package/dist/esm/nv-fieldcheckbox.entry.js.map +1 -1
  186. package/dist/esm/nv-fielddate.entry.js +26 -5
  187. package/dist/esm/nv-fielddate.entry.js.map +1 -1
  188. package/dist/esm/nv-fielddaterange.entry.js +32 -4
  189. package/dist/esm/nv-fielddaterange.entry.js.map +1 -1
  190. package/dist/esm/nv-fielddropdown.entry.js +3 -3
  191. package/dist/esm/nv-fielddropdownitem.entry.js +1 -1
  192. package/dist/esm/nv-fieldmultiselect.entry.js +14 -6
  193. package/dist/esm/nv-fieldmultiselect.entry.js.map +1 -1
  194. package/dist/esm/nv-fieldnumber.entry.js +3 -3
  195. package/dist/esm/nv-fieldpassword.entry.js +3 -3
  196. package/dist/esm/nv-fieldradio.entry.js +3 -3
  197. package/dist/esm/nv-fieldselect.entry.js +5 -5
  198. package/dist/esm/nv-fieldslider.entry.js +15 -4
  199. package/dist/esm/nv-fieldslider.entry.js.map +1 -1
  200. package/dist/esm/nv-fieldtext.entry.js +3 -3
  201. package/dist/esm/nv-fieldtextarea.entry.js +3 -3
  202. package/dist/esm/nv-fieldtime.entry.js +10 -10
  203. package/dist/esm/nv-fieldtime.entry.js.map +1 -1
  204. package/dist/esm/nv-icon.entry.js +2 -2
  205. package/dist/esm/nv-icon.entry.js.map +1 -1
  206. package/dist/esm/nv-iconbutton_2.entry.js +2 -2
  207. package/dist/esm/nv-menu.entry.js +1 -1
  208. package/dist/esm/nv-menuitem.entry.js +1 -1
  209. package/dist/esm/nv-popover.entry.js +1 -1
  210. package/dist/esm/nv-row.entry.js +1 -1
  211. package/dist/esm/nv-stack.entry.js +1 -1
  212. package/dist/esm/nv-table.entry.js +2 -2
  213. package/dist/esm/nv-toggle.entry.js +2 -2
  214. package/dist/esm/nv-tooltip.entry.js +1 -1
  215. package/dist/native/index.esm.js +1 -1
  216. package/dist/native/index.esm.js.map +1 -1
  217. package/dist/native/native.css +1 -1
  218. package/dist/native/native.esm.js +1 -1
  219. package/dist/native/native.esm.js.map +1 -1
  220. package/dist/native/p-051db87c.entry.js +2 -0
  221. package/dist/native/p-051db87c.entry.js.map +1 -0
  222. package/dist/native/{p-c9cde996.entry.js → p-0e005d95.entry.js} +2 -2
  223. package/dist/native/{p-33e5037d.entry.js → p-10ce53ea.entry.js} +2 -2
  224. package/dist/native/{p-cf468c67.entry.js → p-12039da4.entry.js} +2 -2
  225. package/dist/native/{p-b829383a.entry.js → p-16ef7dd4.entry.js} +2 -2
  226. package/dist/native/{p-0ada0382.entry.js → p-2a6783ca.entry.js} +2 -2
  227. package/dist/native/p-2a6783ca.entry.js.map +1 -0
  228. package/dist/native/{p-ddb0b9f6.entry.js → p-34bf336f.entry.js} +2 -2
  229. package/dist/native/{p-625be06b.entry.js → p-3f139780.entry.js} +2 -2
  230. package/dist/native/p-3ff7a912.entry.js +2 -0
  231. package/dist/native/p-3ff7a912.entry.js.map +1 -0
  232. package/dist/native/{p-8030c16b.entry.js → p-4b15cff3.entry.js} +2 -2
  233. package/dist/native/{p-0ac03708.entry.js → p-516da423.entry.js} +2 -2
  234. package/dist/native/p-516da423.entry.js.map +1 -0
  235. package/dist/native/{p-f9aa4900.entry.js → p-64cb38e6.entry.js} +2 -2
  236. package/dist/native/{p-bab6d0a5.entry.js → p-67c34b8c.entry.js} +2 -2
  237. package/dist/native/{p-31e72603.entry.js → p-68edb2e8.entry.js} +2 -2
  238. package/dist/native/p-73c08f3b.entry.js +2 -0
  239. package/dist/native/p-73c08f3b.entry.js.map +1 -0
  240. package/dist/native/p-7703c736.entry.js +2 -0
  241. package/dist/native/p-7703c736.entry.js.map +1 -0
  242. package/dist/native/{p-1cce9b24.entry.js → p-916acbd3.entry.js} +2 -2
  243. package/dist/native/p-a50f3850.entry.js +2 -0
  244. package/dist/native/{p-2d23fcea.entry.js → p-a73fa60a.entry.js} +2 -2
  245. package/dist/native/{p-5eca22c7.entry.js → p-b3f9db23.entry.js} +2 -2
  246. package/dist/native/{p-5eca22c7.entry.js.map → p-b3f9db23.entry.js.map} +1 -1
  247. package/dist/native/{p-e802fbb8.entry.js → p-bee62b2b.entry.js} +2 -2
  248. package/dist/native/p-c65a79a9.entry.js +2 -0
  249. package/dist/native/p-c65a79a9.entry.js.map +1 -0
  250. package/dist/native/p-dc34da69.entry.js +2 -0
  251. package/dist/native/p-dc34da69.entry.js.map +1 -0
  252. package/dist/native/{p-2576c1a0.entry.js → p-f00a4552.entry.js} +2 -2
  253. package/dist/native/{p-609b3822.entry.js → p-f540db71.entry.js} +2 -2
  254. package/dist/native/{p-fca3e27d.entry.js → p-f687e05c.entry.js} +2 -2
  255. package/dist/native/p-f687e05c.entry.js.map +1 -0
  256. package/dist/native/{p-18831490.entry.js → p-fa81b77f.entry.js} +2 -2
  257. package/dist/native/p-fa81b77f.entry.js.map +1 -0
  258. package/dist/native/{p-e19a8885.entry.js → p-fcd52432.entry.js} +2 -2
  259. package/dist/types/components/nv-accordion/nv-accordion.d.ts +16 -49
  260. package/dist/types/components/nv-accordion-item/nv-accordion-item.d.ts +2 -2
  261. package/dist/types/components/nv-calendar/nv-calendar.d.ts +7 -1
  262. package/dist/types/components/nv-calendar/partials/calendar-grid.d.ts +2 -0
  263. package/dist/types/components/nv-fieldcheckbox/nv-fieldcheckbox.d.ts +2 -0
  264. package/dist/types/components/nv-fielddate/nv-fielddate.d.ts +5 -0
  265. package/dist/types/components/nv-fielddaterange/nv-fielddaterange.d.ts +5 -0
  266. package/dist/types/components/nv-fielddropdownitemcheck/nv-fielddropdownitemcheck.d.ts +6 -0
  267. package/dist/types/components/nv-fieldmultiselect/nv-fieldmultiselect.d.ts +4 -0
  268. package/dist/types/components/nv-fieldslider/nv-fieldslider.d.ts +5 -4
  269. package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
  270. package/dist/types/components.d.ts +60 -14
  271. package/dist/vscode-data.json +18 -10
  272. package/hydrate/index.js +274 -202
  273. package/hydrate/index.mjs +274 -202
  274. package/package.json +1 -1
  275. package/readme.md +6 -0
  276. package/dist/components/p-190c8f60.js.map +0 -1
  277. package/dist/components/p-230ad6c5.js.map +0 -1
  278. package/dist/components/p-840858ed.js.map +0 -1
  279. package/dist/components/p-9ed7a440.js.map +0 -1
  280. package/dist/components/p-f1bbb9e8.js +0 -88
  281. package/dist/components/p-f1bbb9e8.js.map +0 -1
  282. package/dist/native/p-0ac03708.entry.js.map +0 -1
  283. package/dist/native/p-0ada0382.entry.js.map +0 -1
  284. package/dist/native/p-12963ae4.entry.js +0 -2
  285. package/dist/native/p-12963ae4.entry.js.map +0 -1
  286. package/dist/native/p-18831490.entry.js.map +0 -1
  287. package/dist/native/p-4cf00884.entry.js +0 -2
  288. package/dist/native/p-4cf00884.entry.js.map +0 -1
  289. package/dist/native/p-5172f17a.entry.js +0 -2
  290. package/dist/native/p-a6dc9b59.entry.js +0 -2
  291. package/dist/native/p-a6dc9b59.entry.js.map +0 -1
  292. package/dist/native/p-be67545e.entry.js +0 -2
  293. package/dist/native/p-be67545e.entry.js.map +0 -1
  294. package/dist/native/p-c2826f22.entry.js +0 -2
  295. package/dist/native/p-c2826f22.entry.js.map +0 -1
  296. package/dist/native/p-fca3e27d.entry.js.map +0 -1
  297. package/dist/native/p-fe4e516b.entry.js +0 -2
  298. package/dist/native/p-fe4e516b.entry.js.map +0 -1
  299. /package/dist/native/{p-c9cde996.entry.js.map → p-0e005d95.entry.js.map} +0 -0
  300. /package/dist/native/{p-33e5037d.entry.js.map → p-10ce53ea.entry.js.map} +0 -0
  301. /package/dist/native/{p-cf468c67.entry.js.map → p-12039da4.entry.js.map} +0 -0
  302. /package/dist/native/{p-b829383a.entry.js.map → p-16ef7dd4.entry.js.map} +0 -0
  303. /package/dist/native/{p-ddb0b9f6.entry.js.map → p-34bf336f.entry.js.map} +0 -0
  304. /package/dist/native/{p-625be06b.entry.js.map → p-3f139780.entry.js.map} +0 -0
  305. /package/dist/native/{p-8030c16b.entry.js.map → p-4b15cff3.entry.js.map} +0 -0
  306. /package/dist/native/{p-f9aa4900.entry.js.map → p-64cb38e6.entry.js.map} +0 -0
  307. /package/dist/native/{p-bab6d0a5.entry.js.map → p-67c34b8c.entry.js.map} +0 -0
  308. /package/dist/native/{p-31e72603.entry.js.map → p-68edb2e8.entry.js.map} +0 -0
  309. /package/dist/native/{p-1cce9b24.entry.js.map → p-916acbd3.entry.js.map} +0 -0
  310. /package/dist/native/{p-5172f17a.entry.js.map → p-a50f3850.entry.js.map} +0 -0
  311. /package/dist/native/{p-2d23fcea.entry.js.map → p-a73fa60a.entry.js.map} +0 -0
  312. /package/dist/native/{p-e802fbb8.entry.js.map → p-bee62b2b.entry.js.map} +0 -0
  313. /package/dist/native/{p-2576c1a0.entry.js.map → p-f00a4552.entry.js.map} +0 -0
  314. /package/dist/native/{p-609b3822.entry.js.map → p-f540db71.entry.js.map} +0 -0
  315. /package/dist/native/{p-e19a8885.entry.js.map → p-fcd52432.entry.js.map} +0 -0
@@ -1,3 +1,3 @@
1
1
  /** Available icons */
2
- export declare const iconNames: readonly ["access-point-off", "access-point", "accessible", "activity", "address-book", "adjustments-horizontal", "adjustments-up", "adjustments", "affiliate", "air-conditioning", "alert-circle", "align-center", "align-left", "align-right", "app-window", "apps", "archive", "areas", "arrow-back-up", "arrow-back", "arrow-down-left", "arrow-down-right", "arrow-down", "arrow-forward-up", "arrow-forward", "arrow-left", "arrow-right", "arrow-up-left", "arrow-up-right", "arrow-up", "arrows-exchange", "arrows-maximize", "arrows-minimize", "arrows-move", "aspect-ratio", "atom", "ban", "basket", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging", "battery-eco", "battery-off", "battery", "bell-off", "bell-ringing", "bell", "bike", "bluetooth-connected", "bluetooth-off", "bluetooth", "bolt-off", "bolt", "book", "bookmark-off", "bookmark", "bookmarks", "box-align-top", "box-multiple", "briefcase", "brightness-down", "brightness-up", "browser-check", "browser-plus", "browser-x", "browser", "brush", "building-bank", "building-factory", "building-lighthouse", "building-store", "building", "bulb-off", "bulb", "cake", "calendar-time", "calendar", "camera-off", "camera", "car-crane", "car", "caravan", "cash-banknote", "cash", "cast", "cell", "charging-pile", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar", "chart-bubble", "chart-circles", "chart-donut", "chart-dots", "chart-line", "chart-pie", "chart-radar", "check", "checkbox", "checklist", "checks", "chevron-down", "chevron-left", "chevron-right", "chevron-top", "chevrons-left", "chevrons-right", "circle-caret-right", "circle-check", "circle-x", "circuit-alternate", "circuit-ground-digital", "clipboard-check", "clipboard-list", "clipboard-plus", "clipboard-text", "clipboard-x", "clipboard", "clock-edit", "clock", "cloud-data-connection", "cloud-download", "cloud-rain", "cloud-snow", "cloud-upload", "cloud", "color-picker", "color-swatch", "compass", "contract", "copy", "cpu", "crane", "credit-card", "crop", "cross", "crown", "currency-bitcoin", "currency-dollar", "currency-ethereum", "currency-euro", "cut", "dashboard", "database", "device-desktop", "device-floppy", "device-gamepad", "device-laptop", "device-mobile-rotated", "device-mobile", "device-tablet", "device-watch", "devices", "dialpad", "direction-horizontal", "direction-sign", "direction", "discount", "door-enter", "door-exit", "door-off", "dots-vertical", "dots", "download", "drone", "droplet-filled", "droplet-half", "droplet", "droplets", "edit", "engine", "external-link", "eye-off", "eye", "face-id", "feather", "file-alert", "file-analytics", "file-check", "file-code", "file-download", "file-export", "file-horizontal", "file-import", "file-plus", "file-search", "file-text-bookmark", "file-text", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-html", "file-type-jpg", "file-type-js", "file-type-pdf", "file-type-png", "file-type-ppt", "file-type-xml", "file-type-zip", "file-upload", "file-x", "file-zip", "file", "files-off", "files", "filter-off", "filter-sort", "filter", "fingerprint", "fire-extinguisher", "flag", "flame", "flip-horizontal", "flip-vertical", "folder-minus", "folder-off", "folder-plus", "folder-x", "folder", "folders", "frame", "gas-station", "gauge-off", "gauge", "gift", "gps", "grid-dots", "grip-horizontal", "grip-vertical", "hand-stop", "hand-waving", "hash", "haze", "headphones-off", "headphones", "headset", "helicopter", "helmet-swopp", "helmet", "help", "history", "home", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "inbox", "info-circle", "keyboard-hide", "keyboard-show", "keyboard", "layout-board-split", "layout-dashboard", "layout-grid", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout", "leaf", "lifebuoy", "link", "list-search", "list", "loader", "location", "lock-off", "lock-open", "lock", "login", "logout", "mail-forward", "mail-opened", "mail", "map-pin-off", "map-pin", "map", "menu", "message-dots", "message-off", "message", "messages", "microphone-off", "microphone", "minus", "mist", "moon", "motorbike", "mouse", "movie", "network", "news", "note", "notebook", "notes", "offshore-station", "package", "palette", "paperclip", "pencil", "phone-call", "phone-calling", "phone-check", "phone-incoming", "phone-off", "phone-outgoing", "phone", "photo-off", "photo", "pig", "pin", "pinned-off", "pinned", "plane-off", "plane", "plant", "player-pause", "player-play", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "plug-connected", "plug", "plus", "power-ac", "power-dc", "power", "presentation-analytics", "presentation", "printer", "propeller", "published", "puzzle-2", "puzzle", "pylon", "qrcode", "radar", "radio", "radioactive", "receipt-dollar", "receipt-euro", "receipt", "recharging", "recycle", "refresh-alert", "refresh-off", "refresh", "repeat-once", "repeat", "replace", "report-analytics", "report-medical", "report-search", "report", "ripple-off", "ripple", "rocket", "rotate-2", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate", "router", "ruler-measure", "satellite", "scale", "school", "scissors", "scooter-electric", "screenshot", "search", "seeding", "select", "selector", "send", "server", "settings", "shape", "share-2", "share", "shield-check", "shield-lock", "shield-off", "shield-x", "shield", "ship-off", "ship", "shopping-cart", "sizexl", "slash", "smart-home", "snowflake", "solar-panel", "sort-ascending-letters", "sort-ascending-numbers", "sort-descending-letters", "sort-descending-numbers", "spacing-horizontal", "spacing-vertical", "speakerphone", "stack", "stairs", "star", "sun", "sunrise", "sunset", "switch-horizontal", "switch-vertical", "table", "tag", "tank-empty-fill", "tank-full-fill", "tank-medium-fill", "temperature-off", "temperature", "template", "terminal", "text-size", "text", "thumb-down", "thumb-up", "ticket", "timeline", "tir", "tool", "tools", "train", "trash-off", "trash", "tree", "trees", "truck-delivery", "truck", "umbrella", "unlink", "upload", "user-circle", "user-minus", "user-plus", "user-worker", "user", "users", "versions", "video-minus", "video-off", "video-plus", "video", "volume-2", "volume-3", "volume", "wallet", "wand", "wave", "waves", "wifi-off", "wifi", "wind-direction", "wind", "windmill", "wood", "world", "writing", "x", "zoom-reset"];
2
+ export declare const iconNames: readonly ["access-point-off", "access-point", "accessible", "activity", "address-book", "adjustments-horizontal", "adjustments-up", "adjustments", "affiliate", "air-conditioning", "alert-circle", "align-center", "align-left", "align-right", "app-window", "apps", "archive", "areas", "arrow-back-up", "arrow-back", "arrow-down-left", "arrow-down-right", "arrow-down", "arrow-forward-up", "arrow-forward", "arrow-left", "arrow-right", "arrow-up-left", "arrow-up-right", "arrow-up", "arrows-exchange", "arrows-maximize", "arrows-minimize", "arrows-move", "aspect-ratio", "atom", "ban", "basket", "battery-1", "battery-2", "battery-3", "battery-4", "battery-automotive", "battery-charging", "battery-eco", "battery-off", "battery", "bell-off", "bell-ringing", "bell", "bike", "bluetooth-connected", "bluetooth-off", "bluetooth", "bolt-off", "bolt", "book", "bookmark-off", "bookmark", "bookmarks", "box-align-top", "box-multiple", "briefcase", "brightness-down", "brightness-up", "browser-check", "browser-plus", "browser-x", "browser", "brush", "building-bank", "building-factory", "building-lighthouse", "building-store", "building", "bulb-off", "bulb", "cake", "calendar-time", "calendar", "camera-off", "camera", "car-crane", "car", "caravan", "cash-banknote", "cash", "cast", "cell", "charging-pile", "chart-arcs", "chart-area-line", "chart-area", "chart-arrows-vertical", "chart-arrows", "chart-bar", "chart-bubble", "chart-circles", "chart-donut", "chart-dots", "chart-line", "chart-pie", "chart-radar", "check", "checkbox", "checklist", "checks", "chevron-down", "chevron-left", "chevron-right", "chevron-top", "chevrons-left", "chevrons-right", "circle-caret-right", "circle-check", "circle-x", "circuit-alternate", "circuit-ground-digital", "clipboard-check", "clipboard-list", "clipboard-plus", "clipboard-text", "clipboard-x", "clipboard", "clock-edit", "clock", "cloud-data-connection", "cloud-download", "cloud-rain", "cloud-snow", "cloud-upload", "cloud", "color-picker", "color-swatch", "compass", "contract", "copy", "cpu", "crane", "credit-card", "crop", "cross", "crown", "currency-bitcoin", "currency-dollar", "currency-ethereum", "currency-euro", "cut", "dashboard", "database", "device-desktop", "device-floppy", "device-gamepad", "device-laptop", "device-mobile-rotated", "device-mobile", "device-tablet", "device-watch", "devices", "dialpad", "direction-horizontal", "direction-sign", "direction", "discount", "door-enter", "door-exit", "door-off", "dots-vertical", "dots", "download", "drone", "droplet-filled", "droplet-half", "droplet", "droplets", "edit", "engine", "external-link", "eye-off", "eye", "face-id", "feather", "file-alert", "file-analytics", "file-check", "file-code", "file-download", "file-export", "file-horizontal", "file-import", "file-plus", "file-search", "file-text-bookmark", "file-text", "file-type-bmp", "file-type-css", "file-type-csv", "file-type-doc", "file-type-html", "file-type-jpg", "file-type-js", "file-type-pdf", "file-type-png", "file-type-ppt", "file-type-xls", "file-type-xml", "file-type-zip", "file-upload", "file-x", "file-zip", "file", "files-off", "files", "filter-off", "filter-sort", "filter", "fingerprint", "fire-extinguisher", "flag", "flame", "flip-horizontal", "flip-vertical", "folder-minus", "folder-off", "folder-plus", "folder-x", "folder", "folders", "frame", "gas-station", "gauge-off", "gauge", "gift", "gps", "grid-dots", "grip-horizontal", "grip-vertical", "hand-stop", "hand-waving", "hash", "haze", "headphones-off", "headphones", "headset", "heart-off", "heart", "heartbeat", "helicopter", "helmet-swopp", "helmet", "help", "history", "home", "hourglass-empty", "hourglass-high", "hourglass-low", "hourglass-off", "hourglass", "inbox", "info-circle", "keyboard-hide", "keyboard-show", "keyboard", "layout-board-split", "layout-dashboard", "layout-grid", "layout-sidebar-left-collapse", "layout-sidebar-left-expand", "layout-sidebar-right-collapse", "layout-sidebar-right-expand", "layout", "leaf", "lifebuoy", "link", "list-search", "list", "loader", "location", "lock-off", "lock-open", "lock", "login", "logout", "mail-forward", "mail-opened", "mail", "map-pin-off", "map-pin", "map", "menu", "message-dots", "message-off", "message", "messages", "microphone-off", "microphone", "minus", "mist", "moon", "motorbike", "mouse", "movie", "network", "news", "note", "notebook", "notes", "offshore-station", "package", "palette", "paperclip", "pencil", "phone-call", "phone-calling", "phone-check", "phone-incoming", "phone-off", "phone-outgoing", "phone", "photo-off", "photo", "pig", "pin", "pinned-off", "pinned", "plane-off", "plane", "plant", "player-pause", "player-play", "player-skip-back", "player-skip-forward", "player-stop", "player-track-next", "player-track-prev", "plug-connected", "plug", "plus", "power-ac", "power-dc", "power", "presentation-analytics", "presentation", "printer", "propeller", "published", "puzzle-2", "puzzle", "pylon", "qrcode", "radar", "radio", "radioactive", "receipt-dollar", "receipt-euro", "receipt", "recharging", "recycle", "refresh-alert", "refresh-off", "refresh", "repeat-once", "repeat", "replace", "report-analytics", "report-medical", "report-search", "report", "ripple-off", "ripple", "rocket", "rotate-2", "rotate-clockwise-2", "rotate-clockwise", "rotate-dot", "rotate", "router", "ruler-measure", "sailboat", "satellite", "scale", "school", "scissors", "scooter-electric", "screenshot", "search", "seeding", "select", "selector", "send", "server", "settings", "shape", "share-2", "share", "shield-check", "shield-lock", "shield-off", "shield-x", "shield", "ship-off", "ship", "shopping-cart", "slash", "smart-home", "snowflake", "solar-panel", "sort-ascending-letters", "sort-ascending-numbers", "sort-descending-letters", "sort-descending-numbers", "spacing-horizontal", "spacing-vertical", "speakerphone", "stack", "stairs", "star", "sun", "sunrise", "sunset", "switch-horizontal", "switch-vertical", "table", "tag", "tank-empty-fill", "tank-full-fill", "tank-medium-fill", "temperature-off", "temperature", "template", "terminal", "text-size", "text", "thumb-down", "thumb-up", "ticket", "timeline", "tir", "tool", "tools", "train", "trash-off", "trash", "tree", "trees", "truck-delivery", "truck", "umbrella", "unlink", "upload", "user-circle", "user-minus", "user-plus", "user-worker", "user", "users", "versions", "video-minus", "video-off", "video-plus", "video", "volume-2", "volume-3", "volume", "wallet", "wand", "wave", "waves", "wifi-off", "wifi", "wind-direction", "wind", "windmill", "wood", "world", "writing", "x", "zoom-reset"];
3
3
  export type IconName = (typeof iconNames)[number];
@@ -25,9 +25,22 @@ export namespace Components {
25
25
  */
26
26
  "close": (index: number) => Promise<void>;
27
27
  /**
28
- * Data to display as a list of items (title, subtitle, content). Must be provided as a JSON string containing an array of items with: - title: main title (required) - subtitle: subtitle (optional) - content: main content (required) - footer: footer (optional) - disabled: disables the item (optional) - id: unique identifier (optional)
29
- */
30
- "data": string;
28
+ * Data to display as a list of items (title, subtitle, content).
29
+ */
30
+ "data": {
31
+ /** Unique identifier of the item */
32
+ id: string;
33
+ /** Item title */
34
+ title: string;
35
+ /** Optional subtitle */
36
+ subtitle?: string;
37
+ /** Main content */
38
+ content: string;
39
+ /** Optional footer */
40
+ footer?: string;
41
+ /** Disabled state */
42
+ disabled?: boolean;
43
+ }[];
31
44
  /**
32
45
  * Expansion mode: 'accordion' (single open) or 'multi' (multiple open)
33
46
  */
@@ -53,7 +66,11 @@ export namespace Components {
53
66
  /**
54
67
  * Item title (displayed if header slot is absent)
55
68
  */
56
- "itemtitle"?: string;
69
+ "itemTitle"?: string;
70
+ /**
71
+ * @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
72
+ */
73
+ "item-title"?: string;
57
74
  /**
58
75
  * Maximum content height (in px, optional). If not defined, auto height.
59
76
  */
@@ -299,6 +316,10 @@ export namespace Components {
299
316
  "type": `${ButtonType}`;
300
317
  }
301
318
  interface NvCalendar {
319
+ /**
320
+ * Clears the current selection and resets the calendar to its initial state. This method can be called programmatically to reset the calendar.
321
+ */
322
+ "clear": () => Promise<void>;
302
323
  /**
303
324
  * Date format (ex: 'YYYY-MM-DD', 'DD-MM-YYYY', etc.)
304
325
  * @default 'YYYY-MM-DD'
@@ -802,6 +823,10 @@ export namespace Components {
802
823
  * Autofocus the input when the component is mounted.
803
824
  */
804
825
  "autofocus": boolean;
826
+ /**
827
+ * Clears the current selection and resets the field to its initial state. This method can be called programmatically to reset the field.
828
+ */
829
+ "clear": () => Promise<void>;
805
830
  /**
806
831
  * Date format ex: YYYY-MM-DD, DD-MM-YYYY, etc.
807
832
  * @default 'YYYY-MM-DD'
@@ -946,6 +971,10 @@ export namespace Components {
946
971
  * Autofocus the start input when the component is mounted.
947
972
  */
948
973
  "autofocus": boolean;
974
+ /**
975
+ * Clears the current selection and resets the date range field to its initial state. This method can be called programmatically to reset the field.
976
+ */
977
+ "clear": () => Promise<void>;
949
978
  /**
950
979
  * Date format ex: YYYY-MM-DD, DD-MM-YYYY, etc.
951
980
  * @default 'YYYY-MM-DD'
@@ -1849,7 +1878,7 @@ export namespace Components {
1849
1878
  */
1850
1879
  "label": string;
1851
1880
  /**
1852
- * Use this to automatically show a label, like “$” or kg,” after the value on the sliders tooltip or input, helping users better understand the number.
1881
+ * Use this to automatically show a label, like "$" or "kg," after the value on the slider's tooltip or input, helping users better understand the number.
1853
1882
  */
1854
1883
  "labelAfterValue": string;
1855
1884
  /**
@@ -1857,7 +1886,7 @@ export namespace Components {
1857
1886
  */
1858
1887
  "label-after-value"?: string;
1859
1888
  /**
1860
- * Use this to automatically show a label, like “~” for approximate values, before the sliders value in the tooltip or input, giving users quick context about the number.
1889
+ * Use this to automatically show a label, like "~" for approximate values, before the slider's value in the tooltip or input, giving users quick context about the number.
1861
1890
  */
1862
1891
  "labelBeforeValue": string;
1863
1892
  /**
@@ -2768,7 +2797,7 @@ export interface NvTooltipCustomEvent<T> extends CustomEvent<T> {
2768
2797
  }
2769
2798
  declare global {
2770
2799
  interface HTMLNvAccordionElementEventMap {
2771
- "nvChange": {
2800
+ "openChanged": {
2772
2801
  /** Index of open items */
2773
2802
  openIndexes: number[];
2774
2803
  };
@@ -3499,9 +3528,22 @@ declare global {
3499
3528
  declare namespace LocalJSX {
3500
3529
  interface NvAccordion {
3501
3530
  /**
3502
- * Data to display as a list of items (title, subtitle, content). Must be provided as a JSON string containing an array of items with: - title: main title (required) - subtitle: subtitle (optional) - content: main content (required) - footer: footer (optional) - disabled: disables the item (optional) - id: unique identifier (optional)
3503
- */
3504
- "data"?: string;
3531
+ * Data to display as a list of items (title, subtitle, content).
3532
+ */
3533
+ "data"?: {
3534
+ /** Unique identifier of the item */
3535
+ id: string;
3536
+ /** Item title */
3537
+ title: string;
3538
+ /** Optional subtitle */
3539
+ subtitle?: string;
3540
+ /** Main content */
3541
+ content: string;
3542
+ /** Optional footer */
3543
+ footer?: string;
3544
+ /** Disabled state */
3545
+ disabled?: boolean;
3546
+ }[];
3505
3547
  /**
3506
3548
  * Expansion mode: 'accordion' (single open) or 'multi' (multiple open)
3507
3549
  */
@@ -3509,7 +3551,7 @@ declare namespace LocalJSX {
3509
3551
  /**
3510
3552
  * Event emitted when an item's open state changes
3511
3553
  */
3512
- "onNvChange"?: (event: NvAccordionCustomEvent<{
3554
+ "onOpenChanged"?: (event: NvAccordionCustomEvent<{
3513
3555
  /** Index of open items */
3514
3556
  openIndexes: number[];
3515
3557
  }>) => void;
@@ -3529,7 +3571,11 @@ declare namespace LocalJSX {
3529
3571
  /**
3530
3572
  * Item title (displayed if header slot is absent)
3531
3573
  */
3532
- "itemtitle"?: string;
3574
+ "itemTitle"?: string;
3575
+ /**
3576
+ * @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
3577
+ */
3578
+ "item-title"?: string;
3533
3579
  /**
3534
3580
  * Maximum content height (in px, optional). If not defined, auto height.
3535
3581
  */
@@ -5483,7 +5529,7 @@ declare namespace LocalJSX {
5483
5529
  */
5484
5530
  "label"?: string;
5485
5531
  /**
5486
- * Use this to automatically show a label, like “$” or kg,” after the value on the sliders tooltip or input, helping users better understand the number.
5532
+ * Use this to automatically show a label, like "$" or "kg," after the value on the slider's tooltip or input, helping users better understand the number.
5487
5533
  */
5488
5534
  "labelAfterValue"?: string;
5489
5535
  /**
@@ -5491,7 +5537,7 @@ declare namespace LocalJSX {
5491
5537
  */
5492
5538
  "label-after-value"?: string;
5493
5539
  /**
5494
- * Use this to automatically show a label, like “~” for approximate values, before the sliders value in the tooltip or input, giving users quick context about the number.
5540
+ * Use this to automatically show a label, like "~" for approximate values, before the slider's value in the tooltip or input, giving users quick context about the number.
5495
5541
  */
5496
5542
  "labelBeforeValue"?: string;
5497
5543
  /**
@@ -8,10 +8,6 @@
8
8
  "value": "The nv-accordion is a compact, interactive UI component that groups content into collapsible panels. Clicking a header smoothly toggles its panel open or closed, revealing or hiding the associated details. This clear, animated behavior helps users navigate large sections—like FAQs or settings—without overwhelming the page. By default, only headers display, letting users expand only the sections they need."
9
9
  },
10
10
  "attributes": [
11
- {
12
- "name": "data",
13
- "description": "Data to display as a list of items (title, subtitle, content).\nMust be provided as a JSON string containing an array of items with:\n- title: main title (required)\n- subtitle: subtitle (optional)\n- content: main content (required)\n- footer: footer (optional)\n- disabled: disables the item (optional)\n- id: unique identifier (optional)"
14
- },
15
11
  {
16
12
  "name": "mode",
17
13
  "description": "Expansion mode: 'accordion' (single open) or 'multi' (multiple open)",
@@ -38,7 +34,7 @@
38
34
  "description": "Disables the item"
39
35
  },
40
36
  {
41
- "name": "itemtitle",
37
+ "name": "item-title",
42
38
  "description": "Item title (displayed if header slot is absent)"
43
39
  },
44
40
  {
@@ -2202,11 +2198,11 @@
2202
2198
  },
2203
2199
  {
2204
2200
  "name": "label-after-value",
2205
- "description": "Use this to automatically show a label, like “$” or kg,” after the value\non the sliders tooltip or input, helping users better understand the\nnumber."
2201
+ "description": "Use this to automatically show a label, like \"$\" or \"kg,\" after the value\non the slider's tooltip or input, helping users better understand the\nnumber."
2206
2202
  },
2207
2203
  {
2208
2204
  "name": "label-before-value",
2209
- "description": "Use this to automatically show a label, like “~” for approximate values,\nbefore the sliders value in the tooltip or input, giving users quick\ncontext about the number."
2205
+ "description": "Use this to automatically show a label, like \"~\" for approximate values,\nbefore the slider's value in the tooltip or input, giving users quick\ncontext about the number."
2210
2206
  },
2211
2207
  {
2212
2208
  "name": "max",
@@ -3680,6 +3676,9 @@
3680
3676
  {
3681
3677
  "name": "file-type-ppt"
3682
3678
  },
3679
+ {
3680
+ "name": "file-type-xls"
3681
+ },
3683
3682
  {
3684
3683
  "name": "file-type-xml"
3685
3684
  },
@@ -3797,6 +3796,15 @@
3797
3796
  {
3798
3797
  "name": "headset"
3799
3798
  },
3799
+ {
3800
+ "name": "heart-off"
3801
+ },
3802
+ {
3803
+ "name": "heart"
3804
+ },
3805
+ {
3806
+ "name": "heartbeat"
3807
+ },
3800
3808
  {
3801
3809
  "name": "helicopter"
3802
3810
  },
@@ -4184,6 +4192,9 @@
4184
4192
  {
4185
4193
  "name": "ruler-measure"
4186
4194
  },
4195
+ {
4196
+ "name": "sailboat"
4197
+ },
4187
4198
  {
4188
4199
  "name": "satellite"
4189
4200
  },
@@ -4256,9 +4267,6 @@
4256
4267
  {
4257
4268
  "name": "shopping-cart"
4258
4269
  },
4259
- {
4260
- "name": "sizexl"
4261
- },
4262
4270
  {
4263
4271
  "name": "slash"
4264
4272
  },