@box/blueprint-web 5.31.3

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 (601) hide show
  1. package/LICENSE +379 -0
  2. package/README.md +191 -0
  3. package/THIRD_PARTY_LICENSES +2051 -0
  4. package/lib-esm/accordion/accordion.d.ts +20 -0
  5. package/lib-esm/accordion/accordion.js +112 -0
  6. package/lib-esm/accordion/accordion.module.js +4 -0
  7. package/lib-esm/accordion/index.d.ts +2 -0
  8. package/lib-esm/accordion/types.d.ts +43 -0
  9. package/lib-esm/actionable-inline-notice/actionable-inline-notice.d.ts +3 -0
  10. package/lib-esm/actionable-inline-notice/actionable-inline-notice.js +34 -0
  11. package/lib-esm/actionable-inline-notice/index.d.ts +60 -0
  12. package/lib-esm/actionable-inline-notice/index.js +9 -0
  13. package/lib-esm/actionable-inline-notice/types.d.ts +21 -0
  14. package/lib-esm/avatar/avatar.d.ts +109 -0
  15. package/lib-esm/avatar/avatar.js +127 -0
  16. package/lib-esm/avatar/avatar.module.js +4 -0
  17. package/lib-esm/avatar/consts.d.ts +5 -0
  18. package/lib-esm/avatar/consts.js +29 -0
  19. package/lib-esm/avatar/index.d.ts +2 -0
  20. package/lib-esm/avatar/types.d.ts +34 -0
  21. package/lib-esm/avatar/utils.d.ts +3 -0
  22. package/lib-esm/basics/button/button.d.ts +30 -0
  23. package/lib-esm/basics/button/button.js +23 -0
  24. package/lib-esm/basics/button/index.d.ts +2 -0
  25. package/lib-esm/basics/button/types.d.ts +8 -0
  26. package/lib-esm/basics/collapsible/collapsible-section.d.ts +15 -0
  27. package/lib-esm/basics/collapsible/collapsible-section.js +62 -0
  28. package/lib-esm/basics/collapsible/collapsible-section.module.js +4 -0
  29. package/lib-esm/basics/collapsible/index.d.ts +2 -0
  30. package/lib-esm/basics/collapsible/types.d.ts +12 -0
  31. package/lib-esm/basics/date-picker/date-picker.d.ts +5 -0
  32. package/lib-esm/basics/date-picker/date-picker.js +200 -0
  33. package/lib-esm/basics/date-picker/date-picker.module.js +4 -0
  34. package/lib-esm/basics/date-picker/index.d.ts +2 -0
  35. package/lib-esm/basics/date-picker/types.d.ts +32 -0
  36. package/lib-esm/basics/grid-list-item/grid-list.d.ts +3 -0
  37. package/lib-esm/basics/grid-list-item/grid-list.js +18 -0
  38. package/lib-esm/basics/grid-list-item/index.d.ts +74 -0
  39. package/lib-esm/basics/grid-list-item/index.js +73 -0
  40. package/lib-esm/basics/grid-list-item/types.d.ts +10 -0
  41. package/lib-esm/basics/large-list-item/index.d.ts +88 -0
  42. package/lib-esm/basics/large-list-item/index.js +87 -0
  43. package/lib-esm/basics/large-list-item/large-list-item-description.d.ts +4 -0
  44. package/lib-esm/basics/large-list-item/large-list-item-description.js +30 -0
  45. package/lib-esm/basics/large-list-item/large-list-item-snippet.d.ts +3 -0
  46. package/lib-esm/basics/large-list-item/large-list-item-snippet.js +36 -0
  47. package/lib-esm/basics/large-list-item/large-list.d.ts +3 -0
  48. package/lib-esm/basics/large-list-item/large-list.js +18 -0
  49. package/lib-esm/basics/large-list-item/types.d.ts +15 -0
  50. package/lib-esm/basics/navigation-menu/index.d.ts +16 -0
  51. package/lib-esm/basics/navigation-menu/index.js +17 -0
  52. package/lib-esm/basics/navigation-menu/navigation-menu-content.d.ts +7 -0
  53. package/lib-esm/basics/navigation-menu/navigation-menu-content.js +21 -0
  54. package/lib-esm/basics/navigation-menu/navigation-menu-item.d.ts +13 -0
  55. package/lib-esm/basics/navigation-menu/navigation-menu-item.js +52 -0
  56. package/lib-esm/basics/navigation-menu/navigation-menu-link.d.ts +5 -0
  57. package/lib-esm/basics/navigation-menu/navigation-menu-link.js +24 -0
  58. package/lib-esm/basics/navigation-menu/navigation-menu-root.d.ts +10 -0
  59. package/lib-esm/basics/navigation-menu/navigation-menu-root.js +19 -0
  60. package/lib-esm/basics/navigation-menu/navigation-menu-separator.d.ts +2 -0
  61. package/lib-esm/basics/navigation-menu/navigation-menu-separator.js +12 -0
  62. package/lib-esm/basics/navigation-menu/navigation-menu-trigger.d.ts +7 -0
  63. package/lib-esm/basics/navigation-menu/navigation-menu-trigger.js +21 -0
  64. package/lib-esm/basics/navigation-menu/navigation-menu.module.js +4 -0
  65. package/lib-esm/basics/small-list-item/index.d.ts +47 -0
  66. package/lib-esm/basics/small-list-item/index.js +46 -0
  67. package/lib-esm/basics/small-list-item/small-list.d.ts +3 -0
  68. package/lib-esm/basics/small-list-item/small-list.js +18 -0
  69. package/lib-esm/basics/small-list-item/types.d.ts +6 -0
  70. package/lib-esm/basics/text-input/index.d.ts +2 -0
  71. package/lib-esm/basics/text-input/text-input.d.ts +48 -0
  72. package/lib-esm/basics/text-input/text-input.js +77 -0
  73. package/lib-esm/basics/text-input/text-input.module.js +4 -0
  74. package/lib-esm/basics/text-input/types.d.ts +23 -0
  75. package/lib-esm/branding-styles/branding-styles.d.ts +2 -0
  76. package/lib-esm/branding-styles/branding-styles.js +10 -0
  77. package/lib-esm/branding-styles/index.d.ts +3 -0
  78. package/lib-esm/branding-styles/types.d.ts +4 -0
  79. package/lib-esm/branding-styles/useCustomBranding.d.ts +1 -0
  80. package/lib-esm/branding-styles/useCustomBranding.js +40 -0
  81. package/lib-esm/branding-styles/utils/createTheme.d.ts +69 -0
  82. package/lib-esm/branding-styles/utils/createTheme.js +167 -0
  83. package/lib-esm/branding-styles/utils/theme.d.ts +41 -0
  84. package/lib-esm/branding-styles/utils/theme.js +48 -0
  85. package/lib-esm/branding-styles/utils/variables.d.ts +117 -0
  86. package/lib-esm/branding-styles/utils/variables.js +18 -0
  87. package/lib-esm/card/card.d.ts +6 -0
  88. package/lib-esm/card/card.js +24 -0
  89. package/lib-esm/card/card.module.js +4 -0
  90. package/lib-esm/card/index.d.ts +2 -0
  91. package/lib-esm/card/types.d.ts +10 -0
  92. package/lib-esm/card-tooltip/card-tooltip.d.ts +13 -0
  93. package/lib-esm/card-tooltip/card-tooltip.js +66 -0
  94. package/lib-esm/card-tooltip/card-tooltip.module.js +4 -0
  95. package/lib-esm/card-tooltip/index.d.ts +2 -0
  96. package/lib-esm/card-tooltip/types.d.ts +30 -0
  97. package/lib-esm/checkbox/checkbox-item.d.ts +6 -0
  98. package/lib-esm/checkbox/checkbox-item.js +78 -0
  99. package/lib-esm/checkbox/checkbox.module.js +4 -0
  100. package/lib-esm/checkbox/index.d.ts +8 -0
  101. package/lib-esm/checkbox/index.js +9 -0
  102. package/lib-esm/checkbox/types.d.ts +32 -0
  103. package/lib-esm/combobox/chips-group.d.ts +3 -0
  104. package/lib-esm/combobox/chips-group.js +100 -0
  105. package/lib-esm/combobox/chips-group.module.js +4 -0
  106. package/lib-esm/combobox/chips-group.types.d.ts +5 -0
  107. package/lib-esm/combobox/combobox.d.ts +14 -0
  108. package/lib-esm/combobox/combobox.js +422 -0
  109. package/lib-esm/combobox/combobox.module.js +4 -0
  110. package/lib-esm/combobox/index.d.ts +2 -0
  111. package/lib-esm/combobox/types.d.ts +206 -0
  112. package/lib-esm/content-card/content-card-body.d.ts +4 -0
  113. package/lib-esm/content-card/content-card-body.js +28 -0
  114. package/lib-esm/content-card/content-card-footer.d.ts +3 -0
  115. package/lib-esm/content-card/content-card-footer.js +17 -0
  116. package/lib-esm/content-card/content-card-image.d.ts +5 -0
  117. package/lib-esm/content-card/content-card-image.js +41 -0
  118. package/lib-esm/content-card/content-card-title.d.ts +4 -0
  119. package/lib-esm/content-card/content-card-title.js +28 -0
  120. package/lib-esm/content-card/content-card.d.ts +13 -0
  121. package/lib-esm/content-card/content-card.js +93 -0
  122. package/lib-esm/content-card/content-card.module.js +4 -0
  123. package/lib-esm/content-card/index.d.ts +2 -0
  124. package/lib-esm/content-card/types.d.ts +28 -0
  125. package/lib-esm/content-field/content-field.d.ts +5 -0
  126. package/lib-esm/content-field/content-field.js +93 -0
  127. package/lib-esm/content-field/content-field.module.js +4 -0
  128. package/lib-esm/content-field/index.d.ts +2 -0
  129. package/lib-esm/content-field/messages.d.ts +6 -0
  130. package/lib-esm/content-field/messages.js +8 -0
  131. package/lib-esm/content-field/types.d.ts +23 -0
  132. package/lib-esm/data-table/data-table-wrapper.d.ts +6 -0
  133. package/lib-esm/data-table/index.d.ts +1 -0
  134. package/lib-esm/empty-state/empty-state.d.ts +44 -0
  135. package/lib-esm/empty-state/empty-state.js +92 -0
  136. package/lib-esm/empty-state/empty-state.module.js +4 -0
  137. package/lib-esm/empty-state/index.d.ts +2 -0
  138. package/lib-esm/empty-state/types.d.ts +19 -0
  139. package/lib-esm/ghost/ghost.d.ts +27 -0
  140. package/lib-esm/ghost/ghost.js +37 -0
  141. package/lib-esm/ghost/ghost.module.js +4 -0
  142. package/lib-esm/ghost/index.d.ts +1 -0
  143. package/lib-esm/guided-tooltip/guided-tooltip-body.d.ts +11 -0
  144. package/lib-esm/guided-tooltip/guided-tooltip-body.js +49 -0
  145. package/lib-esm/guided-tooltip/guided-tooltip-footer.d.ts +71 -0
  146. package/lib-esm/guided-tooltip/guided-tooltip-footer.js +77 -0
  147. package/lib-esm/guided-tooltip/guided-tooltip-icon.d.ts +7 -0
  148. package/lib-esm/guided-tooltip/guided-tooltip-icon.js +22 -0
  149. package/lib-esm/guided-tooltip/guided-tooltip-illustration.d.ts +7 -0
  150. package/lib-esm/guided-tooltip/guided-tooltip-illustration.js +20 -0
  151. package/lib-esm/guided-tooltip/guided-tooltip-title.d.ts +6 -0
  152. package/lib-esm/guided-tooltip/guided-tooltip-title.js +36 -0
  153. package/lib-esm/guided-tooltip/guided-tooltip.d.ts +69 -0
  154. package/lib-esm/guided-tooltip/guided-tooltip.js +110 -0
  155. package/lib-esm/guided-tooltip/guided-tooltip.module.js +4 -0
  156. package/lib-esm/guided-tooltip/index.d.ts +3 -0
  157. package/lib-esm/guided-tooltip/types.d.ts +98 -0
  158. package/lib-esm/guided-tooltip/utils/guided-tooltip-context.d.ts +11 -0
  159. package/lib-esm/guided-tooltip/utils/guided-tooltip-context.js +12 -0
  160. package/lib-esm/index.css +5328 -0
  161. package/lib-esm/index.d.ts +55 -0
  162. package/lib-esm/index.js +62 -0
  163. package/lib-esm/inline-notice/inline-notice.d.ts +17 -0
  164. package/lib-esm/inline-notice/inline-notice.js +64 -0
  165. package/lib-esm/inline-table/index.d.ts +2 -0
  166. package/lib-esm/inline-table/inline-table.d.ts +10 -0
  167. package/lib-esm/inline-table/inline-table.js +53 -0
  168. package/lib-esm/inline-table/inline-table.module.js +4 -0
  169. package/lib-esm/inline-table/types.d.ts +14 -0
  170. package/lib-esm/input-chip/index.d.ts +2 -0
  171. package/lib-esm/input-chip/input-chip.d.ts +4 -0
  172. package/lib-esm/input-chip/input-chip.js +58 -0
  173. package/lib-esm/input-chip/input-chip.module.js +4 -0
  174. package/lib-esm/input-chip/types.d.ts +21 -0
  175. package/lib-esm/list-item/cell/action-cell.d.ts +13 -0
  176. package/lib-esm/list-item/cell/action-cell.js +49 -0
  177. package/lib-esm/list-item/cell/cell.d.ts +10 -0
  178. package/lib-esm/list-item/cell/cell.js +30 -0
  179. package/lib-esm/list-item/drop-indicator.d.ts +3 -0
  180. package/lib-esm/list-item/drop-indicator.js +19 -0
  181. package/lib-esm/list-item/drop-indicator.module.js +4 -0
  182. package/lib-esm/list-item/index.d.ts +25 -0
  183. package/lib-esm/list-item/list-item.d.ts +25 -0
  184. package/lib-esm/list-item/list-item.js +19 -0
  185. package/lib-esm/list-item/main.module.js +4 -0
  186. package/lib-esm/list-item/row.d.ts +12 -0
  187. package/lib-esm/list-item/row.js +32 -0
  188. package/lib-esm/list-item/table-body.d.ts +16 -0
  189. package/lib-esm/list-item/table-body.js +26 -0
  190. package/lib-esm/list-item/table-column.d.ts +14 -0
  191. package/lib-esm/list-item/table-column.js +78 -0
  192. package/lib-esm/list-item/table-header.d.ts +12 -0
  193. package/lib-esm/list-item/table-header.js +30 -0
  194. package/lib-esm/list-item/table.d.ts +8 -0
  195. package/lib-esm/list-item/table.js +30 -0
  196. package/lib-esm/loading-indicator/loading-indicator.d.ts +16 -0
  197. package/lib-esm/loading-indicator/loading-indicator.js +29 -0
  198. package/lib-esm/loading-indicator/loading-indicator.module.js +4 -0
  199. package/lib-esm/modal/index.d.ts +2 -0
  200. package/lib-esm/modal/modal-body.d.ts +7 -0
  201. package/lib-esm/modal/modal-body.js +20 -0
  202. package/lib-esm/modal/modal-close.d.ts +7 -0
  203. package/lib-esm/modal/modal-close.js +47 -0
  204. package/lib-esm/modal/modal-content.d.ts +7 -0
  205. package/lib-esm/modal/modal-content.js +28 -0
  206. package/lib-esm/modal/modal-footer.d.ts +65 -0
  207. package/lib-esm/modal/modal-footer.js +54 -0
  208. package/lib-esm/modal/modal-header.d.ts +7 -0
  209. package/lib-esm/modal/modal-header.js +42 -0
  210. package/lib-esm/modal/modal-scrollable-container.d.ts +8 -0
  211. package/lib-esm/modal/modal-scrollable-container.js +21 -0
  212. package/lib-esm/modal/modal-title.d.ts +7 -0
  213. package/lib-esm/modal/modal-title.js +29 -0
  214. package/lib-esm/modal/modal-trigger.d.ts +7 -0
  215. package/lib-esm/modal/modal-trigger.js +18 -0
  216. package/lib-esm/modal/modal.d.ts +93 -0
  217. package/lib-esm/modal/modal.js +55 -0
  218. package/lib-esm/modal/modal.module.js +4 -0
  219. package/lib-esm/modal/types.d.ts +48 -0
  220. package/lib-esm/primitives/base-button/base-button-context.d.ts +4 -0
  221. package/lib-esm/primitives/base-button/base-button-context.js +10 -0
  222. package/lib-esm/primitives/base-button/base-button-icon.d.ts +7 -0
  223. package/lib-esm/primitives/base-button/base-button-icon.js +47 -0
  224. package/lib-esm/primitives/base-button/base-button-label.d.ts +6 -0
  225. package/lib-esm/primitives/base-button/base-button-label.js +17 -0
  226. package/lib-esm/primitives/base-button/base-button.d.ts +24 -0
  227. package/lib-esm/primitives/base-button/base-button.js +58 -0
  228. package/lib-esm/primitives/base-button/base-button.module.js +4 -0
  229. package/lib-esm/primitives/base-button/index.d.ts +36 -0
  230. package/lib-esm/primitives/base-button/index.js +10 -0
  231. package/lib-esm/primitives/base-button/types.d.ts +28 -0
  232. package/lib-esm/primitives/base-button/utils.d.ts +8 -0
  233. package/lib-esm/primitives/base-button/utils.js +28 -0
  234. package/lib-esm/primitives/base-inline-notice/base-inline-notice-actions.d.ts +116 -0
  235. package/lib-esm/primitives/base-inline-notice/base-inline-notice-actions.js +55 -0
  236. package/lib-esm/primitives/base-inline-notice/base-inline-notice-content-container.d.ts +8 -0
  237. package/lib-esm/primitives/base-inline-notice/base-inline-notice-content-container.js +21 -0
  238. package/lib-esm/primitives/base-inline-notice/base-inline-notice-content.d.ts +7 -0
  239. package/lib-esm/primitives/base-inline-notice/base-inline-notice-content.js +49 -0
  240. package/lib-esm/primitives/base-inline-notice/base-inline-notice-icon.d.ts +7 -0
  241. package/lib-esm/primitives/base-inline-notice/base-inline-notice-icon.js +30 -0
  242. package/lib-esm/primitives/base-inline-notice/base-inline-notice.d.ts +4 -0
  243. package/lib-esm/primitives/base-inline-notice/base-inline-notice.js +21 -0
  244. package/lib-esm/primitives/base-inline-notice/base-inline-notice.module.js +4 -0
  245. package/lib-esm/primitives/base-inline-notice/index.d.ts +73 -0
  246. package/lib-esm/primitives/base-inline-notice/index.js +14 -0
  247. package/lib-esm/primitives/base-inline-notice/types.d.ts +39 -0
  248. package/lib-esm/primitives/calendar/calendar.d.ts +3 -0
  249. package/lib-esm/primitives/calendar/calendar.js +67 -0
  250. package/lib-esm/primitives/calendar/calendar.module.js +4 -0
  251. package/lib-esm/primitives/calendar/index.d.ts +3 -0
  252. package/lib-esm/primitives/calendar/parse-date.util.d.ts +7 -0
  253. package/lib-esm/primitives/calendar/parse-date.util.js +10 -0
  254. package/lib-esm/primitives/calendar/types.d.ts +17 -0
  255. package/lib-esm/primitives/chips/chip-dropdown-indicator.d.ts +2 -0
  256. package/lib-esm/primitives/chips/chip-dropdown-indicator.js +15 -0
  257. package/lib-esm/primitives/chips/chip-icon.d.ts +3 -0
  258. package/lib-esm/primitives/chips/chip-icon.js +18 -0
  259. package/lib-esm/primitives/chips/chip-label.d.ts +4 -0
  260. package/lib-esm/primitives/chips/chip-label.js +21 -0
  261. package/lib-esm/primitives/chips/chip-status.d.ts +4 -0
  262. package/lib-esm/primitives/chips/chip-status.js +20 -0
  263. package/lib-esm/primitives/chips/chip.d.ts +3 -0
  264. package/lib-esm/primitives/chips/chip.js +21 -0
  265. package/lib-esm/primitives/chips/chip.module.js +4 -0
  266. package/lib-esm/primitives/chips/chips-group.d.ts +7 -0
  267. package/lib-esm/primitives/chips/chips-group.js +22 -0
  268. package/lib-esm/primitives/chips/filter-chip/filter-chip-button.d.ts +8 -0
  269. package/lib-esm/primitives/chips/filter-chip/filter-chip-button.js +30 -0
  270. package/lib-esm/primitives/chips/filter-chip/filter-chip-group-context.d.ts +11 -0
  271. package/lib-esm/primitives/chips/filter-chip/filter-chip-group-context.js +9 -0
  272. package/lib-esm/primitives/chips/filter-chip/filter-chip.d.ts +18 -0
  273. package/lib-esm/primitives/chips/filter-chip/filter-chip.js +85 -0
  274. package/lib-esm/primitives/chips/filter-chip/filter-combo-chip.d.ts +27 -0
  275. package/lib-esm/primitives/chips/filter-chip/filter-combo-chip.js +84 -0
  276. package/lib-esm/primitives/chips/filter-chip/filter-trigger-chip.d.ts +16 -0
  277. package/lib-esm/primitives/chips/filter-chip/filter-trigger-chip.js +37 -0
  278. package/lib-esm/primitives/chips/filter-chip/index.d.ts +27 -0
  279. package/lib-esm/primitives/chips/filter-chip/index.js +23 -0
  280. package/lib-esm/primitives/chips/types.d.ts +23 -0
  281. package/lib-esm/primitives/context-menu/context-menu-item.d.ts +17 -0
  282. package/lib-esm/primitives/context-menu/context-menu-item.js +40 -0
  283. package/lib-esm/primitives/context-menu/context-menu-items-separator.d.ts +5 -0
  284. package/lib-esm/primitives/context-menu/context-menu-items-separator.js +16 -0
  285. package/lib-esm/primitives/context-menu/context-menu-menu-content.d.ts +11 -0
  286. package/lib-esm/primitives/context-menu/context-menu-menu-content.js +29 -0
  287. package/lib-esm/primitives/context-menu/context-menu-menu-root.d.ts +8 -0
  288. package/lib-esm/primitives/context-menu/context-menu-menu-root.js +19 -0
  289. package/lib-esm/primitives/context-menu/context-menu-menu-trigger.d.ts +8 -0
  290. package/lib-esm/primitives/context-menu/context-menu-menu-trigger.js +21 -0
  291. package/lib-esm/primitives/context-menu/context-menu-sub-menu-content.d.ts +12 -0
  292. package/lib-esm/primitives/context-menu/context-menu-sub-menu-content.js +34 -0
  293. package/lib-esm/primitives/context-menu/context-menu-sub-menu-root.d.ts +11 -0
  294. package/lib-esm/primitives/context-menu/context-menu-sub-menu-root.js +20 -0
  295. package/lib-esm/primitives/context-menu/context-menu-sub-menu-trigger.d.ts +18 -0
  296. package/lib-esm/primitives/context-menu/context-menu-sub-menu-trigger.js +39 -0
  297. package/lib-esm/primitives/context-menu/context-menu.module.js +4 -0
  298. package/lib-esm/primitives/context-menu/index.d.ts +27 -0
  299. package/lib-esm/primitives/context-menu/index.js +21 -0
  300. package/lib-esm/primitives/date-i18n-provider/date-i18n-provider.d.ts +15 -0
  301. package/lib-esm/primitives/date-i18n-provider/date-i18n-provider.js +17 -0
  302. package/lib-esm/primitives/dropdown-menu/dropdown-menu-checkbox-item.d.ts +8 -0
  303. package/lib-esm/primitives/dropdown-menu/dropdown-menu-checkbox-item.js +42 -0
  304. package/lib-esm/primitives/dropdown-menu/dropdown-menu-content.d.ts +12 -0
  305. package/lib-esm/primitives/dropdown-menu/dropdown-menu-content.js +35 -0
  306. package/lib-esm/primitives/dropdown-menu/dropdown-menu-item.d.ts +7 -0
  307. package/lib-esm/primitives/dropdown-menu/dropdown-menu-item.js +29 -0
  308. package/lib-esm/primitives/dropdown-menu/dropdown-menu-radio-group.d.ts +8 -0
  309. package/lib-esm/primitives/dropdown-menu/dropdown-menu-radio-group.js +17 -0
  310. package/lib-esm/primitives/dropdown-menu/dropdown-menu-radio-select-item.d.ts +8 -0
  311. package/lib-esm/primitives/dropdown-menu/dropdown-menu-radio-select-item.js +43 -0
  312. package/lib-esm/primitives/dropdown-menu/dropdown-menu-root.d.ts +10 -0
  313. package/lib-esm/primitives/dropdown-menu/dropdown-menu-root.js +19 -0
  314. package/lib-esm/primitives/dropdown-menu/dropdown-menu-separator.d.ts +5 -0
  315. package/lib-esm/primitives/dropdown-menu/dropdown-menu-separator.js +17 -0
  316. package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-content.d.ts +12 -0
  317. package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-content.js +34 -0
  318. package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-root.d.ts +11 -0
  319. package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-root.js +20 -0
  320. package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-trigger.d.ts +17 -0
  321. package/lib-esm/primitives/dropdown-menu/dropdown-menu-sub-menu-trigger.js +38 -0
  322. package/lib-esm/primitives/dropdown-menu/dropdown-menu-trigger.d.ts +8 -0
  323. package/lib-esm/primitives/dropdown-menu/dropdown-menu-trigger.js +23 -0
  324. package/lib-esm/primitives/dropdown-menu/dropdown-menu.module.js +4 -0
  325. package/lib-esm/primitives/dropdown-menu/index.d.ts +29 -0
  326. package/lib-esm/primitives/dropdown-menu/index.js +27 -0
  327. package/lib-esm/primitives/icon-button/icon-button.d.ts +4 -0
  328. package/lib-esm/primitives/icon-button/icon-button.js +30 -0
  329. package/lib-esm/primitives/icon-button/icon-button.module.js +4 -0
  330. package/lib-esm/primitives/icon-button/index.d.ts +2 -0
  331. package/lib-esm/primitives/icon-button/types.d.ts +9 -0
  332. package/lib-esm/primitives/icon-button/utils.d.ts +3 -0
  333. package/lib-esm/primitives/icon-button/utils.js +9 -0
  334. package/lib-esm/primitives/inline-error/inline-error.d.ts +4 -0
  335. package/lib-esm/primitives/inline-error/inline-error.js +33 -0
  336. package/lib-esm/primitives/inline-error/inline-error.module.js +4 -0
  337. package/lib-esm/primitives/inline-error/types.d.ts +5 -0
  338. package/lib-esm/primitives/link/index.d.ts +2 -0
  339. package/lib-esm/primitives/link/link.d.ts +3 -0
  340. package/lib-esm/primitives/link/link.js +25 -0
  341. package/lib-esm/primitives/link/link.module.js +4 -0
  342. package/lib-esm/primitives/link/types.d.ts +21 -0
  343. package/lib-esm/primitives/notification/index.d.ts +12 -0
  344. package/lib-esm/primitives/notification/index.js +12 -0
  345. package/lib-esm/primitives/notification/notification-button.d.ts +9 -0
  346. package/lib-esm/primitives/notification/notification-button.js +23 -0
  347. package/lib-esm/primitives/notification/notification-provider.d.ts +37 -0
  348. package/lib-esm/primitives/notification/notification-provider.js +94 -0
  349. package/lib-esm/primitives/notification/notification.module.js +4 -0
  350. package/lib-esm/primitives/notification/notification.viewport.d.ts +9 -0
  351. package/lib-esm/primitives/notification/notification.viewport.js +35 -0
  352. package/lib-esm/primitives/notification/private-notification-element.d.ts +33 -0
  353. package/lib-esm/primitives/notification/private-notification-element.js +91 -0
  354. package/lib-esm/primitives/page-header/index.d.ts +2 -0
  355. package/lib-esm/primitives/page-header/page-header.d.ts +12 -0
  356. package/lib-esm/primitives/page-header/page-header.js +73 -0
  357. package/lib-esm/primitives/page-header/page-header.module.js +4 -0
  358. package/lib-esm/primitives/page-header/types.d.ts +8 -0
  359. package/lib-esm/primitives/popover/index.d.ts +18 -0
  360. package/lib-esm/primitives/popover/index.js +17 -0
  361. package/lib-esm/primitives/popover/popover-close.d.ts +8 -0
  362. package/lib-esm/primitives/popover/popover-close.js +23 -0
  363. package/lib-esm/primitives/popover/popover-content-container.d.ts +12 -0
  364. package/lib-esm/primitives/popover/popover-content-container.js +46 -0
  365. package/lib-esm/primitives/popover/popover-footer.d.ts +7 -0
  366. package/lib-esm/primitives/popover/popover-footer.js +30 -0
  367. package/lib-esm/primitives/popover/popover-main-content.d.ts +7 -0
  368. package/lib-esm/primitives/popover/popover-main-content.js +45 -0
  369. package/lib-esm/primitives/popover/popover-overflow-context.d.ts +6 -0
  370. package/lib-esm/primitives/popover/popover-overflow-context.js +8 -0
  371. package/lib-esm/primitives/popover/popover-root.d.ts +10 -0
  372. package/lib-esm/primitives/popover/popover-root.js +20 -0
  373. package/lib-esm/primitives/popover/popover-trigger.d.ts +9 -0
  374. package/lib-esm/primitives/popover/popover-trigger.js +24 -0
  375. package/lib-esm/primitives/popover/popover.module.js +4 -0
  376. package/lib-esm/primitives/select-menu-grid/index.d.ts +12 -0
  377. package/lib-esm/primitives/select-menu-grid/index.js +11 -0
  378. package/lib-esm/primitives/select-menu-grid/select-menu-grid-option.d.ts +343 -0
  379. package/lib-esm/primitives/select-menu-grid/select-menu-grid-option.js +100 -0
  380. package/lib-esm/primitives/select-menu-grid/select-menu-grid-option.module.js +4 -0
  381. package/lib-esm/primitives/select-menu-grid/select-menu-grid.d.ts +5 -0
  382. package/lib-esm/primitives/select-menu-grid/select-menu-grid.js +31 -0
  383. package/lib-esm/primitives/select-menu-grid/select-menu-grid.module.js +4 -0
  384. package/lib-esm/primitives/select-menu-grid/types.d.ts +35 -0
  385. package/lib-esm/primitives/slot.d.ts +5 -0
  386. package/lib-esm/primitives/slot.js +4 -0
  387. package/lib-esm/primitives/supplementary-fonts/get-supplementary-font-faces-config.d.ts +5 -0
  388. package/lib-esm/primitives/supplementary-fonts/get-supplementary-font-faces-config.js +17 -0
  389. package/lib-esm/primitives/supplementary-fonts/index.d.ts +4 -0
  390. package/lib-esm/primitives/supplementary-fonts/supplementary-fonts.d.ts +6 -0
  391. package/lib-esm/primitives/supplementary-fonts/supplementary-fonts.js +12 -0
  392. package/lib-esm/primitives/supplementary-fonts/types.d.ts +2 -0
  393. package/lib-esm/primitives/supplementary-fonts/useSupplementaryFonts.hook.d.ts +2 -0
  394. package/lib-esm/primitives/supplementary-fonts/useSupplementaryFonts.hook.js +36 -0
  395. package/lib-esm/primitives/tabs/index.d.ts +27 -0
  396. package/lib-esm/primitives/tabs/index.js +22 -0
  397. package/lib-esm/primitives/tabs/tab-list.d.ts +4 -0
  398. package/lib-esm/primitives/tabs/tab-list.js +27 -0
  399. package/lib-esm/primitives/tabs/tab-panel.d.ts +4 -0
  400. package/lib-esm/primitives/tabs/tab-panel.js +23 -0
  401. package/lib-esm/primitives/tabs/tab.d.ts +11 -0
  402. package/lib-esm/primitives/tabs/tab.js +58 -0
  403. package/lib-esm/primitives/tabs/tabs.d.ts +6 -0
  404. package/lib-esm/primitives/tabs/tabs.js +15 -0
  405. package/lib-esm/primitives/tabs/tabs.module.js +4 -0
  406. package/lib-esm/primitives/tabs/use-tabs.d.ts +1 -0
  407. package/lib-esm/primitives/tabs/use-tabs.js +7 -0
  408. package/lib-esm/primitives/utility/AreaIndicator.d.ts +7 -0
  409. package/lib-esm/radio-group/index.d.ts +9 -0
  410. package/lib-esm/radio-group/index.js +11 -0
  411. package/lib-esm/radio-group/radio-group.d.ts +4 -0
  412. package/lib-esm/radio-group/radio-group.js +35 -0
  413. package/lib-esm/radio-group/radio-group.module.js +4 -0
  414. package/lib-esm/radio-group/radio-item.d.ts +4 -0
  415. package/lib-esm/radio-group/radio-item.js +50 -0
  416. package/lib-esm/radio-group/types.d.ts +13 -0
  417. package/lib-esm/search-input/index.d.ts +22 -0
  418. package/lib-esm/search-input/index.js +11 -0
  419. package/lib-esm/search-input/search-input-action-button.d.ts +2 -0
  420. package/lib-esm/search-input/search-input-action-button.js +26 -0
  421. package/lib-esm/search-input/search-input.d.ts +16 -0
  422. package/lib-esm/search-input/search-input.js +95 -0
  423. package/lib-esm/search-input/search.module.js +4 -0
  424. package/lib-esm/search-input/types.d.ts +53 -0
  425. package/lib-esm/select/index.d.ts +2 -0
  426. package/lib-esm/select/select.d.ts +68 -0
  427. package/lib-esm/select/select.js +187 -0
  428. package/lib-esm/select/select.module.js +4 -0
  429. package/lib-esm/select/types.d.ts +105 -0
  430. package/lib-esm/side-panel/index.d.ts +2 -0
  431. package/lib-esm/side-panel/scroll-context.d.ts +11 -0
  432. package/lib-esm/side-panel/scroll-context.js +43 -0
  433. package/lib-esm/side-panel/side-panel-close.d.ts +7 -0
  434. package/lib-esm/side-panel/side-panel-close.js +26 -0
  435. package/lib-esm/side-panel/side-panel-content.d.ts +13 -0
  436. package/lib-esm/side-panel/side-panel-content.js +41 -0
  437. package/lib-esm/side-panel/side-panel-footer.d.ts +65 -0
  438. package/lib-esm/side-panel/side-panel-footer.js +62 -0
  439. package/lib-esm/side-panel/side-panel-header.d.ts +7 -0
  440. package/lib-esm/side-panel/side-panel-header.js +62 -0
  441. package/lib-esm/side-panel/side-panel-overlay.d.ts +8 -0
  442. package/lib-esm/side-panel/side-panel-overlay.js +31 -0
  443. package/lib-esm/side-panel/side-panel-scrollable-container.d.ts +8 -0
  444. package/lib-esm/side-panel/side-panel-scrollable-container.js +42 -0
  445. package/lib-esm/side-panel/side-panel.d.ts +70 -0
  446. package/lib-esm/side-panel/side-panel.js +52 -0
  447. package/lib-esm/side-panel/side-panel.module.js +4 -0
  448. package/lib-esm/side-panel/types.d.ts +38 -0
  449. package/lib-esm/side-panel/variant-context.d.ts +6 -0
  450. package/lib-esm/side-panel/variant-context.js +22 -0
  451. package/lib-esm/slider/index.d.ts +2 -0
  452. package/lib-esm/slider/slider-incrementer.d.ts +6 -0
  453. package/lib-esm/slider/slider-incrementer.js +57 -0
  454. package/lib-esm/slider/slider-incrementer.module.js +4 -0
  455. package/lib-esm/slider/slider-range.d.ts +6 -0
  456. package/lib-esm/slider/slider-range.js +65 -0
  457. package/lib-esm/slider/slider-range.module.js +4 -0
  458. package/lib-esm/slider/slider.d.ts +5 -0
  459. package/lib-esm/slider/slider.js +51 -0
  460. package/lib-esm/slider/slider.module.js +4 -0
  461. package/lib-esm/slider/types.d.ts +181 -0
  462. package/lib-esm/status/consts.d.ts +4 -0
  463. package/lib-esm/status/consts.js +25 -0
  464. package/lib-esm/status/index.d.ts +2 -0
  465. package/lib-esm/status/status.d.ts +3 -0
  466. package/lib-esm/status/status.js +82 -0
  467. package/lib-esm/status/status.module.js +4 -0
  468. package/lib-esm/status/types.d.ts +31 -0
  469. package/lib-esm/switch/index.d.ts +9 -0
  470. package/lib-esm/switch/index.js +9 -0
  471. package/lib-esm/switch/switch-item.d.ts +5 -0
  472. package/lib-esm/switch/switch-item.js +71 -0
  473. package/lib-esm/switch/switch-legend.d.ts +4 -0
  474. package/lib-esm/switch/switch-legend.js +11 -0
  475. package/lib-esm/switch/switch.module.js +4 -0
  476. package/lib-esm/switch/types.d.ts +32 -0
  477. package/lib-esm/text/index.d.ts +2 -0
  478. package/lib-esm/text/text.d.ts +4 -0
  479. package/lib-esm/text/text.js +21 -0
  480. package/lib-esm/text/text.module.js +4 -0
  481. package/lib-esm/text/types.d.ts +34 -0
  482. package/lib-esm/text-area/index.d.ts +2 -0
  483. package/lib-esm/text-area/text-area-autosize/text-area-autosize.d.ts +10 -0
  484. package/lib-esm/text-area/text-area-autosize/text-area-autosize.js +322 -0
  485. package/lib-esm/text-area/text-area-autosize/text-area-autosize.module.js +4 -0
  486. package/lib-esm/text-area/text-area-autosize/types.d.ts +21 -0
  487. package/lib-esm/text-area/text-area.d.ts +36 -0
  488. package/lib-esm/text-area/text-area.js +57 -0
  489. package/lib-esm/text-area/text-area.module.js +4 -0
  490. package/lib-esm/text-area/types.d.ts +22 -0
  491. package/lib-esm/text-button/index.d.ts +2 -0
  492. package/lib-esm/text-button/text-button.d.ts +24 -0
  493. package/lib-esm/text-button/text-button.js +54 -0
  494. package/lib-esm/text-button/text-button.module.js +4 -0
  495. package/lib-esm/text-button/types.d.ts +25 -0
  496. package/lib-esm/tooltip/index.d.ts +2 -0
  497. package/lib-esm/tooltip/tooltip.d.ts +16 -0
  498. package/lib-esm/tooltip/tooltip.js +128 -0
  499. package/lib-esm/tooltip/tooltip.module.js +4 -0
  500. package/lib-esm/tooltip/types.d.ts +41 -0
  501. package/lib-esm/trigger-button/index.d.ts +1 -0
  502. package/lib-esm/trigger-button/trigger-button.d.ts +50 -0
  503. package/lib-esm/trigger-button/trigger-button.js +41 -0
  504. package/lib-esm/types/modify.d.ts +1 -0
  505. package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-actions.d.ts +4 -0
  506. package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-actions.js +132 -0
  507. package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-header.d.ts +3 -0
  508. package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-header.js +57 -0
  509. package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-subtitle.d.ts +4 -0
  510. package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-subtitle.js +58 -0
  511. package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-thumbnail.d.ts +4 -0
  512. package/lib-esm/util-components/base-grid-list-item/base-grid-list-item-thumbnail.js +30 -0
  513. package/lib-esm/util-components/base-grid-list-item/base-grid-list-item.d.ts +4 -0
  514. package/lib-esm/util-components/base-grid-list-item/base-grid-list-item.js +70 -0
  515. package/lib-esm/util-components/base-grid-list-item/base-grid-list-item.module.js +4 -0
  516. package/lib-esm/util-components/base-grid-list-item/base-grid-list.d.ts +6 -0
  517. package/lib-esm/util-components/base-grid-list-item/base-grid-list.js +62 -0
  518. package/lib-esm/util-components/base-grid-list-item/index.d.ts +41 -0
  519. package/lib-esm/util-components/base-grid-list-item/index.js +42 -0
  520. package/lib-esm/util-components/base-grid-list-item/types.d.ts +32 -0
  521. package/lib-esm/util-components/base-grid-list-item/utils/rac-button.d.ts +12 -0
  522. package/lib-esm/util-components/base-grid-list-item/utils/rac-button.js +34 -0
  523. package/lib-esm/util-components/base-grid-list-item/utils/rac-tooltip.d.ts +7 -0
  524. package/lib-esm/util-components/base-grid-list-item/utils/rac-tooltip.js +30 -0
  525. package/lib-esm/util-components/focus-trap/focus-trap.d.ts +3 -0
  526. package/lib-esm/util-components/focus-trap/index.d.ts +1 -0
  527. package/lib-esm/util-components/focus-trap/types.d.ts +8 -0
  528. package/lib-esm/util-components/interactive-icon/index.d.ts +1 -0
  529. package/lib-esm/util-components/interactive-icon/interactive-icon.d.ts +4 -0
  530. package/lib-esm/util-components/interactive-icon/interactive-icon.js +24 -0
  531. package/lib-esm/util-components/interactive-icon/interactive-icon.module.js +4 -0
  532. package/lib-esm/util-components/interactive-icon/types.d.ts +9 -0
  533. package/lib-esm/util-components/legend/index.d.ts +1 -0
  534. package/lib-esm/util-components/legend/legend.d.ts +4 -0
  535. package/lib-esm/util-components/legend/legend.js +31 -0
  536. package/lib-esm/util-components/legend/legend.module.js +4 -0
  537. package/lib-esm/util-components/legend/types.d.ts +18 -0
  538. package/lib-esm/util-components/list-checkbox/index.d.ts +1 -0
  539. package/lib-esm/util-components/list-checkbox/list-checkbox.d.ts +10 -0
  540. package/lib-esm/util-components/list-checkbox/list-checkbox.js +36 -0
  541. package/lib-esm/util-components/list-checkbox/list-checkbox.module.js +4 -0
  542. package/lib-esm/util-components/menu-item-sections/menu-item-sections.d.ts +19 -0
  543. package/lib-esm/util-components/menu-item-sections/menu-item-sections.js +43 -0
  544. package/lib-esm/util-components/menu-item-sections/menu-item-sections.module.js +4 -0
  545. package/lib-esm/util-components/scrollable-container/scrollable-container.d.ts +30 -0
  546. package/lib-esm/util-components/scrollable-container/scrollable-container.js +65 -0
  547. package/lib-esm/util-components/scrollable-container/scrollable-container.module.js +4 -0
  548. package/lib-esm/util-components/search-term-string/index.d.ts +1 -0
  549. package/lib-esm/util-components/search-term-string/search-term-string.d.ts +5 -0
  550. package/lib-esm/util-components/search-term-string/search-term-string.js +41 -0
  551. package/lib-esm/util-components/search-term-string/search-term-string.module.js +4 -0
  552. package/lib-esm/util-components/search-term-string/types.d.ts +4 -0
  553. package/lib-esm/util-components/text-with-info-badge/index.d.ts +1 -0
  554. package/lib-esm/util-components/text-with-info-badge/text-with-info-badge.d.ts +4 -0
  555. package/lib-esm/util-components/text-with-info-badge/text-with-info-badge.js +36 -0
  556. package/lib-esm/util-components/text-with-info-badge/text-with-info-badge.module.js +4 -0
  557. package/lib-esm/util-components/text-with-info-badge/types.d.ts +15 -0
  558. package/lib-esm/utils/DocsStoryHeightDecorator.d.ts +14 -0
  559. package/lib-esm/utils/VariantsAggregator.d.ts +15 -0
  560. package/lib-esm/utils/a11yExceptionsConfig.d.ts +65 -0
  561. package/lib-esm/utils/commonTypes.d.ts +2 -0
  562. package/lib-esm/utils/debounce.d.ts +4 -0
  563. package/lib-esm/utils/debounce.js +13 -0
  564. package/lib-esm/utils/getButtonOptions.d.ts +7 -0
  565. package/lib-esm/utils/getButtonOptions.js +15 -0
  566. package/lib-esm/utils/isDefined.d.ts +1 -0
  567. package/lib-esm/utils/isDefined.js +8 -0
  568. package/lib-esm/utils/keyboardUtils.d.ts +5 -0
  569. package/lib-esm/utils/keyboardUtils.js +14 -0
  570. package/lib-esm/utils/ownerWindow.d.ts +1 -0
  571. package/lib-esm/utils/ownerWindow.js +9 -0
  572. package/lib-esm/utils/processString.d.ts +13 -0
  573. package/lib-esm/utils/processString.js +27 -0
  574. package/lib-esm/utils/switchCase.d.ts +1 -0
  575. package/lib-esm/utils/switchCase.js +5 -0
  576. package/lib-esm/utils/testStories.utils.d.ts +99 -0
  577. package/lib-esm/utils/unstableStorybookMessage.utils.d.ts +1 -0
  578. package/lib-esm/utils/use-debounce.d.ts +1 -0
  579. package/lib-esm/utils/use-debounce.js +14 -0
  580. package/lib-esm/utils/useBreakpoint.d.ts +16 -0
  581. package/lib-esm/utils/useBreakpoint.js +42 -0
  582. package/lib-esm/utils/useEnhancedEffect.d.ts +7 -0
  583. package/lib-esm/utils/useEnhancedEffect.js +10 -0
  584. package/lib-esm/utils/useForkRef.d.ts +12 -0
  585. package/lib-esm/utils/useForkRef.js +39 -0
  586. package/lib-esm/utils/useFullTextTooltip.d.ts +15 -0
  587. package/lib-esm/utils/useFullTextTooltip.js +28 -0
  588. package/lib-esm/utils/useIsTriggerInteractive.d.ts +5 -0
  589. package/lib-esm/utils/useIsTriggerInteractive.js +21 -0
  590. package/lib-esm/utils/useMobile.d.ts +1 -0
  591. package/lib-esm/utils/useMobile.js +14 -0
  592. package/lib-esm/utils/useNamedSlots.hook.d.ts +2 -0
  593. package/lib-esm/utils/useNamedSlots.hook.js +10 -0
  594. package/lib-esm/utils/useScreenSize.d.ts +4 -0
  595. package/lib-esm/utils/useScreenSize.js +23 -0
  596. package/lib-esm/utils/useSubMenuFocus.hook.d.ts +2 -0
  597. package/lib-esm/utils/useSubMenuFocus.hook.js +39 -0
  598. package/lib-esm/utils/useUniqueId.d.ts +2 -0
  599. package/lib-esm/utils/useUniqueId.js +8 -0
  600. package/lib-esm/utils/waitForAnimation.d.ts +13 -0
  601. package/package.json +83 -0
