@aquera/nile-elements 0.0.1-beta.15 → 0.0.1-beta.16

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 (865) hide show
  1. package/dist/index.iife.js +3481 -0
  2. package/dist/nile-button/nile-button.cjs.js +1 -1
  3. package/dist/nile-button/nile-button.cjs.js.map +1 -1
  4. package/dist/nile-button/nile-button.css.cjs.js +1 -1
  5. package/dist/nile-button/nile-button.css.cjs.js.map +1 -1
  6. package/dist/nile-button/nile-button.css.esm.js +128 -13
  7. package/dist/nile-button/nile-button.esm.js +1 -1
  8. package/dist/nile-input/nile-input.css.cjs.js +1 -1
  9. package/dist/nile-input/nile-input.css.cjs.js.map +1 -1
  10. package/dist/nile-input/nile-input.css.esm.js +4 -3
  11. package/dist/src/nile-button/nile-button.css.js +128 -13
  12. package/dist/src/nile-button/nile-button.css.js.map +1 -1
  13. package/dist/src/nile-button/nile-button.js +1 -1
  14. package/dist/src/nile-button/nile-button.js.map +1 -1
  15. package/dist/src/nile-input/nile-input.css.js +4 -3
  16. package/dist/src/nile-input/nile-input.css.js.map +1 -1
  17. package/dist/tsconfig.tsbuildinfo +1 -1
  18. package/package.json +2 -1
  19. package/rollup.config.js +95 -66
  20. package/src/nile-button/nile-button.css.ts +128 -13
  21. package/src/nile-button/nile-button.ts +1 -1
  22. package/src/nile-input/nile-input.css.ts +4 -3
  23. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/index.d.ts +0 -25
  24. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/index.js +0 -26
  25. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/index.js.map +0 -1
  26. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/animate.d.ts +0 -22
  27. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/animate.js +0 -56
  28. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/animate.js.map +0 -1
  29. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/default-value.d.ts +0 -2
  30. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/default-value.js +0 -34
  31. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/default-value.js.map +0 -1
  32. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/event.d.ts +0 -2
  33. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/event.js +0 -13
  34. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/event.js.map +0 -1
  35. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/form.d.ts +0 -73
  36. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/form.js +0 -326
  37. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/form.js.map +0 -1
  38. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/nile-element.d.ts +0 -26
  39. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/nile-element.js +0 -14
  40. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/nile-element.js.map +0 -1
  41. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/offset.d.ts +0 -11
  42. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/offset.js +0 -14
  43. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/offset.js.map +0 -1
  44. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/scroll.d.ts +0 -11
  45. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/scroll.js +0 -58
  46. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/scroll.js.map +0 -1
  47. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/slot.d.ts +0 -23
  48. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/slot.js +0 -82
  49. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/slot.js.map +0 -1
  50. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/tabbable.d.ts +0 -8
  51. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/tabbable.js +0 -65
  52. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/tabbable.js.map +0 -1
  53. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/watch.d.ts +0 -26
  54. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/watch.js +0 -40
  55. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/internal/watch.js.map +0 -1
  56. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-auto-complete/index.d.ts +0 -1
  57. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-auto-complete/index.js +0 -2
  58. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-auto-complete/index.js.map +0 -1
  59. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-auto-complete/nile-auto-complete.css.d.ts +0 -12
  60. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-auto-complete/nile-auto-complete.css.js +0 -24
  61. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-auto-complete/nile-auto-complete.css.js.map +0 -1
  62. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-auto-complete/nile-auto-complete.d.ts +0 -28
  63. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-auto-complete/nile-auto-complete.js +0 -125
  64. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-auto-complete/nile-auto-complete.js.map +0 -1
  65. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-badge/index.d.ts +0 -37
  66. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-badge/index.js +0 -121
  67. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-badge/index.js.map +0 -1
  68. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-button/index.d.ts +0 -1
  69. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-button/index.js +0 -2
  70. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-button/index.js.map +0 -1
  71. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-button/nile-button.css.d.ts +0 -10
  72. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-button/nile-button.css.js +0 -283
  73. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-button/nile-button.css.js.map +0 -1
  74. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-button/nile-button.d.ts +0 -133
  75. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-button/nile-button.js +0 -340
  76. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-button/nile-button.js.map +0 -1
  77. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-checkbox/index.d.ts +0 -1
  78. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-checkbox/index.js +0 -2
  79. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-checkbox/index.js.map +0 -1
  80. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-checkbox/nile-checkbox.css.d.ts +0 -12
  81. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-checkbox/nile-checkbox.css.js +0 -120
  82. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-checkbox/nile-checkbox.css.js.map +0 -1
  83. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-checkbox/nile-checkbox.d.ts +0 -88
  84. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-checkbox/nile-checkbox.js +0 -234
  85. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-checkbox/nile-checkbox.js.map +0 -1
  86. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-chip/index.d.ts +0 -1
  87. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-chip/index.js +0 -2
  88. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-chip/index.js.map +0 -1
  89. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-chip/nile-chip.css.d.ts +0 -12
  90. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-chip/nile-chip.css.js +0 -161
  91. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-chip/nile-chip.css.js.map +0 -1
  92. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-chip/nile-chip.d.ts +0 -59
  93. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-chip/nile-chip.js +0 -267
  94. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-chip/nile-chip.js.map +0 -1
  95. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-drawer/index.d.ts +0 -40
  96. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-drawer/index.js +0 -210
  97. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-drawer/index.js.map +0 -1
  98. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-drawer/nile-drawer.css.d.ts +0 -10
  99. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-drawer/nile-drawer.css.js +0 -30
  100. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-drawer/nile-drawer.css.js.map +0 -1
  101. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-dropdown/index.d.ts +0 -1
  102. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-dropdown/index.js +0 -2
  103. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-dropdown/index.js.map +0 -1
  104. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-dropdown/nile-dropdown.css.d.ts +0 -12
  105. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-dropdown/nile-dropdown.css.js +0 -60
  106. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-dropdown/nile-dropdown.css.js.map +0 -1
  107. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-dropdown/nile-dropdown.d.ts +0 -105
  108. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-dropdown/nile-dropdown.js +0 -412
  109. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-dropdown/nile-dropdown.js.map +0 -1
  110. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-footer/index.d.ts +0 -31
  111. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-footer/index.js +0 -42
  112. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-footer/index.js.map +0 -1
  113. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-footer/nile-footer.css.d.ts +0 -12
  114. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-footer/nile-footer.css.js +0 -17
  115. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-footer/nile-footer.css.js.map +0 -1
  116. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-heading/index.d.ts +0 -25
  117. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-heading/index.js +0 -54
  118. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-heading/index.js.map +0 -1
  119. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/agents.d.ts +0 -2
  120. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/agents.js +0 -2
  121. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/agents.js.map +0 -1
  122. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/access-review.d.ts +0 -6
  123. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/access-review.js +0 -6
  124. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/access-review.js.map +0 -1
  125. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/action.d.ts +0 -6
  126. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/action.js +0 -6
  127. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/action.js.map +0 -1
  128. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/actionworkflow.d.ts +0 -6
  129. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/actionworkflow.js +0 -6
  130. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/actionworkflow.js.map +0 -1
  131. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/agents.d.ts +0 -6
  132. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/agents.js +0 -6
  133. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/agents.js.map +0 -1
  134. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/aggregation.d.ts +0 -6
  135. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/aggregation.js +0 -6
  136. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/aggregation.js.map +0 -1
  137. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/allsearch.d.ts +0 -6
  138. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/allsearch.js +0 -6
  139. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/allsearch.js.map +0 -1
  140. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/application.d.ts +0 -6
  141. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/application.js +0 -6
  142. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/application.js.map +0 -1
  143. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/approve.d.ts +0 -6
  144. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/approve.js +0 -6
  145. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/approve.js.map +0 -1
  146. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowdown.d.ts +0 -6
  147. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowdown.js +0 -6
  148. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowdown.js.map +0 -1
  149. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowleft.d.ts +0 -6
  150. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowleft.js +0 -6
  151. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowleft.js.map +0 -1
  152. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowright.d.ts +0 -6
  153. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowright.js +0 -6
  154. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowright.js.map +0 -1
  155. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowup.d.ts +0 -6
  156. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowup.js +0 -6
  157. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/arrowup.js.map +0 -1
  158. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/attributemap.d.ts +0 -6
  159. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/attributemap.js +0 -6
  160. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/attributemap.js.map +0 -1
  161. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/back.d.ts +0 -6
  162. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/back.js +0 -6
  163. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/back.js.map +0 -1
  164. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/bell.d.ts +0 -6
  165. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/bell.js +0 -6
  166. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/bell.js.map +0 -1
  167. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/boolean.d.ts +0 -6
  168. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/boolean.js +0 -6
  169. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/boolean.js.map +0 -1
  170. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/bulk-sync.d.ts +0 -6
  171. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/bulk-sync.js +0 -6
  172. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/bulk-sync.js.map +0 -1
  173. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/button-loading-black.d.ts +0 -6
  174. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/button-loading-black.js +0 -6
  175. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/button-loading-black.js.map +0 -1
  176. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/button-loading-blue.d.ts +0 -6
  177. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/button-loading-blue.js +0 -6
  178. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/button-loading-blue.js.map +0 -1
  179. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/button-loading-white.d.ts +0 -6
  180. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/button-loading-white.js +0 -6
  181. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/button-loading-white.js.map +0 -1
  182. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/calendar.d.ts +0 -6
  183. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/calendar.js +0 -6
  184. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/calendar.js.map +0 -1
  185. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/caution.d.ts +0 -6
  186. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/caution.js +0 -6
  187. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/caution.js.map +0 -1
  188. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/close.d.ts +0 -6
  189. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/close.js +0 -6
  190. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/close.js.map +0 -1
  191. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/collapse-1.d.ts +0 -6
  192. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/collapse-1.js +0 -6
  193. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/collapse-1.js.map +0 -1
  194. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/collapse.d.ts +0 -6
  195. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/collapse.js +0 -6
  196. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/collapse.js.map +0 -1
  197. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/compact.d.ts +0 -6
  198. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/compact.js +0 -6
  199. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/compact.js.map +0 -1
  200. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/compare-tiles.d.ts +0 -6
  201. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/compare-tiles.js +0 -6
  202. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/compare-tiles.js.map +0 -1
  203. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/component-menu.d.ts +0 -6
  204. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/component-menu.js +0 -6
  205. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/component-menu.js.map +0 -1
  206. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/connect.d.ts +0 -6
  207. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/connect.js +0 -6
  208. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/connect.js.map +0 -1
  209. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/copy.d.ts +0 -6
  210. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/copy.js +0 -6
  211. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/copy.js.map +0 -1
  212. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/correlation.d.ts +0 -6
  213. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/correlation.js +0 -6
  214. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/correlation.js.map +0 -1
  215. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/dashboard.d.ts +0 -6
  216. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/dashboard.js +0 -6
  217. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/dashboard.js.map +0 -1
  218. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/database.d.ts +0 -6
  219. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/database.js +0 -6
  220. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/database.js.map +0 -1
  221. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/databaseview.d.ts +0 -6
  222. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/databaseview.js +0 -6
  223. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/databaseview.js.map +0 -1
  224. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/default-1.d.ts +0 -6
  225. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/default-1.js +0 -6
  226. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/default-1.js.map +0 -1
  227. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/default.d.ts +0 -6
  228. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/default.js +0 -6
  229. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/default.js.map +0 -1
  230. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/directory.d.ts +0 -6
  231. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/directory.js +0 -6
  232. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/directory.js.map +0 -1
  233. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/disabled.d.ts +0 -6
  234. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/disabled.js +0 -6
  235. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/disabled.js.map +0 -1
  236. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/document.d.ts +0 -6
  237. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/document.js +0 -6
  238. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/document.js.map +0 -1
  239. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/done.d.ts +0 -6
  240. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/done.js +0 -6
  241. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/done.js.map +0 -1
  242. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/downgrade.d.ts +0 -6
  243. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/downgrade.js +0 -6
  244. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/downgrade.js.map +0 -1
  245. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/download.d.ts +0 -6
  246. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/download.js +0 -6
  247. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/download.js.map +0 -1
  248. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/drag.d.ts +0 -6
  249. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/drag.js +0 -6
  250. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/drag.js.map +0 -1
  251. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/draglist.d.ts +0 -6
  252. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/draglist.js +0 -6
  253. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/draglist.js.map +0 -1
  254. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/enable.d.ts +0 -6
  255. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/enable.js +0 -6
  256. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/enable.js.map +0 -1
  257. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/entitlement.d.ts +0 -6
  258. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/entitlement.js +0 -6
  259. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/entitlement.js.map +0 -1
  260. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/error.d.ts +0 -6
  261. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/error.js +0 -6
  262. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/error.js.map +0 -1
  263. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/escalate.d.ts +0 -6
  264. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/escalate.js +0 -6
  265. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/escalate.js.map +0 -1
  266. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/event.d.ts +0 -6
  267. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/event.js +0 -6
  268. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/event.js.map +0 -1
  269. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/exactmatch.d.ts +0 -6
  270. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/exactmatch.js +0 -6
  271. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/exactmatch.js.map +0 -1
  272. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/expand-1.d.ts +0 -6
  273. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/expand-1.js +0 -6
  274. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/expand-1.js.map +0 -1
  275. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/expand.d.ts +0 -6
  276. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/expand.js +0 -6
  277. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/expand.js.map +0 -1
  278. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/eye.d.ts +0 -6
  279. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/eye.js +0 -6
  280. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/eye.js.map +0 -1
  281. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/eyeclosed.d.ts +0 -6
  282. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/eyeclosed.js +0 -6
  283. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/eyeclosed.js.map +0 -1
  284. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/filter.d.ts +0 -6
  285. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/filter.js +0 -6
  286. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/filter.js.map +0 -1
  287. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/firewall.d.ts +0 -6
  288. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/firewall.js +0 -6
  289. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/firewall.js.map +0 -1
  290. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/flow-h.d.ts +0 -6
  291. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/flow-h.js +0 -6
  292. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/flow-h.js.map +0 -1
  293. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/flow.d.ts +0 -6
  294. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/flow.js +0 -6
  295. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/flow.js.map +0 -1
  296. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/flowmap.d.ts +0 -6
  297. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/flowmap.js +0 -6
  298. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/flowmap.js.map +0 -1
  299. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/folder.d.ts +0 -6
  300. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/folder.js +0 -6
  301. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/folder.js.map +0 -1
  302. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/frequency.d.ts +0 -6
  303. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/frequency.js +0 -6
  304. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/frequency.js.map +0 -1
  305. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/fullscreen.d.ts +0 -6
  306. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/fullscreen.js +0 -6
  307. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/fullscreen.js.map +0 -1
  308. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/fullscreenshrink.d.ts +0 -6
  309. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/fullscreenshrink.js +0 -6
  310. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/fullscreenshrink.js.map +0 -1
  311. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/generation-phase.d.ts +0 -6
  312. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/generation-phase.js +0 -6
  313. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/generation-phase.js.map +0 -1
  314. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/global-search.d.ts +0 -6
  315. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/global-search.js +0 -6
  316. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/global-search.js.map +0 -1
  317. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/globe.d.ts +0 -6
  318. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/globe.js +0 -6
  319. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/globe.js.map +0 -1
  320. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/goto.d.ts +0 -6
  321. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/goto.js +0 -6
  322. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/goto.js.map +0 -1
  323. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/groupby.d.ts +0 -6
  324. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/groupby.js +0 -6
  325. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/groupby.js.map +0 -1
  326. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/guide.d.ts +0 -6
  327. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/guide.js +0 -6
  328. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/guide.js.map +0 -1
  329. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/help-1.d.ts +0 -6
  330. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/help-1.js +0 -6
  331. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/help-1.js.map +0 -1
  332. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/help.d.ts +0 -6
  333. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/help.js +0 -6
  334. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/help.js.map +0 -1
  335. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/helpsupport.d.ts +0 -6
  336. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/helpsupport.js +0 -6
  337. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/helpsupport.js.map +0 -1
  338. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/history.d.ts +0 -6
  339. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/history.js +0 -6
  340. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/history.js.map +0 -1
  341. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/identityledger.d.ts +0 -6
  342. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/identityledger.js +0 -6
  343. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/identityledger.js.map +0 -1
  344. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/ifelse.d.ts +0 -6
  345. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/ifelse.js +0 -6
  346. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/ifelse.js.map +0 -1
  347. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/image.d.ts +0 -6
  348. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/image.js +0 -6
  349. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/image.js.map +0 -1
  350. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/index.d.ts +0 -179
  351. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/index.js +0 -180
  352. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/index.js.map +0 -1
  353. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/info.d.ts +0 -6
  354. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/info.js +0 -6
  355. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/info.js.map +0 -1
  356. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/info2.d.ts +0 -6
  357. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/info2.js +0 -6
  358. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/info2.js.map +0 -1
  359. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/js.d.ts +0 -6
  360. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/js.js +0 -6
  361. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/js.js.map +0 -1
  362. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/link.d.ts +0 -6
  363. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/link.js +0 -6
  364. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/link.js.map +0 -1
  365. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/loader.d.ts +0 -6
  366. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/loader.js +0 -6
  367. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/loader.js.map +0 -1
  368. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/loading.d.ts +0 -6
  369. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/loading.js +0 -6
  370. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/loading.js.map +0 -1
  371. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/loading2.d.ts +0 -6
  372. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/loading2.js +0 -6
  373. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/loading2.js.map +0 -1
  374. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/lock.d.ts +0 -6
  375. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/lock.js +0 -6
  376. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/lock.js.map +0 -1
  377. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/logs.d.ts +0 -6
  378. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/logs.js +0 -6
  379. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/logs.js.map +0 -1
  380. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/manage.d.ts +0 -6
  381. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/manage.js +0 -6
  382. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/manage.js.map +0 -1
  383. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/map.d.ts +0 -6
  384. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/map.js +0 -6
  385. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/map.js.map +0 -1
  386. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mapcreate.d.ts +0 -6
  387. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mapcreate.js +0 -6
  388. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mapcreate.js.map +0 -1
  389. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mapdont.d.ts +0 -6
  390. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mapdont.js +0 -6
  391. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mapdont.js.map +0 -1
  392. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mapupdate.d.ts +0 -6
  393. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mapupdate.js +0 -6
  394. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mapupdate.js.map +0 -1
  395. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/maximize.d.ts +0 -6
  396. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/maximize.js +0 -6
  397. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/maximize.js.map +0 -1
  398. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/minus.d.ts +0 -6
  399. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/minus.js +0 -6
  400. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/minus.js.map +0 -1
  401. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/moveleft.d.ts +0 -6
  402. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/moveleft.js +0 -6
  403. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/moveleft.js.map +0 -1
  404. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/moveright.d.ts +0 -6
  405. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/moveright.js +0 -6
  406. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/moveright.js.map +0 -1
  407. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mute.d.ts +0 -6
  408. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mute.js +0 -6
  409. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/mute.js.map +0 -1
  410. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/nomatch.d.ts +0 -6
  411. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/nomatch.js +0 -6
  412. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/nomatch.js.map +0 -1
  413. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/not.d.ts +0 -6
  414. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/not.js +0 -6
  415. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/not.js.map +0 -1
  416. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/note.d.ts +0 -6
  417. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/note.js +0 -6
  418. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/note.js.map +0 -1
  419. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/notificationadd.d.ts +0 -6
  420. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/notificationadd.js +0 -6
  421. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/notificationadd.js.map +0 -1
  422. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/notificationadded.d.ts +0 -6
  423. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/notificationadded.js +0 -6
  424. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/notificationadded.js.map +0 -1
  425. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/null.d.ts +0 -6
  426. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/null.js +0 -6
  427. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/null.js.map +0 -1
  428. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/number.d.ts +0 -6
  429. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/number.js +0 -6
  430. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/number.js.map +0 -1
  431. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/options.d.ts +0 -6
  432. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/options.js +0 -6
  433. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/options.js.map +0 -1
  434. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/orchestration.d.ts +0 -6
  435. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/orchestration.js +0 -6
  436. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/orchestration.js.map +0 -1
  437. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/partner.d.ts +0 -6
  438. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/partner.js +0 -6
  439. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/partner.js.map +0 -1
  440. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/pencil.d.ts +0 -6
  441. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/pencil.js +0 -6
  442. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/pencil.js.map +0 -1
  443. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/people-task.d.ts +0 -6
  444. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/people-task.js +0 -6
  445. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/people-task.js.map +0 -1
  446. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/phone.d.ts +0 -6
  447. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/phone.js +0 -6
  448. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/phone.js.map +0 -1
  449. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/pin.d.ts +0 -6
  450. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/pin.js +0 -6
  451. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/pin.js.map +0 -1
  452. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/plus.d.ts +0 -6
  453. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/plus.js +0 -6
  454. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/plus.js.map +0 -1
  455. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/potentialmatch.d.ts +0 -6
  456. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/potentialmatch.js +0 -6
  457. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/potentialmatch.js.map +0 -1
  458. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/poweron.d.ts +0 -6
  459. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/poweron.js +0 -6
  460. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/poweron.js.map +0 -1
  461. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/privilage.d.ts +0 -6
  462. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/privilage.js +0 -6
  463. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/privilage.js.map +0 -1
  464. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/radio.d.ts +0 -6
  465. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/radio.js +0 -6
  466. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/radio.js.map +0 -1
  467. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/radioactive.d.ts +0 -6
  468. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/radioactive.js +0 -6
  469. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/radioactive.js.map +0 -1
  470. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/radiodone.d.ts +0 -6
  471. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/radiodone.js +0 -6
  472. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/radiodone.js.map +0 -1
  473. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/readexpression.d.ts +0 -6
  474. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/readexpression.js +0 -6
  475. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/readexpression.js.map +0 -1
  476. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/readonly.d.ts +0 -6
  477. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/readonly.js +0 -6
  478. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/readonly.js.map +0 -1
  479. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/redo.d.ts +0 -6
  480. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/redo.js +0 -6
  481. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/redo.js.map +0 -1
  482. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/refresh.d.ts +0 -6
  483. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/refresh.js +0 -6
  484. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/refresh.js.map +0 -1
  485. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/reminder.d.ts +0 -6
  486. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/reminder.js +0 -6
  487. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/reminder.js.map +0 -1
  488. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/resource.d.ts +0 -6
  489. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/resource.js +0 -6
  490. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/resource.js.map +0 -1
  491. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/revokation-cycle.d.ts +0 -6
  492. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/revokation-cycle.js +0 -6
  493. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/revokation-cycle.js.map +0 -1
  494. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/role.d.ts +0 -6
  495. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/role.js +0 -6
  496. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/role.js.map +0 -1
  497. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/run.d.ts +0 -6
  498. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/run.js +0 -6
  499. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/run.js.map +0 -1
  500. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/save.d.ts +0 -6
  501. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/save.js +0 -6
  502. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/save.js.map +0 -1
  503. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/schedule.d.ts +0 -6
  504. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/schedule.js +0 -6
  505. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/schedule.js.map +0 -1
  506. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/script.d.ts +0 -6
  507. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/script.js +0 -6
  508. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/script.js.map +0 -1
  509. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/search.d.ts +0 -6
  510. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/search.js +0 -6
  511. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/search.js.map +0 -1
  512. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/select.d.ts +0 -6
  513. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/select.js +0 -6
  514. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/select.js.map +0 -1
  515. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/selectapplication.d.ts +0 -6
  516. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/selectapplication.js +0 -6
  517. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/selectapplication.js.map +0 -1
  518. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/selectattributes.d.ts +0 -6
  519. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/selectattributes.js +0 -6
  520. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/selectattributes.js.map +0 -1
  521. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/selectuser.d.ts +0 -6
  522. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/selectuser.js +0 -6
  523. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/selectuser.js.map +0 -1
  524. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/send.d.ts +0 -6
  525. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/send.js +0 -6
  526. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/send.js.map +0 -1
  527. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/settings.d.ts +0 -6
  528. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/settings.js +0 -6
  529. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/settings.js.map +0 -1
  530. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/sort.d.ts +0 -6
  531. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/sort.js +0 -6
  532. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/sort.js.map +0 -1
  533. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/stop.d.ts +0 -6
  534. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/stop.js +0 -6
  535. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/stop.js.map +0 -1
  536. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/storybook.d.ts +0 -6
  537. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/storybook.js +0 -6
  538. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/storybook.js.map +0 -1
  539. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/string.d.ts +0 -6
  540. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/string.js +0 -6
  541. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/string.js.map +0 -1
  542. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/swap.d.ts +0 -6
  543. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/swap.js +0 -6
  544. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/swap.js.map +0 -1
  545. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/sync.d.ts +0 -6
  546. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/sync.js +0 -6
  547. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/sync.js.map +0 -1
  548. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/test.d.ts +0 -6
  549. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/test.js +0 -6
  550. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/test.js.map +0 -1
  551. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/textarea-expander.d.ts +0 -6
  552. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/textarea-expander.js +0 -6
  553. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/textarea-expander.js.map +0 -1
  554. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/tick.d.ts +0 -6
  555. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/tick.js +0 -6
  556. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/tick.js.map +0 -1
  557. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/timeupdate.d.ts +0 -6
  558. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/timeupdate.js +0 -6
  559. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/timeupdate.js.map +0 -1
  560. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/timezone.d.ts +0 -6
  561. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/timezone.js +0 -6
  562. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/timezone.js.map +0 -1
  563. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/trash.d.ts +0 -6
  564. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/trash.js +0 -6
  565. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/trash.js.map +0 -1
  566. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/undo-1.d.ts +0 -6
  567. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/undo-1.js +0 -6
  568. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/undo-1.js.map +0 -1
  569. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/undo.d.ts +0 -6
  570. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/undo.js +0 -6
  571. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/undo.js.map +0 -1
  572. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/unmute.d.ts +0 -6
  573. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/unmute.js +0 -6
  574. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/unmute.js.map +0 -1
  575. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/upgrade.d.ts +0 -6
  576. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/upgrade.js +0 -6
  577. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/upgrade.js.map +0 -1
  578. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/upload.d.ts +0 -6
  579. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/upload.js +0 -6
  580. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/upload.js.map +0 -1
  581. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/user-group.d.ts +0 -6
  582. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/user-group.js +0 -6
  583. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/user-group.js.map +0 -1
  584. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/user.d.ts +0 -6
  585. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/user.js +0 -6
  586. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/user.js.map +0 -1
  587. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/useractive.d.ts +0 -6
  588. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/useractive.js +0 -6
  589. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/useractive.js.map +0 -1
  590. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/useradd.d.ts +0 -6
  591. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/useradd.js +0 -6
  592. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/useradd.js.map +0 -1
  593. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/useraddgroup.d.ts +0 -6
  594. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/useraddgroup.js +0 -6
  595. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/useraddgroup.js.map +0 -1
  596. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userfind.d.ts +0 -6
  597. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userfind.js +0 -6
  598. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userfind.js.map +0 -1
  599. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userimport.d.ts +0 -6
  600. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userimport.js +0 -6
  601. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userimport.js.map +0 -1
  602. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userimportgroup.d.ts +0 -6
  603. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userimportgroup.js +0 -6
  604. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userimportgroup.js.map +0 -1
  605. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/usermixed.d.ts +0 -6
  606. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/usermixed.js +0 -6
  607. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/usermixed.js.map +0 -1
  608. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremove-1.d.ts +0 -6
  609. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremove-1.js +0 -6
  610. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremove-1.js.map +0 -1
  611. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremove-2.d.ts +0 -6
  612. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremove-2.js +0 -6
  613. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremove-2.js.map +0 -1
  614. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremove.d.ts +0 -6
  615. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremove.js +0 -6
  616. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremove.js.map +0 -1
  617. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremovegroup.d.ts +0 -6
  618. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremovegroup.js +0 -6
  619. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userremovegroup.js.map +0 -1
  620. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/users.d.ts +0 -6
  621. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/users.js +0 -6
  622. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/users.js.map +0 -1
  623. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userupdate.d.ts +0 -6
  624. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userupdate.js +0 -6
  625. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/userupdate.js.map +0 -1
  626. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/validationexpression.d.ts +0 -6
  627. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/validationexpression.js +0 -6
  628. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/validationexpression.js.map +0 -1
  629. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-global.d.ts +0 -6
  630. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-global.js +0 -6
  631. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-global.js.map +0 -1
  632. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-local-1.d.ts +0 -6
  633. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-local-1.js +0 -6
  634. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-local-1.js.map +0 -1
  635. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-local.d.ts +0 -6
  636. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-local.js +0 -6
  637. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-local.js.map +0 -1
  638. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-new-1.d.ts +0 -6
  639. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-new-1.js +0 -6
  640. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-new-1.js.map +0 -1
  641. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-new.d.ts +0 -6
  642. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-new.js +0 -6
  643. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable-new.js.map +0 -1
  644. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable.d.ts +0 -6
  645. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable.js +0 -6
  646. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/variable.js.map +0 -1
  647. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/video.d.ts +0 -6
  648. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/video.js +0 -6
  649. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/video.js.map +0 -1
  650. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/warning.d.ts +0 -6
  651. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/warning.js +0 -6
  652. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/warning.js.map +0 -1
  653. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/whileloop.d.ts +0 -6
  654. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/whileloop.js +0 -6
  655. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/whileloop.js.map +0 -1
  656. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/workflow.d.ts +0 -6
  657. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/workflow.js +0 -6
  658. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/workflow.js.map +0 -1
  659. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/writeexpression.d.ts +0 -6
  660. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/writeexpression.js +0 -6
  661. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/icons/svg/writeexpression.js.map +0 -1
  662. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/index.d.ts +0 -62
  663. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/index.js +0 -183
  664. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/index.js.map +0 -1
  665. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/utils.d.ts +0 -6
  666. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/utils.js +0 -16
  667. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon/utils.js.map +0 -1
  668. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon-button/index.d.ts +0 -1
  669. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon-button/index.js +0 -2
  670. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon-button/index.js.map +0 -1
  671. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon-button/nile-icon-button.css.d.ts +0 -12
  672. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon-button/nile-icon-button.css.js +0 -61
  673. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon-button/nile-icon-button.css.js.map +0 -1
  674. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon-button/nile-icon-button.d.ts +0 -70
  675. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon-button/nile-icon-button.js +0 -146
  676. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-icon-button/nile-icon-button.js.map +0 -1
  677. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-input/index.d.ts +0 -1
  678. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-input/index.js +0 -2
  679. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-input/index.js.map +0 -1
  680. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-input/nile-input.css.d.ts +0 -12
  681. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-input/nile-input.css.js +0 -433
  682. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-input/nile-input.css.js.map +0 -1
  683. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-input/nile-input.d.ts +0 -161
  684. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-input/nile-input.js +0 -544
  685. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-input/nile-input.js.map +0 -1
  686. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-loader/index.d.ts +0 -1
  687. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-loader/index.js +0 -2
  688. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-loader/index.js.map +0 -1
  689. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-loader/nile-loader.css.d.ts +0 -2
  690. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-loader/nile-loader.css.js +0 -23
  691. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-loader/nile-loader.css.js.map +0 -1
  692. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-loader/nile-loader.d.ts +0 -10
  693. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-loader/nile-loader.js +0 -39
  694. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-loader/nile-loader.js.map +0 -1
  695. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu/index.d.ts +0 -1
  696. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu/index.js +0 -2
  697. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu/index.js.map +0 -1
  698. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu/nile-menu.css.d.ts +0 -12
  699. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu/nile-menu.css.js +0 -28
  700. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu/nile-menu.css.js.map +0 -1
  701. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu/nile-menu.d.ts +0 -43
  702. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu/nile-menu.js +0 -142
  703. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu/nile-menu.js.map +0 -1
  704. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu-item/index.d.ts +0 -1
  705. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu-item/index.js +0 -2
  706. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu-item/index.js.map +0 -1
  707. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu-item/nile-menu-item.css.d.ts +0 -12
  708. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu-item/nile-menu-item.css.js +0 -121
  709. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu-item/nile-menu-item.css.js.map +0 -1
  710. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu-item/nile-menu-item.d.ts +0 -62
  711. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu-item/nile-menu-item.js +0 -173
  712. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-menu-item/nile-menu-item.js.map +0 -1
  713. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-option/index.d.ts +0 -1
  714. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-option/index.js +0 -2
  715. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-option/index.js.map +0 -1
  716. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-option/nile-option.css.d.ts +0 -12
  717. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-option/nile-option.css.js +0 -95
  718. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-option/nile-option.css.js.map +0 -1
  719. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-option/nile-option.d.ts +0 -65
  720. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-option/nile-option.js +0 -175
  721. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-option/nile-option.js.map +0 -1
  722. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-popup/index.d.ts +0 -1
  723. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-popup/index.js +0 -2
  724. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-popup/index.js.map +0 -1
  725. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-popup/nile-popup.css.d.ts +0 -12
  726. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-popup/nile-popup.css.js +0 -52
  727. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-popup/nile-popup.css.js.map +0 -1
  728. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-popup/nile-popup.d.ts +0 -126
  729. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-popup/nile-popup.js +0 -422
  730. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-popup/nile-popup.js.map +0 -1
  731. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-progress-bar/index.d.ts +0 -1
  732. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-progress-bar/index.js +0 -2
  733. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-progress-bar/index.js.map +0 -1
  734. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-progress-bar/nile-progress-bar.css.d.ts +0 -2
  735. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-progress-bar/nile-progress-bar.css.js +0 -45
  736. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-progress-bar/nile-progress-bar.css.js.map +0 -1
  737. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-progress-bar/nile-progress-bar.d.ts +0 -6
  738. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-progress-bar/nile-progress-bar.js +0 -28
  739. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-progress-bar/nile-progress-bar.js.map +0 -1
  740. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio/index.d.ts +0 -1
  741. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio/index.js +0 -2
  742. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio/index.js.map +0 -1
  743. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio/nile-radio.css.d.ts +0 -10
  744. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio/nile-radio.css.js +0 -122
  745. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio/nile-radio.css.js.map +0 -1
  746. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio/nile-radio.d.ts +0 -56
  747. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio/nile-radio.js +0 -148
  748. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio/nile-radio.js.map +0 -1
  749. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio-group/index.d.ts +0 -1
  750. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio-group/index.js +0 -2
  751. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio-group/index.js.map +0 -1
  752. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio-group/nile-radio-group.css.d.ts +0 -2
  753. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio-group/nile-radio-group.css.js +0 -40
  754. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio-group/nile-radio-group.css.js.map +0 -1
  755. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio-group/nile-radio-group.d.ts +0 -66
  756. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio-group/nile-radio-group.js +0 -280
  757. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-radio-group/nile-radio-group.js.map +0 -1
  758. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-select/index.d.ts +0 -1
  759. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-select/index.js +0 -2
  760. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-select/index.js.map +0 -1
  761. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-select/nile-select.css.d.ts +0 -12
  762. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-select/nile-select.css.js +0 -454
  763. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-select/nile-select.css.js.map +0 -1
  764. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-select/nile-select.d.ts +0 -214
  765. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-select/nile-select.js +0 -1027
  766. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-select/nile-select.js.map +0 -1
  767. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-sidebar/index.d.ts +0 -28
  768. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-sidebar/index.js +0 -116
  769. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-sidebar/index.js.map +0 -1
  770. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-slide-toggle/index.d.ts +0 -1
  771. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-slide-toggle/index.js +0 -2
  772. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-slide-toggle/index.js.map +0 -1
  773. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-slide-toggle/nile-slide-toggle.css.d.ts +0 -2
  774. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-slide-toggle/nile-slide-toggle.css.js +0 -72
  775. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-slide-toggle/nile-slide-toggle.css.js.map +0 -1
  776. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-slide-toggle/nile-slide-toggle.d.ts +0 -9
  777. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-slide-toggle/nile-slide-toggle.js +0 -41
  778. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-slide-toggle/nile-slide-toggle.js.map +0 -1
  779. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-spinner/index.d.ts +0 -1
  780. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-spinner/index.js +0 -2
  781. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-spinner/index.js.map +0 -1
  782. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-spinner/nile-spinner.css.d.ts +0 -12
  783. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-spinner/nile-spinner.css.js +0 -69
  784. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-spinner/nile-spinner.css.js.map +0 -1
  785. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-spinner/nile-spinner.d.ts +0 -31
  786. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-spinner/nile-spinner.js +0 -45
  787. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-spinner/nile-spinner.js.map +0 -1
  788. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tag/index.d.ts +0 -1
  789. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tag/index.js +0 -2
  790. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tag/index.js.map +0 -1
  791. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tag/nile-tag.css.d.ts +0 -12
  792. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tag/nile-tag.css.js +0 -125
  793. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tag/nile-tag.css.js.map +0 -1
  794. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tag/nile-tag.d.ts +0 -50
  795. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tag/nile-tag.js +0 -110
  796. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tag/nile-tag.js.map +0 -1
  797. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-toolbar/index.d.ts +0 -31
  798. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-toolbar/index.js +0 -42
  799. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-toolbar/index.js.map +0 -1
  800. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-toolbar/nile-toolbar.css.d.ts +0 -12
  801. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-toolbar/nile-toolbar.css.js +0 -17
  802. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-toolbar/nile-toolbar.css.js.map +0 -1
  803. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tooltip/index.d.ts +0 -1
  804. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tooltip/index.js +0 -2
  805. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tooltip/index.js.map +0 -1
  806. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tooltip/nile-tooltip.css.d.ts +0 -12
  807. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tooltip/nile-tooltip.css.js +0 -62
  808. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tooltip/nile-tooltip.css.js.map +0 -1
  809. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tooltip/nile-tooltip.d.ts +0 -78
  810. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tooltip/nile-tooltip.js +0 -291
  811. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/nile-tooltip/nile-tooltip.js.map +0 -1
  812. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/slot.d.ts +0 -23
  813. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/slot.js +0 -82
  814. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/slot.js.map +0 -1
  815. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/utilities/animation-registry.d.ts +0 -24
  816. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/utilities/animation-registry.js +0 -48
  817. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/utilities/animation-registry.js.map +0 -1
  818. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/watch.d.ts +0 -26
  819. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/watch.js +0 -40
  820. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/src/watch.js.map +0 -1
  821. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/stories/icons.stories.d.ts +0 -29
  822. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/stories/icons.stories.js +0 -27
  823. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/stories/icons.stories.js.map +0 -1
  824. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/stories/index.stories.d.ts +0 -33
  825. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/stories/index.stories.js +0 -37
  826. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/stories/index.stories.js.map +0 -1
  827. package/.rollup.cache/Users/ravisankar/repos/design-system/packages/nile-elements/dist/tsconfig.tsbuildinfo +0 -1
  828. package/dist/index-4bec5248.cjs.js +0 -22
  829. package/dist/index-4bec5248.cjs.js.map +0 -1
  830. package/dist/src/nile-icon-button/index copy.d.ts +0 -1
  831. package/dist/src/nile-icon-button/index copy.js +0 -2
  832. package/dist/src/nile-icon-button/index copy.js.map +0 -1
  833. package/dist/src/nile-option-2/index.d.ts +0 -1
  834. package/dist/src/nile-option-2/index.js +0 -2
  835. package/dist/src/nile-option-2/index.js.map +0 -1
  836. package/dist/src/nile-option-2/nile-option-2.css.d.ts +0 -12
  837. package/dist/src/nile-option-2/nile-option-2.css.js +0 -97
  838. package/dist/src/nile-option-2/nile-option-2.css.js.map +0 -1
  839. package/dist/src/nile-option-2/nile-option-2.d.ts +0 -65
  840. package/dist/src/nile-option-2/nile-option-2.js +0 -158
  841. package/dist/src/nile-option-2/nile-option-2.js.map +0 -1
  842. package/dist/src/nile-select-2/index.d.ts +0 -1
  843. package/dist/src/nile-select-2/index.js +0 -2
  844. package/dist/src/nile-select-2/index.js.map +0 -1
  845. package/dist/src/nile-select-2/nile-select-2.css.d.ts +0 -12
  846. package/dist/src/nile-select-2/nile-select-2.css.js +0 -436
  847. package/dist/src/nile-select-2/nile-select-2.css.js.map +0 -1
  848. package/dist/src/nile-select-2/nile-select-2.d.ts +0 -204
  849. package/dist/src/nile-select-2/nile-select-2.js +0 -917
  850. package/dist/src/nile-select-2/nile-select-2.js.map +0 -1
  851. package/dist/src/nile-tag-2/index.d.ts +0 -1
  852. package/dist/src/nile-tag-2/index.js +0 -2
  853. package/dist/src/nile-tag-2/index.js.map +0 -1
  854. package/dist/src/nile-tag-2/nile-tag-2.css.d.ts +0 -12
  855. package/dist/src/nile-tag-2/nile-tag-2.css.js +0 -126
  856. package/dist/src/nile-tag-2/nile-tag-2.css.js.map +0 -1
  857. package/dist/src/nile-tag-2/nile-tag-2.d.ts +0 -50
  858. package/dist/src/nile-tag-2/nile-tag-2.js +0 -110
  859. package/dist/src/nile-tag-2/nile-tag-2.js.map +0 -1
  860. package/dist/stories/button.stories.d.ts +0 -70
  861. package/dist/stories/button.stories.js +0 -73
  862. package/dist/stories/button.stories.js.map +0 -1
  863. package/dist/stories/loader.stories.d.ts +0 -49
  864. package/dist/stories/loader.stories.js +0 -37
  865. package/dist/stories/loader.stories.js.map +0 -1
