@aquera/nile-elements 0.1.57-beta-1.9 → 0.1.57

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 (328) hide show
  1. package/README.md +4 -0
  2. package/demo/index.html +1 -1
  3. package/dist/index.cjs.js +1 -1
  4. package/dist/index.esm.js +1 -1
  5. package/dist/index.js +195 -6
  6. package/dist/nile-select/nile-select.cjs.js +1 -1
  7. package/dist/nile-select/nile-select.cjs.js.map +1 -1
  8. package/dist/nile-select/nile-select.esm.js +1 -1
  9. package/dist/nile-slider/index.cjs.js +2 -0
  10. package/dist/nile-slider/index.cjs.js.map +1 -0
  11. package/dist/nile-slider/index.esm.js +1 -0
  12. package/dist/nile-slider/nile-slider.cjs.js +2 -0
  13. package/dist/nile-slider/nile-slider.cjs.js.map +1 -0
  14. package/dist/nile-slider/nile-slider.css.cjs.js +2 -0
  15. package/dist/nile-slider/nile-slider.css.cjs.js.map +1 -0
  16. package/dist/nile-slider/nile-slider.css.esm.js +106 -0
  17. package/dist/nile-slider/nile-slider.esm.js +27 -0
  18. package/dist/nile-slider/nile-slider.template.cjs.js +2 -0
  19. package/dist/nile-slider/nile-slider.template.cjs.js.map +1 -0
  20. package/dist/nile-slider/nile-slider.template.esm.js +59 -0
  21. package/dist/nile-slider/types/nile-slider.enums.cjs.js +2 -0
  22. package/dist/nile-slider/types/nile-slider.enums.cjs.js.map +1 -0
  23. package/dist/nile-slider/types/nile-slider.enums.esm.js +1 -0
  24. package/dist/nile-slider/types/nile-slider.types.cjs.js +2 -0
  25. package/dist/nile-slider/types/nile-slider.types.cjs.js.map +1 -0
  26. package/dist/nile-slider/types/nile-slider.types.esm.js +1 -0
  27. package/dist/nile-slider/utils/nile-slider.utils.cjs.js +2 -0
  28. package/dist/nile-slider/utils/nile-slider.utils.cjs.js.map +1 -0
  29. package/dist/nile-slider/utils/nile-slider.utils.esm.js +1 -0
  30. package/dist/src/index.d.ts +1 -0
  31. package/dist/src/index.js +1 -0
  32. package/dist/src/index.js.map +1 -1
  33. package/dist/src/nile-select/nile-select.d.ts +0 -4
  34. package/dist/src/nile-select/nile-select.js +1 -31
  35. package/dist/src/nile-select/nile-select.js.map +1 -1
  36. package/dist/src/nile-slider/nile-slider.css.d.ts +2 -8
  37. package/dist/src/nile-slider/nile-slider.css.js +21 -13
  38. package/dist/src/nile-slider/nile-slider.css.js.map +1 -1
  39. package/dist/src/nile-slider/nile-slider.d.ts +3 -2
  40. package/dist/src/nile-slider/nile-slider.js +60 -24
  41. package/dist/src/nile-slider/nile-slider.js.map +1 -1
  42. package/dist/src/nile-slider/nile-slider.template.js +33 -4
  43. package/dist/src/nile-slider/nile-slider.template.js.map +1 -1
  44. package/dist/src/nile-slider/types/nile-slider.enums.js.map +1 -1
  45. package/dist/src/nile-slider/utils/nile-slider.utils.js +26 -13
  46. package/dist/src/nile-slider/utils/nile-slider.utils.js.map +1 -1
  47. package/dist/tsconfig.tsbuildinfo +1 -1
  48. package/package.json +4 -4
  49. package/src/index.ts +2 -1
  50. package/src/nile-select/nile-select.ts +1 -37
  51. package/src/nile-slider/index.ts +1 -0
  52. package/src/nile-slider/nile-slider.css.ts +119 -0
  53. package/src/nile-slider/nile-slider.template.ts +77 -0
  54. package/src/nile-slider/nile-slider.ts +215 -0
  55. package/src/nile-slider/types/nile-slider.enums.ts +10 -0
  56. package/src/nile-slider/types/nile-slider.types.ts +13 -0
  57. package/src/nile-slider/utils/nile-slider.utils.ts +136 -0
  58. package/vscode-html-custom-data.json +135 -45
  59. package/dist/axe.min-2b379f29.cjs.js +0 -12
  60. package/dist/axe.min-2b379f29.cjs.js.map +0 -1
  61. package/dist/axe.min-c2cd8733.esm.js +0 -12
  62. package/dist/fixture-2b5b3aba.esm.js +0 -569
  63. package/dist/fixture-7bfb866e.cjs.js +0 -395
  64. package/dist/fixture-7bfb866e.cjs.js.map +0 -1
  65. package/dist/src/nile-file-preview/index.d.ts +0 -1
  66. package/dist/src/nile-file-preview/index.js +0 -2
  67. package/dist/src/nile-file-preview/index.js.map +0 -1
  68. package/dist/src/nile-file-preview/nile-file-preview.css.d.ts +0 -12
  69. package/dist/src/nile-file-preview/nile-file-preview.css.js +0 -568
  70. package/dist/src/nile-file-preview/nile-file-preview.css.js.map +0 -1
  71. package/dist/src/nile-file-preview/nile-file-preview.d.ts +0 -50
  72. package/dist/src/nile-file-preview/nile-file-preview.js +0 -171
  73. package/dist/src/nile-file-preview/nile-file-preview.js.map +0 -1
  74. package/dist/src/nile-file-preview/nile-file-preview.template.d.ts +0 -13
  75. package/dist/src/nile-file-preview/nile-file-preview.template.js +0 -210
  76. package/dist/src/nile-file-preview/nile-file-preview.template.js.map +0 -1
  77. package/dist/src/nile-file-preview/nile-file-preview.test.d.ts +0 -7
  78. package/dist/src/nile-file-preview/nile-file-preview.test.js +0 -30
  79. package/dist/src/nile-file-preview/nile-file-preview.test.js.map +0 -1
  80. package/dist/src/nile-file-preview/types/index.d.ts +0 -2
  81. package/dist/src/nile-file-preview/types/index.js +0 -3
  82. package/dist/src/nile-file-preview/types/index.js.map +0 -1
  83. package/dist/src/nile-file-preview/types/nile-file-preview.enums.d.ts +0 -28
  84. package/dist/src/nile-file-preview/types/nile-file-preview.enums.js +0 -33
  85. package/dist/src/nile-file-preview/types/nile-file-preview.enums.js.map +0 -1
  86. package/dist/src/nile-file-preview/types/nile-file-preview.interface.d.ts +0 -4
  87. package/dist/src/nile-file-preview/types/nile-file-preview.interface.js +0 -2
  88. package/dist/src/nile-file-preview/types/nile-file-preview.interface.js.map +0 -1
  89. package/dist/src/nile-file-preview/utils/index.d.ts +0 -1
  90. package/dist/src/nile-file-preview/utils/index.js +0 -2
  91. package/dist/src/nile-file-preview/utils/index.js.map +0 -1
  92. package/dist/src/nile-file-preview/utils/nile-file-preview.util.d.ts +0 -4
  93. package/dist/src/nile-file-preview/utils/nile-file-preview.util.js +0 -38
  94. package/dist/src/nile-file-preview/utils/nile-file-preview.util.js.map +0 -1
  95. package/dist/src/nile-file-upload/index.d.ts +0 -1
  96. package/dist/src/nile-file-upload/index.js +0 -2
  97. package/dist/src/nile-file-upload/index.js.map +0 -1
  98. package/dist/src/nile-file-upload/nile-file-upload.css.d.ts +0 -12
  99. package/dist/src/nile-file-upload/nile-file-upload.css.js +0 -569
  100. package/dist/src/nile-file-upload/nile-file-upload.css.js.map +0 -1
  101. package/dist/src/nile-file-upload/nile-file-upload.d.ts +0 -48
  102. package/dist/src/nile-file-upload/nile-file-upload.js +0 -165
  103. package/dist/src/nile-file-upload/nile-file-upload.js.map +0 -1
  104. package/dist/src/nile-file-upload/nile-file-upload.template.d.ts +0 -11
  105. package/dist/src/nile-file-upload/nile-file-upload.template.js +0 -171
  106. package/dist/src/nile-file-upload/nile-file-upload.template.js.map +0 -1
  107. package/dist/src/nile-file-upload/nile-file-upload.test.d.ts +0 -7
  108. package/dist/src/nile-file-upload/nile-file-upload.test.js +0 -30
  109. package/dist/src/nile-file-upload/nile-file-upload.test.js.map +0 -1
  110. package/dist/src/nile-file-upload/types/file-upload.enums.d.ts +0 -35
  111. package/dist/src/nile-file-upload/types/file-upload.enums.js +0 -42
  112. package/dist/src/nile-file-upload/types/file-upload.enums.js.map +0 -1
  113. package/dist/src/nile-file-upload/types/file-upload.type.d.ts +0 -4
  114. package/dist/src/nile-file-upload/types/file-upload.type.js +0 -2
  115. package/dist/src/nile-file-upload/types/file-upload.type.js.map +0 -1
  116. package/dist/src/nile-file-upload/types/index.d.ts +0 -2
  117. package/dist/src/nile-file-upload/types/index.js +0 -3
  118. package/dist/src/nile-file-upload/types/index.js.map +0 -1
  119. package/dist/src/nile-file-upload/utils/drag-drop.util.d.ts +0 -23
  120. package/dist/src/nile-file-upload/utils/drag-drop.util.js +0 -85
  121. package/dist/src/nile-file-upload/utils/drag-drop.util.js.map +0 -1
  122. package/dist/src/nile-file-upload/utils/file-validation.util.d.ts +0 -11
  123. package/dist/src/nile-file-upload/utils/file-validation.util.js +0 -120
  124. package/dist/src/nile-file-upload/utils/file-validation.util.js.map +0 -1
  125. package/dist/src/nile-icon/icons/svg/ng-activity.d.ts +0 -5
  126. package/dist/src/nile-icon/icons/svg/ng-activity.js +0 -5
  127. package/dist/src/nile-icon/icons/svg/ng-activity.js.map +0 -1
  128. package/dist/src/nile-icon/icons/svg/ng-align-center.d.ts +0 -5
  129. package/dist/src/nile-icon/icons/svg/ng-align-center.js +0 -5
  130. package/dist/src/nile-icon/icons/svg/ng-align-center.js.map +0 -1
  131. package/dist/src/nile-icon/icons/svg/ng-annotation-x.d.ts +0 -5
  132. package/dist/src/nile-icon/icons/svg/ng-annotation-x.js +0 -5
  133. package/dist/src/nile-icon/icons/svg/ng-annotation-x.js.map +0 -1
  134. package/dist/src/nile-icon/icons/svg/ng-arrow-down.d.ts +0 -5
  135. package/dist/src/nile-icon/icons/svg/ng-arrow-down.js +0 -5
  136. package/dist/src/nile-icon/icons/svg/ng-arrow-down.js.map +0 -1
  137. package/dist/src/nile-icon/icons/svg/ng-arrow-narrow-down.d.ts +0 -5
  138. package/dist/src/nile-icon/icons/svg/ng-arrow-narrow-down.js +0 -5
  139. package/dist/src/nile-icon/icons/svg/ng-arrow-narrow-down.js.map +0 -1
  140. package/dist/src/nile-icon/icons/svg/ng-arrow-narrow-left.d.ts +0 -5
  141. package/dist/src/nile-icon/icons/svg/ng-arrow-narrow-left.js +0 -5
  142. package/dist/src/nile-icon/icons/svg/ng-arrow-narrow-left.js.map +0 -1
  143. package/dist/src/nile-icon/icons/svg/ng-arrow-up.d.ts +0 -5
  144. package/dist/src/nile-icon/icons/svg/ng-arrow-up.js +0 -5
  145. package/dist/src/nile-icon/icons/svg/ng-arrow-up.js.map +0 -1
  146. package/dist/src/nile-icon/icons/svg/ng-bar-chart-12.d.ts +0 -5
  147. package/dist/src/nile-icon/icons/svg/ng-bar-chart-12.js +0 -5
  148. package/dist/src/nile-icon/icons/svg/ng-bar-chart-12.js.map +0 -1
  149. package/dist/src/nile-icon/icons/svg/ng-bell-01.d.ts +0 -5
  150. package/dist/src/nile-icon/icons/svg/ng-bell-01.js +0 -5
  151. package/dist/src/nile-icon/icons/svg/ng-bell-01.js.map +0 -1
  152. package/dist/src/nile-icon/icons/svg/ng-bell-ringing-04.d.ts +0 -5
  153. package/dist/src/nile-icon/icons/svg/ng-bell-ringing-04.js +0 -5
  154. package/dist/src/nile-icon/icons/svg/ng-bell-ringing-04.js.map +0 -1
  155. package/dist/src/nile-icon/icons/svg/ng-bold-01.d.ts +0 -5
  156. package/dist/src/nile-icon/icons/svg/ng-bold-01.js +0 -5
  157. package/dist/src/nile-icon/icons/svg/ng-bold-01.js.map +0 -1
  158. package/dist/src/nile-icon/icons/svg/ng-calendar-plus-02.d.ts +0 -5
  159. package/dist/src/nile-icon/icons/svg/ng-calendar-plus-02.js +0 -5
  160. package/dist/src/nile-icon/icons/svg/ng-calendar-plus-02.js.map +0 -1
  161. package/dist/src/nile-icon/icons/svg/ng-calendar.d.ts +0 -5
  162. package/dist/src/nile-icon/icons/svg/ng-calendar.js +0 -5
  163. package/dist/src/nile-icon/icons/svg/ng-calendar.js.map +0 -1
  164. package/dist/src/nile-icon/icons/svg/ng-check-circle.d.ts +0 -5
  165. package/dist/src/nile-icon/icons/svg/ng-check-circle.js +0 -5
  166. package/dist/src/nile-icon/icons/svg/ng-check-circle.js.map +0 -1
  167. package/dist/src/nile-icon/icons/svg/ng-check-square-broken.d.ts +0 -5
  168. package/dist/src/nile-icon/icons/svg/ng-check-square-broken.js +0 -5
  169. package/dist/src/nile-icon/icons/svg/ng-check-square-broken.js.map +0 -1
  170. package/dist/src/nile-icon/icons/svg/ng-chevron-down.d.ts +0 -5
  171. package/dist/src/nile-icon/icons/svg/ng-chevron-down.js +0 -5
  172. package/dist/src/nile-icon/icons/svg/ng-chevron-down.js.map +0 -1
  173. package/dist/src/nile-icon/icons/svg/ng-chevron-left.d.ts +0 -5
  174. package/dist/src/nile-icon/icons/svg/ng-chevron-left.js +0 -5
  175. package/dist/src/nile-icon/icons/svg/ng-chevron-left.js.map +0 -1
  176. package/dist/src/nile-icon/icons/svg/ng-chevron-right.d.ts +0 -5
  177. package/dist/src/nile-icon/icons/svg/ng-chevron-right.js +0 -5
  178. package/dist/src/nile-icon/icons/svg/ng-chevron-right.js.map +0 -1
  179. package/dist/src/nile-icon/icons/svg/ng-chevron-selector-vertical.d.ts +0 -5
  180. package/dist/src/nile-icon/icons/svg/ng-chevron-selector-vertical.js +0 -5
  181. package/dist/src/nile-icon/icons/svg/ng-chevron-selector-vertical.js.map +0 -1
  182. package/dist/src/nile-icon/icons/svg/ng-chevron-up-double.d.ts +0 -5
  183. package/dist/src/nile-icon/icons/svg/ng-chevron-up-double.js +0 -5
  184. package/dist/src/nile-icon/icons/svg/ng-chevron-up-double.js.map +0 -1
  185. package/dist/src/nile-icon/icons/svg/ng-chevron-up.d.ts +0 -5
  186. package/dist/src/nile-icon/icons/svg/ng-chevron-up.js +0 -5
  187. package/dist/src/nile-icon/icons/svg/ng-chevron-up.js.map +0 -1
  188. package/dist/src/nile-icon/icons/svg/ng-copy-03.d.ts +0 -5
  189. package/dist/src/nile-icon/icons/svg/ng-copy-03.js +0 -5
  190. package/dist/src/nile-icon/icons/svg/ng-copy-03.js.map +0 -1
  191. package/dist/src/nile-icon/icons/svg/ng-dots-grid.d.ts +0 -5
  192. package/dist/src/nile-icon/icons/svg/ng-dots-grid.js +0 -5
  193. package/dist/src/nile-icon/icons/svg/ng-dots-grid.js.map +0 -1
  194. package/dist/src/nile-icon/icons/svg/ng-dots-vertical.d.ts +0 -5
  195. package/dist/src/nile-icon/icons/svg/ng-dots-vertical.js +0 -5
  196. package/dist/src/nile-icon/icons/svg/ng-dots-vertical.js.map +0 -1
  197. package/dist/src/nile-icon/icons/svg/ng-download-01.d.ts +0 -5
  198. package/dist/src/nile-icon/icons/svg/ng-download-01.js +0 -5
  199. package/dist/src/nile-icon/icons/svg/ng-download-01.js.map +0 -1
  200. package/dist/src/nile-icon/icons/svg/ng-dropdown.d.ts +0 -5
  201. package/dist/src/nile-icon/icons/svg/ng-dropdown.js +0 -5
  202. package/dist/src/nile-icon/icons/svg/ng-dropdown.js.map +0 -1
  203. package/dist/src/nile-icon/icons/svg/ng-edit-02.d.ts +0 -5
  204. package/dist/src/nile-icon/icons/svg/ng-edit-02.js +0 -5
  205. package/dist/src/nile-icon/icons/svg/ng-edit-02.js.map +0 -1
  206. package/dist/src/nile-icon/icons/svg/ng-edit-05.d.ts +0 -5
  207. package/dist/src/nile-icon/icons/svg/ng-edit-05.js +0 -5
  208. package/dist/src/nile-icon/icons/svg/ng-edit-05.js.map +0 -1
  209. package/dist/src/nile-icon/icons/svg/ng-expand-06.d.ts +0 -5
  210. package/dist/src/nile-icon/icons/svg/ng-expand-06.js +0 -5
  211. package/dist/src/nile-icon/icons/svg/ng-expand-06.js.map +0 -1
  212. package/dist/src/nile-icon/icons/svg/ng-file-02.d.ts +0 -5
  213. package/dist/src/nile-icon/icons/svg/ng-file-02.js +0 -5
  214. package/dist/src/nile-icon/icons/svg/ng-file-02.js.map +0 -1
  215. package/dist/src/nile-icon/icons/svg/ng-file-check-02.d.ts +0 -5
  216. package/dist/src/nile-icon/icons/svg/ng-file-check-02.js +0 -5
  217. package/dist/src/nile-icon/icons/svg/ng-file-check-02.js.map +0 -1
  218. package/dist/src/nile-icon/icons/svg/ng-file-question-03.d.ts +0 -5
  219. package/dist/src/nile-icon/icons/svg/ng-file-question-03.js +0 -5
  220. package/dist/src/nile-icon/icons/svg/ng-file-question-03.js.map +0 -1
  221. package/dist/src/nile-icon/icons/svg/ng-filter-lines.d.ts +0 -5
  222. package/dist/src/nile-icon/icons/svg/ng-filter-lines.js +0 -5
  223. package/dist/src/nile-icon/icons/svg/ng-filter-lines.js.map +0 -1
  224. package/dist/src/nile-icon/icons/svg/ng-grid-01.d.ts +0 -5
  225. package/dist/src/nile-icon/icons/svg/ng-grid-01.js +0 -5
  226. package/dist/src/nile-icon/icons/svg/ng-grid-01.js.map +0 -1
  227. package/dist/src/nile-icon/icons/svg/ng-help-circle.d.ts +0 -5
  228. package/dist/src/nile-icon/icons/svg/ng-help-circle.js +0 -5
  229. package/dist/src/nile-icon/icons/svg/ng-help-circle.js.map +0 -1
  230. package/dist/src/nile-icon/icons/svg/ng-image-user-left.d.ts +0 -5
  231. package/dist/src/nile-icon/icons/svg/ng-image-user-left.js +0 -5
  232. package/dist/src/nile-icon/icons/svg/ng-image-user-left.js.map +0 -1
  233. package/dist/src/nile-icon/icons/svg/ng-info-circle.d.ts +0 -5
  234. package/dist/src/nile-icon/icons/svg/ng-info-circle.js +0 -5
  235. package/dist/src/nile-icon/icons/svg/ng-info-circle.js.map +0 -1
  236. package/dist/src/nile-icon/icons/svg/ng-italic-01.d.ts +0 -5
  237. package/dist/src/nile-icon/icons/svg/ng-italic-01.js +0 -5
  238. package/dist/src/nile-icon/icons/svg/ng-italic-01.js.map +0 -1
  239. package/dist/src/nile-icon/icons/svg/ng-list.d.ts +0 -5
  240. package/dist/src/nile-icon/icons/svg/ng-list.js +0 -5
  241. package/dist/src/nile-icon/icons/svg/ng-list.js.map +0 -1
  242. package/dist/src/nile-icon/icons/svg/ng-log-out-01.d.ts +0 -5
  243. package/dist/src/nile-icon/icons/svg/ng-log-out-01.js +0 -5
  244. package/dist/src/nile-icon/icons/svg/ng-log-out-01.js.map +0 -1
  245. package/dist/src/nile-icon/icons/svg/ng-mail-01.d.ts +0 -5
  246. package/dist/src/nile-icon/icons/svg/ng-mail-01.js +0 -5
  247. package/dist/src/nile-icon/icons/svg/ng-mail-01.js.map +0 -1
  248. package/dist/src/nile-icon/icons/svg/ng-mail-04.d.ts +0 -5
  249. package/dist/src/nile-icon/icons/svg/ng-mail-04.js +0 -5
  250. package/dist/src/nile-icon/icons/svg/ng-mail-04.js.map +0 -1
  251. package/dist/src/nile-icon/icons/svg/ng-menu-05.d.ts +0 -5
  252. package/dist/src/nile-icon/icons/svg/ng-menu-05.js +0 -5
  253. package/dist/src/nile-icon/icons/svg/ng-menu-05.js.map +0 -1
  254. package/dist/src/nile-icon/icons/svg/ng-message-text-square-01.d.ts +0 -5
  255. package/dist/src/nile-icon/icons/svg/ng-message-text-square-01.js +0 -5
  256. package/dist/src/nile-icon/icons/svg/ng-message-text-square-01.js.map +0 -1
  257. package/dist/src/nile-icon/icons/svg/ng-minimize-02.d.ts +0 -5
  258. package/dist/src/nile-icon/icons/svg/ng-minimize-02.js +0 -5
  259. package/dist/src/nile-icon/icons/svg/ng-minimize-02.js.map +0 -1
  260. package/dist/src/nile-icon/icons/svg/ng-plus.d.ts +0 -5
  261. package/dist/src/nile-icon/icons/svg/ng-plus.js +0 -5
  262. package/dist/src/nile-icon/icons/svg/ng-plus.js.map +0 -1
  263. package/dist/src/nile-icon/icons/svg/ng-refresh-cw-02.d.ts +0 -5
  264. package/dist/src/nile-icon/icons/svg/ng-refresh-cw-02.js +0 -5
  265. package/dist/src/nile-icon/icons/svg/ng-refresh-cw-02.js.map +0 -1
  266. package/dist/src/nile-icon/icons/svg/ng-rocket-02.d.ts +0 -5
  267. package/dist/src/nile-icon/icons/svg/ng-rocket-02.js +0 -5
  268. package/dist/src/nile-icon/icons/svg/ng-rocket-02.js.map +0 -1
  269. package/dist/src/nile-icon/icons/svg/ng-search-lg.d.ts +0 -5
  270. package/dist/src/nile-icon/icons/svg/ng-search-lg.js +0 -5
  271. package/dist/src/nile-icon/icons/svg/ng-search-lg.js.map +0 -1
  272. package/dist/src/nile-icon/icons/svg/ng-send-01.d.ts +0 -5
  273. package/dist/src/nile-icon/icons/svg/ng-send-01.js +0 -5
  274. package/dist/src/nile-icon/icons/svg/ng-send-01.js.map +0 -1
  275. package/dist/src/nile-icon/icons/svg/ng-settings-01.d.ts +0 -5
  276. package/dist/src/nile-icon/icons/svg/ng-settings-01.js +0 -5
  277. package/dist/src/nile-icon/icons/svg/ng-settings-01.js.map +0 -1
  278. package/dist/src/nile-icon/icons/svg/ng-share-04.d.ts +0 -5
  279. package/dist/src/nile-icon/icons/svg/ng-share-04.js +0 -5
  280. package/dist/src/nile-icon/icons/svg/ng-share-04.js.map +0 -1
  281. package/dist/src/nile-icon/icons/svg/ng-share-06.d.ts +0 -5
  282. package/dist/src/nile-icon/icons/svg/ng-share-06.js +0 -5
  283. package/dist/src/nile-icon/icons/svg/ng-share-06.js.map +0 -1
  284. package/dist/src/nile-icon/icons/svg/ng-stars-02.d.ts +0 -5
  285. package/dist/src/nile-icon/icons/svg/ng-stars-02.js +0 -5
  286. package/dist/src/nile-icon/icons/svg/ng-stars-02.js.map +0 -1
  287. package/dist/src/nile-icon/icons/svg/ng-trash-01.d.ts +0 -5
  288. package/dist/src/nile-icon/icons/svg/ng-trash-01.js +0 -5
  289. package/dist/src/nile-icon/icons/svg/ng-trash-01.js.map +0 -1
  290. package/dist/src/nile-icon/icons/svg/ng-trash-03.d.ts +0 -5
  291. package/dist/src/nile-icon/icons/svg/ng-trash-03.js +0 -5
  292. package/dist/src/nile-icon/icons/svg/ng-trash-03.js.map +0 -1
  293. package/dist/src/nile-icon/icons/svg/ng-trend-up-01.d.ts +0 -5
  294. package/dist/src/nile-icon/icons/svg/ng-trend-up-01.js +0 -5
  295. package/dist/src/nile-icon/icons/svg/ng-trend-up-01.js.map +0 -1
  296. package/dist/src/nile-icon/icons/svg/ng-underline-01.d.ts +0 -5
  297. package/dist/src/nile-icon/icons/svg/ng-underline-01.js +0 -5
  298. package/dist/src/nile-icon/icons/svg/ng-underline-01.js.map +0 -1
  299. package/dist/src/nile-icon/icons/svg/ng-upload-01.d.ts +0 -5
  300. package/dist/src/nile-icon/icons/svg/ng-upload-01.js +0 -5
  301. package/dist/src/nile-icon/icons/svg/ng-upload-01.js.map +0 -1
  302. package/dist/src/nile-icon/icons/svg/ng-upload-cloud-02.d.ts +0 -5
  303. package/dist/src/nile-icon/icons/svg/ng-upload-cloud-02.js +0 -5
  304. package/dist/src/nile-icon/icons/svg/ng-upload-cloud-02.js.map +0 -1
  305. package/dist/src/nile-icon/icons/svg/ng-user-01.d.ts +0 -5
  306. package/dist/src/nile-icon/icons/svg/ng-user-01.js +0 -5
  307. package/dist/src/nile-icon/icons/svg/ng-user-01.js.map +0 -1
  308. package/dist/src/nile-icon/icons/svg/ng-user-check-02-1.d.ts +0 -5
  309. package/dist/src/nile-icon/icons/svg/ng-user-check-02-1.js +0 -5
  310. package/dist/src/nile-icon/icons/svg/ng-user-check-02-1.js.map +0 -1
  311. package/dist/src/nile-icon/icons/svg/ng-user-check-02.d.ts +0 -5
  312. package/dist/src/nile-icon/icons/svg/ng-user-check-02.js +0 -5
  313. package/dist/src/nile-icon/icons/svg/ng-user-check-02.js.map +0 -1
  314. package/dist/src/nile-icon/icons/svg/ng-user-plus-02.d.ts +0 -5
  315. package/dist/src/nile-icon/icons/svg/ng-user-plus-02.js +0 -5
  316. package/dist/src/nile-icon/icons/svg/ng-user-plus-02.js.map +0 -1
  317. package/dist/src/nile-icon/icons/svg/ng-user-right-01.d.ts +0 -5
  318. package/dist/src/nile-icon/icons/svg/ng-user-right-01.js +0 -5
  319. package/dist/src/nile-icon/icons/svg/ng-user-right-01.js.map +0 -1
  320. package/dist/src/nile-icon/icons/svg/ng-users-01.d.ts +0 -5
  321. package/dist/src/nile-icon/icons/svg/ng-users-01.js +0 -5
  322. package/dist/src/nile-icon/icons/svg/ng-users-01.js.map +0 -1
  323. package/dist/src/nile-icon/icons/svg/ng-x-close.d.ts +0 -5
  324. package/dist/src/nile-icon/icons/svg/ng-x-close.js +0 -5
  325. package/dist/src/nile-icon/icons/svg/ng-x-close.js.map +0 -1
  326. package/dist/src/nile-icon/icons/svg/ng-x-square.d.ts +0 -5
  327. package/dist/src/nile-icon/icons/svg/ng-x-square.js +0 -5
  328. package/dist/src/nile-icon/icons/svg/ng-x-square.js.map +0 -1
