@nova-design-system/nova-webcomponents 3.0.0-beta.17

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 (540) hide show
  1. package/LICENSE.MD +157 -0
  2. package/dist/blazor-docs.json +9342 -0
  3. package/dist/cjs/app-globals-2ceecab2.js +11 -0
  4. package/dist/cjs/app-globals-2ceecab2.js.map +1 -0
  5. package/dist/cjs/clsx-fc789adc.js +7 -0
  6. package/dist/cjs/clsx-fc789adc.js.map +1 -0
  7. package/dist/cjs/constants-33057c89.js +140 -0
  8. package/dist/cjs/constants-33057c89.js.map +1 -0
  9. package/dist/cjs/fade.animation-0d33d198.js +1875 -0
  10. package/dist/cjs/fade.animation-0d33d198.js.map +1 -0
  11. package/dist/cjs/grow.animation-46e7ae4b.js +119 -0
  12. package/dist/cjs/grow.animation-46e7ae4b.js.map +1 -0
  13. package/dist/cjs/index-5d1f2412.js +1984 -0
  14. package/dist/cjs/index-5d1f2412.js.map +1 -0
  15. package/dist/cjs/index.cjs.js +494 -0
  16. package/dist/cjs/index.cjs.js.map +1 -0
  17. package/dist/cjs/loader.cjs.js +17 -0
  18. package/dist/cjs/loader.cjs.js.map +1 -0
  19. package/dist/cjs/native.cjs.js +48 -0
  20. package/dist/cjs/native.cjs.js.map +1 -0
  21. package/dist/cjs/nv-alert.cjs.entry.js +140 -0
  22. package/dist/cjs/nv-alert.cjs.entry.js.map +1 -0
  23. package/dist/cjs/nv-avatar.cjs.entry.js +73 -0
  24. package/dist/cjs/nv-avatar.cjs.entry.js.map +1 -0
  25. package/dist/cjs/nv-badge.cjs.entry.js +119 -0
  26. package/dist/cjs/nv-badge.cjs.entry.js.map +1 -0
  27. package/dist/cjs/nv-base.cjs.entry.js +75 -0
  28. package/dist/cjs/nv-base.cjs.entry.js.map +1 -0
  29. package/dist/cjs/nv-button.cjs.entry.js +91 -0
  30. package/dist/cjs/nv-button.cjs.entry.js.map +1 -0
  31. package/dist/cjs/nv-col.cjs.entry.js +41 -0
  32. package/dist/cjs/nv-col.cjs.entry.js.map +1 -0
  33. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +94 -0
  34. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js.map +1 -0
  35. package/dist/cjs/nv-fieldnumber.cjs.entry.js +94 -0
  36. package/dist/cjs/nv-fieldnumber.cjs.entry.js.map +1 -0
  37. package/dist/cjs/nv-fieldpassword.cjs.entry.js +79 -0
  38. package/dist/cjs/nv-fieldpassword.cjs.entry.js.map +1 -0
  39. package/dist/cjs/nv-fieldradio.cjs.entry.js +81 -0
  40. package/dist/cjs/nv-fieldradio.cjs.entry.js.map +1 -0
  41. package/dist/cjs/nv-fieldselect.cjs.entry.js +290 -0
  42. package/dist/cjs/nv-fieldselect.cjs.entry.js.map +1 -0
  43. package/dist/cjs/nv-fieldtext.cjs.entry.js +83 -0
  44. package/dist/cjs/nv-fieldtext.cjs.entry.js.map +1 -0
  45. package/dist/cjs/nv-fieldtextarea.cjs.entry.js +151 -0
  46. package/dist/cjs/nv-fieldtextarea.cjs.entry.js.map +1 -0
  47. package/dist/cjs/nv-fieldtoggle.cjs.entry.js +64 -0
  48. package/dist/cjs/nv-fieldtoggle.cjs.entry.js.map +1 -0
  49. package/dist/cjs/nv-icon.cjs.entry.js +66 -0
  50. package/dist/cjs/nv-icon.cjs.entry.js.map +1 -0
  51. package/dist/cjs/nv-iconbutton.cjs.entry.js +92 -0
  52. package/dist/cjs/nv-iconbutton.cjs.entry.js.map +1 -0
  53. package/dist/cjs/nv-loader.cjs.entry.js +29 -0
  54. package/dist/cjs/nv-loader.cjs.entry.js.map +1 -0
  55. package/dist/cjs/nv-menu.cjs.entry.js +189 -0
  56. package/dist/cjs/nv-menu.cjs.entry.js.map +1 -0
  57. package/dist/cjs/nv-menuitem.cjs.entry.js +30 -0
  58. package/dist/cjs/nv-menuitem.cjs.entry.js.map +1 -0
  59. package/dist/cjs/nv-popover.cjs.entry.js +2327 -0
  60. package/dist/cjs/nv-popover.cjs.entry.js.map +1 -0
  61. package/dist/cjs/nv-row.cjs.entry.js +24 -0
  62. package/dist/cjs/nv-row.cjs.entry.js.map +1 -0
  63. package/dist/cjs/nv-stack.cjs.entry.js +31 -0
  64. package/dist/cjs/nv-stack.cjs.entry.js.map +1 -0
  65. package/dist/cjs/nv-tooltip.cjs.entry.js +37 -0
  66. package/dist/cjs/nv-tooltip.cjs.entry.js.map +1 -0
  67. package/dist/cjs/timeline.animation-dbb9c5ea.js +107 -0
  68. package/dist/cjs/timeline.animation-dbb9c5ea.js.map +1 -0
  69. package/dist/cjs/v4-7014b8b0.js +67 -0
  70. package/dist/cjs/v4-7014b8b0.js.map +1 -0
  71. package/dist/collection/animations/collapse.animation.js +82 -0
  72. package/dist/collection/animations/collapse.animation.js.map +1 -0
  73. package/dist/collection/animations/fade.animation.js +66 -0
  74. package/dist/collection/animations/fade.animation.js.map +1 -0
  75. package/dist/collection/animations/grow.animation.js +87 -0
  76. package/dist/collection/animations/grow.animation.js.map +1 -0
  77. package/dist/collection/animations/index.js +5 -0
  78. package/dist/collection/animations/index.js.map +1 -0
  79. package/dist/collection/animations/timeline.animation.js +21 -0
  80. package/dist/collection/animations/timeline.animation.js.map +1 -0
  81. package/dist/collection/collection-manifest.json +35 -0
  82. package/dist/collection/components/nv-alert/nv-alert.css +113 -0
  83. package/dist/collection/components/nv-alert/nv-alert.docs.js +61 -0
  84. package/dist/collection/components/nv-alert/nv-alert.docs.js.map +1 -0
  85. package/dist/collection/components/nv-alert/nv-alert.js +355 -0
  86. package/dist/collection/components/nv-alert/nv-alert.js.map +1 -0
  87. package/dist/collection/components/nv-avatar/nv-avatar.css +154 -0
  88. package/dist/collection/components/nv-avatar/nv-avatar.docs.js +42 -0
  89. package/dist/collection/components/nv-avatar/nv-avatar.docs.js.map +1 -0
  90. package/dist/collection/components/nv-avatar/nv-avatar.js +311 -0
  91. package/dist/collection/components/nv-avatar/nv-avatar.js.map +1 -0
  92. package/dist/collection/components/nv-badge/nv-badge.css +174 -0
  93. package/dist/collection/components/nv-badge/nv-badge.docs.js +72 -0
  94. package/dist/collection/components/nv-badge/nv-badge.docs.js.map +1 -0
  95. package/dist/collection/components/nv-badge/nv-badge.js +354 -0
  96. package/dist/collection/components/nv-badge/nv-badge.js.map +1 -0
  97. package/dist/collection/components/nv-base/nv-base.docs.js +5 -0
  98. package/dist/collection/components/nv-base/nv-base.docs.js.map +1 -0
  99. package/dist/collection/components/nv-base/nv-base.js +69 -0
  100. package/dist/collection/components/nv-base/nv-base.js.map +1 -0
  101. package/dist/collection/components/nv-button/nv-button.css +259 -0
  102. package/dist/collection/components/nv-button/nv-button.docs.js +56 -0
  103. package/dist/collection/components/nv-button/nv-button.docs.js.map +1 -0
  104. package/dist/collection/components/nv-button/nv-button.js +241 -0
  105. package/dist/collection/components/nv-button/nv-button.js.map +1 -0
  106. package/dist/collection/components/nv-col/nv-col.css +45 -0
  107. package/dist/collection/components/nv-col/nv-col.docs.js +18 -0
  108. package/dist/collection/components/nv-col/nv-col.docs.js.map +1 -0
  109. package/dist/collection/components/nv-col/nv-col.js +63 -0
  110. package/dist/collection/components/nv-col/nv-col.js.map +1 -0
  111. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.css +136 -0
  112. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.docs.js +231 -0
  113. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.docs.js.map +1 -0
  114. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js +448 -0
  115. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.js.map +1 -0
  116. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.css +183 -0
  117. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js +180 -0
  118. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.docs.js.map +1 -0
  119. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js +435 -0
  120. package/dist/collection/components/nv-fieldnumber/nv-fieldnumber.js.map +1 -0
  121. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.css +149 -0
  122. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js +189 -0
  123. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.docs.js.map +1 -0
  124. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js +465 -0
  125. package/dist/collection/components/nv-fieldpassword/nv-fieldpassword.js.map +1 -0
  126. package/dist/collection/components/nv-fieldradio/nv-fieldradio.css +133 -0
  127. package/dist/collection/components/nv-fieldradio/nv-fieldradio.docs.js +121 -0
  128. package/dist/collection/components/nv-fieldradio/nv-fieldradio.docs.js.map +1 -0
  129. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js +347 -0
  130. package/dist/collection/components/nv-fieldradio/nv-fieldradio.js.map +1 -0
  131. package/dist/collection/components/nv-fieldselect/nv-fieldselect.css +197 -0
  132. package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js +157 -0
  133. package/dist/collection/components/nv-fieldselect/nv-fieldselect.docs.js.map +1 -0
  134. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js +610 -0
  135. package/dist/collection/components/nv-fieldselect/nv-fieldselect.js.map +1 -0
  136. package/dist/collection/components/nv-fieldtext/nv-fieldtext.css +141 -0
  137. package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js +206 -0
  138. package/dist/collection/components/nv-fieldtext/nv-fieldtext.docs.js.map +1 -0
  139. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js +499 -0
  140. package/dist/collection/components/nv-fieldtext/nv-fieldtext.js.map +1 -0
  141. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.css +141 -0
  142. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js +175 -0
  143. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.docs.js.map +1 -0
  144. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js +527 -0
  145. package/dist/collection/components/nv-fieldtextarea/nv-fieldtextarea.js.map +1 -0
  146. package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.css +114 -0
  147. package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.docs.js +65 -0
  148. package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.docs.js.map +1 -0
  149. package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js +283 -0
  150. package/dist/collection/components/nv-fieldtoggle/nv-fieldtoggle.js.map +1 -0
  151. package/dist/collection/components/nv-icon/nv-icon.css +32 -0
  152. package/dist/collection/components/nv-icon/nv-icon.docs.js +31 -0
  153. package/dist/collection/components/nv-icon/nv-icon.docs.js.map +1 -0
  154. package/dist/collection/components/nv-icon/nv-icon.js +245 -0
  155. package/dist/collection/components/nv-icon/nv-icon.js.map +1 -0
  156. package/dist/collection/components/nv-icon/nv-icons.js +450 -0
  157. package/dist/collection/components/nv-icon/nv-icons.js.map +1 -0
  158. package/dist/collection/components/nv-icon/test/nv-icon.test.js +25 -0
  159. package/dist/collection/components/nv-icon/test/nv-icon.test.js.map +1 -0
  160. package/dist/collection/components/nv-iconbutton/nv-iconbutton.css +152 -0
  161. package/dist/collection/components/nv-iconbutton/nv-iconbutton.docs.js +61 -0
  162. package/dist/collection/components/nv-iconbutton/nv-iconbutton.docs.js.map +1 -0
  163. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js +263 -0
  164. package/dist/collection/components/nv-iconbutton/nv-iconbutton.js.map +1 -0
  165. package/dist/collection/components/nv-loader/nv-loader.css +162 -0
  166. package/dist/collection/components/nv-loader/nv-loader.docs.js +27 -0
  167. package/dist/collection/components/nv-loader/nv-loader.docs.js.map +1 -0
  168. package/dist/collection/components/nv-loader/nv-loader.js +78 -0
  169. package/dist/collection/components/nv-loader/nv-loader.js.map +1 -0
  170. package/dist/collection/components/nv-menu/nv-menu.css +61 -0
  171. package/dist/collection/components/nv-menu/nv-menu.docs.js +40 -0
  172. package/dist/collection/components/nv-menu/nv-menu.docs.js.map +1 -0
  173. package/dist/collection/components/nv-menu/nv-menu.js +355 -0
  174. package/dist/collection/components/nv-menu/nv-menu.js.map +1 -0
  175. package/dist/collection/components/nv-menuitem/nv-menuitem.css +29 -0
  176. package/dist/collection/components/nv-menuitem/nv-menuitem.docs.js +6 -0
  177. package/dist/collection/components/nv-menuitem/nv-menuitem.docs.js.map +1 -0
  178. package/dist/collection/components/nv-menuitem/nv-menuitem.js +111 -0
  179. package/dist/collection/components/nv-menuitem/nv-menuitem.js.map +1 -0
  180. package/dist/collection/components/nv-popover/nv-popover.css +42 -0
  181. package/dist/collection/components/nv-popover/nv-popover.docs.js +74 -0
  182. package/dist/collection/components/nv-popover/nv-popover.docs.js.map +1 -0
  183. package/dist/collection/components/nv-popover/nv-popover.js +587 -0
  184. package/dist/collection/components/nv-popover/nv-popover.js.map +1 -0
  185. package/dist/collection/components/nv-row/nv-row.css +7 -0
  186. package/dist/collection/components/nv-row/nv-row.docs.js +13 -0
  187. package/dist/collection/components/nv-row/nv-row.docs.js.map +1 -0
  188. package/dist/collection/components/nv-row/nv-row.js +23 -0
  189. package/dist/collection/components/nv-row/nv-row.js.map +1 -0
  190. package/dist/collection/components/nv-stack/nv-stack.css +61 -0
  191. package/dist/collection/components/nv-stack/nv-stack.docs.js +39 -0
  192. package/dist/collection/components/nv-stack/nv-stack.docs.js.map +1 -0
  193. package/dist/collection/components/nv-stack/nv-stack.js +123 -0
  194. package/dist/collection/components/nv-stack/nv-stack.js.map +1 -0
  195. package/dist/collection/components/nv-tooltip/nv-tooltip.css +22 -0
  196. package/dist/collection/components/nv-tooltip/nv-tooltip.docs.js +38 -0
  197. package/dist/collection/components/nv-tooltip/nv-tooltip.docs.js.map +1 -0
  198. package/dist/collection/components/nv-tooltip/nv-tooltip.js +102 -0
  199. package/dist/collection/components/nv-tooltip/nv-tooltip.js.map +1 -0
  200. package/dist/collection/dev/dev-components.js +3 -0
  201. package/dist/collection/dev/dev-components.js.map +1 -0
  202. package/dist/collection/dev/dev-forms.js +3 -0
  203. package/dist/collection/dev/dev-forms.js.map +1 -0
  204. package/dist/collection/dev/dev-root.js +23 -0
  205. package/dist/collection/dev/dev-root.js.map +1 -0
  206. package/dist/collection/dev/dev-utils.js +54 -0
  207. package/dist/collection/dev/dev-utils.js.map +1 -0
  208. package/dist/collection/fonts/TT_Norms_Pro_Bold.woff2 +0 -0
  209. package/dist/collection/fonts/TT_Norms_Pro_Medium.woff2 +0 -0
  210. package/dist/collection/fonts/TT_Norms_Pro_Mono_Bold.woff2 +0 -0
  211. package/dist/collection/fonts/TT_Norms_Pro_Mono_Medium.woff2 +0 -0
  212. package/dist/collection/fonts/TT_Norms_Pro_Mono_Regular.woff2 +0 -0
  213. package/dist/collection/fonts/TT_Norms_Pro_Regular.woff2 +0 -0
  214. package/dist/collection/global.js +6 -0
  215. package/dist/collection/global.js.map +1 -0
  216. package/dist/collection/index.js +10 -0
  217. package/dist/collection/index.js.map +1 -0
  218. package/dist/collection/utils/class.utils.js +15 -0
  219. package/dist/collection/utils/class.utils.js.map +1 -0
  220. package/dist/collection/utils/constants.js +122 -0
  221. package/dist/collection/utils/constants.js.map +1 -0
  222. package/dist/collection/utils/events.utils.js +19 -0
  223. package/dist/collection/utils/events.utils.js.map +1 -0
  224. package/dist/components/index.d.ts +33 -0
  225. package/dist/components/index.js +488 -0
  226. package/dist/components/index.js.map +1 -0
  227. package/dist/components/nv-alert.d.ts +11 -0
  228. package/dist/components/nv-alert.js +171 -0
  229. package/dist/components/nv-alert.js.map +1 -0
  230. package/dist/components/nv-avatar.d.ts +11 -0
  231. package/dist/components/nv-avatar.js +106 -0
  232. package/dist/components/nv-avatar.js.map +1 -0
  233. package/dist/components/nv-badge.d.ts +11 -0
  234. package/dist/components/nv-badge.js +154 -0
  235. package/dist/components/nv-badge.js.map +1 -0
  236. package/dist/components/nv-base.d.ts +11 -0
  237. package/dist/components/nv-base.js +89 -0
  238. package/dist/components/nv-base.js.map +1 -0
  239. package/dist/components/nv-button.d.ts +11 -0
  240. package/dist/components/nv-button.js +116 -0
  241. package/dist/components/nv-button.js.map +1 -0
  242. package/dist/components/nv-col.d.ts +11 -0
  243. package/dist/components/nv-col.js +57 -0
  244. package/dist/components/nv-col.js.map +1 -0
  245. package/dist/components/nv-fieldcheckbox.d.ts +11 -0
  246. package/dist/components/nv-fieldcheckbox.js +128 -0
  247. package/dist/components/nv-fieldcheckbox.js.map +1 -0
  248. package/dist/components/nv-fieldnumber.d.ts +11 -0
  249. package/dist/components/nv-fieldnumber.js +134 -0
  250. package/dist/components/nv-fieldnumber.js.map +1 -0
  251. package/dist/components/nv-fieldpassword.d.ts +11 -0
  252. package/dist/components/nv-fieldpassword.js +134 -0
  253. package/dist/components/nv-fieldpassword.js.map +1 -0
  254. package/dist/components/nv-fieldradio.d.ts +11 -0
  255. package/dist/components/nv-fieldradio.js +110 -0
  256. package/dist/components/nv-fieldradio.js.map +1 -0
  257. package/dist/components/nv-fieldselect.d.ts +11 -0
  258. package/dist/components/nv-fieldselect.js +332 -0
  259. package/dist/components/nv-fieldselect.js.map +1 -0
  260. package/dist/components/nv-fieldtext.d.ts +11 -0
  261. package/dist/components/nv-fieldtext.js +125 -0
  262. package/dist/components/nv-fieldtext.js.map +1 -0
  263. package/dist/components/nv-fieldtextarea.d.ts +11 -0
  264. package/dist/components/nv-fieldtextarea.js +188 -0
  265. package/dist/components/nv-fieldtextarea.js.map +1 -0
  266. package/dist/components/nv-fieldtoggle.d.ts +11 -0
  267. package/dist/components/nv-fieldtoggle.js +91 -0
  268. package/dist/components/nv-fieldtoggle.js.map +1 -0
  269. package/dist/components/nv-icon.d.ts +11 -0
  270. package/dist/components/nv-icon.js +8 -0
  271. package/dist/components/nv-icon.js.map +1 -0
  272. package/dist/components/nv-iconbutton.d.ts +11 -0
  273. package/dist/components/nv-iconbutton.js +8 -0
  274. package/dist/components/nv-iconbutton.js.map +1 -0
  275. package/dist/components/nv-loader.d.ts +11 -0
  276. package/dist/components/nv-loader.js +8 -0
  277. package/dist/components/nv-loader.js.map +1 -0
  278. package/dist/components/nv-menu.d.ts +11 -0
  279. package/dist/components/nv-menu.js +216 -0
  280. package/dist/components/nv-menu.js.map +1 -0
  281. package/dist/components/nv-menuitem.d.ts +11 -0
  282. package/dist/components/nv-menuitem.js +55 -0
  283. package/dist/components/nv-menuitem.js.map +1 -0
  284. package/dist/components/nv-popover.d.ts +11 -0
  285. package/dist/components/nv-popover.js +8 -0
  286. package/dist/components/nv-popover.js.map +1 -0
  287. package/dist/components/nv-row.d.ts +11 -0
  288. package/dist/components/nv-row.js +38 -0
  289. package/dist/components/nv-row.js.map +1 -0
  290. package/dist/components/nv-stack.d.ts +11 -0
  291. package/dist/components/nv-stack.js +51 -0
  292. package/dist/components/nv-stack.js.map +1 -0
  293. package/dist/components/nv-tooltip.d.ts +11 -0
  294. package/dist/components/nv-tooltip.js +61 -0
  295. package/dist/components/nv-tooltip.js.map +1 -0
  296. package/dist/components/p-1daca48a.js +1871 -0
  297. package/dist/components/p-1daca48a.js.map +1 -0
  298. package/dist/components/p-42301d8f.js +104 -0
  299. package/dist/components/p-42301d8f.js.map +1 -0
  300. package/dist/components/p-50bd2808.js +1198 -0
  301. package/dist/components/p-50bd2808.js.map +1 -0
  302. package/dist/components/p-6146d4b0.js +87 -0
  303. package/dist/components/p-6146d4b0.js.map +1 -0
  304. package/dist/components/p-632bedb8.js +1730 -0
  305. package/dist/components/p-632bedb8.js.map +1 -0
  306. package/dist/components/p-8a1a6e56.js +5 -0
  307. package/dist/components/p-8a1a6e56.js.map +1 -0
  308. package/dist/components/p-8da6d9a3.js +43 -0
  309. package/dist/components/p-8da6d9a3.js.map +1 -0
  310. package/dist/components/p-a15ddd42.js +138 -0
  311. package/dist/components/p-a15ddd42.js.map +1 -0
  312. package/dist/components/p-be79e7bc.js +121 -0
  313. package/dist/components/p-be79e7bc.js.map +1 -0
  314. package/dist/components/p-c711fe67.js +2355 -0
  315. package/dist/components/p-c711fe67.js.map +1 -0
  316. package/dist/components/p-f5ff676c.js +65 -0
  317. package/dist/components/p-f5ff676c.js.map +1 -0
  318. package/dist/docs.d.ts +435 -0
  319. package/dist/docs.json +9249 -0
  320. package/dist/esm/app-globals-df0a3c8d.js +9 -0
  321. package/dist/esm/app-globals-df0a3c8d.js.map +1 -0
  322. package/dist/esm/clsx-297c1ffe.js +5 -0
  323. package/dist/esm/clsx-297c1ffe.js.map +1 -0
  324. package/dist/esm/constants-e9bee611.js +138 -0
  325. package/dist/esm/constants-e9bee611.js.map +1 -0
  326. package/dist/esm/fade.animation-2a077983.js +1871 -0
  327. package/dist/esm/fade.animation-2a077983.js.map +1 -0
  328. package/dist/esm/grow.animation-88a8ee8f.js +114 -0
  329. package/dist/esm/grow.animation-88a8ee8f.js.map +1 -0
  330. package/dist/esm/index-179dfba2.js +1952 -0
  331. package/dist/esm/index-179dfba2.js.map +1 -0
  332. package/dist/esm/index.js +487 -0
  333. package/dist/esm/index.js.map +1 -0
  334. package/dist/esm/loader.js +13 -0
  335. package/dist/esm/loader.js.map +1 -0
  336. package/dist/esm/native.js +43 -0
  337. package/dist/esm/native.js.map +1 -0
  338. package/dist/esm/nv-alert.entry.js +136 -0
  339. package/dist/esm/nv-alert.entry.js.map +1 -0
  340. package/dist/esm/nv-avatar.entry.js +69 -0
  341. package/dist/esm/nv-avatar.entry.js.map +1 -0
  342. package/dist/esm/nv-badge.entry.js +115 -0
  343. package/dist/esm/nv-badge.entry.js.map +1 -0
  344. package/dist/esm/nv-base.entry.js +71 -0
  345. package/dist/esm/nv-base.entry.js.map +1 -0
  346. package/dist/esm/nv-button.entry.js +87 -0
  347. package/dist/esm/nv-button.entry.js.map +1 -0
  348. package/dist/esm/nv-col.entry.js +37 -0
  349. package/dist/esm/nv-col.entry.js.map +1 -0
  350. package/dist/esm/nv-fieldcheckbox.entry.js +90 -0
  351. package/dist/esm/nv-fieldcheckbox.entry.js.map +1 -0
  352. package/dist/esm/nv-fieldnumber.entry.js +90 -0
  353. package/dist/esm/nv-fieldnumber.entry.js.map +1 -0
  354. package/dist/esm/nv-fieldpassword.entry.js +75 -0
  355. package/dist/esm/nv-fieldpassword.entry.js.map +1 -0
  356. package/dist/esm/nv-fieldradio.entry.js +77 -0
  357. package/dist/esm/nv-fieldradio.entry.js.map +1 -0
  358. package/dist/esm/nv-fieldselect.entry.js +286 -0
  359. package/dist/esm/nv-fieldselect.entry.js.map +1 -0
  360. package/dist/esm/nv-fieldtext.entry.js +79 -0
  361. package/dist/esm/nv-fieldtext.entry.js.map +1 -0
  362. package/dist/esm/nv-fieldtextarea.entry.js +147 -0
  363. package/dist/esm/nv-fieldtextarea.entry.js.map +1 -0
  364. package/dist/esm/nv-fieldtoggle.entry.js +60 -0
  365. package/dist/esm/nv-fieldtoggle.entry.js.map +1 -0
  366. package/dist/esm/nv-icon.entry.js +62 -0
  367. package/dist/esm/nv-icon.entry.js.map +1 -0
  368. package/dist/esm/nv-iconbutton.entry.js +88 -0
  369. package/dist/esm/nv-iconbutton.entry.js.map +1 -0
  370. package/dist/esm/nv-loader.entry.js +25 -0
  371. package/dist/esm/nv-loader.entry.js.map +1 -0
  372. package/dist/esm/nv-menu.entry.js +185 -0
  373. package/dist/esm/nv-menu.entry.js.map +1 -0
  374. package/dist/esm/nv-menuitem.entry.js +26 -0
  375. package/dist/esm/nv-menuitem.entry.js.map +1 -0
  376. package/dist/esm/nv-popover.entry.js +2323 -0
  377. package/dist/esm/nv-popover.entry.js.map +1 -0
  378. package/dist/esm/nv-row.entry.js +20 -0
  379. package/dist/esm/nv-row.entry.js.map +1 -0
  380. package/dist/esm/nv-stack.entry.js +27 -0
  381. package/dist/esm/nv-stack.entry.js.map +1 -0
  382. package/dist/esm/nv-tooltip.entry.js +33 -0
  383. package/dist/esm/nv-tooltip.entry.js.map +1 -0
  384. package/dist/esm/timeline.animation-1b88f052.js +104 -0
  385. package/dist/esm/timeline.animation-1b88f052.js.map +1 -0
  386. package/dist/esm/v4-a79185f4.js +65 -0
  387. package/dist/esm/v4-a79185f4.js.map +1 -0
  388. package/dist/index.cjs.js +1 -0
  389. package/dist/index.js +1 -0
  390. package/dist/native/fonts/TT_Norms_Pro_Bold.woff2 +0 -0
  391. package/dist/native/fonts/TT_Norms_Pro_Medium.woff2 +0 -0
  392. package/dist/native/fonts/TT_Norms_Pro_Mono_Bold.woff2 +0 -0
  393. package/dist/native/fonts/TT_Norms_Pro_Mono_Medium.woff2 +0 -0
  394. package/dist/native/fonts/TT_Norms_Pro_Mono_Regular.woff2 +0 -0
  395. package/dist/native/fonts/TT_Norms_Pro_Regular.woff2 +0 -0
  396. package/dist/native/index.esm.js +2 -0
  397. package/dist/native/index.esm.js.map +1 -0
  398. package/dist/native/native.css +1 -0
  399. package/dist/native/native.esm.js +2 -0
  400. package/dist/native/native.esm.js.map +1 -0
  401. package/dist/native/p-06f64d05.entry.js +2 -0
  402. package/dist/native/p-06f64d05.entry.js.map +1 -0
  403. package/dist/native/p-0aa0193b.entry.js +2 -0
  404. package/dist/native/p-0aa0193b.entry.js.map +1 -0
  405. package/dist/native/p-124a7067.entry.js +2 -0
  406. package/dist/native/p-124a7067.entry.js.map +1 -0
  407. package/dist/native/p-13d0ab5b.entry.js +2 -0
  408. package/dist/native/p-13d0ab5b.entry.js.map +1 -0
  409. package/dist/native/p-14c08510.entry.js +2 -0
  410. package/dist/native/p-14c08510.entry.js.map +1 -0
  411. package/dist/native/p-1ceee367.entry.js +2 -0
  412. package/dist/native/p-1ceee367.entry.js.map +1 -0
  413. package/dist/native/p-1daca48a.js +16 -0
  414. package/dist/native/p-1daca48a.js.map +1 -0
  415. package/dist/native/p-29d482cd.entry.js +2 -0
  416. package/dist/native/p-29d482cd.entry.js.map +1 -0
  417. package/dist/native/p-42301d8f.js +2 -0
  418. package/dist/native/p-42301d8f.js.map +1 -0
  419. package/dist/native/p-43cd42ca.entry.js +2 -0
  420. package/dist/native/p-43cd42ca.entry.js.map +1 -0
  421. package/dist/native/p-519e0f59.entry.js +2 -0
  422. package/dist/native/p-519e0f59.entry.js.map +1 -0
  423. package/dist/native/p-617d6a09.entry.js +2 -0
  424. package/dist/native/p-617d6a09.entry.js.map +1 -0
  425. package/dist/native/p-6f762ec2.entry.js +2 -0
  426. package/dist/native/p-6f762ec2.entry.js.map +1 -0
  427. package/dist/native/p-71d6aad8.entry.js +2 -0
  428. package/dist/native/p-71d6aad8.entry.js.map +1 -0
  429. package/dist/native/p-7ce1b712.entry.js +2 -0
  430. package/dist/native/p-7ce1b712.entry.js.map +1 -0
  431. package/dist/native/p-80788ddf.js +2 -0
  432. package/dist/native/p-80788ddf.js.map +1 -0
  433. package/dist/native/p-830ec54a.entry.js +2 -0
  434. package/dist/native/p-830ec54a.entry.js.map +1 -0
  435. package/dist/native/p-89accab1.entry.js +2 -0
  436. package/dist/native/p-89accab1.entry.js.map +1 -0
  437. package/dist/native/p-8a1a6e56.js +2 -0
  438. package/dist/native/p-8a1a6e56.js.map +1 -0
  439. package/dist/native/p-8b65b16f.entry.js +2 -0
  440. package/dist/native/p-8b65b16f.entry.js.map +1 -0
  441. package/dist/native/p-a15ddd42.js +2 -0
  442. package/dist/native/p-a15ddd42.js.map +1 -0
  443. package/dist/native/p-a37c2ac2.js +2 -0
  444. package/dist/native/p-a37c2ac2.js.map +1 -0
  445. package/dist/native/p-b5e4a9e7.entry.js +2 -0
  446. package/dist/native/p-b5e4a9e7.entry.js.map +1 -0
  447. package/dist/native/p-b8eb4c31.entry.js +2 -0
  448. package/dist/native/p-b8eb4c31.entry.js.map +1 -0
  449. package/dist/native/p-b99aa075.entry.js +2 -0
  450. package/dist/native/p-b99aa075.entry.js.map +1 -0
  451. package/dist/native/p-d5a8b6c4.entry.js +2 -0
  452. package/dist/native/p-d5a8b6c4.entry.js.map +1 -0
  453. package/dist/native/p-db2a68f3.js +3 -0
  454. package/dist/native/p-db2a68f3.js.map +1 -0
  455. package/dist/native/p-f5acea50.entry.js +2 -0
  456. package/dist/native/p-f5acea50.entry.js.map +1 -0
  457. package/dist/native/p-f5ff676c.js +2 -0
  458. package/dist/native/p-f5ff676c.js.map +1 -0
  459. package/dist/native/p-f9aac71a.entry.js +2 -0
  460. package/dist/native/p-f9aac71a.entry.js.map +1 -0
  461. package/dist/native/p-fb6f42b7.entry.js +2 -0
  462. package/dist/native/p-fb6f42b7.entry.js.map +1 -0
  463. package/dist/types/animations/collapse.animation.d.ts +11 -0
  464. package/dist/types/animations/fade.animation.d.ts +11 -0
  465. package/dist/types/animations/grow.animation.d.ts +15 -0
  466. package/dist/types/animations/index.d.ts +4 -0
  467. package/dist/types/animations/timeline.animation.d.ts +18 -0
  468. package/dist/types/components/nv-alert/nv-alert.d.ts +85 -0
  469. package/dist/types/components/nv-alert/nv-alert.docs.d.ts +4 -0
  470. package/dist/types/components/nv-avatar/nv-avatar.d.ts +75 -0
  471. package/dist/types/components/nv-avatar/nv-avatar.docs.d.ts +4 -0
  472. package/dist/types/components/nv-badge/nv-badge.d.ts +93 -0
  473. package/dist/types/components/nv-badge/nv-badge.docs.d.ts +4 -0
  474. package/dist/types/components/nv-base/nv-base.d.ts +17 -0
  475. package/dist/types/components/nv-base/nv-base.docs.d.ts +5 -0
  476. package/dist/types/components/nv-button/nv-button.d.ts +63 -0
  477. package/dist/types/components/nv-button/nv-button.docs.d.ts +4 -0
  478. package/dist/types/components/nv-col/nv-col.d.ts +18 -0
  479. package/dist/types/components/nv-col/nv-col.docs.d.ts +4 -0
  480. package/dist/types/components/nv-fieldcheckbox/nv-fieldcheckbox.d.ts +119 -0
  481. package/dist/types/components/nv-fieldcheckbox/nv-fieldcheckbox.docs.d.ts +4 -0
  482. package/dist/types/components/nv-fieldnumber/nv-fieldnumber.d.ts +132 -0
  483. package/dist/types/components/nv-fieldnumber/nv-fieldnumber.docs.d.ts +4 -0
  484. package/dist/types/components/nv-fieldpassword/nv-fieldpassword.d.ts +145 -0
  485. package/dist/types/components/nv-fieldpassword/nv-fieldpassword.docs.d.ts +4 -0
  486. package/dist/types/components/nv-fieldradio/nv-fieldradio.d.ts +101 -0
  487. package/dist/types/components/nv-fieldradio/nv-fieldradio.docs.d.ts +4 -0
  488. package/dist/types/components/nv-fieldselect/nv-fieldselect.d.ts +195 -0
  489. package/dist/types/components/nv-fieldselect/nv-fieldselect.docs.d.ts +4 -0
  490. package/dist/types/components/nv-fieldtext/nv-fieldtext.d.ts +162 -0
  491. package/dist/types/components/nv-fieldtext/nv-fieldtext.docs.d.ts +4 -0
  492. package/dist/types/components/nv-fieldtextarea/nv-fieldtextarea.d.ts +161 -0
  493. package/dist/types/components/nv-fieldtextarea/nv-fieldtextarea.docs.d.ts +4 -0
  494. package/dist/types/components/nv-fieldtoggle/nv-fieldtoggle.d.ts +73 -0
  495. package/dist/types/components/nv-fieldtoggle/nv-fieldtoggle.docs.d.ts +4 -0
  496. package/dist/types/components/nv-icon/nv-icon.d.ts +51 -0
  497. package/dist/types/components/nv-icon/nv-icon.docs.d.ts +4 -0
  498. package/dist/types/components/nv-icon/nv-icons.d.ts +3 -0
  499. package/dist/types/components/nv-icon/test/nv-icon.test.d.ts +1 -0
  500. package/dist/types/components/nv-iconbutton/nv-iconbutton.d.ts +70 -0
  501. package/dist/types/components/nv-iconbutton/nv-iconbutton.docs.d.ts +4 -0
  502. package/dist/types/components/nv-loader/nv-loader.d.ts +18 -0
  503. package/dist/types/components/nv-loader/nv-loader.docs.d.ts +4 -0
  504. package/dist/types/components/nv-menu/nv-menu.d.ts +60 -0
  505. package/dist/types/components/nv-menu/nv-menu.docs.d.ts +4 -0
  506. package/dist/types/components/nv-menuitem/nv-menuitem.d.ts +31 -0
  507. package/dist/types/components/nv-menuitem/nv-menuitem.docs.d.ts +4 -0
  508. package/dist/types/components/nv-popover/nv-popover.d.ts +114 -0
  509. package/dist/types/components/nv-popover/nv-popover.docs.d.ts +4 -0
  510. package/dist/types/components/nv-row/nv-row.d.ts +7 -0
  511. package/dist/types/components/nv-row/nv-row.docs.d.ts +4 -0
  512. package/dist/types/components/nv-stack/nv-stack.d.ts +36 -0
  513. package/dist/types/components/nv-stack/nv-stack.docs.d.ts +4 -0
  514. package/dist/types/components/nv-tooltip/nv-tooltip.d.ts +32 -0
  515. package/dist/types/components/nv-tooltip/nv-tooltip.docs.d.ts +4 -0
  516. package/dist/types/components.d.ts +2412 -0
  517. package/dist/types/dev/dev-components.d.ts +2 -0
  518. package/dist/types/dev/dev-forms.d.ts +2 -0
  519. package/dist/types/dev/dev-root.d.ts +1 -0
  520. package/dist/types/dev/dev-utils.d.ts +17 -0
  521. package/dist/types/global.d.ts +1 -0
  522. package/dist/types/index.d.ts +15 -0
  523. package/dist/types/nova-docs.d.ts +32 -0
  524. package/dist/types/stencil-public-runtime.d.ts +1678 -0
  525. package/dist/types/utils/class.utils.d.ts +6 -0
  526. package/dist/types/utils/constants.d.ts +112 -0
  527. package/dist/types/utils/events.utils.d.ts +15 -0
  528. package/dist/vscode-data.json +3179 -0
  529. package/hydrate/index.d.ts +242 -0
  530. package/hydrate/index.js +24827 -0
  531. package/hydrate/index.mjs +24819 -0
  532. package/hydrate/package.json +12 -0
  533. package/loader/cdn.js +1 -0
  534. package/loader/index.cjs.js +1 -0
  535. package/loader/index.d.ts +24 -0
  536. package/loader/index.es2017.js +1 -0
  537. package/loader/index.js +2 -0
  538. package/loader/package.json +11 -0
  539. package/package.json +197 -0
  540. package/readme.md +67 -0
