@teamturing/react-kit 2.51.2 → 2.51.4

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 (613) hide show
  1. package/dist/index.js +1342 -37064
  2. package/esm/_virtual/_commonjsHelpers.js +1 -3
  3. package/esm/core/ActionList/ActionListItem.js +18 -20
  4. package/esm/core/ActionList/ActionListSectionDivider.js +2 -2
  5. package/esm/core/ActionList/ActionListSectionHeader.js +3 -3
  6. package/esm/core/ActionList/index.js +3 -3
  7. package/esm/core/AnimatePresence/index.js +2 -5
  8. package/esm/core/Avatar/index.js +3 -3
  9. package/esm/core/AvatarGroup/AvatarGroupItem.js +4 -4
  10. package/esm/core/AvatarGroup/index.js +13 -13
  11. package/esm/core/BadgeAttacher/index.js +2 -2
  12. package/esm/core/Breadcrumbs/BreadcrumbsItem.js +4 -4
  13. package/esm/core/Breadcrumbs/index.js +5 -5
  14. package/esm/core/Button/index.js +7 -7
  15. package/esm/core/Card/index.js +1 -1
  16. package/esm/core/Checkbox/index.js +3 -3
  17. package/esm/core/Chip/index.js +4 -4
  18. package/esm/core/ClickArea/index.js +2 -2
  19. package/esm/core/CounterBadge/index.js +3 -3
  20. package/esm/core/Datagrid/DatagridBody.js +3 -3
  21. package/esm/core/Datagrid/DatagridCell.js +2 -2
  22. package/esm/core/Datagrid/DatagridHeader.js +7 -7
  23. package/esm/core/Datagrid/DatagridRow.js +3 -3
  24. package/esm/core/Datagrid/DatagridSubheader.js +3 -3
  25. package/esm/core/Datagrid/index.js +4 -4
  26. package/esm/core/DescriptionList/index.js +11 -11
  27. package/esm/core/Dialog/DialogBody.js +2 -2
  28. package/esm/core/Dialog/DialogFooter.js +2 -2
  29. package/esm/core/Dialog/DialogHeader.js +2 -2
  30. package/esm/core/Dialog/DialogHeaderSubtitle.js +2 -2
  31. package/esm/core/Dialog/DialogHeaderTitle.js +2 -2
  32. package/esm/core/Dialog/index.js +8 -8
  33. package/esm/core/Drawer/DrawerBody.js +2 -2
  34. package/esm/core/Drawer/DrawerFooter.js +2 -2
  35. package/esm/core/Drawer/DrawerHeader.js +2 -2
  36. package/esm/core/Drawer/DrawerHeaderIconButton.js +2 -2
  37. package/esm/core/Drawer/index.js +12 -13
  38. package/esm/core/EmptyState/index.js +8 -9
  39. package/esm/core/Flash/index.js +12 -15
  40. package/esm/core/FormControl/FormControlCaption.js +2 -2
  41. package/esm/core/FormControl/FormControlErrorMessage.js +2 -2
  42. package/esm/core/FormControl/FormControlLabel.js +5 -5
  43. package/esm/core/FormControl/FormControlSuccessMessage.js +2 -2
  44. package/esm/core/FormControl/FormControlTooltipIcon.js +5 -6
  45. package/esm/core/FormControl/index.js +8 -8
  46. package/esm/core/Grid/index.js +4 -6
  47. package/esm/core/HorizontalDivider/index.js +2 -2
  48. package/esm/core/IconButton/index.js +3 -3
  49. package/esm/core/IconToggleButton/index.js +3 -3
  50. package/esm/core/ItemList/index.js +2 -2
  51. package/esm/core/MotionView/index.js +1 -1
  52. package/esm/core/Overlay/index.js +4 -4
  53. package/esm/core/OverlayPopper/index.js +4 -6
  54. package/esm/core/Pagination/index.js +15 -17
  55. package/esm/core/Pill/index.js +11 -12
  56. package/esm/core/Radio/index.js +3 -3
  57. package/esm/core/SearchSelectInput/index.js +22 -28
  58. package/esm/core/Select/SelectOption.js +3 -3
  59. package/esm/core/Select/index.js +11 -13
  60. package/esm/core/Spinner/index.js +2 -3
  61. package/esm/core/Stack/index.js +4 -4
  62. package/esm/core/StyledIcon/index.js +3 -3
  63. package/esm/core/Switch/index.js +3 -3
  64. package/esm/core/Tab/TabItem.js +5 -5
  65. package/esm/core/Tab/index.js +18 -19
  66. package/esm/core/TextInput/TextInputTrailingAction.js +4 -4
  67. package/esm/core/TextInput/index.js +9 -11
  68. package/esm/core/Textarea/index.js +6 -8
  69. package/esm/core/ThemeProvider/index.js +2 -2
  70. package/esm/core/Toast/index.js +6 -8
  71. package/esm/core/Tooltip/BaseTooltip.js +8 -8
  72. package/esm/core/Tooltip/index.js +4 -4
  73. package/esm/core/Tooltip/useTooltip.js +1 -3
  74. package/esm/enigma/EnigmaUI/index.js +3 -4
  75. package/esm/enigma/Layout/SingleColumnLayout/index.js +4 -4
  76. package/esm/enigma/View/ChipGroupView/index.js +6 -6
  77. package/esm/enigma/View/GridView/index.js +5 -5
  78. package/esm/enigma/View/HorizontalDividerView/index.js +2 -2
  79. package/esm/enigma/View/IconView/index.js +4 -4
  80. package/esm/enigma/View/ImageView/index.js +2 -2
  81. package/esm/enigma/View/TextView/index.js +2 -2
  82. package/esm/hook/useFocusTrap.js +5 -5
  83. package/esm/hook/useFocusZone.js +2 -2
  84. package/esm/hook/useResize.js +1 -1
  85. package/esm/index.js +1 -1
  86. package/esm/theme/index.js +1 -13
  87. package/package.json +2 -2
  88. package/esm/_virtual/index.js +0 -3
  89. package/esm/_virtual/index2.js +0 -3
  90. package/esm/_virtual/index3.js +0 -3
  91. package/esm/_virtual/jsx-runtime.js +0 -3
  92. package/esm/_virtual/react-dom.development.js +0 -3
  93. package/esm/_virtual/react-dom.production.min.js +0 -3
  94. package/esm/_virtual/react-is.development.js +0 -3
  95. package/esm/_virtual/react-is.production.min.js +0 -3
  96. package/esm/_virtual/react-jsx-runtime.development.js +0 -3
  97. package/esm/_virtual/react-jsx-runtime.production.min.js +0 -3
  98. package/esm/_virtual/scheduler.development.js +0 -3
  99. package/esm/_virtual/scheduler.production.min.js +0 -3
  100. package/esm/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -593
  101. package/esm/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -731
  102. package/esm/node_modules/@floating-ui/react/dist/floating-ui.react.js +0 -1621
  103. package/esm/node_modules/@floating-ui/react/dist/floating-ui.react.utils.js +0 -233
  104. package/esm/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -321
  105. package/esm/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -161
  106. package/esm/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -136
  107. package/esm/node_modules/@primer/behaviors/dist/esm/focus-trap.js +0 -105
  108. package/esm/node_modules/@primer/behaviors/dist/esm/focus-zone.js +0 -436
  109. package/esm/node_modules/@primer/behaviors/dist/esm/polyfills/event-listener-signal.js +0 -38
  110. package/esm/node_modules/@primer/behaviors/dist/esm/utils/iterate-focusable-elements.js +0 -65
  111. package/esm/node_modules/@primer/behaviors/dist/esm/utils/unique-id.js +0 -6
  112. package/esm/node_modules/@primer/behaviors/dist/esm/utils/user-agent.js +0 -9
  113. package/esm/node_modules/framer-motion/dist/es/animation/animators/instant.js +0 -40
  114. package/esm/node_modules/framer-motion/dist/es/animation/animators/js/driver-frameloop.js +0 -16
  115. package/esm/node_modules/framer-motion/dist/es/animation/animators/js/index.js +0 -303
  116. package/esm/node_modules/framer-motion/dist/es/animation/animators/waapi/create-accelerated-animation.js +0 -199
  117. package/esm/node_modules/framer-motion/dist/es/animation/animators/waapi/easing.js +0 -31
  118. package/esm/node_modules/framer-motion/dist/es/animation/animators/waapi/index.js +0 -23
  119. package/esm/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +0 -8
  120. package/esm/node_modules/framer-motion/dist/es/animation/generators/inertia.js +0 -87
  121. package/esm/node_modules/framer-motion/dist/es/animation/generators/keyframes.js +0 -51
  122. package/esm/node_modules/framer-motion/dist/es/animation/generators/spring/find.js +0 -89
  123. package/esm/node_modules/framer-motion/dist/es/animation/generators/spring/index.js +0 -129
  124. package/esm/node_modules/framer-motion/dist/es/animation/generators/utils/calc-duration.js +0 -17
  125. package/esm/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.js +0 -9
  126. package/esm/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +0 -101
  127. package/esm/node_modules/framer-motion/dist/es/animation/interfaces/single-value.js +0 -11
  128. package/esm/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +0 -71
  129. package/esm/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js +0 -63
  130. package/esm/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js +0 -24
  131. package/esm/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js +0 -6
  132. package/esm/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +0 -40
  133. package/esm/node_modules/framer-motion/dist/es/animation/utils/is-animatable.js +0 -30
  134. package/esm/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js +0 -5
  135. package/esm/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js +0 -5
  136. package/esm/node_modules/framer-motion/dist/es/animation/utils/is-none.js +0 -12
  137. package/esm/node_modules/framer-motion/dist/es/animation/utils/keyframes.js +0 -45
  138. package/esm/node_modules/framer-motion/dist/es/animation/utils/transitions.js +0 -13
  139. package/esm/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js +0 -71
  140. package/esm/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js +0 -56
  141. package/esm/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js +0 -158
  142. package/esm/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js +0 -40
  143. package/esm/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js +0 -5
  144. package/esm/node_modules/framer-motion/dist/es/context/LazyContext.js +0 -5
  145. package/esm/node_modules/framer-motion/dist/es/context/MotionConfigContext.js +0 -12
  146. package/esm/node_modules/framer-motion/dist/es/context/MotionContext/create.js +0 -13
  147. package/esm/node_modules/framer-motion/dist/es/context/MotionContext/index.js +0 -5
  148. package/esm/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +0 -17
  149. package/esm/node_modules/framer-motion/dist/es/context/PresenceContext.js +0 -8
  150. package/esm/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +0 -8
  151. package/esm/node_modules/framer-motion/dist/es/debug/record.js +0 -7
  152. package/esm/node_modules/framer-motion/dist/es/easing/anticipate.js +0 -5
  153. package/esm/node_modules/framer-motion/dist/es/easing/back.js +0 -9
  154. package/esm/node_modules/framer-motion/dist/es/easing/circ.js +0 -8
  155. package/esm/node_modules/framer-motion/dist/es/easing/cubic-bezier.js +0 -51
  156. package/esm/node_modules/framer-motion/dist/es/easing/ease.js +0 -7
  157. package/esm/node_modules/framer-motion/dist/es/easing/modifiers/mirror.js +0 -5
  158. package/esm/node_modules/framer-motion/dist/es/easing/modifiers/reverse.js +0 -5
  159. package/esm/node_modules/framer-motion/dist/es/easing/utils/is-bezier-definition.js +0 -3
  160. package/esm/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.js +0 -5
  161. package/esm/node_modules/framer-motion/dist/es/easing/utils/map.js +0 -37
  162. package/esm/node_modules/framer-motion/dist/es/events/add-dom-event.js +0 -6
  163. package/esm/node_modules/framer-motion/dist/es/events/add-pointer-event.js +0 -8
  164. package/esm/node_modules/framer-motion/dist/es/events/event-info.js +0 -15
  165. package/esm/node_modules/framer-motion/dist/es/events/utils/is-primary-pointer.js +0 -18
  166. package/esm/node_modules/framer-motion/dist/es/frameloop/batcher.js +0 -60
  167. package/esm/node_modules/framer-motion/dist/es/frameloop/frame.js +0 -6
  168. package/esm/node_modules/framer-motion/dist/es/frameloop/render-step.js +0 -104
  169. package/esm/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +0 -457
  170. package/esm/node_modules/framer-motion/dist/es/gestures/drag/index.js +0 -27
  171. package/esm/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +0 -125
  172. package/esm/node_modules/framer-motion/dist/es/gestures/drag/utils/lock.js +0 -53
  173. package/esm/node_modules/framer-motion/dist/es/gestures/focus.js +0 -41
  174. package/esm/node_modules/framer-motion/dist/es/gestures/hover.js +0 -32
  175. package/esm/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +0 -148
  176. package/esm/node_modules/framer-motion/dist/es/gestures/pan/index.js +0 -46
  177. package/esm/node_modules/framer-motion/dist/es/gestures/press.js +0 -120
  178. package/esm/node_modules/framer-motion/dist/es/gestures/utils/is-node-or-child.js +0 -20
  179. package/esm/node_modules/framer-motion/dist/es/motion/features/Feature.js +0 -9
  180. package/esm/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +0 -31
  181. package/esm/node_modules/framer-motion/dist/es/motion/features/animation/index.js +0 -38
  182. package/esm/node_modules/framer-motion/dist/es/motion/features/animations.js +0 -13
  183. package/esm/node_modules/framer-motion/dist/es/motion/features/definitions.js +0 -28
  184. package/esm/node_modules/framer-motion/dist/es/motion/features/drag.js +0 -17
  185. package/esm/node_modules/framer-motion/dist/es/motion/features/gestures.js +0 -21
  186. package/esm/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +0 -131
  187. package/esm/node_modules/framer-motion/dist/es/motion/features/layout.js +0 -11
  188. package/esm/node_modules/framer-motion/dist/es/motion/features/load-features.js +0 -12
  189. package/esm/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +0 -72
  190. package/esm/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js +0 -49
  191. package/esm/node_modules/framer-motion/dist/es/motion/index.js +0 -79
  192. package/esm/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +0 -11
  193. package/esm/node_modules/framer-motion/dist/es/motion/utils/symbol.js +0 -3
  194. package/esm/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +0 -33
  195. package/esm/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +0 -75
  196. package/esm/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +0 -81
  197. package/esm/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +0 -59
  198. package/esm/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +0 -93
  199. package/esm/node_modules/framer-motion/dist/es/projection/geometry/conversion.js +0 -33
  200. package/esm/node_modules/framer-motion/dist/es/projection/geometry/copy.js +0 -20
  201. package/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +0 -122
  202. package/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +0 -41
  203. package/esm/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +0 -54
  204. package/esm/node_modules/framer-motion/dist/es/projection/geometry/models.js +0 -17
  205. package/esm/node_modules/framer-motion/dist/es/projection/geometry/utils.js +0 -25
  206. package/esm/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +0 -13
  207. package/esm/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js +0 -27
  208. package/esm/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +0 -1494
  209. package/esm/node_modules/framer-motion/dist/es/projection/node/state.js +0 -19
  210. package/esm/node_modules/framer-motion/dist/es/projection/shared/stack.js +0 -112
  211. package/esm/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +0 -41
  212. package/esm/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +0 -35
  213. package/esm/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +0 -6
  214. package/esm/node_modules/framer-motion/dist/es/projection/styles/transform.js +0 -42
  215. package/esm/node_modules/framer-motion/dist/es/projection/utils/each-axis.js +0 -5
  216. package/esm/node_modules/framer-motion/dist/es/projection/utils/has-transform.js +0 -24
  217. package/esm/node_modules/framer-motion/dist/es/projection/utils/measure.js +0 -17
  218. package/esm/node_modules/framer-motion/dist/es/render/VisualElement.js +0 -507
  219. package/esm/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +0 -48
  220. package/esm/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +0 -11
  221. package/esm/node_modules/framer-motion/dist/es/render/dom/motion-proxy.js +0 -47
  222. package/esm/node_modules/framer-motion/dist/es/render/dom/motion.js +0 -23
  223. package/esm/node_modules/framer-motion/dist/es/render/dom/use-render.js +0 -35
  224. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +0 -6
  225. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/create-config.js +0 -19
  226. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.js +0 -89
  227. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +0 -57
  228. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.js +0 -6
  229. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js +0 -30
  230. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.js +0 -5
  231. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/parse-dom-variant.js +0 -15
  232. package/esm/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.js +0 -230
  233. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.js +0 -15
  234. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.js +0 -30
  235. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.js +0 -15
  236. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/find.js +0 -15
  237. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.js +0 -10
  238. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/number.js +0 -72
  239. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/test.js +0 -6
  240. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.js +0 -9
  241. package/esm/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.js +0 -8
  242. package/esm/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +0 -55
  243. package/esm/node_modules/framer-motion/dist/es/render/html/config-motion.js +0 -12
  244. package/esm/node_modules/framer-motion/dist/es/render/html/use-props.js +0 -57
  245. package/esm/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +0 -74
  246. package/esm/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +0 -45
  247. package/esm/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js +0 -8
  248. package/esm/node_modules/framer-motion/dist/es/render/html/utils/render.js +0 -9
  249. package/esm/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +0 -17
  250. package/esm/node_modules/framer-motion/dist/es/render/html/utils/transform.js +0 -28
  251. package/esm/node_modules/framer-motion/dist/es/render/store.js +0 -3
  252. package/esm/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +0 -46
  253. package/esm/node_modules/framer-motion/dist/es/render/svg/config-motion.js +0 -40
  254. package/esm/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js +0 -33
  255. package/esm/node_modules/framer-motion/dist/es/render/svg/use-props.js +0 -24
  256. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +0 -52
  257. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js +0 -30
  258. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js +0 -8
  259. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js +0 -3
  260. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/path.js +0 -32
  261. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/render.js +0 -12
  262. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +0 -18
  263. package/esm/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.js +0 -18
  264. package/esm/node_modules/framer-motion/dist/es/render/utils/animation-state.js +0 -319
  265. package/esm/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js +0 -3
  266. package/esm/node_modules/framer-motion/dist/es/render/utils/flat-tree.js +0 -24
  267. package/esm/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +0 -13
  268. package/esm/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js +0 -8
  269. package/esm/node_modules/framer-motion/dist/es/render/utils/motion-values.js +0 -63
  270. package/esm/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js +0 -24
  271. package/esm/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js +0 -26
  272. package/esm/node_modules/framer-motion/dist/es/render/utils/setters.js +0 -101
  273. package/esm/node_modules/framer-motion/dist/es/render/utils/variant-props.js +0 -12
  274. package/esm/node_modules/framer-motion/dist/es/utils/array.js +0 -11
  275. package/esm/node_modules/framer-motion/dist/es/utils/clamp.js +0 -3
  276. package/esm/node_modules/framer-motion/dist/es/utils/delay.js +0 -19
  277. package/esm/node_modules/framer-motion/dist/es/utils/distance.js +0 -9
  278. package/esm/node_modules/framer-motion/dist/es/utils/errors.js +0 -18
  279. package/esm/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.js +0 -42
  280. package/esm/node_modules/framer-motion/dist/es/utils/interpolate.js +0 -92
  281. package/esm/node_modules/framer-motion/dist/es/utils/is-browser.js +0 -3
  282. package/esm/node_modules/framer-motion/dist/es/utils/is-numerical-string.js +0 -6
  283. package/esm/node_modules/framer-motion/dist/es/utils/is-ref-object.js +0 -6
  284. package/esm/node_modules/framer-motion/dist/es/utils/is-zero-value-string.js +0 -6
  285. package/esm/node_modules/framer-motion/dist/es/utils/memo.js +0 -10
  286. package/esm/node_modules/framer-motion/dist/es/utils/mix-color.js +0 -40
  287. package/esm/node_modules/framer-motion/dist/es/utils/mix-complex.js +0 -64
  288. package/esm/node_modules/framer-motion/dist/es/utils/mix.js +0 -24
  289. package/esm/node_modules/framer-motion/dist/es/utils/noop.js +0 -3
  290. package/esm/node_modules/framer-motion/dist/es/utils/offsets/default.js +0 -9
  291. package/esm/node_modules/framer-motion/dist/es/utils/offsets/fill.js +0 -12
  292. package/esm/node_modules/framer-motion/dist/es/utils/offsets/time.js +0 -5
  293. package/esm/node_modules/framer-motion/dist/es/utils/pipe.js +0 -11
  294. package/esm/node_modules/framer-motion/dist/es/utils/progress.js +0 -18
  295. package/esm/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +0 -19
  296. package/esm/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js +0 -5
  297. package/esm/node_modules/framer-motion/dist/es/utils/resolve-value.js +0 -11
  298. package/esm/node_modules/framer-motion/dist/es/utils/shallow-compare.js +0 -14
  299. package/esm/node_modules/framer-motion/dist/es/utils/subscription-manager.js +0 -40
  300. package/esm/node_modules/framer-motion/dist/es/utils/time-conversion.js +0 -10
  301. package/esm/node_modules/framer-motion/dist/es/utils/use-constant.js +0 -18
  302. package/esm/node_modules/framer-motion/dist/es/utils/use-force-update.js +0 -19
  303. package/esm/node_modules/framer-motion/dist/es/utils/use-instant-transition-state.js +0 -5
  304. package/esm/node_modules/framer-motion/dist/es/utils/use-is-mounted.js +0 -15
  305. package/esm/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js +0 -6
  306. package/esm/node_modules/framer-motion/dist/es/utils/use-unmount-effect.js +0 -7
  307. package/esm/node_modules/framer-motion/dist/es/utils/velocity-per-second.js +0 -11
  308. package/esm/node_modules/framer-motion/dist/es/utils/warn-once.js +0 -11
  309. package/esm/node_modules/framer-motion/dist/es/value/index.js +0 -331
  310. package/esm/node_modules/framer-motion/dist/es/value/types/color/hex.js +0 -40
  311. package/esm/node_modules/framer-motion/dist/es/value/types/color/hsla.js +0 -22
  312. package/esm/node_modules/framer-motion/dist/es/value/types/color/index.js +0 -28
  313. package/esm/node_modules/framer-motion/dist/es/value/types/color/rgba.js +0 -25
  314. package/esm/node_modules/framer-motion/dist/es/value/types/color/utils.js +0 -23
  315. package/esm/node_modules/framer-motion/dist/es/value/types/complex/filter.js +0 -30
  316. package/esm/node_modules/framer-motion/dist/es/value/types/complex/index.js +0 -92
  317. package/esm/node_modules/framer-motion/dist/es/value/types/numbers/index.js +0 -17
  318. package/esm/node_modules/framer-motion/dist/es/value/types/numbers/units.js +0 -19
  319. package/esm/node_modules/framer-motion/dist/es/value/types/utils.js +0 -15
  320. package/esm/node_modules/framer-motion/dist/es/value/use-will-change/is.js +0 -7
  321. package/esm/node_modules/framer-motion/dist/es/value/utils/is-motion-value.js +0 -3
  322. package/esm/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +0 -16
  323. package/esm/node_modules/lodash.debounce/index.js +0 -363
  324. package/esm/node_modules/lodash.throttle/index.js +0 -424
  325. package/esm/node_modules/lodash.toarray/index.js +0 -849
  326. package/esm/node_modules/react/cjs/react-jsx-runtime.development.js +0 -1140
  327. package/esm/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -53
  328. package/esm/node_modules/react/jsx-runtime.js +0 -12
  329. package/esm/node_modules/react-dom/cjs/react-dom.development.js +0 -4940
  330. package/esm/node_modules/react-dom/cjs/react-dom.production.min.js +0 -7140
  331. package/esm/node_modules/react-dom/index.js +0 -39
  332. package/esm/node_modules/react-is/cjs/react-is.development.js +0 -211
  333. package/esm/node_modules/react-is/cjs/react-is.production.min.js +0 -123
  334. package/esm/node_modules/react-is/index.js +0 -12
  335. package/esm/node_modules/scheduler/cjs/scheduler.development.js +0 -528
  336. package/esm/node_modules/scheduler/cjs/scheduler.production.min.js +0 -267
  337. package/esm/node_modules/scheduler/index.js +0 -17
  338. package/esm/node_modules/tabbable/dist/index.esm.js +0 -560
  339. package/esm/packages/icons/esm/AHorizontalLine.js +0 -15
  340. package/esm/packages/icons/esm/AInCircleFilled.js +0 -21
  341. package/esm/packages/icons/esm/AVertialLine.js +0 -15
  342. package/esm/packages/icons/esm/Ai.js +0 -23
  343. package/esm/packages/icons/esm/AiColor.js +0 -23
  344. package/esm/packages/icons/esm/AiSad.js +0 -24
  345. package/esm/packages/icons/esm/Alarm.js +0 -17
  346. package/esm/packages/icons/esm/AppleColor.js +0 -18
  347. package/esm/packages/icons/esm/ArrowBelow.js +0 -17
  348. package/esm/packages/icons/esm/ArrowDiagonal.js +0 -15
  349. package/esm/packages/icons/esm/ArrowDown.js +0 -17
  350. package/esm/packages/icons/esm/ArrowLeft.js +0 -17
  351. package/esm/packages/icons/esm/ArrowLeftCircle.js +0 -15
  352. package/esm/packages/icons/esm/ArrowLeftLimit.js +0 -17
  353. package/esm/packages/icons/esm/ArrowLeftRight.js +0 -17
  354. package/esm/packages/icons/esm/ArrowRight.js +0 -17
  355. package/esm/packages/icons/esm/ArrowRightCircle.js +0 -15
  356. package/esm/packages/icons/esm/ArrowRightLimit.js +0 -17
  357. package/esm/packages/icons/esm/ArrowUp.js +0 -17
  358. package/esm/packages/icons/esm/ArrowUpDown.js +0 -17
  359. package/esm/packages/icons/esm/ArrowUpLimit.js +0 -17
  360. package/esm/packages/icons/esm/Barchart.js +0 -15
  361. package/esm/packages/icons/esm/Book.js +0 -17
  362. package/esm/packages/icons/esm/BookColor.js +0 -28
  363. package/esm/packages/icons/esm/Bookmark.js +0 -17
  364. package/esm/packages/icons/esm/BookmarkAnimation.js +0 -17
  365. package/esm/packages/icons/esm/Box.js +0 -24
  366. package/esm/packages/icons/esm/BoxPlus.js +0 -15
  367. package/esm/packages/icons/esm/BusColor.js +0 -36
  368. package/esm/packages/icons/esm/Calendar.js +0 -22
  369. package/esm/packages/icons/esm/CalendarCheck.js +0 -17
  370. package/esm/packages/icons/esm/CalendarCheckColor.js +0 -20
  371. package/esm/packages/icons/esm/CalendarColor.js +0 -36
  372. package/esm/packages/icons/esm/Camera.js +0 -22
  373. package/esm/packages/icons/esm/CameraColor.js +0 -30
  374. package/esm/packages/icons/esm/Card.js +0 -17
  375. package/esm/packages/icons/esm/CardsPercent.js +0 -19
  376. package/esm/packages/icons/esm/CardsPercentColor.js +0 -23
  377. package/esm/packages/icons/esm/CaretDown.js +0 -15
  378. package/esm/packages/icons/esm/CaretLeft.js +0 -15
  379. package/esm/packages/icons/esm/CaretRight.js +0 -15
  380. package/esm/packages/icons/esm/CaretUp.js +0 -15
  381. package/esm/packages/icons/esm/Cart.js +0 -17
  382. package/esm/packages/icons/esm/ChatBubble.js +0 -17
  383. package/esm/packages/icons/esm/ChatBubbleBadgeColor.js +0 -32
  384. package/esm/packages/icons/esm/ChatBubbleCorrect.js +0 -24
  385. package/esm/packages/icons/esm/ChatBubbleCorrectColor.js +0 -22
  386. package/esm/packages/icons/esm/ChatBubbleDots.js +0 -17
  387. package/esm/packages/icons/esm/ChatBubbleQuestion.js +0 -17
  388. package/esm/packages/icons/esm/ChatBubbleQuestionAnimation.js +0 -16
  389. package/esm/packages/icons/esm/ChatBubbleQuestionColor.js +0 -20
  390. package/esm/packages/icons/esm/Check.js +0 -15
  391. package/esm/packages/icons/esm/CheckInCircle.js +0 -17
  392. package/esm/packages/icons/esm/CheckInCircleColor.js +0 -20
  393. package/esm/packages/icons/esm/CheckInCircleLine.js +0 -20
  394. package/esm/packages/icons/esm/ChevronDown.js +0 -17
  395. package/esm/packages/icons/esm/ChevronDownTwo.js +0 -23
  396. package/esm/packages/icons/esm/ChevronLeft.js +0 -17
  397. package/esm/packages/icons/esm/ChevronRight.js +0 -17
  398. package/esm/packages/icons/esm/ChevronRightTwo.js +0 -23
  399. package/esm/packages/icons/esm/ChevronUp.js +0 -17
  400. package/esm/packages/icons/esm/ChevronUpTwo.js +0 -23
  401. package/esm/packages/icons/esm/Circles.js +0 -17
  402. package/esm/packages/icons/esm/Clip.js +0 -15
  403. package/esm/packages/icons/esm/Close.js +0 -17
  404. package/esm/packages/icons/esm/CloseInCircle.js +0 -17
  405. package/esm/packages/icons/esm/Coin.js +0 -17
  406. package/esm/packages/icons/esm/Contact.js +0 -17
  407. package/esm/packages/icons/esm/Copy.js +0 -22
  408. package/esm/packages/icons/esm/Correct.js +0 -16
  409. package/esm/packages/icons/esm/Coupon.js +0 -17
  410. package/esm/packages/icons/esm/Crop.js +0 -24
  411. package/esm/packages/icons/esm/Crown.js +0 -17
  412. package/esm/packages/icons/esm/Curriculum.js +0 -31
  413. package/esm/packages/icons/esm/CurriculumColor.js +0 -38
  414. package/esm/packages/icons/esm/Cursor.js +0 -22
  415. package/esm/packages/icons/esm/Delete.js +0 -17
  416. package/esm/packages/icons/esm/Document.js +0 -22
  417. package/esm/packages/icons/esm/Dots.js +0 -17
  418. package/esm/packages/icons/esm/Download.js +0 -18
  419. package/esm/packages/icons/esm/Emoji.js +0 -17
  420. package/esm/packages/icons/esm/EmojiPlus.js +0 -22
  421. package/esm/packages/icons/esm/EmojiPlusDash.js +0 -17
  422. package/esm/packages/icons/esm/Eng.js +0 -20
  423. package/esm/packages/icons/esm/Enter.js +0 -17
  424. package/esm/packages/icons/esm/Equal.js +0 -17
  425. package/esm/packages/icons/esm/Eraser.js +0 -17
  426. package/esm/packages/icons/esm/ExclamationPointInCircle.js +0 -17
  427. package/esm/packages/icons/esm/ExternalLink.js +0 -27
  428. package/esm/packages/icons/esm/EyeOff.js +0 -15
  429. package/esm/packages/icons/esm/EyeOn.js +0 -22
  430. package/esm/packages/icons/esm/EyesTwo.js +0 -15
  431. package/esm/packages/icons/esm/FaceHappy.js +0 -17
  432. package/esm/packages/icons/esm/FaceSad.js +0 -17
  433. package/esm/packages/icons/esm/Facebook.js +0 -15
  434. package/esm/packages/icons/esm/FacebookColor.js +0 -20
  435. package/esm/packages/icons/esm/Filter.js +0 -17
  436. package/esm/packages/icons/esm/Find.js +0 -17
  437. package/esm/packages/icons/esm/Fire.js +0 -15
  438. package/esm/packages/icons/esm/FireColor.js +0 -27
  439. package/esm/packages/icons/esm/Flag.js +0 -15
  440. package/esm/packages/icons/esm/Folder.js +0 -17
  441. package/esm/packages/icons/esm/Frame.js +0 -17
  442. package/esm/packages/icons/esm/Glasses.js +0 -17
  443. package/esm/packages/icons/esm/Global.js +0 -17
  444. package/esm/packages/icons/esm/GoogleColor.js +0 -35
  445. package/esm/packages/icons/esm/Graph.js +0 -17
  446. package/esm/packages/icons/esm/Hair.js +0 -17
  447. package/esm/packages/icons/esm/Headphone.js +0 -17
  448. package/esm/packages/icons/esm/Heart.js +0 -17
  449. package/esm/packages/icons/esm/Home.js +0 -17
  450. package/esm/packages/icons/esm/Infinite.js +0 -15
  451. package/esm/packages/icons/esm/InfoInCircle.js +0 -17
  452. package/esm/packages/icons/esm/Instagram.js +0 -17
  453. package/esm/packages/icons/esm/KakaoColor.js +0 -20
  454. package/esm/packages/icons/esm/Kor.js +0 -20
  455. package/esm/packages/icons/esm/LandscapeArrow.js +0 -20
  456. package/esm/packages/icons/esm/League.js +0 -17
  457. package/esm/packages/icons/esm/Letter.js +0 -17
  458. package/esm/packages/icons/esm/LetterCrownColor.js +0 -26
  459. package/esm/packages/icons/esm/LetterCrownOpenColor.js +0 -35
  460. package/esm/packages/icons/esm/LetterHeartColor.js +0 -26
  461. package/esm/packages/icons/esm/LetterHeartOpenColor.js +0 -35
  462. package/esm/packages/icons/esm/LineThree.js +0 -17
  463. package/esm/packages/icons/esm/Link.js +0 -22
  464. package/esm/packages/icons/esm/Lock.js +0 -17
  465. package/esm/packages/icons/esm/LogoApple.js +0 -17
  466. package/esm/packages/icons/esm/LogoColor.js +0 -22
  467. package/esm/packages/icons/esm/LogoFacebook.js +0 -17
  468. package/esm/packages/icons/esm/LogoKakao.js +0 -17
  469. package/esm/packages/icons/esm/LogoNaver.js +0 -15
  470. package/esm/packages/icons/esm/MagicWand.js +0 -22
  471. package/esm/packages/icons/esm/Maxsize.js +0 -15
  472. package/esm/packages/icons/esm/Minsize.js +0 -17
  473. package/esm/packages/icons/esm/Minus.js +0 -17
  474. package/esm/packages/icons/esm/MinusInCircle.js +0 -17
  475. package/esm/packages/icons/esm/Moneybag.js +0 -17
  476. package/esm/packages/icons/esm/MoneybagColor.js +0 -20
  477. package/esm/packages/icons/esm/Moon.js +0 -15
  478. package/esm/packages/icons/esm/More.js +0 -17
  479. package/esm/packages/icons/esm/MyBubble.js +0 -17
  480. package/esm/packages/icons/esm/NaverColor.js +0 -18
  481. package/esm/packages/icons/esm/New.js +0 -22
  482. package/esm/packages/icons/esm/Note.js +0 -17
  483. package/esm/packages/icons/esm/NoteColor.js +0 -18
  484. package/esm/packages/icons/esm/NotePenColor.js +0 -46
  485. package/esm/packages/icons/esm/NumberFiveFilled.js +0 -17
  486. package/esm/packages/icons/esm/NumberFiveOutlined.js +0 -20
  487. package/esm/packages/icons/esm/NumberFourFilled.js +0 -17
  488. package/esm/packages/icons/esm/NumberFourOutlined.js +0 -20
  489. package/esm/packages/icons/esm/NumberOneFilled.js +0 -17
  490. package/esm/packages/icons/esm/NumberOneOutlined.js +0 -20
  491. package/esm/packages/icons/esm/NumberThreeFilled.js +0 -17
  492. package/esm/packages/icons/esm/NumberThreeOutlined.js +0 -20
  493. package/esm/packages/icons/esm/NumberTwoFilled.js +0 -17
  494. package/esm/packages/icons/esm/NumberTwoOutlined.js +0 -20
  495. package/esm/packages/icons/esm/Out.js +0 -17
  496. package/esm/packages/icons/esm/PalmTreeColor.js +0 -41
  497. package/esm/packages/icons/esm/PaperCheck.js +0 -36
  498. package/esm/packages/icons/esm/PaperPen.js +0 -31
  499. package/esm/packages/icons/esm/PaperPenColor.js +0 -20
  500. package/esm/packages/icons/esm/PaperTwo.js +0 -18
  501. package/esm/packages/icons/esm/Pause.js +0 -17
  502. package/esm/packages/icons/esm/Pen.js +0 -17
  503. package/esm/packages/icons/esm/PercentInCircle.js +0 -22
  504. package/esm/packages/icons/esm/Picture.js +0 -17
  505. package/esm/packages/icons/esm/Pill.js +0 -25
  506. package/esm/packages/icons/esm/PillColor.js +0 -18
  507. package/esm/packages/icons/esm/Pin.js +0 -17
  508. package/esm/packages/icons/esm/PinColorRed.js +0 -26
  509. package/esm/packages/icons/esm/Play.js +0 -15
  510. package/esm/packages/icons/esm/Plus.js +0 -17
  511. package/esm/packages/icons/esm/PlusInCircle.js +0 -17
  512. package/esm/packages/icons/esm/PointInCircle.js +0 -22
  513. package/esm/packages/icons/esm/PointInCircleColor.js +0 -27
  514. package/esm/packages/icons/esm/PortraitArrow.js +0 -20
  515. package/esm/packages/icons/esm/Present.js +0 -21
  516. package/esm/packages/icons/esm/PresentColor.js +0 -20
  517. package/esm/packages/icons/esm/Print.js +0 -20
  518. package/esm/packages/icons/esm/Problem.js +0 -15
  519. package/esm/packages/icons/esm/Profile.js +0 -17
  520. package/esm/packages/icons/esm/ProgressGradient.js +0 -41
  521. package/esm/packages/icons/esm/QuestionMarkInCircle.js +0 -17
  522. package/esm/packages/icons/esm/QuestionMarkInCircleOutlined.js +0 -20
  523. package/esm/packages/icons/esm/QuizColor.js +0 -28
  524. package/esm/packages/icons/esm/RaffleColor.js +0 -113
  525. package/esm/packages/icons/esm/Receipt.js +0 -17
  526. package/esm/packages/icons/esm/Refresh.js +0 -17
  527. package/esm/packages/icons/esm/Repeat.js +0 -15
  528. package/esm/packages/icons/esm/ReportColor.js +0 -30
  529. package/esm/packages/icons/esm/School.js +0 -20
  530. package/esm/packages/icons/esm/SchoolColor.js +0 -27
  531. package/esm/packages/icons/esm/Scroll.js +0 -22
  532. package/esm/packages/icons/esm/Search.js +0 -15
  533. package/esm/packages/icons/esm/Set.js +0 -20
  534. package/esm/packages/icons/esm/Setting.js +0 -17
  535. package/esm/packages/icons/esm/Share.js +0 -22
  536. package/esm/packages/icons/esm/ShieldCheck.js +0 -15
  537. package/esm/packages/icons/esm/Sidebar.js +0 -17
  538. package/esm/packages/icons/esm/Siren.js +0 -17
  539. package/esm/packages/icons/esm/Skipback.js +0 -17
  540. package/esm/packages/icons/esm/Skipforward.js +0 -17
  541. package/esm/packages/icons/esm/SoundOff.js +0 -15
  542. package/esm/packages/icons/esm/SoundOn.js +0 -25
  543. package/esm/packages/icons/esm/SoundPaper.js +0 -20
  544. package/esm/packages/icons/esm/Speaker.js +0 -17
  545. package/esm/packages/icons/esm/Stackup.js +0 -27
  546. package/esm/packages/icons/esm/Star.js +0 -17
  547. package/esm/packages/icons/esm/StarColor.js +0 -21
  548. package/esm/packages/icons/esm/Store.js +0 -15
  549. package/esm/packages/icons/esm/Sun.js +0 -15
  550. package/esm/packages/icons/esm/Sync.js +0 -17
  551. package/esm/packages/icons/esm/TestUploadColor.js +0 -26
  552. package/esm/packages/icons/esm/Thumbdown.js +0 -17
  553. package/esm/packages/icons/esm/Thumbup.js +0 -17
  554. package/esm/packages/icons/esm/Thunder.js +0 -17
  555. package/esm/packages/icons/esm/Ticket.js +0 -17
  556. package/esm/packages/icons/esm/TicketColor.js +0 -29
  557. package/esm/packages/icons/esm/Time.js +0 -17
  558. package/esm/packages/icons/esm/Timer.js +0 -17
  559. package/esm/packages/icons/esm/Top.js +0 -17
  560. package/esm/packages/icons/esm/Touch.js +0 -26
  561. package/esm/packages/icons/esm/Trash.js +0 -17
  562. package/esm/packages/icons/esm/Treasurebox.js +0 -22
  563. package/esm/packages/icons/esm/Trophy.js +0 -17
  564. package/esm/packages/icons/esm/Twinkle.js +0 -15
  565. package/esm/packages/icons/esm/TwinkleColor.js +0 -48
  566. package/esm/packages/icons/esm/Undo.js +0 -17
  567. package/esm/packages/icons/esm/University.js +0 -26
  568. package/esm/packages/icons/esm/UserBlocked.js +0 -17
  569. package/esm/packages/icons/esm/UserCheck.js +0 -17
  570. package/esm/packages/icons/esm/UserPlus.js +0 -17
  571. package/esm/packages/icons/esm/UserTwo.js +0 -23
  572. package/esm/packages/icons/esm/Video.js +0 -17
  573. package/esm/packages/icons/esm/VideoColor.js +0 -18
  574. package/esm/packages/icons/esm/VoteColor.js +0 -24
  575. package/esm/packages/icons/esm/Warning.js +0 -17
  576. package/esm/packages/icons/esm/Wifi.js +0 -27
  577. package/esm/packages/icons/esm/Workbook.js +0 -28
  578. package/esm/packages/icons/esm/WorkbookColor.js +0 -29
  579. package/esm/packages/icons/esm/Wrong.js +0 -20
  580. package/esm/packages/icons/esm/Youtube.js +0 -17
  581. package/esm/packages/icons/esm/_virtual/_rollupPluginBabelHelpers.js +0 -16
  582. package/esm/packages/icons/esm/index.js +0 -242
  583. package/esm/packages/token-studio/esm/foundation/breakpoint/device.js +0 -7
  584. package/esm/packages/token-studio/esm/foundation/gradient/colorStopList/index.js +0 -9
  585. package/esm/packages/token-studio/esm/foundation/gradient/direction/index.js +0 -9
  586. package/esm/packages/token-studio/esm/foundation/opacity/index.js +0 -5
  587. package/esm/packages/token-studio/esm/foundation/palette/index.js +0 -169
  588. package/esm/packages/token-studio/esm/foundation/rounding/index.js +0 -13
  589. package/esm/packages/token-studio/esm/foundation/shadow/index.js +0 -5
  590. package/esm/packages/token-studio/esm/foundation/spacing/index.js +0 -56
  591. package/esm/packages/token-studio/esm/foundation/typography/fontSize/index.js +0 -18
  592. package/esm/packages/token-studio/esm/foundation/typography/fontWeight/index.js +0 -13
  593. package/esm/packages/token-studio/esm/foundation/typography/lineHeight/index.js +0 -6
  594. package/esm/packages/token-studio/esm/token/breakpoints/index.js +0 -6
  595. package/esm/packages/token-studio/esm/token/color/gpai/dark.js +0 -223
  596. package/esm/packages/token-studio/esm/token/color/gpai/light.js +0 -223
  597. package/esm/packages/token-studio/esm/token/color/index.js +0 -223
  598. package/esm/packages/token-studio/esm/token/elevation/index.js +0 -7
  599. package/esm/packages/token-studio/esm/token/gradient/index.js +0 -41
  600. package/esm/packages/token-studio/esm/token/opacity/index.js +0 -7
  601. package/esm/packages/token-studio/esm/token/radii/index.js +0 -15
  602. package/esm/packages/token-studio/esm/token/space/index.js +0 -55
  603. package/esm/packages/token-studio/esm/token/typography/fontSizes.js +0 -17
  604. package/esm/packages/token-studio/esm/token/typography/fontWeights.js +0 -9
  605. package/esm/packages/token-studio/esm/token/typography/index.js +0 -133
  606. package/esm/packages/token-studio/esm/token/typography/lineHeights.js +0 -8
  607. package/esm/packages/utils/esm/commaizeNumber.js +0 -10
  608. package/esm/packages/utils/esm/forcePixelValue.js +0 -8
  609. package/esm/packages/utils/esm/isArray.js +0 -3
  610. package/esm/packages/utils/esm/isFunction.js +0 -3
  611. package/esm/packages/utils/esm/isNullable.js +0 -3
  612. package/esm/packages/utils/esm/noop.js +0 -6
  613. package/esm/packages/utils/esm/scrollIntoView.js +0 -46
