@nova-design-system/nova-webcomponents 3.14.0 → 3.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (302) hide show
  1. package/dist/cjs/{collapse.animation-47397763.js → collapse.animation-23b7d61b.js} +5 -2
  2. package/dist/cjs/collapse.animation-23b7d61b.js.map +1 -0
  3. package/dist/cjs/{constants-52f6f8e9.js → constants-f5633903.js} +10 -1
  4. package/dist/cjs/constants-f5633903.js.map +1 -0
  5. package/dist/cjs/{fade.animation-cf6eba0d.js → fade.animation-9294e9ee.js} +3 -3
  6. package/dist/cjs/fade.animation-9294e9ee.js.map +1 -0
  7. package/dist/cjs/{grow.animation-9258ba63.js → grow.animation-f1cef0ad.js} +2 -2
  8. package/dist/cjs/{grow.animation-9258ba63.js.map → grow.animation-f1cef0ad.js.map} +1 -1
  9. package/dist/cjs/index-c56424e5.js +4 -0
  10. package/dist/cjs/index.cjs.js +22 -6
  11. package/dist/cjs/index.cjs.js.map +1 -1
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/cjs/native.cjs.js +1 -1
  14. package/dist/cjs/nv-accordion-item.cjs.entry.js +1 -1
  15. package/dist/cjs/nv-alert.cjs.entry.js +3 -3
  16. package/dist/cjs/nv-avatar.cjs.entry.js +1 -1
  17. package/dist/cjs/nv-badge_2.cjs.entry.js +9 -9
  18. package/dist/cjs/nv-badge_2.cjs.entry.js.map +1 -1
  19. package/dist/cjs/nv-button.cjs.entry.js +1 -1
  20. package/dist/cjs/nv-calendar.cjs.entry.js +1 -1
  21. package/dist/cjs/nv-datagrid.cjs.entry.js +1 -1
  22. package/dist/cjs/nv-dialog.cjs.entry.js +1 -1
  23. package/dist/cjs/nv-dialogfooter_2.cjs.entry.js +1 -1
  24. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js +1 -1
  25. package/dist/cjs/nv-fieldcheckbox.cjs.entry.js.map +1 -1
  26. package/dist/cjs/nv-fieldtime.cjs.entry.js +1 -1
  27. package/dist/cjs/nv-icon.cjs.entry.js +2 -2
  28. package/dist/cjs/nv-icon.cjs.entry.js.map +1 -1
  29. package/dist/cjs/nv-notification.cjs.entry.js +70 -9
  30. package/dist/cjs/nv-notification.cjs.entry.js.map +1 -1
  31. package/dist/cjs/nv-notificationcontainer.cjs.entry.js +43 -0
  32. package/dist/cjs/nv-notificationcontainer.cjs.entry.js.map +1 -0
  33. package/dist/cjs/nv-popover.cjs.entry.js +3 -3
  34. package/dist/cjs/nv-row.cjs.entry.js +1 -1
  35. package/dist/cjs/nv-stack.cjs.entry.js +1 -1
  36. package/dist/cjs/nv-table.cjs.entry.js +2 -2
  37. package/dist/cjs/nv-toggle.cjs.entry.js +2 -2
  38. package/dist/cjs/nv-togglebutton.cjs.entry.js +1 -1
  39. package/dist/cjs/nv-togglebuttongroup.cjs.entry.js +1 -1
  40. package/dist/cjs/nv-tooltip.cjs.entry.js +1 -1
  41. package/dist/cjs/slide.animation-8bc27ed6.js +92 -0
  42. package/dist/cjs/slide.animation-8bc27ed6.js.map +1 -0
  43. package/dist/collection/animations/collapse.animation.js +4 -1
  44. package/dist/collection/animations/collapse.animation.js.map +1 -1
  45. package/dist/collection/animations/fade.animation.js +2 -2
  46. package/dist/collection/animations/fade.animation.js.map +1 -1
  47. package/dist/collection/animations/slide.animation.js +51 -29
  48. package/dist/collection/animations/slide.animation.js.map +1 -1
  49. package/dist/collection/collection-manifest.json +1 -0
  50. package/dist/collection/components/nv-badge/nv-badge.js +7 -7
  51. package/dist/collection/components/nv-badge/nv-badge.js.map +1 -1
  52. package/dist/collection/components/nv-fieldcheckbox/nv-fieldcheckbox.css +1 -0
  53. package/dist/collection/components/nv-icon/nv-icons.js +11 -1
  54. package/dist/collection/components/nv-icon/nv-icons.js.map +1 -1
  55. package/dist/collection/components/nv-menuitem/nv-menuitem.js +1 -1
  56. package/dist/collection/components/nv-notification/nv-notification.js +104 -6
  57. package/dist/collection/components/nv-notification/nv-notification.js.map +1 -1
  58. package/dist/collection/components/nv-notification/styles/nv-notification.css +6 -6
  59. package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.css +61 -0
  60. package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.docs.js +7 -0
  61. package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.docs.js.map +1 -0
  62. package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.js +76 -0
  63. package/dist/collection/components/nv-notificationcontainer/nv-notificationcontainer.js.map +1 -0
  64. package/dist/collection/components/nv-popover/nv-popover.js +1 -1
  65. package/dist/collection/components/nv-row/nv-row.js +1 -1
  66. package/dist/collection/components/nv-stack/nv-stack.js +1 -1
  67. package/dist/collection/components/nv-table/nv-table.js +2 -2
  68. package/dist/collection/components/nv-toggle/nv-toggle.js +2 -2
  69. package/dist/collection/components/nv-togglebutton/nv-togglebutton.js +1 -1
  70. package/dist/collection/components/nv-togglebuttongroup/nv-togglebuttongroup.js +1 -1
  71. package/dist/collection/components/nv-tooltip/nv-tooltip.js +1 -1
  72. package/dist/collection/utils/constants.js +9 -0
  73. package/dist/collection/utils/constants.js.map +1 -1
  74. package/dist/components/index.js +16 -6
  75. package/dist/components/index.js.map +1 -1
  76. package/dist/components/nv-accordion-item.js +1 -1
  77. package/dist/components/nv-accordion.js +3 -3
  78. package/dist/components/nv-alert.js +4 -4
  79. package/dist/components/nv-avatar.js +2 -2
  80. package/dist/components/nv-badge.js +1 -1
  81. package/dist/components/nv-breadcrumb.js +2 -2
  82. package/dist/components/nv-button.js +1 -1
  83. package/dist/components/nv-calendar.js +1 -1
  84. package/dist/components/nv-datagrid.js +3 -3
  85. package/dist/components/nv-dialog.js +4 -4
  86. package/dist/components/nv-dialogfooter.js +1 -1
  87. package/dist/components/nv-fieldcheckbox.js +1 -1
  88. package/dist/components/nv-fielddate.js +5 -5
  89. package/dist/components/nv-fielddaterange.js +5 -5
  90. package/dist/components/nv-fielddropdown.js +4 -4
  91. package/dist/components/nv-fielddropdownitem.js +1 -1
  92. package/dist/components/nv-fielddropdownitemcheck.js +1 -1
  93. package/dist/components/nv-fieldmultiselect.js +6 -6
  94. package/dist/components/nv-fieldnumber.js +1 -1
  95. package/dist/components/nv-fieldpassword.js +2 -2
  96. package/dist/components/nv-fieldselect.js +2 -2
  97. package/dist/components/nv-fieldslider.js +3 -3
  98. package/dist/components/nv-fieldtext.js +1 -1
  99. package/dist/components/nv-fieldtime.js +4 -4
  100. package/dist/components/nv-icon.js +1 -1
  101. package/dist/components/nv-iconbutton.js +1 -1
  102. package/dist/components/nv-menu.js +3 -3
  103. package/dist/components/nv-menuitem.js +1 -1
  104. package/dist/components/nv-notification.js +74 -11
  105. package/dist/components/nv-notification.js.map +1 -1
  106. package/dist/components/nv-notificationcontainer.d.ts +11 -0
  107. package/dist/components/nv-notificationcontainer.js +59 -0
  108. package/dist/components/nv-notificationcontainer.js.map +1 -0
  109. package/dist/components/nv-popover.js +1 -1
  110. package/dist/components/nv-row.js +1 -1
  111. package/dist/components/nv-stack.js +1 -1
  112. package/dist/components/nv-table.js +2 -2
  113. package/dist/components/nv-toggle.js +2 -2
  114. package/dist/components/nv-togglebutton.js +1 -1
  115. package/dist/components/nv-togglebuttongroup.js +1 -1
  116. package/dist/components/nv-tooltip.js +1 -1
  117. package/dist/components/{p-1172e9bb.js → p-00cbf2a1.js} +2 -2
  118. package/dist/components/p-00cbf2a1.js.map +1 -0
  119. package/dist/components/{p-c59eccf1.js → p-0c42fafb.js} +3 -3
  120. package/dist/components/{p-c59eccf1.js.map → p-0c42fafb.js.map} +1 -1
  121. package/dist/components/{p-85825688.js → p-178fa27e.js} +4 -4
  122. package/dist/components/{p-85825688.js.map → p-178fa27e.js.map} +1 -1
  123. package/dist/components/{p-eb443b26.js → p-1af3591a.js} +3 -3
  124. package/dist/components/{p-eb443b26.js.map → p-1af3591a.js.map} +1 -1
  125. package/dist/components/{p-930caa42.js → p-31e262bd.js} +4 -4
  126. package/dist/components/{p-930caa42.js.map → p-31e262bd.js.map} +1 -1
  127. package/dist/components/{p-e5dff125.js → p-3763c9c4.js} +11 -11
  128. package/dist/components/{p-e5dff125.js.map → p-3763c9c4.js.map} +1 -1
  129. package/dist/components/{p-31591941.js → p-3cd7a66f.js} +5 -2
  130. package/dist/components/p-3cd7a66f.js.map +1 -0
  131. package/dist/components/{p-fb560fa3.js → p-4697bd56.js} +2 -2
  132. package/dist/components/{p-fb560fa3.js.map → p-4697bd56.js.map} +1 -1
  133. package/dist/components/{p-8439219d.js → p-4fc01a78.js} +2 -2
  134. package/dist/components/{p-8439219d.js.map → p-4fc01a78.js.map} +1 -1
  135. package/dist/components/{p-6ffba98c.js → p-51459a44.js} +2 -2
  136. package/dist/components/{p-6ffba98c.js.map → p-51459a44.js.map} +1 -1
  137. package/dist/components/{p-2277cfc8.js → p-51602221.js} +11 -2
  138. package/dist/components/p-51602221.js.map +1 -0
  139. package/dist/components/{p-68fa3890.js → p-54161bad.js} +2 -2
  140. package/dist/components/{p-68fa3890.js.map → p-54161bad.js.map} +1 -1
  141. package/dist/components/p-5d14ba3f.js +88 -0
  142. package/dist/components/p-5d14ba3f.js.map +1 -0
  143. package/dist/components/{p-ac91582e.js → p-7426b20f.js} +2 -2
  144. package/dist/components/{p-ac91582e.js.map → p-7426b20f.js.map} +1 -1
  145. package/dist/components/{p-942f6619.js → p-75200cc0.js} +2 -2
  146. package/dist/components/{p-942f6619.js.map → p-75200cc0.js.map} +1 -1
  147. package/dist/components/{p-2de17259.js → p-95857e4f.js} +2 -2
  148. package/dist/components/{p-2de17259.js.map → p-95857e4f.js.map} +1 -1
  149. package/dist/components/{p-ee0df37f.js → p-a271e3be.js} +3 -3
  150. package/dist/components/p-a271e3be.js.map +1 -0
  151. package/dist/components/{p-e6c04562.js → p-a823b8e9.js} +2 -2
  152. package/dist/components/{p-e6c04562.js.map → p-a823b8e9.js.map} +1 -1
  153. package/dist/components/p-c7401a7d.js +90 -0
  154. package/dist/components/p-c7401a7d.js.map +1 -0
  155. package/dist/components/{p-d4d310dd.js → p-e5c62ea8.js} +2 -2
  156. package/dist/components/{p-d4d310dd.js.map → p-e5c62ea8.js.map} +1 -1
  157. package/dist/components/{p-60244646.js → p-ee8944f3.js} +4 -4
  158. package/dist/components/{p-60244646.js.map → p-ee8944f3.js.map} +1 -1
  159. package/dist/esm/{collapse.animation-acda1bf5.js → collapse.animation-6e0b08df.js} +5 -2
  160. package/dist/esm/collapse.animation-6e0b08df.js.map +1 -0
  161. package/dist/esm/{constants-d0f19e7b.js → constants-69bafca2.js} +11 -2
  162. package/dist/esm/constants-69bafca2.js.map +1 -0
  163. package/dist/esm/{fade.animation-eb454088.js → fade.animation-9b939939.js} +3 -3
  164. package/dist/esm/{fade.animation-eb454088.js.map → fade.animation-9b939939.js.map} +1 -1
  165. package/dist/esm/{grow.animation-5b2abb3a.js → grow.animation-03fa5c19.js} +2 -2
  166. package/dist/esm/{grow.animation-5b2abb3a.js.map → grow.animation-03fa5c19.js.map} +1 -1
  167. package/dist/esm/index-a1936cd0.js +4 -0
  168. package/dist/esm/index.js +16 -6
  169. package/dist/esm/index.js.map +1 -1
  170. package/dist/esm/loader.js +1 -1
  171. package/dist/esm/native.js +1 -1
  172. package/dist/esm/nv-accordion-item.entry.js +1 -1
  173. package/dist/esm/nv-alert.entry.js +3 -3
  174. package/dist/esm/nv-avatar.entry.js +1 -1
  175. package/dist/esm/nv-badge_2.entry.js +9 -9
  176. package/dist/esm/nv-badge_2.entry.js.map +1 -1
  177. package/dist/esm/nv-button.entry.js +1 -1
  178. package/dist/esm/nv-calendar.entry.js +1 -1
  179. package/dist/esm/nv-datagrid.entry.js +1 -1
  180. package/dist/esm/nv-dialog.entry.js +1 -1
  181. package/dist/esm/nv-dialogfooter_2.entry.js +1 -1
  182. package/dist/esm/nv-fieldcheckbox.entry.js +1 -1
  183. package/dist/esm/nv-fieldcheckbox.entry.js.map +1 -1
  184. package/dist/esm/nv-fieldtime.entry.js +1 -1
  185. package/dist/esm/nv-icon.entry.js +2 -2
  186. package/dist/esm/nv-icon.entry.js.map +1 -1
  187. package/dist/esm/nv-notification.entry.js +70 -9
  188. package/dist/esm/nv-notification.entry.js.map +1 -1
  189. package/dist/esm/nv-notificationcontainer.entry.js +39 -0
  190. package/dist/esm/nv-notificationcontainer.entry.js.map +1 -0
  191. package/dist/esm/nv-popover.entry.js +3 -3
  192. package/dist/esm/nv-row.entry.js +1 -1
  193. package/dist/esm/nv-stack.entry.js +1 -1
  194. package/dist/esm/nv-table.entry.js +2 -2
  195. package/dist/esm/nv-toggle.entry.js +2 -2
  196. package/dist/esm/nv-togglebutton.entry.js +1 -1
  197. package/dist/esm/nv-togglebuttongroup.entry.js +1 -1
  198. package/dist/esm/nv-tooltip.entry.js +1 -1
  199. package/dist/esm/slide.animation-f761030b.js +90 -0
  200. package/dist/esm/slide.animation-f761030b.js.map +1 -0
  201. package/dist/native/index.esm.js +1 -1
  202. package/dist/native/index.esm.js.map +1 -1
  203. package/dist/native/native.esm.js +1 -1
  204. package/dist/native/native.esm.js.map +1 -1
  205. package/dist/native/{p-3f861ddc.entry.js → p-08322093.entry.js} +2 -2
  206. package/dist/native/p-1504e28b.entry.js +2 -0
  207. package/dist/native/{p-da2c7d3c.entry.js.map → p-1504e28b.entry.js.map} +1 -1
  208. package/dist/native/p-19090193.entry.js +2 -0
  209. package/dist/native/p-19090193.entry.js.map +1 -0
  210. package/dist/native/p-1c83f540.entry.js +2 -0
  211. package/dist/native/p-1c83f540.entry.js.map +1 -0
  212. package/dist/native/{p-1f01fb64.entry.js → p-224b1a01.entry.js} +2 -2
  213. package/dist/native/p-29df974e.entry.js +2 -0
  214. package/dist/native/p-29df974e.entry.js.map +1 -0
  215. package/dist/native/p-3cd7a66f.js +2 -0
  216. package/dist/native/p-3cd7a66f.js.map +1 -0
  217. package/dist/native/p-45506c37.entry.js +2 -0
  218. package/dist/native/p-45506c37.entry.js.map +1 -0
  219. package/dist/native/p-4697bd56.js +2 -0
  220. package/dist/native/{p-5a43fe48.entry.js → p-48774d0c.entry.js} +2 -2
  221. package/dist/native/{p-08582c21.entry.js → p-4ec61dec.entry.js} +2 -2
  222. package/dist/native/p-51602221.js +2 -0
  223. package/dist/{cjs/constants-52f6f8e9.js.map → native/p-51602221.js.map} +1 -1
  224. package/dist/native/{p-40c4a221.entry.js → p-5c697133.entry.js} +2 -2
  225. package/dist/native/p-5c697133.entry.js.map +1 -0
  226. package/dist/native/{p-225a05bf.entry.js → p-6c7a9a21.entry.js} +2 -2
  227. package/dist/native/{p-8c823928.entry.js → p-6cb6679b.entry.js} +2 -2
  228. package/dist/native/{p-52b8c872.entry.js → p-6d13a851.entry.js} +2 -2
  229. package/dist/native/p-74b129e9.entry.js +2 -0
  230. package/dist/native/{p-ee0df37f.js → p-a271e3be.js} +2 -2
  231. package/dist/native/{p-ee0df37f.js.map → p-a271e3be.js.map} +1 -1
  232. package/dist/native/{p-6290951d.entry.js → p-a69dbcef.entry.js} +2 -2
  233. package/dist/native/{p-ee516944.entry.js → p-b32d0a5a.entry.js} +2 -2
  234. package/dist/native/{p-d95ee31e.entry.js → p-c66565f8.entry.js} +2 -2
  235. package/dist/native/p-c7401a7d.js +2 -0
  236. package/dist/native/p-c7401a7d.js.map +1 -0
  237. package/dist/native/{p-cfd5785e.entry.js → p-c7b7ffaf.entry.js} +2 -2
  238. package/dist/native/{p-788e9ee5.entry.js → p-d2c9247b.entry.js} +2 -2
  239. package/dist/native/{p-7bbcf477.entry.js → p-d882f417.entry.js} +2 -2
  240. package/dist/native/{p-f5eb047e.entry.js → p-e2c99ce2.entry.js} +2 -2
  241. package/dist/native/{p-3784efdc.entry.js → p-fa177c39.entry.js} +2 -2
  242. package/dist/types/animations/slide.animation.d.ts +15 -4
  243. package/dist/types/components/nv-badge/nv-badge.d.ts +1 -1
  244. package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
  245. package/dist/types/components/nv-notification/nv-notification.d.ts +18 -0
  246. package/dist/types/components/nv-notificationcontainer/nv-notificationcontainer.d.ts +19 -0
  247. package/dist/types/components/nv-notificationcontainer/nv-notificationcontainer.docs.d.ts +4 -0
  248. package/dist/types/components.d.ts +60 -3
  249. package/dist/types/utils/constants.d.ts +8 -0
  250. package/dist/vscode-data.json +70 -3
  251. package/hydrate/index.js +205 -58
  252. package/hydrate/index.mjs +205 -58
  253. package/package.json +5 -1
  254. package/dist/cjs/collapse.animation-47397763.js.map +0 -1
  255. package/dist/cjs/fade.animation-cf6eba0d.js.map +0 -1
  256. package/dist/cjs/slide.animation-bedfc827.js +0 -70
  257. package/dist/cjs/slide.animation-bedfc827.js.map +0 -1
  258. package/dist/components/p-1172e9bb.js.map +0 -1
  259. package/dist/components/p-2277cfc8.js.map +0 -1
  260. package/dist/components/p-31591941.js.map +0 -1
  261. package/dist/components/p-e0cd7e3a.js +0 -88
  262. package/dist/components/p-e0cd7e3a.js.map +0 -1
  263. package/dist/components/p-eda2f9f3.js +0 -68
  264. package/dist/components/p-eda2f9f3.js.map +0 -1
  265. package/dist/components/p-ee0df37f.js.map +0 -1
  266. package/dist/esm/collapse.animation-acda1bf5.js.map +0 -1
  267. package/dist/esm/constants-d0f19e7b.js.map +0 -1
  268. package/dist/esm/slide.animation-f444aa0b.js +0 -68
  269. package/dist/esm/slide.animation-f444aa0b.js.map +0 -1
  270. package/dist/native/p-0e488b3d.entry.js +0 -2
  271. package/dist/native/p-0e488b3d.entry.js.map +0 -1
  272. package/dist/native/p-2277cfc8.js +0 -2
  273. package/dist/native/p-2277cfc8.js.map +0 -1
  274. package/dist/native/p-25f2ce81.entry.js +0 -2
  275. package/dist/native/p-31591941.js +0 -2
  276. package/dist/native/p-31591941.js.map +0 -1
  277. package/dist/native/p-40c4a221.entry.js.map +0 -1
  278. package/dist/native/p-81952a3c.entry.js +0 -2
  279. package/dist/native/p-81952a3c.entry.js.map +0 -1
  280. package/dist/native/p-d88c416f.entry.js +0 -2
  281. package/dist/native/p-d88c416f.entry.js.map +0 -1
  282. package/dist/native/p-da2c7d3c.entry.js +0 -2
  283. package/dist/native/p-eda2f9f3.js +0 -2
  284. package/dist/native/p-eda2f9f3.js.map +0 -1
  285. package/dist/native/p-fb560fa3.js +0 -2
  286. /package/dist/native/{p-3f861ddc.entry.js.map → p-08322093.entry.js.map} +0 -0
  287. /package/dist/native/{p-1f01fb64.entry.js.map → p-224b1a01.entry.js.map} +0 -0
  288. /package/dist/native/{p-fb560fa3.js.map → p-4697bd56.js.map} +0 -0
  289. /package/dist/native/{p-5a43fe48.entry.js.map → p-48774d0c.entry.js.map} +0 -0
  290. /package/dist/native/{p-08582c21.entry.js.map → p-4ec61dec.entry.js.map} +0 -0
  291. /package/dist/native/{p-225a05bf.entry.js.map → p-6c7a9a21.entry.js.map} +0 -0
  292. /package/dist/native/{p-8c823928.entry.js.map → p-6cb6679b.entry.js.map} +0 -0
  293. /package/dist/native/{p-52b8c872.entry.js.map → p-6d13a851.entry.js.map} +0 -0
  294. /package/dist/native/{p-25f2ce81.entry.js.map → p-74b129e9.entry.js.map} +0 -0
  295. /package/dist/native/{p-6290951d.entry.js.map → p-a69dbcef.entry.js.map} +0 -0
  296. /package/dist/native/{p-ee516944.entry.js.map → p-b32d0a5a.entry.js.map} +0 -0
  297. /package/dist/native/{p-d95ee31e.entry.js.map → p-c66565f8.entry.js.map} +0 -0
  298. /package/dist/native/{p-cfd5785e.entry.js.map → p-c7b7ffaf.entry.js.map} +0 -0
  299. /package/dist/native/{p-788e9ee5.entry.js.map → p-d2c9247b.entry.js.map} +0 -0
  300. /package/dist/native/{p-7bbcf477.entry.js.map → p-d882f417.entry.js.map} +0 -0
  301. /package/dist/native/{p-f5eb047e.entry.js.map → p-e2c99ce2.entry.js.map} +0 -0
  302. /package/dist/native/{p-3784efdc.entry.js.map → p-fa177c39.entry.js.map} +0 -0