@@ -0,0 +1,3179 @@
1
+ {
2
+ "version": 1.1,
3
+ "tags": [
4
+ {
5
+ "name": "nv-alert",
6
+ "description": {
7
+ "kind": "markdown",
8
+ "value": "The `nv-alert` component is designed to display important messages succinctly while drawing attention to actions that users may need to take. Alerts serve as a visual prompt that can either be dismissed or interacted with, depending on the content and context provided. Alerts are styled as vibrant-colored blocks that catch the eye, ensuring that important information is not overlooked. These alerts persist on the screen until the user takes action to resolve the message or opts to dismiss it, making them a staple in user interfaces for immediate communication."
9
+ },
10
+ "attributes": [
11
+ {
12
+ "name": "color",
13
+ "description": "Defines color of the alert.",
14
+ "values": [
15
+ {
16
+ "name": "error"
17
+ },
18
+ {
19
+ "name": "neutral"
20
+ },
21
+ {
22
+ "name": "primary"
23
+ },
24
+ {
25
+ "name": "secondary"
26
+ },
27
+ {
28
+ "name": "success"
29
+ }
30
+ ]
31
+ },
32
+ {
33
+ "name": "dismissible",
34
+ "description": "Allows the alert to be dismissed via a close button (x). The alert is not\ndismissible unless explicitly enabled."
35
+ },
36
+ {
37
+ "name": "feedback",
38
+ "description": "Specifies the alert type which determines the color and default icon.",
39
+ "values": [
40
+ {
41
+ "name": "error"
42
+ },
43
+ {
44
+ "name": "information"
45
+ },
46
+ {
47
+ "name": "neutral"
48
+ },
49
+ {
50
+ "name": "success"
51
+ },
52
+ {
53
+ "name": "warning"
54
+ }
55
+ ]
56
+ },
57
+ {
58
+ "name": "heading",
59
+ "description": "Short and concise text for the alert title."
60
+ },
61
+ {
62
+ "name": "hidden",
63
+ "description": "Controls the visibility of the alert. Will animate with fade and collapse."
64
+ },
65
+ {
66
+ "name": "icon",
67
+ "description": "Icon associated with the alert, defaults vary based on the feedback type."
68
+ },
69
+ {
70
+ "name": "message",
71
+ "description": "Main content of the alert. For more complex content, use the default slot\ninstead."
72
+ },
73
+ {
74
+ "name": "prevent-auto-close",
75
+ "description": "When true, the alert does not automatically close upon dismissing.\nUseful for externally controlled component behavior."
76
+ }
77
+ ]
78
+ },
79
+ {
80
+ "name": "nv-avatar",
81
+ "description": {
82
+ "kind": "markdown",
83
+ "value": "The `nv-avatar` component is designed to display user profile pictures, initials, or icons within a circular, square, or rounded container. It can be customized with different colors and comes in five sizes: extra small, small, medium, large, and extra-large. The default shape is circular, but it can be adjusted to square or rounded as needed."
84
+ },
85
+ "attributes": [
86
+ {
87
+ "name": "alt",
88
+ "description": "If and image is provided, add an alt tag to describe it."
89
+ },
90
+ {
91
+ "name": "color",
92
+ "description": "You can apply different colors on the Avatar.\nUse a string number between 1 and 10."
93
+ },
94
+ {
95
+ "name": "initials",
96
+ "description": "Initials of the avatar. Usually use two letters\nWhen filled with the src parameter, the text will not be rendered."
97
+ },
98
+ {
99
+ "name": "large",
100
+ "description": "Set size to Large to the avatar."
101
+ },
102
+ {
103
+ "name": "medium",
104
+ "description": "Set size to Medium to the avatar."
105
+ },
106
+ {
107
+ "name": "size",
108
+ "description": "Define the size of the avatar. You can use t-shirt sizes.",
109
+ "values": [
110
+ {
111
+ "name": "lg"
112
+ },
113
+ {
114
+ "name": "md"
115
+ },
116
+ {
117
+ "name": "sm"
118
+ },
119
+ {
120
+ "name": "xl"
121
+ },
122
+ {
123
+ "name": "xs"
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "name": "small",
129
+ "description": "Set size to Small to the avatar."
130
+ },
131
+ {
132
+ "name": "src",
133
+ "description": "Will insert an image into the avatar."
134
+ },
135
+ {
136
+ "name": "text",
137
+ "description": "Set initials to the avatar."
138
+ },
139
+ {
140
+ "name": "url",
141
+ "description": "Set src to the avatar."
142
+ },
143
+ {
144
+ "name": "xlarge",
145
+ "description": "Set size to ExtraLarge to the avatar."
146
+ },
147
+ {
148
+ "name": "xsmall",
149
+ "description": "Set size to ExtraSmall to the avatar."
150
+ }
151
+ ]
152
+ },
153
+ {
154
+ "name": "nv-badge",
155
+ "description": {
156
+ "kind": "markdown",
157
+ "value": "Badges are used to inform users of the status of an object or an action that has been taken. Use badges to label, categorize, or organize items using keywords that describe them."
158
+ },
159
+ "attributes": [
160
+ {
161
+ "name": "color",
162
+ "description": "The color of the badge. Use a string between 1 to 5"
163
+ },
164
+ {
165
+ "name": "dismissal",
166
+ "description": "Whether the badge is dismissible."
167
+ },
168
+ {
169
+ "name": "dismissible",
170
+ "description": "Whether the badge is dismissible."
171
+ },
172
+ {
173
+ "name": "hidden",
174
+ "description": "Controls the visibility of the badge. Will animate with fade and collapse."
175
+ },
176
+ {
177
+ "name": "icon",
178
+ "description": "The icon to display in the badge."
179
+ },
180
+ {
181
+ "name": "icon-location",
182
+ "description": "The location of the icon in the badge.",
183
+ "values": [
184
+ {
185
+ "name": "left"
186
+ },
187
+ {
188
+ "name": "right"
189
+ }
190
+ ]
191
+ },
192
+ {
193
+ "name": "label",
194
+ "description": "Main content of the badge."
195
+ },
196
+ {
197
+ "name": "lead-icon",
198
+ "description": "The lead icon of the badge."
199
+ },
200
+ {
201
+ "name": "prevent-auto-close",
202
+ "description": "When true, the alert does not automatically close upon dismissing.\nUseful for externally controlled component behavior."
203
+ }
204
+ ]
205
+ },
206
+ {
207
+ "name": "nv-base",
208
+ "description": {
209
+ "kind": "markdown",
210
+ "value": "This is the base component for v2 and serves as the foundational component for all Nova components. It provides the basic structure for Nova components and should be used as the base for creating other components. This component should not be used directly in the application."
211
+ },
212
+ "attributes": []
213
+ },
214
+ {
215
+ "name": "nv-button",
216
+ "description": {
217
+ "kind": "markdown",
218
+ "value": "The Button component enhances standard HTML buttons with Nova Design styling and extended functionality. It offers customizable visual emphasis, distinct styling for destructive actions, and built-in accessibility. \n\nThis component allows developers to guide user attention effectively, providing a unified approach to action triggers across your application."
219
+ },
220
+ "attributes": [
221
+ {
222
+ "name": "danger",
223
+ "description": "Applies styling that visually indicates the button represents a dangerous\naction."
224
+ },
225
+ {
226
+ "name": "disabled",
227
+ "description": "Disables the button, preventing user interaction."
228
+ },
229
+ {
230
+ "name": "emphasis",
231
+ "description": "Adjusts the button's emphasis to make it more or less visually prominent\nto users. Use this to draw attention to important actions or reduce focus\non less critical ones",
232
+ "values": [
233
+ {
234
+ "name": "high"
235
+ },
236
+ {
237
+ "name": "low"
238
+ },
239
+ {
240
+ "name": "lower"
241
+ },
242
+ {
243
+ "name": "medium"
244
+ }
245
+ ]
246
+ },
247
+ {
248
+ "name": "fluid",
249
+ "description": "Allows the button to stretch and fill the entire width of its container."
250
+ },
251
+ {
252
+ "name": "loading",
253
+ "description": "Set this to true to show a spinner on the button, letting users know that\ntheir action is being processed. It helps improve user experience by\nindicating ongoing activities."
254
+ },
255
+ {
256
+ "name": "size",
257
+ "description": "Determines how large or small the button appears, allowing for\ncustomization of the button's dimensions to fit different design\nspecifications and user needs.",
258
+ "values": [
259
+ {
260
+ "name": "lg"
261
+ },
262
+ {
263
+ "name": "md"
264
+ },
265
+ {
266
+ "name": "sm"
267
+ },
268
+ {
269
+ "name": "xs"
270
+ }
271
+ ]
272
+ },
273
+ {
274
+ "name": "type",
275
+ "description": "Sets the button type to control its function in forms. Use 'submit' to send\nform data, 'reset' to clear the form, or 'button' for a standard button\nthat doesn’t interact with form submission by default.",
276
+ "values": [
277
+ {
278
+ "name": "button"
279
+ },
280
+ {
281
+ "name": "reset"
282
+ },
283
+ {
284
+ "name": "submit"
285
+ }
286
+ ]
287
+ }
288
+ ]
289
+ },
290
+ {
291
+ "name": "nv-col",
292
+ "description": {
293
+ "kind": "markdown",
294
+ "value": "The `nv-col` component is used within an `nv-row` component. It allows for the creation of flexible, responsive layouts by dividing the available space into columns. The component operates on a grid system based on 12 equal parts, meaning you can specify how many of these 12 parts a particular column should span."
295
+ },
296
+ "attributes": [
297
+ {
298
+ "name": "size",
299
+ "description": "Defines the column size based on a 12 column grid system."
300
+ }
301
+ ]
302
+ },
303
+ {
304
+ "name": "nv-fieldcheckbox",
305
+ "description": {
306
+ "kind": "markdown",
307
+ "value": "The checkbox component is a simple and essential element of user interfaces. It allows users to select one or more options from a list. Each checkbox can be activated or deactivated with a single click, changing its appearance from empty to checked, and vice versa. This clear visual system helps users easily understand which options are selected. Checkboxes are often used in forms to enable users to personalize their choices in an intuitive and flexible way."
308
+ },
309
+ "attributes": [
310
+ {
311
+ "name": "checked",
312
+ "description": "Indicates whether the checkbox is checked or not."
313
+ },
314
+ {
315
+ "name": "description",
316
+ "description": "A description providing additional context or information about the\ncheckbox."
317
+ },
318
+ {
319
+ "name": "disabled",
320
+ "description": "Disables the checkbox, preventing user interaction."
321
+ },
322
+ {
323
+ "name": "error",
324
+ "description": "Signals that there is an error associated with the checkbox, which can\ntrigger visual cues."
325
+ },
326
+ {
327
+ "name": "error-description",
328
+ "description": "A description that appears when there is an error related to the checkbox."
329
+ },
330
+ {
331
+ "name": "hide-label",
332
+ "description": "Hides the label visually while still keeping it available for screen\nreaders."
333
+ },
334
+ {
335
+ "name": "indeterminate",
336
+ "description": "Indicates whether the checkbox is in an indeterminate state, typically used\nfor hierarchical checkboxes."
337
+ },
338
+ {
339
+ "name": "input-id",
340
+ "description": "Sets the ID for the radio button’s input element and the for attribute of\nthe associated label. If no ID is provided, a random one will be\nautomatically generated to ensure unique identification, facilitating\nproper label association and accessibility."
341
+ },
342
+ {
343
+ "name": "label",
344
+ "description": "The label displayed next to the checkbox."
345
+ },
346
+ {
347
+ "name": "label-before",
348
+ "description": "When true, the label will be placed before the checkbox."
349
+ },
350
+ {
351
+ "name": "label-placement",
352
+ "description": "Determines the position of the label relative to the checkbox, either\n'start' (before) or 'end' (after).",
353
+ "values": [
354
+ {
355
+ "name": "after"
356
+ },
357
+ {
358
+ "name": "before"
359
+ }
360
+ ]
361
+ },
362
+ {
363
+ "name": "message",
364
+ "description": "Message define a 'hint ' message for the Field."
365
+ },
366
+ {
367
+ "name": "name",
368
+ "description": "The name attribute for the checkbox input, used to reference the form data\nafter submission."
369
+ },
370
+ {
371
+ "name": "readonly",
372
+ "description": "Sets the checkbox to read-only, preventing user changes but still allowing\nfocus and selection of text."
373
+ },
374
+ {
375
+ "name": "required",
376
+ "description": "Marks the checkbox as required, indicating that it must be checked for\nform submission."
377
+ },
378
+ {
379
+ "name": "validation",
380
+ "description": "The text for the validation message."
381
+ },
382
+ {
383
+ "name": "value",
384
+ "description": "The value attribute of the checkbox input, representing the value sent on\nform submission when the checkbox is checked. When the form is submitted,\nthe data will consist of a name=value pair."
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "name": "nv-fieldnumber",
390
+ "description": {
391
+ "kind": "markdown",
392
+ "value": "NvFieldnumber is a custom web component that provides a styled number input field with various properties and methods to enhance its functionality. It includes features such as labels, descriptions, placeholders, validation messages, and stepper buttons for incrementing and decrementing the value."
393
+ },
394
+ "attributes": [
395
+ {
396
+ "name": "description",
397
+ "description": "Add helpful hints or extra information under the text input field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions, making the form easier to fill out correctly."
398
+ },
399
+ {
400
+ "name": "disabled",
401
+ "description": "The disabled prop lets you turn off the input field so that users can’t\ntype in it. When disabled, the field is grayed out and won’t respond to#\nclicks or touches."
402
+ },
403
+ {
404
+ "name": "error",
405
+ "description": "Alters the input field’s appearance to indicate an error, helping users\nidentify fields that need correction."
406
+ },
407
+ {
408
+ "name": "error-description",
409
+ "description": "Show a helpful message under the input field when there’s a problem. It\nexplains what’s wrong and how users can fix it, making the error easier to\nunderstand and resolve."
410
+ },
411
+ {
412
+ "name": "input-id",
413
+ "description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
414
+ },
415
+ {
416
+ "name": "label",
417
+ "description": "Lets you define the text that explains what users should enter in the text\ninput field. It’s a crucial element for making forms clear and\nuser-friendly."
418
+ },
419
+ {
420
+ "name": "max",
421
+ "description": "The maximum value that the input field can accept. Use this in combination\nwith min to create a range of valid values."
422
+ },
423
+ {
424
+ "name": "message",
425
+ "description": "Message defines a 'hint ' message for the number field."
426
+ },
427
+ {
428
+ "name": "min",
429
+ "description": "The minimum value that the input field can accept. Use this in combination\nwith max to create a range of valid values."
430
+ },
431
+ {
432
+ "name": "name",
433
+ "description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input’s data in form submissions. It should be\nunique within the form to avoid conflicts"
434
+ },
435
+ {
436
+ "name": "placeholder",
437
+ "description": "Display temporary text inside the input field to give users a hint about\nwhat to type. It’s a great way to provide examples or suggestions directly\nin the field before they start typing."
438
+ },
439
+ {
440
+ "name": "readonly",
441
+ "description": "Display the input field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to type or delete anything."
442
+ },
443
+ {
444
+ "name": "required",
445
+ "description": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form."
446
+ },
447
+ {
448
+ "name": "step",
449
+ "description": "Define the increment value for the input field. It determines how much the\nvalue will increase or decrease when the user clicks the stepper buttons."
450
+ },
451
+ {
452
+ "name": "success",
453
+ "description": "Changes the input field’s appearance to indicate successful input or\nvalidation."
454
+ },
455
+ {
456
+ "name": "validation",
457
+ "description": "Add the message to the validation state."
458
+ },
459
+ {
460
+ "name": "value",
461
+ "description": "The value of the input field. It’s the text that users type in or the value\nthat you set programmatically. This is the main way to interact with the\ninput field, and it’s essential for creating forms that users can fill out."
462
+ }
463
+ ]
464
+ },
465
+ {
466
+ "name": "nv-fieldpassword",
467
+ "description": {
468
+ "kind": "markdown",
469
+ "value": "The `nv-fieldpassword` component is, as its name suggests, a text input field that can be used in forms. It includes a label, a message and a validation status. The input type is the password. The input value can be controlled by the parent component, and Pattern management is used natively via regexes. It can also display an error status, a hint message or a validation message."
470
+ },
471
+ "attributes": [
472
+ {
473
+ "name": "autocomplete",
474
+ "description": "The autocomplete prop helps users fill out the input field faster by\nsuggesting entries they’ve used before, like their email or address.\nYou can turn it on to make forms more convenient or off to ensure users\nalways type in fresh data.",
475
+ "values": [
476
+ {
477
+ "name": "on"
478
+ },
479
+ {
480
+ "name": "off"
481
+ },
482
+ {
483
+ "name": "section-*"
484
+ },
485
+ {
486
+ "name": "shipping"
487
+ },
488
+ {
489
+ "name": "billing"
490
+ },
491
+ {
492
+ "name": "home"
493
+ },
494
+ {
495
+ "name": "work"
496
+ },
497
+ {
498
+ "name": "mobile"
499
+ },
500
+ {
501
+ "name": "fax"
502
+ },
503
+ {
504
+ "name": "pager"
505
+ },
506
+ {
507
+ "name": "tel"
508
+ },
509
+ {
510
+ "name": "tel-country-code"
511
+ },
512
+ {
513
+ "name": "tel-national"
514
+ },
515
+ {
516
+ "name": "tel-area-code"
517
+ },
518
+ {
519
+ "name": "tel-local"
520
+ },
521
+ {
522
+ "name": "tel-local-prefix"
523
+ },
524
+ {
525
+ "name": "tel-local-suffix"
526
+ },
527
+ {
528
+ "name": "tel-extension"
529
+ },
530
+ {
531
+ "name": "email"
532
+ },
533
+ {
534
+ "name": "impp"
535
+ },
536
+ {
537
+ "name": "name"
538
+ },
539
+ {
540
+ "name": "honorific-prefix"
541
+ },
542
+ {
543
+ "name": "given-name"
544
+ },
545
+ {
546
+ "name": "additional-name"
547
+ },
548
+ {
549
+ "name": "family-name"
550
+ },
551
+ {
552
+ "name": "honorific-suffix"
553
+ },
554
+ {
555
+ "name": "nickname"
556
+ },
557
+ {
558
+ "name": "username"
559
+ },
560
+ {
561
+ "name": "new-password"
562
+ },
563
+ {
564
+ "name": "current-password"
565
+ },
566
+ {
567
+ "name": "one-time-code"
568
+ },
569
+ {
570
+ "name": "organization-title"
571
+ },
572
+ {
573
+ "name": "organization"
574
+ },
575
+ {
576
+ "name": "street-address"
577
+ },
578
+ {
579
+ "name": "address-line1"
580
+ },
581
+ {
582
+ "name": "address-line2"
583
+ },
584
+ {
585
+ "name": "address-line3"
586
+ },
587
+ {
588
+ "name": "address-level4"
589
+ },
590
+ {
591
+ "name": "address-level3"
592
+ },
593
+ {
594
+ "name": "address-level2"
595
+ },
596
+ {
597
+ "name": "address-level1"
598
+ },
599
+ {
600
+ "name": "country"
601
+ },
602
+ {
603
+ "name": "country-name"
604
+ },
605
+ {
606
+ "name": "postal-code"
607
+ },
608
+ {
609
+ "name": "cc-name"
610
+ },
611
+ {
612
+ "name": "cc-given-name"
613
+ },
614
+ {
615
+ "name": "cc-additional-name"
616
+ },
617
+ {
618
+ "name": "cc-family-name"
619
+ },
620
+ {
621
+ "name": "cc-number"
622
+ },
623
+ {
624
+ "name": "cc-exp"
625
+ },
626
+ {
627
+ "name": "cc-exp-month"
628
+ },
629
+ {
630
+ "name": "cc-exp-year"
631
+ },
632
+ {
633
+ "name": "cc-csc"
634
+ },
635
+ {
636
+ "name": "cc-type"
637
+ },
638
+ {
639
+ "name": "transaction-currency"
640
+ },
641
+ {
642
+ "name": "transaction-amount"
643
+ },
644
+ {
645
+ "name": "language"
646
+ },
647
+ {
648
+ "name": "bday"
649
+ },
650
+ {
651
+ "name": "bday-day"
652
+ },
653
+ {
654
+ "name": "bday-month"
655
+ },
656
+ {
657
+ "name": "bday-year"
658
+ },
659
+ {
660
+ "name": "sex"
661
+ },
662
+ {
663
+ "name": "url"
664
+ },
665
+ {
666
+ "name": "photo"
667
+ }
668
+ ]
669
+ },
670
+ {
671
+ "name": "description",
672
+ "description": "Add helpful hints or extra information under the text input field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions, making the form easier to fill out correctly."
673
+ },
674
+ {
675
+ "name": "disabled",
676
+ "description": "The disabled prop lets you turn off the input field so that users can’t\ntype in it. When disabled, the field is grayed out and won’t respond to#\nclicks or touches."
677
+ },
678
+ {
679
+ "name": "error",
680
+ "description": "Alters the input field’s appearance to indicate an error, helping users\nidentify fields that need correction."
681
+ },
682
+ {
683
+ "name": "error-description",
684
+ "description": "A description that appears when there is an error related to the password\nfield."
685
+ },
686
+ {
687
+ "name": "hide-password-icon",
688
+ "description": "Hide the button to show/hide the password."
689
+ },
690
+ {
691
+ "name": "input-id",
692
+ "description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
693
+ },
694
+ {
695
+ "name": "label",
696
+ "description": "Lets you define the text that explains what users should enter in the text\ninput field. It’s a crucial element for making forms clear and\nuser-friendly."
697
+ },
698
+ {
699
+ "name": "maxlength",
700
+ "description": "Limits how many characters users can type into the input field. It’s\nhelpful for making sure users don’t enter too much information, keeping\ntheir input within the allowed limit."
701
+ },
702
+ {
703
+ "name": "minlength",
704
+ "description": "Ensures that users type at least a certain number of characters into the\ninput field. It’s a way to make sure users provide enough information\nbefore moving on."
705
+ },
706
+ {
707
+ "name": "mode",
708
+ "description": "Defines the type of the input.",
709
+ "values": [
710
+ {
711
+ "name": "number"
712
+ },
713
+ {
714
+ "name": "text"
715
+ }
716
+ ]
717
+ },
718
+ {
719
+ "name": "name",
720
+ "description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input’s data in form submissions. It should be\nunique within the form to avoid conflicts"
721
+ },
722
+ {
723
+ "name": "pattern",
724
+ "description": "Set rules for how the input should be formatted. For example, you can\nrequire that a phone number includes only digits or that an email address\nhas the correct format. If users don’t follow these rules, they’ll get a\nprompt to correct their input.\nthe rules are applied to the input value via regexes."
725
+ },
726
+ {
727
+ "name": "placeholder",
728
+ "description": "Display temporary text inside the input field to give users a hint about\nwhat to type. It’s a great way to provide examples or suggestions directly\nin the field before they start typing."
729
+ },
730
+ {
731
+ "name": "readonly",
732
+ "description": "Display the input field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to type or delete anything."
733
+ },
734
+ {
735
+ "name": "required",
736
+ "description": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form."
737
+ },
738
+ {
739
+ "name": "show-password",
740
+ "description": "Show/hide the password programmatically."
741
+ },
742
+ {
743
+ "name": "success",
744
+ "description": "Changes the input field’s appearance to indicate successful input or\nvalidation."
745
+ },
746
+ {
747
+ "name": "value",
748
+ "description": "Specifies the value of the input field, which determines the text displayed\nwithin the field. This prop is typically used in controlled components\nwhere the input’s value is managed by the component’s state."
749
+ }
750
+ ]
751
+ },
752
+ {
753
+ "name": "nv-fieldradio",
754
+ "description": {
755
+ "kind": "markdown",
756
+ "value": "Use radio buttons when you have a group of mutually exclusive choices and only one selection from the group is allowed."
757
+ },
758
+ "attributes": [
759
+ {
760
+ "name": "checked",
761
+ "description": "Controls whether the radio button is selected."
762
+ },
763
+ {
764
+ "name": "description",
765
+ "description": "Adds a helpful hint message below the label. This description provides\nextra information or context about the radio button option, assisting users\nin making more informed choices."
766
+ },
767
+ {
768
+ "name": "disabled",
769
+ "description": "Disables the radio button, making it un-selectable."
770
+ },
771
+ {
772
+ "name": "error",
773
+ "description": "Highlight the radio button with error styling. It helps users quickly\nidentify which option needs attention, improving their form-filling\nexperience by making issues more visible."
774
+ },
775
+ {
776
+ "name": "error-description",
777
+ "description": "A description that appears when there is an error related to the radio\nbutton."
778
+ },
779
+ {
780
+ "name": "input-id",
781
+ "description": "Sets the ID for the radio button’s input element and the for attribute of\nthe associated label. If no ID is provided, a random one will be\nautomatically generated to ensure unique identification, facilitating\nproper label association and accessibility."
782
+ },
783
+ {
784
+ "name": "label",
785
+ "description": "Sets the text content that is rendered next to the input element of type\nradio. This label is essential for accessibility and user clarity, as it\ndescribes the purpose or option of the radio button."
786
+ },
787
+ {
788
+ "name": "label-before",
789
+ "description": "Set the label placement to before the input"
790
+ },
791
+ {
792
+ "name": "label-placement",
793
+ "description": "Defines the position of the label relative to the radio button.",
794
+ "values": [
795
+ {
796
+ "name": "after"
797
+ },
798
+ {
799
+ "name": "before"
800
+ }
801
+ ]
802
+ },
803
+ {
804
+ "name": "message",
805
+ "description": "Adds a helpful hint message below the label"
806
+ },
807
+ {
808
+ "name": "name",
809
+ "description": "Use this to assign a group name to your radio buttons. When you have\nmultiple radio buttons with the same name, users will be able to select\nonly one option within that group, making your forms more organized and\nuser-friendly."
810
+ },
811
+ {
812
+ "name": "value",
813
+ "description": "Defines what data will be sent when the radio button is selected.\nThis helps you identify which option the user has chosen in your form,\nensuring accurate data collection. When the form is submitted, the data\nwill consist of a name=value pair."
814
+ }
815
+ ]
816
+ },
817
+ {
818
+ "name": "nv-fieldselect",
819
+ "description": {
820
+ "kind": "markdown",
821
+ "value": "A custom field select component that renders a dropdown (select) element with various slots for customization."
822
+ },
823
+ "attributes": [
824
+ {
825
+ "name": "description",
826
+ "description": "Add helpful hints or extra information under the select field. This is\nwhere you can clarify what users should choose or provide additional\ninstructions, making the form easier to fill out correctly."
827
+ },
828
+ {
829
+ "name": "disabled",
830
+ "description": "The disabled prop lets you turn off the select field so that users can’t\nchoose something. When disabled, the field is grayed out and won’t respond to\nclicks or touches."
831
+ },
832
+ {
833
+ "name": "display-value",
834
+ "description": "When enabled, displays the value element instead of the label when readonly.\nBy default, the label is displayed in readonly mode. Also it automatically\nsets the component to readonly."
835
+ },
836
+ {
837
+ "name": "error",
838
+ "description": "Alters the select field’s appearance to indicate an error, helping users\nidentify fields that need correction."
839
+ },
840
+ {
841
+ "name": "error-description",
842
+ "description": "Show a helpful message under the select field when there’s a problem. It\nexplains what’s wrong and how users can fix it, making the error easier to\nunderstand and resolve."
843
+ },
844
+ {
845
+ "name": "label",
846
+ "description": "Lets you define the text that explains what users should choose in the\nselect field. It’s a crucial element for making forms clear and\nuser-friendly."
847
+ },
848
+ {
849
+ "name": "message",
850
+ "description": "Message defines a 'hint ' message for the Select Field."
851
+ },
852
+ {
853
+ "name": "multiple",
854
+ "description": "When enabled, allows the select to handle multiple selections."
855
+ },
856
+ {
857
+ "name": "name",
858
+ "description": "Defines the name attribute of the select field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the selected data in form submissions. It should be\nunique within the form to avoid conflicts"
859
+ },
860
+ {
861
+ "name": "readonly",
862
+ "description": "Display the select field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to change or delete anything."
863
+ },
864
+ {
865
+ "name": "required",
866
+ "description": "Marks the select field as required, ensuring that the user must fill it out\nbefore submitting the form."
867
+ },
868
+ {
869
+ "name": "select-id",
870
+ "description": "Sets the ID for the select element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
871
+ },
872
+ {
873
+ "name": "success",
874
+ "description": "Changes the select field’s appearance to indicate successful input or\nvalidation."
875
+ },
876
+ {
877
+ "name": "validation",
878
+ "description": "Add the message to the validation state."
879
+ },
880
+ {
881
+ "name": "value",
882
+ "description": "The value of the select field.\n- If `multiple` is `false`, it's a single string.\n- If `multiple` is `true`, it's a comma-separated string of selected values."
883
+ }
884
+ ]
885
+ },
886
+ {
887
+ "name": "nv-fieldtext",
888
+ "description": {
889
+ "kind": "markdown",
890
+ "value": "The `nv-fieldtext` component is a text input field that can be used in forms. It includes a label, message, and validation state. The input can be of type text, password, email, or number. The value of the input can be controlled by the parent component. It can also display an error state, a hint message, or a validation message."
891
+ },
892
+ "attributes": [
893
+ {
894
+ "name": "autocomplete",
895
+ "description": "The autocomplete prop helps users fill out the input field faster by\nsuggesting entries they’ve used before, like their email or address.\nYou can turn it on to make forms more convenient or off to ensure users\nalways type in fresh data.",
896
+ "values": [
897
+ {
898
+ "name": "on"
899
+ },
900
+ {
901
+ "name": "off"
902
+ },
903
+ {
904
+ "name": "section-*"
905
+ },
906
+ {
907
+ "name": "shipping"
908
+ },
909
+ {
910
+ "name": "billing"
911
+ },
912
+ {
913
+ "name": "home"
914
+ },
915
+ {
916
+ "name": "work"
917
+ },
918
+ {
919
+ "name": "mobile"
920
+ },
921
+ {
922
+ "name": "fax"
923
+ },
924
+ {
925
+ "name": "pager"
926
+ },
927
+ {
928
+ "name": "tel"
929
+ },
930
+ {
931
+ "name": "tel-country-code"
932
+ },
933
+ {
934
+ "name": "tel-national"
935
+ },
936
+ {
937
+ "name": "tel-area-code"
938
+ },
939
+ {
940
+ "name": "tel-local"
941
+ },
942
+ {
943
+ "name": "tel-local-prefix"
944
+ },
945
+ {
946
+ "name": "tel-local-suffix"
947
+ },
948
+ {
949
+ "name": "tel-extension"
950
+ },
951
+ {
952
+ "name": "email"
953
+ },
954
+ {
955
+ "name": "impp"
956
+ },
957
+ {
958
+ "name": "name"
959
+ },
960
+ {
961
+ "name": "honorific-prefix"
962
+ },
963
+ {
964
+ "name": "given-name"
965
+ },
966
+ {
967
+ "name": "additional-name"
968
+ },
969
+ {
970
+ "name": "family-name"
971
+ },
972
+ {
973
+ "name": "honorific-suffix"
974
+ },
975
+ {
976
+ "name": "nickname"
977
+ },
978
+ {
979
+ "name": "username"
980
+ },
981
+ {
982
+ "name": "new-password"
983
+ },
984
+ {
985
+ "name": "current-password"
986
+ },
987
+ {
988
+ "name": "one-time-code"
989
+ },
990
+ {
991
+ "name": "organization-title"
992
+ },
993
+ {
994
+ "name": "organization"
995
+ },
996
+ {
997
+ "name": "street-address"
998
+ },
999
+ {
1000
+ "name": "address-line1"
1001
+ },
1002
+ {
1003
+ "name": "address-line2"
1004
+ },
1005
+ {
1006
+ "name": "address-line3"
1007
+ },
1008
+ {
1009
+ "name": "address-level4"
1010
+ },
1011
+ {
1012
+ "name": "address-level3"
1013
+ },
1014
+ {
1015
+ "name": "address-level2"
1016
+ },
1017
+ {
1018
+ "name": "address-level1"
1019
+ },
1020
+ {
1021
+ "name": "country"
1022
+ },
1023
+ {
1024
+ "name": "country-name"
1025
+ },
1026
+ {
1027
+ "name": "postal-code"
1028
+ },
1029
+ {
1030
+ "name": "cc-name"
1031
+ },
1032
+ {
1033
+ "name": "cc-given-name"
1034
+ },
1035
+ {
1036
+ "name": "cc-additional-name"
1037
+ },
1038
+ {
1039
+ "name": "cc-family-name"
1040
+ },
1041
+ {
1042
+ "name": "cc-number"
1043
+ },
1044
+ {
1045
+ "name": "cc-exp"
1046
+ },
1047
+ {
1048
+ "name": "cc-exp-month"
1049
+ },
1050
+ {
1051
+ "name": "cc-exp-year"
1052
+ },
1053
+ {
1054
+ "name": "cc-csc"
1055
+ },
1056
+ {
1057
+ "name": "cc-type"
1058
+ },
1059
+ {
1060
+ "name": "transaction-currency"
1061
+ },
1062
+ {
1063
+ "name": "transaction-amount"
1064
+ },
1065
+ {
1066
+ "name": "language"
1067
+ },
1068
+ {
1069
+ "name": "bday"
1070
+ },
1071
+ {
1072
+ "name": "bday-day"
1073
+ },
1074
+ {
1075
+ "name": "bday-month"
1076
+ },
1077
+ {
1078
+ "name": "bday-year"
1079
+ },
1080
+ {
1081
+ "name": "sex"
1082
+ },
1083
+ {
1084
+ "name": "url"
1085
+ },
1086
+ {
1087
+ "name": "photo"
1088
+ }
1089
+ ]
1090
+ },
1091
+ {
1092
+ "name": "description",
1093
+ "description": "Add helpful hints or extra information under the text input field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions, making the form easier to fill out correctly."
1094
+ },
1095
+ {
1096
+ "name": "disabled",
1097
+ "description": "The disabled prop lets you turn off the input field so that users can’t\ntype in it. When disabled, the field is grayed out and won’t respond to\nclicks or touches."
1098
+ },
1099
+ {
1100
+ "name": "error",
1101
+ "description": "Alters the input field’s appearance to indicate an error, helping users\nidentify fields that need correction."
1102
+ },
1103
+ {
1104
+ "name": "error-description",
1105
+ "description": "A description that appears when there is an error related to the textfield\nfield."
1106
+ },
1107
+ {
1108
+ "name": "input-id",
1109
+ "description": "Sets the ID for the input element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
1110
+ },
1111
+ {
1112
+ "name": "label",
1113
+ "description": "Lets you define the text that explains what users should enter in the text\ninput field. It’s a crucial element for making forms clear and\nuser-friendly."
1114
+ },
1115
+ {
1116
+ "name": "maxlength",
1117
+ "description": "Limits how many characters users can type into the input field. It’s\nhelpful for making sure users don’t enter too much information, keeping\ntheir input within the allowed limit."
1118
+ },
1119
+ {
1120
+ "name": "message",
1121
+ "description": "Message defines a 'hint ' message for the Text Field."
1122
+ },
1123
+ {
1124
+ "name": "minlength",
1125
+ "description": "Ensures that users type at least a certain number of characters into the\ninput field. It’s a way to make sure users provide enough information\nbefore moving on."
1126
+ },
1127
+ {
1128
+ "name": "multiple",
1129
+ "description": "When used with the email input type, this prop enables the field to accept\nmultiple email addresses. Users can enter several addresses, separating\neach one with a comma, allowing the form to handle multiple recipients."
1130
+ },
1131
+ {
1132
+ "name": "name",
1133
+ "description": "Defines the name attribute of the input field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the input’s data in form submissions. It should be\nunique within the form to avoid conflicts"
1134
+ },
1135
+ {
1136
+ "name": "pattern",
1137
+ "description": "Set rules for how the input should be formatted. For example, you can\nrequire that a phone number includes only digits or that an email address\nhas the correct format. If users don’t follow these rules, they’ll get a\nprompt to correct their input."
1138
+ },
1139
+ {
1140
+ "name": "placeholder",
1141
+ "description": "Display temporary text inside the input field to give users a hint about\nwhat to type. It’s a great way to provide examples or suggestions directly\nin the field before they start typing."
1142
+ },
1143
+ {
1144
+ "name": "readonly",
1145
+ "description": "Display the input field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to type or delete anything."
1146
+ },
1147
+ {
1148
+ "name": "required",
1149
+ "description": "Marks the input field as required, ensuring that the user must fill it out\nbefore submitting the form."
1150
+ },
1151
+ {
1152
+ "name": "success",
1153
+ "description": "Changes the input field’s appearance to indicate successful input or\nvalidation."
1154
+ },
1155
+ {
1156
+ "name": "text-input-type",
1157
+ "description": "Type of the input.",
1158
+ "values": [
1159
+ {
1160
+ "name": "email"
1161
+ },
1162
+ {
1163
+ "name": "tel"
1164
+ },
1165
+ {
1166
+ "name": "text"
1167
+ }
1168
+ ]
1169
+ },
1170
+ {
1171
+ "name": "type",
1172
+ "description": "The type prop lets you specify what kind of information the input field\nshould accept. Choose 'text' for general words or sentences, 'tel' for\nphone numbers, or 'email' for email addresses. This makes sure users get\nthe right keyboard and validation for what they need to enter.",
1173
+ "values": [
1174
+ {
1175
+ "name": "email"
1176
+ },
1177
+ {
1178
+ "name": "tel"
1179
+ },
1180
+ {
1181
+ "name": "text"
1182
+ }
1183
+ ]
1184
+ },
1185
+ {
1186
+ "name": "validation",
1187
+ "description": "Add the message to the validation state."
1188
+ },
1189
+ {
1190
+ "name": "value",
1191
+ "description": "Specifies the value of the input field, which determines the text displayed\nwithin the field. This prop is typically used in controlled components\nwhere the input’s value is managed by the component’s state."
1192
+ }
1193
+ ]
1194
+ },
1195
+ {
1196
+ "name": "nv-fieldtextarea",
1197
+ "description": {
1198
+ "kind": "markdown",
1199
+ "value": "The `nv-fieldtextarea` component is a text textarea field that can be used in forms. It includes a label, message, and validation state. The value of the textarea can be controlled by the parent component. It can also display an error state, a hint message, or a validation message."
1200
+ },
1201
+ "attributes": [
1202
+ {
1203
+ "name": "autosize",
1204
+ "description": "Enable this to make the textarea automatically resize as the user types,\nadjusting the height to fit the content. For the best experience, avoid\nvertical resizing, as it’s controlled by this feature. Horizontal resizing\ncan still be allowed if desired."
1205
+ },
1206
+ {
1207
+ "name": "description",
1208
+ "description": "Add helpful hints or extra information under the text textarea field. This is\nwhere you can clarify what users should enter or provide additional\ninstructions, making the form easier to fill out correctly."
1209
+ },
1210
+ {
1211
+ "name": "disabled",
1212
+ "description": "The disabled prop lets you turn off the textarea field so that users can’t\ntype in it. When disabled, the field is grayed out and won’t respond to#\nclicks or touches."
1213
+ },
1214
+ {
1215
+ "name": "error",
1216
+ "description": "Alters the textarea field’s appearance to indicate an error, helping users\nidentify fields that need correction."
1217
+ },
1218
+ {
1219
+ "name": "error-description",
1220
+ "description": "Show a helpful message under the textarea field when there’s a problem. It\nexplains what’s wrong and how users can fix it, making the error easier to\nunderstand and resolve."
1221
+ },
1222
+ {
1223
+ "name": "label",
1224
+ "description": "Lets you define the text that explains what users should enter in the text\ntextarea field. It’s a crucial element for making forms clear and\nuser-friendly."
1225
+ },
1226
+ {
1227
+ "name": "maxlength",
1228
+ "description": "Limits how many characters users can type into the textarea field. It’s\nhelpful for making sure users don’t enter too much information, keeping\ntheir textarea within the allowed limit."
1229
+ },
1230
+ {
1231
+ "name": "message",
1232
+ "description": "Message defines a 'hint ' message for the Text Field."
1233
+ },
1234
+ {
1235
+ "name": "minlength",
1236
+ "description": "Ensures that users type at least a certain number of characters into the\ntextarea field. It’s a way to make sure users provide enough information\nbefore moving on."
1237
+ },
1238
+ {
1239
+ "name": "name",
1240
+ "description": "Defines the name attribute of the textarea field, which is crucial for form\nsubmission. This value is used as the key in the key-value pair sent to\nthe server, representing the textarea’s data in form submissions. It should be\nunique within the form to avoid conflicts"
1241
+ },
1242
+ {
1243
+ "name": "placeholder",
1244
+ "description": "Display temporary text inside the textarea field to give users a hint about\nwhat to type. It’s a great way to provide examples or suggestions directly\nin the field before they start typing."
1245
+ },
1246
+ {
1247
+ "name": "readonly",
1248
+ "description": "Display the textarea field’s content without allowing users to change it.\nUsers can still click on it, select, and copy the text, but they won’t be\nable to type or delete anything."
1249
+ },
1250
+ {
1251
+ "name": "required",
1252
+ "description": "Marks the textarea field as required, ensuring that the user must fill it out\nbefore submitting the form."
1253
+ },
1254
+ {
1255
+ "name": "resize",
1256
+ "description": "Controls the resize property of a textarea. It can be set to none, both,\nhorizontal, or vertical. The default is vertical.",
1257
+ "values": [
1258
+ {
1259
+ "name": "both"
1260
+ },
1261
+ {
1262
+ "name": "horizontal"
1263
+ },
1264
+ {
1265
+ "name": "none"
1266
+ },
1267
+ {
1268
+ "name": "vertical"
1269
+ }
1270
+ ]
1271
+ },
1272
+ {
1273
+ "name": "rows",
1274
+ "description": "The number of visible text lines for the control. The default is 3. This\ncan be useful when you want to limit the size of the textarea field or when\nyou want to make the textarea field smaller to fit a specific layout. The\ntextarea field will expand vertically to fit the text as the user types."
1275
+ },
1276
+ {
1277
+ "name": "success",
1278
+ "description": "Changes the textarea field’s appearance to indicate successful textarea or\nvalidation."
1279
+ },
1280
+ {
1281
+ "name": "textarea-id",
1282
+ "description": "Sets the ID for the textarea element and the for attribute of the associated\nlabel. If no ID is provided, a random one will be automatically generated\nto ensure unique identification, facilitating proper label association and\naccessibility."
1283
+ },
1284
+ {
1285
+ "name": "validation",
1286
+ "description": "Add the message to the validation state."
1287
+ },
1288
+ {
1289
+ "name": "value",
1290
+ "description": "Specifies the value of the textarea field, which determines the text displayed\nwithin the field. This prop is typically used in controlled components\nwhere the textarea’s value is managed by the component’s state."
1291
+ }
1292
+ ]
1293
+ },
1294
+ {
1295
+ "name": "nv-fieldtoggle",
1296
+ "description": {
1297
+ "kind": "markdown",
1298
+ "value": "The nv-fieldtoggle component is a form field that allows the user to toggle between two states. It is a styled checkbox input with a label that can be positioned before or after the checkbox. The nv-fieldtoggle component is a wrapper around the native input[type=\"checkbox\"] element."
1299
+ },
1300
+ "attributes": [
1301
+ {
1302
+ "name": "checked",
1303
+ "description": "Indicates whether the toggle is checked or not."
1304
+ },
1305
+ {
1306
+ "name": "description",
1307
+ "description": "A description providing additional context or information about the\ntoggle."
1308
+ },
1309
+ {
1310
+ "name": "disabled",
1311
+ "description": "Disables the toggle, preventing user interaction."
1312
+ },
1313
+ {
1314
+ "name": "hide-label",
1315
+ "description": "Hides the label visually while still keeping it available for screen\nreaders."
1316
+ },
1317
+ {
1318
+ "name": "input-id",
1319
+ "description": "Sets the ID for the radio button’s input element and the for attribute of\nthe associated label. If no ID is provided, a random one will be\nautomatically generated to ensure unique identification, facilitating\nproper label association and accessibility."
1320
+ },
1321
+ {
1322
+ "name": "label",
1323
+ "description": "The label displayed next to the toggle."
1324
+ },
1325
+ {
1326
+ "name": "label-placement",
1327
+ "description": "Determines the position of the label relative to the toggle, either\n'start' (before) or 'end' (after).",
1328
+ "values": [
1329
+ {
1330
+ "name": "after"
1331
+ },
1332
+ {
1333
+ "name": "before"
1334
+ }
1335
+ ]
1336
+ },
1337
+ {
1338
+ "name": "name",
1339
+ "description": "The name attribute for the toggle input, used to reference the form data\nafter submission."
1340
+ },
1341
+ {
1342
+ "name": "readonly",
1343
+ "description": "Sets the toggle to read-only, preventing user changes but still allowing\nfocus and selection of text."
1344
+ },
1345
+ {
1346
+ "name": "value",
1347
+ "description": "The value attribute of the toggle input, representing the value sent on\nform submission when the toggle is checked."
1348
+ }
1349
+ ]
1350
+ },
1351
+ {
1352
+ "name": "nv-icon",
1353
+ "description": {
1354
+ "kind": "markdown",
1355
+ "value": "Icons are used as navigational elements. They may appear on their own, within a sentence or paragraph, or directly following the content."
1356
+ },
1357
+ "attributes": [
1358
+ {
1359
+ "name": "color",
1360
+ "description": "Set color of the icon.",
1361
+ "values": [
1362
+ {
1363
+ "name": "error"
1364
+ },
1365
+ {
1366
+ "name": "neutral"
1367
+ },
1368
+ {
1369
+ "name": "primary"
1370
+ },
1371
+ {
1372
+ "name": "secondary"
1373
+ },
1374
+ {
1375
+ "name": "success"
1376
+ }
1377
+ ]
1378
+ },
1379
+ {
1380
+ "name": "large",
1381
+ "description": "Set size to Large."
1382
+ },
1383
+ {
1384
+ "name": "medium",
1385
+ "description": "Set size to Medium."
1386
+ },
1387
+ {
1388
+ "name": "name",
1389
+ "description": "Choose the icon you want to display. This also sets the aria-label for\nimproved accessibility, helping users who rely on screen readers."
1390
+ },
1391
+ {
1392
+ "name": "size",
1393
+ "description": "Adjust the size of the icon to fit your design needs.",
1394
+ "values": [
1395
+ {
1396
+ "name": "lg"
1397
+ },
1398
+ {
1399
+ "name": "md"
1400
+ },
1401
+ {
1402
+ "name": "sm"
1403
+ },
1404
+ {
1405
+ "name": "xl"
1406
+ },
1407
+ {
1408
+ "name": "xs"
1409
+ }
1410
+ ]
1411
+ },
1412
+ {
1413
+ "name": "small",
1414
+ "description": "Set size to Small."
1415
+ },
1416
+ {
1417
+ "name": "xlarge",
1418
+ "description": "Set size to ExtraLarge."
1419
+ },
1420
+ {
1421
+ "name": "xsmall",
1422
+ "description": "Set size to ExtraSmall."
1423
+ }
1424
+ ]
1425
+ },
1426
+ {
1427
+ "name": "nv-iconbutton",
1428
+ "description": {
1429
+ "kind": "markdown",
1430
+ "value": "The Icon Button component enhances standard HTML buttons with Nova Design styling and extended functionality. It offers customizable visual emphasis, distinct styling for destructive actions, and built-in accessibility. It allows developers to guide user attention effectively, providing a unified approach to action triggers across your application."
1431
+ },
1432
+ "attributes": [
1433
+ {
1434
+ "name": "active",
1435
+ "description": "Makes the button look active when it’s within a compatible component\nlike a button group."
1436
+ },
1437
+ {
1438
+ "name": "disabled",
1439
+ "description": "Disables the button, preventing user interaction."
1440
+ },
1441
+ {
1442
+ "name": "emphasis",
1443
+ "description": "Adjusts the button’s emphasis to make it more or less visually prominent\nto users. Use this to draw attention to important actions or reduce focus\non less critical ones.",
1444
+ "values": [
1445
+ {
1446
+ "name": "high"
1447
+ },
1448
+ {
1449
+ "name": "low"
1450
+ },
1451
+ {
1452
+ "name": "lower"
1453
+ },
1454
+ {
1455
+ "name": "medium"
1456
+ }
1457
+ ]
1458
+ },
1459
+ {
1460
+ "name": "loading",
1461
+ "description": "Set this to true to show a spinner on the button, letting users know that\ntheir action is being processed. It helps improve user experience by\nindicating ongoing activities. The icon is not displayed when the button\nis loading. Also, the button is disabled. If you want to disable the\nbutton, it is not possible. It is automatically disabled when loading."
1462
+ },
1463
+ {
1464
+ "name": "name",
1465
+ "description": "Choose the icon you want to display. This also sets the aria-label for\nimproved accessibility, helping users who rely on screen readers.\nThe icon is not displayed when the button is loading."
1466
+ },
1467
+ {
1468
+ "name": "shape",
1469
+ "description": "Sets the shape of the button. Choose between square and rounded.",
1470
+ "values": [
1471
+ {
1472
+ "name": "rounded"
1473
+ },
1474
+ {
1475
+ "name": "square"
1476
+ }
1477
+ ]
1478
+ },
1479
+ {
1480
+ "name": "size",
1481
+ "description": "Determines how large or small the button appears, allowing for\ncustomization of the button's dimensions to fit different design\nspecifications and user needs.",
1482
+ "values": [
1483
+ {
1484
+ "name": "lg"
1485
+ },
1486
+ {
1487
+ "name": "md"
1488
+ },
1489
+ {
1490
+ "name": "sm"
1491
+ },
1492
+ {
1493
+ "name": "xs"
1494
+ }
1495
+ ]
1496
+ },
1497
+ {
1498
+ "name": "type",
1499
+ "description": "Sets the button type to control its function in forms. Use 'submit' to send\nform data, 'reset' to clear the form, or 'button' for a standard button\nthat doesn’t interact with form submission by default.",
1500
+ "values": [
1501
+ {
1502
+ "name": "button"
1503
+ },
1504
+ {
1505
+ "name": "reset"
1506
+ },
1507
+ {
1508
+ "name": "submit"
1509
+ }
1510
+ ]
1511
+ }
1512
+ ]
1513
+ },
1514
+ {
1515
+ "name": "nv-loader",
1516
+ "description": {
1517
+ "kind": "markdown",
1518
+ "value": "In an application, it is important to inform the user that their interaction has been acknowledged. The `nv-loader` component indicates that the application is waiting for a result from a back-end service or another source."
1519
+ },
1520
+ "attributes": [
1521
+ {
1522
+ "name": "color",
1523
+ "description": "Choose the color of the loader. Options are primary and white to keep the\ndesign consistent and ensure the loader stands out or blends in\nappropriately with your application’s interface.",
1524
+ "values": [
1525
+ {
1526
+ "name": "brand"
1527
+ },
1528
+ {
1529
+ "name": "white"
1530
+ }
1531
+ ]
1532
+ },
1533
+ {
1534
+ "name": "size",
1535
+ "description": "Choose the size of the loader to best fit your application’s needs, whether\nit’s a small spinner for subtle loading indicators or a large one for more\nprominent displays.",
1536
+ "values": [
1537
+ {
1538
+ "name": "lg"
1539
+ },
1540
+ {
1541
+ "name": "md"
1542
+ },
1543
+ {
1544
+ "name": "sm"
1545
+ },
1546
+ {
1547
+ "name": "xl"
1548
+ },
1549
+ {
1550
+ "name": "xs"
1551
+ }
1552
+ ]
1553
+ }
1554
+ ]
1555
+ },
1556
+ {
1557
+ "name": "nv-menu",
1558
+ "description": {
1559
+ "kind": "markdown",
1560
+ "value": "The nv-menu component provides a flexible and accessible menu that can be used for navigation or action-based menus."
1561
+ },
1562
+ "attributes": [
1563
+ {
1564
+ "name": "disable-close-on-select",
1565
+ "description": "Use this to disable the menu from closing automatically when a menu item is\nselected."
1566
+ },
1567
+ {
1568
+ "name": "nested",
1569
+ "description": "Use this if the menu is nested inside another menu. This will prevent the\nparent menu from closing when the child menu is opened."
1570
+ },
1571
+ {
1572
+ "name": "open",
1573
+ "description": "Use this to toggle the initial visibility of the menu, by default the menu\nis hidden."
1574
+ },
1575
+ {
1576
+ "name": "placement",
1577
+ "description": "Decides where the menu shows up next to the button it’s linked to (above,\nbelow, to the sides). If there isn’t enough room, it will adjust its\nposition on the axis to fit on the screen, so users can always see it.",
1578
+ "values": [
1579
+ {
1580
+ "name": "bottom"
1581
+ },
1582
+ {
1583
+ "name": "bottom-end"
1584
+ },
1585
+ {
1586
+ "name": "bottom-start"
1587
+ },
1588
+ {
1589
+ "name": "left"
1590
+ },
1591
+ {
1592
+ "name": "left-end"
1593
+ },
1594
+ {
1595
+ "name": "left-start"
1596
+ },
1597
+ {
1598
+ "name": "right"
1599
+ },
1600
+ {
1601
+ "name": "right-end"
1602
+ },
1603
+ {
1604
+ "name": "right-start"
1605
+ },
1606
+ {
1607
+ "name": "top"
1608
+ },
1609
+ {
1610
+ "name": "top-end"
1611
+ },
1612
+ {
1613
+ "name": "top-start"
1614
+ }
1615
+ ]
1616
+ }
1617
+ ]
1618
+ },
1619
+ {
1620
+ "name": "nv-menuitem",
1621
+ "description": {
1622
+ "kind": "markdown",
1623
+ "value": "The nv-menuitem component is designed as an individual item within an nv-menu. It provides a flexible, accessible interface for both navigation and action-oriented menu structures, allowing for a cohesive and user-friendly menu experience when combined with other nv-menu elements."
1624
+ },
1625
+ "attributes": [
1626
+ {
1627
+ "name": "disabled",
1628
+ "description": "Disables the item, preventing user interaction."
1629
+ },
1630
+ {
1631
+ "name": "has-submenu",
1632
+ "description": "If the menu item has a submenu, the a caret icon will be displayed."
1633
+ },
1634
+ {
1635
+ "name": "icon",
1636
+ "description": "Choose the icon you want to display. This also sets the aria-label for\nimproved accessibility, helping users who rely on screen readers.\nThe icon is not displayed when the button is loading.",
1637
+ "values": [
1638
+ {
1639
+ "name": "home"
1640
+ },
1641
+ {
1642
+ "name": "photo"
1643
+ },
1644
+ {
1645
+ "name": "access-point-off"
1646
+ },
1647
+ {
1648
+ "name": "access-point"
1649
+ },
1650
+ {
1651
+ "name": "accessible"
1652
+ },
1653
+ {
1654
+ "name": "activity"
1655
+ },
1656
+ {
1657
+ "name": "address-book"
1658
+ },
1659
+ {
1660
+ "name": "adjustments-horizontal"
1661
+ },
1662
+ {
1663
+ "name": "adjustments-up"
1664
+ },
1665
+ {
1666
+ "name": "adjustments"
1667
+ },
1668
+ {
1669
+ "name": "affiliate"
1670
+ },
1671
+ {
1672
+ "name": "air-conditioning"
1673
+ },
1674
+ {
1675
+ "name": "alert-circle"
1676
+ },
1677
+ {
1678
+ "name": "align-center"
1679
+ },
1680
+ {
1681
+ "name": "align-left"
1682
+ },
1683
+ {
1684
+ "name": "align-right"
1685
+ },
1686
+ {
1687
+ "name": "app-window"
1688
+ },
1689
+ {
1690
+ "name": "apps"
1691
+ },
1692
+ {
1693
+ "name": "archive"
1694
+ },
1695
+ {
1696
+ "name": "areas"
1697
+ },
1698
+ {
1699
+ "name": "arrow-back-up"
1700
+ },
1701
+ {
1702
+ "name": "arrow-back"
1703
+ },
1704
+ {
1705
+ "name": "arrow-down-left"
1706
+ },
1707
+ {
1708
+ "name": "arrow-down-right"
1709
+ },
1710
+ {
1711
+ "name": "arrow-down"
1712
+ },
1713
+ {
1714
+ "name": "arrow-forward-up"
1715
+ },
1716
+ {
1717
+ "name": "arrow-forward"
1718
+ },
1719
+ {
1720
+ "name": "arrow-left"
1721
+ },
1722
+ {
1723
+ "name": "arrow-right"
1724
+ },
1725
+ {
1726
+ "name": "arrow-up-left"
1727
+ },
1728
+ {
1729
+ "name": "arrow-up-right"
1730
+ },
1731
+ {
1732
+ "name": "arrow-up"
1733
+ },
1734
+ {
1735
+ "name": "arrows-move"
1736
+ },
1737
+ {
1738
+ "name": "aspect-ratio"
1739
+ },
1740
+ {
1741
+ "name": "atom"
1742
+ },
1743
+ {
1744
+ "name": "basket"
1745
+ },
1746
+ {
1747
+ "name": "battery-1"
1748
+ },
1749
+ {
1750
+ "name": "battery-2"
1751
+ },
1752
+ {
1753
+ "name": "battery-3"
1754
+ },
1755
+ {
1756
+ "name": "battery-4"
1757
+ },
1758
+ {
1759
+ "name": "battery-automotive"
1760
+ },
1761
+ {
1762
+ "name": "battery-charging"
1763
+ },
1764
+ {
1765
+ "name": "battery-eco"
1766
+ },
1767
+ {
1768
+ "name": "battery-off"
1769
+ },
1770
+ {
1771
+ "name": "battery"
1772
+ },
1773
+ {
1774
+ "name": "bell-off"
1775
+ },
1776
+ {
1777
+ "name": "bell-ringing"
1778
+ },
1779
+ {
1780
+ "name": "bell"
1781
+ },
1782
+ {
1783
+ "name": "bike"
1784
+ },
1785
+ {
1786
+ "name": "bluetooth-connected"
1787
+ },
1788
+ {
1789
+ "name": "bluetooth-off"
1790
+ },
1791
+ {
1792
+ "name": "bluetooth"
1793
+ },
1794
+ {
1795
+ "name": "bolt"
1796
+ },
1797
+ {
1798
+ "name": "book"
1799
+ },
1800
+ {
1801
+ "name": "bookmark-off"
1802
+ },
1803
+ {
1804
+ "name": "bookmark"
1805
+ },
1806
+ {
1807
+ "name": "bookmarks"
1808
+ },
1809
+ {
1810
+ "name": "box-align-top"
1811
+ },
1812
+ {
1813
+ "name": "box-multiple"
1814
+ },
1815
+ {
1816
+ "name": "briefcase"
1817
+ },
1818
+ {
1819
+ "name": "brightness-down"
1820
+ },
1821
+ {
1822
+ "name": "brightness-up"
1823
+ },
1824
+ {
1825
+ "name": "browser-check"
1826
+ },
1827
+ {
1828
+ "name": "browser-plus"
1829
+ },
1830
+ {
1831
+ "name": "browser-x"
1832
+ },
1833
+ {
1834
+ "name": "browser"
1835
+ },
1836
+ {
1837
+ "name": "brush"
1838
+ },
1839
+ {
1840
+ "name": "building-bank"
1841
+ },
1842
+ {
1843
+ "name": "building-factory"
1844
+ },
1845
+ {
1846
+ "name": "building-lighthouse"
1847
+ },
1848
+ {
1849
+ "name": "building-store"
1850
+ },
1851
+ {
1852
+ "name": "building"
1853
+ },
1854
+ {
1855
+ "name": "bulb-off"
1856
+ },
1857
+ {
1858
+ "name": "bulb"
1859
+ },
1860
+ {
1861
+ "name": "cake"
1862
+ },
1863
+ {
1864
+ "name": "calendar-time"
1865
+ },
1866
+ {
1867
+ "name": "calendar"
1868
+ },
1869
+ {
1870
+ "name": "camera-off"
1871
+ },
1872
+ {
1873
+ "name": "camera"
1874
+ },
1875
+ {
1876
+ "name": "car-crane"
1877
+ },
1878
+ {
1879
+ "name": "car"
1880
+ },
1881
+ {
1882
+ "name": "caravan"
1883
+ },
1884
+ {
1885
+ "name": "cash-banknote"
1886
+ },
1887
+ {
1888
+ "name": "cash"
1889
+ },
1890
+ {
1891
+ "name": "cast"
1892
+ },
1893
+ {
1894
+ "name": "cell"
1895
+ },
1896
+ {
1897
+ "name": "charging-pile"
1898
+ },
1899
+ {
1900
+ "name": "chart-arcs"
1901
+ },
1902
+ {
1903
+ "name": "chart-area-line"
1904
+ },
1905
+ {
1906
+ "name": "chart-area"
1907
+ },
1908
+ {
1909
+ "name": "chart-arrows-vertical"
1910
+ },
1911
+ {
1912
+ "name": "chart-arrows"
1913
+ },
1914
+ {
1915
+ "name": "chart-bar"
1916
+ },
1917
+ {
1918
+ "name": "chart-bubble"
1919
+ },
1920
+ {
1921
+ "name": "chart-circles"
1922
+ },
1923
+ {
1924
+ "name": "chart-donut"
1925
+ },
1926
+ {
1927
+ "name": "chart-dots"
1928
+ },
1929
+ {
1930
+ "name": "chart-line"
1931
+ },
1932
+ {
1933
+ "name": "chart-pie"
1934
+ },
1935
+ {
1936
+ "name": "chart-radar"
1937
+ },
1938
+ {
1939
+ "name": "check"
1940
+ },
1941
+ {
1942
+ "name": "checkbox"
1943
+ },
1944
+ {
1945
+ "name": "checklist"
1946
+ },
1947
+ {
1948
+ "name": "checks"
1949
+ },
1950
+ {
1951
+ "name": "chevron-down"
1952
+ },
1953
+ {
1954
+ "name": "chevron-left"
1955
+ },
1956
+ {
1957
+ "name": "chevron-right"
1958
+ },
1959
+ {
1960
+ "name": "chevron-top"
1961
+ },
1962
+ {
1963
+ "name": "circle-caret-right"
1964
+ },
1965
+ {
1966
+ "name": "circle-check"
1967
+ },
1968
+ {
1969
+ "name": "circle-x"
1970
+ },
1971
+ {
1972
+ "name": "clipboard-check"
1973
+ },
1974
+ {
1975
+ "name": "clipboard-list"
1976
+ },
1977
+ {
1978
+ "name": "clipboard-plus"
1979
+ },
1980
+ {
1981
+ "name": "clipboard-text"
1982
+ },
1983
+ {
1984
+ "name": "clipboard-x"
1985
+ },
1986
+ {
1987
+ "name": "clipboard"
1988
+ },
1989
+ {
1990
+ "name": "clock-edit"
1991
+ },
1992
+ {
1993
+ "name": "clock"
1994
+ },
1995
+ {
1996
+ "name": "cloud-data-connection"
1997
+ },
1998
+ {
1999
+ "name": "cloud-download"
2000
+ },
2001
+ {
2002
+ "name": "cloud-rain"
2003
+ },
2004
+ {
2005
+ "name": "cloud-snow"
2006
+ },
2007
+ {
2008
+ "name": "cloud-upload"
2009
+ },
2010
+ {
2011
+ "name": "cloud"
2012
+ },
2013
+ {
2014
+ "name": "color-picker"
2015
+ },
2016
+ {
2017
+ "name": "color-swatch"
2018
+ },
2019
+ {
2020
+ "name": "compass"
2021
+ },
2022
+ {
2023
+ "name": "contract"
2024
+ },
2025
+ {
2026
+ "name": "copy"
2027
+ },
2028
+ {
2029
+ "name": "cpu"
2030
+ },
2031
+ {
2032
+ "name": "crane"
2033
+ },
2034
+ {
2035
+ "name": "credit-card"
2036
+ },
2037
+ {
2038
+ "name": "crop"
2039
+ },
2040
+ {
2041
+ "name": "cross"
2042
+ },
2043
+ {
2044
+ "name": "crown"
2045
+ },
2046
+ {
2047
+ "name": "currency-bitcoin"
2048
+ },
2049
+ {
2050
+ "name": "currency-dollar"
2051
+ },
2052
+ {
2053
+ "name": "currency-ethereum"
2054
+ },
2055
+ {
2056
+ "name": "currency-euro"
2057
+ },
2058
+ {
2059
+ "name": "cut"
2060
+ },
2061
+ {
2062
+ "name": "dashboard"
2063
+ },
2064
+ {
2065
+ "name": "database"
2066
+ },
2067
+ {
2068
+ "name": "device-desktop"
2069
+ },
2070
+ {
2071
+ "name": "device-floppy"
2072
+ },
2073
+ {
2074
+ "name": "device-gamepad"
2075
+ },
2076
+ {
2077
+ "name": "device-laptop"
2078
+ },
2079
+ {
2080
+ "name": "device-mobile-rotated"
2081
+ },
2082
+ {
2083
+ "name": "device-mobile"
2084
+ },
2085
+ {
2086
+ "name": "device-tablet"
2087
+ },
2088
+ {
2089
+ "name": "device-watch"
2090
+ },
2091
+ {
2092
+ "name": "devices"
2093
+ },
2094
+ {
2095
+ "name": "dialpad"
2096
+ },
2097
+ {
2098
+ "name": "direction-horizontal"
2099
+ },
2100
+ {
2101
+ "name": "direction-sign"
2102
+ },
2103
+ {
2104
+ "name": "direction"
2105
+ },
2106
+ {
2107
+ "name": "discount"
2108
+ },
2109
+ {
2110
+ "name": "door-enter"
2111
+ },
2112
+ {
2113
+ "name": "dots-vertical"
2114
+ },
2115
+ {
2116
+ "name": "dots"
2117
+ },
2118
+ {
2119
+ "name": "download"
2120
+ },
2121
+ {
2122
+ "name": "drone"
2123
+ },
2124
+ {
2125
+ "name": "droplet-filled"
2126
+ },
2127
+ {
2128
+ "name": "droplet-half"
2129
+ },
2130
+ {
2131
+ "name": "droplet"
2132
+ },
2133
+ {
2134
+ "name": "droplets"
2135
+ },
2136
+ {
2137
+ "name": "edit"
2138
+ },
2139
+ {
2140
+ "name": "engine"
2141
+ },
2142
+ {
2143
+ "name": "external-link"
2144
+ },
2145
+ {
2146
+ "name": "eye-off"
2147
+ },
2148
+ {
2149
+ "name": "eye"
2150
+ },
2151
+ {
2152
+ "name": "face-id"
2153
+ },
2154
+ {
2155
+ "name": "feather"
2156
+ },
2157
+ {
2158
+ "name": "file-alert"
2159
+ },
2160
+ {
2161
+ "name": "file-analytics"
2162
+ },
2163
+ {
2164
+ "name": "file-check"
2165
+ },
2166
+ {
2167
+ "name": "file-code"
2168
+ },
2169
+ {
2170
+ "name": "file-download"
2171
+ },
2172
+ {
2173
+ "name": "file-export"
2174
+ },
2175
+ {
2176
+ "name": "file-horizontal"
2177
+ },
2178
+ {
2179
+ "name": "file-import"
2180
+ },
2181
+ {
2182
+ "name": "file-plus"
2183
+ },
2184
+ {
2185
+ "name": "file-search"
2186
+ },
2187
+ {
2188
+ "name": "file-text-bookmark"
2189
+ },
2190
+ {
2191
+ "name": "file-text"
2192
+ },
2193
+ {
2194
+ "name": "file-type-bmp"
2195
+ },
2196
+ {
2197
+ "name": "file-type-css"
2198
+ },
2199
+ {
2200
+ "name": "file-type-csv"
2201
+ },
2202
+ {
2203
+ "name": "file-type-doc"
2204
+ },
2205
+ {
2206
+ "name": "file-type-html"
2207
+ },
2208
+ {
2209
+ "name": "file-type-jpg"
2210
+ },
2211
+ {
2212
+ "name": "file-type-js"
2213
+ },
2214
+ {
2215
+ "name": "file-type-pdf"
2216
+ },
2217
+ {
2218
+ "name": "file-type-png"
2219
+ },
2220
+ {
2221
+ "name": "file-type-ppt"
2222
+ },
2223
+ {
2224
+ "name": "file-type-xls"
2225
+ },
2226
+ {
2227
+ "name": "file-type-xml"
2228
+ },
2229
+ {
2230
+ "name": "file-type-zip"
2231
+ },
2232
+ {
2233
+ "name": "file-upload"
2234
+ },
2235
+ {
2236
+ "name": "file-x"
2237
+ },
2238
+ {
2239
+ "name": "file-zip"
2240
+ },
2241
+ {
2242
+ "name": "file"
2243
+ },
2244
+ {
2245
+ "name": "files-off"
2246
+ },
2247
+ {
2248
+ "name": "files"
2249
+ },
2250
+ {
2251
+ "name": "filter-off"
2252
+ },
2253
+ {
2254
+ "name": "filter"
2255
+ },
2256
+ {
2257
+ "name": "fingerprint"
2258
+ },
2259
+ {
2260
+ "name": "fire-extinguisher"
2261
+ },
2262
+ {
2263
+ "name": "flag"
2264
+ },
2265
+ {
2266
+ "name": "flame"
2267
+ },
2268
+ {
2269
+ "name": "flip-horizontal"
2270
+ },
2271
+ {
2272
+ "name": "flip-vertical"
2273
+ },
2274
+ {
2275
+ "name": "folder-minus"
2276
+ },
2277
+ {
2278
+ "name": "folder-off"
2279
+ },
2280
+ {
2281
+ "name": "folder-plus"
2282
+ },
2283
+ {
2284
+ "name": "folder-x"
2285
+ },
2286
+ {
2287
+ "name": "folder"
2288
+ },
2289
+ {
2290
+ "name": "folders"
2291
+ },
2292
+ {
2293
+ "name": "frame"
2294
+ },
2295
+ {
2296
+ "name": "gas-station"
2297
+ },
2298
+ {
2299
+ "name": "gauge"
2300
+ },
2301
+ {
2302
+ "name": "gift"
2303
+ },
2304
+ {
2305
+ "name": "gps"
2306
+ },
2307
+ {
2308
+ "name": "grid-dots"
2309
+ },
2310
+ {
2311
+ "name": "grip-horizontal"
2312
+ },
2313
+ {
2314
+ "name": "grip-vertical"
2315
+ },
2316
+ {
2317
+ "name": "hand-stop"
2318
+ },
2319
+ {
2320
+ "name": "hand-waving"
2321
+ },
2322
+ {
2323
+ "name": "hash"
2324
+ },
2325
+ {
2326
+ "name": "haze"
2327
+ },
2328
+ {
2329
+ "name": "headphones-off"
2330
+ },
2331
+ {
2332
+ "name": "headphones"
2333
+ },
2334
+ {
2335
+ "name": "headset"
2336
+ },
2337
+ {
2338
+ "name": "helicopter"
2339
+ },
2340
+ {
2341
+ "name": "help"
2342
+ },
2343
+ {
2344
+ "name": "history"
2345
+ },
2346
+ {
2347
+ "name": "hourglass-empty"
2348
+ },
2349
+ {
2350
+ "name": "hourglass-high"
2351
+ },
2352
+ {
2353
+ "name": "hourglass-low"
2354
+ },
2355
+ {
2356
+ "name": "hourglass-off"
2357
+ },
2358
+ {
2359
+ "name": "hourglass"
2360
+ },
2361
+ {
2362
+ "name": "inbox"
2363
+ },
2364
+ {
2365
+ "name": "info-circle"
2366
+ },
2367
+ {
2368
+ "name": "keyboard-hide"
2369
+ },
2370
+ {
2371
+ "name": "keyboard-show"
2372
+ },
2373
+ {
2374
+ "name": "keyboard"
2375
+ },
2376
+ {
2377
+ "name": "layout-board-split"
2378
+ },
2379
+ {
2380
+ "name": "layout-dashboard"
2381
+ },
2382
+ {
2383
+ "name": "layout-grid"
2384
+ },
2385
+ {
2386
+ "name": "layout-sidebar-left-collapse"
2387
+ },
2388
+ {
2389
+ "name": "layout-sidebar-left-expand"
2390
+ },
2391
+ {
2392
+ "name": "layout-sidebar-right-collapse"
2393
+ },
2394
+ {
2395
+ "name": "layout-sidebar-right-expand"
2396
+ },
2397
+ {
2398
+ "name": "layout"
2399
+ },
2400
+ {
2401
+ "name": "leaf"
2402
+ },
2403
+ {
2404
+ "name": "lifebuoy"
2405
+ },
2406
+ {
2407
+ "name": "link"
2408
+ },
2409
+ {
2410
+ "name": "list-search"
2411
+ },
2412
+ {
2413
+ "name": "list"
2414
+ },
2415
+ {
2416
+ "name": "loader"
2417
+ },
2418
+ {
2419
+ "name": "location"
2420
+ },
2421
+ {
2422
+ "name": "lock-off"
2423
+ },
2424
+ {
2425
+ "name": "lock-open"
2426
+ },
2427
+ {
2428
+ "name": "lock"
2429
+ },
2430
+ {
2431
+ "name": "login"
2432
+ },
2433
+ {
2434
+ "name": "logout"
2435
+ },
2436
+ {
2437
+ "name": "mail-forward"
2438
+ },
2439
+ {
2440
+ "name": "mail-opened"
2441
+ },
2442
+ {
2443
+ "name": "mail"
2444
+ },
2445
+ {
2446
+ "name": "map-pin-off"
2447
+ },
2448
+ {
2449
+ "name": "map-pin"
2450
+ },
2451
+ {
2452
+ "name": "map"
2453
+ },
2454
+ {
2455
+ "name": "menu"
2456
+ },
2457
+ {
2458
+ "name": "message-dots"
2459
+ },
2460
+ {
2461
+ "name": "message-off"
2462
+ },
2463
+ {
2464
+ "name": "message"
2465
+ },
2466
+ {
2467
+ "name": "messages"
2468
+ },
2469
+ {
2470
+ "name": "microphone-off"
2471
+ },
2472
+ {
2473
+ "name": "microphone"
2474
+ },
2475
+ {
2476
+ "name": "minus"
2477
+ },
2478
+ {
2479
+ "name": "mist"
2480
+ },
2481
+ {
2482
+ "name": "moon"
2483
+ },
2484
+ {
2485
+ "name": "motorbike"
2486
+ },
2487
+ {
2488
+ "name": "mouse"
2489
+ },
2490
+ {
2491
+ "name": "movie"
2492
+ },
2493
+ {
2494
+ "name": "network"
2495
+ },
2496
+ {
2497
+ "name": "news"
2498
+ },
2499
+ {
2500
+ "name": "note"
2501
+ },
2502
+ {
2503
+ "name": "notebook"
2504
+ },
2505
+ {
2506
+ "name": "notes"
2507
+ },
2508
+ {
2509
+ "name": "offshore-station"
2510
+ },
2511
+ {
2512
+ "name": "package"
2513
+ },
2514
+ {
2515
+ "name": "palette"
2516
+ },
2517
+ {
2518
+ "name": "paperclip"
2519
+ },
2520
+ {
2521
+ "name": "pencil"
2522
+ },
2523
+ {
2524
+ "name": "phone-call"
2525
+ },
2526
+ {
2527
+ "name": "phone-calling"
2528
+ },
2529
+ {
2530
+ "name": "phone-check"
2531
+ },
2532
+ {
2533
+ "name": "phone-incoming"
2534
+ },
2535
+ {
2536
+ "name": "phone-off"
2537
+ },
2538
+ {
2539
+ "name": "phone-outgoing"
2540
+ },
2541
+ {
2542
+ "name": "phone"
2543
+ },
2544
+ {
2545
+ "name": "photo-off"
2546
+ },
2547
+ {
2548
+ "name": "pig"
2549
+ },
2550
+ {
2551
+ "name": "pin"
2552
+ },
2553
+ {
2554
+ "name": "pinned-off"
2555
+ },
2556
+ {
2557
+ "name": "pinned"
2558
+ },
2559
+ {
2560
+ "name": "plane-off"
2561
+ },
2562
+ {
2563
+ "name": "plane"
2564
+ },
2565
+ {
2566
+ "name": "plant"
2567
+ },
2568
+ {
2569
+ "name": "player-pause"
2570
+ },
2571
+ {
2572
+ "name": "player-play"
2573
+ },
2574
+ {
2575
+ "name": "player-skip-back"
2576
+ },
2577
+ {
2578
+ "name": "player-skip-forward"
2579
+ },
2580
+ {
2581
+ "name": "player-track-next"
2582
+ },
2583
+ {
2584
+ "name": "player-track-prev"
2585
+ },
2586
+ {
2587
+ "name": "plug-connected"
2588
+ },
2589
+ {
2590
+ "name": "plug"
2591
+ },
2592
+ {
2593
+ "name": "plus"
2594
+ },
2595
+ {
2596
+ "name": "power-ac"
2597
+ },
2598
+ {
2599
+ "name": "power-dc"
2600
+ },
2601
+ {
2602
+ "name": "power"
2603
+ },
2604
+ {
2605
+ "name": "presentation-analytics"
2606
+ },
2607
+ {
2608
+ "name": "presentation"
2609
+ },
2610
+ {
2611
+ "name": "printer"
2612
+ },
2613
+ {
2614
+ "name": "propeller"
2615
+ },
2616
+ {
2617
+ "name": "puzzle-2"
2618
+ },
2619
+ {
2620
+ "name": "puzzle"
2621
+ },
2622
+ {
2623
+ "name": "pylon"
2624
+ },
2625
+ {
2626
+ "name": "qrcode"
2627
+ },
2628
+ {
2629
+ "name": "radar"
2630
+ },
2631
+ {
2632
+ "name": "radio"
2633
+ },
2634
+ {
2635
+ "name": "radioactive"
2636
+ },
2637
+ {
2638
+ "name": "receipt-dollar"
2639
+ },
2640
+ {
2641
+ "name": "receipt-euro"
2642
+ },
2643
+ {
2644
+ "name": "receipt"
2645
+ },
2646
+ {
2647
+ "name": "recharging"
2648
+ },
2649
+ {
2650
+ "name": "recycle"
2651
+ },
2652
+ {
2653
+ "name": "refresh-alert"
2654
+ },
2655
+ {
2656
+ "name": "refresh"
2657
+ },
2658
+ {
2659
+ "name": "repeat-once"
2660
+ },
2661
+ {
2662
+ "name": "repeat"
2663
+ },
2664
+ {
2665
+ "name": "replace"
2666
+ },
2667
+ {
2668
+ "name": "report-analytics"
2669
+ },
2670
+ {
2671
+ "name": "report-medical"
2672
+ },
2673
+ {
2674
+ "name": "report-search"
2675
+ },
2676
+ {
2677
+ "name": "report"
2678
+ },
2679
+ {
2680
+ "name": "ripple"
2681
+ },
2682
+ {
2683
+ "name": "rocket"
2684
+ },
2685
+ {
2686
+ "name": "rotate-2"
2687
+ },
2688
+ {
2689
+ "name": "rotate-clockwise-2"
2690
+ },
2691
+ {
2692
+ "name": "rotate-clockwise"
2693
+ },
2694
+ {
2695
+ "name": "rotate-dot"
2696
+ },
2697
+ {
2698
+ "name": "rotate"
2699
+ },
2700
+ {
2701
+ "name": "router"
2702
+ },
2703
+ {
2704
+ "name": "ruler-measure"
2705
+ },
2706
+ {
2707
+ "name": "satellite"
2708
+ },
2709
+ {
2710
+ "name": "scale"
2711
+ },
2712
+ {
2713
+ "name": "school"
2714
+ },
2715
+ {
2716
+ "name": "scissors"
2717
+ },
2718
+ {
2719
+ "name": "scooter-electric"
2720
+ },
2721
+ {
2722
+ "name": "screenshot"
2723
+ },
2724
+ {
2725
+ "name": "search"
2726
+ },
2727
+ {
2728
+ "name": "seeding"
2729
+ },
2730
+ {
2731
+ "name": "select"
2732
+ },
2733
+ {
2734
+ "name": "selector"
2735
+ },
2736
+ {
2737
+ "name": "send"
2738
+ },
2739
+ {
2740
+ "name": "server"
2741
+ },
2742
+ {
2743
+ "name": "settings"
2744
+ },
2745
+ {
2746
+ "name": "shape"
2747
+ },
2748
+ {
2749
+ "name": "share-2"
2750
+ },
2751
+ {
2752
+ "name": "share"
2753
+ },
2754
+ {
2755
+ "name": "shield-check"
2756
+ },
2757
+ {
2758
+ "name": "shield-lock"
2759
+ },
2760
+ {
2761
+ "name": "shield-off"
2762
+ },
2763
+ {
2764
+ "name": "shield-x"
2765
+ },
2766
+ {
2767
+ "name": "shield"
2768
+ },
2769
+ {
2770
+ "name": "ship"
2771
+ },
2772
+ {
2773
+ "name": "shopping-cart"
2774
+ },
2775
+ {
2776
+ "name": "slash"
2777
+ },
2778
+ {
2779
+ "name": "smart-home"
2780
+ },
2781
+ {
2782
+ "name": "snowflake"
2783
+ },
2784
+ {
2785
+ "name": "solar-panel"
2786
+ },
2787
+ {
2788
+ "name": "sort-ascending-letters"
2789
+ },
2790
+ {
2791
+ "name": "sort-ascending-numbers"
2792
+ },
2793
+ {
2794
+ "name": "sort-descending-letters"
2795
+ },
2796
+ {
2797
+ "name": "sort-descending-numbers"
2798
+ },
2799
+ {
2800
+ "name": "spacing-horizontal"
2801
+ },
2802
+ {
2803
+ "name": "spacing-vertical"
2804
+ },
2805
+ {
2806
+ "name": "speakerphone"
2807
+ },
2808
+ {
2809
+ "name": "stack"
2810
+ },
2811
+ {
2812
+ "name": "star"
2813
+ },
2814
+ {
2815
+ "name": "sun"
2816
+ },
2817
+ {
2818
+ "name": "sunrise"
2819
+ },
2820
+ {
2821
+ "name": "sunset"
2822
+ },
2823
+ {
2824
+ "name": "switch-horizontal"
2825
+ },
2826
+ {
2827
+ "name": "switch-vertical"
2828
+ },
2829
+ {
2830
+ "name": "table"
2831
+ },
2832
+ {
2833
+ "name": "tag"
2834
+ },
2835
+ {
2836
+ "name": "temperature"
2837
+ },
2838
+ {
2839
+ "name": "template"
2840
+ },
2841
+ {
2842
+ "name": "terminal"
2843
+ },
2844
+ {
2845
+ "name": "text-size"
2846
+ },
2847
+ {
2848
+ "name": "text"
2849
+ },
2850
+ {
2851
+ "name": "thumb-down"
2852
+ },
2853
+ {
2854
+ "name": "thumb-up"
2855
+ },
2856
+ {
2857
+ "name": "ticket"
2858
+ },
2859
+ {
2860
+ "name": "timeline"
2861
+ },
2862
+ {
2863
+ "name": "tir"
2864
+ },
2865
+ {
2866
+ "name": "tool"
2867
+ },
2868
+ {
2869
+ "name": "tools"
2870
+ },
2871
+ {
2872
+ "name": "train"
2873
+ },
2874
+ {
2875
+ "name": "trash-off"
2876
+ },
2877
+ {
2878
+ "name": "trash"
2879
+ },
2880
+ {
2881
+ "name": "tree"
2882
+ },
2883
+ {
2884
+ "name": "trees"
2885
+ },
2886
+ {
2887
+ "name": "truck-delivery"
2888
+ },
2889
+ {
2890
+ "name": "truck"
2891
+ },
2892
+ {
2893
+ "name": "umbrella"
2894
+ },
2895
+ {
2896
+ "name": "unlink"
2897
+ },
2898
+ {
2899
+ "name": "upload"
2900
+ },
2901
+ {
2902
+ "name": "user-circle"
2903
+ },
2904
+ {
2905
+ "name": "user-minus"
2906
+ },
2907
+ {
2908
+ "name": "user-plus"
2909
+ },
2910
+ {
2911
+ "name": "user"
2912
+ },
2913
+ {
2914
+ "name": "users"
2915
+ },
2916
+ {
2917
+ "name": "versions"
2918
+ },
2919
+ {
2920
+ "name": "video-minus"
2921
+ },
2922
+ {
2923
+ "name": "video-off"
2924
+ },
2925
+ {
2926
+ "name": "video-plus"
2927
+ },
2928
+ {
2929
+ "name": "video"
2930
+ },
2931
+ {
2932
+ "name": "volume-2"
2933
+ },
2934
+ {
2935
+ "name": "volume-3"
2936
+ },
2937
+ {
2938
+ "name": "volume"
2939
+ },
2940
+ {
2941
+ "name": "wallet"
2942
+ },
2943
+ {
2944
+ "name": "wand"
2945
+ },
2946
+ {
2947
+ "name": "waves"
2948
+ },
2949
+ {
2950
+ "name": "wifi-off"
2951
+ },
2952
+ {
2953
+ "name": "wifi"
2954
+ },
2955
+ {
2956
+ "name": "wind-direction"
2957
+ },
2958
+ {
2959
+ "name": "wind"
2960
+ },
2961
+ {
2962
+ "name": "windmill"
2963
+ },
2964
+ {
2965
+ "name": "wood"
2966
+ },
2967
+ {
2968
+ "name": "world"
2969
+ },
2970
+ {
2971
+ "name": "writing"
2972
+ },
2973
+ {
2974
+ "name": "x"
2975
+ }
2976
+ ]
2977
+ },
2978
+ {
2979
+ "name": "shortcut",
2980
+ "description": "Show a shortcut key for the action represented in the menu item."
2981
+ }
2982
+ ]
2983
+ },
2984
+ {
2985
+ "name": "nv-popover",
2986
+ "description": {
2987
+ "kind": "markdown",
2988
+ "value": "The Popover component displays rich, interactive content when users click or focus on a target element, offering customizable positioning and behavior for dynamic UI interactions."
2989
+ },
2990
+ "attributes": [
2991
+ {
2992
+ "name": "disable-flip",
2993
+ "description": "Disables the automatic flipping of the popover when the trigger element is\nout of the viewport. The popover will flip automatically by default."
2994
+ },
2995
+ {
2996
+ "name": "enter-delay",
2997
+ "description": "Use this to set a delay before the popover appears on hover. If the mouse\nleaves before this time, the popover won’t show. This only works when the\ntrigger mode is set to `hover`."
2998
+ },
2999
+ {
3000
+ "name": "group-name",
3001
+ "description": "Use this to group popovers together so that opening one will not animate\nthe closing of another. This is helpful when popovers are placed close\ntogether, preventing animation overlap."
3002
+ },
3003
+ {
3004
+ "name": "has-arrow",
3005
+ "description": "Use this to decide if the popover should include a small arrow pointing to\nthe trigger element, making the connection between them more clear."
3006
+ },
3007
+ {
3008
+ "name": "nested",
3009
+ "description": "Use this to set the popover to be nested inside another popover. This will\nprevent the parent popover from closing when the child popover is opened."
3010
+ },
3011
+ {
3012
+ "name": "offset",
3013
+ "description": "Adjust the gap between the popover and its trigger element by setting how\nmany pixels they should be apart."
3014
+ },
3015
+ {
3016
+ "name": "open",
3017
+ "description": "Use this prop to toggle the visibility of the popover. Set to true to show\nthe popover and false to hide it."
3018
+ },
3019
+ {
3020
+ "name": "placement",
3021
+ "description": "Defines where the popover appears relative to the trigger.",
3022
+ "values": [
3023
+ {
3024
+ "name": "bottom"
3025
+ },
3026
+ {
3027
+ "name": "bottom-end"
3028
+ },
3029
+ {
3030
+ "name": "bottom-start"
3031
+ },
3032
+ {
3033
+ "name": "left"
3034
+ },
3035
+ {
3036
+ "name": "left-end"
3037
+ },
3038
+ {
3039
+ "name": "left-start"
3040
+ },
3041
+ {
3042
+ "name": "right"
3043
+ },
3044
+ {
3045
+ "name": "right-end"
3046
+ },
3047
+ {
3048
+ "name": "right-start"
3049
+ },
3050
+ {
3051
+ "name": "top"
3052
+ },
3053
+ {
3054
+ "name": "top-end"
3055
+ },
3056
+ {
3057
+ "name": "top-start"
3058
+ }
3059
+ ]
3060
+ },
3061
+ {
3062
+ "name": "shift-padding",
3063
+ "description": "Sets how many pixels the popover should stay from the edge of the viewport."
3064
+ },
3065
+ {
3066
+ "name": "trigger-mode",
3067
+ "description": "Sets the interaction mode for triggering the popover. Options include:\n- `hover`: The popover is shown on trigger hover.\n- `click`: The popover toggles on trigger click.\n- `controlled`: The visibility is managed manually through methods or the\n open prop.",
3068
+ "values": [
3069
+ {
3070
+ "name": "click"
3071
+ },
3072
+ {
3073
+ "name": "controlled"
3074
+ },
3075
+ {
3076
+ "name": "hover"
3077
+ }
3078
+ ]
3079
+ }
3080
+ ]
3081
+ },
3082
+ {
3083
+ "name": "nv-row",
3084
+ "description": {
3085
+ "kind": "markdown",
3086
+ "value": "The `nv-row` component is a \"row\" that contains columns. It typically includes `nv-col` components or other components with the `Size` parameter defined."
3087
+ },
3088
+ "attributes": []
3089
+ },
3090
+ {
3091
+ "name": "nv-stack",
3092
+ "description": {
3093
+ "kind": "markdown",
3094
+ "value": "The `nv-stack` component is useful for dividing block content into horizontal areas. These areas can contain almost any elements, such as a title, a button, a text input, or simple text."
3095
+ },
3096
+ "attributes": [
3097
+ {
3098
+ "name": "fill",
3099
+ "description": "Fill will force the children to fill the stack depending of the direction\nof the stack. In horizontal position, the children take the height of the\nstack. In vertical position, the children take the width of the stack."
3100
+ },
3101
+ {
3102
+ "name": "flex",
3103
+ "description": "Flex will force the children to share the stack between the children\ndepending of the direction of the stack. In horizontal position, the\nchildren width will share the width of the stack. In vertical position,\nthe children height will share the height of the stack."
3104
+ },
3105
+ {
3106
+ "name": "full",
3107
+ "description": "Full set the width of the stack to 100%.\n(same effect as WFull props)"
3108
+ },
3109
+ {
3110
+ "name": "gutter",
3111
+ "description": "Gutter refers to the space that exists between children components inside\nthe stack container."
3112
+ },
3113
+ {
3114
+ "name": "vertical",
3115
+ "description": "Display the element of the stack vertically."
3116
+ }
3117
+ ]
3118
+ },
3119
+ {
3120
+ "name": "nv-tooltip",
3121
+ "description": {
3122
+ "kind": "markdown",
3123
+ "value": "The Tooltip component provides brief, contextual information on hover or focus, ideal for clarifying UI elements with a lightweight and customizable design."
3124
+ },
3125
+ "attributes": [
3126
+ {
3127
+ "name": "enter-delay",
3128
+ "description": "Controls how long (in milliseconds) the tooltip waits to show after you\nhover over or focus on an element. If you move away before the delay is up,\nthe tooltip won’t appear."
3129
+ },
3130
+ {
3131
+ "name": "message",
3132
+ "description": "A string representing the text to be displayed inside the tooltip. This\ncontent is shown when the tooltip is activated by the user, such as on\nhover or focus events."
3133
+ },
3134
+ {
3135
+ "name": "placement",
3136
+ "description": "Decides where the tooltip shows up next to the element it’s linked to\n(above, below, to the sides). If there isn’t enough room, it will adjust\nit's position on the axis to fit on the screen, so users can always see it.",
3137
+ "values": [
3138
+ {
3139
+ "name": "bottom"
3140
+ },
3141
+ {
3142
+ "name": "bottom-end"
3143
+ },
3144
+ {
3145
+ "name": "bottom-start"
3146
+ },
3147
+ {
3148
+ "name": "left"
3149
+ },
3150
+ {
3151
+ "name": "left-end"
3152
+ },
3153
+ {
3154
+ "name": "left-start"
3155
+ },
3156
+ {
3157
+ "name": "right"
3158
+ },
3159
+ {
3160
+ "name": "right-end"
3161
+ },
3162
+ {
3163
+ "name": "right-start"
3164
+ },
3165
+ {
3166
+ "name": "top"
3167
+ },
3168
+ {
3169
+ "name": "top-end"
3170
+ },
3171
+ {
3172
+ "name": "top-start"
3173
+ }
3174
+ ]
3175
+ }
3176
+ ]
3177
+ }
3178
+ ]
3179
+ }