@@ -1,560 +0,0 @@
1
- /*!
2
- * tabbable 6.3.0
3
- * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
4
- */
5
- // NOTE: separate `:not()` selectors has broader browser support than the newer
6
- // `:not([inert], [inert] *)` (Feb 2023)
7
- // CAREFUL: JSDom does not support `:not([inert] *)` as a selector; using it causes
8
- // the entire query to fail, resulting in no nodes found, which will break a lot
9
- // of things... so we have to rely on JS to identify nodes inside an inert container
10
- var candidateSelectors = ['input:not([inert])', 'select:not([inert])', 'textarea:not([inert])', 'a[href]:not([inert])', 'button:not([inert])', '[tabindex]:not(slot):not([inert])', 'audio[controls]:not([inert])', 'video[controls]:not([inert])', '[contenteditable]:not([contenteditable="false"]):not([inert])', 'details>summary:first-of-type:not([inert])', 'details:not([inert])'];
11
- var candidateSelector = /* #__PURE__ */candidateSelectors.join(',');
12
- var NoElement = typeof Element === 'undefined';
13
- var matches = NoElement ? function () {} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector;
14
- var getRootNode = !NoElement && Element.prototype.getRootNode ? function (element) {
15
- var _element$getRootNode;
16
- return element === null || element === void 0 ? void 0 : (_element$getRootNode = element.getRootNode) === null || _element$getRootNode === void 0 ? void 0 : _element$getRootNode.call(element);
17
- } : function (element) {
18
- return element === null || element === void 0 ? void 0 : element.ownerDocument;
19
- };
20
-
21
- /**
22
- * Determines if a node is inert or in an inert ancestor.
23
- * @param {Element} [node]
24
- * @param {boolean} [lookUp] If true and `node` is not inert, looks up at ancestors to
25
- * see if any of them are inert. If false, only `node` itself is considered.
26
- * @returns {boolean} True if inert itself or by way of being in an inert ancestor.
27
- * False if `node` is falsy.
28
- */
29
- var _isInert = function isInert(node, lookUp) {
30
- var _node$getAttribute;
31
- if (lookUp === void 0) {
32
- lookUp = true;
33
- }
34
- // CAREFUL: JSDom does not support inert at all, so we can't use the `HTMLElement.inert`
35
- // JS API property; we have to check the attribute, which can either be empty or 'true';
36
- // if it's `null` (not specified) or 'false', it's an active element
37
- var inertAtt = node === null || node === void 0 ? void 0 : (_node$getAttribute = node.getAttribute) === null || _node$getAttribute === void 0 ? void 0 : _node$getAttribute.call(node, 'inert');
38
- var inert = inertAtt === '' || inertAtt === 'true';
39
-
40
- // NOTE: this could also be handled with `node.matches('[inert], :is([inert] *)')`
41
- // if it weren't for `matches()` not being a function on shadow roots; the following
42
- // code works for any kind of node
43
- // CAREFUL: JSDom does not appear to support certain selectors like `:not([inert] *)`
44
- // so it likely would not support `:is([inert] *)` either...
45
- var result = inert || lookUp && node && _isInert(node.parentNode); // recursive
46
-
47
- return result;
48
- };
49
-
50
- /**
51
- * Determines if a node's content is editable.
52
- * @param {Element} [node]
53
- * @returns True if it's content-editable; false if it's not or `node` is falsy.
54
- */
55
- var isContentEditable = function isContentEditable(node) {
56
- var _node$getAttribute2;
57
- // CAREFUL: JSDom does not support the `HTMLElement.isContentEditable` API so we have
58
- // to use the attribute directly to check for this, which can either be empty or 'true';
59
- // if it's `null` (not specified) or 'false', it's a non-editable element
60
- var attValue = node === null || node === void 0 ? void 0 : (_node$getAttribute2 = node.getAttribute) === null || _node$getAttribute2 === void 0 ? void 0 : _node$getAttribute2.call(node, 'contenteditable');
61
- return attValue === '' || attValue === 'true';
62
- };
63
-
64
- /**
65
- * @param {Element} el container to check in
66
- * @param {boolean} includeContainer add container to check
67
- * @param {(node: Element) => boolean} filter filter candidates
68
- * @returns {Element[]}
69
- */
70
- var getCandidates = function getCandidates(el, includeContainer, filter) {
71
- // even if `includeContainer=false`, we still have to check it for inertness because
72
- // if it's inert, all its children are inert
73
- if (_isInert(el)) {
74
- return [];
75
- }
76
- var candidates = Array.prototype.slice.apply(el.querySelectorAll(candidateSelector));
77
- if (includeContainer && matches.call(el, candidateSelector)) {
78
- candidates.unshift(el);
79
- }
80
- candidates = candidates.filter(filter);
81
- return candidates;
82
- };
83
-
84
- /**
85
- * @callback GetShadowRoot
86
- * @param {Element} element to check for shadow root
87
- * @returns {ShadowRoot|boolean} ShadowRoot if available or boolean indicating if a shadowRoot is attached but not available.
88
- */
89
-
90
- /**
91
- * @callback ShadowRootFilter
92
- * @param {Element} shadowHostNode the element which contains shadow content
93
- * @returns {boolean} true if a shadow root could potentially contain valid candidates.
94
- */
95
-
96
- /**
97
- * @typedef {Object} CandidateScope
98
- * @property {Element} scopeParent contains inner candidates
99
- * @property {Element[]} candidates list of candidates found in the scope parent
100
- */
101
-
102
- /**
103
- * @typedef {Object} IterativeOptions
104
- * @property {GetShadowRoot|boolean} getShadowRoot true if shadow support is enabled; falsy if not;
105
- * if a function, implies shadow support is enabled and either returns the shadow root of an element
106
- * or a boolean stating if it has an undisclosed shadow root
107
- * @property {(node: Element) => boolean} filter filter candidates
108
- * @property {boolean} flatten if true then result will flatten any CandidateScope into the returned list
109
- * @property {ShadowRootFilter} shadowRootFilter filter shadow roots;
110
- */
111
-
112
- /**
113
- * @param {Element[]} elements list of element containers to match candidates from
114
- * @param {boolean} includeContainer add container list to check
115
- * @param {IterativeOptions} options
116
- * @returns {Array.<Element|CandidateScope>}
117
- */
118
- var _getCandidatesIteratively = function getCandidatesIteratively(elements, includeContainer, options) {
119
- var candidates = [];
120
- var elementsToCheck = Array.from(elements);
121
- while (elementsToCheck.length) {
122
- var element = elementsToCheck.shift();
123
- if (_isInert(element, false)) {
124
- // no need to look up since we're drilling down
125
- // anything inside this container will also be inert
126
- continue;
127
- }
128
- if (element.tagName === 'SLOT') {
129
- // add shadow dom slot scope (slot itself cannot be focusable)
130
- var assigned = element.assignedElements();
131
- var content = assigned.length ? assigned : element.children;
132
- var nestedCandidates = _getCandidatesIteratively(content, true, options);
133
- if (options.flatten) {
134
- candidates.push.apply(candidates, nestedCandidates);
135
- } else {
136
- candidates.push({
137
- scopeParent: element,
138
- candidates: nestedCandidates
139
- });
140
- }
141
- } else {
142
- // check candidate element
143
- var validCandidate = matches.call(element, candidateSelector);
144
- if (validCandidate && options.filter(element) && (includeContainer || !elements.includes(element))) {
145
- candidates.push(element);
146
- }
147
-
148
- // iterate over shadow content if possible
149
- var shadowRoot = element.shadowRoot ||
150
- // check for an undisclosed shadow
151
- typeof options.getShadowRoot === 'function' && options.getShadowRoot(element);
152
-
153
- // no inert look up because we're already drilling down and checking for inertness
154
- // on the way down, so all containers to this root node should have already been
155
- // vetted as non-inert
156
- var validShadowRoot = !_isInert(shadowRoot, false) && (!options.shadowRootFilter || options.shadowRootFilter(element));
157
- if (shadowRoot && validShadowRoot) {
158
- // add shadow dom scope IIF a shadow root node was given; otherwise, an undisclosed
159
- // shadow exists, so look at light dom children as fallback BUT create a scope for any
160
- // child candidates found because they're likely slotted elements (elements that are
161
- // children of the web component element (which has the shadow), in the light dom, but
162
- // slotted somewhere _inside_ the undisclosed shadow) -- the scope is created below,
163
- // _after_ we return from this recursive call
164
- var _nestedCandidates = _getCandidatesIteratively(shadowRoot === true ? element.children : shadowRoot.children, true, options);
165
- if (options.flatten) {
166
- candidates.push.apply(candidates, _nestedCandidates);
167
- } else {
168
- candidates.push({
169
- scopeParent: element,
170
- candidates: _nestedCandidates
171
- });
172
- }
173
- } else {
174
- // there's not shadow so just dig into the element's (light dom) children
175
- // __without__ giving the element special scope treatment
176
- elementsToCheck.unshift.apply(elementsToCheck, element.children);
177
- }
178
- }
179
- }
180
- return candidates;
181
- };
182
-
183
- /**
184
- * @private
185
- * Determines if the node has an explicitly specified `tabindex` attribute.
186
- * @param {HTMLElement} node
187
- * @returns {boolean} True if so; false if not.
188
- */
189
- var hasTabIndex = function hasTabIndex(node) {
190
- return !isNaN(parseInt(node.getAttribute('tabindex'), 10));
191
- };
192
-
193
- /**
194
- * Determine the tab index of a given node.
195
- * @param {HTMLElement} node
196
- * @returns {number} Tab order (negative, 0, or positive number).
197
- * @throws {Error} If `node` is falsy.
198
- */
199
- var getTabIndex = function getTabIndex(node) {
200
- if (!node) {
201
- throw new Error('No node provided');
202
- }
203
- if (node.tabIndex < 0) {
204
- // in Chrome, <details/>, <audio controls/> and <video controls/> elements get a default
205
- // `tabIndex` of -1 when the 'tabindex' attribute isn't specified in the DOM,
206
- // yet they are still part of the regular tab order; in FF, they get a default
207
- // `tabIndex` of 0; since Chrome still puts those elements in the regular tab
208
- // order, consider their tab index to be 0.
209
- // Also browsers do not return `tabIndex` correctly for contentEditable nodes;
210
- // so if they don't have a tabindex attribute specifically set, assume it's 0.
211
- if ((/^(AUDIO|VIDEO|DETAILS)$/.test(node.tagName) || isContentEditable(node)) && !hasTabIndex(node)) {
212
- return 0;
213
- }
214
- }
215
- return node.tabIndex;
216
- };
217
-
218
- /**
219
- * Determine the tab index of a given node __for sort order purposes__.
220
- * @param {HTMLElement} node
221
- * @param {boolean} [isScope] True for a custom element with shadow root or slot that, by default,
222
- * has tabIndex -1, but needs to be sorted by document order in order for its content to be
223
- * inserted into the correct sort position.
224
- * @returns {number} Tab order (negative, 0, or positive number).
225
- */
226
- var getSortOrderTabIndex = function getSortOrderTabIndex(node, isScope) {
227
- var tabIndex = getTabIndex(node);
228
- if (tabIndex < 0 && isScope && !hasTabIndex(node)) {
229
- return 0;
230
- }
231
- return tabIndex;
232
- };
233
- var sortOrderedTabbables = function sortOrderedTabbables(a, b) {
234
- return a.tabIndex === b.tabIndex ? a.documentOrder - b.documentOrder : a.tabIndex - b.tabIndex;
235
- };
236
- var isInput = function isInput(node) {
237
- return node.tagName === 'INPUT';
238
- };
239
- var isHiddenInput = function isHiddenInput(node) {
240
- return isInput(node) && node.type === 'hidden';
241
- };
242
- var isDetailsWithSummary = function isDetailsWithSummary(node) {
243
- var r = node.tagName === 'DETAILS' && Array.prototype.slice.apply(node.children).some(function (child) {
244
- return child.tagName === 'SUMMARY';
245
- });
246
- return r;
247
- };
248
- var getCheckedRadio = function getCheckedRadio(nodes, form) {
249
- for (var i = 0; i < nodes.length; i++) {
250
- if (nodes[i].checked && nodes[i].form === form) {
251
- return nodes[i];
252
- }
253
- }
254
- };
255
- var isTabbableRadio = function isTabbableRadio(node) {
256
- if (!node.name) {
257
- return true;
258
- }
259
- var radioScope = node.form || getRootNode(node);
260
- var queryRadios = function queryRadios(name) {
261
- return radioScope.querySelectorAll('input[type="radio"][name="' + name + '"]');
262
- };
263
- var radioSet;
264
- if (typeof window !== 'undefined' && typeof window.CSS !== 'undefined' && typeof window.CSS.escape === 'function') {
265
- radioSet = queryRadios(window.CSS.escape(node.name));
266
- } else {
267
- try {
268
- radioSet = queryRadios(node.name);
269
- } catch (err) {
270
- // eslint-disable-next-line no-console
271
- console.error('Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s', err.message);
272
- return false;
273
- }
274
- }
275
- var checked = getCheckedRadio(radioSet, node.form);
276
- return !checked || checked === node;
277
- };
278
- var isRadio = function isRadio(node) {
279
- return isInput(node) && node.type === 'radio';
280
- };
281
- var isNonTabbableRadio = function isNonTabbableRadio(node) {
282
- return isRadio(node) && !isTabbableRadio(node);
283
- };
284
-
285
- // determines if a node is ultimately attached to the window's document
286
- var isNodeAttached = function isNodeAttached(node) {
287
- var _nodeRoot;
288
- // The root node is the shadow root if the node is in a shadow DOM; some document otherwise
289
- // (but NOT _the_ document; see second 'If' comment below for more).
290
- // If rootNode is shadow root, it'll have a host, which is the element to which the shadow
291
- // is attached, and the one we need to check if it's in the document or not (because the
292
- // shadow, and all nodes it contains, is never considered in the document since shadows
293
- // behave like self-contained DOMs; but if the shadow's HOST, which is part of the document,
294
- // is hidden, or is not in the document itself but is detached, it will affect the shadow's
295
- // visibility, including all the nodes it contains). The host could be any normal node,
296
- // or a custom element (i.e. web component). Either way, that's the one that is considered
297
- // part of the document, not the shadow root, nor any of its children (i.e. the node being
298
- // tested).
299
- // To further complicate things, we have to look all the way up until we find a shadow HOST
300
- // that is attached (or find none) because the node might be in nested shadows...
301
- // If rootNode is not a shadow root, it won't have a host, and so rootNode should be the
302
- // document (per the docs) and while it's a Document-type object, that document does not
303
- // appear to be the same as the node's `ownerDocument` for some reason, so it's safer
304
- // to ignore the rootNode at this point, and use `node.ownerDocument`. Otherwise,
305
- // using `rootNode.contains(node)` will _always_ be true we'll get false-positives when
306
- // node is actually detached.
307
- // NOTE: If `nodeRootHost` or `node` happens to be the `document` itself (which is possible
308
- // if a tabbable/focusable node was quickly added to the DOM, focused, and then removed
309
- // from the DOM as in https://github.com/focus-trap/focus-trap-react/issues/905), then
310
- // `ownerDocument` will be `null`, hence the optional chaining on it.
311
- var nodeRoot = node && getRootNode(node);
312
- var nodeRootHost = (_nodeRoot = nodeRoot) === null || _nodeRoot === void 0 ? void 0 : _nodeRoot.host;
313
-
314
- // in some cases, a detached node will return itself as the root instead of a document or
315
- // shadow root object, in which case, we shouldn't try to look further up the host chain
316
- var attached = false;
317
- if (nodeRoot && nodeRoot !== node) {
318
- var _nodeRootHost, _nodeRootHost$ownerDo, _node$ownerDocument;
319
- attached = !!((_nodeRootHost = nodeRootHost) !== null && _nodeRootHost !== void 0 && (_nodeRootHost$ownerDo = _nodeRootHost.ownerDocument) !== null && _nodeRootHost$ownerDo !== void 0 && _nodeRootHost$ownerDo.contains(nodeRootHost) || node !== null && node !== void 0 && (_node$ownerDocument = node.ownerDocument) !== null && _node$ownerDocument !== void 0 && _node$ownerDocument.contains(node));
320
- while (!attached && nodeRootHost) {
321
- var _nodeRoot2, _nodeRootHost2, _nodeRootHost2$ownerD;
322
- // since it's not attached and we have a root host, the node MUST be in a nested shadow DOM,
323
- // which means we need to get the host's host and check if that parent host is contained
324
- // in (i.e. attached to) the document
325
- nodeRoot = getRootNode(nodeRootHost);
326
- nodeRootHost = (_nodeRoot2 = nodeRoot) === null || _nodeRoot2 === void 0 ? void 0 : _nodeRoot2.host;
327
- attached = !!((_nodeRootHost2 = nodeRootHost) !== null && _nodeRootHost2 !== void 0 && (_nodeRootHost2$ownerD = _nodeRootHost2.ownerDocument) !== null && _nodeRootHost2$ownerD !== void 0 && _nodeRootHost2$ownerD.contains(nodeRootHost));
328
- }
329
- }
330
- return attached;
331
- };
332
- var isZeroArea = function isZeroArea(node) {
333
- var _node$getBoundingClie = node.getBoundingClientRect(),
334
- width = _node$getBoundingClie.width,
335
- height = _node$getBoundingClie.height;
336
- return width === 0 && height === 0;
337
- };
338
- var isHidden = function isHidden(node, _ref) {
339
- var displayCheck = _ref.displayCheck,
340
- getShadowRoot = _ref.getShadowRoot;
341
- if (displayCheck === 'full-native') {
342
- if ('checkVisibility' in node) {
343
- // Chrome >= 105, Edge >= 105, Firefox >= 106, Safari >= 17.4
344
- // @see https://developer.mozilla.org/en-US/docs/Web/API/Element/checkVisibility#browser_compatibility
345
- var visible = node.checkVisibility({
346
- // Checking opacity might be desirable for some use cases, but natively,
347
- // opacity zero elements _are_ focusable and tabbable.
348
- checkOpacity: false,
349
- opacityProperty: false,
350
- contentVisibilityAuto: true,
351
- visibilityProperty: true,
352
- // This is an alias for `visibilityProperty`. Contemporary browsers
353
- // support both. However, this alias has wider browser support (Chrome
354
- // >= 105 and Firefox >= 106, vs. Chrome >= 121 and Firefox >= 122), so
355
- // we include it anyway.
356
- checkVisibilityCSS: true
357
- });
358
- return !visible;
359
- }
360
- // Fall through to manual visibility checks
361
- }
362
-
363
- // NOTE: visibility will be `undefined` if node is detached from the document
364
- // (see notes about this further down), which means we will consider it visible
365
- // (this is legacy behavior from a very long way back)
366
- // NOTE: we check this regardless of `displayCheck="none"` because this is a
367
- // _visibility_ check, not a _display_ check
368
- if (getComputedStyle(node).visibility === 'hidden') {
369
- return true;
370
- }
371
- var isDirectSummary = matches.call(node, 'details>summary:first-of-type');
372
- var nodeUnderDetails = isDirectSummary ? node.parentElement : node;
373
- if (matches.call(nodeUnderDetails, 'details:not([open]) *')) {
374
- return true;
375
- }
376
- if (!displayCheck || displayCheck === 'full' ||
377
- // full-native can run this branch when it falls through in case
378
- // Element#checkVisibility is unsupported
379
- displayCheck === 'full-native' || displayCheck === 'legacy-full') {
380
- if (typeof getShadowRoot === 'function') {
381
- // figure out if we should consider the node to be in an undisclosed shadow and use the
382
- // 'non-zero-area' fallback
383
- var originalNode = node;
384
- while (node) {
385
- var parentElement = node.parentElement;
386
- var rootNode = getRootNode(node);
387
- if (parentElement && !parentElement.shadowRoot && getShadowRoot(parentElement) === true // check if there's an undisclosed shadow
388
- ) {
389
- // node has an undisclosed shadow which means we can only treat it as a black box, so we
390
- // fall back to a non-zero-area test
391
- return isZeroArea(node);
392
- } else if (node.assignedSlot) {
393
- // iterate up slot
394
- node = node.assignedSlot;
395
- } else if (!parentElement && rootNode !== node.ownerDocument) {
396
- // cross shadow boundary
397
- node = rootNode.host;
398
- } else {
399
- // iterate up normal dom
400
- node = parentElement;
401
- }
402
- }
403
- node = originalNode;
404
- }
405
- // else, `getShadowRoot` might be true, but all that does is enable shadow DOM support
406
- // (i.e. it does not also presume that all nodes might have undisclosed shadows); or
407
- // it might be a falsy value, which means shadow DOM support is disabled
408
-
409
- // Since we didn't find it sitting in an undisclosed shadow (or shadows are disabled)
410
- // now we can just test to see if it would normally be visible or not, provided it's
411
- // attached to the main document.
412
- // NOTE: We must consider case where node is inside a shadow DOM and given directly to
413
- // `isTabbable()` or `isFocusable()` -- regardless of `getShadowRoot` option setting.
414
-
415
- if (isNodeAttached(node)) {
416
- // this works wherever the node is: if there's at least one client rect, it's
417
- // somehow displayed; it also covers the CSS 'display: contents' case where the
418
- // node itself is hidden in place of its contents; and there's no need to search
419
- // up the hierarchy either
420
- return !node.getClientRects().length;
421
- }
422
-
423
- // Else, the node isn't attached to the document, which means the `getClientRects()`
424
- // API will __always__ return zero rects (this can happen, for example, if React
425
- // is used to render nodes onto a detached tree, as confirmed in this thread:
426
- // https://github.com/facebook/react/issues/9117#issuecomment-284228870)
427
- //
428
- // It also means that even window.getComputedStyle(node).display will return `undefined`
429
- // because styles are only computed for nodes that are in the document.
430
- //
431
- // NOTE: THIS HAS BEEN THE CASE FOR YEARS. It is not new, nor is it caused by tabbable
432
- // somehow. Though it was never stated officially, anyone who has ever used tabbable
433
- // APIs on nodes in detached containers has actually implicitly used tabbable in what
434
- // was later (as of v5.2.0 on Apr 9, 2021) called `displayCheck="none"` mode -- essentially
435
- // considering __everything__ to be visible because of the innability to determine styles.
436
- //
437
- // v6.0.0: As of this major release, the default 'full' option __no longer treats detached
438
- // nodes as visible with the 'none' fallback.__
439
- if (displayCheck !== 'legacy-full') {
440
- return true; // hidden
441
- }
442
- // else, fallback to 'none' mode and consider the node visible
443
- } else if (displayCheck === 'non-zero-area') {
444
- // NOTE: Even though this tests that the node's client rect is non-zero to determine
445
- // whether it's displayed, and that a detached node will __always__ have a zero-area
446
- // client rect, we don't special-case for whether the node is attached or not. In
447
- // this mode, we do want to consider nodes that have a zero area to be hidden at all
448
- // times, and that includes attached or not.
449
- return isZeroArea(node);
450
- }
451
-
452
- // visible, as far as we can tell, or per current `displayCheck=none` mode, we assume
453
- // it's visible
454
- return false;
455
- };
456
-
457
- // form fields (nested) inside a disabled fieldset are not focusable/tabbable
458
- // unless they are in the _first_ <legend> element of the top-most disabled
459
- // fieldset
460
- var isDisabledFromFieldset = function isDisabledFromFieldset(node) {
461
- if (/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(node.tagName)) {
462
- var parentNode = node.parentElement;
463
- // check if `node` is contained in a disabled <fieldset>
464
- while (parentNode) {
465
- if (parentNode.tagName === 'FIELDSET' && parentNode.disabled) {
466
- // look for the first <legend> among the children of the disabled <fieldset>
467
- for (var i = 0; i < parentNode.children.length; i++) {
468
- var child = parentNode.children.item(i);
469
- // when the first <legend> (in document order) is found
470
- if (child.tagName === 'LEGEND') {
471
- // if its parent <fieldset> is not nested in another disabled <fieldset>,
472
- // return whether `node` is a descendant of its first <legend>
473
- return matches.call(parentNode, 'fieldset[disabled] *') ? true : !child.contains(node);
474
- }
475
- }
476
- // the disabled <fieldset> containing `node` has no <legend>
477
- return true;
478
- }
479
- parentNode = parentNode.parentElement;
480
- }
481
- }
482
-
483
- // else, node's tabbable/focusable state should not be affected by a fieldset's
484
- // enabled/disabled state
485
- return false;
486
- };
487
- var isNodeMatchingSelectorFocusable = function isNodeMatchingSelectorFocusable(options, node) {
488
- if (node.disabled ||
489
- // we must do an inert look up to filter out any elements inside an inert ancestor
490
- // because we're limited in the type of selectors we can use in JSDom (see related
491
- // note related to `candidateSelectors`)
492
- _isInert(node) || isHiddenInput(node) || isHidden(node, options) ||
493
- // For a details element with a summary, the summary element gets the focus
494
- isDetailsWithSummary(node) || isDisabledFromFieldset(node)) {
495
- return false;
496
- }
497
- return true;
498
- };
499
- var isNodeMatchingSelectorTabbable = function isNodeMatchingSelectorTabbable(options, node) {
500
- if (isNonTabbableRadio(node) || getTabIndex(node) < 0 || !isNodeMatchingSelectorFocusable(options, node)) {
501
- return false;
502
- }
503
- return true;
504
- };
505
- var isShadowRootTabbable = function isShadowRootTabbable(shadowHostNode) {
506
- var tabIndex = parseInt(shadowHostNode.getAttribute('tabindex'), 10);
507
- if (isNaN(tabIndex) || tabIndex >= 0) {
508
- return true;
509
- }
510
- // If a custom element has an explicit negative tabindex,
511
- // browsers will not allow tab targeting said element's children.
512
- return false;
513
- };
514
-
515
- /**
516
- * @param {Array.<Element|CandidateScope>} candidates
517
- * @returns Element[]
518
- */
519
- var _sortByOrder = function sortByOrder(candidates) {
520
- var regularTabbables = [];
521
- var orderedTabbables = [];
522
- candidates.forEach(function (item, i) {
523
- var isScope = !!item.scopeParent;
524
- var element = isScope ? item.scopeParent : item;
525
- var candidateTabindex = getSortOrderTabIndex(element, isScope);
526
- var elements = isScope ? _sortByOrder(item.candidates) : element;
527
- if (candidateTabindex === 0) {
528
- isScope ? regularTabbables.push.apply(regularTabbables, elements) : regularTabbables.push(element);
529
- } else {
530
- orderedTabbables.push({
531
- documentOrder: i,
532
- tabIndex: candidateTabindex,
533
- item: item,
534
- isScope: isScope,
535
- content: elements
536
- });
537
- }
538
- });
539
- return orderedTabbables.sort(sortOrderedTabbables).reduce(function (acc, sortable) {
540
- sortable.isScope ? acc.push.apply(acc, sortable.content) : acc.push(sortable.content);
541
- return acc;
542
- }, []).concat(regularTabbables);
543
- };
544
- var tabbable = function tabbable(container, options) {
545
- options = options || {};
546
- var candidates;
547
- if (options.getShadowRoot) {
548
- candidates = _getCandidatesIteratively([container], options.includeContainer, {
549
- filter: isNodeMatchingSelectorTabbable.bind(null, options),
550
- flatten: false,
551
- getShadowRoot: options.getShadowRoot,
552
- shadowRootFilter: isShadowRootTabbable
553
- });
554
- } else {
555
- candidates = getCandidates(container, options.includeContainer, isNodeMatchingSelectorTabbable.bind(null, options));
556
- }
557
- return _sortByOrder(candidates);
558
- };
559
-
560
- export { getTabIndex, tabbable };
@@ -1,15 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgAHorizontalLine = props => /*#__PURE__*/React.createElement("svg", _extends({
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: "1em",
7
- height: "1em",
8
- fill: "none",
9
- viewBox: "0 0 24 24"
10
- }, props), /*#__PURE__*/React.createElement("path", {
11
- fill: "currentColor",
12
- d: "M2 3a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1ZM2 21a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1ZM8.203 18c.526 0 .99-.344 1.147-.85l.594-1.918h4.123l.595 1.922c.156.503.618.846 1.141.846.815 0 1.391-.803 1.136-1.582L14 7.453A2.103 2.103 0 0 0 12.005 6c-.906 0-1.71.585-1.995 1.45l-2.948 8.958A1.21 1.21 0 0 0 8.202 18Zm2.34-4.707 1.423-4.591h.079l1.424 4.59h-2.927Z"
13
- }));
14
-
15
- export { SvgAHorizontalLine as default };
@@ -1,21 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgAInCircleFilled = props => /*#__PURE__*/React.createElement("svg", _extends({
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: "1em",
7
- height: "1em",
8
- fill: "none",
9
- viewBox: "0 0 24 24"
10
- }, props), /*#__PURE__*/React.createElement("g", {
11
- fill: "currentColor"
12
- }, /*#__PURE__*/React.createElement("path", {
13
- fillRule: "evenodd",
14
- d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm8.556 4.746a1.178 1.178 0 1 1-2.243-.722l2.889-8.713a2.06 2.06 0 0 1 3.91.003l2.88 8.72a1.172 1.172 0 1 1-2.231.716l-.584-1.87h-4.04l-.581 1.866Zm2.563-8.218-1.395 4.466h2.867l-1.395-4.466h-.077Z",
15
- clipRule: "evenodd",
16
- opacity: 0.4
17
- }), /*#__PURE__*/React.createElement("path", {
18
- d: "M8.431 17.573c.516 0 .971-.335 1.125-.827l.582-1.866h4.04l.583 1.87a1.172 1.172 0 1 0 2.23-.716l-2.879-8.72a2.06 2.06 0 0 0-3.91-.003l-2.889 8.713a1.178 1.178 0 0 0 1.118 1.549Zm2.293-4.58 1.395-4.465h.077l1.395 4.466h-2.867Z"
19
- })));
20
-
21
- export { SvgAInCircleFilled as default };
@@ -1,15 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgAVertialLine = props => /*#__PURE__*/React.createElement("svg", _extends({
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: "1em",
7
- height: "1em",
8
- fill: "none",
9
- viewBox: "0 0 24 24"
10
- }, props), /*#__PURE__*/React.createElement("path", {
11
- fill: "currentColor",
12
- d: "M8.203 18c.526 0 .99-.344 1.147-.85l.594-1.918h4.123l.595 1.922c.156.503.618.846 1.141.846.815 0 1.391-.803 1.136-1.582L14 7.453A2.103 2.103 0 0 0 12.005 6c-.906 0-1.71.585-1.995 1.45l-2.948 8.958A1.21 1.21 0 0 0 8.202 18Zm2.34-4.707 1.423-4.591h.079l1.424 4.59h-2.927ZM3 22a1 1 0 0 1-1-1V3a1 1 0 0 1 2 0v18a1 1 0 0 1-1 1ZM21 22a1 1 0 0 1-1-1V3a1 1 0 1 1 2 0v18a1 1 0 0 1-1 1Z"
13
- }));
14
-
15
- export { SvgAVertialLine as default };
@@ -1,23 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgAi = props => /*#__PURE__*/React.createElement("svg", _extends({
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: "1em",
7
- height: "1em",
8
- fill: "none",
9
- viewBox: "0 0 24 24"
10
- }, props), /*#__PURE__*/React.createElement("path", {
11
- fill: "currentColor",
12
- d: "M3.224 11.938a.784.784 0 0 0-.784-.785h-.087A2.353 2.353 0 0 0 0 13.506v1.282c0 1.3 1.053 2.352 2.353 2.352h.087a.784.784 0 0 0 .784-.784v-4.419Z"
13
- }), /*#__PURE__*/React.createElement("path", {
14
- fill: "currentColor",
15
- fillRule: "evenodd",
16
- d: "M13.841 3.912c0 .744-.504 1.37-1.19 1.556v.516h3.305a3.875 3.875 0 0 1 3.875 3.875v7.909a3.875 3.875 0 0 1-3.875 3.875H8.047a3.875 3.875 0 0 1-3.875-3.875v-7.91a3.875 3.875 0 0 1 3.875-3.874h3.222v-.539a1.613 1.613 0 0 1 .5-3.145h.46c.89 0 1.612.722 1.612 1.612Zm.681 8.334c0-.668-.378-1.21-.845-1.21-.466 0-.844.542-.844 1.21 0 .668.378 1.21.844 1.21.467 0 .845-.542.845-1.21Zm-3.268.002c0-.667-.378-1.208-.845-1.208-.466 0-.844.54-.844 1.208 0 .667.378 1.208.844 1.208.467 0 .845-.54.845-1.208Zm-.868 3.065a.652.652 0 0 0-1.018.815c1.11 1.387 3.62 1.96 5.286.017a.652.652 0 0 0-.99-.849 2.106 2.106 0 0 1-3.278.017Z",
17
- clipRule: "evenodd"
18
- }), /*#__PURE__*/React.createElement("path", {
19
- fill: "currentColor",
20
- d: "M20.776 11.938c0-.434.351-.785.784-.785h.087c1.3 0 2.353 1.054 2.353 2.353v1.282c0 1.3-1.053 2.352-2.353 2.352h-.087a.784.784 0 0 1-.784-.784v-4.419Z"
21
- }));
22
-
23
- export { SvgAi as default };
@@ -1,23 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgAiColor = props => /*#__PURE__*/React.createElement("svg", _extends({
5
- xmlns: "http://www.w3.org/2000/svg",
6
- width: "1em",
7
- height: "1em",
8
- fill: "none",
9
- viewBox: "0 0 32 32"
10
- }, props), /*#__PURE__*/React.createElement("path", {
11
- fill: "#9C7EEF",
12
- d: "M9.332 12h13.333v13.333H9.332zM4.299 15.917c0-.578-.469-1.046-1.046-1.046h-.116A3.137 3.137 0 0 0 0 18.008v1.71a3.137 3.137 0 0 0 3.137 3.136h.116c.577 0 1.046-.468 1.046-1.046v-5.891Z"
13
- }), /*#__PURE__*/React.createElement("path", {
14
- fill: "#D9CDF9",
15
- fillRule: "evenodd",
16
- d: "M18.455 5.216a2.15 2.15 0 0 1-1.587 2.075v.687h4.407a5.167 5.167 0 0 1 5.167 5.167V23.69a5.167 5.167 0 0 1-5.167 5.167H10.73a5.167 5.167 0 0 1-5.167-5.167V13.145a5.167 5.167 0 0 1 5.167-5.167h4.296V7.26a2.15 2.15 0 0 1 .666-4.193h.614a2.15 2.15 0 0 1 2.15 2.149Zm.908 11.112c0-.89-.505-1.612-1.127-1.612s-1.126.722-1.126 1.612c0 .89.504 1.613 1.126 1.613.622 0 1.127-.722 1.127-1.613Zm-4.358.003c0-.89-.504-1.61-1.126-1.61-.622 0-1.126.72-1.126 1.61 0 .889.504 1.61 1.126 1.61.622 0 1.126-.72 1.126-1.61Zm-1.157 4.086a.87.87 0 0 0-1.358 1.087c1.48 1.849 4.828 2.613 7.048.022a.87.87 0 0 0-1.32-1.131c-1.385 1.616-3.446 1.178-4.37.022Z",
17
- clipRule: "evenodd"
18
- }), /*#__PURE__*/React.createElement("path", {
19
- fill: "#9C7EEF",
20
- d: "M27.701 15.917c0-.578.469-1.046 1.046-1.046h.116A3.137 3.137 0 0 1 32 18.008v1.71a3.137 3.137 0 0 1-3.137 3.136h-.116a1.046 1.046 0 0 1-1.046-1.046v-5.891Z"
21
- }));
22
-
23
- export { SvgAiColor as default };