@@ -1121,7 +1121,7 @@
1121
1121
  },
1122
1122
  {
1123
1123
  "name": "nile-drawer",
1124
- "description": "Nile drawer component.\n\nEvents:\n\n * `nile-show` {} - Emitted when the drawer opens.\n\n * `nile-after-show` {} - Emitted after the drawer opens and all animations are complete.\n\n * `nile-hide` {} - Emitted when the drawer closes.\n\n * `nile-after-hide` {} - Emitted after the drawer closes and all animations are complete.\n\n * `nile-initial-focus` {} - Emitted when the drawer opens and is ready to receive focus. Calling\n`event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input.\n\n * `nile-request-close` {`\"{ source: 'close-button' \" | \"keyboard\" | \" 'overlay' }\"`} - Emitted when the user attempts to\nclose the drawer by clicking the close button, clicking the overlay, or pressing escape. Calling\n`event.preventDefault()` will keep the drawer open. Avoid using this unless closing the drawer will result in\ndestructive behavior such as data loss.\n\nSlots:\n\n * ` ` {} - The drawer's main content.\n\n * `label` {} - The drawer's label. Alternatively, you can use the `label` attribute.\n\n * `header-actions` {} - Optional actions to add to the header. Works best with `<nile-icon-button>`.\n\n * `footer` {} - The drawer's footer, usually one or more buttons representing various options.\n\nAttributes:\n\n * `open` {`boolean`} - Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.\n\n * `closeOnEscape` {`boolean`} - \n\n * `label` {`string`} - The drawer's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"end\" | \"bottom\" | \"start\"`} - The direction from which the drawer will open.\n\n * `contained` {`boolean`} - By default, the drawer slides out of its containing block (usually the viewport). To make the drawer slide out of\nits parent element, set this attribute and add `position: relative` to the parent.\n\n * `preventOverlayClose` {`boolean`} - Drawer doesnt close when clicled on overlay, the only way to close is to do by handling open property\n\n * `no-header` {`boolean`} - Removes the header. This will also remove the default close button, so please ensure you provide an easy,\naccessible way for users to dismiss the drawer.\n\nProperties:\n\n * `styles` - \n\n * `hasSlotController` - \n\n * `modal` - \n\n * `originalTrigger` {`HTMLElement | null`} - \n\n * `drawer` {`HTMLElement`} - \n\n * `panel` {`HTMLElement`} - \n\n * `overlay` {`HTMLElement`} - \n\n * `open` {`boolean`} - Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.\n\n * `closeOnEscape` {`boolean`} - \n\n * `label` {`string`} - The drawer's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"end\" | \"bottom\" | \"start\"`} - The direction from which the drawer will open.\n\n * `contained` {`boolean`} - By default, the drawer slides out of its containing block (usually the viewport). To make the drawer slide out of\nits parent element, set this attribute and add `position: relative` to the parent.\n\n * `preventOverlayClose` {`boolean`} - Drawer doesnt close when clicled on overlay, the only way to close is to do by handling open property\n\n * `noHeader` {`boolean`} - Removes the header. This will also remove the default close button, so please ensure you provide an easy,\naccessible way for users to dismiss the drawer.\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1124
+ "description": "Nile drawer component.\n\nEvents:\n\n * `nile-show` {} - Emitted when the drawer opens.\n\n * `nile-after-show` {} - Emitted after the drawer opens and all animations are complete.\n\n * `nile-hide` {} - Emitted when the drawer closes.\n\n * `nile-after-hide` {} - Emitted after the drawer closes and all animations are complete.\n\n * `nile-initial-focus` {} - Emitted when the drawer opens and is ready to receive focus. Calling\n`event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input.\n\n * `nile-request-close` {`\"{ source: 'close-button' \" | \"keyboard\" | \" 'overlay' }\"`} - Emitted when the user attempts to\nclose the drawer by clicking the close button, clicking the overlay, or pressing escape. Calling\n`event.preventDefault()` will keep the drawer open. Avoid using this unless closing the drawer will result in\ndestructive behavior such as data loss.\n\nSlots:\n\n * ` ` {} - The drawer's main content.\n\n * `label` {} - The drawer's label. Alternatively, you can use the `label` attribute.\n\n * `header-actions` {} - Optional actions to add to the header. Works best with `<nile-icon-button>`.\n\n * `footer` {} - The drawer's footer, usually one or more buttons representing various options.\n\nAttributes:\n\n * `open` {`boolean`} - Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.\n\n * `closeOnEscape` {`boolean`} - \n\n * `label` {`string`} - The drawer's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"bottom\" | \"end\" | \"start\"`} - The direction from which the drawer will open.\n\n * `contained` {`boolean`} - By default, the drawer slides out of its containing block (usually the viewport). To make the drawer slide out of\nits parent element, set this attribute and add `position: relative` to the parent.\n\n * `preventOverlayClose` {`boolean`} - Drawer doesnt close when clicled on overlay, the only way to close is to do by handling open property\n\n * `no-header` {`boolean`} - Removes the header. This will also remove the default close button, so please ensure you provide an easy,\naccessible way for users to dismiss the drawer.\n\nProperties:\n\n * `styles` - \n\n * `hasSlotController` - \n\n * `modal` - \n\n * `originalTrigger` {`HTMLElement | null`} - \n\n * `drawer` {`HTMLElement`} - \n\n * `panel` {`HTMLElement`} - \n\n * `overlay` {`HTMLElement`} - \n\n * `open` {`boolean`} - Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.\n\n * `closeOnEscape` {`boolean`} - \n\n * `label` {`string`} - The drawer's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"bottom\" | \"end\" | \"start\"`} - The direction from which the drawer will open.\n\n * `contained` {`boolean`} - By default, the drawer slides out of its containing block (usually the viewport). To make the drawer slide out of\nits parent element, set this attribute and add `position: relative` to the parent.\n\n * `preventOverlayClose` {`boolean`} - Drawer doesnt close when clicled on overlay, the only way to close is to do by handling open property\n\n * `noHeader` {`boolean`} - Removes the header. This will also remove the default close button, so please ensure you provide an easy,\naccessible way for users to dismiss the drawer.\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1125
1125
  "attributes": [
1126
1126
  {
1127
1127
  "name": "open",
@@ -1139,16 +1139,16 @@
1139
1139
  },
1140
1140
  {
1141
1141
  "name": "placement",
1142
- "description": "`placement` {`\"top\" | \"end\" | \"bottom\" | \"start\"`} - The direction from which the drawer will open.\n\nProperty: placement\n\nDefault: end",
1142
+ "description": "`placement` {`\"top\" | \"bottom\" | \"end\" | \"start\"`} - The direction from which the drawer will open.\n\nProperty: placement\n\nDefault: end",
1143
1143
  "values": [
1144
1144
  {
1145
1145
  "name": "top"
1146
1146
  },
1147
1147
  {
1148
- "name": "end"
1148
+ "name": "bottom"
1149
1149
  },
1150
1150
  {
1151
- "name": "bottom"
1151
+ "name": "end"
1152
1152
  },
1153
1153
  {
1154
1154
  "name": "start"
@@ -1198,7 +1198,7 @@
1198
1198
  },
1199
1199
  {
1200
1200
  "name": "nile-dropdown",
1201
- "description": "Nile icon component.\n\nEvents:\n\n * `nile-show` {} - Emitted when the dropdown opens.\n\n * `nile-after-show` {} - Emitted after the dropdown opens and all animations are complete.\n\n * `nile-hide` {} - Emitted when the dropdown closes.\n\n * `nile-after-hide` {} - Emitted after the dropdown closes and all animations are complete.\n\nSlots:\n\n * ` ` {} - The dropdown's main content.\n\n * `trigger` {} - The dropdown's trigger, usually a `<nile-button>` element.\n\nAttributes:\n\n * `open` {`boolean`} - Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.\n\n * `placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the dropdown so the panel will not open.\n\n * `stay-open-on-select` {`boolean`} - By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its trigger.\n\n * `noOpenOnClick` {`boolean`} - \n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its trigger.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\nProperties:\n\n * `styles` - \n\n * `popup` - \n\n * `trigger` {`HTMLSlotElement`} - \n\n * `panel` {`HTMLSlotElement`} - \n\n * `open` {`boolean`} - Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.\n\n * `placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the dropdown so the panel will not open.\n\n * `stayOpenOnSelect` {`boolean`} - By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.\n\n * `containingElement` {`HTMLElement | undefined`} - The dropdown will close when the user interacts outside of this element (e.g. clicking). Useful for composing other\ncomponents that use a dropdown internally.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its trigger.\n\n * `noOpenOnClick` {`boolean`} - \n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its trigger.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1201
+ "description": "Nile icon component.\n\nEvents:\n\n * `nile-show` {} - Emitted when the dropdown opens.\n\n * `nile-after-show` {} - Emitted after the dropdown opens and all animations are complete.\n\n * `nile-hide` {} - Emitted when the dropdown closes.\n\n * `nile-after-hide` {} - Emitted after the dropdown closes and all animations are complete.\n\nSlots:\n\n * ` ` {} - The dropdown's main content.\n\n * `trigger` {} - The dropdown's trigger, usually a `<nile-button>` element.\n\nAttributes:\n\n * `open` {`boolean`} - Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the dropdown so the panel will not open.\n\n * `stay-open-on-select` {`boolean`} - By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its trigger.\n\n * `noOpenOnClick` {`boolean`} - \n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its trigger.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\nProperties:\n\n * `styles` - \n\n * `popup` - \n\n * `trigger` {`HTMLSlotElement`} - \n\n * `panel` {`HTMLSlotElement`} - \n\n * `open` {`boolean`} - Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the dropdown so the panel will not open.\n\n * `stayOpenOnSelect` {`boolean`} - By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.\n\n * `containingElement` {`HTMLElement | undefined`} - The dropdown will close when the user interacts outside of this element (e.g. clicking). Useful for composing other\ncomponents that use a dropdown internally.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its trigger.\n\n * `noOpenOnClick` {`boolean`} - \n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its trigger.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
1202
1202
  "attributes": [
1203
1203
  {
1204
1204
  "name": "open",
@@ -1207,7 +1207,7 @@
1207
1207
  },
1208
1208
  {
1209
1209
  "name": "placement",
1210
- "description": "`placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.\n\nProperty: placement\n\nDefault: bottom-start",
1210
+ "description": "`placement` {`TooltipPosition`} - The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.\n\nProperty: placement\n\nDefault: bottom-start",
1211
1211
  "values": [
1212
1212
  {
1213
1213
  "name": "left"
@@ -1218,9 +1218,6 @@
1218
1218
  {
1219
1219
  "name": "top"
1220
1220
  },
1221
- {
1222
- "name": "bottom"
1223
- },
1224
1221
  {
1225
1222
  "name": "top-start"
1226
1223
  },
@@ -1228,16 +1225,19 @@
1228
1225
  "name": "top-end"
1229
1226
  },
1230
1227
  {
1231
- "name": "bottom-start"
1228
+ "name": "right-start"
1232
1229
  },
1233
1230
  {
1234
- "name": "bottom-end"
1231
+ "name": "right-end"
1235
1232
  },
1236
1233
  {
1237
- "name": "right-start"
1234
+ "name": "bottom"
1238
1235
  },
1239
1236
  {
1240
- "name": "right-end"
1237
+ "name": "bottom-start"
1238
+ },
1239
+ {
1240
+ "name": "bottom-end"
1241
1241
  },
1242
1242
  {
1243
1243
  "name": "left-start"
@@ -2395,11 +2395,11 @@
2395
2395
  },
2396
2396
  {
2397
2397
  "name": "nile-popover",
2398
- "description": "Nile icon component.\n\nAttributes:\n\n * `placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the popover. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\n * `distance` {`number`} - The distance in pixels from which to offset the popover away from its target.\n\n * `preventOverlayClose` {`boolean`} - \n\n * `arrow` {`boolean`} - \n\n * `title` {`string`} - Gives the title to the popover\n\n * `open` {`boolean`} - \n\n * `arrow-placement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - \n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `flip` {`boolean`} - \n\nProperties:\n\n * `placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the popover. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\n * `distance` {`number`} - The distance in pixels from which to offset the popover away from its target.\n\n * `preventOverlayClose` {`boolean`} - \n\n * `arrow` {`boolean`} - \n\n * `title` {`string`} - Gives the title to the popover\n\n * `open` {`boolean`} - \n\n * `isShow` {`boolean`} - \n\n * `arrowPlacement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - \n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `flip` {`boolean`} - \n\n * `handleClick` - \n\n * `handleDocumentClick` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
2398
+ "description": "Nile icon component.\n\nAttributes:\n\n * `placement` {`TooltipPosition`} - The preferred placement of the popover. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\n * `distance` {`number`} - The distance in pixels from which to offset the popover away from its target.\n\n * `preventOverlayClose` {`boolean`} - \n\n * `arrow` {`boolean`} - \n\n * `title` {`string`} - Gives the title to the popover\n\n * `open` {`boolean`} - \n\n * `arrow-placement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - \n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `flip` {`boolean`} - \n\nProperties:\n\n * `placement` {`TooltipPosition`} - The preferred placement of the popover. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\n * `distance` {`number`} - The distance in pixels from which to offset the popover away from its target.\n\n * `preventOverlayClose` {`boolean`} - \n\n * `arrow` {`boolean`} - \n\n * `title` {`string`} - Gives the title to the popover\n\n * `open` {`boolean`} - \n\n * `isShow` {`boolean`} - \n\n * `arrowPlacement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - \n\n * `hoist` {`boolean`} - Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `flip` {`boolean`} - \n\n * `handleClick` - \n\n * `handleDocumentClick` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
2399
2399
  "attributes": [
2400
2400
  {
2401
2401
  "name": "placement",
2402
- "description": "`placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the popover. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\nProperty: placement\n\nDefault: top",
2402
+ "description": "`placement` {`TooltipPosition`} - The preferred placement of the popover. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\nProperty: placement\n\nDefault: top",
2403
2403
  "values": [
2404
2404
  {
2405
2405
  "name": "left"
@@ -2410,9 +2410,6 @@
2410
2410
  {
2411
2411
  "name": "top"
2412
2412
  },
2413
- {
2414
- "name": "bottom"
2415
- },
2416
2413
  {
2417
2414
  "name": "top-start"
2418
2415
  },
@@ -2420,16 +2417,19 @@
2420
2417
  "name": "top-end"
2421
2418
  },
2422
2419
  {
2423
- "name": "bottom-start"
2420
+ "name": "right-start"
2424
2421
  },
2425
2422
  {
2426
- "name": "bottom-end"
2423
+ "name": "right-end"
2427
2424
  },
2428
2425
  {
2429
- "name": "right-start"
2426
+ "name": "bottom"
2430
2427
  },
2431
2428
  {
2432
- "name": "right-end"
2429
+ "name": "bottom-start"
2430
+ },
2431
+ {
2432
+ "name": "bottom-end"
2433
2433
  },
2434
2434
  {
2435
2435
  "name": "left-start"
@@ -2494,7 +2494,7 @@
2494
2494
  },
2495
2495
  {
2496
2496
  "name": "nile-popup",
2497
- "description": "Nile icon component.\n\nAttributes:\n\n * `anchor` {`string | Element`} - The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.\n\n * `active` {`boolean`} - Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.\n\n * `placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.\n\n * `strategy` {`\"absolute\" | \"fixed\"`} - Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its anchor.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its anchor.\n\n * `arrow` {`boolean`} - Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.\n\n * `arrow-placement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.\n\n * `arrow-padding` {`number`} - The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.\n\n * `flip` {`boolean`} - When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.\n\n * `flip-fallback-placements` {`string`} - If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.\n\n * `flip-fallback-strategy` {`\"best-fit\" | \"initial\"`} - When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.\n\n * `flipBoundary` {`Element | Element[]`} - The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `flip-padding` {`number`} - The amount of padding, in pixels, to exceed before the flip behavior will occur.\n\n * `shift` {`boolean`} - Moves the popup along the axis to keep it in view when clipped.\n\n * `shiftBoundary` {`Element | Element[]`} - The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `shift-padding` {`number`} - The amount of padding, in pixels, to exceed before the shift behavior will occur.\n\n * `auto-size` {`\"both\" | \"horizontal\" | \"vertical\"`} - When set, this will cause the popup to automatically resize itself to prevent it from overflowing.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `autoSizeBoundary` {`Element | Element[]`} - The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `auto-size-padding` {`number`} - The amount of padding, in pixels, to exceed before the auto-size behavior will occur.\n\nProperties:\n\n * `styles` - \n\n * `anchorEl` {`Element | null`} - \n\n * `cleanup` - \n\n * `popup` {`HTMLElement`} - A reference to the internal popup container. Useful for animating and styling the popup with JavaScript.\n\n * `arrowEl` {`HTMLElement`} - \n\n * `anchor` {`string | Element`} - The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.\n\n * `active` {`boolean`} - Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.\n\n * `placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.\n\n * `strategy` {`\"absolute\" | \"fixed\"`} - Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its anchor.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its anchor.\n\n * `arrow` {`boolean`} - Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.\n\n * `arrowPlacement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.\n\n * `arrowPadding` {`number`} - The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.\n\n * `flip` {`boolean`} - When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.\n\n * `flipFallbackPlacements` {`string`} - If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.\n\n * `flipFallbackStrategy` {`\"best-fit\" | \"initial\"`} - When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.\n\n * `flipBoundary` {`Element | Element[]`} - The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `flipPadding` {`number`} - The amount of padding, in pixels, to exceed before the flip behavior will occur.\n\n * `shift` {`boolean`} - Moves the popup along the axis to keep it in view when clipped.\n\n * `shiftBoundary` {`Element | Element[]`} - The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `shiftPadding` {`number`} - The amount of padding, in pixels, to exceed before the shift behavior will occur.\n\n * `autoSize` {`\"both\" | \"horizontal\" | \"vertical\"`} - When set, this will cause the popup to automatically resize itself to prevent it from overflowing.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `autoSizeBoundary` {`Element | Element[]`} - The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `autoSizePadding` {`number`} - The amount of padding, in pixels, to exceed before the auto-size behavior will occur.\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
2497
+ "description": "Nile icon component.\n\nAttributes:\n\n * `anchor` {`string | Element`} - The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.\n\n * `active` {`boolean`} - Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.\n\n * `strategy` {`\"absolute\" | \"fixed\"`} - Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its anchor.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its anchor.\n\n * `arrow` {`boolean`} - Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.\n\n * `arrow-placement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.\n\n * `arrow-padding` {`number`} - The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.\n\n * `flip` {`boolean`} - When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.\n\n * `flip-fallback-placements` {`string`} - If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.\n\n * `flip-fallback-strategy` {`\"best-fit\" | \"initial\"`} - When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.\n\n * `flipBoundary` {`Element | Element[]`} - The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `flip-padding` {`number`} - The amount of padding, in pixels, to exceed before the flip behavior will occur.\n\n * `shift` {`boolean`} - Moves the popup along the axis to keep it in view when clipped.\n\n * `shiftBoundary` {`Element | Element[]`} - The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `shift-padding` {`number`} - The amount of padding, in pixels, to exceed before the shift behavior will occur.\n\n * `auto-size` {`\"both\" | \"horizontal\" | \"vertical\"`} - When set, this will cause the popup to automatically resize itself to prevent it from overflowing.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `autoSizeBoundary` {`Element | Element[]`} - The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `auto-size-padding` {`number`} - The amount of padding, in pixels, to exceed before the auto-size behavior will occur.\n\nProperties:\n\n * `styles` - \n\n * `anchorEl` {`Element | null`} - \n\n * `cleanup` - \n\n * `popup` {`HTMLElement`} - A reference to the internal popup container. Useful for animating and styling the popup with JavaScript.\n\n * `arrowEl` {`HTMLElement`} - \n\n * `anchor` {`string | Element`} - The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.\n\n * `active` {`boolean`} - Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.\n\n * `placement` {`TooltipPosition`} - The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.\n\n * `strategy` {`\"absolute\" | \"fixed\"`} - Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.\n\n * `distance` {`number`} - The distance in pixels from which to offset the panel away from its anchor.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the panel along its anchor.\n\n * `arrow` {`boolean`} - Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.\n\n * `arrowPlacement` {`\"end\" | \"start\" | \"center\" | \"anchor\"`} - The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.\n\n * `arrowPadding` {`number`} - The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.\n\n * `flip` {`boolean`} - When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.\n\n * `flipFallbackPlacements` {`string`} - If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.\n\n * `flipFallbackStrategy` {`\"best-fit\" | \"initial\"`} - When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.\n\n * `flipBoundary` {`Element | Element[]`} - The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `flipPadding` {`number`} - The amount of padding, in pixels, to exceed before the flip behavior will occur.\n\n * `shift` {`boolean`} - Moves the popup along the axis to keep it in view when clipped.\n\n * `shiftBoundary` {`Element | Element[]`} - The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `shiftPadding` {`number`} - The amount of padding, in pixels, to exceed before the shift behavior will occur.\n\n * `autoSize` {`\"both\" | \"horizontal\" | \"vertical\"`} - When set, this will cause the popup to automatically resize itself to prevent it from overflowing.\n\n * `sync` {`\"width\" | \"height\" | \"both\"`} - Syncs the popup's width or height to that of the anchor element.\n\n * `autoSizeBoundary` {`Element | Element[]`} - The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.\n\n * `autoSizePadding` {`number`} - The amount of padding, in pixels, to exceed before the auto-size behavior will occur.\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
2498
2498
  "attributes": [
2499
2499
  {
2500
2500
  "name": "anchor",
@@ -2508,7 +2508,7 @@
2508
2508
  },
2509
2509
  {
2510
2510
  "name": "placement",
2511
- "description": "`placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.\n\nProperty: placement\n\nDefault: top",
2511
+ "description": "`placement` {`TooltipPosition`} - The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.\n\nProperty: placement\n\nDefault: top",
2512
2512
  "values": [
2513
2513
  {
2514
2514
  "name": "left"
@@ -2519,9 +2519,6 @@
2519
2519
  {
2520
2520
  "name": "top"
2521
2521
  },
2522
- {
2523
- "name": "bottom"
2524
- },
2525
2522
  {
2526
2523
  "name": "top-start"
2527
2524
  },
@@ -2529,16 +2526,19 @@
2529
2526
  "name": "top-end"
2530
2527
  },
2531
2528
  {
2532
- "name": "bottom-start"
2529
+ "name": "right-start"
2533
2530
  },
2534
2531
  {
2535
- "name": "bottom-end"
2532
+ "name": "right-end"
2536
2533
  },
2537
2534
  {
2538
- "name": "right-start"
2535
+ "name": "bottom"
2539
2536
  },
2540
2537
  {
2541
- "name": "right-end"
2538
+ "name": "bottom-start"
2539
+ },
2540
+ {
2541
+ "name": "bottom-end"
2542
2542
  },
2543
2543
  {
2544
2544
  "name": "left-start"
@@ -2838,7 +2838,7 @@
2838
2838
  },
2839
2839
  {
2840
2840
  "name": "nile-select",
2841
- "description": "Events:\n\n * `nile-change` {} - Emitted when the control's value changes.\n\n * `nile-clear` {} - Emitted when the control's value is cleared.\n\n * `nile-input` {} - Emitted when the control receives input.\n\n * `nile-focus` {} - Emitted when the control gains focus.\n\n * `nile-blur` {} - Emitted when the control loses focus.\n\n * `nile-show` {} - Emitted when the select's menu opens.\n\n * `nile-after-show` {} - Emitted after the select's menu opens and all animations are complete.\n\n * `nile-hide` {} - Emitted when the select's menu closes.\n\n * `nile-after-hide` {} - Emitted after the select's menu closes and all animations are complete.\n\n * `nile-invalid` {} - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\nSlots:\n\n * ` ` {} - The listbox options. Must be `<nile-option>` elements. You can use `<nile-divider>` to group items visually.\n\n * `label` {} - The input's label. Alternatively, you can use the `label` attribute.\n\n * `prefix` {} - Used to prepend a presentational icon or similar element to the combobox.\n\n * `clear-icon` {} - An icon to use in lieu of the default clear icon.\n\n * `expand-icon` {} - The icon to show when the control is expanded and collapsed. Rotates on open and close.\n\n * `help-text` {} - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n\nAttributes:\n\n * `size` {`\"medium\" | \"small\" | \"large\"`} - The select's size.\n\n * `placeholder` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `searchEnabled` {`boolean`} - \n\n * `internal-search-placeholder` {`string`} - \n\n * `blockValueChange` {`boolean`} - \n\n * `disableLocalSearch` {`boolean`} - \n\n * `optionsLoading` {`boolean`} - \n\n * `noWidthSync` {`boolean`} - \n\n * `multiple` {`boolean`} - Allows more than one option to be selected.\n\n * `help-text` {`string`} - \n\n * `error-message` {`string`} - \n\n * `warning` {`boolean`} - Sets the input to a warning state, changing its visual appearance.\n\n * `error` {`boolean`} - Sets the input to an error state, changing its visual appearance.\n\n * `success` {`boolean`} - Sets the input to a success state, changing its visual appearance.\n\n * `max-options-visible` {`number`} - The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.\n\n * `clearable` {`boolean`} - Adds a clear button when the select is not empty.\n\n * `open` {`boolean`} - Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.\n\n * `hoist` {`boolean`} - Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `filled` {`boolean`} - Draws a filled select.\n\n * `pill` {`boolean`} - Draws a pill-style select with rounded edges.\n\n * `label` {`string`} - The select's label. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"bottom\"`} - The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.\n\n * `showSelected` {`boolean`} - \n\n * `showNoResults` {`boolean`} - \n\n * `noResultsMessage` {`string`} - \n\n * `name` {`string`} - The name of the select, submitted as a name/value pair with form data.\n\n * `value` {`string | string[]`} - The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue will be a space-delimited list of values based on the options selected.\n\n * `disabled` {`boolean`} - Disables the select control.\n\n * `form` {`string`} - By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.\n\n * `required` {`boolean`} - The select's required attribute.\n\nProperties:\n\n * `styles` - \n\n * `formControlController` - \n\n * `hasSlotController` - \n\n * `typeToSelectString` {`string`} - \n\n * `typeToSelectTimeout` {`number`} - \n\n * `popup` - \n\n * `combobox` {`HTMLSlotElement`} - \n\n * `displayInput` {`HTMLInputElement`} - \n\n * `valueInput` {`HTMLInputElement`} - \n\n * `listbox` {`HTMLSlotElement`} - \n\n * `hasFocus` {`boolean`} - \n\n * `displayLabel` {`string`} - \n\n * `currentOption` - \n\n * `selectedOptions` {`NileOption[]`} - \n\n * `oldValue` {`string | string[]`} - \n\n * `size` {`\"medium\" | \"small\" | \"large\"`} - The select's size.\n\n * `placeholder` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `searchValue` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `searchEnabled` {`boolean`} - \n\n * `internalSearchPlaceHolder` {`string`} - \n\n * `blockValueChange` {`boolean`} - \n\n * `disableLocalSearch` {`boolean`} - \n\n * `optionsLoading` {`boolean`} - \n\n * `noWidthSync` {`boolean`} - \n\n * `multiple` {`boolean`} - Allows more than one option to be selected.\n\n * `helpText` {`string`} - \n\n * `errorMessage` {`string`} - \n\n * `warning` {`boolean`} - Sets the input to a warning state, changing its visual appearance.\n\n * `error` {`boolean`} - Sets the input to an error state, changing its visual appearance.\n\n * `success` {`boolean`} - Sets the input to a success state, changing its visual appearance.\n\n * `maxOptionsVisible` {`number`} - The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.\n\n * `clearable` {`boolean`} - Adds a clear button when the select is not empty.\n\n * `open` {`boolean`} - Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.\n\n * `hoist` {`boolean`} - Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `filled` {`boolean`} - Draws a filled select.\n\n * `pill` {`boolean`} - Draws a pill-style select with rounded edges.\n\n * `label` {`string`} - The select's label. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"bottom\"`} - The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.\n\n * `showSelected` {`boolean`} - \n\n * `oldMaxOptionsVisible` {`number`} - \n\n * `showNoResults` {`boolean`} - \n\n * `noResultsMessage` {`string`} - \n\n * `observer` {`MutationObserver | null`} - \n\n * `name` {`string`} - The name of the select, submitted as a name/value pair with form data.\n\n * `value` {`string | string[]`} - The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue will be a space-delimited list of values based on the options selected.\n\n * `disabled` {`boolean`} - Disables the select control.\n\n * `defaultValue` {`string | string[]`} - The default value of the form control. Primarily used for resetting the form control.\n\n * `defaultChecked` {`boolean | undefined`} - \n\n * `form` {`string`} - By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.\n\n * `pattern` {`string | undefined`} - \n\n * `min` {`string | number | Date | undefined`} - \n\n * `max` {`string | number | Date | undefined`} - \n\n * `step` {`number | \"any\" | undefined`} - \n\n * `required` {`boolean`} - The select's required attribute.\n\n * `minlength` {`number | undefined`} - \n\n * `maxlength` {`number | undefined`} - \n\n * `validity` {`ValidityState`} - Gets the validity state object\n\n * `validationMessage` {`string`} - Gets the validation message\n\n * `checkValidity` - \n\n * `getForm` - \n\n * `reportValidity` - \n\n * `setCustomValidity` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
2841
+ "description": "Events:\n\n * `nile-change` {} - Emitted when the control's value changes.\n\n * `nile-clear` {} - Emitted when the control's value is cleared.\n\n * `nile-input` {} - Emitted when the control receives input.\n\n * `nile-focus` {} - Emitted when the control gains focus.\n\n * `nile-blur` {} - Emitted when the control loses focus.\n\n * `nile-show` {} - Emitted when the select's menu opens.\n\n * `nile-after-show` {} - Emitted after the select's menu opens and all animations are complete.\n\n * `nile-hide` {} - Emitted when the select's menu closes.\n\n * `nile-after-hide` {} - Emitted after the select's menu closes and all animations are complete.\n\n * `nile-invalid` {} - Emitted when the form control has been checked for validity and its constraints aren't satisfied.\n\nSlots:\n\n * ` ` {} - The listbox options. Must be `<nile-option>` elements. You can use `<nile-divider>` to group items visually.\n\n * `label` {} - The input's label. Alternatively, you can use the `label` attribute.\n\n * `prefix` {} - Used to prepend a presentational icon or similar element to the combobox.\n\n * `clear-icon` {} - An icon to use in lieu of the default clear icon.\n\n * `expand-icon` {} - The icon to show when the control is expanded and collapsed. Rotates on open and close.\n\n * `help-text` {} - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.\n\nAttributes:\n\n * `size` {`\"medium\" | \"small\" | \"large\"`} - The select's size.\n\n * `placeholder` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `searchEnabled` {`boolean`} - \n\n * `internal-search-placeholder` {`string`} - \n\n * `blockValueChange` {`boolean`} - \n\n * `disableLocalSearch` {`boolean`} - \n\n * `optionsLoading` {`boolean`} - \n\n * `noWidthSync` {`boolean`} - \n\n * `multiple` {`boolean`} - Allows more than one option to be selected.\n\n * `help-text` {`string`} - \n\n * `error-message` {`string`} - \n\n * `warning` {`boolean`} - Sets the input to a warning state, changing its visual appearance.\n\n * `error` {`boolean`} - Sets the input to an error state, changing its visual appearance.\n\n * `success` {`boolean`} - Sets the input to a success state, changing its visual appearance.\n\n * `max-options-visible` {`number`} - The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.\n\n * `clearable` {`boolean`} - Adds a clear button when the select is not empty.\n\n * `open` {`boolean`} - Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.\n\n * `hoist` {`boolean`} - Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `filled` {`boolean`} - Draws a filled select.\n\n * `pill` {`boolean`} - Draws a pill-style select with rounded edges.\n\n * `label` {`string`} - The select's label. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"bottom\"`} - The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.\n\n * `showSelected` {`boolean`} - \n\n * `showNoResults` {`boolean`} - \n\n * `noResultsMessage` {`string`} - \n\n * `name` {`string`} - The name of the select, submitted as a name/value pair with form data.\n\n * `value` {`string | string[]`} - The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue will be a space-delimited list of values based on the options selected.\n\n * `disabled` {`boolean`} - Disables the select control.\n\n * `form` {`string`} - By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.\n\n * `required` {`boolean`} - The select's required attribute.\n\nProperties:\n\n * `styles` - \n\n * `formControlController` - \n\n * `hasSlotController` - \n\n * `typeToSelectString` {`string`} - \n\n * `typeToSelectTimeout` {`number`} - \n\n * `popup` - \n\n * `combobox` {`HTMLSlotElement`} - \n\n * `displayInput` {`HTMLInputElement`} - \n\n * `valueInput` {`HTMLInputElement`} - \n\n * `listbox` {`HTMLSlotElement`} - \n\n * `hasFocus` {`boolean`} - \n\n * `displayLabel` {`string`} - \n\n * `currentOption` - \n\n * `selectedOptions` {`NileOption[]`} - \n\n * `oldValue` {`string | string[]`} - \n\n * `size` {`\"medium\" | \"small\" | \"large\"`} - The select's size.\n\n * `placeholder` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `searchValue` {`string`} - Placeholder text to show as a hint when the select is empty.\n\n * `searchEnabled` {`boolean`} - \n\n * `internalSearchPlaceHolder` {`string`} - \n\n * `blockValueChange` {`boolean`} - \n\n * `disableLocalSearch` {`boolean`} - \n\n * `optionsLoading` {`boolean`} - \n\n * `noWidthSync` {`boolean`} - \n\n * `multiple` {`boolean`} - Allows more than one option to be selected.\n\n * `helpText` {`string`} - \n\n * `errorMessage` {`string`} - \n\n * `warning` {`boolean`} - Sets the input to a warning state, changing its visual appearance.\n\n * `error` {`boolean`} - Sets the input to an error state, changing its visual appearance.\n\n * `success` {`boolean`} - Sets the input to a success state, changing its visual appearance.\n\n * `maxOptionsVisible` {`number`} - The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.\n\n * `clearable` {`boolean`} - Adds a clear button when the select is not empty.\n\n * `open` {`boolean`} - Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.\n\n * `hoist` {`boolean`} - Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.\n\n * `filled` {`boolean`} - Draws a filled select.\n\n * `pill` {`boolean`} - Draws a pill-style select with rounded edges.\n\n * `label` {`string`} - The select's label. If you need to display HTML, use the `label` slot instead.\n\n * `placement` {`\"top\" | \"bottom\"`} - The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.\n\n * `showSelected` {`boolean`} - \n\n * `oldMaxOptionsVisible` {`number`} - \n\n * `showNoResults` {`boolean`} - \n\n * `noResultsMessage` {`string`} - \n\n * `name` {`string`} - The name of the select, submitted as a name/value pair with form data.\n\n * `value` {`string | string[]`} - The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue will be a space-delimited list of values based on the options selected.\n\n * `disabled` {`boolean`} - Disables the select control.\n\n * `defaultValue` {`string | string[]`} - The default value of the form control. Primarily used for resetting the form control.\n\n * `defaultChecked` {`boolean | undefined`} - \n\n * `form` {`string`} - By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.\n\n * `pattern` {`string | undefined`} - \n\n * `min` {`string | number | Date | undefined`} - \n\n * `max` {`string | number | Date | undefined`} - \n\n * `step` {`number | \"any\" | undefined`} - \n\n * `required` {`boolean`} - The select's required attribute.\n\n * `minlength` {`number | undefined`} - \n\n * `maxlength` {`number | undefined`} - \n\n * `validity` {`ValidityState`} - Gets the validity state object\n\n * `validationMessage` {`string`} - Gets the validation message\n\n * `checkValidity` - \n\n * `getForm` - \n\n * `reportValidity` - \n\n * `setCustomValidity` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
2842
2842
  "attributes": [
2843
2843
  {
2844
2844
  "name": "size",
@@ -3162,6 +3162,96 @@
3162
3162
  }
3163
3163
  ]
3164
3164
  },
3165
+ {
3166
+ "name": "nile-slider",
3167
+ "description": "Nile slider component.\n\nAttributes:\n\n * `minValue` {`number`} - \n\n * `value` {`number`} - \n\n * `maxValue` {`number`} - \n\n * `rangeOneValue` {`number`} - \n\n * `rangeTwoValue` {`number`} - \n\n * `showLabel` {`boolean`} - \n\n * `labelStart` {`string`} - \n\n * `labelEnd` {`string`} - \n\n * `rangeSlider` {`boolean`} - \n\n * `labelPosition` {`string`} - \n\n * `tooltipPosition` {`TooltipPosition`} - \n\nProperties:\n\n * `minValue` {`number`} - \n\n * `value` {`number`} - \n\n * `maxValue` {`number`} - \n\n * `rangeOneValue` {`number`} - \n\n * `rangeTwoValue` {`number`} - \n\n * `showLabel` {`boolean`} - \n\n * `labelStart` {`string`} - \n\n * `labelEnd` {`string`} - \n\n * `rangeSlider` {`boolean`} - \n\n * `labelPosition` {`string`} - \n\n * `tooltipPosition` {`TooltipPosition`} - \n\n * `buttonOne` {`HTMLElement`} - \n\n * `buttonTwo` {`HTMLElement`} - \n\n * `range` {`HTMLElement`} - \n\n * `completed` {`HTMLElement`} - \n\n * `activeThumb` {`\"one\" | \"two\" | null`} - \n\n * `onMouseMove` - \n\n * `onMouseUp` - \n\n * `onMouseDown` - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
3168
+ "attributes": [
3169
+ {
3170
+ "name": "minValue",
3171
+ "description": "`minValue` {`number`} - \n\nProperty: minValue\n\nDefault: 0"
3172
+ },
3173
+ {
3174
+ "name": "value",
3175
+ "description": "`value` {`number`} - \n\nProperty: value\n\nDefault: minValue"
3176
+ },
3177
+ {
3178
+ "name": "maxValue",
3179
+ "description": "`maxValue` {`number`} - \n\nProperty: maxValue\n\nDefault: 100"
3180
+ },
3181
+ {
3182
+ "name": "rangeOneValue",
3183
+ "description": "`rangeOneValue` {`number`} - \n\nProperty: rangeOneValue\n\nDefault: minValue"
3184
+ },
3185
+ {
3186
+ "name": "rangeTwoValue",
3187
+ "description": "`rangeTwoValue` {`number`} - \n\nProperty: rangeTwoValue\n\nDefault: maxValue"
3188
+ },
3189
+ {
3190
+ "name": "showLabel",
3191
+ "description": "`showLabel` {`boolean`} - \n\nProperty: showLabel\n\nDefault: false",
3192
+ "valueSet": "v"
3193
+ },
3194
+ {
3195
+ "name": "labelStart",
3196
+ "description": "`labelStart` {`string`} - \n\nProperty: labelStart\n\nDefault: "
3197
+ },
3198
+ {
3199
+ "name": "labelEnd",
3200
+ "description": "`labelEnd` {`string`} - \n\nProperty: labelEnd\n\nDefault: "
3201
+ },
3202
+ {
3203
+ "name": "rangeSlider",
3204
+ "description": "`rangeSlider` {`boolean`} - \n\nProperty: rangeSlider\n\nDefault: false",
3205
+ "valueSet": "v"
3206
+ },
3207
+ {
3208
+ "name": "labelPosition",
3209
+ "description": "`labelPosition` {`string`} - \n\nProperty: labelPosition\n\nDefault: top"
3210
+ },
3211
+ {
3212
+ "name": "tooltipPosition",
3213
+ "description": "`tooltipPosition` {`TooltipPosition`} - \n\nProperty: tooltipPosition\n\nDefault: top",
3214
+ "values": [
3215
+ {
3216
+ "name": "left"
3217
+ },
3218
+ {
3219
+ "name": "right"
3220
+ },
3221
+ {
3222
+ "name": "top"
3223
+ },
3224
+ {
3225
+ "name": "top-start"
3226
+ },
3227
+ {
3228
+ "name": "top-end"
3229
+ },
3230
+ {
3231
+ "name": "right-start"
3232
+ },
3233
+ {
3234
+ "name": "right-end"
3235
+ },
3236
+ {
3237
+ "name": "bottom"
3238
+ },
3239
+ {
3240
+ "name": "bottom-start"
3241
+ },
3242
+ {
3243
+ "name": "bottom-end"
3244
+ },
3245
+ {
3246
+ "name": "left-start"
3247
+ },
3248
+ {
3249
+ "name": "left-end"
3250
+ }
3251
+ ]
3252
+ }
3253
+ ]
3254
+ },
3165
3255
  {
3166
3256
  "name": "nile-spinner",
3167
3257
  "description": "Nile icon component.\n\n",
@@ -3290,20 +3380,20 @@
3290
3380
  },
3291
3381
  {
3292
3382
  "name": "nile-tab-group",
3293
- "description": "Nile icon component.\n\nEvents:\n\n * `nile-tab-show` - Emitted when a tab is shown.\n\n * `nile-tab-hide` - Emitted when a tab is hidden.\n\nSlots:\n\n * ` ` {} - Used for grouping tab panels in the tab group. Must be `<nile-tab-panel>` elements.\n\n * `nav` {} - Used for grouping tabs in the tab group. Must be `<nile-tab>` elements.\n\nAttributes:\n\n * `placement` {`\"top\" | \"end\" | \"bottom\" | \"start\"`} - The placement of the tabs.\n\n * `value` {`string`} - The placement of the tabs.\n\n * `no-track` {`boolean`} - Track for showing Indicators and Background.\n\n * `activation` {`\"auto\" | \"manual\"`} - When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.\n\n * `no-scroll-controls` {`boolean`} - Disables the scroll arrows that appear when tabs overflow.\n\n * `centered` {`boolean`} - Controls whether tabs are centered and have equal width\n\nProperties:\n\n * `styles` - \n\n * `activeTab` - \n\n * `mutationObserver` {`MutationObserver`} - \n\n * `resizeObserver` - \n\n * `tabs` {`NileTab[]`} - \n\n * `panels` {`NileTabPanel[]`} - \n\n * `tabGroup` {`HTMLElement`} - \n\n * `body` {`HTMLSlotElement`} - \n\n * `nav` {`HTMLElement`} - \n\n * `indicator` {`HTMLElement`} - \n\n * `hasScrollControls` {`boolean`} - \n\n * `placement` {`\"top\" | \"end\" | \"bottom\" | \"start\"`} - The placement of the tabs.\n\n * `activeTabProp` {`string`} - The placement of the tabs.\n\n * `noTrack` {`boolean`} - Track for showing Indicators and Background.\n\n * `activation` {`\"auto\" | \"manual\"`} - When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.\n\n * `noScrollControls` {`boolean`} - Disables the scroll arrows that appear when tabs overflow.\n\n * `centered` {`boolean`} - Controls whether tabs are centered and have equal width\n\n * `activeTabName` {`string`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
3383
+ "description": "Nile icon component.\n\nEvents:\n\n * `nile-tab-show` - Emitted when a tab is shown.\n\n * `nile-tab-hide` - Emitted when a tab is hidden.\n\nSlots:\n\n * ` ` {} - Used for grouping tab panels in the tab group. Must be `<nile-tab-panel>` elements.\n\n * `nav` {} - Used for grouping tabs in the tab group. Must be `<nile-tab>` elements.\n\nAttributes:\n\n * `placement` {`\"top\" | \"bottom\" | \"end\" | \"start\"`} - The placement of the tabs.\n\n * `value` {`string`} - The placement of the tabs.\n\n * `no-track` {`boolean`} - Track for showing Indicators and Background.\n\n * `activation` {`\"auto\" | \"manual\"`} - When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.\n\n * `no-scroll-controls` {`boolean`} - Disables the scroll arrows that appear when tabs overflow.\n\n * `centered` {`boolean`} - Controls whether tabs are centered and have equal width\n\nProperties:\n\n * `styles` - \n\n * `activeTab` - \n\n * `mutationObserver` {`MutationObserver`} - \n\n * `resizeObserver` - \n\n * `tabs` {`NileTab[]`} - \n\n * `panels` {`NileTabPanel[]`} - \n\n * `tabGroup` {`HTMLElement`} - \n\n * `body` {`HTMLSlotElement`} - \n\n * `nav` {`HTMLElement`} - \n\n * `indicator` {`HTMLElement`} - \n\n * `hasScrollControls` {`boolean`} - \n\n * `placement` {`\"top\" | \"bottom\" | \"end\" | \"start\"`} - The placement of the tabs.\n\n * `activeTabProp` {`string`} - The placement of the tabs.\n\n * `noTrack` {`boolean`} - Track for showing Indicators and Background.\n\n * `activation` {`\"auto\" | \"manual\"`} - When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.\n\n * `noScrollControls` {`boolean`} - Disables the scroll arrows that appear when tabs overflow.\n\n * `centered` {`boolean`} - Controls whether tabs are centered and have equal width\n\n * `activeTabName` {`string`} - \n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
3294
3384
  "attributes": [
3295
3385
  {
3296
3386
  "name": "placement",
3297
- "description": "`placement` {`\"top\" | \"end\" | \"bottom\" | \"start\"`} - The placement of the tabs.\n\nProperty: placement\n\nDefault: top",
3387
+ "description": "`placement` {`\"top\" | \"bottom\" | \"end\" | \"start\"`} - The placement of the tabs.\n\nProperty: placement\n\nDefault: top",
3298
3388
  "values": [
3299
3389
  {
3300
3390
  "name": "top"
3301
3391
  },
3302
3392
  {
3303
- "name": "end"
3393
+ "name": "bottom"
3304
3394
  },
3305
3395
  {
3306
- "name": "bottom"
3396
+ "name": "end"
3307
3397
  },
3308
3398
  {
3309
3399
  "name": "start"
@@ -3866,7 +3956,7 @@
3866
3956
  },
3867
3957
  {
3868
3958
  "name": "nile-tooltip",
3869
- "description": "Nile icon component.\n\nAttributes:\n\n * `content` {`string`} - The tooltip's content. If you need to display HTML, use the `content` slot instead.\n\n * `size` {`\"small\" | \"large\"`} - Size Property to decide the tool tip size\n\n * `placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the tooltip so it won't show when triggered.\n\n * `distance` {`number`} - The distance in pixels from which to offset the tooltip away from its target.\n\n * `open` {`boolean`} - Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the tooltip along its target.\n\n * `trigger` {`string`} - Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.\n\n * `hoist` {`boolean`} - Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.\n\nProperties:\n\n * `hoverTimeout` {`number`} - \n\n * `defaultSlot` {`HTMLSlotElement`} - \n\n * `body` {`HTMLElement`} - \n\n * `popup` - \n\n * `content` {`string`} - The tooltip's content. If you need to display HTML, use the `content` slot instead.\n\n * `size` {`\"small\" | \"large\"`} - Size Property to decide the tool tip size\n\n * `placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the tooltip so it won't show when triggered.\n\n * `distance` {`number`} - The distance in pixels from which to offset the tooltip away from its target.\n\n * `open` {`boolean`} - Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the tooltip along its target.\n\n * `trigger` {`string`} - Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.\n\n * `hoist` {`boolean`} - Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
3959
+ "description": "Nile icon component.\n\nAttributes:\n\n * `content` {`string`} - The tooltip's content. If you need to display HTML, use the `content` slot instead.\n\n * `size` {`\"small\" | \"large\"`} - Size Property to decide the tool tip size\n\n * `placement` {`TooltipPosition`} - The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the tooltip so it won't show when triggered.\n\n * `distance` {`number`} - The distance in pixels from which to offset the tooltip away from its target.\n\n * `open` {`boolean`} - Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the tooltip along its target.\n\n * `trigger` {`string`} - Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.\n\n * `hoist` {`boolean`} - Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.\n\nProperties:\n\n * `hoverTimeout` {`number`} - \n\n * `defaultSlot` {`HTMLSlotElement`} - \n\n * `body` {`HTMLElement`} - \n\n * `popup` - \n\n * `content` {`string`} - The tooltip's content. If you need to display HTML, use the `content` slot instead.\n\n * `size` {`\"small\" | \"large\"`} - Size Property to decide the tool tip size\n\n * `placement` {`TooltipPosition`} - The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\n * `disabled` {`boolean`} - Disables the tooltip so it won't show when triggered.\n\n * `distance` {`number`} - The distance in pixels from which to offset the tooltip away from its target.\n\n * `open` {`boolean`} - Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.\n\n * `skidding` {`number`} - The distance in pixels from which to offset the tooltip along its target.\n\n * `trigger` {`string`} - Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.\n\n * `hoist` {`boolean`} - Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.\n\n * `BUBBLES` {`boolean`} - \n\n * `COMPOSED` {`boolean`} - \n\n * `CANCELABLE` {`boolean`} - ",
3870
3960
  "attributes": [
3871
3961
  {
3872
3962
  "name": "content",
@@ -3886,7 +3976,7 @@
3886
3976
  },
3887
3977
  {
3888
3978
  "name": "placement",
3889
- "description": "`placement` {`\"left\" | \"right\" | \"top\" | \"bottom\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\"`} - The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\nProperty: placement\n\nDefault: top",
3979
+ "description": "`placement` {`TooltipPosition`} - The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.\n\nProperty: placement\n\nDefault: top",
3890
3980
  "values": [
3891
3981
  {
3892
3982
  "name": "left"
@@ -3897,9 +3987,6 @@
3897
3987
  {
3898
3988
  "name": "top"
3899
3989
  },
3900
- {
3901
- "name": "bottom"
3902
- },
3903
3990
  {
3904
3991
  "name": "top-start"
3905
3992
  },
@@ -3907,16 +3994,19 @@
3907
3994
  "name": "top-end"
3908
3995
  },
3909
3996
  {
3910
- "name": "bottom-start"
3997
+ "name": "right-start"
3911
3998
  },
3912
3999
  {
3913
- "name": "bottom-end"
4000
+ "name": "right-end"
3914
4001
  },
3915
4002
  {
3916
- "name": "right-start"
4003
+ "name": "bottom"
3917
4004
  },
3918
4005
  {
3919
- "name": "right-end"
4006
+ "name": "bottom-start"
4007
+ },
4008
+ {
4009
+ "name": "bottom-end"
3920
4010
  },
3921
4011
  {
3922
4012
  "name": "left-start"