@@ -0,0 +1,2051 @@
1
+ License for @internationalized/date:
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright 2019 Adobe
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
203
+
204
+
205
+ License for @react-aria/i18n:
206
+ Apache License
207
+ Version 2.0, January 2004
208
+ http://www.apache.org/licenses/
209
+
210
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
211
+
212
+ 1. Definitions.
213
+
214
+ "License" shall mean the terms and conditions for use, reproduction,
215
+ and distribution as defined by Sections 1 through 9 of this document.
216
+
217
+ "Licensor" shall mean the copyright owner or entity authorized by
218
+ the copyright owner that is granting the License.
219
+
220
+ "Legal Entity" shall mean the union of the acting entity and all
221
+ other entities that control, are controlled by, or are under common
222
+ control with that entity. For the purposes of this definition,
223
+ "control" means (i) the power, direct or indirect, to cause the
224
+ direction or management of such entity, whether by contract or
225
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
226
+ outstanding shares, or (iii) beneficial ownership of such entity.
227
+
228
+ "You" (or "Your") shall mean an individual or Legal Entity
229
+ exercising permissions granted by this License.
230
+
231
+ "Source" form shall mean the preferred form for making modifications,
232
+ including but not limited to software source code, documentation
233
+ source, and configuration files.
234
+
235
+ "Object" form shall mean any form resulting from mechanical
236
+ transformation or translation of a Source form, including but
237
+ not limited to compiled object code, generated documentation,
238
+ and conversions to other media types.
239
+
240
+ "Work" shall mean the work of authorship, whether in Source or
241
+ Object form, made available under the License, as indicated by a
242
+ copyright notice that is included in or attached to the work
243
+ (an example is provided in the Appendix below).
244
+
245
+ "Derivative Works" shall mean any work, whether in Source or Object
246
+ form, that is based on (or derived from) the Work and for which the
247
+ editorial revisions, annotations, elaborations, or other modifications
248
+ represent, as a whole, an original work of authorship. For the purposes
249
+ of this License, Derivative Works shall not include works that remain
250
+ separable from, or merely link (or bind by name) to the interfaces of,
251
+ the Work and Derivative Works thereof.
252
+
253
+ "Contribution" shall mean any work of authorship, including
254
+ the original version of the Work and any modifications or additions
255
+ to that Work or Derivative Works thereof, that is intentionally
256
+ submitted to Licensor for inclusion in the Work by the copyright owner
257
+ or by an individual or Legal Entity authorized to submit on behalf of
258
+ the copyright owner. For the purposes of this definition, "submitted"
259
+ means any form of electronic, verbal, or written communication sent
260
+ to the Licensor or its representatives, including but not limited to
261
+ communication on electronic mailing lists, source code control systems,
262
+ and issue tracking systems that are managed by, or on behalf of, the
263
+ Licensor for the purpose of discussing and improving the Work, but
264
+ excluding communication that is conspicuously marked or otherwise
265
+ designated in writing by the copyright owner as "Not a Contribution."
266
+
267
+ "Contributor" shall mean Licensor and any individual or Legal Entity
268
+ on behalf of whom a Contribution has been received by Licensor and
269
+ subsequently incorporated within the Work.
270
+
271
+ 2. Grant of Copyright License. Subject to the terms and conditions of
272
+ this License, each Contributor hereby grants to You a perpetual,
273
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
274
+ copyright license to reproduce, prepare Derivative Works of,
275
+ publicly display, publicly perform, sublicense, and distribute the
276
+ Work and such Derivative Works in Source or Object form.
277
+
278
+ 3. Grant of Patent License. Subject to the terms and conditions of
279
+ this License, each Contributor hereby grants to You a perpetual,
280
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
281
+ (except as stated in this section) patent license to make, have made,
282
+ use, offer to sell, sell, import, and otherwise transfer the Work,
283
+ where such license applies only to those patent claims licensable
284
+ by such Contributor that are necessarily infringed by their
285
+ Contribution(s) alone or by combination of their Contribution(s)
286
+ with the Work to which such Contribution(s) was submitted. If You
287
+ institute patent litigation against any entity (including a
288
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
289
+ or a Contribution incorporated within the Work constitutes direct
290
+ or contributory patent infringement, then any patent licenses
291
+ granted to You under this License for that Work shall terminate
292
+ as of the date such litigation is filed.
293
+
294
+ 4. Redistribution. You may reproduce and distribute copies of the
295
+ Work or Derivative Works thereof in any medium, with or without
296
+ modifications, and in Source or Object form, provided that You
297
+ meet the following conditions:
298
+
299
+ (a) You must give any other recipients of the Work or
300
+ Derivative Works a copy of this License; and
301
+
302
+ (b) You must cause any modified files to carry prominent notices
303
+ stating that You changed the files; and
304
+
305
+ (c) You must retain, in the Source form of any Derivative Works
306
+ that You distribute, all copyright, patent, trademark, and
307
+ attribution notices from the Source form of the Work,
308
+ excluding those notices that do not pertain to any part of
309
+ the Derivative Works; and
310
+
311
+ (d) If the Work includes a "NOTICE" text file as part of its
312
+ distribution, then any Derivative Works that You distribute must
313
+ include a readable copy of the attribution notices contained
314
+ within such NOTICE file, excluding those notices that do not
315
+ pertain to any part of the Derivative Works, in at least one
316
+ of the following places: within a NOTICE text file distributed
317
+ as part of the Derivative Works; within the Source form or
318
+ documentation, if provided along with the Derivative Works; or,
319
+ within a display generated by the Derivative Works, if and
320
+ wherever such third-party notices normally appear. The contents
321
+ of the NOTICE file are for informational purposes only and
322
+ do not modify the License. You may add Your own attribution
323
+ notices within Derivative Works that You distribute, alongside
324
+ or as an addendum to the NOTICE text from the Work, provided
325
+ that such additional attribution notices cannot be construed
326
+ as modifying the License.
327
+
328
+ You may add Your own copyright statement to Your modifications and
329
+ may provide additional or different license terms and conditions
330
+ for use, reproduction, or distribution of Your modifications, or
331
+ for any such Derivative Works as a whole, provided Your use,
332
+ reproduction, and distribution of the Work otherwise complies with
333
+ the conditions stated in this License.
334
+
335
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
336
+ any Contribution intentionally submitted for inclusion in the Work
337
+ by You to the Licensor shall be under the terms and conditions of
338
+ this License, without any additional terms or conditions.
339
+ Notwithstanding the above, nothing herein shall supersede or modify
340
+ the terms of any separate license agreement you may have executed
341
+ with Licensor regarding such Contributions.
342
+
343
+ 6. Trademarks. This License does not grant permission to use the trade
344
+ names, trademarks, service marks, or product names of the Licensor,
345
+ except as required for reasonable and customary use in describing the
346
+ origin of the Work and reproducing the content of the NOTICE file.
347
+
348
+ 7. Disclaimer of Warranty. Unless required by applicable law or
349
+ agreed to in writing, Licensor provides the Work (and each
350
+ Contributor provides its Contributions) on an "AS IS" BASIS,
351
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
352
+ implied, including, without limitation, any warranties or conditions
353
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
354
+ PARTICULAR PURPOSE. You are solely responsible for determining the
355
+ appropriateness of using or redistributing the Work and assume any
356
+ risks associated with Your exercise of permissions under this License.
357
+
358
+ 8. Limitation of Liability. In no event and under no legal theory,
359
+ whether in tort (including negligence), contract, or otherwise,
360
+ unless required by applicable law (such as deliberate and grossly
361
+ negligent acts) or agreed to in writing, shall any Contributor be
362
+ liable to You for damages, including any direct, indirect, special,
363
+ incidental, or consequential damages of any character arising as a
364
+ result of this License or out of the use or inability to use the
365
+ Work (including but not limited to damages for loss of goodwill,
366
+ work stoppage, computer failure or malfunction, or any and all
367
+ other commercial damages or losses), even if such Contributor
368
+ has been advised of the possibility of such damages.
369
+
370
+ 9. Accepting Warranty or Additional Liability. While redistributing
371
+ the Work or Derivative Works thereof, You may choose to offer,
372
+ and charge a fee for, acceptance of support, warranty, indemnity,
373
+ or other liability obligations and/or rights consistent with this
374
+ License. However, in accepting such obligations, You may act only
375
+ on Your own behalf and on Your sole responsibility, not on behalf
376
+ of any other Contributor, and only if You agree to indemnify,
377
+ defend, and hold each Contributor harmless for any liability
378
+ incurred by, or claims asserted against, such Contributor by reason
379
+ of your accepting any such warranty or additional liability.
380
+
381
+ END OF TERMS AND CONDITIONS
382
+
383
+ APPENDIX: How to apply the Apache License to your work.
384
+
385
+ To apply the Apache License to your work, attach the following
386
+ boilerplate notice, with the fields enclosed by brackets "[]"
387
+ replaced with your own identifying information. (Don't include
388
+ the brackets!) The text should be enclosed in the appropriate
389
+ comment syntax for the file format. We also recommend that a
390
+ file or class name and description of purpose be included on the
391
+ same "printed page" as the copyright notice for easier
392
+ identification within third-party archives.
393
+
394
+ Copyright 2019 Adobe
395
+
396
+ Licensed under the Apache License, Version 2.0 (the "License");
397
+ you may not use this file except in compliance with the License.
398
+ You may obtain a copy of the License at
399
+
400
+ http://www.apache.org/licenses/LICENSE-2.0
401
+
402
+ Unless required by applicable law or agreed to in writing, software
403
+ distributed under the License is distributed on an "AS IS" BASIS,
404
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
405
+ See the License for the specific language governing permissions and
406
+ limitations under the License.
407
+
408
+
409
+ License for @react-types/shared:
410
+ Apache License
411
+ Version 2.0, January 2004
412
+ http://www.apache.org/licenses/
413
+
414
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
415
+
416
+ 1. Definitions.
417
+
418
+ "License" shall mean the terms and conditions for use, reproduction,
419
+ and distribution as defined by Sections 1 through 9 of this document.
420
+
421
+ "Licensor" shall mean the copyright owner or entity authorized by
422
+ the copyright owner that is granting the License.
423
+
424
+ "Legal Entity" shall mean the union of the acting entity and all
425
+ other entities that control, are controlled by, or are under common
426
+ control with that entity. For the purposes of this definition,
427
+ "control" means (i) the power, direct or indirect, to cause the
428
+ direction or management of such entity, whether by contract or
429
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
430
+ outstanding shares, or (iii) beneficial ownership of such entity.
431
+
432
+ "You" (or "Your") shall mean an individual or Legal Entity
433
+ exercising permissions granted by this License.
434
+
435
+ "Source" form shall mean the preferred form for making modifications,
436
+ including but not limited to software source code, documentation
437
+ source, and configuration files.
438
+
439
+ "Object" form shall mean any form resulting from mechanical
440
+ transformation or translation of a Source form, including but
441
+ not limited to compiled object code, generated documentation,
442
+ and conversions to other media types.
443
+
444
+ "Work" shall mean the work of authorship, whether in Source or
445
+ Object form, made available under the License, as indicated by a
446
+ copyright notice that is included in or attached to the work
447
+ (an example is provided in the Appendix below).
448
+
449
+ "Derivative Works" shall mean any work, whether in Source or Object
450
+ form, that is based on (or derived from) the Work and for which the
451
+ editorial revisions, annotations, elaborations, or other modifications
452
+ represent, as a whole, an original work of authorship. For the purposes
453
+ of this License, Derivative Works shall not include works that remain
454
+ separable from, or merely link (or bind by name) to the interfaces of,
455
+ the Work and Derivative Works thereof.
456
+
457
+ "Contribution" shall mean any work of authorship, including
458
+ the original version of the Work and any modifications or additions
459
+ to that Work or Derivative Works thereof, that is intentionally
460
+ submitted to Licensor for inclusion in the Work by the copyright owner
461
+ or by an individual or Legal Entity authorized to submit on behalf of
462
+ the copyright owner. For the purposes of this definition, "submitted"
463
+ means any form of electronic, verbal, or written communication sent
464
+ to the Licensor or its representatives, including but not limited to
465
+ communication on electronic mailing lists, source code control systems,
466
+ and issue tracking systems that are managed by, or on behalf of, the
467
+ Licensor for the purpose of discussing and improving the Work, but
468
+ excluding communication that is conspicuously marked or otherwise
469
+ designated in writing by the copyright owner as "Not a Contribution."
470
+
471
+ "Contributor" shall mean Licensor and any individual or Legal Entity
472
+ on behalf of whom a Contribution has been received by Licensor and
473
+ subsequently incorporated within the Work.
474
+
475
+ 2. Grant of Copyright License. Subject to the terms and conditions of
476
+ this License, each Contributor hereby grants to You a perpetual,
477
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
478
+ copyright license to reproduce, prepare Derivative Works of,
479
+ publicly display, publicly perform, sublicense, and distribute the
480
+ Work and such Derivative Works in Source or Object form.
481
+
482
+ 3. Grant of Patent License. Subject to the terms and conditions of
483
+ this License, each Contributor hereby grants to You a perpetual,
484
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
485
+ (except as stated in this section) patent license to make, have made,
486
+ use, offer to sell, sell, import, and otherwise transfer the Work,
487
+ where such license applies only to those patent claims licensable
488
+ by such Contributor that are necessarily infringed by their
489
+ Contribution(s) alone or by combination of their Contribution(s)
490
+ with the Work to which such Contribution(s) was submitted. If You
491
+ institute patent litigation against any entity (including a
492
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
493
+ or a Contribution incorporated within the Work constitutes direct
494
+ or contributory patent infringement, then any patent licenses
495
+ granted to You under this License for that Work shall terminate
496
+ as of the date such litigation is filed.
497
+
498
+ 4. Redistribution. You may reproduce and distribute copies of the
499
+ Work or Derivative Works thereof in any medium, with or without
500
+ modifications, and in Source or Object form, provided that You
501
+ meet the following conditions:
502
+
503
+ (a) You must give any other recipients of the Work or
504
+ Derivative Works a copy of this License; and
505
+
506
+ (b) You must cause any modified files to carry prominent notices
507
+ stating that You changed the files; and
508
+
509
+ (c) You must retain, in the Source form of any Derivative Works
510
+ that You distribute, all copyright, patent, trademark, and
511
+ attribution notices from the Source form of the Work,
512
+ excluding those notices that do not pertain to any part of
513
+ the Derivative Works; and
514
+
515
+ (d) If the Work includes a "NOTICE" text file as part of its
516
+ distribution, then any Derivative Works that You distribute must
517
+ include a readable copy of the attribution notices contained
518
+ within such NOTICE file, excluding those notices that do not
519
+ pertain to any part of the Derivative Works, in at least one
520
+ of the following places: within a NOTICE text file distributed
521
+ as part of the Derivative Works; within the Source form or
522
+ documentation, if provided along with the Derivative Works; or,
523
+ within a display generated by the Derivative Works, if and
524
+ wherever such third-party notices normally appear. The contents
525
+ of the NOTICE file are for informational purposes only and
526
+ do not modify the License. You may add Your own attribution
527
+ notices within Derivative Works that You distribute, alongside
528
+ or as an addendum to the NOTICE text from the Work, provided
529
+ that such additional attribution notices cannot be construed
530
+ as modifying the License.
531
+
532
+ You may add Your own copyright statement to Your modifications and
533
+ may provide additional or different license terms and conditions
534
+ for use, reproduction, or distribution of Your modifications, or
535
+ for any such Derivative Works as a whole, provided Your use,
536
+ reproduction, and distribution of the Work otherwise complies with
537
+ the conditions stated in this License.
538
+
539
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
540
+ any Contribution intentionally submitted for inclusion in the Work
541
+ by You to the Licensor shall be under the terms and conditions of
542
+ this License, without any additional terms or conditions.
543
+ Notwithstanding the above, nothing herein shall supersede or modify
544
+ the terms of any separate license agreement you may have executed
545
+ with Licensor regarding such Contributions.
546
+
547
+ 6. Trademarks. This License does not grant permission to use the trade
548
+ names, trademarks, service marks, or product names of the Licensor,
549
+ except as required for reasonable and customary use in describing the
550
+ origin of the Work and reproducing the content of the NOTICE file.
551
+
552
+ 7. Disclaimer of Warranty. Unless required by applicable law or
553
+ agreed to in writing, Licensor provides the Work (and each
554
+ Contributor provides its Contributions) on an "AS IS" BASIS,
555
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
556
+ implied, including, without limitation, any warranties or conditions
557
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
558
+ PARTICULAR PURPOSE. You are solely responsible for determining the
559
+ appropriateness of using or redistributing the Work and assume any
560
+ risks associated with Your exercise of permissions under this License.
561
+
562
+ 8. Limitation of Liability. In no event and under no legal theory,
563
+ whether in tort (including negligence), contract, or otherwise,
564
+ unless required by applicable law (such as deliberate and grossly
565
+ negligent acts) or agreed to in writing, shall any Contributor be
566
+ liable to You for damages, including any direct, indirect, special,
567
+ incidental, or consequential damages of any character arising as a
568
+ result of this License or out of the use or inability to use the
569
+ Work (including but not limited to damages for loss of goodwill,
570
+ work stoppage, computer failure or malfunction, or any and all
571
+ other commercial damages or losses), even if such Contributor
572
+ has been advised of the possibility of such damages.
573
+
574
+ 9. Accepting Warranty or Additional Liability. While redistributing
575
+ the Work or Derivative Works thereof, You may choose to offer,
576
+ and charge a fee for, acceptance of support, warranty, indemnity,
577
+ or other liability obligations and/or rights consistent with this
578
+ License. However, in accepting such obligations, You may act only
579
+ on Your own behalf and on Your sole responsibility, not on behalf
580
+ of any other Contributor, and only if You agree to indemnify,
581
+ defend, and hold each Contributor harmless for any liability
582
+ incurred by, or claims asserted against, such Contributor by reason
583
+ of your accepting any such warranty or additional liability.
584
+
585
+ END OF TERMS AND CONDITIONS
586
+
587
+ APPENDIX: How to apply the Apache License to your work.
588
+
589
+ To apply the Apache License to your work, attach the following
590
+ boilerplate notice, with the fields enclosed by brackets "[]"
591
+ replaced with your own identifying information. (Don't include
592
+ the brackets!) The text should be enclosed in the appropriate
593
+ comment syntax for the file format. We also recommend that a
594
+ file or class name and description of purpose be included on the
595
+ same "printed page" as the copyright notice for easier
596
+ identification within third-party archives.
597
+
598
+ Copyright 2019 Adobe
599
+
600
+ Licensed under the Apache License, Version 2.0 (the "License");
601
+ you may not use this file except in compliance with the License.
602
+ You may obtain a copy of the License at
603
+
604
+ http://www.apache.org/licenses/LICENSE-2.0
605
+
606
+ Unless required by applicable law or agreed to in writing, software
607
+ distributed under the License is distributed on an "AS IS" BASIS,
608
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
609
+ See the License for the specific language governing permissions and
610
+ limitations under the License.
611
+
612
+
613
+ License for react:
614
+ MIT License
615
+
616
+ Copyright (c) Facebook, Inc. and its affiliates.
617
+
618
+ Permission is hereby granted, free of charge, to any person obtaining a copy
619
+ of this software and associated documentation files (the "Software"), to deal
620
+ in the Software without restriction, including without limitation the rights
621
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
622
+ copies of the Software, and to permit persons to whom the Software is
623
+ furnished to do so, subject to the following conditions:
624
+
625
+ The above copyright notice and this permission notice shall be included in all
626
+ copies or substantial portions of the Software.
627
+
628
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
629
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
630
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
631
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
632
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
633
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
634
+ SOFTWARE.
635
+
636
+
637
+ License for react-aria:
638
+ Apache License
639
+ Version 2.0, January 2004
640
+ http://www.apache.org/licenses/
641
+
642
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
643
+
644
+ 1. Definitions.
645
+
646
+ "License" shall mean the terms and conditions for use, reproduction,
647
+ and distribution as defined by Sections 1 through 9 of this document.
648
+
649
+ "Licensor" shall mean the copyright owner or entity authorized by
650
+ the copyright owner that is granting the License.
651
+
652
+ "Legal Entity" shall mean the union of the acting entity and all
653
+ other entities that control, are controlled by, or are under common
654
+ control with that entity. For the purposes of this definition,
655
+ "control" means (i) the power, direct or indirect, to cause the
656
+ direction or management of such entity, whether by contract or
657
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
658
+ outstanding shares, or (iii) beneficial ownership of such entity.
659
+
660
+ "You" (or "Your") shall mean an individual or Legal Entity
661
+ exercising permissions granted by this License.
662
+
663
+ "Source" form shall mean the preferred form for making modifications,
664
+ including but not limited to software source code, documentation
665
+ source, and configuration files.
666
+
667
+ "Object" form shall mean any form resulting from mechanical
668
+ transformation or translation of a Source form, including but
669
+ not limited to compiled object code, generated documentation,
670
+ and conversions to other media types.
671
+
672
+ "Work" shall mean the work of authorship, whether in Source or
673
+ Object form, made available under the License, as indicated by a
674
+ copyright notice that is included in or attached to the work
675
+ (an example is provided in the Appendix below).
676
+
677
+ "Derivative Works" shall mean any work, whether in Source or Object
678
+ form, that is based on (or derived from) the Work and for which the
679
+ editorial revisions, annotations, elaborations, or other modifications
680
+ represent, as a whole, an original work of authorship. For the purposes
681
+ of this License, Derivative Works shall not include works that remain
682
+ separable from, or merely link (or bind by name) to the interfaces of,
683
+ the Work and Derivative Works thereof.
684
+
685
+ "Contribution" shall mean any work of authorship, including
686
+ the original version of the Work and any modifications or additions
687
+ to that Work or Derivative Works thereof, that is intentionally
688
+ submitted to Licensor for inclusion in the Work by the copyright owner
689
+ or by an individual or Legal Entity authorized to submit on behalf of
690
+ the copyright owner. For the purposes of this definition, "submitted"
691
+ means any form of electronic, verbal, or written communication sent
692
+ to the Licensor or its representatives, including but not limited to
693
+ communication on electronic mailing lists, source code control systems,
694
+ and issue tracking systems that are managed by, or on behalf of, the
695
+ Licensor for the purpose of discussing and improving the Work, but
696
+ excluding communication that is conspicuously marked or otherwise
697
+ designated in writing by the copyright owner as "Not a Contribution."
698
+
699
+ "Contributor" shall mean Licensor and any individual or Legal Entity
700
+ on behalf of whom a Contribution has been received by Licensor and
701
+ subsequently incorporated within the Work.
702
+
703
+ 2. Grant of Copyright License. Subject to the terms and conditions of
704
+ this License, each Contributor hereby grants to You a perpetual,
705
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
706
+ copyright license to reproduce, prepare Derivative Works of,
707
+ publicly display, publicly perform, sublicense, and distribute the
708
+ Work and such Derivative Works in Source or Object form.
709
+
710
+ 3. Grant of Patent License. Subject to the terms and conditions of
711
+ this License, each Contributor hereby grants to You a perpetual,
712
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
713
+ (except as stated in this section) patent license to make, have made,
714
+ use, offer to sell, sell, import, and otherwise transfer the Work,
715
+ where such license applies only to those patent claims licensable
716
+ by such Contributor that are necessarily infringed by their
717
+ Contribution(s) alone or by combination of their Contribution(s)
718
+ with the Work to which such Contribution(s) was submitted. If You
719
+ institute patent litigation against any entity (including a
720
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
721
+ or a Contribution incorporated within the Work constitutes direct
722
+ or contributory patent infringement, then any patent licenses
723
+ granted to You under this License for that Work shall terminate
724
+ as of the date such litigation is filed.
725
+
726
+ 4. Redistribution. You may reproduce and distribute copies of the
727
+ Work or Derivative Works thereof in any medium, with or without
728
+ modifications, and in Source or Object form, provided that You
729
+ meet the following conditions:
730
+
731
+ (a) You must give any other recipients of the Work or
732
+ Derivative Works a copy of this License; and
733
+
734
+ (b) You must cause any modified files to carry prominent notices
735
+ stating that You changed the files; and
736
+
737
+ (c) You must retain, in the Source form of any Derivative Works
738
+ that You distribute, all copyright, patent, trademark, and
739
+ attribution notices from the Source form of the Work,
740
+ excluding those notices that do not pertain to any part of
741
+ the Derivative Works; and
742
+
743
+ (d) If the Work includes a "NOTICE" text file as part of its
744
+ distribution, then any Derivative Works that You distribute must
745
+ include a readable copy of the attribution notices contained
746
+ within such NOTICE file, excluding those notices that do not
747
+ pertain to any part of the Derivative Works, in at least one
748
+ of the following places: within a NOTICE text file distributed
749
+ as part of the Derivative Works; within the Source form or
750
+ documentation, if provided along with the Derivative Works; or,
751
+ within a display generated by the Derivative Works, if and
752
+ wherever such third-party notices normally appear. The contents
753
+ of the NOTICE file are for informational purposes only and
754
+ do not modify the License. You may add Your own attribution
755
+ notices within Derivative Works that You distribute, alongside
756
+ or as an addendum to the NOTICE text from the Work, provided
757
+ that such additional attribution notices cannot be construed
758
+ as modifying the License.
759
+
760
+ You may add Your own copyright statement to Your modifications and
761
+ may provide additional or different license terms and conditions
762
+ for use, reproduction, or distribution of Your modifications, or
763
+ for any such Derivative Works as a whole, provided Your use,
764
+ reproduction, and distribution of the Work otherwise complies with
765
+ the conditions stated in this License.
766
+
767
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
768
+ any Contribution intentionally submitted for inclusion in the Work
769
+ by You to the Licensor shall be under the terms and conditions of
770
+ this License, without any additional terms or conditions.
771
+ Notwithstanding the above, nothing herein shall supersede or modify
772
+ the terms of any separate license agreement you may have executed
773
+ with Licensor regarding such Contributions.
774
+
775
+ 6. Trademarks. This License does not grant permission to use the trade
776
+ names, trademarks, service marks, or product names of the Licensor,
777
+ except as required for reasonable and customary use in describing the
778
+ origin of the Work and reproducing the content of the NOTICE file.
779
+
780
+ 7. Disclaimer of Warranty. Unless required by applicable law or
781
+ agreed to in writing, Licensor provides the Work (and each
782
+ Contributor provides its Contributions) on an "AS IS" BASIS,
783
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
784
+ implied, including, without limitation, any warranties or conditions
785
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
786
+ PARTICULAR PURPOSE. You are solely responsible for determining the
787
+ appropriateness of using or redistributing the Work and assume any
788
+ risks associated with Your exercise of permissions under this License.
789
+
790
+ 8. Limitation of Liability. In no event and under no legal theory,
791
+ whether in tort (including negligence), contract, or otherwise,
792
+ unless required by applicable law (such as deliberate and grossly
793
+ negligent acts) or agreed to in writing, shall any Contributor be
794
+ liable to You for damages, including any direct, indirect, special,
795
+ incidental, or consequential damages of any character arising as a
796
+ result of this License or out of the use or inability to use the
797
+ Work (including but not limited to damages for loss of goodwill,
798
+ work stoppage, computer failure or malfunction, or any and all
799
+ other commercial damages or losses), even if such Contributor
800
+ has been advised of the possibility of such damages.
801
+
802
+ 9. Accepting Warranty or Additional Liability. While redistributing
803
+ the Work or Derivative Works thereof, You may choose to offer,
804
+ and charge a fee for, acceptance of support, warranty, indemnity,
805
+ or other liability obligations and/or rights consistent with this
806
+ License. However, in accepting such obligations, You may act only
807
+ on Your own behalf and on Your sole responsibility, not on behalf
808
+ of any other Contributor, and only if You agree to indemnify,
809
+ defend, and hold each Contributor harmless for any liability
810
+ incurred by, or claims asserted against, such Contributor by reason
811
+ of your accepting any such warranty or additional liability.
812
+
813
+ END OF TERMS AND CONDITIONS
814
+
815
+ APPENDIX: How to apply the Apache License to your work.
816
+
817
+ To apply the Apache License to your work, attach the following
818
+ boilerplate notice, with the fields enclosed by brackets "[]"
819
+ replaced with your own identifying information. (Don't include
820
+ the brackets!) The text should be enclosed in the appropriate
821
+ comment syntax for the file format. We also recommend that a
822
+ file or class name and description of purpose be included on the
823
+ same "printed page" as the copyright notice for easier
824
+ identification within third-party archives.
825
+
826
+ Copyright 2019 Adobe
827
+
828
+ Licensed under the Apache License, Version 2.0 (the "License");
829
+ you may not use this file except in compliance with the License.
830
+ You may obtain a copy of the License at
831
+
832
+ http://www.apache.org/licenses/LICENSE-2.0
833
+
834
+ Unless required by applicable law or agreed to in writing, software
835
+ distributed under the License is distributed on an "AS IS" BASIS,
836
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
837
+ See the License for the specific language governing permissions and
838
+ limitations under the License.
839
+
840
+
841
+ License for react-aria-components:
842
+ Apache License
843
+ Version 2.0, January 2004
844
+ http://www.apache.org/licenses/
845
+
846
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
847
+
848
+ 1. Definitions.
849
+
850
+ "License" shall mean the terms and conditions for use, reproduction,
851
+ and distribution as defined by Sections 1 through 9 of this document.
852
+
853
+ "Licensor" shall mean the copyright owner or entity authorized by
854
+ the copyright owner that is granting the License.
855
+
856
+ "Legal Entity" shall mean the union of the acting entity and all
857
+ other entities that control, are controlled by, or are under common
858
+ control with that entity. For the purposes of this definition,
859
+ "control" means (i) the power, direct or indirect, to cause the
860
+ direction or management of such entity, whether by contract or
861
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
862
+ outstanding shares, or (iii) beneficial ownership of such entity.
863
+
864
+ "You" (or "Your") shall mean an individual or Legal Entity
865
+ exercising permissions granted by this License.
866
+
867
+ "Source" form shall mean the preferred form for making modifications,
868
+ including but not limited to software source code, documentation
869
+ source, and configuration files.
870
+
871
+ "Object" form shall mean any form resulting from mechanical
872
+ transformation or translation of a Source form, including but
873
+ not limited to compiled object code, generated documentation,
874
+ and conversions to other media types.
875
+
876
+ "Work" shall mean the work of authorship, whether in Source or
877
+ Object form, made available under the License, as indicated by a
878
+ copyright notice that is included in or attached to the work
879
+ (an example is provided in the Appendix below).
880
+
881
+ "Derivative Works" shall mean any work, whether in Source or Object
882
+ form, that is based on (or derived from) the Work and for which the
883
+ editorial revisions, annotations, elaborations, or other modifications
884
+ represent, as a whole, an original work of authorship. For the purposes
885
+ of this License, Derivative Works shall not include works that remain
886
+ separable from, or merely link (or bind by name) to the interfaces of,
887
+ the Work and Derivative Works thereof.
888
+
889
+ "Contribution" shall mean any work of authorship, including
890
+ the original version of the Work and any modifications or additions
891
+ to that Work or Derivative Works thereof, that is intentionally
892
+ submitted to Licensor for inclusion in the Work by the copyright owner
893
+ or by an individual or Legal Entity authorized to submit on behalf of
894
+ the copyright owner. For the purposes of this definition, "submitted"
895
+ means any form of electronic, verbal, or written communication sent
896
+ to the Licensor or its representatives, including but not limited to
897
+ communication on electronic mailing lists, source code control systems,
898
+ and issue tracking systems that are managed by, or on behalf of, the
899
+ Licensor for the purpose of discussing and improving the Work, but
900
+ excluding communication that is conspicuously marked or otherwise
901
+ designated in writing by the copyright owner as "Not a Contribution."
902
+
903
+ "Contributor" shall mean Licensor and any individual or Legal Entity
904
+ on behalf of whom a Contribution has been received by Licensor and
905
+ subsequently incorporated within the Work.
906
+
907
+ 2. Grant of Copyright License. Subject to the terms and conditions of
908
+ this License, each Contributor hereby grants to You a perpetual,
909
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
910
+ copyright license to reproduce, prepare Derivative Works of,
911
+ publicly display, publicly perform, sublicense, and distribute the
912
+ Work and such Derivative Works in Source or Object form.
913
+
914
+ 3. Grant of Patent License. Subject to the terms and conditions of
915
+ this License, each Contributor hereby grants to You a perpetual,
916
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
917
+ (except as stated in this section) patent license to make, have made,
918
+ use, offer to sell, sell, import, and otherwise transfer the Work,
919
+ where such license applies only to those patent claims licensable
920
+ by such Contributor that are necessarily infringed by their
921
+ Contribution(s) alone or by combination of their Contribution(s)
922
+ with the Work to which such Contribution(s) was submitted. If You
923
+ institute patent litigation against any entity (including a
924
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
925
+ or a Contribution incorporated within the Work constitutes direct
926
+ or contributory patent infringement, then any patent licenses
927
+ granted to You under this License for that Work shall terminate
928
+ as of the date such litigation is filed.
929
+
930
+ 4. Redistribution. You may reproduce and distribute copies of the
931
+ Work or Derivative Works thereof in any medium, with or without
932
+ modifications, and in Source or Object form, provided that You
933
+ meet the following conditions:
934
+
935
+ (a) You must give any other recipients of the Work or
936
+ Derivative Works a copy of this License; and
937
+
938
+ (b) You must cause any modified files to carry prominent notices
939
+ stating that You changed the files; and
940
+
941
+ (c) You must retain, in the Source form of any Derivative Works
942
+ that You distribute, all copyright, patent, trademark, and
943
+ attribution notices from the Source form of the Work,
944
+ excluding those notices that do not pertain to any part of
945
+ the Derivative Works; and
946
+
947
+ (d) If the Work includes a "NOTICE" text file as part of its
948
+ distribution, then any Derivative Works that You distribute must
949
+ include a readable copy of the attribution notices contained
950
+ within such NOTICE file, excluding those notices that do not
951
+ pertain to any part of the Derivative Works, in at least one
952
+ of the following places: within a NOTICE text file distributed
953
+ as part of the Derivative Works; within the Source form or
954
+ documentation, if provided along with the Derivative Works; or,
955
+ within a display generated by the Derivative Works, if and
956
+ wherever such third-party notices normally appear. The contents
957
+ of the NOTICE file are for informational purposes only and
958
+ do not modify the License. You may add Your own attribution
959
+ notices within Derivative Works that You distribute, alongside
960
+ or as an addendum to the NOTICE text from the Work, provided
961
+ that such additional attribution notices cannot be construed
962
+ as modifying the License.
963
+
964
+ You may add Your own copyright statement to Your modifications and
965
+ may provide additional or different license terms and conditions
966
+ for use, reproduction, or distribution of Your modifications, or
967
+ for any such Derivative Works as a whole, provided Your use,
968
+ reproduction, and distribution of the Work otherwise complies with
969
+ the conditions stated in this License.
970
+
971
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
972
+ any Contribution intentionally submitted for inclusion in the Work
973
+ by You to the Licensor shall be under the terms and conditions of
974
+ this License, without any additional terms or conditions.
975
+ Notwithstanding the above, nothing herein shall supersede or modify
976
+ the terms of any separate license agreement you may have executed
977
+ with Licensor regarding such Contributions.
978
+
979
+ 6. Trademarks. This License does not grant permission to use the trade
980
+ names, trademarks, service marks, or product names of the Licensor,
981
+ except as required for reasonable and customary use in describing the
982
+ origin of the Work and reproducing the content of the NOTICE file.
983
+
984
+ 7. Disclaimer of Warranty. Unless required by applicable law or
985
+ agreed to in writing, Licensor provides the Work (and each
986
+ Contributor provides its Contributions) on an "AS IS" BASIS,
987
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
988
+ implied, including, without limitation, any warranties or conditions
989
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
990
+ PARTICULAR PURPOSE. You are solely responsible for determining the
991
+ appropriateness of using or redistributing the Work and assume any
992
+ risks associated with Your exercise of permissions under this License.
993
+
994
+ 8. Limitation of Liability. In no event and under no legal theory,
995
+ whether in tort (including negligence), contract, or otherwise,
996
+ unless required by applicable law (such as deliberate and grossly
997
+ negligent acts) or agreed to in writing, shall any Contributor be
998
+ liable to You for damages, including any direct, indirect, special,
999
+ incidental, or consequential damages of any character arising as a
1000
+ result of this License or out of the use or inability to use the
1001
+ Work (including but not limited to damages for loss of goodwill,
1002
+ work stoppage, computer failure or malfunction, or any and all
1003
+ other commercial damages or losses), even if such Contributor
1004
+ has been advised of the possibility of such damages.
1005
+
1006
+ 9. Accepting Warranty or Additional Liability. While redistributing
1007
+ the Work or Derivative Works thereof, You may choose to offer,
1008
+ and charge a fee for, acceptance of support, warranty, indemnity,
1009
+ or other liability obligations and/or rights consistent with this
1010
+ License. However, in accepting such obligations, You may act only
1011
+ on Your own behalf and on Your sole responsibility, not on behalf
1012
+ of any other Contributor, and only if You agree to indemnify,
1013
+ defend, and hold each Contributor harmless for any liability
1014
+ incurred by, or claims asserted against, such Contributor by reason
1015
+ of your accepting any such warranty or additional liability.
1016
+
1017
+ END OF TERMS AND CONDITIONS
1018
+
1019
+ APPENDIX: How to apply the Apache License to your work.
1020
+
1021
+ To apply the Apache License to your work, attach the following
1022
+ boilerplate notice, with the fields enclosed by brackets "[]"
1023
+ replaced with your own identifying information. (Don't include
1024
+ the brackets!) The text should be enclosed in the appropriate
1025
+ comment syntax for the file format. We also recommend that a
1026
+ file or class name and description of purpose be included on the
1027
+ same "printed page" as the copyright notice for easier
1028
+ identification within third-party archives.
1029
+
1030
+ Copyright 2019 Adobe
1031
+
1032
+ Licensed under the Apache License, Version 2.0 (the "License");
1033
+ you may not use this file except in compliance with the License.
1034
+ You may obtain a copy of the License at
1035
+
1036
+ http://www.apache.org/licenses/LICENSE-2.0
1037
+
1038
+ Unless required by applicable law or agreed to in writing, software
1039
+ distributed under the License is distributed on an "AS IS" BASIS,
1040
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1041
+ See the License for the specific language governing permissions and
1042
+ limitations under the License.
1043
+
1044
+
1045
+ License for react-dom:
1046
+ MIT License
1047
+
1048
+ Copyright (c) Facebook, Inc. and its affiliates.
1049
+
1050
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1051
+ of this software and associated documentation files (the "Software"), to deal
1052
+ in the Software without restriction, including without limitation the rights
1053
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1054
+ copies of the Software, and to permit persons to whom the Software is
1055
+ furnished to do so, subject to the following conditions:
1056
+
1057
+ The above copyright notice and this permission notice shall be included in all
1058
+ copies or substantial portions of the Software.
1059
+
1060
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1061
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1062
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1063
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1064
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1065
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1066
+ SOFTWARE.
1067
+
1068
+
1069
+ License for react-stately:
1070
+ Apache License
1071
+ Version 2.0, January 2004
1072
+ http://www.apache.org/licenses/
1073
+
1074
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1075
+
1076
+ 1. Definitions.
1077
+
1078
+ "License" shall mean the terms and conditions for use, reproduction,
1079
+ and distribution as defined by Sections 1 through 9 of this document.
1080
+
1081
+ "Licensor" shall mean the copyright owner or entity authorized by
1082
+ the copyright owner that is granting the License.
1083
+
1084
+ "Legal Entity" shall mean the union of the acting entity and all
1085
+ other entities that control, are controlled by, or are under common
1086
+ control with that entity. For the purposes of this definition,
1087
+ "control" means (i) the power, direct or indirect, to cause the
1088
+ direction or management of such entity, whether by contract or
1089
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1090
+ outstanding shares, or (iii) beneficial ownership of such entity.
1091
+
1092
+ "You" (or "Your") shall mean an individual or Legal Entity
1093
+ exercising permissions granted by this License.
1094
+
1095
+ "Source" form shall mean the preferred form for making modifications,
1096
+ including but not limited to software source code, documentation
1097
+ source, and configuration files.
1098
+
1099
+ "Object" form shall mean any form resulting from mechanical
1100
+ transformation or translation of a Source form, including but
1101
+ not limited to compiled object code, generated documentation,
1102
+ and conversions to other media types.
1103
+
1104
+ "Work" shall mean the work of authorship, whether in Source or
1105
+ Object form, made available under the License, as indicated by a
1106
+ copyright notice that is included in or attached to the work
1107
+ (an example is provided in the Appendix below).
1108
+
1109
+ "Derivative Works" shall mean any work, whether in Source or Object
1110
+ form, that is based on (or derived from) the Work and for which the
1111
+ editorial revisions, annotations, elaborations, or other modifications
1112
+ represent, as a whole, an original work of authorship. For the purposes
1113
+ of this License, Derivative Works shall not include works that remain
1114
+ separable from, or merely link (or bind by name) to the interfaces of,
1115
+ the Work and Derivative Works thereof.
1116
+
1117
+ "Contribution" shall mean any work of authorship, including
1118
+ the original version of the Work and any modifications or additions
1119
+ to that Work or Derivative Works thereof, that is intentionally
1120
+ submitted to Licensor for inclusion in the Work by the copyright owner
1121
+ or by an individual or Legal Entity authorized to submit on behalf of
1122
+ the copyright owner. For the purposes of this definition, "submitted"
1123
+ means any form of electronic, verbal, or written communication sent
1124
+ to the Licensor or its representatives, including but not limited to
1125
+ communication on electronic mailing lists, source code control systems,
1126
+ and issue tracking systems that are managed by, or on behalf of, the
1127
+ Licensor for the purpose of discussing and improving the Work, but
1128
+ excluding communication that is conspicuously marked or otherwise
1129
+ designated in writing by the copyright owner as "Not a Contribution."
1130
+
1131
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1132
+ on behalf of whom a Contribution has been received by Licensor and
1133
+ subsequently incorporated within the Work.
1134
+
1135
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1136
+ this License, each Contributor hereby grants to You a perpetual,
1137
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1138
+ copyright license to reproduce, prepare Derivative Works of,
1139
+ publicly display, publicly perform, sublicense, and distribute the
1140
+ Work and such Derivative Works in Source or Object form.
1141
+
1142
+ 3. Grant of Patent License. Subject to the terms and conditions of
1143
+ this License, each Contributor hereby grants to You a perpetual,
1144
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1145
+ (except as stated in this section) patent license to make, have made,
1146
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1147
+ where such license applies only to those patent claims licensable
1148
+ by such Contributor that are necessarily infringed by their
1149
+ Contribution(s) alone or by combination of their Contribution(s)
1150
+ with the Work to which such Contribution(s) was submitted. If You
1151
+ institute patent litigation against any entity (including a
1152
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1153
+ or a Contribution incorporated within the Work constitutes direct
1154
+ or contributory patent infringement, then any patent licenses
1155
+ granted to You under this License for that Work shall terminate
1156
+ as of the date such litigation is filed.
1157
+
1158
+ 4. Redistribution. You may reproduce and distribute copies of the
1159
+ Work or Derivative Works thereof in any medium, with or without
1160
+ modifications, and in Source or Object form, provided that You
1161
+ meet the following conditions:
1162
+
1163
+ (a) You must give any other recipients of the Work or
1164
+ Derivative Works a copy of this License; and
1165
+
1166
+ (b) You must cause any modified files to carry prominent notices
1167
+ stating that You changed the files; and
1168
+
1169
+ (c) You must retain, in the Source form of any Derivative Works
1170
+ that You distribute, all copyright, patent, trademark, and
1171
+ attribution notices from the Source form of the Work,
1172
+ excluding those notices that do not pertain to any part of
1173
+ the Derivative Works; and
1174
+
1175
+ (d) If the Work includes a "NOTICE" text file as part of its
1176
+ distribution, then any Derivative Works that You distribute must
1177
+ include a readable copy of the attribution notices contained
1178
+ within such NOTICE file, excluding those notices that do not
1179
+ pertain to any part of the Derivative Works, in at least one
1180
+ of the following places: within a NOTICE text file distributed
1181
+ as part of the Derivative Works; within the Source form or
1182
+ documentation, if provided along with the Derivative Works; or,
1183
+ within a display generated by the Derivative Works, if and
1184
+ wherever such third-party notices normally appear. The contents
1185
+ of the NOTICE file are for informational purposes only and
1186
+ do not modify the License. You may add Your own attribution
1187
+ notices within Derivative Works that You distribute, alongside
1188
+ or as an addendum to the NOTICE text from the Work, provided
1189
+ that such additional attribution notices cannot be construed
1190
+ as modifying the License.
1191
+
1192
+ You may add Your own copyright statement to Your modifications and
1193
+ may provide additional or different license terms and conditions
1194
+ for use, reproduction, or distribution of Your modifications, or
1195
+ for any such Derivative Works as a whole, provided Your use,
1196
+ reproduction, and distribution of the Work otherwise complies with
1197
+ the conditions stated in this License.
1198
+
1199
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1200
+ any Contribution intentionally submitted for inclusion in the Work
1201
+ by You to the Licensor shall be under the terms and conditions of
1202
+ this License, without any additional terms or conditions.
1203
+ Notwithstanding the above, nothing herein shall supersede or modify
1204
+ the terms of any separate license agreement you may have executed
1205
+ with Licensor regarding such Contributions.
1206
+
1207
+ 6. Trademarks. This License does not grant permission to use the trade
1208
+ names, trademarks, service marks, or product names of the Licensor,
1209
+ except as required for reasonable and customary use in describing the
1210
+ origin of the Work and reproducing the content of the NOTICE file.
1211
+
1212
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1213
+ agreed to in writing, Licensor provides the Work (and each
1214
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1215
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1216
+ implied, including, without limitation, any warranties or conditions
1217
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1218
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1219
+ appropriateness of using or redistributing the Work and assume any
1220
+ risks associated with Your exercise of permissions under this License.
1221
+
1222
+ 8. Limitation of Liability. In no event and under no legal theory,
1223
+ whether in tort (including negligence), contract, or otherwise,
1224
+ unless required by applicable law (such as deliberate and grossly
1225
+ negligent acts) or agreed to in writing, shall any Contributor be
1226
+ liable to You for damages, including any direct, indirect, special,
1227
+ incidental, or consequential damages of any character arising as a
1228
+ result of this License or out of the use or inability to use the
1229
+ Work (including but not limited to damages for loss of goodwill,
1230
+ work stoppage, computer failure or malfunction, or any and all
1231
+ other commercial damages or losses), even if such Contributor
1232
+ has been advised of the possibility of such damages.
1233
+
1234
+ 9. Accepting Warranty or Additional Liability. While redistributing
1235
+ the Work or Derivative Works thereof, You may choose to offer,
1236
+ and charge a fee for, acceptance of support, warranty, indemnity,
1237
+ or other liability obligations and/or rights consistent with this
1238
+ License. However, in accepting such obligations, You may act only
1239
+ on Your own behalf and on Your sole responsibility, not on behalf
1240
+ of any other Contributor, and only if You agree to indemnify,
1241
+ defend, and hold each Contributor harmless for any liability
1242
+ incurred by, or claims asserted against, such Contributor by reason
1243
+ of your accepting any such warranty or additional liability.
1244
+
1245
+ END OF TERMS AND CONDITIONS
1246
+
1247
+ APPENDIX: How to apply the Apache License to your work.
1248
+
1249
+ To apply the Apache License to your work, attach the following
1250
+ boilerplate notice, with the fields enclosed by brackets "[]"
1251
+ replaced with your own identifying information. (Don't include
1252
+ the brackets!) The text should be enclosed in the appropriate
1253
+ comment syntax for the file format. We also recommend that a
1254
+ file or class name and description of purpose be included on the
1255
+ same "printed page" as the copyright notice for easier
1256
+ identification within third-party archives.
1257
+
1258
+ Copyright 2019 Adobe
1259
+
1260
+ Licensed under the Apache License, Version 2.0 (the "License");
1261
+ you may not use this file except in compliance with the License.
1262
+ You may obtain a copy of the License at
1263
+
1264
+ http://www.apache.org/licenses/LICENSE-2.0
1265
+
1266
+ Unless required by applicable law or agreed to in writing, software
1267
+ distributed under the License is distributed on an "AS IS" BASIS,
1268
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1269
+ See the License for the specific language governing permissions and
1270
+ limitations under the License.
1271
+
1272
+
1273
+ License for @box/blueprint-web-assets:
1274
+ BOX
1275
+ SOFTWARE LICENSE AGREEMENT
1276
+ (v.20240105)
1277
+
1278
+ BOX BLUEPRINT DESIGN SYSTEM LIBRARY
1279
+
1280
+ This "Agreement" forms a legally binding agreement between Box (as defined in
1281
+ Section 14) and you ("Developer") that governs Developer's right to access and
1282
+ use this Library (as defined below).
1283
+
1284
+ DEVELOPER'S RIGHT TO USE THE LIBRARY IS SUBJECT TO DEVELOPER'S ACCEPTANCE OF AND
1285
+ CONTINUING COMPLIANCE WITH THIS AGREEMENT. Developer accepts this Agreement by
1286
+ either: (a) clicking an option to "accept" or "agree" to this Agreement, where
1287
+ such option is made available by Box; or (b) by actually using the Library, in
1288
+ which event Developer hereby agrees that such use constitutes acceptance of
1289
+ this Agreement from that time onwards. Developer will not use the Library and will
1290
+ not accept this Agreement if Developer is barred from using the Library under the
1291
+ laws of the United States or other countries including the country in which
1292
+ Developer is a resident or in which Developer access or uses the Library. If the
1293
+ individual accepting this Agreement is doing so on behalf of an employer or
1294
+ other entity, such individual represents and warrants that such individual has
1295
+ full legal authority to bind such employer or other entity to this Agreement;
1296
+ and, if the individual does not have the requisite authority, the individual
1297
+ may not accept the Agreement or use the Library on behalf of such employer or
1298
+ other entity. IF DEVELOPER DOES NOT AGREE TO BE BOUND BY THIS AGREEMENT,
1299
+ DEVELOPER MUST NOT USE THE LIBRARY AND MAY NOT OFFER OR CREATE APPLICATIONS OR
1300
+ SERVICES THAT INTERACT WITH THE LIBRARY.
1301
+
1302
+ This Agreement does not govern use of any Box software or services other than
1303
+ the Library. See the relevant agreements accompanying the other Box software or
1304
+ services for their respective governing terms.
1305
+
1306
+ 1. General. The "Library" means the Box Blueprint Design System Library, including any
1307
+ subsequent updates or upgrades made available to Developer, and any
1308
+ associated documentation, software code, or other materials made
1309
+ available by Box. This Agreement applies to any Library provided by
1310
+ Box or that includes, displays, or links to this Agreement, and to any
1311
+ updates, supplements or support services for this Library. This Library is not intended for use separately from Box’s Developer Platform SDK. Standalone use or use outside of the Box SDK is not supported or warranted.
1312
+
1313
+ Box reserves the right to discontinue offering the Library (or any updates
1314
+ thereto) or to modify the Library at any time in its sole discretion.
1315
+ Free/open source software components distributed in this Library are licensed
1316
+ to Developer under the terms of the applicable free/open source license
1317
+ agreements and such free/open source software licenses, if any, can be found in
1318
+ the THIRD_PARTY_LICENSES file in the same source directory as this file.
1319
+
1320
+ 2. Use Rights & Requirements.
1321
+ a. Subject to Developer's compliance with the terms of this Agreement,
1322
+ Developer may:
1323
+ i. download, install, and use the Library on its devices;
1324
+ ii. make a reasonable number of copies of the Library as necessary, provided that Developer
1325
+ reproduces complete copies of the Library, including without
1326
+ limitation all "read me" files, copyright notices, and other legal
1327
+ notices and terms; and
1328
+ iii. use, reproduce, modify, and distribute the sample code included in
1329
+ the Library only in connection with use of the Box Developer Platform SDK that complies
1330
+ with the technical limitations and the Acceptable Use Policy (set
1331
+ forth in Exhibit A hereto) ("AUP").
1332
+ b. Developer shall ensure that any application that contains, incorporates, or makes use of the Library displays prominently,
1333
+ and made apparent to each end-user of such application, the
1334
+ following notice and disclaimer in full:
1335
+
1336
+ "Copyright 2024 Box, Inc. All rights reserved.
1337
+
1338
+ This product includes software developed by Box, Inc. ("Box")
1339
+ (http://www.box.com)
1340
+
1341
+ ALL BOX SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
1342
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
1343
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1344
+ IN NO EVENT SHALL BOX BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1345
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1346
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1347
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1348
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1349
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1350
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1351
+
1352
+ See the Box license for the specific language governing permissions
1353
+ and limitations under the license."
1354
+
1355
+ 3. Restrictions. Except as set forth above, Developer may not:
1356
+ a. distribute, sell, lease, rent, lend, or sublicense the Library (or any copy
1357
+ or portion thereof);
1358
+ b. use the Library to create, design, or develop anything other than in connection with the Box Developer Platform SDK;
1359
+ c. modify or distribute any portion of the Library, or distribute any
1360
+ application, in any way that would subject any portion of the
1361
+ Library to an Excluded License. An "Excluded License" is a license that
1362
+ requires, as a condition of use, modification, or distribution of code
1363
+ subject to that license, that the code be disclosed or distributed in
1364
+ source code form or that others have the right to modify the code;
1365
+ d. create or attempt to create a product that mimics or interferes with
1366
+ the communications and commands between Box's API services; or
1367
+ e. use the Library: (i) to violate the AUP; (ii) to circumvent any technical
1368
+ or licensing restrictions of Box’s cloud-based content collaboration service (“Box Service”); or (iii) in violation of
1369
+ any U.S. denied party-list, embargoed country restriction, export law
1370
+ or regulation.
1371
+
1372
+ 4. Contributions. Developer Contributions made by the Developer to the Library shall not be accepted.
1373
+
1374
+ 5. Feedback. Developer may, from time to time, provide feedback to Box
1375
+ concerning the functionality and performance of the Library or Box Service
1376
+ including, without limitation, identifying potential errors and
1377
+ improvements ("Feedback"). In such event, Box may freely use and exploit
1378
+ any such Feedback without any obligation to Developer, unless otherwise
1379
+ agreed upon in writing. Developer hereby assigns to Box any proprietary
1380
+ right that Developer may have in or to any modification, enhancement,
1381
+ improvement or change in or to the Box Service based upon any Feedback from
1382
+ Developer.
1383
+
1384
+ 6. Box Independent Development. Nothing in this Agreement will impair Box's
1385
+ right to develop, acquire, license, market, promote or distribute products,
1386
+ software or technologies that perform the same or similar functions as, or
1387
+ otherwise compete with, any application, products,
1388
+ software or technologies making use of the Library that Developer may develop, produce, market, or
1389
+ distribute.
1390
+
1391
+ 7. Support. Box does not provide technical or other support for the Library under
1392
+ this Agreement.
1393
+
1394
+ 8. Termination. This Agreement becomes effective on the date Developer first
1395
+ uses the Library and will continue as long as Developer is in compliance with
1396
+ the terms specified herein or until otherwise terminated. Either party may
1397
+ terminate this Agreement upon thirty days written notice if the other party
1398
+ is in material breach of any term of this Agreement. Developer agrees, upon
1399
+ termination, to immediately destroy all copies of the Library within the
1400
+ Developer’s possession or control. The following Sections survive any
1401
+ termination of this Agreement: Sections 4, 5, 9, 11, 12, 13, 15, 16 and 17.
1402
+
1403
+ 9. Ownership. The Library is licensed, not sold. Box reserves all other rights not
1404
+ granted herein. The parties acknowledge that, as between the parties:
1405
+ Box or its licensors retain complete ownership of all Intellectual
1406
+ Property Rights in and to the Library; and
1407
+ b. Developer or its licensors retain complete ownership of all
1408
+ Intellectual Property Rights in any application that contains, incorporates, or makes use of the Library (subject
1409
+ to Box’s underlying ownership of the Intellectual Property Rights in
1410
+ and to the Library).
1411
+ Nothing in this Agreement will be construed to transfer or assign any
1412
+ Intellectual Property Rights of either party to the other. “Intellectual
1413
+ Property Rights” means any and all rights under patent law, copyright law,
1414
+ trade secret law, trademark law, and any and all other proprietary rights.
1415
+
1416
+ 10. Data Privacy. Developer agrees that Box may periodically collect, process
1417
+ and store Technical Data. “Technical Data” means technical data and
1418
+ related information about the Developer’s use of the Box Developer Platform SDK and Library and Developer's
1419
+ device, system, peripherals, account and Developer's use of the Library,
1420
+ including without limitation:
1421
+ a. internet protocol address;
1422
+ b. hardware identification;
1423
+ c. operating system;
1424
+ d. application software;
1425
+ e. peripheral hardware;
1426
+ f. number of active plugins and software development kits;
1427
+ g. the successful installation and launch of Library;
1428
+ h. number and type of API calls; and
1429
+ i. Library usage statistics (e.g., as implemented by analytics calls in the
1430
+ Library).
1431
+
1432
+ Box will use Technical Data for internal statistical and analytical
1433
+ purposes to facilitate support, invoicing or online services, the
1434
+ provisioning of updates, to study usage patterns to improve the Libraries, and
1435
+ the development of the Box Service. Box may transfer Technical Data to
1436
+ other companies in the Box group from time to time. Developer acknowledges
1437
+ that correspondence and log files generated in conjunction with a request
1438
+ for support services may contain sensitive, confidential or personal
1439
+ information. Developer is solely responsible for taking the steps
1440
+ necessary to protect such data, including obfuscating the logs or
1441
+ otherwise guarding such information prior to sending it to Box. For each
1442
+ application that contains, incorporates, or makes use of the Library, Developer will provide a privacy policy describing
1443
+ information collected by such application and Developer's
1444
+ privacy practices. Any privacy policy created by Developer for any
1445
+ application will be at least as restrictive as Box's
1446
+ then-current privacy policy ("Box Privacy Policy") found at
1447
+ https://www.box.com/static/html/privacy.html. Developer will comply and
1448
+ ensure that the application complies with the Box Privacy Policy
1449
+ and any privacy policy it creates for the application.
1450
+
1451
+ 11. DISCLAIMER OF WARRANTIES. THE LIBRARY IS PROVIDED "AS IS" WITHOUT ANY
1452
+ WARRANTIES OF ANY KIND. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW,
1453
+ BOX MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, WHETHER EXPRESS,
1454
+ IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, ANY
1455
+ WARRANTY THAT THE SERVICES WILL BE UNINTERRUPTED, ERROR-FREE OR FREE OF
1456
+ HARMFUL COMPONENTS, AND ANY IMPLIED WARRANTY OF MERCHANTABILITY,
1457
+ SATISFACTORY QUALITY, FITNESS FOR A PARTICULAR PURPOSE, OR
1458
+ NON-INFRINGEMENT, AND ANY WARRANTY ARISING OUT OF ANY COURSE OF
1459
+ PERFORMANCE, COURSE OF DEALING OR USAGE OF TRADE. SOME JURISDICTIONS
1460
+ DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES. IN SUCH AN EVENT THE
1461
+ ABOVE EXCLUSION WILL NOT APPLY SOLELY TO THE EXTENT PROHIBITED BY LAW.
1462
+
1463
+ 12. LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE
1464
+ LAW, IN NO EVENT WILL BOX BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
1465
+ PUNITIVE, COVER OR CONSEQUENTIAL DAMAGES (INCLUDING, WITHOUT LIMITATION,
1466
+ DAMAGES FOR LOST PROFITS, GOODWILL, USE OR DATA) HOWEVER CAUSED, UNDER ANY
1467
+ THEORY OF LIABILITY, INCLUDING, WITHOUT LIMITATION, CONTRACT, TORT,
1468
+ WARRANTY, NEGLIGENCE OR OTHERWISE, EVEN IF BOX HAS BEEN ADVISED AS TO THE
1469
+ POSSIBILITY OF SUCH DAMAGES. IN NO EVENT WILL BOX'S TOTAL AND CUMULATIVE
1470
+ LIABILITY FOR ALL CLAIMS OF ANY NATURE ARISING OUT OF THIS AGREEMENT
1471
+ EXCEED $50.00. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OF
1472
+ INCIDENTAL, CONSEQUENTIAL OR OTHER DAMAGES. IN SUCH AN EVENT THIS
1473
+ LIMITATION WILL NOT APPLY TO THE EXTENT PROHIBITED BY LAW.
1474
+
1475
+ 13. INDEMNIFICATION. DEVELOPER WILL DEFEND, INDEMNIFY AND HOLD BOX, ITS
1476
+ AFFILIATES, OFFICERS, DIRECTORS, EMPLOYEES AND AGENTS HARMLESS, FROM AND
1477
+ AGAINST ANY AND ALL THIRD PARTY CLAIMS AND ALL LIABILITIES, ASSESSMENTS,
1478
+ LOSSES, COSTS OR DAMAGES RESULTING FROM OR ARISING OUT OF:
1479
+ a. DEVELOPER'S BREACH OF THIS AGREEMENT;
1480
+ b. APPLICATIONS THAT CONTAIN, INCORPORATE, OR MAKE USE OF THE LIBRARY;
1481
+ c. DEVELOPER'S INFRINGEMENT OR VIOLATION OF ANY INTELLECTUAL PROPERTY,
1482
+ OTHER RIGHTS OR PRIVACY OF A THIRD PARTY; AND/OR
1483
+ d. MISUSE OF ANY OF THE SERVICES BY A THIRD PARTY WHERE SUCH MISUSE WAS
1484
+ MADE AVAILABLE BY DEVELOPER'S FAILURE TO TAKE REASONABLE MEASURES TO
1485
+ PROTECT DEVELOPER'S USERNAME AND PASSWORD AGAINST MISUSE.
1486
+ Developer will not settle any claim, and no settlement of a claim will be
1487
+ binding on Box, without Box's prior written consent, which will not be
1488
+ unreasonably withheld or delayed.
1489
+
1490
+ 14. Box Entity. The location of Developer will determine the Box entity with
1491
+ which Developer is contracting under this Agreement and to which Developer
1492
+ should direct notices under this Agreement, as follows:
1493
+
1494
+ +---------------+-------------------+----------------------------------+
1495
+ | Developer | Box Contracting | Box Notices Sent to |
1496
+ | Location | Entity | |
1497
+ +---------------+-------------------+----------------------------------+
1498
+ | Within | Box, Inc. | LegalOps, Box, Inc. |
1499
+ | United States | | 900 Jefferson Avenue |
1500
+ | | | Redwood City, California, 94063 |
1501
+ | | | United States of America |
1502
+ +---------------+-------------------+----------------------------------+
1503
+ | Rest of World | Box.com (UK) Ltd. | LegalOps, Box.com (UK) Ltd |
1504
+ | | | 64 North Row, 2nd Floor |
1505
+ | | | London W1K 7LL |
1506
+ | | | United Kingdom |
1507
+ +---------------+-------------------+----------------------------------+
1508
+
1509
+ 15. Confidentiality. "Confidential Information" means all information
1510
+ disclosed by one Party ("Disclosing Party") to the other Party ("Receiving
1511
+ Party") that is in tangible form and labeled "confidential" or the like,
1512
+ or that reasonably should be understood to be confidential given the
1513
+ nature of the information and the circumstances of the disclosure. The
1514
+ following information will be considered Confidential Information whether
1515
+ or not marked or identified as such:
1516
+ a. non-public materials regarding the Library or the Box Service;
1517
+ b. license keys;
1518
+ c. the terms of this Agreement including all orders and pricing thereto;
1519
+ and
1520
+ d. Box's strategic roadmaps, product plans, product designs and
1521
+ architecture, technology and technical information, security audit
1522
+ reviews, business and marketing plans, and business processes.
1523
+ Confidential Information will not include information that as shown by the
1524
+ Receiving Party's records was:
1525
+ i. already known to Receiving Party at the time of disclosure by the
1526
+ Disclosing Party;
1527
+ ii. was disclosed to the Receiving Party by a third party who had the
1528
+ right to make such disclosure without any confidentiality
1529
+ restrictions;
1530
+ iii. is, or through no fault of the Receiving Party has become,
1531
+ generally available to the public; or
1532
+ iv. was independently developed by Receiving Party without use of the
1533
+ Disclosing Party's Confidential Information.
1534
+ The Receiving Party will use no less than a reasonable standard of care to
1535
+ safeguard the Confidential Information received from the Disclosing Party
1536
+ and will only use the Confidential Information of the Disclosing Party to
1537
+ exercise its rights and perform its obligations under this Agreement.
1538
+ Neither party will disclose Confidential Information in violation of the
1539
+ terms and conditions of this Agreement, to any third party, without the
1540
+ prior written consent of the other party. Notwithstanding the foregoing
1541
+ each party may disclose Confidential Information, including the terms and
1542
+ conditions of this Agreement, without the prior written consent of the
1543
+ other party:
1544
+ A. as compelled by law provided that to the extent legally permissible
1545
+ the Receiving Party gives the Disclosing Party prior notice of such
1546
+ compelled disclosure and reasonable assistance, at the Disclosing
1547
+ Party's expense, if the Disclosing Party seeks to contest such
1548
+ disclosure;
1549
+ B. in confidence, to legal counsel, accountants, banks, and financing
1550
+ sources and their advisors;
1551
+ C. in connection with the enforcement of this Agreement or rights
1552
+ under this Agreement;
1553
+ D. the terms and conditions of this Agreement in confidence, in
1554
+ connection with an actual or proposed merger, acquisition, or
1555
+ similar transaction; or
1556
+ E. to respond to an emergency which Box believes in the good faith
1557
+ requires Box to disclose information to assist in preventing the
1558
+ death or serious bodily injury of any person.
1559
+
1560
+ 16. Governing Law/Venue. This Agreement will be construed and enforced in all
1561
+ respects in accordance with the laws of the State of California, U.S.A.,
1562
+ without reference to its choice of law rules. The parties specifically
1563
+ exclude from application to the Agreement the United Nations Convention on
1564
+ Contracts for the International Sale of Goods and the Uniform Computer
1565
+ Information Transactions Act. Developer hereby irrevocably and
1566
+ unconditionally consents to the exclusive jurisdiction and venue in the
1567
+ state and federal courts sitting in Santa Clara County, California. In
1568
+ any such dispute, the prevailing party will be entitled to recover its
1569
+ reasonable attorneys' fees and expenses from the other party.
1570
+
1571
+ 17. General. Developer will not, directly, indirectly, by operation of law or
1572
+ otherwise, assign all or any part of this Agreement or its rights
1573
+ hereunder or delegate performance of any of its duties hereunder without
1574
+ the prior written consent of Box. This Agreement sets forth the entire
1575
+ understanding of the parties and supersedes any and all prior oral and
1576
+ written agreements or understandings between the parties regarding the
1577
+ subject matter of this Agreement. Any modifications of this Agreement must
1578
+ be in writing and signed by both parties hereto. The failure of either
1579
+ party to insist upon or enforce strict performance of any of the
1580
+ provisions of this Agreement or to exercise any rights or remedies under
1581
+ this Agreement will not be construed as a waiver or relinquishment to any
1582
+ extent of such party's right to assert or rely upon any such provision,
1583
+ right or remedy in that or any other instance; rather, the same will
1584
+ remain in full force and effect. In the event that any provision of this
1585
+ Agreement or the application thereof, becomes or is declared by a court of
1586
+ competent jurisdiction to be illegal, void or unenforceable, the remainder
1587
+ of this Agreement will continue in full force and effect. The parties will
1588
+ promptly replace such void or unenforceable provision with a valid and
1589
+ enforceable provision that will achieve, to the extent possible, the
1590
+ economic, business and other purposes of such void or unenforceable
1591
+ provision. The parties are entering into this Agreement as independent
1592
+ contracting parties. Neither party will have, or hold itself out as
1593
+ having, any right or authority to incur any obligation on behalf of the
1594
+ other party. This Agreement will not be construed to create an
1595
+ association, joint venture or partnership between the parties or to impose
1596
+ any partnership liability upon any party. If at any time Developer has any
1597
+ questions about this Agreement, the Developer Web Site or the Developer
1598
+ Services, Developer should contact Box at
1599
+ https://developer.box.com/docs#section-developer-support.
1600
+
1601
+
1602
+ Exhibit A
1603
+ BOX BLUEPRINT DESIGN SYSTEM LIBRARY ACCEPTABLE USE POLICY
1604
+
1605
+ Acceptable Use Policy. Developer shall not, and shall not use the Library to:
1606
+ a) Do anything illegal, or facilitate, promote or encourage any illegal
1607
+ activities (gambling, etc.), or otherwise violate applicable law;
1608
+ b) Invade the privacy of any person;
1609
+ c) Engage in any activity that interferes with, plagiarizes, copies, or
1610
+ disrupts the Box Service or any Box API;
1611
+ d) Remove or modify any copyright, trademark or other proprietary rights
1612
+ notice, or any specific element or phrase attributing part of the
1613
+ technology to Box, on or in the Library or on any materials printed or
1614
+ copied off of the Library;
1615
+ e) Interfere with the servers or networks connected to the Box Service or
1616
+ violate any of the procedures, policies or regulations of networks
1617
+ connected to the Box Service including attempting to gain unauthorized
1618
+ access to the Box Service, user accounts, computer systems or networks
1619
+ connected to the Box Service through hacking, password mining or any
1620
+ other means;
1621
+ f) Use any robot, spider, service search/retrieval application, or other
1622
+ automated device, process or means to maliciously access, retrieve,
1623
+ scrape, or index the Box Service;
1624
+ g) Upload or otherwise transmit any material containing software viruses
1625
+ or other computer code, files or programs designed to interrupt,
1626
+ destroy, or limit the functionality of any software or hardware;
1627
+ h) Facilitate the transmission or storage of any material depicting or
1628
+ promoting sexually explicit or pornographic material, violence, or
1629
+ discrimination based on race, sex, religion, nationality, disability,
1630
+ sexual orientation or age or that could otherwise give rise to any
1631
+ civil or criminal liability under applicable laws or regulations;
1632
+ i) Harass, threaten, incite, degrade, intimidate, deceive or mislead
1633
+ anyone;
1634
+ j) Infringe or violate any rights of Box, or any third party, including
1635
+ any intellectual property rights (e.g., patents, copyrights,
1636
+ trademarks, trade secrets or other personal or proprietary right),
1637
+ rights of privacy or publicity which includes not facilitating or
1638
+ engaging in the unauthorized use, distribution, or exploitation of
1639
+ copyrighted materials or content;
1640
+ k) Collect, or facilitate the collection of, any information or data of
1641
+ any kind for any unlawful purpose;
1642
+ l) Intercept, monitor, or modify the communications of others;
1643
+ m) Disseminate "spam," "junk mail," "phishing," "chain letters," "pyramid
1644
+ schemes," illegal contests or sweepstakes, spyware, adware, viruses,
1645
+ worms, Trojan horses, time bombs, or any other type of malware or
1646
+ malicious code;
1647
+ n) Install software: (i) to perform hidden activities without the
1648
+ end-user's consent; (ii) that may harm or alter an end-user's system;
1649
+ (iii) that is downloaded as a hidden component of other software; or
1650
+ (iv) that is automatically downloaded in whole or in part without
1651
+ express end-user consent; and
1652
+ o) Promote or encourage illegal or controlled products or services.
1653
+
1654
+
1655
+ License for @ariakit/react:
1656
+ MIT License
1657
+
1658
+ Copyright (c) Diego Haz
1659
+
1660
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1661
+ of this software and associated documentation files (the "Software"), to deal
1662
+ in the Software without restriction, including without limitation the rights
1663
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1664
+ copies of the Software, and to permit persons to whom the Software is
1665
+ furnished to do so, subject to the following conditions:
1666
+
1667
+ The above copyright notice and this permission notice shall be included in all
1668
+ copies or substantial portions of the Software.
1669
+
1670
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1671
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1672
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1673
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1674
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1675
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1676
+ SOFTWARE.
1677
+
1678
+
1679
+ License for @ariakit/react-core:
1680
+ MIT License
1681
+
1682
+ Copyright (c) Diego Haz
1683
+
1684
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1685
+ of this software and associated documentation files (the "Software"), to deal
1686
+ in the Software without restriction, including without limitation the rights
1687
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1688
+ copies of the Software, and to permit persons to whom the Software is
1689
+ furnished to do so, subject to the following conditions:
1690
+
1691
+ The above copyright notice and this permission notice shall be included in all
1692
+ copies or substantial portions of the Software.
1693
+
1694
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1695
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1696
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1697
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1698
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1699
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1700
+ SOFTWARE.
1701
+
1702
+
1703
+ License for @react-aria/utils:
1704
+ Apache License
1705
+ Version 2.0, January 2004
1706
+ http://www.apache.org/licenses/
1707
+
1708
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1709
+
1710
+ 1. Definitions.
1711
+
1712
+ "License" shall mean the terms and conditions for use, reproduction,
1713
+ and distribution as defined by Sections 1 through 9 of this document.
1714
+
1715
+ "Licensor" shall mean the copyright owner or entity authorized by
1716
+ the copyright owner that is granting the License.
1717
+
1718
+ "Legal Entity" shall mean the union of the acting entity and all
1719
+ other entities that control, are controlled by, or are under common
1720
+ control with that entity. For the purposes of this definition,
1721
+ "control" means (i) the power, direct or indirect, to cause the
1722
+ direction or management of such entity, whether by contract or
1723
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
1724
+ outstanding shares, or (iii) beneficial ownership of such entity.
1725
+
1726
+ "You" (or "Your") shall mean an individual or Legal Entity
1727
+ exercising permissions granted by this License.
1728
+
1729
+ "Source" form shall mean the preferred form for making modifications,
1730
+ including but not limited to software source code, documentation
1731
+ source, and configuration files.
1732
+
1733
+ "Object" form shall mean any form resulting from mechanical
1734
+ transformation or translation of a Source form, including but
1735
+ not limited to compiled object code, generated documentation,
1736
+ and conversions to other media types.
1737
+
1738
+ "Work" shall mean the work of authorship, whether in Source or
1739
+ Object form, made available under the License, as indicated by a
1740
+ copyright notice that is included in or attached to the work
1741
+ (an example is provided in the Appendix below).
1742
+
1743
+ "Derivative Works" shall mean any work, whether in Source or Object
1744
+ form, that is based on (or derived from) the Work and for which the
1745
+ editorial revisions, annotations, elaborations, or other modifications
1746
+ represent, as a whole, an original work of authorship. For the purposes
1747
+ of this License, Derivative Works shall not include works that remain
1748
+ separable from, or merely link (or bind by name) to the interfaces of,
1749
+ the Work and Derivative Works thereof.
1750
+
1751
+ "Contribution" shall mean any work of authorship, including
1752
+ the original version of the Work and any modifications or additions
1753
+ to that Work or Derivative Works thereof, that is intentionally
1754
+ submitted to Licensor for inclusion in the Work by the copyright owner
1755
+ or by an individual or Legal Entity authorized to submit on behalf of
1756
+ the copyright owner. For the purposes of this definition, "submitted"
1757
+ means any form of electronic, verbal, or written communication sent
1758
+ to the Licensor or its representatives, including but not limited to
1759
+ communication on electronic mailing lists, source code control systems,
1760
+ and issue tracking systems that are managed by, or on behalf of, the
1761
+ Licensor for the purpose of discussing and improving the Work, but
1762
+ excluding communication that is conspicuously marked or otherwise
1763
+ designated in writing by the copyright owner as "Not a Contribution."
1764
+
1765
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1766
+ on behalf of whom a Contribution has been received by Licensor and
1767
+ subsequently incorporated within the Work.
1768
+
1769
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1770
+ this License, each Contributor hereby grants to You a perpetual,
1771
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1772
+ copyright license to reproduce, prepare Derivative Works of,
1773
+ publicly display, publicly perform, sublicense, and distribute the
1774
+ Work and such Derivative Works in Source or Object form.
1775
+
1776
+ 3. Grant of Patent License. Subject to the terms and conditions of
1777
+ this License, each Contributor hereby grants to You a perpetual,
1778
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1779
+ (except as stated in this section) patent license to make, have made,
1780
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1781
+ where such license applies only to those patent claims licensable
1782
+ by such Contributor that are necessarily infringed by their
1783
+ Contribution(s) alone or by combination of their Contribution(s)
1784
+ with the Work to which such Contribution(s) was submitted. If You
1785
+ institute patent litigation against any entity (including a
1786
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1787
+ or a Contribution incorporated within the Work constitutes direct
1788
+ or contributory patent infringement, then any patent licenses
1789
+ granted to You under this License for that Work shall terminate
1790
+ as of the date such litigation is filed.
1791
+
1792
+ 4. Redistribution. You may reproduce and distribute copies of the
1793
+ Work or Derivative Works thereof in any medium, with or without
1794
+ modifications, and in Source or Object form, provided that You
1795
+ meet the following conditions:
1796
+
1797
+ (a) You must give any other recipients of the Work or
1798
+ Derivative Works a copy of this License; and
1799
+
1800
+ (b) You must cause any modified files to carry prominent notices
1801
+ stating that You changed the files; and
1802
+
1803
+ (c) You must retain, in the Source form of any Derivative Works
1804
+ that You distribute, all copyright, patent, trademark, and
1805
+ attribution notices from the Source form of the Work,
1806
+ excluding those notices that do not pertain to any part of
1807
+ the Derivative Works; and
1808
+
1809
+ (d) If the Work includes a "NOTICE" text file as part of its
1810
+ distribution, then any Derivative Works that You distribute must
1811
+ include a readable copy of the attribution notices contained
1812
+ within such NOTICE file, excluding those notices that do not
1813
+ pertain to any part of the Derivative Works, in at least one
1814
+ of the following places: within a NOTICE text file distributed
1815
+ as part of the Derivative Works; within the Source form or
1816
+ documentation, if provided along with the Derivative Works; or,
1817
+ within a display generated by the Derivative Works, if and
1818
+ wherever such third-party notices normally appear. The contents
1819
+ of the NOTICE file are for informational purposes only and
1820
+ do not modify the License. You may add Your own attribution
1821
+ notices within Derivative Works that You distribute, alongside
1822
+ or as an addendum to the NOTICE text from the Work, provided
1823
+ that such additional attribution notices cannot be construed
1824
+ as modifying the License.
1825
+
1826
+ You may add Your own copyright statement to Your modifications and
1827
+ may provide additional or different license terms and conditions
1828
+ for use, reproduction, or distribution of Your modifications, or
1829
+ for any such Derivative Works as a whole, provided Your use,
1830
+ reproduction, and distribution of the Work otherwise complies with
1831
+ the conditions stated in this License.
1832
+
1833
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1834
+ any Contribution intentionally submitted for inclusion in the Work
1835
+ by You to the Licensor shall be under the terms and conditions of
1836
+ this License, without any additional terms or conditions.
1837
+ Notwithstanding the above, nothing herein shall supersede or modify
1838
+ the terms of any separate license agreement you may have executed
1839
+ with Licensor regarding such Contributions.
1840
+
1841
+ 6. Trademarks. This License does not grant permission to use the trade
1842
+ names, trademarks, service marks, or product names of the Licensor,
1843
+ except as required for reasonable and customary use in describing the
1844
+ origin of the Work and reproducing the content of the NOTICE file.
1845
+
1846
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1847
+ agreed to in writing, Licensor provides the Work (and each
1848
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1849
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1850
+ implied, including, without limitation, any warranties or conditions
1851
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1852
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1853
+ appropriateness of using or redistributing the Work and assume any
1854
+ risks associated with Your exercise of permissions under this License.
1855
+
1856
+ 8. Limitation of Liability. In no event and under no legal theory,
1857
+ whether in tort (including negligence), contract, or otherwise,
1858
+ unless required by applicable law (such as deliberate and grossly
1859
+ negligent acts) or agreed to in writing, shall any Contributor be
1860
+ liable to You for damages, including any direct, indirect, special,
1861
+ incidental, or consequential damages of any character arising as a
1862
+ result of this License or out of the use or inability to use the
1863
+ Work (including but not limited to damages for loss of goodwill,
1864
+ work stoppage, computer failure or malfunction, or any and all
1865
+ other commercial damages or losses), even if such Contributor
1866
+ has been advised of the possibility of such damages.
1867
+
1868
+ 9. Accepting Warranty or Additional Liability. While redistributing
1869
+ the Work or Derivative Works thereof, You may choose to offer,
1870
+ and charge a fee for, acceptance of support, warranty, indemnity,
1871
+ or other liability obligations and/or rights consistent with this
1872
+ License. However, in accepting such obligations, You may act only
1873
+ on Your own behalf and on Your sole responsibility, not on behalf
1874
+ of any other Contributor, and only if You agree to indemnify,
1875
+ defend, and hold each Contributor harmless for any liability
1876
+ incurred by, or claims asserted against, such Contributor by reason
1877
+ of your accepting any such warranty or additional liability.
1878
+
1879
+ END OF TERMS AND CONDITIONS
1880
+
1881
+ APPENDIX: How to apply the Apache License to your work.
1882
+
1883
+ To apply the Apache License to your work, attach the following
1884
+ boilerplate notice, with the fields enclosed by brackets "[]"
1885
+ replaced with your own identifying information. (Don't include
1886
+ the brackets!) The text should be enclosed in the appropriate
1887
+ comment syntax for the file format. We also recommend that a
1888
+ file or class name and description of purpose be included on the
1889
+ same "printed page" as the copyright notice for easier
1890
+ identification within third-party archives.
1891
+
1892
+ Copyright 2019 Adobe
1893
+
1894
+ Licensed under the Apache License, Version 2.0 (the "License");
1895
+ you may not use this file except in compliance with the License.
1896
+ You may obtain a copy of the License at
1897
+
1898
+ http://www.apache.org/licenses/LICENSE-2.0
1899
+
1900
+ Unless required by applicable law or agreed to in writing, software
1901
+ distributed under the License is distributed on an "AS IS" BASIS,
1902
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1903
+ See the License for the specific language governing permissions and
1904
+ limitations under the License.
1905
+
1906
+
1907
+ License for clsx:
1908
+ MIT License
1909
+
1910
+ Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
1911
+
1912
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1913
+
1914
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1915
+
1916
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1917
+
1918
+
1919
+ License for color:
1920
+ Copyright (c) 2012 Heather Arthur
1921
+
1922
+ Permission is hereby granted, free of charge, to any person obtaining
1923
+ a copy of this software and associated documentation files (the
1924
+ "Software"), to deal in the Software without restriction, including
1925
+ without limitation the rights to use, copy, modify, merge, publish,
1926
+ distribute, sublicense, and/or sell copies of the Software, and to
1927
+ permit persons to whom the Software is furnished to do so, subject to
1928
+ the following conditions:
1929
+
1930
+ The above copyright notice and this permission notice shall be
1931
+ included in all copies or substantial portions of the Software.
1932
+
1933
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1934
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1935
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1936
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1937
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1938
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1939
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1940
+
1941
+
1942
+
1943
+ License for lodash:
1944
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
1945
+
1946
+ Based on Underscore.js, copyright Jeremy Ashkenas,
1947
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
1948
+
1949
+ This software consists of voluntary contributions made by many
1950
+ individuals. For exact contribution history, see the revision history
1951
+ available at https://github.com/lodash/lodash
1952
+
1953
+ The following license applies to all parts of this software except as
1954
+ documented below:
1955
+
1956
+ ====
1957
+
1958
+ Permission is hereby granted, free of charge, to any person obtaining
1959
+ a copy of this software and associated documentation files (the
1960
+ "Software"), to deal in the Software without restriction, including
1961
+ without limitation the rights to use, copy, modify, merge, publish,
1962
+ distribute, sublicense, and/or sell copies of the Software, and to
1963
+ permit persons to whom the Software is furnished to do so, subject to
1964
+ the following conditions:
1965
+
1966
+ The above copyright notice and this permission notice shall be
1967
+ included in all copies or substantial portions of the Software.
1968
+
1969
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1970
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1971
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1972
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1973
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1974
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1975
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1976
+
1977
+ ====
1978
+
1979
+ Copyright and related rights for sample code are waived via CC0. Sample
1980
+ code is defined as all source code displayed within the prose of the
1981
+ documentation.
1982
+
1983
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
1984
+
1985
+ ====
1986
+
1987
+ Files located in the node_modules and vendor directories are externally
1988
+ maintained libraries used by this software which have their own
1989
+ licenses; we recommend you read them, as their terms may differ from the
1990
+ terms above.
1991
+
1992
+
1993
+ License for tabbable:
1994
+ The MIT License (MIT)
1995
+
1996
+ Copyright (c) 2015 David Clark
1997
+
1998
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1999
+ of this software and associated documentation files (the "Software"), to deal
2000
+ in the Software without restriction, including without limitation the rights
2001
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2002
+ copies of the Software, and to permit persons to whom the Software is
2003
+ furnished to do so, subject to the following conditions:
2004
+
2005
+ The above copyright notice and this permission notice shall be included in all
2006
+ copies or substantial portions of the Software.
2007
+
2008
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2009
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2010
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2011
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2012
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2013
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2014
+ SOFTWARE.
2015
+
2016
+
2017
+
2018
+ License for @radix-ui:
2019
+ MIT License
2020
+
2021
+ Copyright (c) 2022 WorkOS
2022
+
2023
+ Permission is hereby granted, free of charge, to any person obtaining a copy
2024
+ of this software and associated documentation files (the "Software"), to deal
2025
+ in the Software without restriction, including without limitation the rights
2026
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2027
+ copies of the Software, and to permit persons to whom the Software is
2028
+ furnished to do so, subject to the following conditions:
2029
+
2030
+ The above copyright notice and this permission notice shall be included in all
2031
+ copies or substantial portions of the Software.
2032
+
2033
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2034
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2035
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2036
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2037
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2038
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2039
+ SOFTWARE.
2040
+
2041
+ License for type-fest:
2042
+ MIT License
2043
+
2044
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2045
+
2046
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2047
+
2048
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2049
+
2050
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2051
+