@@ -1,73 +0,0 @@
1
- import type { ReactiveController, ReactiveControllerHost } from 'lit';
2
- import type { NileFormControl } from '../internal/nile-element';
3
- import type { NileButton } from '../nile-button';
4
- export declare const formCollections: WeakMap<HTMLFormElement, Set<NileFormControl>>;
5
- export interface FormControlControllerOptions {
6
- /** A function that returns the form containing the form control. */
7
- form: (input: NileFormControl) => HTMLFormElement | null;
8
- /** A function that returns the form control's name, which will be submitted with the form data. */
9
- name: (input: NileFormControl) => string;
10
- /** A function that returns the form control's current value. */
11
- value: (input: NileFormControl) => unknown | unknown[];
12
- /** A function that returns the form control's default value. */
13
- defaultValue: (input: NileFormControl) => unknown | unknown[];
14
- /** A function that returns the form control's current disabled state. If disabled, the value won't be submitted. */
15
- disabled: (input: NileFormControl) => boolean;
16
- /**
17
- * A function that maps to the form control's reportValidity() function. When the control is invalid, this will
18
- * prevent submission and trigger the browser's constraint violation warning.
19
- */
20
- reportValidity: (input: NileFormControl) => boolean;
21
- /** A function that sets the form control's value */
22
- setValue: (input: NileFormControl, value: unknown) => void;
23
- /**
24
- * An array of event names to listen to. When all events in the list are emitted, the control will receive validity
25
- * states such as user-valid and user-invalid.user interacted validity states. */
26
- assumeInteractionOn: string[];
27
- }
28
- /** A reactive controller to allow form controls to participate in form submission, validation, etc. */
29
- export declare class FormControlController implements ReactiveController {
30
- host: NileFormControl & ReactiveControllerHost;
31
- form?: HTMLFormElement | null;
32
- options: FormControlControllerOptions;
33
- constructor(host: ReactiveControllerHost & NileFormControl, options?: Partial<FormControlControllerOptions>);
34
- hostConnected(): void;
35
- hostDisconnected(): void;
36
- hostUpdated(): void;
37
- private attachForm;
38
- private detachForm;
39
- private handleFormData;
40
- private handleFormSubmit;
41
- private handleFormReset;
42
- private handleInteraction;
43
- private reportFormValidity;
44
- private setUserInteracted;
45
- private doAction;
46
- /** Returns the associated `<form>` element, if one exists. */
47
- getForm(): HTMLFormElement | null;
48
- /** Resets the form, restoring all the control to their default value */
49
- reset(submitter?: HTMLInputElement | NileButton): void;
50
- /** Submits the form, triggering validation and form data injection. */
51
- submit(submitter?: HTMLInputElement | NileButton): void;
52
- /**
53
- * Synchronously sets the form control's validity. Call this when you know the future validity but need to update
54
- * the host element immediately, i.e. before Lit updates the component in the next update.
55
- */
56
- setValidity(isValid: boolean): void;
57
- /**
58
- * Updates the form control's validity based on the current value of `host.validity.valid`. Call this when anything
59
- * that affects constraint validation changes so the component receives the correct validity states.
60
- */
61
- updateValidity(): void;
62
- /**
63
- * Dispatches a non-bubbling, cancelable custom event of type `nile-invalid`.
64
- * If the `nile-invalid` event will be cancelled then the original `invalid`
65
- * event (which may have been passed as argument) will also be cancelled.
66
- * If no original `invalid` event has been passed then the `nile-invalid`
67
- * event will be cancelled before being dispatched.
68
- */
69
- emitInvalidEvent(originalInvalidEvent?: Event): void;
70
- }
71
- export declare const validValidityState: ValidityState;
72
- export declare const valueMissingValidityState: ValidityState;
73
- export declare const customErrorValidityState: ValidityState;
@@ -1,326 +0,0 @@
1
- //
2
- // We store a WeakMap of forms + controls so we can keep references to all Nile controls within a given form. As
3
- // elements connect and disconnect to/from the DOM, their containing form is used as the key and the form control is
4
- // added and removed from the form's set, respectively.
5
- //
6
- export const formCollections = new WeakMap();
7
- //
8
- // We store a WeakMap of reportValidity() overloads so we can override it when form controls connect to the DOM and
9
- // restore the original behavior when they disconnect.
10
- //
11
- const reportValidityOverloads = new WeakMap();
12
- //
13
- // We store a Set of controls that users have interacted with. This allows us to determine the interaction state
14
- // without littering the DOM with additional data attributes.
15
- //
16
- const userInteractedControls = new WeakSet();
17
- //
18
- // We store a WeakMap of interactions for each form control so we can track when all conditions are met for validation.
19
- //
20
- const interactions = new WeakMap();
21
- /** A reactive controller to allow form controls to participate in form submission, validation, etc. */
22
- export class FormControlController {
23
- constructor(host, options) {
24
- (this.host = host).addController(this);
25
- this.options = {
26
- form: input => {
27
- // If there's a form attribute, use it to find the target form by id
28
- if (input.hasAttribute('form') && input.getAttribute('form') !== '') {
29
- const root = input.getRootNode();
30
- const formId = input.getAttribute('form');
31
- if (formId) {
32
- return root.getElementById(formId);
33
- }
34
- }
35
- return input.closest('form');
36
- },
37
- name: input => input.name,
38
- value: input => input.value,
39
- defaultValue: input => input.defaultValue,
40
- disabled: input => input.disabled ?? false,
41
- reportValidity: input => (typeof input.reportValidity === 'function' ? input.reportValidity() : true),
42
- setValue: (input, value) => (input.value = value),
43
- assumeInteractionOn: ['nile-input'],
44
- ...options
45
- };
46
- this.handleFormData = this.handleFormData.bind(this);
47
- this.handleFormSubmit = this.handleFormSubmit.bind(this);
48
- this.handleFormReset = this.handleFormReset.bind(this);
49
- this.reportFormValidity = this.reportFormValidity.bind(this);
50
- this.handleInteraction = this.handleInteraction.bind(this);
51
- }
52
- hostConnected() {
53
- const form = this.options.form(this.host);
54
- if (form) {
55
- this.attachForm(form);
56
- }
57
- // Listen for interactions
58
- interactions.set(this.host, []);
59
- this.options.assumeInteractionOn.forEach(event => {
60
- this.host.addEventListener(event, this.handleInteraction);
61
- });
62
- }
63
- hostDisconnected() {
64
- this.detachForm();
65
- // Clean up interactions
66
- interactions.delete(this.host);
67
- this.options.assumeInteractionOn.forEach(event => {
68
- this.host.removeEventListener(event, this.handleInteraction);
69
- });
70
- }
71
- hostUpdated() {
72
- const form = this.options.form(this.host);
73
- // Detach if the form no longer exists
74
- if (!form) {
75
- this.detachForm();
76
- }
77
- // If the form has changed, reattach it
78
- if (form && this.form !== form) {
79
- this.detachForm();
80
- this.attachForm(form);
81
- }
82
- if (this.host.hasUpdated) {
83
- this.setValidity(this.host.validity.valid);
84
- }
85
- }
86
- attachForm(form) {
87
- if (form) {
88
- this.form = form;
89
- // Add this element to the form's collection
90
- if (formCollections.has(this.form)) {
91
- formCollections.get(this.form).add(this.host);
92
- }
93
- else {
94
- formCollections.set(this.form, new Set([this.host]));
95
- }
96
- this.form.addEventListener('formdata', this.handleFormData);
97
- this.form.addEventListener('submit', this.handleFormSubmit);
98
- this.form.addEventListener('reset', this.handleFormReset);
99
- // Overload the form's reportValidity() method so it looks at nile form controls
100
- if (!reportValidityOverloads.has(this.form)) {
101
- reportValidityOverloads.set(this.form, this.form.reportValidity);
102
- this.form.reportValidity = () => this.reportFormValidity();
103
- }
104
- }
105
- else {
106
- this.form = undefined;
107
- }
108
- }
109
- detachForm() {
110
- if (this.form) {
111
- // Remove this element from the form's collection
112
- formCollections.get(this.form)?.delete(this.host);
113
- this.form.removeEventListener('formdata', this.handleFormData);
114
- this.form.removeEventListener('submit', this.handleFormSubmit);
115
- this.form.removeEventListener('reset', this.handleFormReset);
116
- // Remove the overload and restore the original method
117
- if (reportValidityOverloads.has(this.form)) {
118
- this.form.reportValidity = reportValidityOverloads.get(this.form);
119
- reportValidityOverloads.delete(this.form);
120
- }
121
- }
122
- this.form = undefined;
123
- }
124
- handleFormData(event) {
125
- const disabled = this.options.disabled(this.host);
126
- const name = this.options.name(this.host);
127
- const value = this.options.value(this.host);
128
- // For buttons, we only submit the value if they were the submitter. This is currently done in doAction() by
129
- // injecting the name/value on a temporary button, so we can just skip them here.
130
- const isButton = this.host.tagName.toLowerCase() === 'nile-button';
131
- if (!disabled && !isButton && typeof name === 'string' && name.length > 0 && typeof value !== 'undefined') {
132
- if (Array.isArray(value)) {
133
- value.forEach(val => {
134
- event.formData.append(name, val.toString());
135
- });
136
- }
137
- else {
138
- event.formData.append(name, value.toString());
139
- }
140
- }
141
- }
142
- handleFormSubmit(event) {
143
- const disabled = this.options.disabled(this.host);
144
- const reportValidity = this.options.reportValidity;
145
- // Update the interacted state for all controls when the form is submitted
146
- if (this.form && !this.form.noValidate) {
147
- formCollections.get(this.form)?.forEach(control => {
148
- this.setUserInteracted(control, true);
149
- });
150
- }
151
- if (this.form && !this.form.noValidate && !disabled && !reportValidity(this.host)) {
152
- event.preventDefault();
153
- event.stopImmediatePropagation();
154
- }
155
- }
156
- handleFormReset() {
157
- this.options.setValue(this.host, this.options.defaultValue(this.host));
158
- this.setUserInteracted(this.host, false);
159
- interactions.set(this.host, []);
160
- }
161
- handleInteraction(event) {
162
- const emittedEvents = interactions.get(this.host);
163
- if (!emittedEvents.includes(event.type)) {
164
- emittedEvents.push(event.type);
165
- }
166
- // Mark it as user-interacted as soon as all associated events have been emitted
167
- if (emittedEvents.length === this.options.assumeInteractionOn.length) {
168
- this.setUserInteracted(this.host, true);
169
- }
170
- }
171
- reportFormValidity() {
172
- //
173
- // Nile form controls work hard to act like regular form controls. They support the Constraint Validation API
174
- // and its associated methods such as setCustomValidity() and reportValidity(). However, the HTMLFormElement also
175
- // has a reportValidity() method that will trigger validation on all child controls. Since we're not yet using
176
- // ElementInternals, we need to overload this method so it looks for any element with the reportValidity() method.
177
- //
178
- // We preserve the original method in a WeakMap, but we don't call it from the overload because that would trigger
179
- // validations in an unexpected order. When the element disconnects, we revert to the original behavior. This won't
180
- // be necessary once we can use ElementInternals.
181
- //
182
- // Note that we're also honoring the form's novalidate attribute.
183
- //
184
- if (this.form && !this.form.noValidate) {
185
- // This seems sloppy, but checking all elements will cover native inputs, Nile inputs, and other custom
186
- // elements that support the constraint validation API.
187
- const elements = this.form.querySelectorAll('*');
188
- for (const element of elements) {
189
- if (typeof element.reportValidity === 'function') {
190
- if (!element.reportValidity()) {
191
- return false;
192
- }
193
- }
194
- }
195
- }
196
- return true;
197
- }
198
- setUserInteracted(el, hasInteracted) {
199
- if (hasInteracted) {
200
- userInteractedControls.add(el);
201
- }
202
- else {
203
- userInteractedControls.delete(el);
204
- }
205
- el.requestUpdate();
206
- }
207
- doAction(type, submitter) {
208
- if (this.form) {
209
- const button = document.createElement('button');
210
- button.type = type;
211
- button.style.position = 'absolute';
212
- button.style.width = '0';
213
- button.style.height = '0';
214
- button.style.clipPath = 'inset(50%)';
215
- button.style.overflow = 'hidden';
216
- button.style.whiteSpace = 'nowrap';
217
- // Pass name, value, and form attributes through to the temporary button
218
- if (submitter) {
219
- button.name = submitter.name;
220
- button.value = submitter.value;
221
- ['formaction', 'formenctype', 'formmethod', 'formnovalidate', 'formtarget'].forEach(attr => {
222
- if (submitter.hasAttribute(attr)) {
223
- button.setAttribute(attr, submitter.getAttribute(attr));
224
- }
225
- });
226
- }
227
- this.form.append(button);
228
- button.click();
229
- button.remove();
230
- }
231
- }
232
- /** Returns the associated `<form>` element, if one exists. */
233
- getForm() {
234
- return this.form ?? null;
235
- }
236
- /** Resets the form, restoring all the control to their default value */
237
- reset(submitter) {
238
- this.doAction('reset', submitter);
239
- }
240
- /** Submits the form, triggering validation and form data injection. */
241
- submit(submitter) {
242
- // Calling form.submit() bypasses the submit event and constraint validation. To prevent this, we can inject a
243
- // native submit button into the form, "click" it, then remove it to simulate a standard form submission.
244
- this.doAction('submit', submitter);
245
- }
246
- /**
247
- * Synchronously sets the form control's validity. Call this when you know the future validity but need to update
248
- * the host element immediately, i.e. before Lit updates the component in the next update.
249
- */
250
- setValidity(isValid) {
251
- const host = this.host;
252
- const hasInteracted = Boolean(userInteractedControls.has(host));
253
- const required = Boolean(host.required);
254
- //
255
- // We're mapping the following "states" to data attributes. In the future, we can use ElementInternals.states to
256
- // create a similar mapping, but instead of [data-invalid] it will look like :--invalid.
257
- //
258
- //
259
- host.toggleAttribute('data-required', required);
260
- host.toggleAttribute('data-optional', !required);
261
- host.toggleAttribute('data-invalid', !isValid);
262
- host.toggleAttribute('data-valid', isValid);
263
- host.toggleAttribute('data-user-invalid', !isValid && hasInteracted);
264
- host.toggleAttribute('data-user-valid', isValid && hasInteracted);
265
- }
266
- /**
267
- * Updates the form control's validity based on the current value of `host.validity.valid`. Call this when anything
268
- * that affects constraint validation changes so the component receives the correct validity states.
269
- */
270
- updateValidity() {
271
- const host = this.host;
272
- this.setValidity(host.validity.valid);
273
- }
274
- /**
275
- * Dispatches a non-bubbling, cancelable custom event of type `nile-invalid`.
276
- * If the `nile-invalid` event will be cancelled then the original `invalid`
277
- * event (which may have been passed as argument) will also be cancelled.
278
- * If no original `invalid` event has been passed then the `nile-invalid`
279
- * event will be cancelled before being dispatched.
280
- */
281
- emitInvalidEvent(originalInvalidEvent) {
282
- const slInvalidEvent = new CustomEvent('nile-invalid', {
283
- bubbles: false,
284
- composed: false,
285
- cancelable: true,
286
- detail: {}
287
- });
288
- if (!originalInvalidEvent) {
289
- slInvalidEvent.preventDefault();
290
- }
291
- if (!this.host.dispatchEvent(slInvalidEvent)) {
292
- originalInvalidEvent?.preventDefault();
293
- }
294
- }
295
- }
296
- /*
297
- * Predefined common validity states.
298
- * All of them are read-only.
299
- */
300
- // A validity state object that represents `valid`
301
- export const validValidityState = Object.freeze({
302
- badInput: false,
303
- customError: false,
304
- patternMismatch: false,
305
- rangeOverflow: false,
306
- rangeUnderflow: false,
307
- stepMismatch: false,
308
- tooLong: false,
309
- tooShort: false,
310
- typeMismatch: false,
311
- valid: true,
312
- valueMissing: false
313
- });
314
- // A validity state object that represents `value missing`
315
- export const valueMissingValidityState = Object.freeze({
316
- ...validValidityState,
317
- valid: false,
318
- valueMissing: true
319
- });
320
- // A validity state object that represents a custom error
321
- export const customErrorValidityState = Object.freeze({
322
- ...validValidityState,
323
- valid: false,
324
- customError: true
325
- });
326
- //# sourceMappingURL=form.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form.js","sourceRoot":"","sources":["../../../src/internal/form.ts"],"names":[],"mappings":"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","sourcesContent":["import type { ReactiveController, ReactiveControllerHost } from 'lit';\nimport type { NileFormControl } from '../internal/nile-element';\nimport type { NileButton } from '../nile-button';\n\n//\n// We store a WeakMap of forms + controls so we can keep references to all Nile controls within a given form. As\n// elements connect and disconnect to/from the DOM, their containing form is used as the key and the form control is\n// added and removed from the form's set, respectively.\n//\nexport const formCollections: WeakMap<HTMLFormElement, Set<NileFormControl>> = new WeakMap();\n\n//\n// We store a WeakMap of reportValidity() overloads so we can override it when form controls connect to the DOM and\n// restore the original behavior when they disconnect.\n//\nconst reportValidityOverloads: WeakMap<HTMLFormElement, () => boolean> = new WeakMap();\n\n//\n// We store a Set of controls that users have interacted with. This allows us to determine the interaction state\n// without littering the DOM with additional data attributes.\n//\nconst userInteractedControls: WeakSet<NileFormControl> = new WeakSet();\n\n//\n// We store a WeakMap of interactions for each form control so we can track when all conditions are met for validation.\n//\nconst interactions = new WeakMap<NileFormControl, string[]>();\n\nexport interface FormControlControllerOptions {\n /** A function that returns the form containing the form control. */\n form: (input: NileFormControl) => HTMLFormElement | null;\n /** A function that returns the form control's name, which will be submitted with the form data. */\n name: (input: NileFormControl) => string;\n /** A function that returns the form control's current value. */\n value: (input: NileFormControl) => unknown | unknown[];\n /** A function that returns the form control's default value. */\n defaultValue: (input: NileFormControl) => unknown | unknown[];\n /** A function that returns the form control's current disabled state. If disabled, the value won't be submitted. */\n disabled: (input: NileFormControl) => boolean;\n /**\n * A function that maps to the form control's reportValidity() function. When the control is invalid, this will\n * prevent submission and trigger the browser's constraint violation warning.\n */\n reportValidity: (input: NileFormControl) => boolean;\n /** A function that sets the form control's value */\n setValue: (input: NileFormControl, value: unknown) => void;\n /**\n * An array of event names to listen to. When all events in the list are emitted, the control will receive validity\n * states such as user-valid and user-invalid.user interacted validity states. */\n assumeInteractionOn: string[];\n}\n\n/** A reactive controller to allow form controls to participate in form submission, validation, etc. */\nexport class FormControlController implements ReactiveController {\n host: NileFormControl & ReactiveControllerHost;\n form?: HTMLFormElement | null;\n options: FormControlControllerOptions;\n\n constructor(host: ReactiveControllerHost & NileFormControl, options?: Partial<FormControlControllerOptions>) {\n (this.host = host).addController(this);\n this.options = {\n form: input => {\n // If there's a form attribute, use it to find the target form by id\n if (input.hasAttribute('form') && input.getAttribute('form') !== '') {\n const root = input.getRootNode() as Document | ShadowRoot;\n const formId = input.getAttribute('form');\n\n if (formId) {\n return root.getElementById(formId) as HTMLFormElement;\n }\n }\n\n return input.closest('form');\n },\n name: input => input.name,\n value: input => input.value,\n defaultValue: input => input.defaultValue,\n disabled: input => input.disabled ?? false,\n reportValidity: input => (typeof input.reportValidity === 'function' ? input.reportValidity() : true),\n setValue: (input, value: string) => (input.value = value),\n assumeInteractionOn: ['nile-input'],\n ...options\n };\n this.handleFormData = this.handleFormData.bind(this);\n this.handleFormSubmit = this.handleFormSubmit.bind(this);\n this.handleFormReset = this.handleFormReset.bind(this);\n this.reportFormValidity = this.reportFormValidity.bind(this);\n this.handleInteraction = this.handleInteraction.bind(this);\n }\n\n hostConnected() {\n const form = this.options.form(this.host);\n\n if (form) {\n this.attachForm(form);\n }\n\n // Listen for interactions\n interactions.set(this.host, []);\n this.options.assumeInteractionOn.forEach(event => {\n this.host.addEventListener(event, this.handleInteraction);\n });\n }\n\n hostDisconnected() {\n this.detachForm();\n\n // Clean up interactions\n interactions.delete(this.host);\n this.options.assumeInteractionOn.forEach(event => {\n this.host.removeEventListener(event, this.handleInteraction);\n });\n }\n\n hostUpdated() {\n const form = this.options.form(this.host);\n\n // Detach if the form no longer exists\n if (!form) {\n this.detachForm();\n }\n\n // If the form has changed, reattach it\n if (form && this.form !== form) {\n this.detachForm();\n this.attachForm(form);\n }\n\n if (this.host.hasUpdated) {\n this.setValidity(this.host.validity.valid);\n }\n }\n\n private attachForm(form?: HTMLFormElement) {\n if (form) {\n this.form = form;\n\n // Add this element to the form's collection\n if (formCollections.has(this.form)) {\n formCollections.get(this.form)!.add(this.host);\n } else {\n formCollections.set(this.form, new Set<NileFormControl>([this.host]));\n }\n\n this.form.addEventListener('formdata', this.handleFormData);\n this.form.addEventListener('submit', this.handleFormSubmit);\n this.form.addEventListener('reset', this.handleFormReset);\n\n // Overload the form's reportValidity() method so it looks at nile form controls\n if (!reportValidityOverloads.has(this.form)) {\n reportValidityOverloads.set(this.form, this.form.reportValidity);\n this.form.reportValidity = () => this.reportFormValidity();\n }\n } else {\n this.form = undefined;\n }\n }\n\n private detachForm() {\n if (this.form) {\n // Remove this element from the form's collection\n formCollections.get(this.form)?.delete(this.host);\n\n this.form.removeEventListener('formdata', this.handleFormData);\n this.form.removeEventListener('submit', this.handleFormSubmit);\n this.form.removeEventListener('reset', this.handleFormReset);\n\n // Remove the overload and restore the original method\n if (reportValidityOverloads.has(this.form)) {\n this.form.reportValidity = reportValidityOverloads.get(this.form)!;\n reportValidityOverloads.delete(this.form);\n }\n }\n\n this.form = undefined;\n }\n\n private handleFormData(event: FormDataEvent) {\n const disabled = this.options.disabled(this.host);\n const name = this.options.name(this.host);\n const value = this.options.value(this.host);\n\n // For buttons, we only submit the value if they were the submitter. This is currently done in doAction() by\n // injecting the name/value on a temporary button, so we can just skip them here.\n const isButton = this.host.tagName.toLowerCase() === 'nile-button';\n\n if (!disabled && !isButton && typeof name === 'string' && name.length > 0 && typeof value !== 'undefined') {\n if (Array.isArray(value)) {\n (value as unknown[]).forEach(val => {\n event.formData.append(name, (val as string | number | boolean).toString());\n });\n } else {\n event.formData.append(name, (value as string | number | boolean).toString());\n }\n }\n }\n\n private handleFormSubmit(event: Event) {\n const disabled = this.options.disabled(this.host);\n const reportValidity = this.options.reportValidity;\n\n // Update the interacted state for all controls when the form is submitted\n if (this.form && !this.form.noValidate) {\n formCollections.get(this.form)?.forEach(control => {\n this.setUserInteracted(control, true);\n });\n }\n\n if (this.form && !this.form.noValidate && !disabled && !reportValidity(this.host)) {\n event.preventDefault();\n event.stopImmediatePropagation();\n }\n }\n\n private handleFormReset() {\n this.options.setValue(this.host, this.options.defaultValue(this.host));\n this.setUserInteracted(this.host, false);\n interactions.set(this.host, []);\n }\n\n private handleInteraction(event: Event) {\n const emittedEvents = interactions.get(this.host)!;\n\n if (!emittedEvents.includes(event.type)) {\n emittedEvents.push(event.type);\n }\n\n // Mark it as user-interacted as soon as all associated events have been emitted\n if (emittedEvents.length === this.options.assumeInteractionOn.length) {\n this.setUserInteracted(this.host, true);\n }\n }\n\n private reportFormValidity() {\n //\n // Nile form controls work hard to act like regular form controls. They support the Constraint Validation API\n // and its associated methods such as setCustomValidity() and reportValidity(). However, the HTMLFormElement also\n // has a reportValidity() method that will trigger validation on all child controls. Since we're not yet using\n // ElementInternals, we need to overload this method so it looks for any element with the reportValidity() method.\n //\n // We preserve the original method in a WeakMap, but we don't call it from the overload because that would trigger\n // validations in an unexpected order. When the element disconnects, we revert to the original behavior. This won't\n // be necessary once we can use ElementInternals.\n //\n // Note that we're also honoring the form's novalidate attribute.\n //\n if (this.form && !this.form.noValidate) {\n // This seems sloppy, but checking all elements will cover native inputs, Nile inputs, and other custom\n // elements that support the constraint validation API.\n const elements = this.form.querySelectorAll<HTMLInputElement>('*');\n\n for (const element of elements) {\n if (typeof element.reportValidity === 'function') {\n if (!element.reportValidity()) {\n return false;\n }\n }\n }\n }\n\n return true;\n }\n\n private setUserInteracted(el: NileFormControl, hasInteracted: boolean) {\n if (hasInteracted) {\n userInteractedControls.add(el);\n } else {\n userInteractedControls.delete(el);\n }\n\n el.requestUpdate();\n }\n\n private doAction(type: 'submit' | 'reset', submitter?: HTMLInputElement | NileButton) {\n if (this.form) {\n const button = document.createElement('button');\n button.type = type;\n button.style.position = 'absolute';\n button.style.width = '0';\n button.style.height = '0';\n button.style.clipPath = 'inset(50%)';\n button.style.overflow = 'hidden';\n button.style.whiteSpace = 'nowrap';\n\n // Pass name, value, and form attributes through to the temporary button\n if (submitter) {\n button.name = submitter.name;\n button.value = submitter.value;\n\n ['formaction', 'formenctype', 'formmethod', 'formnovalidate', 'formtarget'].forEach(attr => {\n if (submitter.hasAttribute(attr)) {\n button.setAttribute(attr, submitter.getAttribute(attr)!);\n }\n });\n }\n\n this.form.append(button);\n button.click();\n button.remove();\n }\n }\n\n /** Returns the associated `<form>` element, if one exists. */\n getForm() {\n return this.form ?? null;\n }\n\n /** Resets the form, restoring all the control to their default value */\n reset(submitter?: HTMLInputElement | NileButton) {\n this.doAction('reset', submitter);\n }\n\n /** Submits the form, triggering validation and form data injection. */\n submit(submitter?: HTMLInputElement | NileButton) {\n // Calling form.submit() bypasses the submit event and constraint validation. To prevent this, we can inject a\n // native submit button into the form, \"click\" it, then remove it to simulate a standard form submission.\n this.doAction('submit', submitter);\n }\n\n /**\n * Synchronously sets the form control's validity. Call this when you know the future validity but need to update\n * the host element immediately, i.e. before Lit updates the component in the next update.\n */\n setValidity(isValid: boolean) {\n const host = this.host;\n const hasInteracted = Boolean(userInteractedControls.has(host));\n const required = Boolean(host.required);\n\n //\n // We're mapping the following \"states\" to data attributes. In the future, we can use ElementInternals.states to\n // create a similar mapping, but instead of [data-invalid] it will look like :--invalid.\n //\n //\n host.toggleAttribute('data-required', required);\n host.toggleAttribute('data-optional', !required);\n host.toggleAttribute('data-invalid', !isValid);\n host.toggleAttribute('data-valid', isValid);\n host.toggleAttribute('data-user-invalid', !isValid && hasInteracted);\n host.toggleAttribute('data-user-valid', isValid && hasInteracted);\n }\n\n /**\n * Updates the form control's validity based on the current value of `host.validity.valid`. Call this when anything\n * that affects constraint validation changes so the component receives the correct validity states.\n */\n updateValidity() {\n const host = this.host;\n this.setValidity(host.validity.valid);\n }\n\n /**\n * Dispatches a non-bubbling, cancelable custom event of type `nile-invalid`.\n * If the `nile-invalid` event will be cancelled then the original `invalid`\n * event (which may have been passed as argument) will also be cancelled.\n * If no original `invalid` event has been passed then the `nile-invalid`\n * event will be cancelled before being dispatched.\n */\n emitInvalidEvent(originalInvalidEvent?: Event) {\n const slInvalidEvent = new CustomEvent<Record<PropertyKey, never>>('nile-invalid', {\n bubbles: false,\n composed: false,\n cancelable: true,\n detail: {}\n });\n\n if (!originalInvalidEvent) {\n slInvalidEvent.preventDefault();\n }\n\n if (!this.host.dispatchEvent(slInvalidEvent)) {\n originalInvalidEvent?.preventDefault();\n }\n }\n}\n\n/*\n * Predefined common validity states.\n * All of them are read-only.\n */\n\n// A validity state object that represents `valid`\nexport const validValidityState: ValidityState = Object.freeze({\n badInput: false,\n customError: false,\n patternMismatch: false,\n rangeOverflow: false,\n rangeUnderflow: false,\n stepMismatch: false,\n tooLong: false,\n tooShort: false,\n typeMismatch: false,\n valid: true,\n valueMissing: false\n});\n\n// A validity state object that represents `value missing`\nexport const valueMissingValidityState: ValidityState = Object.freeze({\n ...validValidityState,\n valid: false,\n valueMissing: true\n});\n\n// A validity state object that represents a custom error\nexport const customErrorValidityState: ValidityState = Object.freeze({\n ...validValidityState,\n valid: false,\n customError: true\n});\n"]}
@@ -1,26 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export default class NileElement extends LitElement {
3
- /** Emits a custom event with more convenient defaults. */
4
- emit(name: string, detail?: any): void;
5
- }
6
- export interface NileFormControl extends NileElement {
7
- name: string;
8
- value: unknown;
9
- disabled?: boolean;
10
- defaultValue?: unknown;
11
- defaultChecked?: boolean;
12
- form?: string;
13
- pattern?: string;
14
- min?: number | string | Date;
15
- max?: number | string | Date;
16
- step?: number | 'any';
17
- required?: boolean;
18
- minlength?: number;
19
- maxlength?: number;
20
- readonly validity: ValidityState;
21
- readonly validationMessage: string;
22
- checkValidity: () => boolean;
23
- getForm: () => HTMLFormElement | null;
24
- reportValidity: () => boolean;
25
- setCustomValidity: (message: string) => void;
26
- }
@@ -1,14 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export default class NileElement extends LitElement {
3
- /** Emits a custom event with more convenient defaults. */
4
- emit(name, detail) {
5
- const event = new CustomEvent(name, {
6
- bubbles: true,
7
- cancelable: false,
8
- composed: true,
9
- detail
10
- });
11
- this.dispatchEvent(event);
12
- }
13
- }
14
- //# sourceMappingURL=nile-element.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"nile-element.js","sourceRoot":"","sources":["../../../src/internal/nile-element.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAEjC,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,UAAU;IAEjD,0DAA0D;IAC1D,IAAI,CAAC,IAAY,EAAE,MAAY;QAC7B,MAAM,KAAK,GAAG,IAAI,WAAW,CAAC,IAAI,EAAE;YAClC,OAAO,EAAE,IAAI;YACb,UAAU,EAAE,KAAK;YACjB,QAAQ,EAAE,IAAI;YACd,MAAM;SACP,CAAC,CAAC;QAEH,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IAC5B,CAAC;CACF","sourcesContent":["import { LitElement } from 'lit';\n\nexport default class NileElement extends LitElement {\n\n /** Emits a custom event with more convenient defaults. */\n emit(name: string, detail?: any) {\n const event = new CustomEvent(name, {\n bubbles: true,\n cancelable: false,\n composed: true,\n detail\n });\n\n this.dispatchEvent(event);\n }\n}\n\n\nexport interface NileFormControl extends NileElement {\n // Form attributes\n name: string;\n value: unknown;\n disabled?: boolean;\n defaultValue?: unknown;\n defaultChecked?: boolean;\n form?: string;\n\n // Constraint validation attributes\n pattern?: string;\n min?: number | string | Date;\n max?: number | string | Date;\n step?: number | 'any';\n required?: boolean;\n minlength?: number;\n maxlength?: number;\n\n // Form validation properties\n readonly validity: ValidityState;\n readonly validationMessage: string;\n\n // Form validation methods\n checkValidity: () => boolean;\n getForm: () => HTMLFormElement | null;\n reportValidity: () => boolean;\n setCustomValidity: (message: string) => void;\n}\n\n"]}
@@ -1,11 +0,0 @@
1
- /**
2
- * Returns an element's offset relative to its parent. Similar to element.offsetTop and element.offsetLeft, except the
3
- * parent doesn't have to be positioned relative or absolute.
4
- *
5
- * NOTE: This was created to work around what appears to be a bug in Chrome where a slotted element's offsetParent seems
6
- * to ignore elements inside the surrounding shadow DOM: https://bugs.chromium.org/p/chromium/issues/detail?id=920069
7
- */
8
- export declare function getOffset(element: HTMLElement, parent: HTMLElement): {
9
- top: number;
10
- left: number;
11
- };
@@ -1,14 +0,0 @@
1
- /**
2
- * Returns an element's offset relative to its parent. Similar to element.offsetTop and element.offsetLeft, except the
3
- * parent doesn't have to be positioned relative or absolute.
4
- *
5
- * NOTE: This was created to work around what appears to be a bug in Chrome where a slotted element's offsetParent seems
6
- * to ignore elements inside the surrounding shadow DOM: https://bugs.chromium.org/p/chromium/issues/detail?id=920069
7
- */
8
- export function getOffset(element, parent) {
9
- return {
10
- top: Math.round(element.getBoundingClientRect().top - parent.getBoundingClientRect().top),
11
- left: Math.round(element.getBoundingClientRect().left - parent.getBoundingClientRect().left)
12
- };
13
- }
14
- //# sourceMappingURL=offset.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"offset.js","sourceRoot":"","sources":["../../../src/internal/offset.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,MAAM,UAAU,SAAS,CAAC,OAAoB,EAAE,MAAmB;IACjE,OAAO;QACL,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,GAAG,GAAG,MAAM,CAAC,qBAAqB,EAAE,CAAC,GAAG,CAAC;QACzF,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,qBAAqB,EAAE,CAAC,IAAI,GAAG,MAAM,CAAC,qBAAqB,EAAE,CAAC,IAAI,CAAC;KAC7F,CAAC;AACJ,CAAC","sourcesContent":["/**\n * Returns an element's offset relative to its parent. Similar to element.offsetTop and element.offsetLeft, except the\n * parent doesn't have to be positioned relative or absolute.\n *\n * NOTE: This was created to work around what appears to be a bug in Chrome where a slotted element's offsetParent seems\n * to ignore elements inside the surrounding shadow DOM: https://bugs.chromium.org/p/chromium/issues/detail?id=920069\n */\nexport function getOffset(element: HTMLElement, parent: HTMLElement) {\n return {\n top: Math.round(element.getBoundingClientRect().top - parent.getBoundingClientRect().top),\n left: Math.round(element.getBoundingClientRect().left - parent.getBoundingClientRect().left)\n };\n}\n"]}
@@ -1,11 +0,0 @@
1
- /**
2
- * Prevents body scrolling. Keeps track of which elements requested a lock so multiple levels of locking are possible
3
- * without premature unlocking.
4
- */
5
- export declare function lockBodyScrolling(lockingEl: HTMLElement): void;
6
- /**
7
- * Unlocks body scrolling. Scrolling will only be unlocked once all elements that requested a lock call this method.
8
- */
9
- export declare function unlockBodyScrolling(lockingEl: HTMLElement): void;
10
- /** Scrolls an element into view of its container. If the element is already in view, nothing will happen. */
11
- export declare function scrollIntoView(element: HTMLElement, container: HTMLElement, direction?: 'horizontal' | 'vertical' | 'both', behavior?: 'smooth' | 'auto'): void;
@@ -1,58 +0,0 @@
1
- import { getOffset } from './offset';
2
- const locks = new Set();
3
- /** Returns the width of the document's scrollbar */
4
- function getScrollbarWidth() {
5
- const documentWidth = document.documentElement.clientWidth;
6
- return Math.abs(window.innerWidth - documentWidth);
7
- }
8
- /**
9
- * Prevents body scrolling. Keeps track of which elements requested a lock so multiple levels of locking are possible
10
- * without premature unlocking.
11
- */
12
- export function lockBodyScrolling(lockingEl) {
13
- locks.add(lockingEl);
14
- // When the first lock is created, set the scroll lock size to match the scrollbar's width to prevent content from
15
- // shifting. We only do this on the first lock because the scrollbar width will measure zero after overflow is hidden.
16
- if (!document.body.classList.contains('nile-scroll-lock')) {
17
- const scrollbarWidth = getScrollbarWidth(); // must be measured before the `nile-scroll-lock` class is applied
18
- document.body.classList.add('nile-scroll-lock');
19
- document.body.style.setProperty('--nile-scroll-lock-size', `${scrollbarWidth}px`);
20
- }
21
- }
22
- /**
23
- * Unlocks body scrolling. Scrolling will only be unlocked once all elements that requested a lock call this method.
24
- */
25
- export function unlockBodyScrolling(lockingEl) {
26
- locks.delete(lockingEl);
27
- if (locks.size === 0) {
28
- document.body.classList.remove('nile-scroll-lock');
29
- document.body.style.removeProperty('--nile-scroll-lock-size');
30
- }
31
- }
32
- /** Scrolls an element into view of its container. If the element is already in view, nothing will happen. */
33
- export function scrollIntoView(element, container, direction = 'vertical', behavior = 'smooth') {
34
- const offset = getOffset(element, container);
35
- const offsetTop = offset.top + container.scrollTop;
36
- const offsetLeft = offset.left + container.scrollLeft;
37
- const minX = container.scrollLeft;
38
- const maxX = container.scrollLeft + container.offsetWidth;
39
- const minY = container.scrollTop;
40
- const maxY = container.scrollTop + container.offsetHeight;
41
- if (direction === 'horizontal' || direction === 'both') {
42
- if (offsetLeft < minX) {
43
- container.scrollTo({ left: offsetLeft, behavior });
44
- }
45
- else if (offsetLeft + element.clientWidth > maxX) {
46
- container.scrollTo({ left: offsetLeft - container.offsetWidth + element.clientWidth, behavior });
47
- }
48
- }
49
- if (direction === 'vertical' || direction === 'both') {
50
- if (offsetTop < minY) {
51
- container.scrollTo({ top: offsetTop, behavior });
52
- }
53
- else if (offsetTop + element.clientHeight > maxY) {
54
- container.scrollTo({ top: offsetTop - container.offsetHeight + element.clientHeight, behavior });
55
- }
56
- }
57
- }
58
- //# sourceMappingURL=scroll.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scroll.js","sourceRoot":"","sources":["../../../src/internal/scroll.ts"],"names":[],"mappings":"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","sourcesContent":["import { getOffset } from './offset';\n\nconst locks = new Set();\n\n/** Returns the width of the document's scrollbar */\nfunction getScrollbarWidth() {\n const documentWidth = document.documentElement.clientWidth;\n return Math.abs(window.innerWidth - documentWidth);\n}\n\n/**\n * Prevents body scrolling. Keeps track of which elements requested a lock so multiple levels of locking are possible\n * without premature unlocking.\n */\nexport function lockBodyScrolling(lockingEl: HTMLElement) {\n locks.add(lockingEl);\n\n // When the first lock is created, set the scroll lock size to match the scrollbar's width to prevent content from\n // shifting. We only do this on the first lock because the scrollbar width will measure zero after overflow is hidden.\n if (!document.body.classList.contains('nile-scroll-lock')) {\n const scrollbarWidth = getScrollbarWidth(); // must be measured before the `nile-scroll-lock` class is applied\n document.body.classList.add('nile-scroll-lock');\n document.body.style.setProperty('--nile-scroll-lock-size', `${scrollbarWidth}px`);\n }\n}\n\n/**\n * Unlocks body scrolling. Scrolling will only be unlocked once all elements that requested a lock call this method.\n */\nexport function unlockBodyScrolling(lockingEl: HTMLElement) {\n locks.delete(lockingEl);\n\n if (locks.size === 0) {\n document.body.classList.remove('nile-scroll-lock');\n document.body.style.removeProperty('--nile-scroll-lock-size');\n }\n}\n\n/** Scrolls an element into view of its container. If the element is already in view, nothing will happen. */\nexport function scrollIntoView(\n element: HTMLElement,\n container: HTMLElement,\n direction: 'horizontal' | 'vertical' | 'both' = 'vertical',\n behavior: 'smooth' | 'auto' = 'smooth'\n) {\n const offset = getOffset(element, container);\n const offsetTop = offset.top + container.scrollTop;\n const offsetLeft = offset.left + container.scrollLeft;\n const minX = container.scrollLeft;\n const maxX = container.scrollLeft + container.offsetWidth;\n const minY = container.scrollTop;\n const maxY = container.scrollTop + container.offsetHeight;\n\n if (direction === 'horizontal' || direction === 'both') {\n if (offsetLeft < minX) {\n container.scrollTo({ left: offsetLeft, behavior });\n } else if (offsetLeft + element.clientWidth > maxX) {\n container.scrollTo({ left: offsetLeft - container.offsetWidth + element.clientWidth, behavior });\n }\n }\n\n if (direction === 'vertical' || direction === 'both') {\n if (offsetTop < minY) {\n container.scrollTo({ top: offsetTop, behavior });\n } else if (offsetTop + element.clientHeight > maxY) {\n container.scrollTo({ top: offsetTop - container.offsetHeight + element.clientHeight, behavior });\n }\n }\n}\n"]}
@@ -1,23 +0,0 @@
1
- import type { ReactiveController, ReactiveControllerHost } from 'lit';
2
- /** A reactive controller that determines when slots exist. */
3
- export declare class HasSlotController implements ReactiveController {
4
- host: ReactiveControllerHost & Element;
5
- slotNames: string[];
6
- constructor(host: ReactiveControllerHost & Element, ...slotNames: string[]);
7
- private hasDefaultSlot;
8
- private hasNamedSlot;
9
- test(slotName: string): boolean;
10
- hostConnected(): void;
11
- hostDisconnected(): void;
12
- handleSlotChange(event: Event): void;
13
- }
14
- /**
15
- * Given a slot, this function iterates over all of its assigned element and text nodes and returns the concatenated
16
- * HTML as a string. This is useful because we can't use slot.innerHTML as an alternative.
17
- */
18
- export declare function getInnerHTML(slot: HTMLSlotElement): string;
19
- /**
20
- * Given a slot, this function iterates over all of its assigned text nodes and returns the concatenated text as a
21
- * string. This is useful because we can't use slot.textContent as an alternative.
22
- */
23
- export declare function getTextContent(slot: HTMLSlotElement | undefined | null): string;