@nova-design-system/nova-webcomponents 3.13.0 → 3.14.0-beta.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 (303) 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 +13 -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 +2 -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 +7 -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-ddd0a394.js → p-086a46af.js} +4 -4
  120. package/dist/components/{p-ddd0a394.js.map → p-086a46af.js.map} +1 -1
  121. package/dist/components/{p-eb443b26.js → p-1af3591a.js} +3 -3
  122. package/dist/components/{p-eb443b26.js.map → p-1af3591a.js.map} +1 -1
  123. package/dist/components/{p-e4ac8333.js → p-368c8700.js} +11 -11
  124. package/dist/components/{p-e4ac8333.js.map → p-368c8700.js.map} +1 -1
  125. package/dist/components/{p-31591941.js → p-3cd7a66f.js} +5 -2
  126. package/dist/components/p-3cd7a66f.js.map +1 -0
  127. package/dist/components/{p-89ac047e.js → p-44862b81.js} +3 -3
  128. package/dist/components/{p-89ac047e.js.map → p-44862b81.js.map} +1 -1
  129. package/dist/components/{p-fb560fa3.js → p-4697bd56.js} +2 -2
  130. package/dist/components/{p-fb560fa3.js.map → p-4697bd56.js.map} +1 -1
  131. package/dist/components/{p-2277cfc8.js → p-51602221.js} +11 -2
  132. package/dist/components/p-51602221.js.map +1 -0
  133. package/dist/components/{p-a9dc0824.js → p-51a43ac6.js} +4 -4
  134. package/dist/components/{p-a9dc0824.js.map → p-51a43ac6.js.map} +1 -1
  135. package/dist/components/{p-68fa3890.js → p-54161bad.js} +2 -2
  136. package/dist/components/{p-68fa3890.js.map → p-54161bad.js.map} +1 -1
  137. package/dist/components/{p-99a55bc4.js → p-6926e6f6.js} +2 -2
  138. package/dist/components/{p-99a55bc4.js.map → p-6926e6f6.js.map} +1 -1
  139. package/dist/components/{p-ac91582e.js → p-7426b20f.js} +2 -2
  140. package/dist/components/{p-ac91582e.js.map → p-7426b20f.js.map} +1 -1
  141. package/dist/components/{p-2de17259.js → p-95857e4f.js} +2 -2
  142. package/dist/components/{p-2de17259.js.map → p-95857e4f.js.map} +1 -1
  143. package/dist/components/{p-ee0df37f.js → p-a271e3be.js} +3 -3
  144. package/dist/components/p-a271e3be.js.map +1 -0
  145. package/dist/components/{p-0b5816f7.js → p-a45cacdf.js} +2 -2
  146. package/dist/components/{p-0b5816f7.js.map → p-a45cacdf.js.map} +1 -1
  147. package/dist/components/{p-e6c04562.js → p-a823b8e9.js} +2 -2
  148. package/dist/components/{p-e6c04562.js.map → p-a823b8e9.js.map} +1 -1
  149. package/dist/components/{p-5073bfd6.js → p-aaf0b787.js} +2 -2
  150. package/dist/components/{p-5073bfd6.js.map → p-aaf0b787.js.map} +1 -1
  151. package/dist/components/p-c7401a7d.js +90 -0
  152. package/dist/components/p-c7401a7d.js.map +1 -0
  153. package/dist/components/{p-2854cf01.js → p-c8956181.js} +2 -2
  154. package/dist/components/{p-2854cf01.js.map → p-c8956181.js.map} +1 -1
  155. package/dist/components/{p-60244646.js → p-ee8944f3.js} +4 -4
  156. package/dist/components/{p-60244646.js.map → p-ee8944f3.js.map} +1 -1
  157. package/dist/components/p-f4ae2239.js +88 -0
  158. package/dist/components/p-f4ae2239.js.map +1 -0
  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 +7 -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.css +1 -1
  204. package/dist/native/native.esm.js +1 -1
  205. package/dist/native/native.esm.js.map +1 -1
  206. package/dist/native/{p-3f861ddc.entry.js → p-08322093.entry.js} +2 -2
  207. package/dist/native/p-1504e28b.entry.js +2 -0
  208. package/dist/native/{p-da2c7d3c.entry.js.map → p-1504e28b.entry.js.map} +1 -1
  209. package/dist/native/p-19090193.entry.js +2 -0
  210. package/dist/native/p-19090193.entry.js.map +1 -0
  211. package/dist/native/{p-1f01fb64.entry.js → p-224b1a01.entry.js} +2 -2
  212. package/dist/native/p-29df974e.entry.js +2 -0
  213. package/dist/native/p-29df974e.entry.js.map +1 -0
  214. package/dist/native/p-3cd7a66f.js +2 -0
  215. package/dist/native/p-3cd7a66f.js.map +1 -0
  216. package/dist/native/p-45506c37.entry.js +2 -0
  217. package/dist/native/p-45506c37.entry.js.map +1 -0
  218. package/dist/native/p-4697bd56.js +2 -0
  219. package/dist/native/p-47da1926.entry.js +2 -0
  220. package/dist/native/p-47da1926.entry.js.map +1 -0
  221. package/dist/native/{p-5a43fe48.entry.js → p-48774d0c.entry.js} +2 -2
  222. package/dist/native/{p-08582c21.entry.js → p-4ec61dec.entry.js} +2 -2
  223. package/dist/native/p-51602221.js +2 -0
  224. package/dist/{cjs/constants-52f6f8e9.js.map → native/p-51602221.js.map} +1 -1
  225. package/dist/native/{p-40c4a221.entry.js → p-5c697133.entry.js} +2 -2
  226. package/dist/native/p-5c697133.entry.js.map +1 -0
  227. package/dist/native/{p-225a05bf.entry.js → p-6c7a9a21.entry.js} +2 -2
  228. package/dist/native/{p-8c823928.entry.js → p-6cb6679b.entry.js} +2 -2
  229. package/dist/native/{p-52b8c872.entry.js → p-6d13a851.entry.js} +2 -2
  230. package/dist/native/p-74b129e9.entry.js +2 -0
  231. package/dist/native/{p-bb71a17f.entry.js → p-758e0d4a.entry.js} +2 -2
  232. package/dist/native/{p-ee0df37f.js → p-a271e3be.js} +2 -2
  233. package/dist/native/{p-ee0df37f.js.map → p-a271e3be.js.map} +1 -1
  234. package/dist/native/{p-ee516944.entry.js → p-b32d0a5a.entry.js} +2 -2
  235. package/dist/native/{p-d95ee31e.entry.js → p-c66565f8.entry.js} +2 -2
  236. package/dist/native/p-c7401a7d.js +2 -0
  237. package/dist/native/p-c7401a7d.js.map +1 -0
  238. package/dist/native/{p-cfd5785e.entry.js → p-c7b7ffaf.entry.js} +2 -2
  239. package/dist/native/{p-788e9ee5.entry.js → p-d2c9247b.entry.js} +2 -2
  240. package/dist/native/{p-7bbcf477.entry.js → p-d882f417.entry.js} +2 -2
  241. package/dist/native/{p-f5eb047e.entry.js → p-e2c99ce2.entry.js} +2 -2
  242. package/dist/native/{p-3784efdc.entry.js → p-fa177c39.entry.js} +2 -2
  243. package/dist/types/animations/slide.animation.d.ts +15 -4
  244. package/dist/types/components/nv-badge/nv-badge.d.ts +1 -1
  245. package/dist/types/components/nv-icon/nv-icons.d.ts +1 -1
  246. package/dist/types/components/nv-notification/nv-notification.d.ts +18 -0
  247. package/dist/types/components/nv-notificationcontainer/nv-notificationcontainer.d.ts +19 -0
  248. package/dist/types/components/nv-notificationcontainer/nv-notificationcontainer.docs.d.ts +4 -0
  249. package/dist/types/components.d.ts +60 -3
  250. package/dist/types/utils/constants.d.ts +8 -0
  251. package/dist/vscode-data.json +43 -3
  252. package/hydrate/index.js +205 -58
  253. package/hydrate/index.mjs +205 -58
  254. package/package.json +5 -1
  255. package/dist/cjs/collapse.animation-47397763.js.map +0 -1
  256. package/dist/cjs/fade.animation-cf6eba0d.js.map +0 -1
  257. package/dist/cjs/slide.animation-bedfc827.js +0 -70
  258. package/dist/cjs/slide.animation-bedfc827.js.map +0 -1
  259. package/dist/components/p-1172e9bb.js.map +0 -1
  260. package/dist/components/p-2277cfc8.js.map +0 -1
  261. package/dist/components/p-31591941.js.map +0 -1
  262. package/dist/components/p-ca38a8a9.js +0 -88
  263. package/dist/components/p-ca38a8a9.js.map +0 -1
  264. package/dist/components/p-eda2f9f3.js +0 -68
  265. package/dist/components/p-eda2f9f3.js.map +0 -1
  266. package/dist/components/p-ee0df37f.js.map +0 -1
  267. package/dist/esm/collapse.animation-acda1bf5.js.map +0 -1
  268. package/dist/esm/constants-d0f19e7b.js.map +0 -1
  269. package/dist/esm/slide.animation-f444aa0b.js +0 -68
  270. package/dist/esm/slide.animation-f444aa0b.js.map +0 -1
  271. package/dist/native/p-0e488b3d.entry.js +0 -2
  272. package/dist/native/p-0e488b3d.entry.js.map +0 -1
  273. package/dist/native/p-2277cfc8.js +0 -2
  274. package/dist/native/p-2277cfc8.js.map +0 -1
  275. package/dist/native/p-25f2ce81.entry.js +0 -2
  276. package/dist/native/p-31591941.js +0 -2
  277. package/dist/native/p-31591941.js.map +0 -1
  278. package/dist/native/p-33f503c5.entry.js +0 -2
  279. package/dist/native/p-33f503c5.entry.js.map +0 -1
  280. package/dist/native/p-40c4a221.entry.js.map +0 -1
  281. package/dist/native/p-d88c416f.entry.js +0 -2
  282. package/dist/native/p-d88c416f.entry.js.map +0 -1
  283. package/dist/native/p-da2c7d3c.entry.js +0 -2
  284. package/dist/native/p-eda2f9f3.js +0 -2
  285. package/dist/native/p-eda2f9f3.js.map +0 -1
  286. package/dist/native/p-fb560fa3.js +0 -2
  287. /package/dist/native/{p-3f861ddc.entry.js.map → p-08322093.entry.js.map} +0 -0
  288. /package/dist/native/{p-1f01fb64.entry.js.map → p-224b1a01.entry.js.map} +0 -0
  289. /package/dist/native/{p-fb560fa3.js.map → p-4697bd56.js.map} +0 -0
  290. /package/dist/native/{p-5a43fe48.entry.js.map → p-48774d0c.entry.js.map} +0 -0
  291. /package/dist/native/{p-08582c21.entry.js.map → p-4ec61dec.entry.js.map} +0 -0
  292. /package/dist/native/{p-225a05bf.entry.js.map → p-6c7a9a21.entry.js.map} +0 -0
  293. /package/dist/native/{p-8c823928.entry.js.map → p-6cb6679b.entry.js.map} +0 -0
  294. /package/dist/native/{p-52b8c872.entry.js.map → p-6d13a851.entry.js.map} +0 -0
  295. /package/dist/native/{p-25f2ce81.entry.js.map → p-74b129e9.entry.js.map} +0 -0
  296. /package/dist/native/{p-bb71a17f.entry.js.map → p-758e0d4a.entry.js.map} +0 -0
  297. /package/dist/native/{p-ee516944.entry.js.map → p-b32d0a5a.entry.js.map} +0 -0
  298. /package/dist/native/{p-d95ee31e.entry.js.map → p-c66565f8.entry.js.map} +0 -0
  299. /package/dist/native/{p-cfd5785e.entry.js.map → p-c7b7ffaf.entry.js.map} +0 -0
  300. /package/dist/native/{p-788e9ee5.entry.js.map → p-d2c9247b.entry.js.map} +0 -0
  301. /package/dist/native/{p-7bbcf477.entry.js.map → p-d882f417.entry.js.map} +0 -0
  302. /package/dist/native/{p-f5eb047e.entry.js.map → p-e2c99ce2.entry.js.map} +0 -0
  303. /package/dist/native/{p-3784efdc.entry.js.map → p-fa177c39.entry.js.map} +0 -0