@@ -50,8 +50,24 @@ export declare class NvNotification {
50
50
  * Controls the visibility of the notification.
51
51
  */
52
52
  hidden: boolean;
53
+ /**
54
+ * When true, the notification will be hidden initially, but internal changes
55
+ * will not be in a controlled state. Good for animating the notification in.
56
+ */
57
+ readonly initiallyHidden: boolean;
53
58
  /****************************************************************************/
59
+ /**
60
+ * Dismisses the notification with an animation, after the animation is
61
+ * complete, the hiddenChanged event will be emitted with the value of true,
62
+ * and the hidden prop will be set to true.
63
+ */
54
64
  dismiss(): Promise<void>;
65
+ /**
66
+ * Sets the hidden prop to false, and shows the notification with an
67
+ * animation, after the animation is complete, the hiddenChanged event will be
68
+ * emitted with the value of false.
69
+ */
70
+ show(): Promise<void>;
55
71
  /****************************************************************************/
56
72
  /**
57
73
  * Emits when the 'hidden' prop changes, reflecting a change in visibility.
@@ -67,6 +83,8 @@ export declare class NvNotification {
67
83
  private getAriaLive;
68
84
  private getHeadingId;
69
85
  private getMessageId;
86
+ private showAnimation;
87
+ private getSlideDestination;
70
88
  private dismissAnimation;
71
89
  /****************************************************************************/
72
90
  componentWillLoad(): void;
@@ -0,0 +1,19 @@
1
+ import { NotificationPosition } from '../../utils/constants';
2
+ /**
3
+ * @deprecated [EXPERIMENTAL]
4
+ * @experimental - Container for notifications TODO: add animations etc...
5
+ * @slot default - Child content of the component.
6
+ */
7
+ export declare class NvNotificationContainer {
8
+ /****************************************************************************/
9
+ /**
10
+ * Position of the notification container on the screen.
11
+ */
12
+ readonly position: `${NotificationPosition}`;
13
+ /****************************************************************************/
14
+ /****************************************************************************/
15
+ /****************************************************************************/
16
+ /****************************************************************************/
17
+ /****************************************************************************/
18
+ render(): any;
19
+ }
@@ -0,0 +1,4 @@
1
+ import type { NovaDocs } from '../../nova-docs';
2
+ import { Components } from '../../components';
3
+ declare const NvNotificationcontainerDocs: NovaDocs<Components.NvNotificationcontainer>;
4
+ export default NvNotificationcontainerDocs;
@@ -5,13 +5,13 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { ButtonEmphasis, ButtonSize, ButtonType, DeprecatedSemanticColors, FeedbackColors, GlobalFilterPosition, IconButtonShape, LabelPlacement, LoaderColors, NotificationEmphasis, SemanticSizes, TextInputAutocomplete, ToggleButtonEmphasis, ToggleButtonSize } from "./utils/constants";
8
+ import { ButtonEmphasis, ButtonSize, ButtonType, DeprecatedSemanticColors, FeedbackColors, GlobalFilterPosition, IconButtonShape, LabelPlacement, LoaderColors, NotificationEmphasis, NotificationPosition, SemanticSizes, TextInputAutocomplete, ToggleButtonEmphasis, ToggleButtonSize } from "./utils/constants";
9
9
  import { Column } from "./interfaces/Column";
10
10
  import { Element } from "./stencil-public-runtime";
11
11
  import { IconName } from "./components/nv-icon/nv-icons";
12
12
  import { Placement, Strategy } from "@floating-ui/dom";
13
13
  import { ColumnConfig } from "./interfaces/ColumnConfig";
14
- export { ButtonEmphasis, ButtonSize, ButtonType, DeprecatedSemanticColors, FeedbackColors, GlobalFilterPosition, IconButtonShape, LabelPlacement, LoaderColors, NotificationEmphasis, SemanticSizes, TextInputAutocomplete, ToggleButtonEmphasis, ToggleButtonSize } from "./utils/constants";
14
+ export { ButtonEmphasis, ButtonSize, ButtonType, DeprecatedSemanticColors, FeedbackColors, GlobalFilterPosition, IconButtonShape, LabelPlacement, LoaderColors, NotificationEmphasis, NotificationPosition, SemanticSizes, TextInputAutocomplete, ToggleButtonEmphasis, ToggleButtonSize } from "./utils/constants";
15
15
  export { Column } from "./interfaces/Column";
16
16
  export { Element } from "./stencil-public-runtime";
17
17
  export { IconName } from "./components/nv-icon/nv-icons";
@@ -2526,7 +2526,7 @@ export namespace Components {
2526
2526
  }
2527
2527
  interface NvNotification {
2528
2528
  /**
2529
- * *************************************************************************
2529
+ * Dismisses the notification with an animation, after the animation is complete, the hiddenChanged event will be emitted with the value of true, and the hidden prop will be set to true.
2530
2530
  */
2531
2531
  "dismiss": () => Promise<void>;
2532
2532
  /**
@@ -2553,15 +2553,37 @@ export namespace Components {
2553
2553
  * Icon associated with the notification, defaults vary based on the feedback type.
2554
2554
  */
2555
2555
  "icon": string;
2556
+ /**
2557
+ * When true, the notification will be hidden initially, but internal changes will not be in a controlled state. Good for animating the notification in.
2558
+ */
2559
+ "initiallyHidden": boolean;
2560
+ /**
2561
+ * @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
2562
+ */
2563
+ "initially-hidden"?: boolean;
2556
2564
  /**
2557
2565
  * Main content for the notification. For more complex content, use the content slot instead.
2558
2566
  */
2559
2567
  "message": string;
2568
+ /**
2569
+ * Sets the hidden prop to false, and shows the notification with an animation, after the animation is complete, the hiddenChanged event will be emitted with the value of false.
2570
+ */
2571
+ "show": () => Promise<void>;
2560
2572
  /**
2561
2573
  * Set a unique ID for the notification. Used for aria attributes and managing multiple notifications.
2562
2574
  */
2563
2575
  "uid": string;
2564
2576
  }
2577
+ /**
2578
+ * @deprecated [EXPERIMENTAL]
2579
+ * @experimental - Container for notifications TODO: add animations etc...
2580
+ */
2581
+ interface NvNotificationcontainer {
2582
+ /**
2583
+ * Position of the notification container on the screen.
2584
+ */
2585
+ "position": `${NotificationPosition}`;
2586
+ }
2565
2587
  interface NvPopover {
2566
2588
  /**
2567
2589
  * Disables the automatic flipping of the popover when the trigger element is out of the viewport. The popover will flip automatically by default.
@@ -3600,6 +3622,16 @@ declare global {
3600
3622
  prototype: HTMLNvNotificationElement;
3601
3623
  new (): HTMLNvNotificationElement;
3602
3624
  };
3625
+ /**
3626
+ * @deprecated [EXPERIMENTAL]
3627
+ * @experimental - Container for notifications TODO: add animations etc...
3628
+ */
3629
+ interface HTMLNvNotificationcontainerElement extends Components.NvNotificationcontainer, HTMLStencilElement {
3630
+ }
3631
+ var HTMLNvNotificationcontainerElement: {
3632
+ prototype: HTMLNvNotificationcontainerElement;
3633
+ new (): HTMLNvNotificationcontainerElement;
3634
+ };
3603
3635
  interface HTMLNvPopoverElementEventMap {
3604
3636
  "openChanged": boolean;
3605
3637
  }
@@ -3784,6 +3816,7 @@ declare global {
3784
3816
  "nv-menu": HTMLNvMenuElement;
3785
3817
  "nv-menuitem": HTMLNvMenuitemElement;
3786
3818
  "nv-notification": HTMLNvNotificationElement;
3819
+ "nv-notificationcontainer": HTMLNvNotificationcontainerElement;
3787
3820
  "nv-popover": HTMLNvPopoverElement;
3788
3821
  "nv-row": HTMLNvRowElement;
3789
3822
  "nv-stack": HTMLNvStackElement;
@@ -6487,6 +6520,14 @@ declare namespace LocalJSX {
6487
6520
  * Icon associated with the notification, defaults vary based on the feedback type.
6488
6521
  */
6489
6522
  "icon"?: string;
6523
+ /**
6524
+ * When true, the notification will be hidden initially, but internal changes will not be in a controlled state. Good for animating the notification in.
6525
+ */
6526
+ "initiallyHidden"?: boolean;
6527
+ /**
6528
+ * @deprecated use camelCase instead. Support for dash-casing will be removed in Stencil v5.
6529
+ */
6530
+ "initially-hidden"?: boolean;
6490
6531
  /**
6491
6532
  * Main content for the notification. For more complex content, use the content slot instead.
6492
6533
  */
@@ -6501,6 +6542,16 @@ declare namespace LocalJSX {
6501
6542
  */
6502
6543
  "uid"?: string;
6503
6544
  }
6545
+ /**
6546
+ * @deprecated [EXPERIMENTAL]
6547
+ * @experimental - Container for notifications TODO: add animations etc...
6548
+ */
6549
+ interface NvNotificationcontainer {
6550
+ /**
6551
+ * Position of the notification container on the screen.
6552
+ */
6553
+ "position"?: `${NotificationPosition}`;
6554
+ }
6504
6555
  interface NvPopover {
6505
6556
  /**
6506
6557
  * Disables the automatic flipping of the popover when the trigger element is out of the viewport. The popover will flip automatically by default.
@@ -6871,6 +6922,7 @@ declare namespace LocalJSX {
6871
6922
  "nv-menu": NvMenu;
6872
6923
  "nv-menuitem": NvMenuitem;
6873
6924
  "nv-notification": NvNotification;
6925
+ "nv-notificationcontainer": NvNotificationcontainer;
6874
6926
  "nv-popover": NvPopover;
6875
6927
  "nv-row": NvRow;
6876
6928
  "nv-stack": NvStack;
@@ -6932,6 +6984,11 @@ declare module "@stencil/core" {
6932
6984
  "nv-menu": LocalJSX.NvMenu & JSXBase.HTMLAttributes<HTMLNvMenuElement>;
6933
6985
  "nv-menuitem": LocalJSX.NvMenuitem & JSXBase.HTMLAttributes<HTMLNvMenuitemElement>;
6934
6986
  "nv-notification": LocalJSX.NvNotification & JSXBase.HTMLAttributes<HTMLNvNotificationElement>;
6987
+ /**
6988
+ * @deprecated [EXPERIMENTAL]
6989
+ * @experimental - Container for notifications TODO: add animations etc...
6990
+ */
6991
+ "nv-notificationcontainer": LocalJSX.NvNotificationcontainer & JSXBase.HTMLAttributes<HTMLNvNotificationcontainerElement>;
6935
6992
  "nv-popover": LocalJSX.NvPopover & JSXBase.HTMLAttributes<HTMLNvPopoverElement>;
6936
6993
  "nv-row": LocalJSX.NvRow & JSXBase.HTMLAttributes<HTMLNvRowElement>;
6937
6994
  /**
@@ -1,4 +1,12 @@
1
1
  import { WeekAbbreviations } from '../interfaces/localization';
2
+ export declare enum NotificationPosition {
3
+ TopRight = "top-right",
4
+ TopLeft = "top-left",
5
+ TopCenter = "top-center",
6
+ BottomRight = "bottom-right",
7
+ BottomLeft = "bottom-left",
8
+ BottomCenter = "bottom-center"
9
+ }
2
10
  export declare enum FeedbackColors {
3
11
  Information = "information",
4
12
  Warning = "warning",
@@ -3234,6 +3234,9 @@
3234
3234
  {
3235
3235
  "name": "arrow-up"
3236
3236
  },
3237
+ {
3238
+ "name": "arrows-diagonal"
3239
+ },
3237
3240
  {
3238
3241
  "name": "arrows-exchange"
3239
3242
  },
@@ -3330,6 +3333,21 @@
3330
3333
  {
3331
3334
  "name": "box-multiple"
3332
3335
  },
3336
+ {
3337
+ "name": "brand-facebook"
3338
+ },
3339
+ {
3340
+ "name": "brand-instagram"
3341
+ },
3342
+ {
3343
+ "name": "brand-linkedin"
3344
+ },
3345
+ {
3346
+ "name": "brand-x"
3347
+ },
3348
+ {
3349
+ "name": "brand-youtube"
3350
+ },
3333
3351
  {
3334
3352
  "name": "briefcase"
3335
3353
  },
@@ -3546,6 +3564,15 @@
3546
3564
  {
3547
3565
  "name": "color-swatch"
3548
3566
  },
3567
+ {
3568
+ "name": "columns-1"
3569
+ },
3570
+ {
3571
+ "name": "columns-2"
3572
+ },
3573
+ {
3574
+ "name": "columns-3"
3575
+ },
3549
3576
  {
3550
3577
  "name": "compass"
3551
3578
  },
@@ -4557,9 +4584,6 @@
4557
4584
  {
4558
4585
  "name": "volume"
4559
4586
  },
4560
- {
4561
- "name": "wallet"
4562
- },
4563
4587
  {
4564
4588
  "name": "wand"
4565
4589
  },
@@ -4578,12 +4602,18 @@
4578
4602
  {
4579
4603
  "name": "wind-direction"
4580
4604
  },
4605
+ {
4606
+ "name": "wind"
4607
+ },
4581
4608
  {
4582
4609
  "name": "windmill"
4583
4610
  },
4584
4611
  {
4585
4612
  "name": "wood"
4586
4613
  },
4614
+ {
4615
+ "name": "world-code"
4616
+ },
4587
4617
  {
4588
4618
  "name": "world"
4589
4619
  },
@@ -4668,6 +4698,10 @@
4668
4698
  "name": "icon",
4669
4699
  "description": "Icon associated with the notification, defaults vary based on the feedback\ntype."
4670
4700
  },
4701
+ {
4702
+ "name": "initially-hidden",
4703
+ "description": "When true, the notification will be hidden initially, but internal changes\nwill not be in a controlled state. Good for animating the notification in."
4704
+ },
4671
4705
  {
4672
4706
  "name": "message",
4673
4707
  "description": "Main content for the notification. For more complex content, use the\ncontent slot instead."
@@ -4678,6 +4712,39 @@
4678
4712
  }
4679
4713
  ]
4680
4714
  },
4715
+ {
4716
+ "name": "nv-notificationcontainer",
4717
+ "description": {
4718
+ "kind": "markdown",
4719
+ "value": "This component is the container for the notifications. Each framework has its own implementation of the providers."
4720
+ },
4721
+ "attributes": [
4722
+ {
4723
+ "name": "position",
4724
+ "description": "Position of the notification container on the screen.",
4725
+ "values": [
4726
+ {
4727
+ "name": "bottom-center"
4728
+ },
4729
+ {
4730
+ "name": "bottom-left"
4731
+ },
4732
+ {
4733
+ "name": "bottom-right"
4734
+ },
4735
+ {
4736
+ "name": "top-center"
4737
+ },
4738
+ {
4739
+ "name": "top-left"
4740
+ },
4741
+ {
4742
+ "name": "top-right"
4743
+ }
4744
+ ]
4745
+ }
4746
+ ]
4747
+ },
4681
4748
  {
4682
4749
  "name": "nv-popover",
4683
4750
  "description": {