@@ -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",
@@ -4011,6 +4011,9 @@
4011
4011
  {
4012
4012
  "name": "mail"
4013
4013
  },
4014
+ {
4015
+ "name": "map-pin-2"
4016
+ },
4014
4017
  {
4015
4018
  "name": "map-pin-off"
4016
4019
  },
@@ -4572,9 +4575,6 @@
4572
4575
  {
4573
4576
  "name": "wind"
4574
4577
  },
4575
- {
4576
- "name": "windmill"
4577
- },
4578
4578
  {
4579
4579
  "name": "wood"
4580
4580
  },
@@ -4586,6 +4586,9 @@
4586
4586
  },
4587
4587
  {
4588
4588
  "name": "x"
4589
+ },
4590
+ {
4591
+ "name": "zoom-reset"
4589
4592
  }
4590
4593
  ]
4591
4594
  },
@@ -4659,6 +4662,10 @@
4659
4662
  "name": "icon",
4660
4663
  "description": "Icon associated with the notification, defaults vary based on the feedback\ntype."
4661
4664
  },
4665
+ {
4666
+ "name": "initially-hidden",
4667
+ "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."
4668
+ },
4662
4669
  {
4663
4670
  "name": "message",
4664
4671
  "description": "Main content for the notification. For more complex content, use the\ncontent slot instead."
@@ -4669,6 +4676,39 @@
4669
4676
  }
4670
4677
  ]
4671
4678
  },
4679
+ {
4680
+ "name": "nv-notificationcontainer",
4681
+ "description": {
4682
+ "kind": "markdown",
4683
+ "value": "This component is the container for the notifications. Each framework has its own implementation of the providers."
4684
+ },
4685
+ "attributes": [
4686
+ {
4687
+ "name": "position",
4688
+ "description": "Position of the notification container on the screen.",
4689
+ "values": [
4690
+ {
4691
+ "name": "bottom-center"
4692
+ },
4693
+ {
4694
+ "name": "bottom-left"
4695
+ },
4696
+ {
4697
+ "name": "bottom-right"
4698
+ },
4699
+ {
4700
+ "name": "top-center"
4701
+ },
4702
+ {
4703
+ "name": "top-left"
4704
+ },
4705
+ {
4706
+ "name": "top-right"
4707
+ }
4708
+ ]
4709
+ }
4710
+ ]
4711
+ },
4672
4712
  {
4673
4713
  "name": "nv-popover",
4674
4714
  "description": {